@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

* {
    box-sizing: border-box;
}

body,html {
    height: 100%;
    position: relative;
    }
body {
    margin: 0;
    padding: 0;
    font-family:'Kosugi Maru', "小塚ゴシック", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Montserrat", "メイリオ", Meiryo, sans-serif, "ShueiMGoStd L-83pv-RKSJ-H*";
    }
.ffk {
        font-family: "小塚ゴシック", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Montserrat", "メイリオ", Meiryo, sans-serif, "ShueiMGoStd L-83pv-RKSJ-H*"; 
    }
h2,.in_title {
    font-family:'Kosugi Maru', "小塚ゴシック", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Montserrat", "メイリオ", Meiryo, sans-serif, "ShueiMGoStd L-83pv-RKSJ-H*";
    }
    
.outwrapper{
    width: 100%;
    position: relative;
    min-height: 100%;
    }


ul {list-style: none;}

img {
    max-width: 100%;
    vertical-align: bottom;
    }

.sp-only{
    display: none;
}

header {
    width: 1000px;
    margin: 0 auto;
    }
.header-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
.head_catchinfo {
    width: 77%;
    }
.head_timeinfo {
    width: 23%;
    padding: 18px 0 0;
    }

p.head_catch {
    font-size: 14px;
    }

ul.header-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }
    ul.header-list li{
        margin: 0 5% 0 0;
        padding: 0;
        width: 45%;
        height: 41px;
        text-align: left;
        }
    ul.header-list li img{
        width: 100%;
        }
        ul.header-list li.head-tel {
            text-align: right;
            padding: 10px 0 0;
            }
        ul.header-list li.head-tel img {
            width: 80%;
            }
    ul.header-list h1 {
        height: 35px;
        margin: 0;
        }

.head_timeinfo p {
    font-size: 13px;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 19px 0 0;
    }


/* nav */
.gnav {
    width: 100%;
    margin: 0 auto;
    }
.gnav ul {
    width: 800px;
    margin: 25px auto 10px;
    padding: 0;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }
.gnav ul li {
    width: calc( 96%/5 );
    margin: 20px auto;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    }

.gnav ul li a {
    color: #036eb8;
    position: relative;
    display: inline-block;
    text-decoration: none;
    }
.gnav ul li a::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffa300;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    }
.gnav ul li a:hover::after {
    transform: scale(1, 1);
    }

/* --------------------------------
common
-------------------------------  */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    }
.hours_box {
    width: 100%;
    max-width: 1200px;
    background: #FFE3B2;
    margin: 0 auto 0;
    padding: 30px 50px;
    }
.content-container {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    }
.flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    }
.open-time p {
    font-size: 17px;
    font-weight: bold;
    }

.time-info {
    width: 57%;
    margin-top: 2px;
    }
.time-table {
    border-collapse: collapse;
    font-size: 17px;
    color: #898989;
    overflow: auto;
    width: 100%;
    margin-top: 2px;
    }
table th {
    background-color: #C0E4F6;
    border: solid 1px #C4C3C6;
    text-align: center;
    padding: 0 10px;

    font-size: 17px;
    line-height: 2.2em;
    }
td {
    background-color: #FFF;
    border: solid 1px #C4C3C6;
    text-align: center;
    padding: 0 10px;

    font-size: 14px;
    font-weight: bold;
    line-height: 2.2em;
    }

.index-topics-list-wrap {
    width: 880px;
    margin: 40px auto 80px;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; 
    }

.top.news_txt{
    border: 1px solid #000;
    padding: 15px;
    margin: 50px auto;
    max-width: 880px;
}

h2.news_ti {
    width: 22%;
    text-align: center;
    xmargin: 100px 0 0;
    margin: -2.5em 0 0;
    }
