@charset "utf-8";

body {
    line-height: 2;
    font-size: 17px;
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #333;
}

h2.h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    color: #231815;
    margin-bottom: 0.5em;
}

a {
    transition: 0.6s;
}

a:hover {
    opacity: 0.6;
}

p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #474747;
    line-height: 1.5;
    font-weight: 500;
}

ul {
    list-style-position: inside;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

section {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.small {
    font-size: 0.8em;
    text-align: left;
    color:#575757;
    width: 88%;
    margin: 0 auto;
}
.fc_white {
    color:#fff;
}
ul, li{
    list-style: none;
}


/* .inner {
    width: 96%;
    margin: 0 auto;
} */
/* ボタン */
.button {
    margin: 2em auto 3em;
}

.button a {
    display: block;
    line-height: 70px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    max-width: 90%;
    border-radius: 45px;
    font-size: 30px;
    text-decoration: none;
    background-color: #00A5C0;
    width: 500px;
    transition: 0.5s;
    position: relative;
}

.button a:hover {
    background-position: right center;
    opacity: 0.9;
}

.pt1{
    padding-top: 1em !important;
}
.pd4 {
    padding: 4em 0 !important;
}
.pt2{
    padding-top: 2em;
}
.pd2 {
    padding: 2em 0 !important;
}
.pdb1 {
    padding-bottom: 1em !important;
}

.mb05 {
    margin-bottom: .5em !important;
}

.mb10{
    margin-bottom: 10px !important;
}

.mb1 {
    margin-bottom: 1em !important;
}
.mb2 {
    margin-bottom: 2em !important;
}

.mb3 {
    margin-bottom: 3em !important;
}
.mt2{
    margin-top: 2em !important; 
}
.pdb0{
    padding-bottom: 0 !important; 
}
.em_08{
    font-size:.8em;
}
.fs_35{
    font-size:35px;
    font-weight:bold;
}
.w_80p{
    width: 80%;
    margin: 0 auto;
    display: block;
}
/*　FV　*/
.fv_copy{
    background:#f7f0ef;
    border: 4px solid #da7879;
    font-weight:bold;
    color:#c9646a;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.45;
    padding:15px 10px;
    width: 95%;
    margin: 40px auto;
}

/* worry */
p.big_title {
    font-size:26px;
    color: #231815;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.big_title span{
    color: #d17475;
}
.big_title span.fs_big{
    color: #da7879;
    font-size: 38px;
    font-weight: 900;
}
.big_title .fs_big::after{
    content: "";
    position: absolute;
    width: 339px;
    height: 6px;
    background-color: #f3e5e7;
    z-index: -1;
    border-radius: 3px;
    transform: translate(-355px, 54px);
}
.med_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 20px auto 0;
    padding: 15px 5px;
    border-top: 2px solid #da7879;
    border-bottom: 2px solid #da7879;
}
.mi_L {
    width: 75%;
}
.mi_L p {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.05px;
}
p.title {
    font-size: 22px;
    font-weight: bold;
    color: #c9646a;
    line-height: 1.7;
}
/* merit */
.inner.merit_container {
    max-width: 100%;
    width: 100%;
}
.wid94{
    width: 94%;
    margin: 0 auto;
    display: block;
}
.merit{
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

/* dosage */
h2.h2.dosage_ti {
    padding-left: 33px;
    width: fit-content;
    margin: 20px auto;
}
.h2.dosage_ti::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url('../images/dosage_ti.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-35px,20px);
}
p.text{
    font-weight: 500;
    line-height: 1.3;
}
.dosage{
    background-color: #f7f3ef;
    padding: 30px 20px;
    margin: 30px 0 40px;
}
.text01 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin: 0.8em 0 1em;
    color: #231815;
}
.text01:before,
.text01:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 180px;
    height: 2px;
    background-color: #231815;
}
.text01:before{
    transform: translate(-195px, 34px);
}
.text01:after {
    transform: translate(14px, 34px);
}


