@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;
    background: #0a6593;
    color: #fff;
    margin-bottom: 0.5em;
}

a {
    transition: 0.6s;
}

a:hover {
    opacity: 0.6;
}

p {
    margin-bottom: 20px;
}

ul {
    list-style-position: inside;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

section {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.small {
    font-size: 0.8em;
    text-align: right;
    color:#575757;
}
.fc_white {
    color:#fff;
}


/* .inner {
    width: 96%;
    margin: 0 auto;
} */
/* ボタン */
.button {
    margin: 2em auto 3em;
}

.button a {
    display: block;
    /* display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
position: relative;
width: 100%;*/
    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-image: linear-gradient(to right, #dd2e1e 0%, #e6655a 50%, #dd2e1e 100%);
    background-size: 200% auto;
    width: 500px;
    transition: 0.5s;
    position: relative;
}

.button a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 10%;
}

.button a:hover {
    background-position: right center;
    opacity: 0.9;
}

.fadein {
    /*opacity: 0;
    transform: translate(0, 80px);
    transition: all 1500ms;*/
}

.fadein.no_move {
    transform: translate(0, 0);
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.pd4 {
    padding: 4em 0 !important;
}
.pd2 {
    padding: 2em 0 !important;
}
.pdb1 {
    padding-bottom: 1em !important;
}

.mb05 {
    margin-bottom: .5em !important;
}

.mb1 {
    margin-bottom: 1em !important;
}
.mb2 {
    margin-bottom: 2em !important;
}

.mb3 {
    margin-bottom: 3em !important;
}
.mt1{
    margin-top: 1em !important; 
}
.pdb0{
    padding-bottom: 0 !important; 
}
.em_08{
    font-size:.8em;
}
.fs_35{
    font-size:35px;
    font-weight:bold;
}
/*　FV　*/
.fv_copy{
    background:#0a6593;
    font-weight:bold;
    color:#fff;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.2;
    padding:15px 10px;
}

/* 目次 */
.toc {
    background: #f6f6f6;
    padding: 15px 15px 20px;
    border: 2px solid #0a6593;
    border-radius: 5px;
    box-sizing: border-box;
}

.toc_h {
    text-align: center;
    margin-bottom: 0.8em;
    font-size: 20px;
    font-weight: 600;
}

.toc_list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:15px;
}

.toc_list li {
    width: 32%;
    text-align: center;
}

.toc_list li a {
    background: #0a6593;
    display: block;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}

/* EDの定義 */
.text01 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 1em;
}

.pd2 .text01 {
    margin: 0 0 .3em;
}

.text02 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 1em;
}

.box-007 {
    max-width: 90%;
    margin: 0 auto;
    border: 4px solid #0a6593;
    border-radius: 5px;
    color: #333333;
    position: relative;
}

.box-007 div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: absolute;
    top: -25px;
    left: 10px;
    margin: 0 10px;
    padding: 0 8px;
    background: #fff;
    color: #0a6593;
    font-weight: 600;
    vertical-align: top;
    font-size: 1.3em;
}

.box-007 p {
    margin: 0;
    padding: 1.5em 1em 1em;
    font-weight: 600;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 250px solid transparent;
    border-left: 250px solid transparent;
    border-top: 80px solid #333333;
    border-bottom: 0;
    margin: 0em auto 2em;
}

