@charset "utf-8";
/* CSS Document */


/*common*/

html{
    font-size: 62.5%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1.8rem;
    background-color: #fff;
    text-align: center;
    line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.sp{
    display: none;
}

h2,h3,h4{
    font-weight: 700;
}

h2{
    font-size: 4.8rem;
}

h3{
    font-size: 3.2rem;
    text-align: left;
    color: #fff;
    background-color: #000;
    padding: 4px 0 4px 40px;
    letter-spacing: 1px;
    position: relative;
    margin: 0 0 4%;
}

h3::before{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 3px;
    height: 74%;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}

h4{
    font-size: 2rem;
}

span.txt_s{
    font-size: 60%;
}

section{
    padding: 4% 0;
}

.inner{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2%;
    width: 100%;
}

/*layout*/

#price .price_month,
#price .price_inspection{
    margin-bottom: 10%;
}

#price .price_header{
    padding: 0 0 4%;
    text-align: center;
}

#price table{
    width: 100%;
    margin: 0 auto 2%;
    text-align: center;
    border-collapse: collapse;
}

#price table thead{
    background-color: #808080;
    color: #fff;
    border-bottom: 3px solid #000;
}

#price table.class tbody tr:first-of-type{
    background-color: #c8c8c8;
}

#price table.class tbody tr:nth-of-type(2n){
    color: red;
}

#price table tr.txt_large h4{
    color: #333;
}

#price table tr.txt_large,
#price table tr.txt_large h4{
    font-size: 2.2rem;
}

#price table tr.txt_large td{
    font-weight: 700;
}

#price table th,
#price table td{
    border: 1px solid #000;
    padding: 10px 4px;
    width: calc(94% / 7);
}

#price table th:first-of-type{
    width: calc(100% / 7 + 6%);
    border-right: 3px solid #000;
}

#price table th.breakdown{
    width: calc(100% / 5 - 2%);
    border-right: 3px solid #000;
}

#price table th div{
    color: #333;
    font-size: 1.8rem;
    position: relative;
}

#price table th div::before,
#price table th div::after{
    content: '(';
    position: absolute;
    width: 20%;
    height: 120%;
    font-size: 6rem;
    font-weight: 100;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #444343;
}

#price table th div::after{
    content: ')';
    right: 0;
    left: auto;
}

#price table th span.bg_grey{
    background-color: #666666;
    color: #fff;
    padding: 2px 6px;
}

#price table td{
    line-height: 1;
}

#price .price_inspection table.base thead{
    background-color: #fff;
    color: #333;
}

#price .price_inspection table.class tr.txt_large td{
    vertical-align: text-top;
    padding-top: 5%;
}

#price .price_inspection table.base thead tr th:first-of-type,
#price .price_inspection table.tax tr.txt_large th{
    background-color: #666666;
}

#price .price_inspection table.base thead tr th:first-of-type h4,
#price .price_inspection table.tax tr.txt_large th h4{
    color: #fff;
}




#price .price_inspection th.uchiwake{
    width:2%;
    border-right: 1px solid #000;
    border-bottom:  1px solid #000;
}

#price  table.tax td{
    width: calc(100% / 5 - 6%);
}

#price  table.tax{
    width: 74%;
    margin:0 auto 0 0;
}

#price .price_inspection table.tax tbody tr:nth-of-type(n + 3),
#price .price_inspection table.base tbody tr{
    background-color: #eeeeee;
}

#price .price_inspection table.tax tr:first-of-type th{
    background-color: #808080;
    color: #fff;
}

#price .price_inspection table.tax tr.txt_large th{
    background-color: #666666;
}


#price small{
    font-size: 1.4rem;
}

#price table.base tbody tr th,
#price table.base tbody tr td,
#price table.tax tbody tr:nth-of-type(n + 2) th,
#price table.tax tbody tr:nth-of-type(n + 2) td
{
    border-bottom: 2px dotted #000;
}

#price table.base tbody tr:last-of-type th,
#price table.base tbody tr:last-of-type td,
#price table.tax tbody tr:last-of-type th,
#price table.tax tbody tr:last-of-type td{
    border-bottom: 1px solid #000;

}

#price table.base tbody tr:first-of-type th:first-of-type,
#price table.tax tbody tr:nth-of-type(2n) th:first-of-type{
    border-bottom: 1px solid #000;
}


#price table.base tbody tr:first-of-type th:not(:first-of-type){
    border-bottom: 2px dotted #000;
}

#price table.tax tr:not(:first-of-type){
    background-color: #eeeeee;
}




/*responsive*/
@media screen and (max-width: 768px) {
    .sp{
        display: inline-block;
    }
    .pc{
        display: none;
    }

    body{
        font-size: 1.3rem;
    }

    h2{
        font-size: 3rem;
    }

    h3{
        font-size: 2.4rem;
    }

    h4{
        font-size: 1.4rem;
    }

    .inner{
        padding: 0 4%;
    }

    section{
        padding: 12% 0;
    }

    span.txt_s{
        font-size: 70%;
    }

    #price table.sp{
        width: 100%;
    }

    #price div.sp{
        width: 100%;
    }

    #price .price_month div.sp{
        margin-top: 0;
    }


    #price .price_header{
        padding: 0 0 12%;
    }

    #price .price_month,
    #price .price_inspection{
    margin-bottom: 16%;
    }

    #price table{
        margin: 0 auto 8%;
    }

    #price table th, #price table td{
        padding: 10px 2px;
    }

    #price table thead{
        border-bottom: 1px solid #000;
    }

    #price table tbody tr:first-of-type th,
    #price table tbody tr:first-of-type td,
    #price table.base thead{
        border-bottom: 3px solid #000;
    }

    #price table tr.txt_large,
    #price table tr.txt_large h4{
    font-size: 1.4rem;
    }

    #price table tr.txt_large h4{
        padding-bottom: 4%;
    }

    #price table th div{
        font-size: 1rem;
    }

    #price div.sp{
        margin-top: 8%;
    }

    #price table th div::before,
    #price table th div::after{
        font-size: 3.4rem;
        left: -6px;
    }

    #price table th div::after{
        right: -6px;
        left: auto;
    }

    #price table th:first-of-type{
        width: calc(100% / 4 + 6%);
    }

    #price table th, #price table td{
        width: calc(76% / 4);
    }

    #price .price_inspection table.class tr.txt_large td{
        padding-top: 8%;
    }

    #price .price_inspection table:nth-of-type(3n){
        width: 100%;
    }

    #price table.base thead th:first-of-type,
    #price table.tax thead th:first-of-type{
        width: calc(100% / 4 + 3%);
    }

    #price table.base tbody td,
    #price table.tax tbody td{
        width: calc(89% / 4);
    }

    #price .price_inspection th.uchiwake{
        padding: 0 4px;
        width: calc(2% - 4px);
    }

    #price table.tax thead{
        border-bottom: 3px solid #000;
    }

    #price table.base tbody tr:first-of-type td{
        border-bottom: 2px dotted #000;
    }



    #price small{
        font-size: 1rem;
        letter-spacing: -1px;
    }


}