@charset "utf-8";
/*共通設定*/
.parent {
    padding: 0 5vw;
}

.child {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*終わり*/

/*<section class="law">*/
.law {
    margin-bottom: 40px;
}

.law h2 {
    font-size: 32px;
    padding: 40px 0;
    text-align: center;
}

.law-table {
    border: solid 1px #333;
    border-collapse: collapse;
    width: 100%;
}

.law-table tr {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
}

.law-table th {
    width: 20%;
    padding: 16px;
}

.law-table td {
    width: 75%;
    padding: 16px;
    border-left: solid 1px #333;
}

.color {
    background-color: #F1EFEF;
}
/*終わり*/

/*<section class="service">*/
.service-in {
    background-color: #EFF5F6;
    padding: 24px;
}

.service h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.service-text p {
    margin: 10px 0;
}

.service h3 {
    font-size: 24px;
    margin: 40px 0 16px 0;
}

.small-num {
    padding-left: 24px;
}

.small-num02 {
    padding-left: 56px;
}
/*終わり*/

/*<section class="service">*/
.privacy {
    margin: 40px 0;
}

.privacy-in {
    background-color: #EFF5F6;
    padding: 24px;
}

.privacy h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.privacy-text p {
    margin: 10px 0;
}

.privacy h3 {
    font-size: 24px;
    margin: 40px 0 16px 0;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  
  

/*<section class="law">*/
    .law h2 {
        font-size: 24px;
    }

    .law-table {
        border: solid 1px #999;
    }    

    .law-table th {
        width: 25%;
        border-bottom: solid 1px #f1f1f1;
    }

    .law-table td {
        width: 70%;
    }

    .color th {
        border-bottom: solid 1px #f9f9f9;
    }
/*終わり*/ 

/*<section class="service">*/
    .service-in {
        padding: 8px;
    }

    .service h2 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .service h3 {
        font-size: 18px;
        margin-top: 24px;
    }

    .small-num {
        padding-left: 16px;
    }

    .small-num02 {
        padding-left: 32px;
    }
/*終わり*/

/*<section class="privacy">*/
    .privacy-in {
        padding: 8px;
    }

    .privacy h2 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .privacy h3 {
        font-size: 18px;
        margin-top: 24px;
    }
/*終わり*/

}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  

/*<section class="law">*/
    .law h2 {
        font-size: 20px;
    }

    .law-table th {
        width: 100%;
    }

    .law-table td {
        width: 100%;
        border-left: none;
    }
/*終わり*/ 


}