@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');*/
#metaslider_29 {
    margin-bottom: 0;
}

.flex-control-nav.flex-control-paging {
    bottom: 20px !important;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    border: none;
}

.imgFit-box {
    position: relative;
    width: 100%;
    padding-bottom: 24%;
    overflow: hidden;
    margin: 0 30px 10px 0;
}

.imgFit-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    display: block;
}

@media screen and (max-width:1024px) {
    .page-template-home #main {
        margin-top: 108px;
    }
    #main {
        margin-top: 80px;
    }
}


/*-----
 common_SP
-----  */

html {
    font-size: 16px;
}

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #333;
    position: relative;
}

a {
    transition: all ease-in-out .3s;
    text-decoration: none;
    color: #333;
}

a::after,
a::before {
    transition: all ease-in-out .3s;
}


/* 単指示 */

.pc,
.pc-in,
.pc-inbl,
.tab,
.tab-in,
.tab-inbl {
    display: none;
}

.sp,
.sptab {
    display: block;
}

.sp-in {
    display: inline;
}

.sp-inbl {
    display: inline-block;
}

.font-Mincho {
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
}

.font-Futura {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}


/* 簡易モジュール _SP*/

.main_content {
    padding: 50px 0 0;
}

.module_box {
    padding: 0 15px;
    margin-bottom: 20px;
}

.main-h2_ttl {
    font-size: 28px;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    padding-bottom: 10px;
    color: #4D4D4D;
    position: relative;
}

.main-h2_ttl::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ECECEC;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.main-h2_ttl::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 4px;
    background-color: #0c4291;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.main-h3_ttl {
    font-size: 26px;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    padding-left: 10px;
    background: #f0f4f8;
    padding: 16px 16px 16px 24px;
}

.main-h3_ttl span {
    display: block;
    padding: 4px 0 6px 10px;
    border-left: 3px solid #0c4291;
}

.main-h4_ttl {
    font-size: 22px;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    padding-bottom: 15px;
    border-bottom: 1px dotted #0c4291;
    color: #333;
    position: relative;
}

.main-h5_ttl {
    position: relative;
    z-index: 10;
    /* background-image: url(img/common/h5_ttl_bg.svg); */
    padding: 5px 10px 5px 20px;
    font-size: 20px;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    color: #273A62;
}

.main-h5_ttl::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    background-color: #0c4291;
    content: "";
}

.main-h6_ttl {
    font-size: 18px;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    color: #0c4291;
}

.common_txt {
    font-size: 16px;
    line-height: 1.5;
}

.text_link {
    padding-bottom: 1px;
    border-bottom: 1px solid #1456c7;
    font-size: 14px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.btn.arrow_btn {
    max-width: 290px;
    margin: 0 auto;
}

.btn.header-btn {
    max-width: 200px;
}

.btn>.btn_link {
    display: block;
    width: 100%;
    padding: 17px .7em;
    font-size: 14px;
    position: relative;
    background: linear-gradient(90deg, #0c4291, #1456C4);
    color: #fff;
    ;
    text-decoration: none;
}

.btn.arrow_btn>.btn_link::after {
    position: absolute;
    content: "";
    right: 18px;
    top: 18.5px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transform-origin: bottom;
    z-index: 1;
}

.btn.arrow_right .btn_link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    width: 25px;
    height: 14px;
    margin: auto;
    border: none;
    transform: rotate(0);
    content: url(../img/icon/icon_arrow_right_go.svg);
}

@media screen and (max-width:767px) {
    .btn.arrow_btn.arrow_right.btn_white.tab {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .btn.arrow_btn.arrow_right.btn_white.tab {
        display: block;
    }
    .btn.arrow_btn.btn_white.sppc {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    .btn.arrow_btn.arrow_right.btn_white.tab {
        display: none;
    }
}

.common_table {
    table-layout: fixed;
    background: #F0F4F8;
    border-collapse: collapse;
    line-height: 1.4;
}

.common_table tr {
    text-align: center;
    vertical-align: middle;
}

.common_table thead tr {
    background-color: #0c4291;
    color: #fff;
    font-weight: bold;
}

.common_table tr th {
    width: 10%;
    /* padding: 3px 5px 3px 3px; */
    color: #0C428F;
    font-weight: bold !important;
    text-align: center;
    vertical-align: middle;
}

.common_table tr td {
    width: 50%;
    padding: 20px;
}

.common_table tbody tr th,
.common_table tr td {
    font-weight: normal;
}

.common_table tr th,
.common_table tr td {
    border: 3px solid #fff;
}

.common_table-list li {
    position: relative;
    z-index: 10;
    padding-left: 20px;
    text-align: left;
    line-height: 1.5;
}

.common_table-list li::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background: #1456C7;
    border-radius: 20px;
    content: "";
}


/*よくある質問_SP*/

.faq_contents_box {
    background-color: #fff;
}

.faq__contents {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.faq__contents:last-child {
    border-bottom: none;
}

.faq__contents__ttl {
    display: flex;
    position: relative;
    transition: all .3s ease-in;
    cursor: pointer;
    padding-bottom: 15px;
    color: #0c4291;
    font-weight: bold;
}

.faq__contents__Q_icon {
    background-color: #0c4291;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin-right: 15px;
    font-size: 12px;
}

.faq__contents__txt {
    line-height: 1.4;
    width: 80%;
}

.faq__contents__caption-wrap {
    padding-top: 15px;
    display: flex;
}

.faq__contents__cation-txt {
    background-color: #fff;
    line-height: 1.4;
    width: calc(100% - 35px);
}

.faq__contents__A_icon {
    background-color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    color: #0c4291;
    border: 1px solid #0c4291;
    border-radius: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-right: 15px;
}

.common_ul_list>li {
    padding-left: 1em;
    position: relative;
    margin-bottom: 1em;
    line-height: 1.4;
}

.common_ul_list>li::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background: #0c4291;
    left: 0;
    top: 3px;
}

.common_ul_list>li:last-child {
    margin-bottom: 0;
}

.common_ol_list {
    list-style: decimal-leading-zero;
    padding-left: 1.6em;
}

.common_ol_list>li {
    position: relative;
    margin-bottom: 1em;
    color: #1456C7;
    line-height: 1.4;
}

.common_ol_list>li span {
    color: #333;
}

.common_ol_list>li:last-child {
    margin-bottom: 0;
}


/*お知らせ_SP*/

.info_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.info_list>li {
    margin-bottom: 40px;
}

.info_list>li>a {
    display: block;
}

.info_list_img {
    position: relative;
    width: 100%;
    padding-bottom: 68%;
    overflow: hidden;
    margin-bottom: 10px;
}

.info_list_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}

.info_list_ttl_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.info_list_time {
    color: #273A62;
    font-size: 12px;
    padding-right: 10px;
}

.info_list_label {
    background-color: #273A62;
    color: #fff;
    font-size: 12px;
    padding: 4px .5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.common_box_img {
    position: relative;
    width: 100%;
    padding-bottom: 55.2%;
    overflow: hidden;
}

.common_box.box-img_left .common_box_img {
    margin-bottom: 30px;
}

.common_box.box-img_right .common_box_txt {
    margin-bottom: 30px;
}

.common_box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}

.common_href_box_img {
    position: relative;
    width: 100%;
    padding-bottom: 44.1%;
    overflow: hidden;
}

.common_href_box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}