.box {
    position: relative;
    min-width: 200px;
    width: 33.3333333333%;
    height: 300px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .box {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .box+.box {
        margin-left: 20px;
    }
}

@media screen and (max-width: 750px) {
    .box+.box {
        margin-top: 20px;
    }
}

/* 円グラフ */
.box .percent {
    position: relative;
    width: 300px;
    height: 300px;
}

.box .percent svg {
    position: relative;
    width: 300px;
    height: 300px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.box .percent svg circle {
    position: relative;
    fill: none;
    stroke-width: 20;
    stroke: #999;
    stroke-dasharray: 880;
    stroke-dashoffset: 0;
    stroke-linecap: round;
}

.box .percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #111;
}

.box .percent .number .title {
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
}

.box .percent .number .title span {
    font-size: 40px;
}

.box .text {
    padding: 10px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.scrollin .box .percent .line {
    /*-webkit-animation: circleAnim 2s forwards;
    animation: circleAnim 2s forwards;*/
}

.box.red .percent .line {
    stroke-dashoffset: 608;
    stroke: #dd2e1e;
}

@-webkit-keyframes circleAnim {
    0% {
        stroke-dasharray: 0 880;
    }

    99.9%,
    to {
        stroke-dasharray: 880 880;
    }
}

@keyframes circleAnim {
    0% {
        stroke-dasharray: 600 880;
    }

    99.9%,
    to {
        stroke-dasharray: 880 880;
    }
}

/* 棒グラフ */
.bar-graph-wrap {
    position: relative;
    margin: 0 11px;
    overflow: hidden;
}
.content{
    position: relative;
}

.graph-comm{
    position: absolute;
    background:#2589d0;
     width: 240px;
  height: auto;
  position: absolute;
  bottom: 60px;
  right: 40%;
  padding:10px 15px;
  color:#fff;
  font-weight:bold;
  border-radius: 5px;
  line-height: 1.5;
}
.graph-comm:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #2589d0;
}

.scrollin .bar-graph-wrap .graph {
    height: 30px;
    margin: 10px 0;
    left: 0;
    border-radius: 0 4px 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    /*-webkit-animation: graphAnim 2.5s forwards;
    animation: graphAnim 2.5s forwards;*/
    background: #666;
}
.scrollin .bar-graph-wrap .gr_red{
    background:#dd2e1e;
}

.bar-graph-wrap .graph span {
    font-size: 14px;
    color: #ffffff;
}

@media screen and (max-width: 750px) {
    .graph-comm {
    position: absolute;
    background: #2589d0;
    width: 190px;
    height: auto;
    position: absolute;
    bottom: 60px;
    right: 10px;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    line-height: 1.5;
}
    .bar-graph-wrap .graph span {
        font-size: 12px;
    }
}

.bar-graph-wrap .graph.graph01 {
    width: 64%;
}

.bar-graph-wrap .graph.graph02 {
    width: 57%;
}

.bar-graph-wrap .graph.graph03 {
    width: 43%;
}

.bar-graph-wrap .graph.graph04 {
    width: 35%;
}

.bar-graph-wrap .graph.graph05 {
    width: 29%;
}

.bar-graph-wrap .graph.graph06 {
    width: 28%;
}

.bar-graph-wrap .graph.graph07 {
    width: 18%;
}

.bar-graph-wrap .graph.graph08 {
    width: 19%;
}

.bar-graph-wrap .graph.graph09 {
    width: 17%;
}

.bar-graph-wrap .graph.graph10 {
    width: 16%;
}

.bar-graph-wrap .graph.graph11 {
    width: 22%;
}

.bar-graph-wrap .graph.graph12 {
    width: 27%;
}

@-webkit-keyframes graphAnim {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes graphAnim {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* メモリ全体のスタイル */
.percent-meter {
    width: 100%;
    position: relative;
    padding-top: 20px;
}

/* メモリの線 */
.percent-meter::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: black;
}

/* メモリの目盛りと数字 */
.scale {
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* 数字と目盛りの位置 */
.mark {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* メモリの棒 */
.mark::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 2px;
    height: 10px;
    background: black;
    transform: translateX(-50%);
}

.man_box {
    display: flex;
    justify-content: space-between;
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
}

.man_img {
    width: 33%;
}

.man_img {
    /*opacity: 0;*/
    /* 初期状態で非表示 
    transform: translateY(20px);*/
    /* 少し下からフェードイン 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;*/
}

/* scrollin クラスが section についたら、順番に表示 */
.scrollin .man_img:nth-child(1) {
    /*opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
     1つ目の画像の遅延 */
}

.scrollin .man_img:nth-child(2) {
    /*opacity: 1;
    transform: translateY(0);
    transition-delay: 1.2s;
     2つ目の画像の遅延 */
}

.scrollin .man_img:nth-child(3) {
    /*opacity: 1;
    transform: translateY(0);
    transition-delay: 1.8s;
     3つ目の画像の遅延 */
}

/* メリット */
.merit{
    text-align: center;
}
.merit img{
width: 90%;
max-width: 550px;
padding-bottom:1em;      
}


/* 料金 */
.ed_link_cover.ed_link_cover {
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
    margin-bottom: 5px;
}

.ed_link {
    width: 32%;
}

.ed_link a {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background: #1477a8;
    display: block;
    text-align: center;
    line-height: 50px;
    border: 3px solid #0a6593;
    font-weight: 600;
    font-size: 20px;
}

.price_table_cover h4{
  display: inline-block;
}
.price_table_cover h4 ruby{
	-webkit-ruby-position: after;
	ruby-position: under;
    line-height: 1.5;
}
.price_table_cover h4 ruby rt{
    font-size: .85em;
}

.price_table_cover {
    /*border: 1px solid #999;*/
    padding: 30px 30px 0;
    /*border-radius: 20px;*/
    background: #f5f5f5;
    margin: 1.5em 0;
}

@media screen and (min-width: 751px) {
    .price_table_cover {
        border: 1px solid #999;
        padding: 30px 30px 0;
        border-radius: 20px;
        margin: 1.5em 0;
    }
}

.price_table_cover h3 {
    position: relative;
    padding: .25em .75em;
    border-radius: 10px;
    background-color: #2589d0;
    color: #fff;
    margin-bottom: 1.5em;
}

.price_table_cover h3:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #2589d0;
}

.price_table_cover h3#price01 {
    background-color: #6291a9;
}

.price_table_cover h3#price01:after {
    border-top: 11px solid #6291a9;
}

