@charset "UTF-8";
.l-container {
    min-width: 320px;
}

.l-inner {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-container,
.l-inner {
    position: relative;
}

.l-container:after,
.l-inner:after {
    content: " ";
    display: block;
    clear: both;
}

.c-re {
    position: relative;
}

.c-anchor {
    margin-top: -85px;
    padding-top: 85px;
}

.c-anchor_top {
    margin-top: -135px;
    padding-top: 135px;
}

.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-pd {
    padding-top: 70px;
    padding-bottom: 70px;
}

.c-deco:before,
.c-deco:after {
    position: absolute;
    content: '';
    display: block;
}

.c-bread {
    padding: 10px 0;
}

.c-bread_list li {
    display: inline-block;
}

.c-bread_list li span,
.c-bread_list li a {
    font-size: 14px;
}

.c-bread_list li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-bread_list li a:hover {
    text-decoration: none;
    color: #0e7ac4;
}

.c-bread_list li+li {
    position: relative;
    margin-left: 30px;
}

.c-bread_list li+li:before {
    display: block;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../img/cmn/anchor_arr.svg) no-repeat;
    background-size: 12px;
    top: 4px;
    bottom: 0;
    margin: auto;
    left: -25px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.c-bg {
    background: #f5fafd;
}

.c-hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.c-hover:hover {
    text-decoration: none;
}

.c-hl {
    position: relative;
    font-size: 30px;
    margin-bottom: 30px;
}

.c-hl span {
    position: relative;
    z-index: 2;
}

.c-hl:before {
    width: 30px;
    height: 30px;
    background: #cdebf9;
    border-radius: 50rem;
    top: 0;
    left: -10px;
}

.c-hl--wh {
    color: #fff;
}

.c-hl--wh:before {
    background: #0e7ac4;
}

.c-ttl {
    position: relative;
    text-align: center;
    font-size: 30px;
    padding-bottom: 25px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.c-ttl:after {
    width: 34px;
    height: 8px;
    background: url(../img/cmn/c-ttl_deco.svg) no-repeat;
    background-size: 34px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.c-ttl_line {
    position: relative;
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.c-ttl_line:before {
    width: 60px;
    height: 5px;
    border-radius: 50rem;
    background: #0e7ac4;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}

.c-tx--center {
    text-align: center;
}

.c-tx--gr {
    color: #0e7ac4;
}

.c-tx+.c-tx {
    padding-top: 20px;
    padding-bottom: 60px;
}

.c-tx+.c-note {
    padding-top: 10px;
}


.c-note {
    display: inline-block;
    color: #FF7777;
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
}

.c-note+.c-tx {
    padding-top: 20px;
}

.c-btn a {
    position: relative;
    display: block;
    padding: 15px 30px;
    border-radius: 50rem;
    background: #0e7ac4;
    color: #fff;
}

.c-btn a:before {
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    background: url(../img/cmn/c-arr_wh.svg) no-repeat center;
    width: 15px;
    height: 25px;
    background-size: 15px !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-hplink a {
    position: relative;
    display: inline-block;
    color: #EC898C;
    border-bottom: solid 1px #C6575B;
    padding-right: 35px;
}

.c-hplink {
    position: relative;
    display: inline-block;
    color: #EC898C;
}

.c-tellink a {
    position: relative;
    display: inline-block;
    color: #59a2de;
    border-bottom: solid 1px #59a2de;
    padding-right: 15px;
}

.c-tellink {
    position: relative;
    color: #59a2de;
}

.c-hplink a:before {
    top: 8px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/cmn/ico_link.svg) no-repeat;
    background-size: 20px;
    margin: auto;
}

.c-list_num_item {
    position: relative;
    counter-increment: numlist;
    padding-left: 30px;
    line-height: 2;
}

.c-list_num_item:before {
    content: counter(numlist);
    top: 8px;
    left: 0;
    font-family: "Montserrat", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    width: 20px;
    line-height: 20px;
    border: solid 1px #3c3f4c;
    border-radius: 50rem;
    text-align: center;
    font-size: 14px;
}

.c-list_dot_item {
    position: relative;
    padding-left: 30px;
    line-height: 2;
}

.c-list_dot_item:before {
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #0e7ac4;
    text-align: center;
    border-radius: 50rem;
}

.c-list_dot_item-list {
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
    line-height: 2;
}
.c-list_dot_item-list:before {
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #0e7ac4;
    text-align: center;
    border-radius: 50rem;
}


.c-list_news {
    border-bottom: solid 1px #A1B9A9;
}

.c-list_news_item {
    border-top: solid 1px #A1B9A9;
}

.c-list_news_item--none {
    font-size: 16px;
    padding: 30px 10px;
}

.c-list_news_item_cat {
    display: inline-block;
    background: #0e7ac4;
    color: #fff;
    font-size: 14px;
    border-radius: 50rem;
    line-height: 26px;
    width: 100px;
    text-align: center;
}

.c-list_news_item_ttl {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 180px);
}

.c-list_news_item a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    gap: 20px;
    padding: 15px 20px 15px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-list_news_item a:after {
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    background: url(../img/cmn/c-arr.svg) no-repeat center;
    width: 15px;
    height: 25px;
    background-size: 15px !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-list_anchor_list {
    padding: 50px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 35px;
}

.c-list_anchor_list_item {
    width: 310px;
}

.c-list_anchor_list_item a {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: solid 1px #3c3f4c;
}

.c-list_anchor_list_item a:before {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/cmn/anchor_arr.svg) no-repeat;
    background-size: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-pager {
    text-align: center;
    margin-top: 50px;
}

.c-pager a,
.c-pager span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #0e7ac4;
    margin: 10px;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #0e7ac4;
    border-radius: 50rem;
}

.c-pager a:hover {
    background: #0e7ac4;
    color: #fff;
    text-decoration: none;
}

.c-pager span {
    background: #0e7ac4;
    color: #fff;
}

.c-pager .previouspostslink,
.c-pager .nextpostslink {
    position: relative;
}

.c-pager .previouspostslink {
    margin-right: 50px;
}

.c-pager .nextpostslink {
    margin-left: 50px;
}

.c-pager .previouspostslink:after,
.c-pager .nextpostslink:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 40px;
    height: 40px;
    background-size: 40px !important;
    background: url(../img/cmn/pager_arr.svg) no-repeat;
}

.c-pager .previouspostslink:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-pager .previouspostslink:hover:after,
.c-pager .nextpostslink:hover:after {
    background: url(../img/cmn/pager_arr_w.svg);
}

.c-wpn {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

.c-wpn a {
    display: inline-block;
    width: 250px;
    text-align: center;
    border: 1px solid #0e7ac4;
    font-weight: bold;
    line-height: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0e7ac4;
    border-radius: 50rem;
}

.c-wpn a:hover {
    background: #0e7ac4;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0e7ac4;
}

.c-wpn a:hover:after {
    background: url(../img/cmn/pager_arr_w.svg) no-repeat center;
}

.c-wpn_left a,
.c-wpn_right a {
    position: relative;
}

.c-wpn_left a:after,
.c-wpn_right a:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 40px;
    background: url(../img/cmn/pager_arr.svg) no-repeat center;
    background-size: 30px !important;
    top: 0;
    bottom: 0;
    margin: auto;
}

.c-wpn_left {
    float: left;
}

.c-wpn_left a:after {
    left: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-wpn_right {
    float: right;
}

.c-wpn_right a:after {
    right: 10px;
}

.c-wpn_center a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.c-loop_dots {
    position: absolute;
    overflow: hidden;
    text-align: center;
    width: 10px;
    left: -20px;
    top: 10px;
}

.c-loop_dots li button {
    position: relative;
    text-indent: -9999px;
    cursor: pointer;
    display: block;
    padding: 0px 5px;
}

.c-loop_dots li button:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: #cdebf9;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50rem;
}

.c-loop_dots li.slick-active button:before {
    content: '';
    background: #0e7ac4;
}

.sub_main {
    position: relative;
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
    margin-top: 150px;
}

.sub_main:before {
    top: 0;
    left: 0;
    background: #3c3f4c;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.sub_main_hl {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.sub_main--about {
    background: url(../img/about/main_bg.jpg);
}

.sub_main--schedule {
    background: url(../img/schedule/main_bg.jpg);
}

.sub_main--floor {
    background: url(../img/floor/main_bg.jpg);
}

.sub_main--cmc {
    background: url(../img/cmc/main_bg.jpg);
}

.sub_main--yobo {
    background: url(../img/yobo/main_bg.jpg);
}

.sub_main--dialysis {
    background: url(../img/dialysis/main_bg.jpg);
}

.sub_main--facility {
    background: url(../img/facility/main_bg.jpg);
}
.sub_main--device {
    background: url(../img/device/main_bg.jpg);
}

.sub_main--news {
    background: url(../img/news/main_bg.jpg);
}

.sub_main--recruit {
    background: url(../img/recruit/main_bg.jpg);
}


/*single markup style*/

.post_single p {
    margin-bottom: 30px;
    line-height: 1.8;
}

.post_single img {
    max-width: 100%;
    height: auto;
}

.post_single img.alignright {
    float: right;
    margin: 0 0 15px 15px;
    display: block;
}

.post_single img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
    display: block;
}

.post_single img.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.post_single h1,
.post_single h2,
.post_single h3,
.post_single h4,
.post_single h5,
.post_single h6 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 1.8;
    border-bottom: dashed 2px #0e7ac4;
}

.post_single h1,
.post_single h2,
.post_single h3 {
    font-size: 30px;
}

.post_single h4,
.post_single h5,
.post_single h6 {
    font-size: 24px;
}

.post_single td {
    padding: 10px;
    border: 1px solid;
}

.post_single table {
    margin-bottom: 25px;
}

.post_single ul,
.post_single ol {
    margin-bottom: 25px;
}

.post_single ul li {
    position: relative;
    padding-left: 25px;
    line-height: 2;
}

.post_single ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 14px;
    height: 14px;
    background: #3c3f4c;
    border-radius: 50rem;
    text-align: center;
    font-size: 14px;
}