.common_href_box.box-img_left .common_href_box_img {
    margin-bottom: 40px;
}

.common_href_box.box-img_right .common_href_box_txt {
    margin-bottom: 20px;
}

.common_four-img_box {
    display: flex;
    flex-wrap: wrap;
}

.common_four-img_box>li {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 33%;
    overflow: hidden;
}

.common_four-img_box>li img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}


/* header_SP */

body.is-menu-open {
    position: fixed;
    width: 100%;
    height: 100%;
}

#js-black-bg.is-menu-open {
    position: relative;
}

#js-black-bg.is-menu-open::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 190;
    background-color: rgba(48, 63, 87, 0.4);
}

.header,
.spmenu_bg,
#btn-spmenu,
#gNav_close {
    display: block;
}

.header {
    position: fixed;
    top: 0;
    z-index: 2000;
    width: 100%;
    background-color: #fff;
}

@media screen and (min-width:1025px) {
    .page-template-home .header {
        margin-bottom: -119px;
        background: none;
    }
    .header__logo {
        padding: 10px 14px 18px 10px;
        background: #fff;
        box-sizing: content-box;
    }
}

.header_lead_wrap {
    width: 100%;
}

.header_lead {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 15px;
}

.header__main_area {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 3px 15px 1px;
}

.header__logo {
    max-width: 257px;
    width: 100%;
    display: inline-block;
}

.pc-header-link-area {
    display: none;
}

.header-sns-link {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 40px;
    margin-right: 10px;
}

.header-sns-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}


/* side_sp */

#btn-spmenu {
    padding: 14px 0;
    width: 34px;
    height: 60px;
    /* cursor: pointer; */
}

#btn-spmenu span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #0c4291;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}

#btn-spmenu span:nth-of-type(1) {
    margin-top: 3px;
}

#btn-spmenu span:nth-of-type(2),
#btn-spmenu span:nth-of-type(3) {
    margin-top: 8px;
}

#btn-spmenu .sp-btn_txt {
    padding-top: 5px;
    color: #0c4291;
    font-size: 10px;
    text-align: center;
}

.header__nav {
    display: none;
    overflow: auto;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 80%;
    background-color: #2ca1dbf2;
    margin-left: auto;
    padding: 105px 0 50px 20px;
    z-index: 200;
}

.header__nav-list a {
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-left: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-right: 15px;
    display: block;
}

body.is-menu-open #btn-spmenu {
    position: absolute;
    z-index: 210;
    right: 15px;
}

body.is-menu-open #btn-spmenu span {
    background-color: #fff;
}

body.is-menu-open #btn-spmenu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 50%;
    margin-top: 11px;
}

body.is-menu-open #btn-spmenu span:nth-child(2) {
    width: 0;
    left: 50%;
}

body.is-menu-open #btn-spmenu span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    margin-top: -11px;
}

body.is-menu-open .sp-btn_txt {
    display: none;
}

.breadcrumb_area {
    position: absolute;
    right: 0;
    top: 150px;
    left: 0;
    background-color: #F0F4F8;
    z-index: 180;
}

.breadcrumb_area .gi-breadcrumbs {
    margin-bottom: 0;
}

.breadcrumb_area .gi-breadcrumbs__item:not(:last-child):after {
    content: "";
    padding: 0;
}

.breadcrumb_list {
    display: flex;
    align-items: center;
    color: #000;
    padding: 9px 15px;
}

.breadcrumb_area .gi-breadcrumbs__list {
    color: #000;
    max-width: 940px;
}

.breadcrumb_area .gi-breadcrumbs__link {
    color: #000;
}

.breadcrumb_area .gi-breadcrumbs__item:first-child .gi-breadcrumbs__link {
    color: #A11635;
}

.breadcrumb_list>li {
    position: relative;
    font-size: 12px;
}

.breadcrumb_list>li:not(:first-child) {
    padding-left: 1em;
    margin-left: .5em;
}

.breadcrumb_list>li:not(:first-child)::before {
    position: absolute;
    content: ">";
    left: 0;
}

.breadcrumb_list>li:first-child>a {
    color: #0c4921;
}

.common-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.common-pager>li {
    width: 40px;
    margin-right: 10px;
}

.common-pager>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    position: relative;
    border: 1px solid #2C9AD4;
    color: #2C9AD4;
    font-weight: bold;
    font-size: 12px;
}

.common-pager>li>a.is-active {
    background-color: #2C9AD4;
    color: #fff;
}

.common-pager .common-pager-prev,
.common-pager .common-pager-next {
    position: relative;
    width: 15px;
    height: 15px;
}

.common-pager .common-pager-prev::before,
.common-pager .common-pager-next::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-right: 1px solid #2C9AD4;
    border-bottom: 1px solid #2C9AD4;
    top: 0;
    bottom: 0;
}

.common-pager .common-pager-prev::before {
    transform: rotate(135deg);
}

.common-pager .common-pager-next::before {
    transform: rotate(-45deg);
}


/*メインビジュアル_SP*/

.mv {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 150px;
}