dl.index-topics-list {
    width: 78%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
dl.index-topics-list dt{
    width: 20%;
    font-size: 20px;
    color: #036eb8;
    text-align: left;
    margin: 0;
    padding: 0;
    }
dl.index-topics-list dd{
    width: 80%;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 1.4em;
    }


.blue_box{
    background-color: #C0E4F6;
    font-size: 17px;
    padding: 15px 30px 20px 20px;
    }
.index_about {
    width: 306px;
    }
.index_about a{
    text-decoration: none;
    }

h2.b_txt{
    color: #036eb8;
    font-size: 17px;
    text-align: center;
    }
.Det_box{
    background-color: #2ea7e0;
    font-size: 17px;
    color: #FFF;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 8px 30px;
    }
.b_img{
    position: absolute;
    top: -55px;
    right: 0px;
    width: 535px;
    }

/* Access */
.access {
    margin: 0 0 90px;
    }
.flex_bet_st {
    width: 100%;
    margin: 60px auto 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
.access_txt{
    width: 22%;
    color: #036eb8;
    font-size: 17px;
    line-height: 40px;
    }
.access_box {
    width: 40%;
    margin: 0;
    padding: 1em 0 0 16px;
    border-left: solid 2px #dcdddd;

    font-size: 15px;
    color: #727171;
    font-weight: bold;
    line-height: 1.2em;
    }
.access_box:nth-of-type(2) {
    width: 34%;
    }

.gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 33.25%;
    margin: 50px auto 0;
    }
    .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }

/* -------------------------------
medical_contents
------------------------------- */
.medi_ti{
    text-align: center;
    margin: 0 auto 20px;
    }
.sectio-title {
    font-size: 38px;
    margin-top: 55px;
    }

img.half50 {width: 50%;}
img.full100 {width: 100%;}

.trouble-contents {}

.kanpo img {
    width: 400px;
    display: block;
    border-radius: 12px;
    margin: 6px 30px 0 0;
    }    
.profile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    }
.profile .ph-wrap {
    width: 50%;
    padding: 0 1em 0 0;
    }
.profile .contents-wrap {
    width: 50%;
    padding: 2em 0 0 1em;
    }

.trouble-contents .pic-wrap{
    width: 35%;
    }
    .trouble-contents .pic-wrap img{
        width: 100%;
        }
.trouble-contents .contents-wrap {
    width: 65%;
    line-height: 1.4em;
    font-size: 16px;
    padding: 0 0 0 2em;
    }

.medi_txt01{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin:5px 0 16px 0;
}
.medi_txt02{
    font-size: 17px;
    width: 104%;
    margin-top: 0;
    line-height: 20px;
}
.medi_so {
    margin-left: 4px;
    letter-spacing: -0.02px;
}

.sen{
    border-top: solid 2px #e6f9ff;
    padding-top: 30px;
}
.medi_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 1px;
}
.medi_flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_right{
    font-size: 17px;
    margin-left: 29px;
    line-height: 1.2em;
    padding-top: 25px;
}


.sectio-title-txt {
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
}
.medi_box01{
text-align: center;
font-weight: bold;
background-color: #fff8d9;
font-size: 26px;
padding: 50px 0 30px;
margin-top: -40px;
}

.medi_box02{
    width: 27%;
    }
.medi_box02 img{
    width: 100%;
    margin: 0 auto 20px;
    }
.medi_box02 img.kanpocertificate{
    margin: 40px auto 50px;   
    }

.tab{
    text-align: center;
    /*font-weight: bold;*/
    background-color: #c0e4f6;
    font-size: 26px;
    padding:10px 0 6px;
    margin:30px 0 0 0;
}
.tab_in{
    xborder: solid 1px #b8e8ff;
    border: solid 5px #C0E4F6;
    border-radius: 0 0 5px 5px;
    padding: 20px 30px;
}

.in_title{
    font-size: 26px;
    font-weight: bold;
    margin: 16px 0 0;
    letter-spacing: 0.5px;
}
.in_title_2{
    font-size: 26px;
    font-weight: bold;
    margin: 32px 0 0;
    letter-spacing: 0.5px;
}

.tab_in_txt{
    font-size: 17px;
    margin-top: 20px;
    line-height: 1.3em;
    }