/* case */
.inner.case {
    background-color: #f7f3ef;
    padding: 10px;
}
article.case {
    width: 90%;
    margin: 0 auto 30px;
    padding: 15px 10px 25px;
    background-color: #fff;
}
p.case_title{
    text-align: left;
    font-size: 22px;
    color: #231815;
    font-weight: 700;
    width: 92%;
    margin: 15px auto 10px;
}
article.case dl{
    width: 92%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-bottom: 2px solid #da7879;
}
article.case dl dt{
    text-align: center;
    padding: 3px 1%;
    background-color: #da7879;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 2;
}
article.case dl dt:not(:last-of-type) {
    border-bottom: 1px solid #fff;
}
article.case dl dd{
    padding: 3px 14px;
    border-top: 2px solid #da7879;
    border-right: 2px solid #da7879;
    line-height: 1.4;
}

/* price */
.price{
    background: #f7f3ef;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bg_pink{
    background-color: #da7879 !important;
    color: #fff !important;
}
.f_bold{
    font-weight: bold;
}
.c_pink{
    color: #bc4a50;
    font-weight: bold;
}
.fs_s{
    font-size: 15px;
}
.f_li{
    font-weight: 400;
}
table.plan-table{
    width: 88%;
    margin: 10px auto 40px;
    border-left:1px solid #bcbcbc;
    border-top:1px solid #bcbcbc;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

table.plan-table th{
    padding: 5px 1%;
    background-color: #eaeaea;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    color: #474747;
    font-weight: bold;
    line-height: 1.5;
}
table.plan-table td{
    padding: 5px 1%;
    background-color: #fff;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    color: #474747;
    text-align: center;
    line-height: 1.5;
}
.plan-table.s02 thead th:last-child {
    background-color: #fce4e4;
    color: #ec6b7a;
    font-weight: bold;
}

.plan-block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 92%;
    margin: 0 auto;
}

.recommend-label {
    position: absolute;
    top: 44px;
    right: 0;
    background-color: #ecea5a;
    color: #ec6b7a;
    font-weight: bold;
    font-size: 20px;
    width: calc(88% / 4);
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05);
    z-index: 1;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    transform: translateX(-37px);
}

th.bg_pink.recommend-head{
    border-right: 3px solid #ecea5b !important;
    border-left: 3px solid #ecea5b !important;
}

td.recommend {
    border-right: 3px solid #ecea5b !important;
    border-left: 3px solid #ecea5b !important;
}

td.recommend.last {
    border-bottom:3px solid #ecea5b !important;
}

img.title-img {
    width: 80%;
    padding-left: 30px;
}
img.title-img.s02 {
    width: 69%;
}

/* flow */
section.flow {
    background-color: #f7f3ef;
    padding: 20px 15px 50px;
    margin: 0 auto;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    width: 600px;
}
section.flow .inner2 {
    padding: 20px 20px 30px;
}
p.title_in span{
    color: #fff;
    background-color: #da7879;
    padding: 0 2px 2px 7px;
}
.title01{
    color: #231815;
    font-size: 26px;
    font-weight: 600;
}
.title01:before,
.title01:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 145px;
    height: 2px;
    background-color: #231815;
}
.title01:before{
    transform: translate(-162px, 20px);
}
.title01:after {
    transform: translate(10px, 20px);
}
.inner2 {
    background-color: #fff;
    width: 85%;
    margin: 0 auto;
    padding: 20px;
}
.inner2 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
li.flow_inner {
    display: flex;
    gap: 10px;
    align-items: center;
}
.flow_L{
    width: 30%;
}
.flow_R {
    width: 75%;
    line-height: 1.4;
}
.num{
    font-family: "ads-rakuraku", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #b9a889;
}
.flow_t {
    color: #73a461;
    font-weight: bold;
    font-size: 26px;
}
.flow_in {
    color: #474747;
    padding-top: 5px;
    font-weight: 500;
}
.pay_box {
    width: 95%;
    margin: 0 auto;
    background-color: #e6eee3;
    padding: 15px 20px;
}
span.pay_title {
    font-weight: bold;
    color: #5f8d4d;
    font-size: 20px;
}
.pay_L {
    font-weight: 500;
    line-height: 1.8;
    font-size: 16px;
    width: 50%;
}

