@charset "UTF-8";
/* CSS Document */


/* common */
html{}
body{ position:relative; font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","メイリオ","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif; color: black; background-color: #f1f1f1;}
main{ position: relative; color: #1a1a1a;}
img{ max-width:100%;}
a{ transition: .3s; text-decoration: underline;}
a:hover{ opacity: 0.7;}
.container{ z-index: 1; position: relative;}
@media (min-width: 768px) {
body{ font-size: 16px; padding-top: 90px; padding-bottom: 40px; min-width: 1200px; }
.pcnone{ display: none !important;}
main{ min-height: calc(100vh - 480px);}
.container{ width: 1200px; max-width: inherit;}
}
@media (min-width: 768px) and (max-width: 1070px){}
@media (max-width: 767.98px) {
body{ font-size: 12px; padding-top: 70px; padding-bottom: 70px;}
.spnone{ display:none !important;}
}




/* header */
header{ background-color: white; position: fixed; z-index: 100; left: 0; top: 0;}
header>.header_logo{ line-height: 1.2em; font-weight: normal; margin: 0;}
header>.header_logo>a{ display: flex; flex-wrap: wrap; align-content: space-between; background-image: url("../images/logo.svg"); background-repeat: no-repeat; background-position: left center; color: black; font-weight: normal; text-decoration: none; font-family: 'Kosugi Maru', sans-serif;}
header>.header_logo>a:hover{ text-decoration: none; color: black;}
header>.header_logo>a>span{ display: block; width: 100%; line-height: 1.2em;}
header>.header_logo>a>span:nth-child(1){}
header>.header_logo>a>span:nth-child(2){}
header>.header_info{ background-color: #e16195; color: white; font-weight: bold; margin: 0;}

#header_menu{ list-style: none;}
@media (min-width: 768px) {
#nav-toggle,
#sp_time{ display: none;}
header{ height: 90px; padding: 20px 0 20px 10px; display: flex; align-items: center;}
header>.header_logo{ width: 200px; height: 50px;}
header>.header_logo>a{ height: 50px; background-size: auto 44px; padding-left: 70px; background-position: 10px center;}
header>.header_logo>a>span{}
header>.header_logo>a>span:nth-child(1){ font-size: 12px;}
header>.header_logo>a>span:nth-child(2){ font-size: 30px;}
header>.header_info{ font-size: 16px; width: 150px; height: 50px; padding: 3px 0 0 10px; line-height: 21px;}

header>.header_info{ font-size: 14px; width: 200px; padding: 4px 0 0 8px;}
header>.header_info>span{ display: inline-block; width: 100%; white-space: nowrap;}
header>.header_info>span:last-child{ letter-spacing: .715em;}

#pc_fixed{ position: fixed; right: 0; top: 0; z-index: 110;}
#pc_fixed>a{ background-color: #40ade0; background-repeat: no-repeat; background-position: center; display: block;}
#pc_fixed>a.mail{ background-image: url("../images/icon/mail.svg"); background-size: auto 40px; width: 95px; height: 90px;}
#pc_fixed>a:nth-child(n+2){ width: 35px; height: 35px; border-radius: 50%; margin: 10px auto;}
#pc_fixed>a.facebook{ background-image: url("../images/icon/facebook.svg"); background-size: auto 20px;}
#pc_fixed>a.twitter{ background-image: url("../images/icon/twitter.svg"); background-size: 20px auto;}
#pc_fixed>a.instagram{ background-image: url("../images/icon/instagram.svg"); background-size: auto 20px;}
#pc_fixed>a.line{ background-image: url("../images/icon/line.svg"); background-size: 25px auto;}
#pc_fixed>.time_container{ position: relative; height: 35px; width: 35px; margin: 10px auto 0;}
#pc_fixed>.time_container>.time_btn{ background: #40ade0 url("../images/icon/time.svg") no-repeat center / 21px auto; height: 35px; width: 35px; border-radius: 50%; transition: .3s; position: relative; z-index: 2;}
#pc_fixed>.time_container>.time_btn:hover{ opacity: .7;}
#pc_fixed>.time_container.time_open>.time_btn{ background-image: url("../images/icon/cross.svg"); background-size: 19px auto; outline: 4px solid white; box-shadow: 0 1px 5px black,0 0 5px black,0 -1px 5px black,1px 0 5px black,1px 1px 5px black,1px -1px 5px black,-1px 0 5px black,-1px -1px 5px black,-1px 1px 5px black;}
#pc_fixed .time_box{ position: absolute; right: 17px; top: 17px; z-index: 1; visibility: hidden; opacity: 0;}
#pc_fixed>.time_open>.time_box{ visibility: visible; opacity: 1;}

#header_nav{ background-color: white; position: fixed; left: 0; top: 0; width: 100%; z-index: 90;}
#header_menu{ display: flex; width: 100%; height: 90px; padding: 0 105px 0 370px; margin: 0; justify-content: flex-end;}
#header_menu>li{ margin: 0 15px;}
#header_menu>li>a{ display: flex; align-items: center; height: 90px; font-weight: bold; color: black; text-decoration: none; position: relative;}
#header_menu>li>a::after{ position: absolute; bottom: 0; width: 54px; height: 3px; background-color: #e16195; content: ""; left: calc(50% - 27px); display: block; visibility: hidden; opacity: 0; transition: .3s;}
#header_menu>li>ul{ position: absolute; left: 0; top: 100%; width: 100%; display: flex; list-style: none; background-color: rgba(255,255,255,0.9); padding: 15px 45px; visibility: hidden; opacity: 0; transition: .3s;}
#header_menu>li>ul>li>a{ border-left: 1px solid #e16195; height: 60px; display: flex; align-items: center; font-size: 14px; padding: 10px; color: black; text-decoration: none; margin: 15px;}

#header_menu>li:hover>a::after,
#header_menu>li:hover>ul{ visibility: visible; opacity: 1;}
}
@media (min-width: 768px) and (max-width: 1279px){
header{ display: block; padding: 17px 0 17px 10px;}
header>.header_logo{ width: 140px; height: 30px; margin-bottom: 8px;}
header>.header_logo>a{ height: 30px; background-size: auto 30px; padding-left: 50px;}
header>.header_logo>a>span{ line-height: 1em;}
header>.header_logo>a>span:nth-child(1){ font-size: 9px;}
header>.header_logo>a>span:nth-child(2){ font-size: 21px;}
header>.header_info{ font-size: 10px; width: 140px; height: 17px; padding: 0; display: flex; align-items: center; justify-content: center;}
header>.header_info>br{ display: none;}

header{ padding: 10px 0 17px 10px;}
header>.header_info{ line-height: 12px; flex-wrap: wrap; height: auto; padding: 2px 0px 2px 5px;}
header>.header_info>span{}
header>.header_info>span:last-child{}



#header_menu{ padding-left: 160px;}
}
@media (min-width: 768px) and (max-width: 1019px){
#header_menu{ font-size: 12px;}
#header_menu>li{ margin: 0 10px;}
}
@media (min-width: 768px) and (max-width: 879px){
#header_menu{ padding-right: 75px;}
#header_menu>li{ margin: 0 5px;}
#pc_fixed>a.mail{ width: 70px; background-size: 40px auto;}

}
@media (max-width: 767.98px) {
#pc_fixed{ display: none;}
header{ height: 70px; padding: 8px 0 8px 5px; width: 100%; box-shadow: 0px 1px 3px 0px rgba(4, 0, 0, 0.3);}
header>.header_logo{ width: 140px; height: 30px; margin-bottom: 8px;}
header>.header_logo>a{ height: 30px; background-size: auto 30px; padding-left: 50px; background-position: 8px center;}
header>.header_logo>a>span{ line-height: 1em;}
header>.header_logo>a>span:nth-child(1){ font-size: 9px;}
header>.header_logo>a>span:nth-child(2){ font-size: 21px;}
header>.header_info{ font-size: 10px; width: 140px; height: 17px; padding: 0; display: flex; align-items: center; justify-content: center;}

header{ padding: 5px 0 4px 5px;}
header>.header_logo{ margin-bottom: 3px;}
header>.header_info{ flex-wrap: wrap; height: auto; padding: 2px 0px 2px 4px; align-items: flex-start; line-height: 12px;}
header>.header_info>span{ display: inline-block; width: 100%; white-space: nowrap;}
header>.header_info>span:last-child{ letter-spacing: .715em;}



#nav-toggle{ position: fixed; cursor: pointer; z-index: 110; top: 0; right: 0; width: 70px; height: 70px; transition: .3s ease-in-out; background-color: #40ade0;}
#nav-toggle>span{ display: block; position: absolute; background-color: white; transition: .3s ease-in-out; height: 4px; right: 17px; width: 36px;}
#nav-toggle>span:nth-child(1){ top: calc(50% - 14px); width: 26px;}
#nav-toggle>span:nth-child(2){ top: calc(50% - 2px);}
#nav-toggle>span:nth-child(3){ top: calc(50% + 10px);}

body.menu_open #nav-toggle>span:nth-child(2){ width: 0; right: 50%;}
body.menu_open #nav-toggle>span:nth-child(1){ transform: rotate(45deg); width: 36px;}
body.menu_open #nav-toggle>span:nth-child(3){ transform: rotate(-45deg);}
body.menu_open #nav-toggle span:nth-child(1),
body.menu_open #nav-toggle span:nth-child(3){ top: calc(50% - 1px);}

#header_nav{ width: 100%; height: 100vh; padding: 70px 20px 0; background-color: rgba(255,255,255,0.95); z-index: 90; opacity: 0; transform: scale(1,0); transition: .3s ease-in-out; transform-origin: 70px 0; overflow: scroll; position: fixed; left: 0; top: 0;}
body.menu_open #header_nav{ transform: scale(1,1); opacity: 1;}
#header_menu{ font-size: 16px; padding: 0; margin: 0 0 20px;}
#header_menu>li{ border-bottom: 1px solid #b4b4b4; font-size: 18px;}
#header_menu>li>a{ display: flex; justify-content: center; align-items: center; color: black; width: 100%; height: 60px; text-decoration: none; font-weight: bold;}
#header_menu>li>ul{ display: none;}

#header_nav>.link_container{ display: flex; justify-content: space-between;}
#header_nav>.link_container>a{ display: flex;  border-left: 1px solid #40ade0; height: 35px; align-items: center; color: black; font-weight: 400; text-decoration: none; padding: 0 0 0 8px; font-size: 15px; letter-spacing: -.05em;}
#header_nav>.link_container>a:nth-child(1){ width: calc(33% - 15px);}
#header_nav>.link_container>a:nth-child(2){ width: calc(37% - 15px);}
#header_nav>.link_container>a:nth-child(3){ width: calc(30% - 15px);}
#header_nav>.sns_container{ padding: 20px 0 100px; display: flex; align-items: center; justify-content: center; margin: 0 -15px;}
#header_nav>.sns_container>a{ background-color: #40ade0; background-repeat: no-repeat; background-position: center; display: block; width: 50px; height: 50px; border-radius: 50%; margin: auto 10px;}
#header_nav>.sns_container>a.facebook{ background-image: url("../images/icon/facebook.svg"); background-size: auto 30px;}
#header_nav>.sns_container>a.twitter{ background-image: url("../images/icon/twitter.svg"); background-size: 30px auto;}
#header_nav>.sns_container>a.instagram{ background-image: url("../images/icon/instagram.svg"); background-size: auto 30px;}
#header_nav>.sns_container>a.line{ background-image: url("../images/icon/line.svg"); background-size: 37px auto;}




#sp_time.time_container{ position: fixed; height: 70px; width: 70px; top: 0; right: 70px; z-index: 110;}
#sp_time.time_container>.time_btn{ background: #40ade0 url("../images/icon/time.svg") no-repeat center / 35px auto; height: 50px; width: 50px; border-radius: 50%; transition: .3s; position: relative; z-index: 2; margin: 10px auto;}
#sp_time.time_container>.time_btn::before{ content: ""; background: #40ade0 url("../images/icon/cross.svg") no-repeat center / 28px auto; height: 50px; width: 50px; position: absolute; left: 0; top: 0; opacity: 0; border-radius: 50%; transition: .3s;}
#sp_time.time_container.time_open>.time_btn::before{ opacity: 1;}
#sp_time.time_container>.time_btn:hover{}
/*
#sp_time.time_container.time_open>.time_btn{ background-image: url("../images/icon/cross.svg"); background-size: 28px auto;}
*/
#sp_time .time_box{ position: absolute; top: calc(100% + 15px); z-index: 1; width: calc(100vw - 40px); right: -50px; visibility: hidden; opacity: 0;}
#sp_time.time_open>.time_box{ visibility: visible; opacity: 1;}

}



/* 時間関係 */
.time_box{ border: #40ade0 solid 5px; background-color: white; transition: .3s;}
.time_box>dl{ margin: 0;}
.time_box>dl>dt{ background-color: #b4b4b4; font-weight: normal; display: flex; align-items: center;}
.time_box>dl>dd{ margin: 0;}
.time_box>dl>dd>.outpatient{ display: flex; color: black; text-decoration: none;}
.time_box>dl>dd>.outpatient::before{ content: ""; background: #d54387 url("../images/icon/ambulance.svg") no-repeat center; display: block;}
.time_box>dl>dd>.outpatient>span{ line-height: 1.2em; display: flex; align-items: center;}
.time_box>.access{ background-color: #40ade0; color: white; text-decoration: none; font-weight: bold; display: flex; justify-content: space-between; align-items: center; margin: 0 auto;}
.time_box>.access::before,
.time_box>.access::after{ content: ""; display: block; background-repeat: no-repeat; background-position: center;}
.time_box>.access::before{ background-image: url("../images/icon/train.svg");}
.time_box>.access::after{ background-image: url("../images/arrow/white_right.svg");}
@media (min-width: 768px) {
.time_box{ font-size: 14px; padding: 0 0 7px; width: 240px;}
.time_box>dl{}
.time_box>dl>dt{ padding: 0 7px; height: 25px;}
.time_box>dl>dd{ padding: 5px 7px;}
.time_box>dl>dd>small{ font-size: 12px;}
.time_box>dl>dd>.outpatient{ font-size: 12px; margin: 3px auto;}
.time_box>dl>dd>.outpatient::before{ width: 40px; height: 40px; background-size: auto 20px;}
.time_box>dl>dd>.outpatient>span{ background: url("../images/arrow/pink_right.svg") no-repeat right 10px center / auto 14px; width: calc(100% - 40px); border: #eda4c6 3px solid; border-left: none; padding: 0 5px;}
.time_box>.access{ height: 35px; width: calc(100% - 14px);}
.time_box>.access::before,
.time_box>.access::after{ width: 35px; height: 35px;}
.time_box>.access::before{ background-size: auto 25px;}
.time_box>.access::after{ background-size: auto 14px;}
}
@media (max-width: 767.98px) {
.time_box{ width: calc(100% - 40px); padding: 6px 12px; margin: 0 auto; font-size: 14px;}
.time_box>dl{}
.time_box>dl>dt{ height: 30px; padding: 0 5px;}
.time_box>dl>dd{ padding: 7px 5px;}
.time_box>dl>dd>small{ font-size: 12px;}
.time_box>dl>dd>.outpatient{ font-size: 16px; margin: 3px -5px;}
.time_box>dl>dd>.outpatient::before{ width: 56px; height: 56px; background-size: auto 27px;}
.time_box>dl>dd>.outpatient>span{ padding: 0 10px;}
.time_box>.access{ height: 50px; width: calc(100% - 0px); font-size: 20px;}
.time_box>.access::before,
.time_box>.access::after{ width: 50px; height: 50px;}
.time_box>.access::before{ background-size: auto 34px;}
.time_box>.access::after{ background-size: auto 19px;}
}




/* footer */

footer{ background-color: white;}
footer>.footer_map{ height: 0; overflow: hidden; position: relative;}
footer>.footer_map>iframe{position: absolute; left: 0; top: 0; height: 100%; width: 100%;}
footer>p{ text-align: center; display: flex; align-items: center; margin: 0; justify-content: center; width: 100%;}
footer>.footer_info>dl{}
footer>.footer_info>dl>dt{}
footer>.footer_info>dl>dd{}
footer>.footer_info>dl>dd>a.tel_link{ color: black; text-decoration: none;}
footer>.footer_info>dl>dd>a.access_btn{ background-color: #40ade0; color: white; font-weight: bold; background-image: url("../images/arrow/white_right.svg"),url("../images/icon/train.svg"); background-repeat: no-repeat,no-repeat; display: flex; align-items: center; justify-content: center; text-decoration: none;}
footer>.footer_info>figure{ text-align: center;}
footer>.footer_info>figure>figcaption{ margin: 1em 0 0;}
footer>.footer_info>figure>figcaption>strong{ display: block; color: #aa8421;}
footer>.footer_info>figure>figcaption>span{}
.page_top_btn{ background-color: #40ade0;}
@media (min-width: 768px) {
#sp_footer_fixed{ display: none;}

footer{ display: flex; flex-wrap: wrap;}
footer>div{ width: 50%;}
footer>.footer_map{ padding-bottom: 300px;}
footer>.footer_info{ display: flex; align-items: center; padding-left: 35px;}
footer>.footer_info>dl{}
footer>.footer_info>dl>dt{}
footer>.footer_info>dl>dd{}
footer>.footer_info>dl>dd>a.access_btn{ background-size: 14px auto,21px auto; background-position: right 10px center,10px center; width: 215px; height: 50px; border-radius: 10px; margin-top: 18px;}
footer>p{ height: 50px; font-size: 10px;}
footer>.footer_info>figure{ margin-left: 60px; width: 135px;}

#pc_footer_fixed{ position: fixed; left: 0; bottom: 0; background-color: white; width: 100%; z-index: 110;}
#pc_footer_fixed>div{/* max-width: 1200px;*/ margin: 0 auto; display: flex; justify-content: space-between; height: 40px;}
#pc_footer_fixed .tel_search{ display: flex; height: 40px; align-items: center;}
#pc_footer_fixed .tel_search>a{ color: black; height: 40px; display: flex; align-items: center; font-weight: bold; text-decoration: none; font-size: 24px; justify-content: space-between; width: 220px;}
#pc_footer_fixed .tel_search>a::before{ background-color: #40ade0; background-image: url("../images/icon/tel.svg"); background-size: 20px auto; background-repeat: no-repeat; background-position: center; content: ""; display: block; width: 40px; height: 40px;}
#pc_footer_fixed .tel_search>a>span{}
#pc_footer_fixed .tel_search>p{ margin: 0 0 0 10px; font-size: 12px;}
#pc_footer_fixed .tel_search>p>.tel_info{ display: none;}
#pc_footer_fixed .tel_search>div{ border-left: 1px solid #cdcdcd; height: 30px; padding: 0 0 0 10px; margin: 0 0 0 10px; width: 190px; overflow: hidden;}

form.gsc-search-box,
table.gsc-search-box{ margin: 0 !important;}
.gsc-control-cse{ border: none !important; padding: 0 !important;}
table.gsc-search-box td.gsc-input{ width: 150px; padding-right: 0 !important; position: relative;}
.gsc-input-box{ border: none !important; background-color: #cdcdcd !important;}
.gsib_a{ padding: 0 !important;}
input.gsc-input{ background-color: #cdcdcd !important; font-size: 14px; height: 30px !important; line-height: 30px; padding: 0 28px 0 5px !important; margin: 0 !important;}
.gsib_b{ position: absolute; right: 0; top: 0;}
.gsst_a{ padding: 0;}
.gscb_a{ line-height: 30px !important;}
.gsc-search-button{ margin-left: 0 !important;}
.gsc-search-button-v2{ width: 30px !important; height: 30px !important; padding: 0 !important; border: none !important; border-radius: 0 !important; background-color: #40ade0 !important;}
.gsc-search-button-v2 svg{ height: 20px;}

#pc_footer_fixed .info{ display: flex; align-items: center;}
#pc_footer_fixed .info>a{ display: block; height: 20px; line-height: 18px; font-size: 16px; font-weight: 400; color: black; text-decoration: none; border-left: #40ade0 5px solid; padding-left: 6px;}
#pc_footer_fixed .info>a:nth-child(2),#pc_footer_fixed .info>a:nth-child(3){ margin-left: 15px;}
#pc_footer_fixed .info>.page_top_btn{ background-image: url("../images/arrow/pagetop.svg"),url("../images/arrow/pagetop.svg"); background-repeat: no-repeat,no-repeat; background-size: 30px auto,30px auto; background-position: center 55%,center 40%; width: 96px; height: 40px; margin-left: 10px;}
}
@media (min-width: 768px) and (max-width: 1139px){
#pc_footer_fixed .tel_search>p{ font-size: 10px;}
#pc_footer_fixed .tel_search>p>.tel_info{ display: inherit;}
#pc_footer_fixed .info>a{ font-size: 12px;}
#pc_footer_fixed .info>.page_top_btn{ width: 70px;}
}
@media (min-width: 768px) and (max-width: 1009px){
#pc_footer_fixed .tel_search>a{ font-size: 18px; width: 170px;}
table.gsc-search-box td.gsc-input{ width: 100px;}
#pc_footer_fixed .tel_search>div{ width: 140px;}
}
@media (min-width: 768px) and (max-width: 819px){
#pc_footer_fixed .info>a{ font-size: 10px;}
#pc_footer_fixed .info>.page_top_btn{ width: 50px;}

}

@media (max-width: 767.98px) {
#pc_footer_fixed{ display: none;}

footer>.footer_map{ padding-bottom: 230px;}

footer>.footer_info{ text-align: center;}
footer>.footer_info>dl{ padding: 20px 0;}
footer>.footer_info>dl>dt{}
footer>.footer_info>dl>dd{}
footer>.footer_info>dl>dd>a.access_btn{ background-size: 14px auto,21px auto; background-position: right 10px center,10px center; width: 300px; height: 50px; border-radius: 5px; margin: 20px auto 0;}
footer>p{ height: 50px; font-size: 10px;}
footer>.footer_info>figure{ padding: 20px 0;}
footer>.footer_info>figure>img{ width: 135px;}

footer>.pcnone{ background-color: #f5f5f5; padding: 25px 20px;}
footer>.pcnone>.page_top_btn{ display: flex; align-items: center; justify-content: center; text-align: center; color: white; height: 40px; background-image: url("../images/arrow/pagetop.svg"); background-repeat: no-repeat; background-size: 40px auto; background-position: center 10px; padding-top: 15px;}
footer>.pcnone>.page_top_btn::after{ content: "PAGETOP"; font-size: 10px; font-weight: bold;}
footer>p{ height: 30px; font-size: 10px;}

#sp_footer_fixed{ position: fixed; z-index: 110; bottom: 0; left: 0; width: 100%; display: flex; flex-wrap: wrap; background-color: white;}
#sp_footer_fixed>a{ width: 50%; color: black; height: 50px; display: flex; align-items: center; font-weight: bold; text-decoration: none; font-size: 17px; justify-content: space-between;}
#sp_footer_fixed>a::before{ background-color: #40ade0; background-repeat: no-repeat; background-position: center; content: ""; display: block; width: 50px; height: 50px;}
#sp_footer_fixed>a:nth-child(1)::before{ background-image: url("../images/icon/tel.svg"); background-size: 23px auto;}
#sp_footer_fixed>a:nth-child(2)::before{ background-image: url("../images/icon/mail.svg"); background-size: auto 20px;}
#sp_footer_fixed>a>span{ width: calc(100% - 60px);}
#sp_footer_fixed>p{ width: 100%; margin: 0; background-color: #dadada; line-height: 20px; font-size: 10px; padding: 0 5px;}
}
@media (max-width: 339.98px) {
#sp_footer_fixed>a{ font-size: 14px;}
#sp_footer_fixed>a>span{ width: calc(100% - 55px);}
}





.page_container{}
.page_all_container,
.page_main_container{ background-color: white;}
.page_menu_container{}
@media (min-width: 768px) {
.page_all_container{ width: 100%; border-radius: 10px; padding: 20px 35px;}
.page_container{ display: flex; margin-bottom: 100px;}
.page_main_container{ order: 1; width: calc(100% - 250px); border-radius: 0 10px 10px 0; padding: 20px 35px;}
.page_menu_container{ order: 0; width: 250px; background-color: #f9f9f9; border-radius: 10px 0 0 10px; padding: 20px 0;}
.page_menu_btn{ display: none;}
}
@media (max-width: 767.98px) {
.page_container{}
.page_all_container,
.page_main_container{ margin: 0 -5px; padding: 10px 10px 15px; border-radius: 5px; margin-bottom: 60px;}
.page_menu_container{ position: absolute; left: 0; top: 26px; z-index: 10; height: 44px; width: 40px;}
.page_menu_btn{ background: #1bc6e4; width: 40px; height: 44px; position: absolute; left: 0; top: 0; z-index: 2;}
.page_menu_btn::before{ content: "MENU"; font-size: 10px; width: 40px; text-align: center; display: block; bottom: 100%; position: absolute; left: 0; font-weight: bold;}
.page_menu_btn>span{ background-color: white; display: block; position: absolute; left: 6px; width: calc(100% - 12px); height: 2px; transition: .3s;}
.page_menu_btn>span:nth-child(1){ top: calc(50% - 10px);}
.page_menu_btn>span:nth-child(2){ top: calc(50% - 1px);}
.page_menu_btn>span:nth-child(3){ top: calc(50% + 8px);}

.page_menu_container.menu_open .page_menu_btn>span:nth-child(2){ width: 0; left: 50%;}
.page_menu_container.menu_open .page_menu_btn>span:nth-child(1){ transform: rotate(45deg);}
.page_menu_container.menu_open .page_menu_btn>span:nth-child(3){ transform: rotate(-45deg);}
.page_menu_container.menu_open .page_menu_btn span:nth-child(1),
.page_menu_container.menu_open .page_menu_btn span:nth-child(3){ top: calc(50% - 1px);}



.page_menu_container .menu_ul{ visibility: hidden; opacity: 0; transition: .3s; z-index: 1;}
.page_menu_container.menu_open .menu_ul{ visibility: visible; opacity: 1;}

}



.menu_ul,
.menu_ul ul{ list-style: none; padding: 0; margin: 0;}
.menu_ul a{ text-decoration: none;}
.menu_ul>li{}
.menu_ul>li>span{ display: block; position: relative; border-bottom: #cdcdcd solid 1px;}
.menu_ul>li:last-child>span{ border-bottom: none;}
.menu_ul>li>span>strong,
.menu_ul>li>span>a{ font-weight: bold; background-color: #1bc6e4; color: white; display: flex; align-items: center;}
.menu_ul>li.active>span>a{ background-color: #d54387;}
.menu_ul>li.sub_menu{}
.menu_ul>li.sub_menu>span{}
.menu_ul>li.sub_menu>span>a{}
.menu_ul>li.sub_menu>span>span{ position: absolute; right: 0; top: 0; height: 100%;}
.menu_ul>li.sub_menu>span>span::after{ display: block; position: absolute;}
.menu_ul>li.sub_menu>span>span::after{ content: ""; z-index: 2; transition: .3s; background: url("../images/arrow/menu.svg") no-repeat center / 16px auto; width: 100%; height: 100%;}
.menu_ul>li.sub_menu.open>span>span::after{transform: rotate(-180deg);}
.menu_ul>li>ul{}
.menu_ul>li>ul>li{ position: relative;}
.menu_ul>li>ul>li>a{ display: flex; height: 0px; align-items: center; font-weight: bold; color: black; overflow: hidden; position: relative; transition: 0s;}
.menu_ul>li>ul>li>a::before{ content: ""; width: 5px; height: 5px; background-color: #d54387; border-radius: 50%; position: absolute;}
.menu_ul>li>ul>li>a.active{ background-color: #d54387; color: white;}
.menu_ul>li>ul>li>a.active::before{ background-color: white;}

.menu_ul>li>ul>li.blue>a::before{ background-color: #1bc6e4;}
.menu_ul>li.sub_menu.open>ul>li{ padding-bottom: 1px;}
.menu_ul>li.sub_menu.open>ul>li::before{ content: ""; display: block; height: 1px; width: 100%; left: 0; bottom: 0; position: absolute; z-index: 1; background-color: #cdcdcd;}
.menu_ul>li.sub_menu.open>ul>li>a{ height: auto;}
@media (min-width: 768px) {
.menu_ul>li>span>strong,
.menu_ul>li>span>a{ min-height: 50px; padding: 10px 15px 10px 15px; font-size: 18px;}
.menu_ul>li.sub_menu>span>a{ padding: 10px 40px 10px 15px;}
.menu_ul>li.sub_menu>span>span{ width: 40px;}
.menu_ul>li>ul>li>a{ padding: 0 20px;}
.menu_ul>li>ul>li>a::before{ left: 8px; top: 19px;}
.menu_ul>li.sub_menu.open>ul>li::before{ z-index: 1; background-color: #cdcdcd;}
.menu_ul>li.sub_menu.open>ul>li>a{ min-height: 40px; padding: 10px 20px; font-size: 14px;}
}
@media (max-width: 767.98px) {
.menu_ul{ width: 250px;}
.menu_ul>li>span>strong,
.menu_ul>li>span>a{ min-height: 44px; padding: 10px 15px 10px 40px; font-size: 15px;}
.menu_ul>li.sub_menu>span>a{ padding: 10px 38px 10px 40px;}
.menu_ul>li.sub_menu>span>span{ width: 38px;}
.menu_ul>li>ul{ padding: 0 0 0 40px; background-color: #f9f9f9;}
.menu_ul>li>ul>li>a{ padding: 0 16px; font-size: 13px;}
.menu_ul>li>ul>li>a::before{ left: 5px; top: 13px;}
.menu_ul>li.sub_menu.open>ul>li::before{ z-index: 1; background-color: #ffffff;}
.menu_ul>li.sub_menu.open>ul>li>a{ min-height: 30px; padding: 5px 10px 5px 16px;}
}



.anchor_link_div{}
@media (min-width: 768px) {
.anchor_link_div{ padding: 50px 0; margin-top: -100px;}
}
@media (max-width: 767.98px) {
.anchor_link_div{ padding: 40px 0; margin-top: -80px;}
}



/* 見出し */
.midashi01{ text-align: center;}
.midashi01>.text{ margin: 0; line-height: 1.4em; font-weight: bold;}
.midashi01>.deco{ position: relative; display: block; margin-left: auto; margin-right: auto;}
.midashi01>.deco::before,
.midashi01>.deco::after{ content: ""; position: absolute; }
.midashi01>.deco,
.midashi01>.deco::before,
.midashi01>.deco::after{ border-top-style: solid; border-top-color: #00afce; border-bottom-style: solid; border-bottom-color: #1bc6e4;}

.midashi02{ border-bottom: 1px solid #c1c1c1; font-weight: bold; position: relative; display: flex; align-items: center; line-height: 1.4em;}
.midashi02::after{ content: ""; display: block; background-color: #1bc6e4; left: 0; bottom: 0; position: absolute;}

.midashi03{ border-bottom: 1px solid #c1c1c1; font-weight: bold; line-height: 1.4em;}

.midashi04{ border: 1px solid #c1c1c1; border-left: none; border-right: none; font-weight: 400; position: relative; display: flex; align-items: center;}
.midashi04::before,
.midashi04::after{ content: ""; display: block; left: 0; position: absolute;}
.midashi04::before{ background-color: #00afce;}
.midashi04::after{ background-color: #1bc6e4;}
@media (min-width: 768px) {
.midashi01{ padding: 55px 0;}
.midashi01>.text{ font-size: 24px;}
.midashi01>.deco{ width: 20px; border-top-width: 10px; border-bottom-width: 10px; margin-top: 20px;}
.midashi01>.deco::before,
.midashi01>.deco::after{ border-top-width: 5px; border-bottom-width: 5px; width: 10px; top: calc(50% - 5px);}
.midashi01>.deco::before{ right: calc(100% + 10px);}
.midashi01>.deco::after{ left: calc(100% + 10px);}

.midashi02{ margin: 50px 0 15px; font-size: 22px; height: 50px; padding-bottom: 5px;}
.midashi02::after{ width: 175px; height: 5px;}

.midashi03{ font-size: 18px; margin: 50px 0 15px; padding-bottom: 10px;}

.midashi04{ font-size: 16px; line-height: 20px; padding: 9px 10px 11px 30px; margin: 40px 0 15px;}
.midashi04::before,
.midashi04::after{ width: 20px; height: 10px;}
.midashi04::before{ top: 10px;}
.midashi04::after{ top: 20px;}
}
@media (max-width: 767.98px) {
.midashi01{ padding: 28px 0;}
.midashi01>.text{ font-size: 18px;}
.midashi01>.deco{ width: 10px; border-top-width: 5px; border-bottom-width: 5px; margin-top: 10px;}
.midashi01>.deco::before,
.midashi01>.deco::after{ border-top-width: 3px; border-bottom-width: 3px; width: 6px; top: calc(50% - 3px);}
.midashi01>.deco::before{ right: calc(100% + 6px);}
.midashi01>.deco::after{ left: calc(100% + 6px);}


.midashi02{ margin: 30px 0 10px; font-size: 18px; height: 46px; padding-bottom: 3px;}
.midashi02::after{ width: 120px; height: 3px;}

.midashi03{ font-size: 16px; margin: 30px 0 10px; padding-bottom: 6px;}

.midashi04{ font-size: 14px; line-height: 16px; padding: 4px 5px 6px 20px; margin: 30px 0 10px;}
.midashi04::before,
.midashi04::after{ width: 14px; height: 7px;}
.midashi04::before{ top: 6px;}
.midashi04::after{ top: 13px;}

}



/* List */
.news_list{ position: relative;}
.news_list>a{ border-left-style: solid; border-left-color: #d54387; position: relative; color: black; text-decoration: none; display: flex; flex-wrap: wrap; align-items: center;}
.news_list>a>p{ margin: 0;}
.news_list>a>.ttl{ font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1.5em; margin: 0;}
.news_list>a>.new{ background-color: #d54387; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold;}
.news_list>a>.text{ width: 100%;}
.news_list>a>.ct{ font-weight: bold;}
.news_list>a>.ct.news{ color: #d54387;}
.news_list>a>.ct.topics{ color: #40ade0;}
.news_list>a>.ct>span{ color: black; margin-left: 1em;}
@media (min-width: 768px) {
.news_list{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.news_list>a{ width: calc(50% - 12px); border-left-width: 5px; margin: 20px 0 21px; padding-left: 12px;}
.news_list>a:nth-child(1)::before,
.news_list>a:nth-child(2n+1)::after{ content: ""; display: block; position: absolute; left: -5px; height: 1px; width: 1130px; background-color: #999999;}
.news_list>a:nth-child(1)::before{ bottom: calc(100% + 20px);}
.news_list>a:nth-child(2n+1)::after{ top: calc(100% + 20px);}
.news_list>a>.ttl{ font-size: 18px; max-width: 100%;}
.news_list>a.new>.ttl{ max-width: calc(100% - 90px);}
.news_list>a>.new{ width: 80px; height: 20px; border-radius: 10px; margin-left: 10px; padding-bottom: 1px;}
.news_list>a>.text{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px;}
.news_list>a>.ct{ font-size: 12px;}

.page_main_container .news_list>a:nth-child(1)::before,
.page_main_container .news_list>a:nth-child(2n+1)::after{ width: 850px;}
}
@media (max-width: 767.98px) {
.news_list{}
.news_list>a{ width: 100%; border-left-width: 3px; margin: 0; padding-left: 12px;}
.news_list>a:nth-child(n+2){ margin-top: 30px;}
.news_list>a>.ttl{ font-size: 15px; width: 100%; order: 1;}
.news_list>a>.new{ width: 50px; height: 20px; border-radius: 10px; font-size: 11px; padding-bottom: 1px; order: 0;}
.news_list>a>.text{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 12px; order: 2;}
.news_list>a>.ct{ font-size: 11px; order: 3;}
}

.list01{ list-style: none; padding: 0; display: flex; flex-wrap: wrap;}
.list01>li{}
.list01>li>a{ position: relative; color: black; font-weight: bold; text-decoration: none; display: inline-block;}
.list01>li>a::before{ content: ""; position: absolute; left: 0; border-radius: 50%; background: #d54387 url("../images/arrow/white_right.svg") no-repeat center / 60% auto;}
@media (min-width: 768px) {
.list01{ font-size: 16px;}
.list01>li{ width: calc(33.33% - 30px); margin: 15px;}
.list01>li>a{ padding-left: 25px;}
.list01>li>a::before{ width: 20px; height: 20px; top: 2px;}
}
@media (max-width: 767.98px) {
.list01{}
.list01>li{ width: calc(50% - 20px); margin: 10px;}
.list01>li>a{ padding-left: 20px;}
.list01>li>a::before{ width: 16px; height: 16px; top: 1px;}
}

.dl_list01{}
.dl_list01>dl{ border-color: #afe0e9; border-style: solid;}
.dl_list01>dl>dt{ background-color: #1bc6e4; color: white; font-weight: bold;}
.dl_list01>dl>dd{ margin: 0;}
.dl_list01>dl>dd>a{ color: black; font-weight: bold; text-decoration: none; position: relative; display: inline-block;}
.dl_list01>dl>dd>a::before{ content: ""; position: absolute; left: 0; border-radius: 50%; background: #00afce url("../images/arrow/white_right.svg") no-repeat center / 60% auto;}

.dl_list01>dl.pdf_list>dt>span{ display: inline-flex; align-items: center; vertical-align: bottom;}
.dl_list01>dl.pdf_list>dt>span::before{ content: ""; background: url("../images/icon/pdf.svg") no-repeat center / 100% auto; display: block;}
.dl_list01>dl.pdf_list>dd>a>span{}
.dl_list01>dl.pdf_list>dd>a>span::after{ content: ""; background: url("../images/icon/pdf_blue.svg") no-repeat center / 100% auto; display: inline-block; vertical-align: bottom; margin-left: 5px;}
@media (min-width: 768px) {
.dl_list01{ display: flex; flex-wrap: wrap; margin: 0 -13px;}
.dl_list01>dl{ width: calc(50% - 26px); margin: 13px; border-width: 5px; padding: 10px;}
.dl_list01>dl>dt{ margin: -15px -15px 0; padding: 5px 15px; font-size: 18px; min-height: 40px;}
.dl_list01>dl>dd{ margin: 15px 0 0; font-size: 14px;}
.dl_list01>dl>dd>a{ padding-left: 25px;}
.dl_list01>dl>dd>a::before{ width: 20px; height: 20px; top: 1px;}

.dl_list01>dl.pdf_list>dt>span{ font-size: 14px; padding-left: 5px;}
.dl_list01>dl.pdf_list>dt>span::before{ width: 18px; height: 20px;}
.dl_list01>dl.pdf_list>dd>a>span::after{ width: 18px; height: 20px;}
}
@media (max-width: 767.98px) {
.dl_list01{}
.dl_list01>dl{ width: 100%; margin: 15px 0 0; border-width: 3px; padding: 5px;}
.dl_list01>dl>dt{ margin: -8px -8px 0; padding: 3px 8px; font-size: 16px; min-height: 36px;}
.dl_list01>dl>dd{ margin: 10px 0 0;}
.dl_list01>dl>dd>a{ padding-left: 20px;}
.dl_list01>dl>dd>a::before{ width: 16px; height: 16px; top: 1px;}

.dl_list01>dl.pdf_list>dt>span{ font-size: 12px; padding-left: 5px;}
.dl_list01>dl.pdf_list>dt>span::before{ width: 16px; height: 18px;}
.dl_list01>dl.pdf_list>dd>a>span::after{ width: 16px; height: 18px;}

}

@media (min-width: 768px) {

}
@media (max-width: 767.98px) {

}




/* ボタン */
.btn01{ background-color: #40ade0; color: white; font-weight: bold; display: flex; align-items: center; justify-content: center; text-decoration: none;}
.btn01:hover{ color: white; text-decoration: none;}
.btn01[onclick*="history"]{ color: white; cursor: pointer;}
.btn01[onclick*="history"]:hover{ color: white;}

.btn02{ font-weight: bold; display: inline-block; text-decoration: none; position: relative; color: black; line-height: 1.5em;}
a.btn02{ text-decoration: underline; text-underline-offset: 3px;}
.btn02:hover{ text-decoration: none; color: black;}
.btn02::before{ content: "i"; position: absolute; left: 0; border-radius: 50%; background: #00afce; display: flex; align-items: center; justify-content: center; line-height: 1em; color: white;}
.btn02.pink::before{ background-color: #d54387;}
.btn02.right_ar::before{ content: ""; background: #00afce url(../images/arrow/white_right.svg) no-repeat center / 60% auto;}
.btn02.pink.right_ar::before{ background-color: #d54387;}
.btn02_contaier{ display: inline-flex; flex-wrap: wrap; margin: 0 -.5em;}
.btn02_contaier>.btn02{ margin: 0 .5em;}

.btn03{ background: #5d5d5d url("../../common/images/arrow/white_right.svg") no-repeat right 1em center / 1em auto; display: inline-block; padding: .5em 3em .5em 1em; color: white; text-decoration: none; font-weight: bold; border-radius: .5em;}
.btn03:hover{ color: white; text-decoration: none;}

.btn04{ background: #5d5d5d; display: inline-block; padding: .5em 1em .5em 3em; color: white; text-decoration: none; font-weight: bold; border-radius: .5em; position: relative;}
.btn04::before{ content: ""; display: block; background: white url("../images/arrow/gray_right.svg") no-repeat center / 60% auto; position: absolute; left: .75em; top: calc(50% - .75em); width: 1.5em; height: 1.5em; border-radius: 1em;}
.btn04:hover{ color: white; text-decoration: none;}

@media (min-width: 768px) {
.btn_contaier{}
.btn01{ margin: 30px auto; width: 200px; height: 50px; border-radius: 10px;}
.btn02{ font-size: 16px; padding-left: 25px;}
.btn02::before{ width: 20px; height: 20px; top: 3px; font-size: 14px;}
.btn03{ font-size: 14px;}
}
@media (max-width: 767.98px) {
.btn01{ width: 200px; height: 50px; margin: 30px auto; border-radius: 5px; font-size: 14px;}
.btn02{ padding-left: 20px;}
.btn02::before{ width: 16px; height: 16px; top: 1px; font-size: 10px;}
}




.page_link_lead{ display: flex; flex-wrap: wrap; text-align: center;}
.page_link_lead>a{ display: block; background-color: white; color: black; font-weight: bold; text-decoration: none; box-shadow: 0 0 3px 2px #cccccc;}
.page_link_lead>a>figure{ margin: 0;}
.page_link_lead>a>figure>div{ background-color: black; overflow: hidden; padding: 0 0 /*60%*/;}
.page_link_lead>a>figure>div>img{}
.page_link_lead>a>figure>figcaption{ display: flex; align-items: center; justify-content: center; margin: 0; border-top: 1px solid #40ade0;}
@media (min-width: 768px) {
.page_link_lead{ margin: -15px;}
.page_link_lead>a{ margin: 15px; width: calc(33.33% - 30px); padding: 10px 10px 0; border-radius: 10px 0;}
.page_link_lead>a>figure{}
.page_link_lead>a>figure>div{ margin: 0 0 10px; border-radius: 10px 0;}
.page_link_lead>a>figure>div>img{}
.page_link_lead>a>figure>figcaption{ height: 60px;}
}
@media (max-width: 767.98px) {
.page_link_lead{ margin: -7px;}
.page_link_lead>a{ margin: 7px; width: calc(50% - 14px); padding: 5px 5px 0; border-radius: 5px 0;}
.page_link_lead>a>figure{}
.page_link_lead>a>figure>div{ margin: 0 0 5px; border-radius: 5px 0;}
.page_link_lead>a>figure>div>img{}
.page_link_lead>a>figure>figcaption{ height: 50px; font-size: 10px;}
}



/*
.page_link_lead{ list-style: none; padding: 0;}
.page_link_lead>li{}
.page_link_lead>li>a{ display: inline-flex; align-items: center; border-left-color: #e16195; border-left-style: solid; font-weight: bold; color: black; text-decoration: none;}
@media (min-width: 768px) {
.page_link_lead{ display: flex; flex-wrap: wrap; margin: -15px -25px;}
.page_link_lead>li{ width: calc(50% - 50px); margin: 15px 25px;}
.page_link_lead>li>a{ border-left-width: 5px; height: 100px; padding-left: 1em; font-size: 24px;}

}
@media (max-width: 767.98px) {
.page_link_lead{}
.page_link_lead>li{}
.page_link_lead>li>a{}
}
*/


.hr_base{ border:none; margin: 0;}
.lh2{ line-height: 2em;}
@media (min-width: 768px) {
.hr_base{ padding: 30px 0;}
}
@media (max-width: 767.98px) {
.hr_base{ padding: 25px 0;}
}






/* DLリストベース */
.dl_base_container{}
.dl_base_container>dl{}
.dl_base_container>dl>dt{ position: relative; line-height: 2em;}
.dl_base_container>dl>dt::before,
.dl_base_container>dl>dt::after{ content: ""; display: block; left: 0; position: absolute;}
.dl_base_container>dl>dt::before{ background-color: #00afce;}
.dl_base_container>dl>dt::after{ background-color: #1bc6e4;}
.dl_base_container>dl>dd{ line-height: 2em;}
@media (min-width: 768px) {
.dl_base_container{ font-size: 16px;}
.dl_base_container>dl>dt{ padding-left: 24px; margin-bottom: 10px;}
.dl_base_container>dl>dt::before,
.dl_base_container>dl>dt::after{ width: 20px; height: 10px;}
.dl_base_container>dl>dt::before{ top: 7px;}
.dl_base_container>dl>dt::after{ top: 17px;}
}
@media (max-width: 767.98px) {
.dl_base_container>dl>dt{ padding-left: 18px; }
.dl_base_container>dl>dt::before,
.dl_base_container>dl>dt::after{ width: 14px; height: 7px;}
.dl_base_container>dl>dt::before{ top: 6px;}
.dl_base_container>dl>dt::after{ top: 13px;}
}

/* tbl */
.tbl01 tr:nth-child(2n+1) {background: #dcf6fa;}
.tbl01 .thead th{border-right: solid 1px #fff;}
.tbl01 th {padding: 10px; background: #1bc6e4; border-right: solid 1px #1bc6e4; color: #ffffff; font-weight: bold;}
.tbl01 th:last-child { border-right: none;}
.tbl01 td {padding: 10px; border-right: solid 1px #1bc6e4; }
.tbl01 td:last-child {border-right: none;}
@media (min-width: 768px) {
.tbl01{width: 90%; margin: 20px auto;}
}
@media (max-width: 767.98px) {
.tbl01{width: 100%; margin: 20px auto;}
}

.pink_content{color: #d54387;}

@media (min-width: 768px) {}
@media (max-width: 767.98px) {}