/* -------------------------------
counseling_contents
------------------------------- */
ul.counseling-item{
    width: 100%;
    margin: 30px auto 60px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
ul.counseling-item li{
    background: #2ea7e0;
    width: 31%;
    margin: 0 0 50px;
    padding: 40px 12px 20px;

    color: #fff;
    font-size: 13px;
    }
ul.counseling-item li:nth-child(2),
ul.counseling-item li:nth-child(5){
    margin: 0 3.5% 50px;
    }
p.icon_box {
    text-align: center;
    margin: 0 auto 20px;
    }

.counseling-item li h3{
    font-size: 17px;
    text-align: center;
    letter-spacing: 1px;
    }
.counseling_ti_1{
    margin: 0 0 10px;
    }
.counseling_ti_2{
    margin: 27px 0 10px;
    }
.counseling_ti_3{
    margin: 27px 0 10px;
    }
.counseling_ti_4{
    margin: 27px 0 10px;
    }
.counseling_ti_5{
    margin: 27px 0 10px;
    }
.counseling_ti_6{
    margin: 27px 0 10px;
    }

.counseling_txt{
    margin: 0 auto 0;
    font-size: 13px;
    line-height: 1.4em;
    }
.counseling_txt_2{
    margin: -4px 0 0 5px;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    }
.counseling_txt_3{
    margin: -4px 0 0 5px;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 0.01em;
    }
.counseling_txt_4{
    margin: -3px 0 0 5px;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    }

/* -------------------------------
facility
------------------------------- */

.facility-intro {
    width: 880px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    .contens-wrapper {
        width: 620px;
        }
    .contens-wrapper h2{
        margin: 0 0 20px;
        }
    .contens-wrapper p{
        font-size: 14px;
        line-height: 1.4em;
        }
    .ph-wrapper {
        width: 260px;
        padding: 46px 0 0 20px;
        }



.flex_ar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
    }
.flex_ar2 {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
    }
.flex_ar_m0 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.img{
    border-radius: 10px;
    margin-right: 20px;
}
.img02{
    border-radius: 10px;
    margin-right: 40px;
}
.br5{
    border-radius: 5px;
}

.info_mci {
    color: #036eb8;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -2.5px;
}
.info_mci a{
    text-decoration: none;
    color: #036eb8;
}


/*.medical-info h2{
    font-size: 26px;
    margin-top: 60px;
    margin-left: 15px;
    margin-right: 15px;
}*/
.medical-info p{
    font-size: 17px;
    /*margin-left: 20px;
    margin-right: 15px;*/
}
.mlr_15{
    margin: 0 15px 30px;
    }
.mlr_5{
    margin-left: 5px;
    margin-right: 5px;
    }
.medical-info_box{
    text-align: center;
    margin: auto 5px;
}
.medical-info_box p{
    font-size: 18px;
    margin: 0;
    padding: 16px 0;
    }

/* -------------------------------------------
mci
-------------------------------------------  */
.mci_cont_01 {   
    width: 76%;
    padding: 0 4% 0 0;
    }
.mci_cont_01_ph {
    width: 24%;
    }

.mci_txt01{
    font-size: 15px;
    margin: 10px auto;
    width: 85%;
    line-height: 1.3em;
    }

img.w80mg20 {
    display: block;
    width: 80%;
    margin: 30px auto;
    }

.mci_txt02{
    font-size: 20px;
    color: #036EB8;
    margin-bottom: 5px;
    }
.merit{
    background-color: #E5F0F8;
    padding: 10px 10px 5px;
    margin: 0 30px 60px;
    border-radius: 20px;
}
.merit_en{
    background-color: #FFF;
    border: solid 3px #036EB8;
    border-radius: 50%;
    width: 235px;
    height: 235px;
    xbox-sizing: border-box;
    padding: 0 10px;
    }
    .merit_en img{
        max-width: 50%;
        }
.merit_en p{
    font-size: 15px;
    text-align: center;
    margin: 0 20px;
    letter-spacing: -0.5px;
}
.merit_in{
    float: left;
    shape-outside: circle();
}
.lh{
    padding-top: 39px;
    line-height: 21px;
}
.lh12{
    line-height: 1.2em;
}
.lh13{
    line-height: 1.3em;
}
.lh14{
    line-height: 1.4em;
}
.lh15{
    line-height: 1.5em;
}

.merit_title{
    font-size: 26px;
    color: #036EB8;
    margin-top: 0;
    margin-bottom: 0;
    }
.merit_txt{
    font-size: 20px;
    }

.mci_box01{
    width: 56px;
    height: 56px;
    margin: 0 10px;
    padding: 0 12px;
    border-radius: 10px;

    color: #FFF;
    background-color: #036eb8;
    text-align: center;

    font-size: 40px;
    line-height: 56px;
    }

.mci_flex {
    display: flex;
    align-items: center;
    }


.abi {
    margin-top: 40px;
    margin-left: -40px;
    }



.txt_2 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0em;
    }
