@charset "utf-8";
main {
    line-height: 1.8;
}
.sub_bg {
    background-image: url(../img/yellow_noise.jpg);
}
.sub_content {
    padding: 180px 0 155px;
}
.sub_content h2 {
    font-size: 26px;
    font-weight: var(--bold);
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: .2em;
    position: relative;
}
.sub_content h2::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 1.25em);
    width: 2.5em;
    height: .15em;
    content: '';
    border-radius: 3px;
    background: var(--orange);
}
.sub_content li {
    margin-bottom: 40px;
}
.sub_content li:last-child {
    margin-bottom: 0;
}
.sub_content li h3 {
    font-size: 18px;
    font-weight: var(--bold);
    margin-bottom: 18px;
}
.privacy div > p {
    margin-bottom: 50px;
}
.privacy li span {
    display: block;
    margin-top: 1rem;
}
.tokushou table {
    margin: 0 auto;
}
.tokushou table th {
    color: #333;
    border-bottom: solid 1px #ccc;
    padding: 20px 30px;
    text-align: left;
    font-weight: var(--bold);
}
.tokushou table td {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;    
    padding: 20px 30px;
}
.tokushou table tr:last-child th,
.tokushou table tr:last-child td {
    border-bottom: none
}
.terms ol {
    margin-bottom: 60px;
}
.terms .txt_indent {
    margin: inherit;
    margin-left: 1em;
    text-indent: -10px;
}

@media only screen and (max-width: 767px) {
main {
    font-size: 15px;
}
.sub_content {
    padding: 140px 0 100px;
}
.sub_content h2 {
    font-size: 20px;
    margin-bottom: 60px;
}
.sub_content li {
    margin-bottom: 30px;
}
.sub_content li h3 {
    font-size: 17px;
}
.privacy div > p {
    margin-bottom: 40px;
}
.tokushou table tr {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-bottom: solid 1px #ccc;
}
.tokushou table tr:last-child {
    border-bottom: none;
}
.tokushou table th {
    padding: 0;
    border-bottom: none;
    font-size: 16px;
}
.tokushou table td {
    padding: 0;
    border: none;    
}
.terms ol {
    margin-bottom: 40px;
}

}