.mv.common-mv {
    margin-bottom: 60px;
    background-image: url(../img/module/title_img01.jpg);
}

.mv.common-mv.contact {
    background-image: url(../img/module/title_img01.jpg);
}

.mv::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .4);
}

.mv__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: #fff;
    position: relative;
    text-align: center;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
}

.mv_ttl {
    font-size: 24px;
}

.mv_sub-ttl {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}

.sp-fixed-btn_area {
    display: flex;
    position: fixed;
    align-items: center;
    bottom: 0;
    width: 100%;
    background-color: #A91717;
    z-index: 180;
}

.sp-fixed-btn_area>li {
    border-right: 1px solid #fff;
    width: calc(100% /2);
}

.sp-fixed-btn_area>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    min-height: 50px;
    line-height: 1.25;
}

.sp-fixed-btn_area>li:last-child {
    border-right: none;
}


/*-----
  footer_SP
  -----*/

.guide_sect {
    background: url(../img/common/bg_contact-sp.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0;
    text-align: center;
    position: relative;
}

.guide_form-area {
    padding: 40px 10px 45px;
}

.guide-form_ttl {
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #fff;
}

.guide-form_sub-ttl {
    display: block;
    padding-bottom: 20px;
    color: #fff;
    font-size: 14px;
}

.guide-form_txt {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.guide_form-area .btn_link {
    background: #fff;
    border-color: #fff;
    color: #0c4291;
}

.guide_form-area .btn_link::after {
    border-color: #0c4291 !important;
}

.guide_form-area .btn_link:hover {
    background: #0c4291 !important;
    color: #fff !important;
}

.guide_form-area .btn_link:hover::after {
    border-color: #fff !important;
}

.footer__info-sect {
    background-image: url(img/common/bg_pattern.jpg);
    background-repeat: repeat;
    padding: 50px 15px 25px;
}

.footer__info_txt_wrap {
    margin-bottom: 20px;
    line-height: 1.4;
}

.footer__info_box {
    margin-bottom: 60px;
}

.footer__info_logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer__info_sns-wrap {
    display: flex;
}

.footer__info-sns-link {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.footer__info-sns-link:last-child {
    margin-right: 0;
}

.scroll_btn {
    position: fixed;
    display: inline-block;
    bottom: 45px;
    right: 15px;
    z-index: 180;
    width: 72px;
    height: 99px;
}

.copyright {
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    line-height: 1.5;
    font-weight: bold;
}

.postPage .table_list {
    margin: 0 0 5px;
    padding: 20px;
    background: #F0F4F8;
}

.postPage .table_list>dt {
    font-size: 16px;
    color: #0c4291;
}

.postPage .table_list>dd {
    justify-content: space-between;
    line-height: 1.5;
    margin: 0;
}

.postPage .table_list:nth-child(even) {
    background: #f5f7f9;
}

.postPage .table_list p,
.postPage .table_list dl dd {
    display: flex;
    align-items: center;
    margin: 0;
}

.postPage .table_list .table_list-lead {
    margin-bottom: 0;
    justify-content: right;
}

@media screen and (max-width:767px) {
    /*  SPのみ */
    .table_list-lead {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #C8C8C8;
    }
    .info_list>li {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }
    .info_list>li:nth-child(2n) {
        margin-right: 0;
    }
    .common_four-img_box>li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width:768px) {
    /*  TAB */
    .module_box {
        max-width: 1170px;
        padding: 0 25px;
        margin: 0 auto 30px;
    }
    /* 単指示 TAB */
    .tab {
        display: block;
    }
    .tab-in {
        display: inline;
    }
    .tab-inbl {
        display: inline-block;
    }
    .sp,
    .sp-in,
    .sp-inbl {
        display: none;
    }
    /* 簡易モジュール _TAB*/
    .mv {
        background-size: cover;
    }
    .postPage .table_list {
        display: flex;
        line-height: 1.4;
        align-items: center;
    }
    .postPage .table_list:last-of-type {
        margin-bottom: 0;
    }
    .postPage .table_list>dt {
        width: 30%;
    }
    .postPage .table_list>dd {
        display: flex;
        width: 70%;
    }
    .postPage .table_list>dd span {
        min-width: 270px;
        max-width: 270px;
    }
    .info_list>li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
    }
    .info_list>li:nth-child(4n) {
        margin-right: 0;
    }
    .info_list_img {
        margin-bottom: 15px;
    }
    .common-pager {
        padding: 0 25px;
    }
    .common_box {
        display: flex;
    }
    .common_box_img {
        padding-bottom: 21.3%;
        max-width: 207px;
        margin-bottom: 0;
    }
    .common_box.box-img_left .common_box_img {
        margin-right: 30px;
        margin-bottom: 0;
    }
    .common_box.box-img_right .common_box_img {
        margin-left: 30px;
        margin-bottom: 0;
    }
    .common_box_txt {
        width: calc(100% - 237px);
        margin-bottom: 0;
    }
    .common_box.box-img_right .common_box_txt {
        margin-bottom: 0;
    }
    .common_href_box {
        display: flex;
    }
    .common_href_box_img {
        padding-bottom: 0;
        height: calc(50vw * 0.4);
        width: 50%;
        margin-bottom: 0;
    }
    .common_href_box.box-img_left .common_href_box_img {
        margin-right: 40px;
        margin-bottom: 0;
    }
    .common_href_box.box-img_right .common_href_box_img {
        margin-left: 40px;
        margin-bottom: 0;
    }
    .common_href_box_txt {
        width: calc(50% - 40px);
        margin-bottom: 0;
    }
    .common_four-img_box>li {
        width: calc((100% - 90px) / 4);
    }
    .common_four-img_box>li:last-child {
        margin-right: 0;
    }
    .common_four-img_box>li {
        padding-bottom: 16%;
    }
    /*footer_TAB*/
    .footer {
        margin-bottom: 0 !important;
    }
    .guide_sect {
        padding: 20px 20px 18px;
        background: url(../img/common/bg_contact-pc.jpg) center center / cover no-repeat;
    }
    .guide_form-area {
        max-width: 400px;
        margin: auto;
    }
    .footer__info-sect {
        padding: 30px 25px 65px;
    }
    .scroll_btn {
        bottom: 30px;
    }
    .footer__info_sns {
        margin-bottom: 75px;
        max-width: 240px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    /*  TABのみ */
    .header__nav-list a {
        margin-right: 25px;
    }
}

@media screen and (min-width:1025px) {
    #metaslider_29 .flex-viewport {
        overflow: hidden;
        height: 640px;
    }
    /*hover*/
    a:hover {
        transition: all .3s ease;
        opacity: .8;
    }
    .arrow_btn .btn_link:hover,
    .hover_set:hover {
        opacity: 1;
    }
    .text_link:hover {
        cursor: pointer;
        color: #00a6b3;
        border-bottom: none;
        opacity: 1;
    }
    /* 単指示 pc */
    .pc {
        display: block;
    }
    .pc-in {
        display: inline;
    }
    .pc-inbl,
    .tabpc-inbl {
        display: inline-block;
    }
    .sp,
    .sp-in,
    .sp-inbl,
    .sptab {
        display: none;
    }
    /*common*/
    .online-bnr {
        position: fixed;
        bottom: 10px;
        right: 130px;
        max-width: 320px;
        z-index: 180;
    }
    .mv {
        height: 200px;
        margin-top: 0 !important;
    }
    .js_put-header-height {
        margin-top: 0 !important;
    }
    .main_content {
        margin-bottom: 90px;
        padding: 70px 0 0;
    }
    .arrowDown_btn {
        position: relative;
        z-index: 10;
    }
    .header__nav-list .arrowDown_btn {
        padding-right: 10px;
        margin-right: 10px;
    }
    .arrowDown_btn:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 14px;
        height: 20px;
        margin: auto;
        background: url("../img/icon/icon_arrow_down.svg") no-repeat;
        content: "";
    }
    .btn.arrow_btn>.btn_link:hover {
        background-color: #fff;
        color: #0c4291;
    }
    .btn.arrow_btn>.btn_link:hover::after {
        border-bottom: 2px solid #0c4291;
        border-right: 2px solid #0c4291;
    }
    .btn.arrow_btn.btn_white>.btn_link:hover::after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .info_list_wrap {
        max-width: 990px;
        margin: 0 auto;
    }
    .common_box_img {
        padding-bottom: 21.3%;
        max-width: 273px;
        margin-bottom: 0;
    }
    .common_href_box_img {
        height: calc(50vw * 0.335);
        margin-bottom: 0;
    }
    .common_four-img_box>li {
        width: calc((100% - 90px) / 4);
    }
    /*-----
  header_PC
  -----*/
    .gi-breadcrumbs__list {
        max-width: 940px !important;
    }
    #btn-spmenu {
        display: none;
    }
    .header {
        position: relative;
        left: 0;
        right: 0;
    }
    .header_lead {
        padding: 5px 35px;
        position: relative;
    }
    .header__main_area {
        display: flex;
        max-width: 940px;
        /* margin: 0 auto; */
        justify-content: space-between;
        align-items: center;
        padding: 0px 25px 5px 25px;
    }
    .page-template-home .header__main_area {
        max-width: none;
    }
    .header__logo {
        max-width: 350px;
        width: 100%;
        display: inline-block;
    }
    .header__logo:hover {
        opacity: 1;
    }
    .header__logo img {
        transition: .3s;
    }
    .header__logo:hover img {
        opacity: .5;
    }
    .not_home_page .header-tel-area {
        margin-right: 0;
    }
    .pc-header-link-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-sns-link {
        margin-right: 15px;
        display: block;
    }
    .header-sns-link:last-child {
        margin-right: 0;
    }
    .header-tel-area {
        display: flex;
        margin-left: 25px;
        margin-right: 20px;
        width: 100%;
        margin-top: 10px;
    }
    .header-tel_img {
        position: relative;
        z-index: 10;
        width: 202px;
        padding-right: 20px;
        margin-right: 20px;
    }
    .header-tel_img::before {
        position: absolute;
        top: -3px;
        right: 0;
        width: 1px;
        height: 25px;
        border-right: 1px solid #0c4291;
        content: "";
    }
    .header-jr_tel_img {
        width: 223px;
    }
    .header-tel_box {
        margin-left: 5px;
        text-align: right;
    }
    .header_tel_time {
        font-size: 12px;
        padding-left: 15px;
        display: inline-block;
    }
    .header_tel_num {
        font-style: italic;
        font-size: 20px;
        font-weight: 600;
    }
    .btn.header-btn {
        max-width: 155px;
        min-width: 155px;
        width: 100%;
    }
    .header__nav {
        position: relative;
        display: block;
        height: auto;
        padding: 0;
        width: 100%;
        top: 0 !important;
        background-color: #fff;
        transition: all .3 ease-in-out;
    }
    .header__nav.fixed {
        position: fixed;
    }
    .header__nav-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 25px;
    }
    .header__nav-list>li>i {
        pointer-events: none;
    }
    .header__nav-list>li>a {
        display: block;
        padding: 14px;
        font-size: 14px;
        color: #333;
        border-bottom: none;
        margin-right: 0;
        font-weight: 500;
    }
    .header__nav-list li {
        flex: 1 0 auto;
        text-align: center;
    }
    .header__nav-list>li>a.current,
    .header__nav-list>li>a:hover,
    .footer_list-link:hover {
        color: #0C428F;
        opacity: 1;
    }
    .js_hover_slide-box .header__nav-list li>a:hover {
        background: #0C428F;
        color: #fff;
        opacity: 1;
    }
    .header__nav-list a::before {
        display: none;
    }
    .pc-aside_btn {
        position: fixed;
        right: 0;
        top: 25vh;
        z-index: 210;
        display: flex;
        flex-direction: column;
    }
    .pc-aside_btn>a {
        width: 50px;
        height: 160px;
    }
    .pc-aside_btn>a:first-child {
        margin-bottom: 5px;
    }
    .breadcrumb_area {
        position: relative;
        top: 0 !important;
    }
    .breadcrumb_list {
        max-width: 940px;
        margin: 0 auto;
        padding: 10px 25px;
    }
    /*-----
  footer_PC
  -----*/
    .footer__info-sect {
        padding: 70px 20px;
    }
    .footer__info_area {
        max-width: 990px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .footer-area {
        padding: 56px 10px 0 !important;
    }
    .footer-area .clearfix {
        max-width: 1170px;
        margin: 0 auto 70px;
    }
    .footer_list {
        display: inline-block;
        max-width: 250px;
        min-width: 130px;
        margin-right: 50px;
        vertical-align: top;
    }
    .footer_list:last-child {
        margin-right: 0;
    }
    .footer_list li {
        margin-bottom: 8px;
    }
    .footer_list li:last-child {
        margin-bottom: 0;
    }
    .footer__info_box {
        max-width: 420px;
        width: 25%;
        margin-right: 45px;
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 360px) {
    /*  IPhone5 */
    html {
        font-size: 14px;
    }
    .sp-fixed-btn_area>li>a {
        font-size: 12px;
    }
}


/* access */

.access-sect {
    margin-bottom: 90px;
    padding: 14px 14px 0;
}

.access-ttl {
    margin-bottom: 52px;
    color: #0c4291;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    font-size: 24px;
    text-align: center;
}

.access-ttl small {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}

.access-flexbox {
    margin-bottom: 60px;
}

.access_detail-art {
    text-align: center;
}

@media screen and (min-width:1025px) {
    .access_detail-art {
        width: 50%;
    }
}

.access_head-ttl {
    margin-bottom: 28px;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    font-weight: bolder;
    font-size: 18px;
}

.access-fig {
    margin-bottom: 20px;
}

.access-fig img {
    max-width: 517px;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
}

.access_tel {
    display: inline-block;
    position: relative;
    z-index: 10;
    margin-bottom: 24px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 24px;
}

.access_tel::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 14px;
    height: 21px;
    background-image: url(../img/common/tel.svg);
    content: "";
}