.txt_3 {
    font-size: 17px;
    }
.txt_4 {
    font-size: 19px;
    }
.txt_5 {
    font-size: 23px;
    }


.qe{
    margin-bottom: 0;
    }

.indent{
    margin:0 0 0 20px;
    }
.indent_l{
    text-indent: -1em;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1em;
}

/* ----------------------------------------------
Kanpo
---------------------------------------------- */
h3.content-sub-title {
    width: 400px;
    font-size: 23px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
    padding: 1em 0 16px;
    letter-spacing: 0.5px;
    font-family:'Kosugi Maru', "小塚ゴシック", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Montserrat", "メイリオ", Meiryo, sans-serif, "ShueiMGoStd L-83pv-RKSJ-H*";
    position: relative;
    }
h3.content-sub-title::after{
    content:"";
    display:block;
    width: 60px;
    height: 4px;
    background-color: #036EB8;
    position:absolute;
    bottom: 0;
    left: calc(200px - 30px);
    }
.kanpo_cont_01 {
    width: 100%;
    padding: 0 0 0 0;
    }
.kanpo_profile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    }
.kanpo_profile .ph-wrap {
    width: 40%;
    padding: 1em 1em;
    }
.kanpo_profile .contents-wrap {
    width: 60%;
    padding: 1em 0 0 1em;
    font-size: 17px;
    line-height: 1.8em;
    }    
.kanpo-contents {
    width: 86%;
    margin: 0 auto 20px;
    padding: 10px;
    }
.kanpo-contents img{
    width: 70%;
    margin: 0 auto 30px;
    display: block;
    }
.kanpo-contents p {
    font-size: 16px;
    padding: 1em 0;
    line-height: 1.8em;
    }


/* ----------------------------------------------
Footer
---------------------------------------------- */
footer {
    background: #C0E4F6;
    padding-top: 37px;
    font-family:"小塚ゴシック", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Montserrat", "メイリオ", Meiryo, sans-serif, "ShueiMGoStd L-83pv-RKSJ-H*";
    }
.footer-container {
    width: 1000px;
    margin: 20px auto 0;
    }
.footer-logo{
    text-align: center;
    }
.footer-logo img{
    width: 300px;
    }
.footer-tel p {
    margin-top: 0;
    margin-left: 3px;
    font-size: 17px;
    color: #036eb8;
    font-weight: bold;
    line-height: 1.2em;
}
.footer-txt {
    font-size: 15px;
    line-height: 1.5em;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
}
.footer-inner table th {
    background-color: #FFE3B2;
    border: solid 1px #C4C3C6;
    text-align: center;
    padding: 3px 10px;
}
.footer-inner table td {
    background-color: #FFF;
    border: solid 1px #C4C3C6;
    text-align: center;
    font-weight: bold;
    padding: 3px 11px 1px;
}

footer .time-info {
    width: 57%;
    margin-top: 0;
}

.footer-left {
    width: 40%;
}
.footer-nav {
    padding: 5px 0 30px 0;
}
.footer-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    }
.footer-nav ul li {
    font-size: 20px;
    font-weight: bold;

    width: calc( 80%/5 );
    margin: 0 auto 20px;
    padding: 0 0 0;
    font-family: 'Kosugi Maru', "小塚ゴシック", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Montserrat", "メイリオ", Meiryo, sans-serif, "ShueiMGoStd L-83pv-RKSJ-H*";
    }
/*.footer-nav li a{
    text-decoration: none;
    color: #036eb8;
}
.footer-nav li a:hover{
    text-decoration: underline #ffa300;
    border-bottom: 2px;
}*/

.footer-nav ul li a {
    color: #036eb8;
    position: relative;
    display: inline-block;
    text-decoration: none;
    }
.footer-nav ul li a::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffa300;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    }
.footer-nav ul li a:hover::after {
    transform: scale(1, 1);
    }


.ls002 {letter-spacing: 0.02em;}
.ls004 {letter-spacing: 0.04em;}
.ls01em {letter-spacing: 1px;}
.ls-001 {letter-spacing: -0.01em;}
.ls-004 {letter-spacing: -0.04em;}
.ls-007 {letter-spacing: -0.07em;}