.post_single ol li {
    position: relative;
    counter-increment: numlist;
    padding-left: 30px;
    line-height: 2;
}

.post_single ol li:before {
    content: counter(numlist);
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    line-height: 20px;
    background: #0e7ac4;
    border-radius: 50rem;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.post_single a {
    color: #0e7ac4;
    border-bottom: solid 1px #0e7ac4;
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.post_single a:hover {
    text-decoration: none;
    opacity: 0.5;
}


/*全画面*/

.g-wrapper {
    overflow: hidden;
}

.window_lock {
    overflow: hidden;
}


/*ヘッダー*/

.g-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 30px 20px 30px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(60, 77, 73, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(60, 77, 73, 0.3);
}

.g-header .logo {
    width: 142px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.g-header .logo a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
}

.g-header .h_scroll.open {
    right: 0;
    opacity: 1;
    pointer-events: auto;
}

.g-header .nav_ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.g-header .nav_ico_item a {
    display: block;
    width: 90px;
    padding: 20px 10px;
}

.g-header .nav_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    gap: 20px;
}

.g-header .nav_list_item {
    position: relative;
}

.g-header .nav_list_item_link {
    display: block;
    font-size: 16px;
    padding: 30px 0;
}

.g-header .nav_list_item_link.c-deco {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.g-header .nav_list_item_link.c-deco:after {
    width: 10px;
    height: 5px;
    background: url(../img/cmn/c-arr.svg) no-repeat;
    background-size: 10px !important;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-header .nav_list_item_ico {
    width: 100px;
    padding: 10px 0;
    border-left: solid 1px #EFEFEF;
}

.g-header .nav_list .child_list {
    position: absolute;
    z-index: 999999999;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
    width: 220px;
    background: #0e7ac4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-header .nav_list .child_list_item.no-bd {
    border-bottom: none;
}

.g-header .nav_list .child_list_item_link {
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
}

.g-header .nav_btn {
    position: absolute;
    z-index: 999999999999;
    padding: 20px;
    top: 0;
    right: 0;
    width: 130px;
    height: 80px;
    text-align: right;
    cursor: pointer;
    background: #0e7ac4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.g-header .nav_btn_line {
    position: absolute;
    display: block;
    background: #fff;
    height: 3px;
    width: 20px;
    border-radius: 50rem;
    left: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 0;
    margin: auto;
}

.g-header .nav_btn_line:nth-child(1) {
    top: -10px;
}

.g-header .nav_btn_line:nth-child(2) {
    top: 10px;
}

.g-header .nav_btn_tx {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
}

.g-header .nav_btn.active span:nth-child(1) {
    top: 0;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.g-header .nav_btn.active span:nth-child(2) {
    top: 0;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}


/*フッター*/

.g-footer {
    background: #cdebf9;
}

.g-footer .f_pd {
    padding: 100px 20px 30px;
}

.g-footer .f_box {
    margin-bottom: 50px;
}

.g-footer .f_box_item:nth-child(1) {
    width: 190px;
}

.g-footer .f_box_item:nth-child(2) {
    width: 710px;
}

.g-footer .f_box_item_logo {
    margin-bottom: 30px;
}

.g-footer .f_bnr_item {
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-footer .f_bnr_item:nth-child(1) {
    background: url(../img/cmn/f_bnr_mizuho.jpg);
}

.g-footer .f_bnr_item:nth-child(2) {
    background: url(../img/cmn/f_bnr_asakura.jpg);
}

.g-footer .f_bnr_item+.f_bnr_item {
    margin-top: 10px;
}

.g-footer .f_bnr_item:hover:nth-child(1) {
    background: url(../img/cmn/f_bnr_mizuho_on.jpg);
}

.g-footer .f_bnr_item:hover:nth-child(2) {
    background: url(../img/cmn/f_bnr_asakura_on.jpg);
}

.g-footer .f_bnr_item:hover img {
    opacity: 1;
}

.g-footer .f_bnr_item a {
    position: relative;
    display: block;
    padding: 30px 20px;
}

.g-footer .f_bnr_item a:before {
    top: 10px;
    left: 10px;
    border: solid 1px #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 5px;
}

.g-footer .f_nav {
    gap: 30px 20px;
}

.g-footer .f_nav_item {
    width: 220px;
}

.g-footer .f_nav_item a {
    display: block;
    line-height: 2;
}

.g-footer .f_nav_item a:hover {
    color: #0e7ac4;
}

.g-footer .f_nav_item_link {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #3c3f4c;
}

.g-footer .f_nav_item_link:before {
    top: 0;
    bottom: 15px;
    right: 0;
    margin: auto;
    background: url(../img/cmn/c-arr.svg) no-repeat center;
    width: 12px;
    height: 20px;
    background-size: 12px !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-footer .f_nav_item_link:hover:before {
    background: url(../img/cmn/c-arr_gr.svg) no-repeat center;
}

.g-footer .f_nav_item .child_list_item_link {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}

.g-footer .f_nav_item .child_list_item_link:before {
    width: 8px;
    height: 2px;
    background: #3c3f4c;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-footer .f_nav_item .child_list_item_link:hover:before {
    background: #0e7ac4;
}

.g-footer .copy {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #0e7ac4;
}


/*----------------------------------------

page-top

-----------------------------------------*/

.page-top .mv {
    margin-top: 150px;
    height: 750px;
    background: url(../img/top/mv_bg.jpg) center;
    background-size: cover;
}

.page-top .mv_news {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    background: #f5fafd;
    width: 1000px;
    padding: 10px 40px 0;
    border-radius: 10px 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-top .mv_news_ttl {
    color: #0e7ac4;
    font-size: 24px;
}

.page-top .mv_news .c-list_news {
    width: 800px;
    border-bottom: none;
}

.page-top .mv_news .c-list_news_item {
    border-top: none;
}

.page-top .mv_news .c-list_news_item_day,
.page-top .mv_news .c-list_news_item_ttl {
    font-size: 16px;
}

.page-top .sec01_box {
    gap: 40px;
    margin-bottom: 50px;
}

.page-top .sec01_box_item {
    width: 480px;
}

.page-top .sec01_box_item_table {
    margin-bottom: 30px;
}

.page-top .sec01_box_item_tel {
    width: 360px;
    margin-bottom: 20px;
}

.page-top .sec01_box_item .btn_list {
    margin-bottom: 30px;
}

.page-top .sec01_box_item .btn_list_item a {
    display: block;
    width: 150px;
    background: #fff;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.page-top .sec01_imp {
    background: #fff;
    border: solid 5px #B73F43;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 50px;
}

.page-top .sec01_imp_ttl {
    position: relative;
    color: #B73F43;
    font-size: 24px;
    padding-left: 50px;
    margin-bottom: 20px;
}

.page-top .sec01_imp_ttl:before {
    left: 0;
    top: 10px;
    width: 36px;
    height: 36px;
    background: url(../img/top/sec01_impico.svg) no-repeat;
    background-size: 36px;
}

.page-top .sec01_imp .c-list_news {
    border: none;
}

.page-top .sec01_imp .c-list_news_item {
    border: none;
}

.page-top .sec01_imp .c-list_news_item_day {
    color: #B73F43;
}

.page-top .sec01_imp .c-list_news_item a {
    padding: 5px 20px 5px 0;
}

.page-top .sec01_nav {
    position: relative;
    margin-bottom: 50px;
}

.page-top .c-anchor + .page-top .c-anchor {
    margin-top: -100px;
}

.page-top .sec01_nav:before {
    background: #fff;
    top: 0;
    left: 0;
    width: calc(50% + 500px);
    height: 100%;
    -webkit-box-shadow: 0px 3px 20px #dbe5de;
    box-shadow: 0px 3px 20px #dbe5de;
    border-radius: 0 10px 10px 0;
}

.page-top .sec01_nav_box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-top .sec01_nav_box_item {
    width: 280px;
    text-align: justify;
}

.page-top .sec01_nav_tx {
    font-size: 16px;
}

.page-top .sec01_nav .nav_list {
    width: 620px;
    gap: 25px;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: center;
}

.page-top .sec01_nav .nav_list_item a {
    display: block;
    width: 190px;
    background: #f5fafd;
    border-radius: 5px;
}

.page-top .sec01_bnr_item {
    width: 480px;
}

.page-top .sec01_bnr_item--hc a:before {
    background: url(../img/top/sec01_bnr01.jpg);
}

.page-top .sec01_bnr_item--hc a:after {
    background: #194D74;
}

.page-top .sec01_bnr_item--yobo a:before {
    background: url(../img/top/sec01_bnr02.jpg);
}

.page-top .sec01_bnr_item--yobo a:after {
    background: #257742;
}

.page-top .sec01_bnr_item a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 90px 30px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
}

.page-top .sec01_bnr_item a:before,
.page-top .sec01_bnr_item a:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page-top .sec01_bnr_item a:before {
    background-position: center !important;
    background-size: cover !important;
}

.page-top .sec01_bnr_item a:after {
    opacity: 0.8;
}

.page-top .sec01_bnr_item a span {
    position: relative;
    z-index: 1;
    font-size: 30px;
}

.page-top .sec02_box_item {
    width: 480px;
}

.page-top .sec02_box_item .c-list_news_item a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    font-size: 16px;
    padding: 15px 30px 15px 10px;
}

.page-top .sec02_box_item .c-list_news_item_day {
    display: block;
}

.page-top .sec02_box_item .c-list_news_item_ttl {
    width: 100%;
}

.page-top .sec03 {
    background: #cdebf9;
}

.page-top .sec03_bnr {
    gap: 25px;
}

.page-top .sec03_bnr_item {
    width: 230px;
}

.page-top .sec03_bnr_item a:hover {
    -webkit-filter: drop-shadow(0px 3px 10px rgba(52, 77, 60, 0.4));
    filter: drop-shadow(0px 3px 10px rgba(52, 77, 60, 0.4));
}

.page-top .sec03_bnr_item a:hover img {
    opacity: 1;
}

.page-top .sec04_box_info {
    width: 350px;
}

.page-top .sec04_box_info_list_item+.sec04_box_info_list_item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #A1B9A9;
}

.page-top .sec04_box_info_list_item .info_ttl {
    position: relative;
    color: #0e7ac4;
    padding-left: 20px;
    margin-bottom: 10px;
}

.page-top .sec04_box_info_list_item .info_ttl:before {
    background: #0e7ac4;
    width: 8px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.page-top .sec04_box_info_list_item .info_tx {
    font-size: 16px;
}

.page-top .sec04_box_map {
    overflow: hidden;
    width: 600px;
    border-radius: 5px;
}

.page-top .sec04_box_map iframe {
    width: 100%;
    height: 100%;
}


/*----------------------------------------

page-device

-----------------------------------------*/
.page-device .sec01_floor_box_img{
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
}


.page-device .sec01_list {
    gap: 15px 0;
}

.page-device .sec01_list_item {
    width: 240px;
    background: #0e7ac4;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50rem;
}

.page-device .sec02_list {
    position: relative;
    counter-reset: num;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0;
    gap: 25px;
}

.page-device .sec02_list:before {
    top: 24px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 40px;
    background: #cdebf9;
}

.page-device .sec02_list_item {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 230px;
    background: #fff;
    padding: 40px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.8;
}

.page-device .sec02_list_item:before {
    top: -23px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 46px;
    line-height: 46px;
    border-radius: 50rem;
    background: #0e7ac4;
    color: #fff;
    counter-increment: num;
    content: counter(num);
}

.page-device .sec02_box {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0 40px ;
}

.page-device .sec02_box .c-list_dot {
    gap: 20px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-device .sec01_floor {
    position: relative;
}

.page-device .sec01_floor_box {
    width: 290px;
}

.page-device .sec01_floor_box:before {
    height: 5px;
    background: #0e7ac4;
}

.page-device .sec01_floor_box_img {
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.page-device .sec01_floor_box_ttl {
    color: #0e7ac4;
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
}

.page-device .sec01_floor_box .c-tx {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
}

.page-device .sec02_box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.page-device .sec02_box_img {
    width: 280px;
}

.page-device .sec02_box_in {
    width: 680px;
}

.page-device .sec02_box_in_ttl {
    font-size: 24px;
    color: #0e7ac4;
    padding-bottom: 10px;
}

.page-device .sec02_list {
    gap: 35px;
}

.page-device .sec02_list_item {
    width: 310px;
    letter-spacing: 0;
}

.page-device .sec02_list_item_img {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
}

.page-device .sec02_list_item_ttl {
    text-align: center;
    color: #0e7ac4;
    line-height: 1.4;
    padding: 12px 0 20px;
}

.page-device .sec02_list_item_ttl--pd {
    padding: 0 0 10px;
}

.page-device .sec02_list_item_ttl_sub {
    display: block;
    font-size: 16px;
}

.page-device .sec02_list_item_tx {
    font-size: 16px;
}



/*----------------------------------------

page-about

-----------------------------------------*/
.page-about .sec01_floor_box_img{
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.page-about .sec01_list {
    gap: 15px 0;
}

.page-about .sec01_list_item {
    width: 240px;
    background: #0e7ac4;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50rem;
}

.page-about .sec02_list {
    position: relative;
    counter-reset: num;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0;
    gap: 25px;
}

.page-about .sec02_list:before {
    top: 24px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 40px;
    background: #cdebf9;
}

.page-about .sec02_list_item {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 230px;
    background: #fff;
    padding: 40px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.8;
}

.page-about .sec02_list_item:before {
    top: -23px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 46px;
    line-height: 46px;
    border-radius: 50rem;
    background: #0e7ac4;
    color: #fff;
    counter-increment: num;
    content: counter(num);
}

.page-about .sec02_box {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0 40px ;
}

.page-about .sec02_box .c-list_dot {
    gap: 20px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-about .sec03_box {
    width: 490px;
    margin: 0 auto;
}

.page-about .sec03 .sec02_list {
    margin-bottom: 10px;
}

.page-about .sec03 .sec02_list_item {
    background: #f5fafd;
}

.page-about .sec04_list {
    gap: 40px;
}

.page-about .sec04_list_item {
    width: 480px;
    background: #fff;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.page-about .sec06 .c-tx {
    padding-bottom: 30px;
}


.page-about .about_table_tr+.about_table_tr dt {
    border-top: solid 1px #fff;
}

.page-about .about_table_tr+.about_table_tr dd {
    border-top: solid 1px #2E6441;
}

.page-about .about_table_tr_bold {
    color: #0e7ac4;
    font-weight: bold;
}

.page-about .about_table_tr_s {
    display: inline-block;
    font-size: 16px;
    line-height: 1.8;
}

.page-about .about_table dt,
.page-about .about_table dd {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.age-about .about_table dt {
    background: #2E6441;
    color: #fff;
    width: 30%;
    text-align: center;
}

.age-about .about_table dd {
    width: 70%;
}



/*----------------------------------------

page-schedule

-----------------------------------------*/

.page-schedule .sec02_box_in {
    width: 480px;
}

.page-schedule .sec02_box_in_ttl {
    color: #fff;
    background: #0e7ac4;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.page-schedule .sec02_list {
    margin-bottom: 10px;
}

.page-schedule .sec02_list_item {
    gap: 10px;
}

.page-schedule .sec02_list_item+.sec02_list_item {
    margin-top: 10px;
}

.page-schedule .sec02_list_item:nth-child(odd) .sec02_list_item_day,
.page-schedule .sec02_list_item:nth-child(odd) .sec02_list_item_dis {
    background: #fff;
}

.page-schedule .sec02_list_item:nth-child(even) .sec02_list_item_day,
.page-schedule .sec02_list_item:nth-child(even) .sec02_list_item_dis {
    background: #DAF3E1;
}

.page-schedule .sec02_list_item_day,
.page-schedule .sec02_list_item_dis {
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-schedule .sec02_list_item_day--none,
.page-schedule .sec02_list_item_dis--none {
    height: 50px;
}

.page-schedule .sec02_list_item_day {
    width: 100px;
    text-align: right;
}

.page-schedule .sec02_list_item_dis {
    width: 370px;
}

.page-schedule .sec02_border_ttl {
    color: #0e7ac4;
    border-bottom: solid 2px #0e7ac4;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.page-schedule .sec02_border_tx {
    padding: 0 20px;
}

.page-schedule .sec03 .line_box+.line_box {
    margin-top: 30px;
}

.page-schedule .sec03 .line_box_ttl {
    font-size: 24px;
    width: 120px;
}

.page-schedule .sec03 .line_box_list {
    width: 100%;
    font-size: 18px;
}

.page-schedule .sec03 .line_box_list_item+.line_box_list_item {
    margin-top: 10px;
}

.page-schedule .sec03 .line_box_list_item_year {
    width: 25%;
}

.page-schedule .sec03 .line_box_list_item_disc {
    width: 75%;
}
.page-schedule .sec03 .line_box_list_item_disc-comment {
    width: 100%;
}

.page-schedule .sec03_box+.sec03_box {
    margin-top: 80px;
}

.page-schedule .sec03_box_img {
    width: 200px;
}

.page-schedule .sec03_box_img .c-tx {
    font-size: 16px;
}

.page-schedule .sec03_box_img_photo {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.page-schedule .sec03_box_img_name {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    line-height: 1.2;
}

.page-schedule .sec03_box_in {
    width: 750px;
}


/*----------------------------------------

page-facility

-----------------------------------------*/

.page-facility .sec01_floor {
    position: relative;
}

.page-facility .sec01_floor_box {
    width: 290px;
}

.page-facility .sec01_floor_box:before {
    height: 5px;
    background: #0e7ac4;
}

.page-facility .sec01_floor_box_img {
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.page-facility .sec01_floor_box_ttl {
    color: #0e7ac4;
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
}

.page-facility .sec01_floor_box .c-tx {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
}

.page-facility .sec02_box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.page-facility .sec02_box_img {
    width: 280px;
}

.page-facility .sec02_box_in {
    width: 680px;
}

.page-facility .sec02_box_in_ttl {
    font-size: 24px;
    color: #0e7ac4;
    padding-bottom: 10px;
}

.page-facility .sec02_list {
    gap: 35px;
}

.page-facility .sec02_list_item {
    width: 310px;
    letter-spacing: 0;
}

.page-facility .sec02_list_item_img {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
}

.page-facility .sec02_list_item_ttl {
    text-align: center;
    color: #0e7ac4;
    line-height: 1.4;
    padding: 12px 0 20px;
}

.page-facility .sec02_list_item_ttl--pd {
    padding: 0 0 10px;
}

.page-facility .sec02_list_item_ttl_sub {
    display: block;
    font-size: 16px;
}

.page-facility .sec02_list_item_tx {
    font-size: 16px;
}





/*----------------------------------------

page-cmc

-----------------------------------------*/

.page-cmc .sec01_list {
    margin-top: 50px;
    gap: 20px 2%;
}

.page-cmc .sec01_list_item {
    width: 49%;
    border: 3px solid;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-cmc .sec01_list_item:nth-child(1) {
    border-color: #0e7ac4;
}

.page-cmc .sec01_list_item:nth-child(1) .sec01_list_item_hl {
    background: #0e7ac4;
}

.page-cmc .sec01_list_item:nth-child(1) .sec01_box_sub,
.page-cmc .sec01_list_item:nth-child(1) .sec01_box_price {
    color: #0e7ac4;
}

.page-cmc .sec01_list_item:nth-child(2) {
    border-color: #4391D5;
}

.page-cmc .sec01_list_item:nth-child(2) .sec01_list_item_hl,
.page-cmc .sec01_list_item:nth-child(2) .c-list_dot_item:before {
    background: #4391D5;
}

.page-cmc .sec01_list_item:nth-child(2) .sec01_box_sub,
.page-cmc .sec01_list_item:nth-child(2) .sec01_box_price {
    color: #4391D5;
}

.page-cmc .sec01_list_item:nth-child(3) {
    width: 100%;
    border-color: #00B2AA;
}

.page-cmc .sec01_list_item:nth-child(3) .sec01_list_item_hl,
.page-cmc .sec01_list_item:nth-child(3) .c-list_dot_item:before {
    background: #00B2AA;
}

.page-cmc .sec01_list_item:nth-child(3) .c-list_dot_item {
    min-width: 31%;
}

.page-cmc .sec01_list_item:nth-child(3) .c-note {
    display: block;
    margin-top: 30px;
    color: #00B2AA;
    font-size: 14px;
}

.page-cmc .sec01_list_item:nth-child(3) .sec01_list_item_hl {
    padding: 70px 20px;
    width: 215px;
}

.page-cmc .sec01_list_item:nth-child(3) .sec01_box {
    width: 735px;
}

.page-cmc .sec01_list_item_hl {
    text-align: center;
    font-size: 30px;
    padding: 10px 20px;
    font-weight: 500;
    color: #fff;
}

.page-cmc .sec01_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.page-cmc .sec01_box_sub,
.page-cmc .sec01_box_price {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.page-cmc .sec01_box_price {
    margin-bottom: 20px;
}

.page-cmc .sec01_box_price strong {
    font-size: 50px;
    font-weight: 500;
}

.page-cmc .sec01_box_ttl {
    text-align: center;
    border-bottom: dotted 3px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-cmc .sec01_box_note {
    position: absolute;
    font-size: 16px;
    bottom: -24px;
    left: 20px;
}

.page-cmc .sec01_box .c-list_dot {
    gap: 10px 2%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-cmc .sec01_box .c-list_dot_item {
    min-width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 28px;
}

.page-cmc .sec01_box .c-list_dot_item:before {
    top: 8px;
    width: 18px;
    height: 18px;
    background-size: 18px !important;
}

.page-cmc .sec01_cont {
    margin-top: 40px;
    background: #f5fafd;
    padding: 40px 50px;
    border-radius: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-cmc .sec01_cont_in {
    position: relative;
    width: 430px;
}

.page-cmc .sec01_cont_in:before {
    margin: auto;
    width: 60px;
    height: 74px;
    background: url(../img/cmc/sec01_tri.svg) center no-repeat;
    background-size: 60px;
}

.page-cmc .sec01_cont_in_ttl {
    font-size: 30px;
    color: #0e7ac4;
}

.page-cmc .sec01_cont_in_tel {
    width: 390px;
}

.page-cmc .sec01_cont_in_tel a {
    display: block;
    width: 100%;
}

.page-cmc .sec01_cont_in_tel a:hover img {
    opacity: 1;
}


/*----------------------------------------

page-yobo

-----------------------------------------*/

.page-yobo .yobo_tab {
    gap: 20px;
    margin-top: 50px;
}

.page-yobo .yobo_tab_item {
    display: block;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50rem;
    padding: 10px 20px;
    border: solid 2px #3c3f4c;
}

.page-yobo .yobo_tab_item.is-active,
.page-yobo .yobo_tab_item:hover {
    border: solid 2px #0e7ac4;
    background: #0e7ac4;
    color: #fff;
}

.page-yobo .yobo_list_item {
    display: none;
    margin-top: 50px;
}

.page-yobo .yobo_list_item.is-show {
    display: block;
}

.page-yobo .yobo_list_item .c-note {
    display: block;
    text-align: right;
    width: 600px;
    margin: 0 auto 40px;
}

.page-yobo .yobo_list_item_sc+.yobo_ttl {
    margin-top: 40px;
}

.page-yobo .yobo_box {
    width: 600px;
    margin: 40px auto 20px;
    overflow: hidden;
    border-radius: 5px;
    border: solid 2px #0e7ac4;
}

.page-yobo .yobo_box_hl {
    text-align: center;
    font-size: 24px;
    background: #0e7ac4;
    color: #fff;
    padding: 10px 20px;
}

.page-yobo .yobo_box_price {
    padding: 20px 50px;
}

.page-yobo .yobo_box_price_tr {
    gap: 20px 10%;
}

.page-yobo .yobo_box_price_tr+.yobo_box_price_tr {
    margin-top: 10px;
}

.page-yobo .yobo_box_price_dis {
    position: relative;
}

.page-yobo .yobo_box_price_dis:before {
    top: 0;
    bottom: 2px;
    left: -40px;
    margin: auto;
    width: 14px;
    height: 20px;
    background: url(../img/yobo/price_rti.svg) center no-repeat;
    background-size: 14px;
}

.page-yobo .yobo_ttl {
    text-align: center;
    padding-bottom: 10px;
    color: #0e7ac4;
    font-size: 24px;
}

.page-yobo .yobo_table {
    width: 600px;
    margin: 0 auto;
    border: solid 2px #2E6441;
    border-radius: 5px;
    overflow: hidden;
}

.page-yobo .yobo_table_tr+.yobo_table_tr dt {
    border-top: solid 1px #fff;
}

.page-yobo .yobo_table_tr+.yobo_table_tr dd {
    border-top: solid 1px #2E6441;
}

.page-yobo .yobo_table_tr_bold {
    color: #0e7ac4;
    font-weight: bold;
}

.page-yobo .yobo_table_tr_s {
    display: inline-block;
    font-size: 16px;
    line-height: 1.8;
}

.page-yobo .yobo_table dt,
.page-yobo .yobo_table dd {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-yobo .yobo_table dt {
    background: #2E6441;
    color: #fff;
    width: 30%;
    text-align: center;
}

.page-yobo .yobo_table dd {
    width: 70%;
}


/*----------------------------------------

page-dialysis

-----------------------------------------*/

.page-dialysis .sec01_tx {
    padding-bottom: 50px;
}

.page-dialysis .sec01_ttl {
    color: #0e7ac4;
    font-size: 24px;
    padding-bottom: 10px;
}

.page-dialysis .sec01_box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-dialysis .sec01_box+.sec01_box {
    margin-top: 50px;
}

.page-dialysis .sec01_box:last-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-dialysis .sec01_box_img {
    overflow: hidden;
    width: 460px;
    border-radius: 5px;
}

.page-dialysis .sec01_box_img_tx {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.page-dialysis .sec01_box_in {
    width: 500px;
}


/*----------------------------------------

page-news

-----------------------------------------*/

.page-news .sec01_head {
    margin-bottom: 30px;
}

.page-news .sec01_head_day {
    color: #0e7ac4;
}

.page-news .sec01_head_ttl {
    font-size: 30px;
}


/*----------------------------------------

page-404

-----------------------------------------*/

.page-404 .error {
    text-align: center;
    padding: 60px 0 0;
}

.page-404 .error_tx {
    display: inline-block;
    border-top: dotted 3px #8CB808;
    font-size: 36px;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px 0 50px;
}

.page-404 .error_ttl {
    width: 500px;
    margin: 0 auto 30px;
}

.page-404 .error_list {
    overflow: hidden;
    width: 530px;
    margin: 0 auto;
}


/*----------------------------------------

重要なお知らせ

-----------------------------------------*/

.important_news {
    background: #f5fafd;
    padding: 10px 20px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.important_news .c-list_imp_item a {
    display: block;
    padding: 10px 0;
}

.important_news .c-list_imp_item+.c-list_imp_item {
    border-top: solid 1px #DADEDF;
}

@media screen and (min-width: 751px) {
    .important_news .c-list_imp_item a:hover {
        color: #0e7ac4;
    }
    .c-flex--re {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .c-flex--bw {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: justify;
        /* justify-content: space-between; */
    }
    .c-btn a:hover {
        background: #66baff ;
    }
    .c-hplink a:hover {
        opacity: 0.5;
    }
    .c-list_news_item a:hover {
        color: #0e7ac4;
    }
    .c-list_news_item a:hover:after {
        background: url(../img/cmn/c-arr_gr.svg) no-repeat center;
    }
    .c-list_anchor_list_item a:hover {
        color: #0e7ac4;
        border-bottom: solid 1px #0e7ac4;
    }
    .c-list_anchor_list_item a:hover:before {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .g-header .logo a:hover {
        opacity: 0.8;
    }
    .g-header .nav_list .child_list_item_link:hover {
        background: #cdebf9;
    }
    .page-top .mv_news {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .page-top .sec01_box_item_tel {
        pointer-events: none;
    }
    .page-top .sec01_box_item .btn_list_item a:hover {
        -webkit-box-shadow: 0px 4px 15px 0px #97b5a2;
        box-shadow: 0px 4px 15px 0px #97b5a2;
    }
    .page-top .sec01_box_item .btn_list_item a:hover img {
        opacity: 1;
    }
    .page-top .sec01_imp .c-list_news_item_ttl {
        width: calc(100% - 120px);
    }
    .page-top .sec01_imp .c-list_news_item a:hover {
        color: #B73F43;
    }
    .page-top .sec01_nav_box {
        padding-right: 50px;
    }
    .page-top .sec01_nav .nav_list_item a:hover {
        background: #c5e5ff;
    }
    .page-top .sec01_nav .nav_list_item a:hover img {
        opacity: 1;
    }
    .page-top .sec01_bnr_item a:hover:before {
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    .page-top .sec01_bnr_item a:hover:after {
        opacity: 0.6;
    }
    .page-schedule .sec03 .line_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .page-schedule .sec03 .line_box_ttl {
        border-right: solid 1px #3c3f4c;
    }
    .page-schedule .sec03 .line_box_list {
        padding-left: 25px;
    }
    .page-schedule .sec03 .line_box_list_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .page-facility .sec01_floor {
        width: 303px;
        height: 964px;
        background: url(../img/facility/sec01_floor.png) top center no-repeat;
        background-size: 280px;
        margin: 50px auto 0;
        padding-bottom: 40px;
    }
    .page-facility .sec01_floor_box {
        position: absolute;
    }
    .page-facility .sec01_floor_box:nth-child(1) {
        top: 240px;
        right: -360px;
    }
    .page-facility .sec01_floor_box:nth-child(1):before {
        width: 80px;
        left: -80px;
        top: 160px;
    }
    .page-facility .sec01_floor_box:nth-child(2) {
        top: 380px;
        left: -315px;
    }
    .page-facility .sec01_floor_box:nth-child(2):before {
        width: 146px;
        right: -146px;
        top: 150px;
    }
    .page-facility .sec01_floor_box:nth-child(3) {
        bottom: 0;
        right: -360px;
    }
    .page-cmc .sec01_cont_in:before {
        top: 0;
        bottom: 0;
        right: -60px;
    }
    .page-cmc .sec01_cont_in_tel a {
        pointer-events: none;
    }
    .page-yobo .yobo_box_price_term {
        width: 55%;
    }
    .page-yobo .yobo_box_price_dis {
        width: 35%;
    }
    .page-404 .error_list_item {
        float: left;
        transition: 0.3s;
    }
    .page-404 .error_list_item:nth-child(2n) {
        margin-left: 20px;
    }
    .page-404 .error_list_item a:hover {
        text-decoration: none;
    }
}

@media screen and (min-width: 1081px) {
    .g-header.show {
        padding: 12px 20px;
    }
    .g-header.show .logo {
        width: 88px;
    }
    .g-header.show .nav_list_item_link {
        padding: 10px 0 !important;
    }
    .g-header.show .nav_list_item_link.c-deco {
        padding: 10px 20px 10px 0 !important;
    }
    .g-header.show .child_list {
        top: 50px !important;
    }
    .g-header.show .nav_ico_item a {
        padding: 5px 10px;
        width: 90px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .g-header .h_scroll {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .g-header .nav_ico {
        margin-left: 15px;
    }
    .g-header .nav_ico_item {
        border-left: solid 1px #EFEFEF;
    }
    .g-header .nav_list_item_link:hover {
        color: #0e7ac4;
    }
    .g-header .nav_list_item_link:hover:after {
        background: url(../img/cmn/c-arr_gr.svg) no-repeat;
    }
    .g-header .nav_list_item:hover .child_list {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    .g-header .nav_list .child_list {
        top: 80px;
        width: 220px;
        left: 0;
        right: 0;
        margin: auto;
        pointer-events: none;
        border-radius: 5px;
    }
    .g-header .nav_list .child_list_item+.child_list_item {
        border-top: solid 1px #fff;
    }
    .g-header .nav_btn {
        display: none !important;
    }
}

@media screen and (max-width: 1080px) {
    .sub_main {
        margin-top: 80px;
    }
    .g-header {
        padding: 13px 20px;
    }
    .g-header .logo {
        width: 88px;
    }
    .g-header .h_scroll {
        overflow-y: scroll;
        position: fixed;
        background: #f5fafd;
        top: 80px;
        right: -100%;
        width: 400px;
        height: 100vh;
        z-index: 99999;
        -webkit-transition: 0.8s;
        transition: 0.8s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        pointer-events: none;
        padding: 50px 0 100px;
    }
    .g-header .nav_ico {
        gap: 6px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .g-header .nav_ico_item a {
        background: #fff;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .g-header .nav_list {
        display: block;
        width: 100%;
        gap: 10px;
        height: 100%;
    }
    .g-header .nav_list_item {
        border-top: solid 1px #0e7ac4;
    }
    .g-header .nav_list_item_link {
        padding: 20px;
    }
    .g-header .nav_list_item_link.c-deco:after {
        right: 20px;
    }
    .g-header .nav_list .child_list {
        opacity: 1;
        pointer-events: auto;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .g-header .nav_list .child_list_item {
        width: 50%;
        border-bottom: solid 1px #f5fafd;
    }
    .g-header .nav_list .child_list_item:nth-child(odd) .child_list_item_link {
        border-right: solid 1px #f5fafd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .g-header .nav_list .child_list_item_link {
        font-size: 14px;
    }
    .page-top .mv {
        margin-top: 80px;
    }
}

@media screen and (max-width: 750px) {
    .l-inner {
        width: 100%;
    }
    .c-anchor {
        margin-top: -80px;
        padding-top: 80px;
    }
    .c-anchor_top {
        margin-top: -110px;
        padding-top: 110px;
    }
    .c-pd {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .c-bread_list li span,
    .c-bread_list li a {
        font-size: 12px;
    }
    .c-bread_list li+li {
        margin-left: 20px;
    }
    .c-bread_list li+li:before {
        top: 0;
        left: -18px;
        width: 10px;
        height: 10px;
        background-size: 10px;
    }
    .c-hl {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .c-hl:before {
        width: 20px;
        height: 20px;
        left: -5px;
    }
    .c-ttl {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .c-ttl_line {
        font-size: 18px;
    }
    .c-tx--center {
        text-align: justify;
    }
    .c-tx+.c-tx {
        padding-top: 10px;
    }
    .c-note {
        font-size: 14px;
    }
    .c-note+.c-tx {
        padding-top: 10px;
    }
    .c-btn a {
        padding: 10px 20px;
    }
    .c-btn a:before {
        right: 20px;
    }
    .c-list_dot_item {
        padding-left: 25px;
    }
    .c-list_dot_item:before {
        top: 8px;
        width: 14px;
        height: 14px;
    }
    .c-list_news_item_cat {
        line-height: 22px;
    }
    .c-list_news_item_ttl {
        width: 100%;
    }
    .c-list_news_item a {
        display: block;
        padding: 15px 20px 15px 10px;
    }
    .c-list_anchor_list {
        padding-top: 30px;
        gap: 0 35px;
    }
    .c-list_anchor_list_item {
        width: 100%;
    }
    .c-pager {
        margin-top: 20px;
    }
    .c-pager a,
    .c-pager span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .c-pager .previouspostslink {
        margin-right: 15px;
    }
    .c-pager .nextpostslink {
        margin-left: 15px;
    }
    .c-wpn {
        padding-top: 70px;
    }
    .c-wpn_left,
    .c-wpn_right {
        width: 48%;
    }
    .c-wpn_left a,
    .c-wpn_right a {
        width: 100%;
    }
    .c-wpn_left a:after,
    .c-wpn_right a:after {
        background: none;
    }
    .c-wpn_center a {
        width: 100%;
    }
    .c-loop_dots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        width: 50px;
        left: 100px;
        top: -24px;
    }
    .sub_main {
        height: auto;
        padding-bottom: 50px;
    }
    .sub_main_hl {
        padding-top: 50px;
        font-size: 24px;
        letter-spacing: 0;
    }
    .post_single h1,
    .post_single h2,
    .post_single h3 {
        font-size: 24px;
    }
    .post_single h4,
    .post_single h5,
    .post_single h6 {
        font-size: 20px;
    }

    .g-header {
        padding: 13px 20px;
    }
    .g-header .h_scroll {
        width: 100%;
        padding: 20px 0 80px;
    }
    .g-header .nav_ico {
        gap: 2%;
        margin: 0 20px 20px;
    }
    .g-header .nav_ico_item {
        width: 33%;
        max-width: 120px;
    }
    .g-header .nav_ico_item a {
        width: 100%;
    }
    .g-header .nav_list .child_list_item_link {
        padding: 12px 10px;
        letter-spacing: 0;
    }
    .g-footer .f_pd {
        padding: 50px 20px 20px;
    }
    .g-footer .f_box {
        margin-bottom: 30px;
    }
    .g-footer .f_box_item:nth-child(1) {
        width: 100%;
    }
    .g-footer .f_box_item:nth-child(2) {
        width: 100%;
    }
    .g-footer .f_box_item_logo {
        width: 180px;
        margin: 0 auto 30px;
    }
    .g-footer .f_bnr_item {
        width: 280px;
        margin: 0 auto;
    }
    .g-footer .f_bnr_item a {
        padding: 30px 40px;
    }
    .g-footer .f_nav {
        display: none;
    }
    .g-footer .copy {
        padding: 0;
        font-size: 12px;
    }
    .page-top .mv {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 200px;
        height: 250px;
        margin-top: 80px;
    }
    .page-top .mv_news {
        position: relative;
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 10px 20px 0;
    }
    .page-top .mv_news .c-list_news {
        width: 100%;
    }
    .c-list_news_item--none {
        padding: 20px 10px;
    }
    .page-top .sec01 {
        padding-top: 120px;
    }
    .page-top .sec01_box {
        margin-bottom: 30px;
    }
    .page-top .sec01_box_item {
        width: 100%;
    }
    .page-top .sec01_box_item_tel {
        width: 90%;
    }
    .page-top .sec01_box_item .btn_list_item {
        width: 33%;
    }
    .page-top .sec01_box_item .btn_list_item:nth-child(2) {
        border-left: solid 1px #66baff ;
    
    }
    .page-top .sec01_box_item .btn_list_item a {
        width: 100%;
        padding: 20px 10px;
    }
    .page-top .sec01_imp {
        padding: 30px 20px;
        border: solid 3px #B73F43;
    }
    .page-top .sec01_nav {
        margin-bottom: 30px;
    }
    .page-top .sec01_nav_box_item {
        width: 100%;
    }
    .page-top .sec01_nav_tx {
        font-size: 14px;
        padding-bottom: 30px;
    }
    .page-top .sec01_nav .nav_list {
        width: 100%;
        gap: 5px 2%;
    }
    .page-top .sec01_nav .nav_list_item {
        width: 49%;
    }
    .page-top .sec01_nav .nav_list_item a {
        width: 100%;
    }
    .page-top .sec01_bnr {
        gap: 10px;
    }
    .page-top .sec01_bnr_item {
        width: 100%;
    }
    .page-top .sec01_bnr_item a {
        padding: 40px 20px;
    }
    .page-top .sec01_bnr_item a span {
        font-size: 18px;
    }
    .page-top .sec02_box {
        gap: 30px;
    }
    .page-top .sec02_box_item {
        width: 100%;
    }
    .page-top .sec03_bnr {
        gap: 5px 2%;
    }
    .page-top .sec03_bnr_item {
        width: 49%;
    }
    .page-top .sec04_box_info {
        width: 100%;
    }
    .page-top .sec04_box_info_list_item+.sec04_box_info_list_item {
        padding-top: 10px;
        margin-top: 10px;
    }
    .page-top .sec04_box_info_list_item .info_ttl {
        padding-left: 15px;
    }
    .page-top .sec04_box_info_list_item .info_ttl:before {
        width: 5px;
    }
    .page-top .sec04_box_info_list_item .info_tx {
        font-size: 14px;
    }
    .page-top .sec04_box_map {
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }
    .page-about .sec01_list {
        gap: 10px 2%;
    }
    .page-about .sec01_list_item {
        font-size: 14px;
        width: 49%;
        line-height: 50px;
    }
    .page-about .sec02_list {
        margin: 30px 0;
    }
    .page-about .sec02_list:before {
        top: 0;
        width: 80px;
        height: 100%;
    }
    .page-about .sec02_list_item {
        padding: 30px 20px 20px;
        width: 100%;
    }
    .page-about .sec02_list_item:before {
        width: 36px;
        line-height: 36px;
        top: -18px;
    }
    .page-about .sec02_box .c-list_dot {
        gap: 5px;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    .page-about .sec03_box {
        width: 100%;
    }
    .page-about .sec03 .sec02_list {
        margin-bottom: 20px;
    }
    .page-about .sec04_list_item {
        width: 100%;
        padding: 30px 20px;
    }
    .page-about .sec04 .c-tx {
        text-align: center;
    }
    .page-schedule .sec01_table {
        overflow-x: scroll;
        width: 100%;
    }
    .page-schedule .sec01_table img {
        width: 600px;
        max-width: 600px;
    }
    .page-schedule .sec02_box_in {
        width: 100%;
    }
    .page-schedule .sec02_box_in+.sec02_box_in {
        margin-top: 30px;
    }
    .page-schedule .sec02_box_in_ttl {
        font-size: 16px;
    }
    .page-schedule .sec02_list_item {
        gap: 10px 3%;
    }
    .page-schedule .sec02_list_item_day,
    .page-schedule .sec02_list_item_dis {
        padding: 5px 10px;
    }
    .page-schedule .sec02_list_item_day--none,
    .page-schedule .sec02_list_item_dis--none {
        display: none;
    }
    .page-schedule .sec02_list_item_day {
        width: 24%;
    }
    .page-schedule .sec02_list_item_dis {
        width: 73%;
    }
    .page-schedule .sec03 .line_box_ttl {
        width: 100%;
        font-size: 20px;
        border-bottom: solid 1px #3c3f4c;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .page-schedule .sec03 .line_box_list_item {
        font-size: 14px;
    }
    .page-schedule .sec03 .line_box_list_item_year {
        width: 100%;
        color: #0e7ac4;
    }
    .page-schedule .sec03 .line_box_list_item_disc {
        width: 100%;
    }
    .page-schedule .sec03_box_img {
        width: 200px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .page-schedule .sec03_box_img .c-tx {
        font-size: 14px;
    }
    .page-schedule .sec03_box_img_photo {
        width: 120px;
        margin: 0 auto 20px;
    }
    .page-schedule .sec03_box_img_name {
        font-size: 20px;
    }
    .page-schedule .sec03_box_in {
        width: 100%;
    }
    .page-facility .sec01_img {
        width: 80%;
        max-width: 303px;
        margin: 20px auto;
    }
    .page-facility .sec01_floor_box {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .page-facility .sec01_floor_box:nth-child(2) {
        margin: 20px 0;
    }
    .page-facility .sec01_floor_box_ttl {
        font-size: 20px;
    }
    .page-facility .sec01_floor_box .c-tx {
        font-size: 16px;
    }
    .page-facility .sec02_box_img {
        max-width: 220px;
        width: 60%;
        padding: 0;
        margin: 0 auto 20px;
    }
    .page-facility .sec02_box_in_ttl {
        text-align: center;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .page-facility .sec02_list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-facility .sec02_list_item {
        max-width: 400px;
        width: 100%;
    }
    .page-facility .sec02_list_item_ttl {
        font-size: 20px;
        padding: 0 0 10px;
        line-height: 1.6;
    }
    .page-cmc .sec01_list_item {
        width: 100%;
    }
    .page-cmc .sec01_list_item:nth-child(3) .c-note {
        margin-top: 0;
        padding-top: 30px;
        text-align: justify;
    }
    .page-cmc .sec01_list_item:nth-child(3) .sec01_list_item_hl {
        padding: 20px;
        width: 100%;
    }
    .page-cmc .sec01_list_item:nth-child(3) .sec01_box {
        width: 100%;
    }
    .page-cmc .sec01_list_item_hl {
        font-size: 20px;
    }
    .page-cmc .sec01_box {
        padding: 30px 20px;
    }
    .page-cmc .sec01_box_price strong {
        font-size: 30px;
    }
    .page-cmc .sec01_box_ttl {
        padding-bottom: 10px;
    }
    .page-cmc .sec01_box_note {
        font-size: 14px;
        left: 14px;
    }
    .page-cmc .sec01_box .c-list_dot {
        gap: 10px 4%;
    }
    .page-cmc .sec01_box .c-list_dot_item {
        font-size: 15px;
        min-width: 48%;
        padding-left: 20px;
    }
    .page-cmc .sec01_box .c-list_dot_item:before {
        width: 14px;
        height: 14px;
        background-size: 14px !important;
    }
    .page-cmc .sec01_cont {
        margin-top: 30px;
        padding: 30px;
        gap: 60px;
    }
    .page-cmc .sec01_cont_in {
        width: 100%;
    }
    .page-cmc .sec01_cont_in:before {
        width: 40px;
        height: 60px;
        background-size: 40px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 0;
        left: 0;
        bottom: -55px;
    }
    .page-cmc .sec01_cont_in_ttl {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .page-cmc .sec01_cont_in_tel {
        width: 100%;
    }
    .page-yobo .yobo_tab {
        gap: 10px;
    }
    .page-yobo .yobo_tab_item {
        width: 100%;
        font-size: 14px;
    }
    .page-yobo .yobo_list_item .c-note {
        width: 100%;
        text-align: left;
    }
    .page-yobo .yobo_box {
        width: 100%;
    }
    .page-yobo .yobo_box_hl {
        font-size: 20px;
    }
    .page-yobo .yobo_box_price {
        padding: 30px 20px;
    }
    .page-yobo .yobo_box_price_tr {
        gap: 5px 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-yobo .yobo_box_price_tr+.yobo_box_price_tr {
        margin-top: 20px;
    }
    .page-yobo .yobo_box_price_term,
    .page-yobo .yobo_box_price_dis {
        display: inline-block;
    }
    .page-yobo .yobo_box_price_dis {
        padding-left: 20px;
    }
    .page-yobo .yobo_box_price_dis:before {
        width: 12px;
        height: 16px;
        background-size: 12px;
        left: 0;
    }
    .page-yobo .yobo_ttl {
        width: 100%;
        text-align: left;
    }
    .page-yobo .yobo_table {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page-yobo .yobo_table dt {
        width: 100%;
        text-align: left;
    }
    .page-yobo .yobo_table dd {
        width: 100%;
    }
    .page-dialysis .sec01_tx {
        padding-bottom: 30px;
    }
    .page-dialysis .sec01_ttl {
        font-size: 20px;
    }
    .page-dialysis .sec01_box+.sec01_box {
        margin-top: 30px;
    }
    .page-dialysis .sec01_box_img {
        margin-bottom: 20px;
    }
    .page-news .sec01_head_ttl {
        font-size: 24px;
    }
    .page-404 .error_ttl {
        width: 100%;
        margin: 0 auto 20px;
    }
    .page-404 .error_tx {
        font-size: 18px;
    }
    .page-404 .error_list {
        width: 290px;
    }
    .page-404 .error_list_item {
        margin-bottom: 20px;
    }
    .page-404 .error_list_item:nth-child(2n) {
        margin-bottom: 0;
    }
    .page-device .sec01_floor_box_img{
        width: auto;
    }

}

@media screen and (max-width: 750px) and (max-width: 750px) {
    .c-pager a,
    .c-pager span {
        margin: 5px;
    }
}

@media only screen and (max-width: 750px) {
    /*詳細用*/
    /*single markup style*/
    .post_single img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .post_single img.alignright,
    .post_single img.alignleft {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .post_single img.emoji {
        display: inline !important;
    }
}