@charset "UTF-8";
/*文字PC*/
/*基本フォント*/
:root {
  /*基本背景色PC*/
  --clr_bg:#FFF;
  /*基本文字色*/
  --clr_txt: #000;
  /*リンク色*/
  --clr_link:#98CC8C;
  --clr_linkH:#F5C72D;
  /*ポイントカラーメイン*/
  --clr_main:#90B782;
  /*ポイントカラーサブ*/
  --clr_sub1:#4CC2BE;
  --clr_sub2:#98CC8C;
  --clr_sub3:#7BA76C;
  --clr_sub4:#F2FEEE;
  --clr_sub5:#DDF5F0;
  --clr_sub6:#879881;
  --clr_sub7:#A1A7A1;
  --clr_sub8:#ADD541;
  --clr_sub9:#707070;
  --clr_sub10:#C2E468;
  --clr_sub11:#C8F3B7;
  --clr_sub12:#7EB272;
  --clr_sub13:#517D41;
  /*赤*/
  --red:#F52D5B;
  /*緑*/
  --green:#98CC8C;
  /*橙*/
  --orange:#F5C72D;
  /*青*/
  --blue:    #2D5BF5;
}

/* _reset.scss　出力*/
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* 下層ページ追加  -------------------------------------- */
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.pc_br{
    display: none;
}
@media screen and (min-width: 48em), print {
    .sp_br{
        display: none;
    }
    .pc_br{
        display: block;
    }
}
/* 共通 */
.lower-wrap{
    position: relative;
    margin-top: 1rem;
}
.lower-wrap .wrap{
    width: 100%;
    padding: 0;
    margin: 0;
}
.lower-wrap .page-view{
    background: url(../img/h2.png) center no-repeat;
    background-size: auto 5rem;
    padding: 6.4rem 1.6rem 5.4rem 1.6rem;
    margin-bottom: 0;
}
.lower-wrap .page-view.bg_green{
    background: #eaf5e8 url(../img/lower/h2_w.png) center no-repeat;
    background-size: auto 5rem;
    padding: 6.4rem 1.6rem 5.4rem 1.6rem;
    margin-bottom: 0;
}
.lower-wrap .page-view h2{
    color: #90b782;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}
.f-green{
    color: #84a672;
}
.bg-yellow{
    background: rgba(249, 246, 208, 0.46);
}
.lower-guide{
    padding-top: 4.2rem;
}
.lower-guide section{
    margin-bottom: 5.4rem;
}
.lower-guide .inner{
    padding: 0 1.5rem;
}
.lower-guide section img{
    display: inline-block;
}
.lower-guide .grid-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}
.lower-body .grid-container{
    row-gap: 3.5rem;
}
.lower-body .grid-container .col-4,
.lower-body .grid-container .col-5,
.lower-body .grid-container .col-6{
    width: 100%;
}
.lower-guide .block_btn{
    margin: 0;
}
.lower-guide .pc_btn{
    display: none;
}
.lower-guide .block_btn li{
    display: inline-block;
    width: 100%;
    margin: 0;
}
.lower-guide .block_btn li a{
    position: relative;
    display: block;
    background: #ffffff;
    color: #84a672;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
    border-radius: 5rem;
    text-align: center;
    padding: 1.125rem 1rem 1.125rem 1rem;
    border: 1px solid #84a672;
    box-shadow: 0 5px 0 #84a672;
}
.lower-guide .block_btn li a::after {
    position: absolute;
    content: "\e812";
    font-family: fontello;
    padding-left: 1rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 0;
    right: 1.5rem;
    top: 50%;
}
.lower-guide .lower-head{
    margin-bottom: 5.4rem;
}
.lower-guide p{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}
.lower-guide p.sp-small,
.lower-guide span.sp-small{
    font-size: 1rem;
}
.lower-guide p:last-child{
    margin-bottom: 0;
}
.lower-guide .ttl_btline{
    position: relative;
    color: #84a672;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 3rem;
}
.lower-guide .ttl_btline::after{
    position: absolute;
    background: #84a672;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -1.2rem;
    right: 50%;
    transform: translateX(50%);
}
.lower-guide .ttl_dot{
    position: relative;
    color: #84a672;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #84a672;
    padding-bottom: 1rem;
    margin-bottom: 1.6rem;
}
.lower-guide .ttl_dot::before{
    content: '●';
}
.lower-body .figure{
    margin: 2.5rem 0;
}
.lower-body .box{
    position: relative;
    margin: 0 auto;
    border-radius: 1rem;
}
.lower-body .box h4.ttl{
    position: absolute;
    width: 96%;
    top: -1.6rem;
    right: 50%;
    transform: translateX(50%);
}
.lower-body .box h4.ttl span{
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 5rem;
    padding: 0.5rem 1rem 0.6rem 1rem;
}
.lower-body .box_green{
    background: rgba(234, 245, 232, 0.41);
}
.lower-body .box_green2{
    background: #84a672;
}
.lower-body .box_yellow{
    background: rgba(249, 246, 208, 0.46);
}
.lower-body .box_green h4.ttl span{
    background: #84a672;
    color: #ffffff;
}
.lower-body .box_yellow h4.ttl span{
    background: #ebe386;
}
@media screen and (min-width: 48em), print {
    .lower-wrap .page-view{
        background-size: auto;
        padding: 9rem 3rem;
    }
    .lower-wrap .page-view.bg_green{
        background-size: auto 9.7rem;
        padding: 9rem 3rem;
    }
    .lower-wrap .page-view h2{
        font-size: 3.4rem;
    }
    .lower-guide{
        padding-top: 9rem;
    }
    .lower-guide section{
        margin-bottom: 13rem;
    }
    .lower-guide .inner{
        width: 1160px;
        margin: 0 auto;
        padding: 0 1rem;
    }
    .lower-body .grid-container{
        column-gap: 3rem;
    }
    .lower-body .grid-container .col-4{
        width: calc(40% - 1.5rem);
    }
    .lower-body .grid-container .col-5{
        width: calc(50% - 1.5rem);
    }
    .lower-body .grid-container .col-6{
        width: calc(60% - 1.5rem);
    }
    .lower-guide .sp_btn{
        display: none;
    }
    .lower-guide .pc_btn{
        display: block;
    }
    .lower-guide .block_btn li{
        width: 40rem;
    }
    .lower-guide .block_btn li a{
        font-size: 1.8rem;
        box-shadow: 0 5px 0 #84a672;
        padding: 1.6rem 1.6rem 1.5rem 1.6rem;
    }
    .lower-guide .block_btn li a::after {
        position: relative;
        padding-left: 1rem;
        right: auto;
        top: auto;
        font-size: 3rem;
    }
    .lower-guide .lower-head{
        margin-bottom: 10rem;
    }
    .lower-guide p{
        font-size: 2.0rem;
        line-height: 2;
        margin-bottom: 2.6rem;
    }
    .lower-guide p.sp-small,
    .lower-guide span.sp-small{
        font-size: 2.0rem;
    }
    .lower-guide .ttl_btline{
        font-size: 2.8rem;
        margin-bottom: 6.5rem;
    }
    .lower-guide .ttl_btline::after{
        width: 82.2rem;
        height: 0.0875rem;
        bottom: -2.2rem;
    }
    .lower-guide .ttl_dot{
        font-size: 3.3rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 2.4rem;
    }
    .lower-guide .ttl_dot::before{
        margin-right: 0.5rem;
    }
    .lower-body .figure{
        margin: 4rem 0 4.8rem 0;
    }
    .lower-body .box{
        width: 100rem;
        border-radius: 1.6rem;
    }
    .lower-body .box h4.ttl{
        top: -2rem;
    }
    .lower-body .box h4.ttl span{
        font-size: 2.8rem;
        border-radius: 5rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
}
/* 手術までの流れ */
.flow-list .box{
    position: relative;
    padding: 4.5rem 1.5rem 3.5rem 1.5rem;
    margin-top: 5.2rem;
}
.flow-list .box:not(:last-of-type)::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.6rem 1.5rem 0 1.5rem;
    border-color: #84a672 transparent transparent transparent;
    position: absolute;
    bottom: -1.6rem;
    right: 50%;
    transform: translateX(50%);
    margin: auto;
}
.flow-list dl:not(:last-of-type){
    margin-bottom: 1.2rem;
}
.flow-list dl dt{
    position: relative;
    background: #ffffff;
    color: #84a672;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    border-radius: 0.5rem;
    padding: 0.5rem 1em 0.75rem 3rem;
}
.flow-list dl dt:before {
    position: absolute;
    top: 0.85rem;
    left: 1.2rem;
    content: "\f006";
    font-family: fontello;
    font-size: 1.25rem;
}
.flow-list dl dd{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
    padding: 1rem 1.2rem 1.2rem 2rem;
}
.flow-list dl:last-child dd{
    padding: 1rem 1.6rem 0 3rem;
}
.flow-list dl dd ul{
    list-style: disc;
    margin: 0 0 0 2.5rem;
}
.flow-list dl dd ul li{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
    margin: 0;
}
.flow-list dl dd ul li:not(:last-of-type){
    margin-bottom: 0.5rem;
}
.flow-list .text{
    align-items: center;
    display: flex;
    margin-top: 1.5rem;
}
.flow-list .text::before,
.flow-list .text::after{
    background-color: #84a672;
    content: "";
    flex-grow: 1;
    height: 1px;
}
.flow-list .text span{
    color: #84a672;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 0.5rem;
    border: 1px solid #84a672;
    padding: 1rem 2.8rem 1.125rem 2.8rem;
}
@media screen and (min-width: 48em), print {
    .flow-list .box{
        padding: 5.3rem 6rem 3.5rem 6rem;
        margin-top: 7.2rem;
    }
    .flow-list .box:not(:last-of-type)::after{
        border-width: 3.3rem 1.8rem 0 1.8rem;
        bottom: -2.3rem;
    }
    .flow-list dl:not(:last-of-type){
        margin-bottom: 1.6rem;
    }
    .flow-list .box h4.ttl{
        width: 41rem;
    }
    .flow-list dl:not(:last-of-type){
        margin-bottom: 1.5rem;
    }
    .flow-list dl dt{
        font-size: 2rem;
        border-radius: 0.5rem;
        padding: 0.375rem 1.6em 0.375rem 3.5rem;
    }
    .flow-list dl dt:before {
        top: 0.45rem;
        left: 1.6rem;
        font-size: 1.9rem;
    }
    .flow-list dl dd{
        font-size: 1.7rem;
        line-height: 1.7;
        padding: 1.2rem 1.6rem 1.2rem 3rem;
    }
    .flow-list dl:last-child dd{
        padding: 1.2rem 1.6rem 0 3rem;
    }
    .flow-list dl dd ul{
        margin: 0 0 0 2.5rem;
    }
    .flow-list dl dd ul li{
        font-size: 1.7rem;
    }
    .flow-list dl dd ul li:not(:last-of-type){
        margin-bottom: 0.85rem;
    }
    .flow-list .text{
        margin-top: 2.5rem;
    }
    .flow-list .text span{
        font-size: 2rem;
        border-radius: 0.6rem;
        padding: 0.375rem 2.4rem;
}
}
/* 治療の流れ */
.step-flow .box{
    padding: 3.5rem 1.6rem 2.4rem 1.6rem;
}
.step-flow dl{
    display: flex;
}
.step-flow dl:not(:last-of-type){
    margin-bottom: 1.2rem;
}
.step-flow dl dt{
    position: relative;
    width: 5rem;
}
.step-flow dl:not(:last-of-type) dt:before,
.step-flow dl:not(:last-of-type) dt:after {
    position: absolute;
    background: #84a672;
    content: '';
}
.step-flow dl:not(:last-of-type) dt:before {
    width: 1px;
    height: calc(100% - 3rem);
    border-radius: 5rem;
    top: 6rem;
    right: 50%;
    transform: translateX(50%);
}
.step-flow dl:not(:last-of-type) dt:after {
    width: 1.25rem;
    height: 1px;
    left: 1.25rem;
    bottom: -3rem;
    transform: rotate(49deg);
    transform-origin: right center;
}
.step-flow dl dt img{
    position: relative;
    z-index: 1;
}
.step-flow dl:not(:last-of-type) dt{
    margin-bottom: 2.4rem;
}
.step-flow dl dd{
    width: calc(100% - 5rem);
    padding-top: 0.375rem;
    padding-left: 1rem;
}
.step-flow dl dd h4{
    color: #84a672;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}
.step-flow dl dd p{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
    .step-flow .box{
        padding: 6.4rem 4rem 6.4rem 7rem;
    }
    .step-flow .box h4.ttl{
        width: 36.2rem;
    }
    .step-flow dl:not(:last-of-type){
        margin-bottom: 0;
    }
    .step-flow dl dt{
        width: 8.8rem;
    }
    .step-flow dl:not(:last-of-type) dt{
        margin-bottom: 6rem;
    }
    .step-flow dl:not(:last-of-type) dt:before {
        width: 2px;
        height: calc(100% - 5rem);
        top: 10rem;
    }
    .step-flow dl:not(:last-of-type) dt:after {
        width: 1.6rem;
        height: 2px;
        left: 2.8rem;
        bottom: -5rem;
    }
    .step-flow dl dd{
        width: calc(100% - 8.8rem);
        padding-top: 1rem;
        padding-left: 2.6rem;
    }
    .step-flow dl dd h4{
        font-size: 2.6rem;
        margin-bottom: 0.5rem;
    }
    .step-flow dl dd p{
        font-size: 1.7rem;
        line-height: 1.75;
    }
}
/* 費用 */
.treatment-cost .box{
    padding: 4.8rem 1.2rem 2.2rem 1.2rem;
}
.cost-box .cost-tbl{
    position: relative;
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1.5rem 0.5rem 1.5rem 1rem;
    margin-bottom: 1.5rem;
}
.cost-box .cost-tbl .cost-hl-1{
    position: absolute;
    top: -1rem;
    color: #84a672;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.2em;
}
.cost-box .cost-tbl .cost-hl-2{
    position: absolute;
    top: 22rem;
    color: #84a672;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.2em;
}
.cost-box .cost-tbl dl{
    position: relative;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cost-box .cost-tbl dl::before{
    position: absolute;
    background-size: 10px 2px;
    background-image: linear-gradient(to right, #84a672 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left bottom;
    content: '';
    width: calc(100% - 1rem);
    height: 0.0875rem;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.cost-box .cost-tbl dl:not(:last-of-type){
    margin-bottom: 1.2rem;
}
.cost-box .cost-tbl dl dt{
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.13em;
}
.cost-box .cost-tbl dl dt:before {
    position: absolute;
    top: 0.3rem;
    content: "\f006";
    font-family: fontello;
    font-size: 0.85rem;
}
.cost-box .cost-tbl dl dt span{
    background: #ffffff;
    display: inline-block;
    padding: 0 0.5rem 0 1rem;
}
.cost-box .cost-tbl dl dd{
    position: relative;
    background: #ffffff;
    color: #84a672;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.13em;
    padding-left: 0.5rem;
}
.treatment-cost .note{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.13em;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
}
.treatment-cost .note:not(:last-of-type){
    margin-bottom: 0.5rem;
}
.treatment-cost .cost-box .cost-note{
    position: relative;
    background: #84a672;
    color: #ffffff;
    padding: 3rem 1.25rem 1.5rem 1.5rem;
    border-radius: 0.5rem;
    margin-top: -1.5rem;
}
.treatment-cost .cost-box .cost-note ul{
    position: relative;
    list-style: disc;
    margin: 0 0 0 2.5rem;
}
.treatment-cost .cost-box .cost-note ul::after{
    position: absolute;
    background: #ffffff;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -2.5rem;
}
.treatment-cost .cost-box .cost-note ul li{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.13em;
    text-indent: 0;
    padding-left: 0;
    margin: 0;
}
.treatment-cost .cost-box .cost-note ul li:not(:last-of-type){
    margin-bottom: 0.5rem;
}
.treatment-cost .cost-box .cost-note .note{
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
}
@media screen and (min-width: 48em), print {
    .treatment-cost .box{
        padding: 8rem 6rem 6rem 6rem;
    }
    .cost-box .cost-tbl{
        border-radius: 1.2rem;
        padding: 3.5rem 1rem 3.5rem 3rem;
        margin-bottom: 2.5rem;
    }
    .cost-box .cost-tbl .cost-hl-1{
        top: -1.8rem;
        left: 13rem;
        font-size: 2.6rem;
    }
    .cost-box .cost-tbl .cost-hl-2{
        top: 32.2rem;
        left: 13rem;
        font-size: 2.6rem;
    }
    .cost-box .cost-tbl dl::before{
        background-size: 12px 4px;
        background-image: linear-gradient(to right, #84a672 6px, transparent 6px);
        width: calc(100% - 1.6rem);
        height: 0.0875rem;
        left: 1.6rem;
    }
    .cost-box .cost-tbl dl:not(:last-of-type){
        margin-bottom: 1.2rem;
    }
    .cost-box .cost-tbl dl dt{
        font-size: 1.7rem;
    }
    .cost-box .cost-tbl dl dt:before {
        top: 0.2rem;
        font-size: 1.6rem;
    }
    .cost-box .cost-tbl dl dt span{
        padding: 0 1.2rem 0 2rem;
    }
    .cost-box .cost-tbl dl dd{
        font-size: 2rem;
        padding-left: 1.5rem;
    }
    .treatment-cost .note-box{
        padding: 0 1rem 0 3rem;
    }
    .treatment-cost .note{
        font-size: 1.7rem;
    }
    .treatment-cost .cost-box .cost-note{
        padding: 6rem 3rem 2rem 6rem;
        border-radius: 1.2rem;
        margin-top: -3rem;
    }
    .treatment-cost .cost-box .cost-note ul{
        margin: 0 0 0 6rem;
    }
    .treatment-cost .cost-box .cost-note ul::after{
        left: -5rem;
    }
    .treatment-cost .cost-box .cost-note ul li{
        font-size: 1.75rem;
    }
    .treatment-cost .cost-box .cost-note .note{
        font-size: 1.6rem;
        margin-top: 1.5rem;
    }
}
/* 眼科診療 */
.ophthalmology-guide{
    padding-top: 1rem;
}
.ophthalmology-nav{
    padding-bottom: 6rem;
}
.ophthalmology-nav ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.ophthalmology-nav ul li{
    width: 100%;
    margin: 0;
}
.ophthalmology-nav ul li a{
    position: relative;
    display: block;
    color: #000000;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1rem 1rem 1rem 2.5rem;
}
.ophthalmology-nav ul li a:before {
    position: absolute;
    background: #84a672;
    color: #ffffff;
    content: "\f006";
    font-family: fontello;
    top: 1.5rem;
    left: 0;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
}
.ophthalmology-guide .lower-head{
    background: url(../img/lower/bg_green.png) center no-repeat;
    background-size: cover;
    padding: 5rem 1rem 3rem 1rem;
}
.ophthalmology-guide .lower-head ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
}
.ophthalmology-guide .lower-head ul li{
    width: 50%;
    margin: 0;
}
.ophthalmology-guide .lower-head ul li:nth-child(2){
    margin-top: 6rem;
}
.ophthalmology-guide .lower-head ul li:nth-child(3){
    margin-top: -3.2rem;
}
.ophthalmology-guide .lower-head ul li:nth-child(4){
    margin-top: 4rem;
}
.ophthalmology-guide .lower-head ul li:nth-child(5){
    margin-top: -4rem;
}
.ophthalmology-guide .lower-head ul li:nth-child(6){
    margin-top: 4rem;
}
.ophthalmology-guide .ophthalmology-items{
    margin-bottom: 6rem;
}
.ophthalmology-items .grid-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.ophthalmology-items .grid-container{
    row-gap: 1.5rem;
}
.ophthalmology-items .arrow{
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 2rem;
    margin-bottom: 0;
}
.ophthalmology-items .arrow:before {
    position: absolute;
    content: "\f006";
    font-family: fontello;
    top: 0.45rem;
    left: -1.2rem;
    font-size: 0.85rem;
}
.ophthalmology-items .box{
    margin: 0;
}
.ophthalmology-items .box_yellow,
.ophthalmology-items .box_green{
    margin-top: 2rem;
    padding: 3rem 1.5rem 2rem 1.5rem;
}
.ophthalmology-items .box h4.ttl span{
    display: inline-block;
    font-size: 1.7rem;
}
.ophthalmology-items .box p{
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
}
.ophthalmology-items .radius-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.ophthalmology-items .radius-list li{
    width: 100%;
    color: #84a672;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0;
}
.ophthalmology-items .list1,
.ophthalmology-items .list2{
    column-gap: 1.2rem;
    row-gap: 1rem;
    align-items: center;
    margin-top: 1.6rem;
}
.ophthalmology-items .list1{
    margin-bottom: 1.6rem;
}
.ophthalmology-items .list2 li{
    text-align: right;
}
.ophthalmology-items .list1 .radius,
.ophthalmology-items .list2 .radius,
.ophthalmology-items .list3 li{
    background: #ffffff;
    color: #84a672;
    text-align: center;
    border: 2px solid #84a672;
}
.ophthalmology-items .list1 .radius{
    width: calc(50% - 0.6rem);
    border-radius: 1rem;
    padding: 1.25rem 0;
}
.ophthalmology-items .list2 .radius{
    width: calc(50% - 0.6rem);
    border-radius: 5rem;
    padding: 0.85rem 0;
}
.ophthalmology-items .list3{
    column-gap: 1rem;
    row-gap: 1rem;
}
.ophthalmology-items .list3 li{
    width: calc(33.3333% - 0.7rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
}
.ophthalmology-items .list3 li::before {
    display: block;
    content: '';
    padding-top: 100%;
}
#ophthalmology02 .btn-container{
    margin-top: 1.5rem;
}
#ophthalmology07 .grid-container .sp-text{
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 2rem;
}
#ophthalmology07 .grid-container .pc-text{
    display: none;
}
#ophthalmology07 .grid-container .btn-container{
    width: 100%;
}
#ophthalmology07 .btn-container .text{
    width: 100%;
    color: #84a672;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.85;
    margin-bottom: 0;
}
.btn-container p{
    color: #84a672;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0.375rem;
}
#ophthalmology13 .sp_btn{
    width: 100%;
}
@media screen and (min-width: 48em), print {
    .ophthalmology-guide{
        padding-top: 2rem;
    }
    .ophthalmology-guide .inner{
        width: 1060px;
    }
    .ophthalmology-guide .ophthalmology-nav .inner{
        width: 900px;
    }
    .ophthalmology-nav ul{
        column-gap: 3rem;
    }
    .ophthalmology-nav ul li{
        width: calc(50% - 1.5rem);
    }
    .ophthalmology-nav ul li a{
        font-size: 1.7rem;
        padding: 1.2rem 1rem 1.2rem 3rem;
    }
    .ophthalmology-nav ul li a:before {
        top: 1.5rem;
        font-size: 1.2rem;
        line-height: 2rem;
        width: 2rem;
        height: 2rem;
    }
    .ophthalmology-guide .lower-head{
        padding: 8rem 0 6rem 0;
    }
    .ophthalmology-guide .lower-head .inner{
        width: 1070px;
    }
    .ophthalmology-guide .lower-head ul{
        column-gap: 2.6rem;
    }
    .ophthalmology-guide .lower-head ul li{
        width: calc(16.66666% - 2.2rem);
    }
    .ophthalmology-guide .lower-head ul li:nth-child(1),
    .ophthalmology-guide .lower-head ul li:nth-child(6){
        margin-top: -16rem;
    }
    .ophthalmology-guide .lower-head ul li:nth-child(2),
    .ophthalmology-guide .lower-head ul li:nth-child(5){
        margin-top: -4rem;
    }
    .ophthalmology-guide .lower-head ul li:nth-child(3),
    .ophthalmology-guide .lower-head ul li:nth-child(4){
        margin-top: 4rem;
    }
    .ophthalmology-guide .lower-head ul li:nth-child(1){
        margin-right: -3rem;
    }
    .ophthalmology-guide .lower-head ul li:nth-child(2){
        margin-right: -2rem;
    }
    .ophthalmology-guide .lower-head ul li:nth-child(5){
        margin-left: -2rem;
    }
    .ophthalmology-guide .lower-head ul li:nth-child(6){
        margin-left: -3rem;
    }
    .ophthalmology-guide .ophthalmology-items{
        margin-bottom: 7rem;
    }
    .ophthalmology-items .grid-container{
        margin-bottom: 2.5rem;
        margin-top: 5.5rem;
    }
    .ophthalmology-items .arrow{
        font-size: 1.65rem;
        line-height: 1.9;
        margin-left: 2rem;
    }
    .ophthalmology-items .arrow:before {
        font-size: 1.4rem;
        top: 0.25rem;
        left: -1.4rem;
    }
    .ophthalmology-items .grid-container .box{
        display: flex;
        align-items: center;
    }
    .ophthalmology-items .box_yellow,
    .ophthalmology-items .box_green{
        padding: 4rem 5.4rem 3rem 5.4rem;
    }
    .ophthalmology-items .box h4.ttl{
        text-align: center;
    }
    .ophthalmology-items .box h4.ttl span{
        font-size: 2.2rem;
        padding: 0.5rem 2.5rem;
    }
    .ophthalmology-items .box p{
        font-size: 1.65rem;
    }
    .ophthalmology-items .box .arrow{
        line-height: 1.9;
    }
    .grid-container .btn-container p{
        font-size: 1.6rem;
        margin-bottom: 0.375rem;
    }
    .ophthalmology-items .radius-list li{
        width: auto;
        color: #84a672;
        font-size: 1.65rem;
        font-weight: 700;
        line-height: 1.45;
        letter-spacing: 0.1em;
        margin: 0;
    }
    .ophthalmology-items .list1,
    .ophthalmology-items .list2{
        column-gap: 0.6rem;
        align-items: center;
        margin-top: 1.6rem;
    }
    .ophthalmology-items .list1{
        margin-bottom: 1.6rem;
    }
    .ophthalmology-items .list2 li{
        text-align: left;
    }
    .ophthalmology-items .list1 .radius,
    .ophthalmology-items .list2 .radius,
    .ophthalmology-items .list3 li{
        background: #ffffff;
        color: #84a672;
        border: 2px solid #84a672;
    }
    .ophthalmology-items .list1 .radius{
        width: 14rem;
        border-radius: 1.2rem;
        padding: 1.5rem 0;
    }
    .ophthalmology-items .list2 .radius{
        width: 16rem;
        border-radius: 5rem;
        padding: 0.85rem 0;
    }
    .ophthalmology-items .list3{
        column-gap: 2.3rem;
        row-gap: 1.3rem;
    }
    .ophthalmology-items .list3 li{
        width: calc(33.3333% - 1.6rem);
    }
    #ophthalmology02 .arrow .border{
        border-bottom: 1px solid #84a672;
    }
    #ophthalmology02 .btn-container{
        position: relative;
        text-align: right;
    }
    #ophthalmology02 .btn-container::before{
        position: absolute;
        background-size: 8px 2px;
        background-image: linear-gradient(to right, #84a672 6px, transparent 6px);
        background-repeat: repeat-x;
        background-position: left bottom;
        content: '';
        width: calc(100% - 30rem);
        height: 0.2rem;
        right: 10rem;
        bottom: 2.8rem;
    }
    #ophthalmology02 .btn-container::after{
        position: absolute;
        background-size: 8px 2px;
        background-image: linear-gradient(to right, #84a672 6px, transparent 6px);
        background-repeat: repeat-x;
        background-position: right bottom;
        content: '';
        width: 5rem;
        height: 0.2rem;
        right: 81.4rem;
        bottom: 5.2rem;
        transform: rotate(90deg);
    }
    #ophthalmology07 .grid-container .sp-text{
        display: none;
    }
    #ophthalmology07 .grid-container .pc-text{
        display: block;
        font-size: 1.65rem;
        font-weight: 700;
        line-height: 1.9;
        margin-left: 2rem;
        margin-bottom: 0;
        margin-top: 2rem;
    }
    #ophthalmology07 .btn-grid{
        align-items: flex-end;
    }
    #ophthalmology07 .btn-grid .text{
        position: relative;
        width: calc(100% - 43rem);
        font-size: 1.65rem;
        line-height: 1.85;
        margin-bottom: 0;
    }
    #ophthalmology07 .grid-container .btn-container{
        position: relative;
        width: auto;
    }
    #ophthalmology07 .btn-grid .text::before{
        position: absolute;
        background-size: 8px 2px;
        background-image: linear-gradient(to right, #84a672 6px, transparent 6px);
        background-repeat: repeat-x;
        background-position: left bottom;
        content: '';
        width: calc(100% - 20rem);
        height: 0.2rem;
        right: -10rem;
        bottom: 1.25rem;
    }
    #ophthalmology09 .grid-container .arrow{
        margin-top: -2rem;
    }
    #ophthalmology13 .box h4.ttl{
        text-align: left;
    }
    #ophthalmology13 .box h4.ttl span{
        margin-left: 4rem;
    }
    #ophthalmology13 .box .block_btn{
        position: absolute;
        right: 2rem;
        bottom: -2.5rem;
    }
}
/* 日帰り白内障手術 */
.cataract-guide .cataract-img{
    margin-top: 3rem;
}
.cataract-guide .cataract-img .figure{
    position: relative;
}
.cataract-guide .cataract-img .img{
    margin: -3rem -1.5rem 0 -1.5rem;
}
.cataract-guide .flow-list{
    margin-top: 6rem;
}
@media screen and (min-width: 48em), print {
    .cataract-guide .cataract-img{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        -webkit-justify-content:flex-end;
        justify-content: flex-end;
        margin-top: 6rem;
    }
    .cataract-guide .cataract-img .figure{
        margin-right: -5%;
    }
    .cataract-guide .cataract-img .img{
        width: 50%;
        margin: 0;
    }
    .cataract-guide .flow-list{
        margin-top: 10rem;
    }
}
/* マイオピン点眼 */
.myopin-guide .step-flow{
    margin-top: 8rem;
}
.myopin-guide .treatment-cost{
    margin-top: 7rem;
}
.myopin-guide .cost-box .cost-tbl{
    position: relative;
    padding: 2rem 2rem 1rem 2rem;
    margin-bottom: 2.5rem;
    z-index: 1;
}
.myopin-guide .cost-box:last-child .cost-tbl{
    margin-bottom: 0;
}
.myopin-guide .cost-box .cost-tbl dl{
    max-width: 60rem;
    margin: 0 auto;
}
.myopin-guide .cost-box .cost-tbl dl:not(:last-of-type){
    margin-bottom: 0.5rem;
}
.myopin-guide .treatment-cost .cost-box .cost-note:before{
    position: absolute;
    content: '';
    background: url(../img/lower/myopin_img.png) no-repeat center;
    background-size: cover;
    width: 12rem;
    height: 9rem;
    bottom: -6.4rem;
    right: -2rem;
    z-index: 1;
}
@media screen and (min-width: 48em), print {
    .myopin-guide .step-flow{
        margin-top: 16rem;
    }
    .myopin-guide .treatment-cost{
        margin-top: 12.4rem;
    }
    .myopin-guide .treatment-cost .box h4.ttl{
        width: 36.2rem;
    }
    .myopin-guide .cost-box .cost-tbl{
        padding: 5rem 3rem 3.5rem 3rem;
        margin-bottom: 4rem;
    }
    .myopin-guide .cost-box:last-child .cost-tbl{
        margin-bottom: 0;
    }
    .myopin-guide .cost-box .cost-tbl dl:not(:last-of-type){
        margin-bottom: 1.2rem;
    }
    .myopin-guide .treatment-cost .cost-box .cost-note:before{
        width: 15.5rem;
        height: 12.3rem;
        bottom: auto;
        top: -6.4rem;
        right: -6.4rem;
    }
}
/* オルソケラトロジー */
.otho-keratology-guide .usage .grid-container{
    position: relative;
}
.otho-keratology-guide .usage .figure{
    margin: 0;
}
.otho-keratology-guide .usage .usage-items{
    position: absolute;
}
.otho-keratology-guide .usage .usage01{
    top: 1rem;
    right: 0;
}
.otho-keratology-guide .usage .usage02{
    right: 0;
    top: 8.8rem;
}
.otho-keratology-guide .usage .usage03{
    right: 0;
    bottom: 1.5rem;
}
.otho-keratology-guide .usage .usage-items .ttl{
    display: flex;
    align-items: flex-start;
    color: #84a672;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.15em;
    margin-bottom: 0.25rem;
}
.otho-keratology-guide .usage .usage-items .ttl span{
    font-size: 2rem;
    line-height: 1;
    margin-right: 0.25rem;
    margin-top: -0.25rem;
}
.otho-keratology-guide .usage .usage-items p{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 4rem;
}
.otho-keratology-guide .usage .figure{
    width: 65%;
}
.otho-keratology-guide .recommend{
    margin-bottom: 7rem;
}
.otho-keratology-guide .recommend h3{
    color: #84a672;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 0.8rem;
}
.otho-keratology-guide .recommend .bubble{
    text-align: center;
    margin-bottom: 2rem;
}
.otho-keratology-guide .recommend .bubble span{
    position: relative;
    display: inline-block;
    width: 16rem;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    border-radius: 5rem;
    padding: 0.8rem 1rem 0.7rem 1rem;
}
.otho-keratology-guide .recommend .bubble span::before,
.otho-keratology-guide .recommend .bubble span::after{
    content: "";
    position: absolute;
}
.otho-keratology-guide .recommend .bubble.green span{
    background: #84a672;
    color: #ffffff;
    border: 2px solid #84a672;
}
.otho-keratology-guide .recommend .bubble.green span::before{
    top: 100%;
    left: 50%;
    margin-left: -1rem;
    border: 1rem solid transparent;
    border-top: 1.4rem solid #84a672;
}
.otho-keratology-guide .recommend .bubble.green span::after{
    background: url(../img/lower/ttl_icon.png) center no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3.6rem;
    right: -3.5rem;
    bottom: 0.35rem;
}
.otho-keratology-guide .recommend .bubble.white span{
    background: #ffffff;
    color: #84a672;
    border: 2px solid #84a672;
}
.otho-keratology-guide .recommend .bubble.white span::before{
    bottom: -1.8rem;
    left: 50%;
    margin-left: -0.8rem;
    border: 0.8rem solid transparent;
    border-top: 1.2rem solid #FFF;
    z-index: 2;
}
.otho-keratology-guide .recommend .bubble.white span::after{
    top: 100%;
    left: 50%;
    margin-left: -1rem;
    border: 1rem solid transparent;
    border-top: 1.4rem solid #84a672;
    z-index: 1;
}
.otho-keratology-guide .recommend .check_list{
    margin: 0 auto;
    margin-bottom: 4rem;
}
.otho-keratology-guide .recommend .check_list.mb-0{
    margin-bottom: 0;
}
.otho-keratology-guide .recommend .check_list li{
    position: relative;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-left: 2.6rem;
    margin-bottom: 1rem;
}
.otho-keratology-guide .recommend .check_list li:before {
    position: absolute;
    content: "";
    background: url(../img/lower/check_icon.png) no-repeat center;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    left: 0;
    top: 0.15rem;
}
.otho-keratology-guide .comparison{
    margin-bottom: 7rem;
}
.otho-keratology-guide .comparison h3{
    color: #84a672;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 0.8rem;
}
.comparison .comparison_tbl{
    border-spacing: 0;
}
.comparison .comparison_tbl.pc_tbl{
    display: none;
}
.comparison .comparison_tbl.sp_tbl{
    width: 100%;
}
.comparison .comparison_tbl.sp_tbl tr.green{
    background: #eaf5e8;
}
.comparison .comparison_tbl.sp_tbl th{
    width: 3rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-right: 1px solid #84a672;
    border-left: 1px solid #84a672;
    border-bottom: 1px solid #84a672;
    padding: 1.5rem 1rem;
}
.comparison .comparison_tbl.sp_tbl tr:first-child th{
    border-top: 1px solid #84a672;
    border-radius: 0.85rem 0 0 0;
}
.comparison .comparison_tbl.sp_tbl tr:nth-last-child(2) th{
    border-radius: 0 0 0 0.85rem;
}
.comparison .comparison_tbl td{
    border-right: 1px solid #84a672;
    border-bottom: 1px solid #84a672;
    padding: 1.5rem 1rem;
}
.comparison .comparison_tbl tr:first-child td{
    border-top: 1px solid #84a672;
}
.comparison .comparison_tbl tr:first-child td:last-child{
    border-radius: 0 0.85rem 0 0;
}
.comparison .comparison_tbl tr:last-child td:last-child{
    border-radius: 0 0 0.85rem 0;
}
.comparison .comparison_tbl td.green1,
.comparison .comparison_tbl td.green2{
    width: 2rem;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 1.5rem 0.5rem;
}
.comparison .comparison_tbl td.green1{
    background: #8ba272;
}
.comparison .comparison_tbl td.green2{
    background: #97a38e;
}
.comparison .comparison_tbl td ul{
    margin: 0;
}
.comparison .comparison_tbl td ul li{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.03em;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0;
}
.comparison .comparison_tbl td ul li + li{
    margin-top: 0.65rem;
}
.otho-keratology-guide .comparison .note{
    color: #8ba272;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.03em;
    text-align: right;
}
.otho-keratology-guide .box_green2{
    padding: 2rem 1rem;
}
.otho-keratology-guide .box_green2 p{
    color: #ffffff;
    font-size: 1.3rem;
}
.otho-keratology-guide .step-flow{
    margin-top: 10rem;
}
.otho-keratology-guide .treatment-cost{
    margin-top: 10rem;
}
.otho-keratology-guide .treatment-cost .box h4.ttl{
    top: -3rem;
}
.otho-keratology-guide .treatment-cost .box h4.ttl span{
    border-radius: 1rem;
}
.otho-keratology-guide .cost-box .cost-tbl dl dt{
    width: calc(100% - 10.5rem);
    font-size: 1rem;
}
.otho-keratology-guide .cost-box .cost-tbl dl dt:before {
    top: 0.3rem;
    font-size: 0.85rem;
}
.otho-keratology-guide .cost-box .cost-tbl dl dd{
    width: 10.5rem;
    font-size: 1.1rem;
}
@media screen and (min-width: 48em), print {
    .otho-keratology-guide .usage .grid-container{
        width: 82.2rem;
        margin: 0 auto;
    }
    .otho-keratology-guide .usage .usage01{
        top: 3rem;
        right: 20rem;
    }
    .otho-keratology-guide .usage .usage02{
        right: 4rem;
        top: 24rem;
    }
    .otho-keratology-guide .usage .usage03{
        right: 11rem;
        bottom: 3.5rem;
    }
    .otho-keratology-guide .usage .usage-items .ttl{
        font-size: 2.7rem;
        margin-bottom: 0.8rem;
    }
    .otho-keratology-guide .usage .usage-items .ttl span{
        font-size: 3rem;
        margin-right: 0.5rem;
        margin-top: 0.3rem;
    }
    .otho-keratology-guide .usage .usage-items p{
        font-size: 1.8rem;
        line-height: 1.6;
        padding-left: 6rem;
    }
    .otho-keratology-guide .usage .figure{
        width: 45rem;
    }
    .otho-keratology-guide .recommend{
        margin-bottom: 17rem;
    }
    .otho-keratology-guide .recommend h3{
        font-size: 2.6rem;
        margin-bottom: 1.5rem;
    }
    .otho-keratology-guide .recommend .bubble{
        margin-bottom: 3.2rem;
    }
    .otho-keratology-guide .recommend .bubble span{
        width: 26rem;
        font-size: 3rem;
        padding: 1.6rem 1.6rem 1.4rem 1.6rem;
    }
    .otho-keratology-guide .recommend .bubble.green span::before{
        margin-left: -12px;
        border: 12px solid transparent;
        border-top: 18px solid #84a672;
    }
    .otho-keratology-guide .recommend .bubble.green span::after{
        width: 5.9rem;
        height: 6.9rem;
        right: -6.5rem;
        bottom: 0.5rem;
    }
    .otho-keratology-guide .recommend .bubble.white span::before{
        bottom: -24px;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 16px solid #FFF;
        z-index: 2;
    }
    .otho-keratology-guide .recommend .bubble.white span::after{
        top: 100%;
        left: 50%;
        margin-left: -12px;
        border: 12px solid transparent;
        border-top: 18px solid #84a672;
        z-index: 1;
    }
    .otho-keratology-guide .recommend .check_list{
        width: 89rem;
        margin-bottom: 7rem;
    }
    .otho-keratology-guide .recommend .check_list li{
        font-size: 1.9rem;
        padding-left: 5rem;
        margin-bottom: 1.5rem;
    }
    .otho-keratology-guide .recommend .check_list li:before {
        width: 3.1rem;
        height: 3.1rem;
        top: 0;
    }
    .otho-keratology-guide .comparison{
        margin-bottom: 15rem;
    }
    .otho-keratology-guide .comparison h3{
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    .comparison .comparison_tbl.sp_tbl{
        display: none;
    }
    .comparison .comparison_tbl.pc_tbl{
        display: table;
        width: 110rem;
        margin: 0 auto;
    }
    .comparison .comparison_tbl.pc_tbl thead th{
        background: #84a672;
        color: #ffffff;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.45;
        letter-spacing: 0.15em;
        text-align: center;
        padding: 2rem 1.5rem;
    }
    .comparison .comparison_tbl.pc_tbl thead th:first-child{
        width: 27.2rem;
        border-radius: 1.6rem 0 0 0;
    }
    .comparison .comparison_tbl.pc_tbl thead th:last-child{
        border-radius: 0 1.6rem 0 0;
    }
    .comparison .comparison_tbl.pc_tbl tbody th{
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.45;
        text-align: left;
        border-right: 1px solid #84a672;
        border-left: 1px solid #84a672;
        border-bottom: 1px solid #84a672;
        padding: 1.5rem;
    }
    .comparison .comparison_tbl.pc_tbl tbody tr:nth-child(3){
        background: #eaf5e8;
    }
    .comparison .comparison_tbl.pc_tbl tbody tr:nth-child(3) th{
        letter-spacing: 0;
    }
    .comparison .comparison_tbl.pc_tbl tbody td{
        border-bottom: 1px solid #84a672;
        border-right: 1px solid #84a672;
        padding: 1.5rem;
    }
    .comparison .comparison_tbl.pc_tbl tbody tr:last-child th{
        border-radius: 0 0 0 1.6rem;
    }
    .comparison .comparison_tbl.pc_tbl tbody tr:last-child td:last-child{
        border-radius: 0 0 1.6rem 0;
    }
    .comparison .comparison_tbl.pc_tbl td ul li{
        font-size: 1.7rem;
    }
    .comparison .comparison_tbl.pc_tbl td ul li + li{
        margin-top: 1rem;
    }
    .otho-keratology-guide .comparison .note{
        width: 110rem;
        margin: 0.5rem auto 0 auto;
        font-size: 1.4rem;
    }
    .otho-keratology-guide .box_green2{
        width: 89rem;
        padding: 3rem;
    }
    .otho-keratology-guide .box_green2 p{
        font-size: 2rem;
    }
    .otho-keratology-guide .step-flow{
        margin-top: 15rem;
    }
    .otho-keratology-guide .treatment-cost{
        margin-top: 18rem;
    }
    .otho-keratology-guide .treatment-cost .box h4.ttl{
        width: 56.4rem;
        top: -1.6rem;
    }
    .otho-keratology-guide .treatment-cost .box h4.ttl span{
        border-radius: 5rem;
    }
    .otho-keratology-guide .cost-box .cost-tbl dl dt{
        width: calc(100% - 34rem);
        font-size: 1.7rem;
    }
    .otho-keratology-guide .cost-box .cost-tbl dl dt:before {
        top: 0.2rem;
        font-size: 1.6rem;
    }
    .otho-keratology-guide .cost-box .cost-tbl dl dd{
        width: 34rem;
        font-size: 2rem;
    }
}

/* 美容皮膚科 */
.beauty-wrap .page-view.bg_yellow {
  background: #ebe386;
}
.beauty-wrap .page-view.bg_yellow h2 {
  color: #000000;
  font-size: 1.8rem;
}
.beauty-guide .pc {
  display: none;
}
.beauty-guide.mb {
  margin-bottom: 5.4rem;
}
.beauty-guide .reserv-box {
  text-align: center;
  border: 1px solid #84a672;
  padding: 2rem;
  border-radius: 0.8rem;
}
.beauty-guide .reserv-box h3 {
  color: #84a672;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2rem;
}
.beauty-guide .reserv-box .block_btn li a {
  background: #90b782;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
.beauty-guide .skin-nav {
  position: relative;
  margin-top: 5rem;
}
.beauty-guide .skin-nav li a {
  position: absolute;
  display: block;
  width: 12.6rem;
  height: 3.1rem;
  text-indent: -9999px;
  border-bottom: none;
}
.beauty-guide .skin-nav li:nth-child(1) a {
  top: 0;
  left: 11%;
}
.beauty-guide .skin-nav li:nth-child(2) a {
  top: 34%;
  right: 0;
}
.beauty-guide .skin-nav li:nth-child(3) a {
  top: 21%;
  left: 0;
}
.beauty-guide .skin-nav li:nth-child(4) a {
  bottom: 19.5%;
  right: 0;
}
.beauty-guide .skin-nav li:nth-child(5) a {
  bottom: 16%;
  left: 0;
}
.beauty-guide .skin-nav li:nth-child(6) a {
  top: 11.5%;
  right: 2%;
}
.beauty-guide .skin-nav li:nth-child(7) a {
  bottom: 0.5%;
  left: 19%;
}
.beauty-guide .treatment-nav {
  margin-top: 5rem;
}
.beauty-guide .treatment-nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.beauty-guide .treatment-nav .nav-list .nav-items {
  width: 100%;
  margin: 0;
}
.beauty-guide .treatment-nav .nav-list .nav-items a {
  display: block;
  background: rgba(234, 245, 232, 0.71);
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.2em;
  padding: 1rem 1.5rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.beauty-guide .treatment-nav .nav-list .nav-items.yellow a {
  background: rgba(249, 246, 208, 0.71);
}
.beauty-guide .set-menu .box_yellow {
  background: rgba(249, 246, 208, 0.46);
  border-radius: 0.6rem;
  padding: 3rem 3.5rem;
  margin-bottom: 2.5rem;
}
.beauty-guide .set-menu .box h4 {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
}
.beauty-guide .set-menu .box h4:before {
  position: absolute;
  top: 0.3rem;
  left: -2rem;
  content: "●";
  color: #84a672;
  font-size: 1.2rem;
}
.beauty-guide .set-menu .set-menu-tbl dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.beauty-guide .set-menu .set-menu-tbl dl dt {
  width: 7rem;
  color: #84a672;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.2em;
}
.beauty-guide .set-menu .set-menu-tbl dl dd {
  background: #ffffff;
  width: calc(100% - 7rem);
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 1rem 1.5rem;
}
.beauty-guide .box_radius {
  width: 90%;
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}
.beauty-guide .box_radius h4 {
  background: #84a672;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-align: center;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 0.75rem;
}
.beauty-guide .box_radius h4 small {
  font-size: 1.5rem;
}
.beauty-guide .box_radius .box-container {
  border: 1px solid #84a672;
  padding: 2rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
.beauty-guide .grid-container {
  width: 90%;
  row-gap: 6.5rem;
  margin: 0 auto;
}
.beauty-guide .grid-container .col-5 {
  text-align: center;
}
.beauty-guide .grid-container .bubble {
  display: inline-block;
  text-align: center;
  margin-bottom: 5rem;
}
.beauty-guide .grid-container .bubble.mb6 {
  margin-bottom: 4rem;
}
.beauty-guide .grid-container .bubble span {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  border-radius: 5rem;
  padding: 0.8rem 2rem 0.7rem 2rem;
}
.beauty-guide .grid-container .bubble span::before {
  content: "";
  position: absolute;
}
.beauty-guide .grid-container .bubble.yellow span {
  background: #ebe386;
}
.beauty-guide .grid-container .bubble.yellow span::before {
  top: 100%;
  left: 50%;
  margin-left: -0.75rem;
  border: 0.75rem solid transparent;
  border-top: 1.2rem solid #ebe386;
}
.beauty-guide .grid-container .figure {
  text-align: center;
  margin: 0;
  margin-bottom: 5rem;
}
.beauty-guide .grid-container .figure img {
  display: inline-block;
  width: 14rem;
}
.beauty-guide .features-effects {
  margin-bottom: 5.4rem;
}
.beauty-guide .features-effects h4 {
  color: #84a672;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 2rem;
}
.beauty-guide .features-effects h4 small {
  font-size: 1.5rem;
}
.beauty-guide .features-effects p {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.beauty-guide .features-effects p small {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.beauty-guide .grid-container .bg_text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
.beauty-guide ol.list {
  display: inline-block;
  counter-reset: item;
}
.beauty-guide ol.list.mb {
  margin-bottom: 4rem;
}
.beauty-guide ol.list > li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.07em;
  text-align: left;
  text-indent: -2.1rem;
  padding-left: 2rem;
}
.beauty-guide ol.list > li:before {
  counter-increment: item;
  content: counter(item)'.';
  color: #ebe386;
  margin-right: .5em;
}
.beauty-guide ol.list > li + li {
  margin-top: 0.5rem;
}
.beauty-guide ol.list ul {
  list-style: disc;
  margin-left: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.beauty-guide ol.list > li:not(:last-child) ul {
  margin-bottom: 3.5rem;
}
.beauty-guide ol.list ul li {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.01em;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.beauty-guide .box_gray {
  width: 94%;
  background: rgba(242, 242, 242, 0.71);
  padding: 4.5rem 1.5rem 5rem 1.5rem;
  margin-bottom: 5.4rem;
}
.beauty-guide .box_gray dl:not(:last-child) {
  margin-bottom: 3rem;
}
.beauty-guide .box_gray dl dt {
  color: #84a672;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 1rem;
}
.beauty-guide .box_gray dl dd {
  background: #ffffff;
  padding: 1rem;
}
.beauty-guide .box_gray dl dd p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
}
.beauty-guide .box_gray dl dd p small {
  font-size: 1.1rem;
}
.beauty-guide .box_gray dl dd p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.beauty-guide .type-container {
  margin-bottom: 6.5rem;
}
.beauty-guide .type-container h4 {
  color: #84a672;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 4rem;
}
.beauty-guide .type-container h4 small {
  font-size: 1.5rem;
}
.beauty-guide .type-container dl:not(:last-child) {
  margin-bottom: 2.5rem;
}
.beauty-guide .type-container dl dt {
  color: #84a672;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.beauty-guide .type-container dl dd {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 48em), print {
  .beauty-guide .sp, .beauty-guide ol.list.sp {
    display: none;
  }
  .beauty-guide .pc {
    display: block;
  }
  .beauty-wrap .page-view.bg_yellow h2 {
    font-size: 2.8rem;
  }
  .beauty-guide.mb {
    margin-bottom: 13rem;
  }
  .beauty-guide .inner {
    width: 1070px;
  }
  .beauty-guide .reserv-box {
    width: 980px;
    padding: 8rem 2rem;
    border-radius: 1.2rem;
    margin: 0 auto;
  }
  .beauty-guide .reserv-box h3 {
    font-size: 2.8rem;
    margin-bottom: 3.5rem;
  }
  .beauty-guide .reserv-box .block_btn li a {
    font-size: 2.2rem;
  }
  .beauty-guide .skin-nav {
    margin-top: 5rem;
  }
  .beauty-guide .skin-nav li a {
    width: 25.6rem;
    height: 6.1rem;
  }
  .beauty-guide .skin-nav li:nth-child(1) a {
    top: 4%;
    left: 5%;
  }
  .beauty-guide .skin-nav li:nth-child(2) a {
    top: 25%;
    right: 3.6%;
  }
  .beauty-guide .skin-nav li:nth-child(3) a {
    top: 34%;
    left: 3.7%;
  }
  .beauty-guide .skin-nav li:nth-child(4) a {
    bottom: 35.6%;
    right: 0.2%;
  }
  .beauty-guide .skin-nav li:nth-child(5) a {
    bottom: 31%;
    left: 0.2%;
  }
  .beauty-guide .skin-nav li:nth-child(6) a {
    top: auto;
    bottom: 2%;
    right: 9%;
  }
  .beauty-guide .skin-nav li:nth-child(7) a {
    bottom: 0.5%;
    left: 14%;
  }
  .beauty-guide .treatment-nav {
    margin-top: 10rem;
  }
  .beauty-guide .treatment-nav .nav-list {
    column-gap: 3rem;
    row-gap: 3rem;
  }
  .beauty-guide .treatment-nav .nav-list .nav-items {
    width: calc(50% - 1.5rem);
  }
  .beauty-guide .treatment-nav .nav-list .nav-items.wide {
    width: 100%;
  }
  .beauty-guide .treatment-nav .nav-list .nav-items a {
    font-size: 2rem;
    padding: 2rem;
    border-radius: 1rem;
  }
  .beauty-guide .set-menu .box_yellow {
    border-radius: 1.2rem;
    padding: 6rem;
    margin-bottom: 5.5rem;
  }
  .beauty-guide .set-menu .box .box_inner {
    width: 700px;
    margin: 0 auto;
  }
  .beauty-guide .set-menu .box h4 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .beauty-guide .set-menu .box h4:before {
    top: 0.3rem;
    left: -4rem;
    font-size: 2rem;
  }
  .beauty-guide .set-menu .set-menu-tbl dl dt {
    width: 20rem;
    font-size: 2.2rem;
  }
  .beauty-guide .set-menu .set-menu-tbl dl dd {
    width: calc(100% - 20rem);
    font-size: 1.9rem;
    padding: 1rem 1.5rem;
  }
  .beauty-guide .box_radius {
    width: 100%;
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .beauty-guide .box_radius h4 {
    font-size: 2.6rem;
    border-radius: 1.2rem 1.2rem 0 0;
    padding: 1.5rem;
  }
  .beauty-guide .box_radius h4 small {
    font-size: 2.2rem;
  }
  .beauty-guide .box_radius .box-container {
    padding: 3rem;
    border-radius: 0 0 1.2rem 1.2rem;
  }
  .beauty-guide .grid-container {
    width: 100%;
    column-gap: 0;
    align-items: center;
    margin-bottom: 9rem;
  }
  .beauty-guide .grid-container .col-5 {
    width: 50%;
  }
  .beauty-guide .grid-container .wide {
    width: 100%;
    padding: 0 2rem;
  }
  .beauty-guide .grid-container .bubble {
    display: block;
    margin-bottom: 9rem;
  }
  .beauty-guide .grid-container .bubble.mb6 {
    margin-bottom: 6rem;
  }
  .beauty-guide .grid-container .bubble span {
    font-size: 2.2rem;
    padding: 1rem;
  }
  .beauty-guide .grid-container .bubble.yellow span::before {
    margin-left: -1rem;
    border: 1rem solid transparent;
    border-top: 1.4rem solid #ebe386;
  }
  .beauty-guide .grid-container .figure {
    margin-bottom: 0;
  }
  .beauty-guide .grid-container .figure img {
    width: 24.6rem;
  }
  .beauty-guide .features-effects {
    padding: 0 4rem;
    margin-bottom: 0;
  }
  .beauty-guide .features-effects h4 {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
  .beauty-guide .features-effects h4.mb2 {
    margin-bottom: 2rem;
  }
  .beauty-guide .features-effects h4 small {
    font-size: 2.2rem;
  }
  .beauty-guide .features-effects p {
    font-size: 1.8rem;
  }
  .beauty-guide .features-effects p small {
    font-size: 1.4rem;
  }
  .beauty-guide .grid-container .bg_text {
    font-size: 2.3rem;
  }
  .beauty-guide ol.list.mb {
    margin-bottom: 5rem;
  }
  .beauty-guide ol.list > li {
    font-size: 1.9rem;
    text-indent: -2.9rem;
    padding-left: 2.9rem;
  }
  .beauty-guide ol.list > li:before {
    margin-right: .5em;
  }
  .beauty-guide ol.list > li + li {
    margin-top: 0.5rem;
  }
  .beauty-guide ol.list ul {
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .beauty-guide ol.list > li:not(:last-child) ul {
    margin-bottom: 0;
  }
  .beauty-guide ol.list ul li {
    font-size: 1.7rem;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
  }
  .beauty-guide ol.list.flex {
    display: flex;
  }
  .beauty-guide ol.list.flex > li {
    width: 50%;
  }
  .beauty-guide .box_gray {
    width: 100%;
    padding: 5rem 5rem 7rem 5rem;
    margin-bottom: 13rem;
  }
  .beauty-guide .col-5 .box_gray {
    width: calc(100% - 4rem);
    padding: 4rem 3rem 4rem 3rem;
    margin: 0 4rem;
  }
  .beauty-guide .box_gray dl:not(:last-child) {
    margin-bottom: 6rem;
  }
  .beauty-guide .box_gray dl dt {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .beauty-guide .box_gray dl dd {
    padding: 1.2rem;
  }
  .beauty-guide .box_gray dl dd p, .beauty-guide .box_gray dl dd p small {
    font-size: 1.9rem;
  }
  .beauty-guide .box_gray dl dd p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .beauty-guide .type-container {
    padding: 0 4rem;
    margin-bottom: 9rem;
  }
  .beauty-guide .type-container h4 {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
  .beauty-guide .type-container h4 small {
    font-size: 2.2rem;
  }
  .beauty-guide .type-container dl {
    display: table;
  }
  .beauty-guide .type-container dl:not(:last-child) {
    margin-bottom: 2rem;
  }
  .beauty-guide .type-container dl dt, .beauty-guide .type-container dl dd {
    display: table-cell;
  }
  .beauty-guide .type-container dl dt {
    font-size: 2rem;
    white-space: nowrap;
    vertical-align: middle;
  }
  .beauty-guide .type-container dl dt span.pc {
    display: inline-block;
    color: #000000;
  }
  .beauty-guide .type-container dl dd {
    font-size: 1.8rem;
  }
}

/* 美容皮膚科20251008追加分 */
.lower-guide.menu-guide {
    margin-bottom: 5.4rem;
}
.menu-guide .lower-body .grid-container {
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    row-gap: 1.2rem;
}
.lower-guide .ttl_btborder_box {
    margin-bottom: 2rem;
    text-align: center;
}
.lower-guide .ttl_btborder {
    position: relative;
    display: inline-block;
    width: 22rem;
    color: #7BA66C;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 1rem;
    border: 1px solid #7BA66C;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}
.lower-guide .subttl_menu {
    color: #7BA66C;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 4rem;
}

.menu-guide .lower-body .grid-container .col-5 {
    width: calc(50% - 0.6rem);
}
.menu-card {
    position: relative;
    min-height: 200px;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
    margin: 0;
    background: rgba(241, 241, 241, 0.71);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}
.menu-card-ttl {
    color: #7BA66C;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.2em;
    text-align: center;
    border-bottom: 1px solid #7BA66C;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.menu-card-ttl.letter_0_sm {
    letter-spacing: 0;
}
.menu-card>p {
    font-size: 0.8rem;
    margin-bottom: 4rem;
}
.menu-card>a {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.7rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #7BA66C;
    padding: 0.5rem 0;
    border-bottom: 0.2rem solid #518540;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
main .menu-card>a:hover {
    color: #fff;
    border-bottom: 0.2rem solid #518540;
}

@media screen and (min-width: 48em), print {
    .lower-guide.menu-guide {
        margin-bottom: 13rem;
    }
    .menu-guide .lower-body .grid-container {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        row-gap: 3rem;
    }
    .lower-guide .ttl_btborder_box {
        margin-bottom: 4rem;
    }
    .lower-guide .ttl_btborder{
        width: 50rem;
        font-size: 4.1rem;
    }
    .lower-guide .subttl_menu {
        font-size: 3.4rem;
        margin-bottom: 6rem;
    }
    .menu-guide .lower-body .grid-container .col-5 {
        width: calc(50% - 1.5rem);
    }
    .menu-card {
        min-height: 550px;
        padding: 5rem;
        margin: 0;
        border-radius: 2rem;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        -ms-border-radius: 2rem;
        -o-border-radius: 2rem;
    }
    .menu-card:nth-child(n+3) {
        margin-top: 3rem;
    }
    .menu-card-ttl {
        font-size: 2.7rem;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .menu-card-ttl.letter_0_sm {
        letter-spacing: 0.2em;
    }
    .menu-card>p {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        font-size: 2.7rem;
        margin-bottom: 15rem;
    }
    .menu-card>a {
        bottom: 5rem;
        display: block;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        font-size: 2.4rem;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        background-color: #7BA66C;
        padding: 2rem 0;
        border-bottom: 0.5rem solid #518540;
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
    }
    main .menu-card>a:hover {
        color: #fff;
        border-bottom: 0.5rem solid #518540;
    }
}