.access_address {
    display: block;
    line-height: 1.5;
}

.access_bnr {
    margin-bottom: 25px;
}

.access_google_map-box iframe {
    height: 200px;
}

@media screen and (max-width:767px) {
    .access_detail-art:first-child {
        margin-bottom: 60px;
    }
    .orthodontics-sect img{
        height: auto;
    }
    .bx-wrapper img{
        width: 100%;
        height: auto;
    }
    .top_com_bg-box img{
        height: auto;
    }
}

@media screen and (min-width:768px) {
    .access-flexbox {
        display: flex;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .access_detail-art:first-child {
        margin-right: 15px;
    }
    .access_detail-art:last-child {
        margin-left: 15px;
    }
}


/* message */

.message-sect {
    padding: 30px 0 0;
}

.message-ttl {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 10px 30px 10px 30px;
    background: #0c4291;
    color: #fff;
}

.message-ttl img {
    width: 100px;
}

.message-box {
    padding: 30px 15px;
    border: 1px solid #0c4291;
    background: #F0F4F8;
}

.message_view-art:nth-child(n+2) {
    margin-top: 60px;
}

.message_head-ttl {
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    margin-bottom: 40px;
}

.message_head-ttl span {
    display: inline-block;
    background: linear-gradient(transparent 40%, #BEE5F6 40%);
}

.message-fig {}

.message-fig img {
    margin-bottom: 20px;
}

.message-fig figcaption {
    line-height: 1.5;
}

.message-fig figcaption span {
    display: block;
    margin-bottom: 20px;
}

@media screen and (min-width:768px) {
    .message-sect {
        max-width: 1170px;
        margin: 0 auto;
    }
    .message-fig {
        display: flex;
    }
    .message-fig img {
        max-width: 315px;
    }
    .message-fig>img {
        margin-right: 20px;
    }
    .message-fig figcaption span {
        margin-bottom: 40px;
    }
}


/* footer */

.page_to_top-box {
    position: absolute;
    bottom: 173px;
    right: 28px;
    z-index: 10;
    width: 50px;
    height: 50px;
	bottom: 130px;
    background: #0c4291;
}
@media screen and (max-width:300px) {
.page_to_top-box {
    right: 0;
    bottom: 118px;
}
}
.page_to_top-box::before,
.page_to_top-box::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 22px;
    height: 2px;
    margin: auto;
    background: #fff;
    transform: rotate(-45deg);
    content: "";
}

.page_to_top-box::before {
    left: 22px;
    transform: rotate(45deg);
}

.copyright {
    font-size: 12px;
}

.footer-area {
    background: #F0F4F8;
    padding: 49px 10px 20px;
}

@media screen and (max-width:767px) {
    .footer-area {
        padding-bottom: 110px;
    }
}

@media screen and (max-width:1024px) {
    .footer-area {
        padding-bottom: 115px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .footer-area {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .footer-area>.clearfix {
        padding: 0 30px;
    }
}

.footer-sect {
    padding: 0 0 84px;
}

.footer_logo {
    width: 350px;
    margin-bottom: 35px;
}
@media screen and (max-width:390px) {
.footer_logo {
    width: auto;
}
}
.footer_tel-list {
    margin-left: -20px;
}

.footer_tel-list li:first-child {
    margin-bottom: 10px;
}

.footer_tel-number {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}
@media screen and (max-width:300px) {
.footer_tel-number {
    font-size: 16px;
}
}
.footer_tel-number::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 12px;
    height: 18px;
    background-image: url(../img/common/tel.svg);
    content: "";
}

.footer_tel-head {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

@media screen and (min-width:1024px) {
    .footer-sect {
        float: left;
    }
    .footer_list_area {
        float: right;
    }
    .footer_list li a {
        font-size: 14px;
    }
    .copyright {
        margin: 0 -10px;
        padding: 6px 0;
        background: #0c4291;
        color: #fff;
        font-size: 12px;
    }
    .page_to_top-area {
        position: relative;
        z-index: 10;
        max-width: 940px;
        margin: 0 auto;
    }
    .page_to_top-box {
        bottom: 48px;
        right: 0;
    }
}

.footer_navigation-box {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    justify-content: space-between;
}

.footer-nav {
    width: 50%;
}

.footer-nav:last-child .footer_nav-ttl {
    background: #79a700;
}

.footer_nav-ttl {
    display: block;
    padding: 5px 10px;
    background: #1456C5;
    color: #fff;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.footer_link-nav {
    display: flex;
    justify-content: space-around;
}

.footer_link-nav a {
    position: relative;
    z-index: 10;
    width: 50%;
    padding: 50px 0 16px;
    background: #F0F4F8;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    font-weight: bold;
    text-align: center;
}

.footer_link-nav a::before {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../img/icon/web.svg) no-repeat;
    margin: auto;
    content: "";
}

.footer_link-nav a:last-child::before {
    background: url(../img/icon/tel.svg) no-repeat;
}

.footer_link-nav a:last-child {
    background: #C8C8C8;
}

@media screen and (min-width:1024px) {
    .footer_navigation-box {
        display: none !important;
    }
}

@media screen and (min-width:768px) {
    .table_list {
        margin-bottom: 5px;
        border-bottom: none;
    }
}

@media screen and (min-width:1025px) {
    .common_table tr th {
        min-width: 150px;
    }
}

.gi-breadcrumbs {
    position: absolute;
    top: 337px;
    left: 0;
    width: 100%;
    background: #F0F4F8 !important;
}

@media screen and (max-width:1024px) {
    .gi-breadcrumbs {
        top: 150px;
    }
}


/*料金表テーブル*/

.postPage .table-simple {
    border-top: 1px solid #4a72ad;
    border-bottom: 1px solid #4a72ad;
    border-right: none;
    border-left: none;
}

.postPage .table-simple tr:last-child {
    border: none;
}

.postPage .table-simple th {
    background: #f0f4f8;
    text-align: left;
    padding: 20px;
}

.postPage .table-simple td {
    background: #fff;
    border: none;
}

.postPage .table-simple td,
.postPage .table-simple th {
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .postPage .table-simple tr {
        border-bottom: 1px dotted #333;
    }
    .postPage .table-simple th {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .postPage .table-simple th {
        border-bottom: 1px dotted #333;
    }
}


/*医院概要テーブル*/

.postPage .table-simple2 {
    border-top: 1px solid #4a72ad;
    border-bottom: 1px solid #4a72ad;
    border-right: none;
    border-left: none;
}

.postPage .table-simple2 tr:last-child {
    border: none;
}

.postPage .table-simple2 th {
    background: #f0f4f8;
    text-align: center;
    padding: 20px;
    /* display: table-cell; */
    vertical-align: middle;
}

.postPage .table-simple2 td {
    background: #fff;
    border: none;
}

.postPage .table-simple2 td,
.postPage .table-simple th {
    padding: 20px;
}
/* add */
#box_case.idxintroduction {
    /* background-color: #f9f8f4; */
    position: relative;
    padding: 70px 0 90px
}

#box_case .idxintroduction-title {
    font-size: 22px;
    color: #0c4291;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 61px
}

#box_case .idxintroduction-title .cs-size {
    font-size: 46px;
    color: #080837
}