.pay_inner{
    display: flex;
}

/* treat */
section.treat {
    background-color: #73a461;
    padding: 50px 0;
}
h2.h2.treat {
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding-left: 35px;
}
h2.h2.treat::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 35px;
    background-image: url("../images/treat_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-40px, 13px);
}
.treat_info01, .treat_info02{
    display: flex;
    width: 90%;
    margin: 30px auto;
}
.treat_info01 ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.treat_info01 ul li {
    display: flex;
    gap: 15px;
}
.tr_title {
    color: #fff;
    width: 20%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}
span.tr_icon {
    display: inline-block;
}
.tr_inner {
    background-color: #fff;
    padding: 15px;
    line-height: 1.5;
}
.treat_info02{
    margin: 0 auto;
}
.treat_info02 .tr_title{
    width: 100%;
}
.treat_info02 ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.treat_info02 ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tr_inner02 {
    background-color: #e6eee3;
}
.tr_inner02 {
    display: flex;
    gap: 80px;
    padding: 15px 30px;
    line-height: 1.5;
    margin-top: 20px;
}
/* cl_info */
section.cl_info{
    background-color: #f7f3ef;
}
.inner.cl_info {
    background: #f7f3ef;
    padding: 50px 20px;
}
h2.h2.cl_info{
    width: fit-content;
    margin: 0 auto 10px;
    padding-left: 38px;
}
h2.h2.cl_info::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    background-image: url("../images/cl_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-40px, 13px);
}
table.hour_table {
    width: 100%;
    table-layout: fixed;
    overflow: visible;
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}

table.hour_table th {
    width: auto;
    padding: 1.3rem 0.2rem;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #bcbcbc;
    background-color: #eaeaea;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    color: #474747;
}

table.hour_table td {
    width: auto;
    padding: 1.3rem 0.2rem;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #bcbcbc;
    width: auto;
    font-size: 15px;
    color: #709f60;
    background-color: #fff;
}

table.hour_table th.big {
    width: 25.5%;
}

table.hour_table td.big {
    width: 25.5%;
    font-size: 16px;
    color: #474747;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    border: 2px solid #bcbcbc;
}

.time {
    text-align: center;
    margin: 40px auto 10px;
    width: 100%;
    display: block;
}

.time .text02 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.small01{
    text-align: right;
    font-size: 17px;
}

.time .text02:before {
    left: 0;
}

.time .text02:after {
    right: 0;
}

.text02 {
    color: #231815;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin: 0 0 1em;
}
.text02 span{
    color: #474747;
    font-weight: 400;
    font-size: 18px;
}

.address_text{
    text-align: left;
    padding-left: 35px;
}
.address_text::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url("../images/map_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-33px, 8px);
}
.map_area iframe {
    width: 100%;
}
span.short_link {
    display: block;
    text-align: right;
    padding: 5px 0 30px;
}
.short_link a {
    width: auto;
    padding: 0 2px 0 12px;
    display: inline-block;
    font-size: 16px;
    color: #474747;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    position: relative;
}
span.short_link a::before {
    content: "";
    width: 8.5px;
    height: 8.5px;
    border: 2px solid;
    border-color: #474747 #474747 transparent transparent;
    position: absolute;
    top: 47%;
    transform: translateY(-50%) rotate(45deg);
    left: -3%;
}
.doctor_container2_cover{
    background-color: #fff;
    padding: 30px;
    border-radius: 25px;
    line-height: 1.6;
}
.doctor_container2 {
    margin: 30px 5%;
    padding: 20px 20px 0;
    width: auto;
    border-right:solid 3px #c3c3c3;
    border-bottom:solid 3px #c3c3c3;
    border-image: initial;
    background: #fff;
}