.price_table_cover h3#price02 {
    background-color: #b5ba28;
}

.price_table_cover h3#price02:after {
    border-top: 11px solid #b5ba28;
}

.price_table_cover h3#price03 {
    background-color: #67b892;
}

.price_table_cover h3#price03:after {
    border-top: 11px solid #67b892;
}

.price_table_cover h3#price04 {
    background-color: #dc57c8;
}

.price_table_cover h3#price04:after {
    border-top: 11px solid #dc57c8;
}

.price_table_cover h3#price05 {
    background-color: #d95e7e;
}

.price_table_cover h3#price05:after {
    border-top: 11px solid #d95e7e;
}

.price_table_cover h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}


.price_table_cover h4:before {
    content: "\f490";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
}

.price_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 2em;
}

.price_table.bg01 th {
    background: #6291a9;
}

.price_table.bg02 th {
    background: #b5ba28;
}

.price_table.bg03 th {
    background: #67b892;
}

.price_table.bg04 th {
    background: #dc57c8;
}

.price_table.bg05 th {
    background: #d95e7e;
}

.price_table.bg06 th {
    background: #2589d0;
}

.price_table th {
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.price_table td {
    border: 1px solid #999;
    background: #fff;
    padding: 10px;
    text-align: center;
}

span.bold {
    font-weight: 600;
}

span.red {
    color: #dd2e1e;
}

span.blue {
    color: #0a6593;
}

span.bg_yellow {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.price_box {
    background: #f6f6f6;
    border: 5px solid #0a6593;
    padding: 30px;
    border-radius: 15px;
    width: 600px;
    margin: 1em auto 2em;
    max-width: 100%;
}

.price_box .text02,
.price_box .text01 {
    margin-bottom: 0;
}

.gv_box{
    border:solid 3px #DD2E1E;
    background:#f9f0f0;
    text-align: center;
    font-weight:bold;
    padding: 10px 15px 20px;
    border-radius: 20px;
    width: 90%;
    margin:0 5%;
}
.gv_title{
    color:#DD2E1E;
    font-size: 25px;
}
.bg_rd{
    background:#DD2E1E;
    color:#fff;
    font-weight:bold;
    padding:0 5px 2px;
}

/* フロー */
.flow_cover {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;

}

.flow_item {
    border: 1px solid #999;
    border-radius: 6px;
    padding: 42px 50px 70px 50px;
    display: grid;
    grid-template-columns: 190px calc(100% - 275px);
    gap: 0 85px;
}

.flow_img {
    width: 190px;
    height: 190px;
    background-color: #0a6593;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.flow_img-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    -webkit-clip-path: ellipse(50% 50% at center);
    clip-path: ellipse(50% 50% at center);
}

.flow_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 12px 0;
    border-color: #0a6593 transparent transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.flow_main_text_en {
    font-weight: 900;
    font-size: 24px;
    color: #0a6593;
    line-height: 1.4em;
    margin: 0 0 0 3px;
}

.flow_main_text_jp {
    font-weight: 900;
    font-size: 26px;
    line-height: 1;
    border-bottom: 1px solid #999;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.flow_text {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 20px;
    opacity: 0.84;
}
/*よくある質問*/
.qa-6 {
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.4;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: .5em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #fff;
    content: "Q";
    background: #0a6593;
    border-radius: 15px;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 1.4;
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 1em 1.5em 3.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    content: "A";
    background: #F64F4F;
    border-radius: 15px;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 1.2;
    color:#fff;
}
/*院長メッセージ*/
.doctor_container2_cover{
    background-color: #F5F5F5;
    padding: 1px 0;
    margin-bottom:25px
}
    .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;
    }