.idxintroduction h4 {
    font-size: 40px;
    font-family: var(--font-shippori);
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: .5em
}

.idxintroduction-boxab {
    /* padding: 0 6px; */
    max-width: 960px;
    width: 100%;
    margin: 0 auto 50px
}

.idxintroduction-boxab .idx-item {
    width: 100%;
    display: flex;
    flex-direction: column
}

.idxintroduction-boxab .idx-item img {
    width: 100%
}

.idxintroduction-boxab .idx-item-title {
    font-size:20px;
    color: #fff;
    font-weight: 400;
    line-height: 1em;
    background-color: #0c4291;
    text-align: center;
    padding: 8px 0 12px;
    letter-spacing: .06em;
    margin-bottom: 20px;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
}

.idxintroduction-boxab .idx-item:not(:last-child) {
    position: relative;
    padding-bottom: 70px
}

.idxintroduction-boxab .idx-item:not(:last-child):after {
    content: "";
    border-top: solid 20px #333;
    border-left: solid 20px rgba(0, 0, 0, 0);
    border-right: solid 20px rgba(0, 0, 0, 0);
    top: calc(100% - 50px);
    left: 50%;
    position: absolute;
    z-index: 1;
    transform: translate(-50% , 0);
}

.idxintroduction-boxab .idx-item .list-img01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.idxintroduction-boxab .idx-item .list-img01 li {
    width: calc(50% - 10px);
    padding: 0;
}
.idxintroduction-boxab .idx-item .list-img01 li::before,
.idxintroduction-boxab .idx-item .list-img02 li::before,
.box-wrapper01 .box-content li::before{
    display: none;
    margin-bottom: 0;
}
.idxintroduction-boxab .idx-item .list-img01 li:first-child {
    /* margin-right: 20px */
}