.doc_inner_top{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.doc_iL {
    width: 64%;
}

/* caurion */
div.caution{
    width: 90%;
    margin: 50px auto;
}
div.caution table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
}
div.caution table thead th{
    background-color: #73a461;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 1%;
    text-align: center;
}
div.caution table th{
    background-color: #eaeaea;
    color: #474747;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    padding: 10px 15px;
    text-align: left;
    line-height: 1.5;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}
div.caution table td{
    background-color: #fff;
    color: #474747;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
    text-align: left;
    line-height: 1.5;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}
.wid42{
    width: 42%;
}

/* フッター */
footer {
    background-color: #474747;
    width: 600px;
    max-width: 100%;
    margin: 3em auto 90px;
}

.footer_content {
    width: 100%;
    margin: 0 auto;
    padding: 2em;
}

.footer_content img {
    width: 300px;
    display: block;
    margin: 0 auto 2em;
    max-width: 60%;
}

.fc_inner ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fc_inner ul li{
    line-height: 1.7;
}

.fc_inner ul li a{
    color: #fff;
}
.top {
    position: fixed;
    bottom: 95px;
    right: 50px;
    z-index: 2;
}

.top a {
    background: #73a461;
    display: block;
    width: 80px;
    height: 65px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    transition: 0.6s;
    line-height: 61px;
}

.top a:hover {
    opacity: 0.6;
}

.wid480{
    display: none;
}

.footer_ad {
    display: block;
    background: rgba(51, 51, 51, 0.6);
    padding: 20px 15px;
    position: relative;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    width: 100%;
    box-sizing: border-box;
}

.footer_ad .reserv_btn {
    width: auto;
    text-align: center;
}

.footer_ad .reserv_btn a {
    width: 50%;
    padding: 12px 0;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    border-radius: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0.025em;
    background-color: #00A5C0;
    position: relative;
}
.footer_ad .reserv_btn a:hover,
.footer_ad .reserv_btn a:active {
    background-color: #0075a5;
    opacity: 1;
}