@media screen and (min-width: 751px) {
.doctor_container2 {
    margin: 50px;
    padding: 50px;
}
.doctor_container2_cover{
    margin:50px 0;
}
}
    .doctor_container2 div.doc_title {
        width: 90.6%;
        margin: 0px auto;
        border-bottom: 1px solid #c3c3c3;
        color:#111;
        background-color: #fff;;
    }


    
    .doctor_container2 div.doc_title h2{
        text-align: center;
    }
    .doctor_container2 .doc_inner_1col {
        margin: 0px;
    }
    .doctor_container2 .doc_inner_1col .doc_inner_1col_txt {
        width: 95%;
        margin: 30px auto;
    }
    .doctor_container2 .doc_inner_1col .doctor_pic, .doctor_container2 .doc_inner_1col .doctor_name {
        margin: 15px 0px;
    }
    .doctor_container2 .doc_inner_1col .doctor_pic img, .doctor_container2 .doc_inner_1col .doctor_name img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 200px;
        margin: 0px auto;
    }

/* 注意点 */
#cautions dt {
    background: #0a6593;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    letter-spacing: 0.15rem;
    font-weight: 600;
    position: relative;
    padding-left: 32px;
    /* 縦棒の分だけ余白を確保 */
}

#cautions dt:before {
    content: "";
    width: 6px;
    height: 50%;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 26%;
    border-radius: 5px;
}

#cautions dd {
    padding: 20px;
    border: 1px solid #123b54;
    margin-bottom: 2em;
    border-radius: 0 0 10px 10px;
    background: #f5f5f5;
}

#cautions dd:last-child {
    margin-bottom: 0;
}

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 #e2e2e2;
    background-color: #f0f8fc;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}

table.hour_table td {
    width: auto;
    padding: 1.3rem 0.2rem;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #e2e2e2;
    width: auto;
    font-size: 15px;
    color: #0a6593;
}

table.hour_table th.big {
    width: 25.5%;
}

table.hour_table td.big {
    width: 25.5%;
    font-size: 16px;
    color: #000;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}

.time {
    text-align: center;
    margin-top: 4em;
}

.time .text02 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.time .text02:before,
.time .text02:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

.time .text02:before {
    left: 0;
}

.time .text02:after {
    right: 0;
}

/* フッター */
footer {
    margin-top: 2em;
}

.footer_content {
    width: 800px;
    margin: 0 auto;
    padding: 4em 2em 2em;
}

.footer_content img {
    width: 300px;
    display: block;
    margin: 0 auto 2em;
    max-width: 60%;
}

.footer_content_right ul {
    list-style: none;
    display: flex;
    justify-content: center;
}


.footer_content_right ul li:after {
    content: "/";
}

.footer_content_right ul li:last-child:after {
    content: none;
}

.footer_content_right ul li a {
    color: #0a6593;
    font-size: 15px;
    margin: 0 15px;
}

footer p {
    background: #0a6593;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 50px;
}

.top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 2;
}