.idxintroduction-boxab .idx-item .list-img02 {
    display: flex;
    flex-wrap: wrap;
    --item-width: calc((100% - 20px) / 3);
    margin: 0;
}

.idxintroduction-boxab .idx-item .list-img02 li {
    width: calc((100% - 20px)/3);
    padding: 0;
    margin: 0;
}

.idxintroduction-boxab .idx-item .list-img02 li:nth-child(2),
.idxintroduction-boxab .idx-item .list-img02 li:nth-child(3) {
    margin-right: 10px
}

.idxintroduction-boxab .idx-item .list-img02 li:nth-child(2),
.idxintroduction-boxab .idx-item .list-img02 li:nth-child(3),
.idxintroduction-boxab .idx-item .list-img02 li:nth-child(4) {
    margin-top: 0px;
    margin-bottom: 0px
}

.idxintroduction-boxab .idx-item .list-img02 li:nth-child(1),
.idxintroduction-boxab .idx-item .list-img02 li:nth-child(5) {
    margin-left: calc(var(--item-width) + 10px);
    margin-right: calc(var(--item-width) + 10px)
}

.idxintroduction-lists {
    display: flex;
    flex-direction: column;
    padding: 0 6px
}

.idxintroduction-lists:not(:last-child) {
    margin-bottom: 50px
}

.idxintroduction-item:last-child {
margin-bottom: 0;
}

.idxintroduction-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 30px;
    max-width: 760px;
}

.idxintroduction-item .idx-title {
    font-size: 18px;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    background-color: #0c4291;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.1em;
    padding: 10px 0 10px;
    margin-bottom: 0;
}