.mt3 {margin-top: 3px;}
.mt5 {margin-top: 5px;}
.mr13 {margin-right: 13px;}
.mr20 {margin-right: 20px;}


.m_0 {margin: 0;}
.mt-1 {margin-top: -1px;}
.mt-3 {margin-top: -3px;}
.mt-5 {margin-top: -5px;}
.mt-8 {margin-top: -8px;}
.mt-20 {margin-top: -20px;}
.mt-25 {margin-top: -25px;}

.mt7 {margin-top: 7px;}
.mt10 {margin-top: 10px;}
.mt12 {margin-top: 12px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt23 {margin-top: 23px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt38 {margin-top: 38px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt68 {margin-top: 68px;}
.mt72 {margin-top: 72px;}

.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml107 {margin-left: 107px;}
.ml-40 {margin-left: -40px;}
.mb-3 {margin-bottom: -3px;}

.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb90 {margin-bottom: 90px;}

.pt5 {padding-top: 5px;}


.content {margin: 0 auto;}

.txt {
    font-size: 12px;
    color: #036eb8;
    /*font-weight: bold;*/
    margin:10px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    }

.flex {display: flex;}
.flex_1 {flex: 1;}
.flex_bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.flex_bet_end {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    }
.flex_bet_0 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }

.re{position: relative;}

.wp55{width: 55%;}
.wp60{width: 60%;}
.wp64{width: 64%;}
.wp73{width: 73%;}
.wp90{width:90%;}


@media screen and (max-width:768px) {
.sp-only{
        display: block;
    }
.pc-only{
        display: none;
    }
.flex {
    flex-direction: column;
    align-items: center;
    }
.logo h1 {
    font-size: 35px;
    }
.sublogo {
    font-size: 18px;
    }
/*.content-container {
    padding-left: 10px;
    padding-right: 10px;
    }*/
.section-wrap {
    flex-direction: column;
    align-items: center;
    }
.news {
    margin-right: 0;
    }
.footer-inner {
    flex-direction: column;
    }
.tel {
    font-size: 30px;
    }

/* ----------------------------------------------
sp-header
---------------------------------------------- */
header {
    width: 100%;
    margin: 0 auto;
    }
header .container,
footer .container{
    display: none;
    }
.sp-header{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 66px;
    position: relative;
    }

.sp-logo {
    padding: 10px 10px 0 16px;
    width: 48%;
    }
.sp-logo p{
margin: 0;
color: #5199D7;
font-size: 12px;
line-height: 16px;
    }
.sp-logo h1{
margin: 0;
color: #5199D7;
font-size: 23px;
line-height: 30px;
    }

.info {
    width: 50%;
}
.info img {
    width: 20px;
    height: 20px;
    margin-top: 22px;
    margin-right: 10px;
    }
p.tel {
    font-size: 16px !important;
    width: 67%;
    margin: 3px 0 0;
    }
p.tel img {
    width: 100%;
    height: auto;
    }

ul#menu {
    list-style-type: none;
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0px;
    top: 66px;
    z-index: 990;
    display: none;
    background-color: #5199D7;
    margin: 0;
    padding: 0;
    }
ul#menu li {
    text-align: center;
    display: block;
    padding: 15px 0;
    color: white;
    }
ul#menu li a {
    text-decoration: none;
    display: block;
    color: white;
    }
ul#menu li a:hover {
    opacity: 0.7;
    }

div#sp-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 999;
    }
div#sp-icon:hover {
    cursor: pointer;
    opacity: 0.7;
    }
div#sp-icon span,
div#sp-icon span:before,
div#sp-icon span:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #000000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
    }
div#sp-icon span {
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    background: #5199D7;
    }
div#sp-icon span:before {
    content: "";
    transform: translateY( -10px ) rotate( 0deg );
    background: #5199D7;
    }
div#sp-icon span:after {
    content: "";
    transform: translateY( 10px ) rotate( 0deg );
    background: #5199D7;
    }

div.sp-open span {
    background: transparent !important;
    }
div.sp-open span:before {
    transform: rotate( 45deg ) !important;
    }
div.sp-open span:after {
    transform: rotate( -45deg ) !important;
    }


/* --------------------------------
common
-------------------------------  */
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    }
.hours_box {
    width: 100%;
    max-width: 100%;
    background: #FFE3B2;
    margin: 0 auto 0;
    xpadding: 30px 50px;
    padding: 20px 10px;
    }