@media screen and (max-width: 768px){
    body {
        font-size: 15px;
    }

    .inner {
        max-width: 94%;
        margin: 0 auto;
    }

    p{
        font-size: 16px;
    }
    .button a {
        line-height: 40px;
        font-size: 20px;
    }

    h2.h2 {
        font-size: 28px;
        line-height: 1.6;
    }

    .pd2 {
        padding: 1.5em 0 !important;
    }
    .pd4 {
        padding: 3em 0 !important;
    }

    .toc_h {
        font-size: 18px;
    }

    .toc_list ul {
        gap: 5px;
    }

    .toc_list li {
        width: 49%;
        margin-bottom: .8em;
    }

    .toc_list li:last-child {
        margin-bottom: 0;
    }

    .toc_list li a {
        line-height: 40px;
        font-size: 15px;
        padding:6px 0;
    }

    .triangle {
        border-right: 150px solid transparent;
        border-left: 150px solid transparent;
        border-top: 50px solid #333;
        margin: 0em auto 1.5em;
    }

    .text01 {
        font-size: 22px;
    }

    .text01:before{
        transform: translate(-195px, 24px);
    }

    .text01:after{
        transform: translate(14px, 24px);
    }

    .text02 {
        font-size: 17px;
    }

    .sp_on {
        display: block;
    }

    
    .merit img{
        width: 100%;        
    }
    
    .merit img{
    padding-bottom:.5em;        
    }

    .h2.dosage_ti::before{
        width: 24px;
        height: 24px;
        transform: translate(-35px,7px);
    }
    h2.h2.treat::before{
        transform: translate(-40px, 6px);
    }
    h2.h2.cl_info::before{
        transform: translate(-40px, 2px);
    }
    .price_box {
        padding: 15px;
    }

    .price_table_cover {
        padding: 25px 15px 0;
        border-top:2px #fff dashed;
    }

    .price_table {
        line-height: 1.6;
        font-size: 14px;
        table-layout: initial;
    }

    .price_table th,
    .price_table td {
        padding: 8px 5px;
    }

    .price_table_cover h3 {
        line-height: 1.6;
    }

    .inner.cl_info{
        padding: 50px 5px;
    }

    .flow_item {
        padding: 30px 20px 0px 20px;
        grid-template-columns: 120px calc(100% - 160px);
        gap: 0 30px;
    }

    .flow_img {
        width: 120px;
        height: 120px;
    }

    .flow_img-body {
        width: 110px;
        height: 110px;
    }

    .flow_main_text_en {
        font-size: 16px;
    }

    .flow_main_text_jp {
        font-size: 18px;
        margin: 0 0 10px;
        padding: 0 0 10px;
    }

    .flow_text {
        font-size: 15px;
    }

    table.hour_table th,
    table.hour_table td {
        padding: 1rem 0.2rem;
    }

    .footer_content {
        padding: 2em 4em;
        max-width: 100%;
    }

    .footer_content_right ul {
        flex-wrap: wrap;
    }

    .footer_content_right ul li a {
        font-size: 14px;
    }

    .top {
        bottom: 80px;
        right: 10px;
    }

    .top a {
        width: 50px;
        height: 45px;
        font-size: 18px;
        line-height: 41px;
    }

    .sp_footer {
        display: block;
        position: fixed;
        width: 100%;
        height: 80px;
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        bottom: 0;
    }

    .sp_footer .button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        width: 100%;
    }

    div.reserv_btn a::after {
        content: "";
        width: 22px;
        height: 22px;
        position: absolute;
        background: url(../../images/common/resev_arrow_icon.png) no-repeat 0px 0px;
        background-size: 22px auto;
        top: 50%;
        transform: translateY(-50%);
        right: 4%;
    }

    .footer_ad{
        padding: 10px 15px;
    }

    .footer_ad .reserv_btn a{
        width: 80%;
    }

    footer{
        margin-bottom: 71px;
    }

}