.idxintroduction-item .idx-txt {
    font-size: 16px;
    font-family: var(--font-notosans);
    color: #000;
    background: #f0f4f8;
    line-height: 1.8em;
    padding: 10px 21px;
    letter-spacing: -0.036em;
    text-align: center;
    margin-bottom: 0;
}

.idxreson {
    background-image: url(../images/background-reson.png);
    background-repeat: no-repeat;
    background-size: 100% 281px;
    background-color: #080837;
    position: relative;
    padding: 35px 0 35px 0
}

.idxreson-banner {
    display: block;
    color: #fff;
    font-family: var(--font-serif);
    text-align: center;
    margin-bottom: 116px
}

.idxreson-banner .size01 {
    display: block;
    font-size: 36px;
    line-height: 1.2em
}

.idxreson-banner .size01 .cs-sizemini {
    font-size: 28px;
    display: inline-block
}

.idxreson-banner .size02 {
    display: block;
    font-size: 63px;
    line-height: 1.2em
}

.idxreson-banner .size02>span:nth-child(1) {
    letter-spacing: -0.1em;
    display: block
}

.idxreson-banner .size02>span:nth-child(2) {
    display: block;
    letter-spacing: -0.05em;
    line-height: 1em
}

.idxreson-lists {
    width: 100%;
    max-width: 522px;
    margin: 0 auto 68px;
    display: flex;
    flex-direction: column
}

.idxreson-item {
    display: flex;
    flex-direction: column
}

.idxreson-item:not(:last-child) {
    margin-bottom: 52px
}

.idxreson-item-img {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%
}

.idxreson-item-img.csbf::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    background-color: #f6f5f1;
    bottom: -3px;
    right: -59px;
    z-index: -1
}

.idxreson-item-content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    right: -48px;
    width: calc(100% + 11px);
    padding: 96px 32px 60px
}

.idxreson-item-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f6f5f1;
    top: 0;
    left: 0;
    z-index: -1
}

.idxreson-item-number {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: -60px;
    left: 83px;
    width: 100%
}

.idxreson-item-title {
    font-size: 30px;
    color: #303083;
    font-family: var(--font-notosans);
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 35px
}

.idxreson-item-txt {
    font-size: 24px;
    font-family: var(--font-notosans);
    color: #000;
    line-height: 1.9em
}

.idxreson-item .idx-boximg {
    position: relative;
    margin-bottom: 0
}

.idxreson-item.idx-noimg {
    margin-top: 76px
}

.idxtreatment {
    background-color: #fff;
    position: relative;
    padding: 90px 0;
}

.idxtreatment-container {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.idxtreatment-text {
    font-size: 24px;
    font-family: var(--font-notosans);
    font-weight: 400;
    color: #000;
    padding: 0 45px;
    letter-spacing: -0.05em;
    line-height: 1.9em;
    margin-bottom: 30px
}

.idxtreatment #box_case #box_case .idxintroduction-title {
    margin-bottom: 27px
}

.idxtreatment-boximg {
    padding-left: 40px;
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 67px
}

.idxtreatment-boximg .idx-boxtitle {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 216px;
    height: 216px;
    background-color: var(--color-secondary);
    color: #fff;
    font-family: var(--font-notosans);
    font-size: 25px;
    font-weight: 400;
    z-index: 1;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 1.65em;
    padding-top: 37px
}

.idxconsultation {
    background-color: #f5f4f2;
    padding: 82px 40px 51px;
    position: relative
}

.idxconsultation-box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    border: 2px solid var(--color-secondary);
    border-top: none;
    padding-bottom: 52px
}

.idxconsultation-box:first-child,.idxconsultation-box:nth-child(2),.idxconsultation-box:nth-child(5){
    margin-bottom: 143px
}

.idxconsultation-box:nth-child(1)::before ,.idxconsultation-box:nth-child(2)::before
,.idxconsultation-box:nth-child(5)::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 61px;
    background-image: url(../images/idxconsultation-icon.png);
    background-size: 58px auto;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: block;
    bottom: -96px;
    left: 0
}

.idxconsultation-box:nth-child(3),
.idxconsultation-box:nth-child(4),
.idxconsultation-box:nth-child(6) {
    margin-bottom: 36px
}

.idxconsultation-box-title {
    color: var(--color-secondary);
    font-size: 23px;
    font-family: var(--font-notosans);
    font-weight: 500;
    line-height: 1.65em;
    letter-spacing: -0.02em;
    text-align: center;
    display: block;
    width: calc(100% + 4px);
    margin: -20px -2px 20px;
    position: relative
}

.idxconsultation-box-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 18px;
    left: 0px;
    background-color: var(--color-secondary)
}

.idxconsultation-box-title .ovn {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    z-index: 2;
    letter-spacing: -0.02em
}

.idxconsultation-box-title .ovn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #f5f4f2;
    z-index: -1
}

.idxconsultation-box-ttlbig {
    font-size: 84px;
    font-weight: 500;
    font-family: var(--font-shippori);
    color: var(--color-primary);
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 0
}

.idxconsultation-box-ttlbig .cs-small {
    font-size: 50%;
    font-weight: 400
}

.idxconsultation-box-small {
    font-size: 30px;
    font-family: var(--font-shippori);
    color: var(--color-primary);
    font-weight: 500;
    display: block;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2;
    padding-top: 10px
}

.idxconsultation-box-mini {
    font-size: 24px;
    font-family: var(--font-notosans);
    color: var(--color-primary);
    font-weight: 400;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: .1em
}

.idxconsultation-round {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.idxconsultation-round .idxx-item {
    width: 206px;
    height: 206px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: var(--color-secondary);
    font-family: var(--font-notosans);
    line-height: 1.5em;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    margin: 0 25px;
    padding-top: 17px;
    align-items: center;
    letter-spacing: -0.05em
}

.idxconsultation-round-title {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-notosans);
    color: var(--color-secondary);
    line-height: 1.2em;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px
}

.idxconsultation-titlestyle {
    font-size: 46px;
    font-weight: 500;
    color: var(--color-primary);
    font-family: var(--font-shippori);
    text-align: center;
    display: block;
    padding: 16px 0 18px;
    background-color: #fff;
    border-top: 2px solid var(--color-secondary);
    border-bottom: 2px solid var(--color-secondary);
    line-height: 1.3em;
    margin-bottom: 64px
}