.content-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    }

.open-time {
    width: 100%;
    text-align: center;
    }
.open-time p {
    font-size: 14px;
    font-weight: bold;
    }
.time-info {
    width: 100%;
    margin-top: 2px;
    }
.time-table {
    border-collapse: collapse;
    font-size: 17px;
    color: #898989;
    overflow: auto;
    width: 100%;
    margin-top: 2px;
    }
table th {
    background-color: #C0E4F6;
    border: solid 1px #C4C3C6;
    text-align: center;
    padding: 0 10px;

    xfont-size: 17px;
    font-size: 15px;
    line-height: 2.2em;
    }
td {
    background-color: #FFF;
    border: solid 1px #C4C3C6;
    text-align: center;
    padding: 0 10px;

    font-size: 14px;
    font-weight: bold;
    line-height: 2.2em;
    }

/* --------------------------------
index
-------------------------------  */

.index-topics-list-wrap {
    width: 94%;
    xmargin: 40px auto 80px;
    margin: 40px auto 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
    }

.top.news_txt{
    width: 95%;
}
h2.news_ti {
    width: 94%;
    text-align: center;
    margin: 20px auto 0;
    }
dl.index-topics-list {
    width: 94%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto;
    }
dl.index-topics-list dt {
    width: 100%;
    font-size: 19px;
    color: #036eb8;
    text-align: left;
    margin: 0;
    padding: 0 0 5px;
    }
dl.index-topics-list dd {
    width: 100%;
    font-size: 17px;
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 1.4em;
    }

/* --------------------------------
index-about
-------------------------------  */
.sp-row-re {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;

    width: 94%;
    margin: 0 auto;
    padding: 0;
    }
.blue_box {
    background-color: #C0E4F6;
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px 16px 20px;
    font-size: 16px;
    line-height: 1.6em;
    }
.index_about {
    width: 100%;
    }
.b_img{
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    }

/* --------------------------------
access
-------------------------------  */
.access {
    width: 94%;
    margin: 0 auto 30px;
    }
.flex_bet_st {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
.access_txt{
    width: 100%;
    color: #036eb8;
    font-size: 17px;
    line-height: 1.8em;
    }
.access_box {
    width: 100%;
    margin: 0;
    padding: 1em 0 0;
    border-left: none;

    font-size: 15px;
    color: #727171;
    font-weight: bold;
    line-height: 1.2em;
    }
.access_box:nth-of-type(2) {
    width: 100%;
    }

.gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 300px;
    margin: 0 auto 20px;
    }
    .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }

footer {
    background: #C0E4F6;
    padding-top: 25px;
    font-family: "小塚ゴシック", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Montserrat", "メイリオ", Meiryo, sans-serif, "ShueiMGoStd L-83pv-RKSJ-H*";
    width: 100%;
    }
.footer-container {
    width: 94%;
    margin: 20px auto 0;
    }
.footer-left {
    width: 100%;
    }
.footer-tel p {
    margin-top: 0;
    margin-left: 3px;
    font-size: 15px;
    color: #036eb8;
    font-weight: bold;
    line-height: 1.7em;
    }
.footer-txt {
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 auto 20px !important;
    }
footer .time-info {
    width: 100%;
    margin-top: 0;
    }
.time-info .txt_2 {
    text-align: center;
    }

.footer-nav {
    padding: 5px 0 20px;
    margin: 20px auto 0;
    }
.footer-nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }
.footer-nav ul li {
    width: calc( 94%/3 );
    margin: 0 0 20px;
    padding: 0 0 0;

    font-size: 17px;
    font-weight: bold;
    font-family: 'Kosugi Maru', "小塚ゴシック", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Montserrat", "メイリオ", Meiryo, sans-serif, "ShueiMGoStd L-83pv-RKSJ-H*";
    text-align: center;
    }
.footer-inner table td {
    font-size: 12px;
    }

/* --------------------------------
contents
-------------------------------  */
.sectio-title {
    font-size: 18px;
    margin-top: 30px;
    }
.trouble-contents .pic-wrap {
    width: 90%;
    margin: 0 auto 20px;
    }