@media screen and (max-width: 600px){
    h2.h2{
        font-size: 24px;
    }
    .plan-block{
        width: 95%;
    }
    /* treat */
    .treat_info01, .treat_info02{
        width: 95%;
    }
    .treat_info01 ul li{
        gap: 5px;
    }
    .tr_title{
        font-size: 18px;
        width: 25%;
    }
    .doc_inner_top{
        flex-direction: column-reverse;
    }
    .doc_iL{
        width: 100%;
    }
    .doc_iR {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 550px){
    /* worry */
    p.big_title{
        font-size: 24px;
    }
    .big_title span.fs_big{
        font-size: 35px;
    }
    .big_title .fs_big::after{
        width: 306px;
        transform: translate(-324px, 49px);
    }
    .mi_L p{
        font-size: 16px;
    }
    p.title{
        font-size: 19px;
    }
    /* case */
    .text01{
        font-size: 20px;
    }
    .text01:before, .text01:after{
        width: 165px;
    }
    .text01:before{
        transform: translate(-180px, 20px);
    }
    .text01:after{
        transform: translate(13px, 20px);
    }
    p.case_title{
        font-size: 20px;
    }
    article.case dl dt{
        font-size: 16px;
    }
    /* price */
    .recommend-label{
        width: calc(90% / 4);
        top: 0;
        font-size: 18px;
        transform: translate(-35px, 41px);
    }
    /* flow */
    .title01{
        font-size: 22px;
    }
    .title01:before, .title01:after{
        width: 135px;
    }
    .title01:before{
        transform: translate(-156px, 17px);
    }
    .title01:after{
        transform: translate(15px, 17px);
    }
    .num{
        font-size: 18px;
    }
    .flow_t{
        font-size: 24px;
    }
    span.pay_title{
        font-size: 18px;
    }
    .pay_L{
        font-size: 15px;
        line-height: 1.6;
    }
    /* treat */
    .tr_title{
        width: 25%;
    }
    h2.h2.treat::before{
        width: 24px;
        height: 30px;
        transform: translate(-35px, 3px);
    }
    .tr_inner{
        line-height: 1.4;
    }
    /* cl_info */
    .small01{
        font-size: 16px;
    }
    .text02 span{
        font-size: 16px;
    }
    /* caution */
    div.caution table thead th{
        font-size: 20px;
        padding: 10px 1%;
    }
    div.caution table td{
        font-size: 15px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 530px){
    .recommend-label{
        transform: translate(-16px, 38px);
        width: calc(95% / 4);
    }
    table.plan-table{
        width: 94%;
    }
    img.title-img{
        padding-left: 16px;
    }
    .fs_s {
        font-size: 13px;
    }
    table.plan-table th{
        line-height: 1.3;
    }
    small {
        width: 95%;
    }
}
@media screen and (max-width: 480px){
    .wid480{
        display: block;
    }
    .text01:before, .text01:after{
        width: 130px;
    }
    .text01:before{
        transform: translate(-141px, 20px);
    }
    .text01:after{
        transform: translate(9px, 20px);
    }
    article.case{
        width: 94%;
    }
    p.case_title{
        width: 96%;
        font-size: 18px;
    }
    article.case dl{
        width: 95%;
    }
    .recommend-label{
        transform: translate(-16px, 31px);
        width: calc(101% / 4);
    }
    th.bg_pink.wid20{
        width: 20%;
    }
    .inner {
        width: 96%;
    }
    .inner2{
        width: 90%;
    }
    li.flow_inner{
        gap: 16px;
    }
    .flow_t{
        font-size: 22px;
    }
    .title01:before, .title01:after{
        width: 120px;
    }
    .title01:before{
        transform:translate(-133px, 17px);
    }
    .title01:after{
        transform:translate(12px, 17px) ;
    }
    .pay_box{
        width: 100%;
    }
    .pay_L{
        width: 60%;
    }
    .tr_title{
        width: 33%;
    }
    .big_title span.fs_big{
        font-size: 30px;
    }
    .big_title .fs_big::after {
        width: 280px;
        transform: translate(-292px, 42px);
    }
}
@media screen and (max-width: 440px){
    .recommend-label{
        transform: translate(-15px, 27px);
    }
    div.caution{
        width: 97%;
    }
    p {
        font-size: 15px;
    }
}
@media screen and (max-width: 400px){
    .text01:before, .text01:after {
        width: 100px;
    }
    .text01:before {
        transform: translate(-115px, 20px);
    }
    .text01:after {
        transform: translate(12px, 20px);
    }
    article.case{
        width: 97%;
    }
    article.case dl{
        width: 98%;
    }
    article.case dl dd{
        padding: 3px 5px;
    }
    th.bg_pink.wid20 {
        width: 16%;
    }
    .recommend-label{
        width: calc(108% / 4);
        transform: translate(-12px, 50px);
        font-size: 17px;
    }
    img.title-img {
        width: 85%;
        padding-left: 12px;
    }
    img.title-img.s02 {
        width: 73%;
    }
    .sp_mb2{
        margin-bottom: 20px;
    }
    .inner2 {
        width: 96%;
    }
    .title01:before, .title01:after {
        width: 90px;
    }
    .title01:before {
        transform: translate(-97px, 17px);
    }
    .title01:after {
        transform: translate(5px, 17px);
    }
    .pay_L {
        width: 97%;
        font-size: 14px;
    }
    .tr_title {
        width: 45%;
    }
    h2.h2 {
        font-size: 22px;
    }
    h2.h2.cl_info{
        padding-left: 26px;
    }
    p.big_title {
        font-size: 20px;
    }
    .big_title span.fs_big {
        font-size: 26px;
    }
    .big_title .fs_big::after {
        width: 240px;
        transform: translate(-249px, 36px);
    }
    .mi_L {
        width: 80%;
    }
    .mi_L p {
        font-size: 15px;
    }
    p.title {
        font-size: 17px;
    }
}