.idxconsultation-titlestyle .idx-space {
    letter-spacing: -0.16em;
    display: inline-block
}

.idxconsultation-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.idxconsultation-item {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-secondary);
    margin-bottom: 50px;
    position: relative;
    padding: 48px 0 21px 0
}

.idxconsultation-item:last-child,
.idxconsultation-item:nth-child(even) {
    margin-right: 0
}

.idxconsultation-item .idx-title {
    text-align: center;
    font-size: 24px;
    font-family: var(--font-notosans);
    font-weight: 500;
    color: #fff;
    line-height: 1.45em;
    padding: 0 10px
}

.idxconsultation-item .idx-des {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: .05em;
    padding-top: 4px
}

.idxconsultation-item .idx-number {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 60px;
    height: 60px;
    background-color: var(--color-primary);
    z-index: 5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    font-size: 38px;
    color: #fff;
    font-family: var(--font-shippori)
}

.idxinfomation {
    background-color: #f4f3f1;
    position: relative;
    padding-bottom: 100px
}

.idxinfomation-boxitem {
    display: flex;
    flex-direction: column;
    background-color: #080837;
    width: 100%;
    max-width: 597px;
    margin: 0 auto;
    padding: 62px 0 61px 0
}

.idxinfomation-boxitem:not(:last-child) {
    margin-bottom: 67px
}

.idxinfomation-boxitem:nth-child(2) .idxinfomation-title {
    margin-bottom: 22px
}

.idxinfomation-boxitem:nth-child(2) .idxconsultation-box-mini:nth-child(3) {
    margin-bottom: 30px
}

.idxinfomation-boxitem:nth-child(2) .idxconsultation-box-mini:nth-child(4) {
    line-height: 1.5em
}

.idxinfomation-boxitem:nth-child(2) .idxconsultation-box-mini:nth-child(4) .idx-space {
    display: block
}

.idxinfomation-boxitem:nth-child(2) .idxconsultation-box-mini:nth-child(4) .idx-space:nth-child(1) {
    letter-spacing: -0.01em
}

.idxinfomation-boxitem:nth-child(2) .idxconsultation-box-mini:nth-child(4) .idx-space:nth-child(2) {
    letter-spacing: -0.04em
}

.idxinfomation-boxitem:nth-child(2) .idxconsultation-box-mini:nth-child(4) .idx-space:nth-child(3) {
    line-height: 1.7em;
    padding-left: 8px
}

.idxinfomation-title {
    font-size: 30px;
    font-weight: 400;
    font-family: var(--font-shippori);
    color: #fff;
    line-height: 1.3em;
    display: block;
    margin-bottom: 30px;
    text-align: center
}

.idxinfomation-img {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 40px
}

.idxinfomation-text {
    font-size: 24px;
    color: #fff;
    font-family: var(--font-notosans);
    font-weight: 300;
    line-height: 1.9em;
    letter-spacing: -0.04em;
    width: 100%;
    max-width: 440px;
    margin: 0 auto
}

.idxinfomation-textnote {
    font-size: 24px;
    font-family: var(--font-notosans);
    color: #fff;
    font-weight: 400;
    line-height: 1.9em;
    padding: 25px 0;
    margin-bottom: 0
}

.idxinfomation-post {
    background-color: #080837;
    position: relative;
    padding: 83px 0 30px 0
}

.idxinfomation-post::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 370px;
    background-color: #fff;
    top: 0;
    left: 0
}

.idxinfomation-boxtable {
    padding: 0 1px
}

.idxinfomation-boxtable table {
    border-collapse: separate;
    border-spacing: 5px
}

.idxinfomation-boxtable td,
.idxinfomation-boxtable th {
    border: none;
    padding: 1em
}

.idxinfomation-boxtable th {
    background-color: var(--color-primary);
    font-family: var(--font-notosans);
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding: 8px 0
}

.idxinfomation-boxtable th .idx-number {
    font-size: 23px;
    display: inline-block;
    line-height: 1.2em;
    font-weight: 400
}

.idxinfomation-boxtable td {
    background-image: url(../images/background-table.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 18px;
    font-family: var(--font-notosans);
    padding: 0;
    color: #fff;
    font-weight: 400;
    text-align: center;
    vertical-align: inherit
}

.idxinfomation-boxtable td .cs-size {
    font-size: 20px;
    font-weight: 400
}

.idxinfomation-boxtable td .idx-icontbl {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin: 5px auto;
    filter: brightness(0) invert(1)
}

.idxinfomation-boxtable tr:not(:first-child) td:first-child,
.idxinfomation-boxtable .only-style {
    color: var(--color-primary);
    font-size: 22px;
    line-height: 1.2em;
    padding: 0;
    height: 93px;
    width: 20.5%;
    text-align: center;
    vertical-align: inherit;
    font-weight: 500
}

.idxinfomation-boxtable tr:not(:first-child) td:first-child span,
.idxinfomation-boxtable .only-style span {
    display: inline-block;
    text-align: left
}

.idxinfomation-boxtable .cs-col td:not(:first-child) {
    background-color: #fff;
    color: var(--color-secondary) !important
}

.idxinfomation-boxtable .cs-col td {
    background-color: var(--color-primary);
    color: #fff !important;
    background-image: none !important
}
.box-wrapper01 {
    /* padding-top: 70px */
}

.box-wrapper01 .box-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: .5em;
    line-height: 1.4em;
    text-align: center;
    font-family:Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
}

.box-wrapper01 .box-content li {
    /* font-size: 22px; */
    display: flex;
    line-height: 2em;
}

.box-wrapper01 .box-content li span {
    flex-shrink: 0
}

.box-wrapper01 .box-content li:not(:last-child) {
    margin-bottom: .5em
}
#box_case .table-simple2{
    margin-bottom: 50px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto 50px;
}
/* end */
@media screen and (min-width: 768px) {
    .postPage .table-simple2 tr {
        border-bottom: 1px dotted #333;
    }
    .postPage .table-simple2 th {
        width: 20%;
    }
    .idxintroduction-boxab {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 767px) {
    .postPage .table-simple2 th {
        border-bottom: 1px dotted #333;
    }
    #box_case.idxintroduction {
        padding: 0;
      }
}