/* メインタイトル、画像エリア */

.main-area-title-price{
    width: 166px;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media(max-width:860px) {
    .main-area-title-price{
        width: 116px;
        top: 340px;
    }
}

/* 料金一覧 */
.price{
    text-align: center;
    padding-bottom: 56px;
}

@media(max-width:860px) {
    .price{
        padding-bottom: 32px;
    }
}

/* 保険施術料金 */

.insurance-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 96px;
}

@media(max-width:1140px) {
    .insurance-wrapper{
        padding: 0 20px 56px;
    }
}

.insurance-data{
    width: 100%;
    margin: 7px 0 24px;
}

.insurance-data th{
    background-color: #EEFFEE;
    color: #1A8749;
    font-weight: 600;
    width: 25%;
    padding: 16px 0;
    border: 1px solid #C4C4C4;
}

.insurance-data td{
    text-align: center;
    width: 25%;
    padding: 16px 0;
    border: 1px solid #C4C4C4;
}

.insurance-notice p{
    color: #707070;
    font-size: 1.4rem;
    line-height: 2;
}

@media(max-width:860px) {
    .insurance-data{
        width: 100%;
        margin: 7px 0;
    }

    .insurance-data th{
        padding: 8px 0;
        vertical-align: middle;
    }

    .insurance-data td{
        padding: 8px 0;
        vertical-align: middle;
    }

    .insurance-notice p{
        font-size: 1.2rem;
    }
}

/* 料金詳細 */

.price-detail-wrapper{
    max-width: 1140px;
    margin: 0 auto 113px;
}

@media(max-width:1140px) {
    .price-detail-wrapper{
        padding: 0 20px;
    }
}

.price-detail-subtitle{
    font-size: 2rem;
    line-height: 2.6;
    font-weight: 600;
    color: #5F9EA0;
    border-bottom: 2px solid #5F9EA0;
}

.price-detail-subtitle p span{
    font-size: 1.6rem;
    font-weight: 400;
}

.price-detail-table{
    width: 100%;
    margin-bottom: 40px;
}

.price-detail-table tr{
    border-bottom: 1px dashed #C4C4C4;
}

.price-detail-table th{
    text-align: left;
    font-weight: 300;
    padding: 32px 0;
    vertical-align: middle;
}

.price-detail-table td{
    text-align: right;
    vertical-align: middle;
}

@media(max-width:860px) {
    .price-detail-subtitle{
        font-size: 1.6rem;
    }

    .price-detail-table{
        margin-bottom: 24px;
    }

    .price-detail-table th{
        padding: 16px 0;
    }

    .price-detail-wrapper{
        padding: 0 20px 56px;
        margin: 0 auto;
    }

    .price-detail-subtitle p span{
        font-size: 1.3rem;
    }
}

/* 各種健康保険適応・交通事故（自賠責保険）の取扱 */

.insurance-policy{
    background-color: #FAFAFA;
}

.insurance-policy-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 0 48px;
}

@media(max-width:1140px) {
    .insurance-policy-wrapper{
        padding: 56px 20px 32px;
    }
}

.insurance-policy-title{
    font-size: 3.2rem;
    line-height: 1.68;
    font-weight: 600;
    text-align: center;
    padding-bottom: 56px;
}

.insurance-policy-subtitle{
    font-size: 2rem;
    line-height: 2.6;
    font-weight: 600;
    color: #5F9EA0;
    border-bottom: 2px solid #5F9EA0;
}

.insurance-policy-discription{
    padding-bottom: 48px;
}

.insurance-policy-discription p span{
    color: #707070;
}

@media(max-width:860px) {
    .insurance-policy-title{
        font-size: 2.2rem;
        line-height: 1.68;
        padding-bottom: 32px;
    }

    .insurance-policy-subtitle{
        font-size: 1.6rem;
        line-height: 2.2;
        margin-bottom: 16px;
    }

    .insurance-policy-discription{
        padding-bottom: 24px;
    }
}