.top a {
    background: #0a6593;
    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;
}

.sp_footer {
    display: none;
}

.sp_on {
    display: none;
}

@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    .inner {
        max-width: 94%;
        margin: 0 auto;
    }
    .inner2{
        background: #f5f5f5;
        border-bottom:2px dashed #fff;
        margin-bottom:2em;
    }

    .button {
        margin: 1.5em auto 2em;
    }

    .button a {
        line-height: 40px;
        font-size: 20px;
    }

    h2.h2 {
        font-size: 20px;
        line-height: 1.6;
        padding: 5px 0;
    }

    .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;
    }

    .text02 {
        font-size: 17px;
    }

    .sp_on {
        display: block;
    }

    .box-007 div {
        top: -20px;
        font-size: 1.1em;
    }

    .box-007 p {
        padding: 1em 1em 1em;
        font-weight: 400;
        line-height: 1.6;
    }

    .box .percent .number .title {
        font-size: 24px;
    }
    .merit img{
        width: 100%;        
        }
    
    .merit img{
    padding-bottom:.5em;        
    }


    .price_box {
        padding: 15px;
    }

    #cautions dt {
        font-size: 17px;
    }

    .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;
    }

    .w80.price_table th {
        width: 80px;
    }

    .w140.price_table th {
        width: 115px;
    }

    .scrollin .bar-graph-wrap .graph {
        padding: 10px 5px;
    }

    .bar-graph-wrap .graph span {
        font-size: 10px;
    }

    .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: 3em 0.5em 2em;
        max-width: 100%;
    }

    .footer_content_right ul {
        flex-wrap: wrap;
    }

    .footer_content_right ul li a {
        font-size: 14px;
    }

    footer {
        margin-bottom: 80px;
    }

    .top {
        bottom: 90px;
        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%;
    }

 
}

/*価格表下*/
.price_mess h3 {
    position: relative;
    padding: .25em .75em;
    border-radius: 0px;
    border: 3px solid #0a6593;
    border-left: 15px solid #0a6593;
    color:#0a6593;
    margin-bottom: 1em;
}


/*価格表*/
.price_table td.bg_pink {
    background: rgb(255, 234, 247);
}
.price_table td.bg_l_blue {
    background: rgb(240, 248, 252);
}

.pri_tblimg01{
    width: 100%;
    margin: 0 auto 2em;
    text-align: center;
}
.pri_tblimg01 img{
max-width: 500px;
}
.pri_tit{
    text-align: center;
    width: 100%;
}
.pri_tit img{
    max-width: 500px;
}
.price_mess img{
    max-width: 600px;
    text-align: center;
    width: 95%;
}
.img_ctr{
    text-align: center;
    width: 100%;
}
.price_mess02 img{
    max-width: 600px;
    width: 95%;
}


@media screen and (max-width: 750px) {
    .sp_non {
        display: none;
    }
}
@media screen and (min-width: 751px) {
    .pc_non {
        display: none;
    }
}


@media screen and (max-width: 750px) {
   h2.ls01 {
        letter-spacing: -0.5px;
        font-size: 19px;
    }
    h2 span{
        font-size: .7em;
    }
    .price_mess02 img{
        max-width: 600px;
        width: 100%;
    }
}
@media screen and (max-width: 370px) {

    .nonSmall{
        display: none;
    }
    .scrollin .bar-graph-wrap .graph {
        padding: 10px 0px 10px 2px;
    }
    .price_mess h3{
font-size:1.12em;
    }
    .mark {
        font-size: 13px;
    }
}
@media screen and (min-width: 358px) {

    .onSmall{
        display: none;
    }
}