.trouble-contents .contents-wrap {
    width: 90%;
    line-height: 1.4em;
    font-size: 16px;
    padding: 0 0 0;
    box-sizing: border-box;
    margin: 0 auto;
    }
.flex_bet_0 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    }
.sectio-title-txt {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.4em;
    }
.medi_box01 {
    background-color: #fff8d9;
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 0;
    padding: 30px 0 30px;
    }
.medi_box02 {
    width: 90%;
    margin: 0 auto;
    }
.medi_txt01 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0 16px 0;
    }
.medi_txt02 {
    font-size: 16px;
    line-height: 1.4em;
    width: 100%;
    margin: 0 auto 30px;
    }
.medi_flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 0 !important;
    }

ul.counseling-item {
    width: 100%;
    margin: 10px auto 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
ul.counseling-item li {
    background: #2ea7e0;
    width: 85%;
    margin: 0 auto 20px;
    padding: 40px 0 20px;
    color: #fff;
    font-size: 13px;
    box-sizing: border-box;
    }
p.icon_box {
    text-align: center;
    margin: 0 auto 20px;
    width: 90%;
    }
.counseling_txt {
    margin: 0 auto 0;
    font-size: 14px;
    line-height: 1.4em;
    padding: 0 0 0 2em;
    }
.counseling_txt_2,
.counseling_txt_3,
.counseling_txt_4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    padding: 0 0 0 2em;
    }
ul.counseling-item li:nth-child(2),
ul.counseling-item li:nth-child(5) {
    margin: 0 auto 20px;
    }
.indent_l {
    text-indent: 0;
    padding: 0;
    }

.tab {
    text-align: center;
    font-weight: bold;
    background-color: #c0e4f6;
    font-size: 26px;
    padding: 10px 0 6px;
    margin: 10px auto 0;
    width: 94%;
    }
.tab_in {
    border: solid 5px #C0E4F6;
    border-radius: 0 0 5px 5px;
    padding: 16px 24px;
    width: 94% !important;
    margin: 0 auto;
    }
.in_title {
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0 0;
    letter-spacing: 0.5px;
    }
.tab_in_txt {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4em;
    }
.in_title_2 {
    font-size: 22px;
    font-weight: bold;
    margin: 32px 0 0;
    letter-spacing: 0.5px;
    }
.info_mci {
    color: #036eb8;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.5px;
    }

.flex_bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    }
.indent {
    margin: 0;
    }
.txt_3 {
    font-size: 17px;
    width: 100%;
    margin: 0 auto 30px;
    }
.qe {
    margin-bottom: 4px;
    }
img.half50 {
    width: 100%;
    margin: 0 auto 30px;
    }

.kanpo .blue_box {
    width: 94%;
    margin: 30px auto 30px;
    }
.profile {
    width: 94%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    margin: 0 auto;
    }
.profile .ph-wrap {
    width: 80%;
    padding: 0;
    margin: 0 auto 20px;
    }
.profile .contents-wrap {
    width: 94%;
    padding: 0;
    margin: 0 auto 50px;
    }
.flex_ar_m0 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    }
/* --------------------------------
kanpo
-------------------------------  */
.kanpo_tab {
    width: 94% !important;
    margin: 0 auto 30px;
    }
h3.content-sub-title {
    width: 100%;
    margin: 0 auto 30px;
    }
h3.content-sub-title::after{
    content:"";
    display:block;
    width: 60px;
    height: 4px;
    background-color: #036EB8;
    position:absolute;
    bottom: 0;
    left: calc(50% - 30px);
    }
.kanpo_profile .ph-wrap {
    width: 100%;
    padding: 0;
    }
.kanpo_profile .contents-wrap {
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1.6em;
    }
.kanpo-contents {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    }
.kanpo-contents img {
    width: 100%;
    margin: 0 auto;
    display: block;
    }

/* --------------------------------
facility
-------------------------------  */
.facility-intro {
    width: 94%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contens-wrapper h2 {
    margin: 0 0 26px;
    text-align: center;
    font-size: 22px;
    line-height: 1.4em;
}
.ph-wrapper {
    width: 200px;
    padding: 20px 0;
    margin: 0 auto;
}
.medi_ti {
    text-align: center;
    margin: 20px auto 20px;
    font-size: 22px;
    line-height: 1.4em;
}
#medical-info .content-container {
    max-width: 100%;
    width: 90%;
    }
.mlr_15 {
    width: 100%;
    margin: 0 auto 0;
    }
.medical-info_box {
    text-align: center;
    margin: 0 auto 20px;
    width: 80%;
    }
.medical-info p {
    font-size: 17px;
    margin: 0 auto 30px;
    line-height: 1.3em;
    }
.caption-facility {

    }
.caption-facility .flex_ar2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0;
    margin: 0 auto !important;
    }
.caption-facility .flex_ar2 img{
    width: 80%;
    margin: 0 auto 20px;
    display: block;
    }
.caption-facility .flex_ar2 .wp60 {
    width: 90%;
    margin: 0 auto 20px;
    }
.caption-facility .flex_ar2 .txt_5 {
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    }

/* --------------------------------
mci
-------------------------------  */
.mci_cont_01 {
    width: 100%;
    padding: 0;
    }
.mci_cont_01_ph {
    width: 65%;
    display: block;
    margin: 10px auto;  
    }
.mci_txt01 {
    font-size: 15px;
    margin: 10px auto;
    width: 100%;
    line-height: 1.3em;
    }
.merit {
    background-color: #E5F0F8;
    padding: 10px 16px 5px;
    margin: 0 auto 60px;
    border-radius: 20px;
    width: 100%;
    }
.flex_ar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
    }
.merit_txt {
    font-size: 18px;
    }
.merit_en {
    background-color: #FFF;
    border: solid 3px #036EB8;
    border-radius: 50%;
    width: 235px;
    height: 235px;
    padding: 0 10px;
    margin: 0 auto 40px;
    }
.mci_box01 {
    width: 36px;
    height: 36px;
    margin: 0 10px;
    padding: 0 12px;
    border-radius: 10px;
    color: #FFF;
    background-color: #036eb8;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    }
.mci_txt02 {
    font-size: 18px;
    color: #036EB8;
    margin-bottom: 12px;
    }
.indent {
    margin: 0;
    font-size: 15px;
    }

}





/*.section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}*/


/*.hours_box_contents {
    background-color: #FFE3B2;
    padding: 30px 50px 20px;
    margin-top: -10px;
}
.hours_box_contents p {
    font-size: 17px;
    font-weight: bold;
}*/
/*.info {
    font-size: 13px;
    line-height: 1em;
}*/

/*.news_day {
    font-size: 17px;
    color: #036eb8;
    text-align: center;
    letter-spacing: 0.02em;
}
.news_txt {
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-left: 45px;
    text-indent: -0.5em;
}*/

/*.news_pb {
    padding-bottom: 20px;
}*/

/*
.counseling_1{
    background-color: #2ea7e0;
    color: #FFF;
    width: 28%;
    margin: 10px 0 19px;
    padding: 10px 13px 14px 10px;
    }
.counseling_1 img{
    margin-right: 26px;
    margin-top: 5px;
    }


.counseling_2{
    background-color: #2ea7e0;
    color: #FFF;
    width: 28%;
    margin: 10px 0 19px;
    padding: 10px 13px 10px 11px;
}
.counseling_2 img{
    margin-top: 11px;
}
.counseling_3{
    background-color: #2ea7e0;
    color: #FFF;
    width: 28%;
    margin: 10px 0 19px;
    padding: 10px 13px 10px 10px;
}
.counseling_3 img{
    margin-top: 0px;
}
.counseling_4{
    background-color: #2ea7e0;
    color: #FFF;
    width: 28%;
    margin: 21px 0 14px;
    padding: 10px 12px 14px 11px;
}
.counseling_4 img{
    margin-top: 11px;
}
.counseling_5{
    background-color: #2ea7e0;
    color: #FFF;
    width: 28%;
    margin: 21px 0 14px;
    padding: 10px 11px;
}
.counseling_5 img{
    margin-top: 10px;
    margin-left: 6px;
}
.counseling_6{
    background-color: #2ea7e0;
    color: #FFF;
    width: 28%;
    margin: 21px 0 14px;
    padding: 10px 11px 10px 12px;
}
.counseling_6 img{
    margin-top: 6px;
}*/

@media screen and (min-width:769px) {.none_pc, .sp {display: none !important;}}
@media screen and (max-width:768px) {.none_sp, .pc {display: none !important;}}

