@charset "utf-8";
.main_low{
    background: url(images/page/bg_main.png) no-repeat center top;
    height: 200px;
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-justify-content: center; /* Safari用 */
    justify-content: center;
    -webkit-align-items: center; /* Safari用 */
    align-items: center;
}
.side_page{
    width: 220px;
    float: right;
}
.side_page h4{
    padding-top: 30px;
}
.side_menu li{
    height: 80px;
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-align-items: center; /* Safari用 */
    align-items: center;
    border-bottom: 1px solid #c7d0d9;
}
.side_bnr{
    margin-top: 25px;
}
.side_bnr li{
    margin-bottom: 10px;
}
.bnr_ameblo {
    margin-top: 25px;
}
.widget_bizcalendar h2{
    margin-top: 30px;
    text-align:center;
}
.page_main {
    width: 720px;
    float: left;
}
.page_main section {
    padding-bottom: 70px;
}
.page_main section h3{
    background: url(images/page/bg_hdg.png) no-repeat;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 0 13px 30px;
    font-weight: 300;
    margin-bottom: 40px;
}
/* news 
================================================== */
.list_news li{
    padding: 15px 0;
    border-bottom: 1px solid #c7d0d9;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
.date_news{
    width: 80px;
    font-weight: 600;
    font-size: 12px;
    padding-left: 20px;
}
.list_news li p{
    width: 600px;
}
.list_news li p a{
    color: inherit;
}
.list_news li p a:hover{
    text-decoration: underline;
}
.list_news li p a:visited{
    color: #999;
}
.date_single_news{
    color: #008cd6;
    display: block;
    margin-bottom: 20px;
}
.navi_news{
    margin-top: 80px;
}
/* clinic 
================================================ */
.catch_clinic01{
    text-align: center;
}
.catch_clinic01 img{
    margin: 0 3px;
}
.box01{
    background: url(images/clinic/bg_box01.png);
}

.box_clinic01{
    text-align: center;
    font-weight: 600;
    padding: 25px 0;
    line-height: 24px;
    margin-top: 30px;
}

.ttl_feature {
    font-size: 20px;
    color: #008cd6;
    margin: 70px 0 30px;
}
.ttl_feature span{
    margin-left: 10px;
}
.col_img_l{
    float: left;
    margin-right: 30px;
}
.col_img_r{
    float: right;
    margin-left: 30px;
}
.txt01{
    line-height: 24px;
    font-weight:300;
}
.box_clinic02{
    border: 1px solid #c7d0d9;
    padding: 10px 15px;
    margin: 30px 0;
}
.bnr_clinic01{
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
.bnr_clinic02{
    margin-top: 30px;
}
.tbl_clinic{
    text-align: center;
    padding: 40px 0;
    border: 1px dotted #008cd6;
    margin-bottom: 10px;
}
.clinic_access{
    margin: 45px 0 30px;
}
.clinic_access h4{
    border-bottom: 1px solid #c7d0d9;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.row_clinic_access{
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
.col_txt_access p{
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
}
.box_access{
    background: #fff5df;
    padding: 30px 40px;
    margin-bottom: 10px;
}

.box_access h5{
    font-size: 16px;
    color: #008cd6;
    margin-bottom: 10px;
}
.box_access h5 span{
    display: inline-block;
    width: 30px;
}
.box_access h5 small{
    font-size: 14px;
    color: #ff8f8f;
    margin-left: 10px;
}


.img_clinic {
    margin-bottom: 80px;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
.img_clinic h4{
    margin-bottom: 30px;
}
.img_clinic h4 span{
    margin-left: 15px;
}
.img_clinic ul{
    width: 360px;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
.row_clinic01 .col01{
    width: 310px;
}
.row_clinic02{
    flex-direction: row-reverse;
}
.row_clinic02 .col01{
    width: 360px;
}
.row_clinic02 .col01 ul{
    margin-top: 45px;
}
.row_clinic03{
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
}
.row_clinic03 .col01{
    margin-bottom: 45px;
}
.row_clinic04{
    margin-bottom: 0;
}
.row_clinic04 .col01{
    width: 360px;
}
.row_clinic04 .col01 ul{
    margin-top: 45px;
}
/* blog 
===========================================================*/
#sidebar {
    width: 150px;
    float: left;
}
#sidebar h4 {
    background: #008cd6;
    color: #FFFFFF;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 12px;
}
#wp-calendar {
    width: 100%;
    margin: 0 auto 10px;
}
#wp-calendar caption {
    text-align: center;
    font-size: 15px;
    color: #464646;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 8px;
}
#wp-calendar th {
    background: #fffadb;
    font-size: 14px;
    font-weight: bold;
    border: #c8d1da solid 1px;
    border-bottom: none;
    text-align: center;
}
#wp-calendar tbody td {
    font-size: 14px;
    text-align: center;
    border: #c8d1da solid 1px;
    border-top: none;
    background: #fff;
}
#wp-calendar tbody td a {
    font-weight: bold;
    color: #6EC8DA;
    text-decoration: underline;
}
#prev { text-align: left;}
#next { text-align: right;}

#sidebar ul {
    margin-bottom: 20px;
}
#sidebar li {
    word-wrap: break-word;
    margin-bottom: 10px;
}
#sidebar li a {
    color: inherit;
    text-decoration: underline;
}
#sidebar li a:hover{
    text-decoration: none;
}

.post_main {
    width: 530px;
    float: right;
}

.img_thmb {
    display: block;
    width: 120px;
    height: 120px;
}
.thmb {
    float: left;
}
.thmb a:hover .img_thmb {
    opacity: .85;
}

.navigation {
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
}
.navigation li {
    min-width: 80px;
}
.navigation a {
    color: inherit;
}
.navigation a:hover{
    text-decoration: underline;
}

.single_post {
    margin-top: 40px;
}

.post_main section.blog_archive {
    padding: 30px 0;
    border-bottom: #d6c8b8 solid 1px;
}
.blog_archive:first-child { padding-top: 0 !important;}

.txt_post {
    padding-left: 135px;
}
.txt_post h4 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.txt_post h4 a {
    color: inherit;
    text-decoration: none;
}
.txt_post h4 a:hover{
    text-decoration: underline;
}
.box_excerpt .date {
    line-height: 1.3;
    font-size: 12px;
    font-weight: 500;
    color: #008cd6;
    display: block;
    padding-bottom: 5px;
    border-bottom: #ccc5c2 solid 1px;
    margin-bottom: 8px;
}
.box_excerpt a{
    color: inherit;
    text-decoration: underline;
}
.box_excerpt a:hover{
    text-decoration: none;
}
.txt_excerpt p {
    font-size: 14px;
    color: #464646;
    line-height: 1.6;
    word-wrap: break-word;
}
.txt_excerpt p a {
    color: inherit;
}

.wp-pagenavi {
    text-align: center;
    margin-top: 60px;
}
.page_main .wp-pagenavi a,
.page_main .wp-pagenavi span {
    border: #008cd6 solid 1px;
    background: #fff;
    color: #008cd6;
    font-weight: bold;
    padding: 5px 10px;
}
.page_main .wp-pagenavi a:hover,
.page_main .wp-pagenavi span.current {
    border-color: #008cd6;
    background: #008cd6;
    color: #fff;
}
.date_single{
    display: block;
    text-align: right;
    margin-top: -30px;
    font-size: 12px;
    margin-bottom: 30px;
}
.cat .post-categories{
    margin-top: 10px;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
}
.cat .post-categories li{
    margin-right: 10px;
}
.cat .post-categories li a{
    display: block;
    background: #ffec70;
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
}
/* staff
============================================================== */
.row_staff01{
    margin-bottom: 70px;
}

.row_staff01.is-flex{
    display: flex;
}
.row_staff01.is-flex .row_staff01_item{
    padding: 0 15px;
}

.row_staff01 h4{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1;
}

.row_staff01 h4 span{
    font-size: 18px;
    margin-right: 15px;
}
.row_staff01 h4 small{
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    color: #008cd6;
    margin-left: 15px;
    line-height: 30px;
}
.row_prof{
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
.col_prof{
    width: 345px;
    border-top: 1px solid #008cd6;
    border-bottom: 1px solid #008cd6;
}
.col_prof h5{
    color: #008cd6;
    font-size: 16px;
    padding: 15px 10px 18px;
    line-height: 1;
    background: url(images/staff/bdr01.png) no-repeat center bottom;
}
.col_prof ul{
    padding: 20px;
    line-height: 30px;
}
.txt_staff{
    text-align: center;
    margin-bottom: 10px;
}

/* ============================================================== 
pediatrics */

.pediatrics__qa{
    margin-bottom:50px;
}

.pediatrics__qa h4{
    margin-bottom:40px;
    padding-left:10px;
    font-size:18px;
    color:#008cd6;
    font-weight:500;
    border-bottom: 1px solid #c7d0d9;
    padding-bottom: 5px;
}

.pediatrics__qa p{
    font-weight: 300;
}

.row_pediatrics01{
    margin-bottom: 70px;
}

.row_pediatrics01 h4{
    margin-bottom:20px;
    font-size:18px;
    color:#008cd6;
    font-weight:500;
    line-height:30px; 

}

.box_pediatrics01 {
    background: #e5f3fb;
    padding: 30px 40px;
    margin-bottom: 10px;
}

.box_pediatrics01 h5{
    font-size:16px;
    font-weight:500;
    margin-bottom:20px;
}

.box_pediatrics01 p{
    font-size:14px;
    font-weight:300;
}

.box_pediatrics01 h5 span{
    margin-left:10px;
}

.box_pediatrics02 {
    background: #fff5df;
    padding: 30px 40px;
    margin-bottom: 10px;
    margin-top:20px;
}

.box_pediatrics02 img{
    margin-bottom:20px;
}

.box_pediatrics03 {
    margin-bottom:30px;
}

.box_pediatrics03 h5{
    font-size:16px;
    font-weight:500;
    margin-bottom:10px;
}

.box_pediatrics03 p{
    font-size:14px;
    font-weight:300;
}

.mdm_txt{
    margin-bottom:30px;
}

.box_pediatrics04 {
    border:1px solid #008cd6;
    padding:30px 40px;

}

.box_pediatrics05{
    font-size:0;
    line-height: 0;
    letter-spacing: -.40em;
    height:210px;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.box_pediatrics05:after {
    content:"";
    display: inline-block;
    width: 100%;
    line-height:0;
    height: 0;
}

.box_pediatrics05 li{
    box-sizing: border-box;
    display: inline-block;
    letter-spacing:normal;
    text-align: center;
}

.box_pediatrics05 li h5{
    font-size:16px;
    line-height: 24px;
    color:#008cd6;
    margin:15px 0 5px;
}

.box_pediatrics05 li p{
    font-size:14px;
    line-height: 24px;
}

.pediatrics_h5{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;

}
.pediatrics_h5 span{
    border-bottom: 5px solid #ffec70;
    padding: 0 7px 3px;
    font-weight: 400;
}

.box_pediatrics06{
    font-size:0;
    line-height: 0;
    letter-spacing: -.40em;
    height:210px;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.box_pediatrics06:after {
    content:"";
    display: inline-block;
    width: 100%;
    line-height:0;
    height: 0;
}

.box_pediatrics06 li{
    box-sizing: border-box;
    display: inline-block;
    letter-spacing:normal;
    text-align: center;
    width:103px;
    vertical-align: top;
}

.box_pediatrics06 li h5{
    font-size:16px;
    line-height: 24px;
    color:#008cd6;
    margin:15px 0 5px;
}

.box_pediatrics06 li p{
    font-size:12px;
    line-height: 24px;
    font-weight: 300;
}

.box_pediatrics021 {
    padding: 30px 40px;
    margin-bottom: 10px;
    margin-top:20px;
    border:1px solid #c7d0d9;
}

.box_pediatrics021 img{
    margin-bottom:20px;
}


/*pediatrics
============================================================== */


/* ============================================================== 
access */

.cap_clinic01{
    font-weight:300;
    font-size:14px;
}



/* ============================================================== 
adult */

.adult__box1{margin-bottom:50px;}
.adult__box1 h5{
    font-size:18px;
    padding-bottom:5px;
    border-bottom:2px solid #ffec70;
    padding-left:20px;
    margin-bottom:20px;
}

.adult__box1--container1{
    font-size:0;
    letter-spacing: 0;
    border:1px solid #008cd6;
    margin-top:22px;
    width:470px;
}


.adult__box1--container1 div{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.adult__box1--container1 div:first-child{
    background:#008cd6;
    padding:30px 15px;
}

.adult__box1--container1 div:nth-child(2){
    text-align: left;
    padding: 8px 20px;

}


.adult__box1--container1 div p{
    font-size:14px;
    letter-spacing: normal;
    color:#fff;
    text-align: center;
}

.adult__box1--container1 div li{
    font-size:14px;
    letter-spacing: normal;
    font-weight: 300;
}

.adult__box2{
    width:620px;
    text-align: center;
    margin:0 auto 10px;

}

.adult__box2 p{
    margin:40px 0 30px;
    font-weight: 300;
}


.adult__box2--tri1{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 22.5px 0 22.5px;
    border-color: #007bff transparent transparent transparent;
    margin: 0 auto;
}

.adult__box3{
    margin-bottom:50px;
    font-size:0;
    line-height: 0;
    letter-spacing: -.40em;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.adult__box3:after {
    content:"";
    display: inline-block;
    width: 100%;
    line-height:0;
    height: 0;
}

.adult__box3 li{
    box-sizing: border-box;
    display: inline-block;
    letter-spacing:normal;
    text-align: center;
}

.adult__box3 li h5{
    font-size: 16px;
    line-height: 24px;
    /* color: #008cd6; */
    margin: 15px 0 25px;
    text-align: left;
    padding: 0 15px 5px;
    border-left: 1px solid #ffec70;
    border-bottom: 2px solid #ffec70;
    font-weight: 500;
}

.adult__box3 li p{
    font-size:14px;
    line-height: 24px;
}

.adult__box3 li div{
    background: #ff8f8f;
    color: #fff;
    padding: 10px 0;
    margin-top: 25px;
}

.adult__box3 li div p img{
    margin-right: 5px;
    margin-top: -3px;
}

.adult__box4{
    border:1px solid #008cd6;
    padding:50px 55px;
    margin-bottom:70px;
}

.adult__box4 h4{
    text-align: center;
    font-size: 20px;
    color:#008cd6;
    margin-bottom:30px;
}

.adult__box4 ul{
    text-align: left;
}

.adult__box4 ul li{
    border-bottom: 1px dotted #008cd6;
    padding: 10px 0px 10px 5px;
    font-weight:300;
}

.adult__box4 ul li img{
    margin-right:5px;
}

.adult__box5{
    padding: 30px 40px;
    border: 1px solid #c7d0d9;
    margin-top: 40px;
}

.adult__box5 img{
    margin-bottom:20px;
}

.adult__box5 li{
    margin-bottom:20px;
    font-size: 16px;
    font-weight: 300;
    font-weight: 500;
}

.adult__box6{
    background:#fdfaf3;
    padding:40px 30px 0px;
    font-weight: 300;
}

.adult__box6--img{
    margin-bottom:25px;
}

.adult__box7{
    margin-bottom:50px;
}

.adult__box7 div{
    display:inline-block;
    vertical-align: top;
}
.adult__box7 div:first-child{
    width:320px;
    margin-right: 30px;
}

.adult__box7--tri{
    margin: 50px 10px 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #ff8f8f;
}

.adult__box8{
    border:1px solid #008cd6;
    padding:45px;   
}

.adult__box8 h5{
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 40px;
}

.adult__box8 h5 span{
    color: #008cd6;
    border-bottom: 5px solid #ffec70;
}


/*adult
============================================================== */


/*==============================================================
adult */

.flow__h4{
    font-size: 26px;
    font-weight: 300;
    margin-bottom:10px;
}

.flow__row{
    margin-bottom:30px;
}

.flow__tri{
    width: 0;
    height: 0;
    margin: 0 auto 25px;
    border-style: solid;
    border-width: 40px 37.5px 0 37.5px;
    border-color: #ff8f8f transparent transparent transparent;
}

.flow__hdg--mb30{
    margin-bottom:30px;
}







/*adult
============================================================== */

/*==============================================================
invisible */

.invisible__box1{
    background: #e5f3fb;
    padding:30px 35px;
    font-weight: 300;
}

.invisible__box1 img{
    margin-bottom: 20px;
}

.invisible__box1 li{
    margin-bottom:5px;
}

.invisible__box2{   
    margin-bottom: 70px;
}

.invisible__box2 div img{
    margin-bottom:20px;
}

.invisible__box2 div:first-child{
    background: #e5f3fb;
    height:235px;
}


.invisible__box2 div:nth-child(2){
    border: 1px solid #c7d0d9;
    height:235px;
    margin-left: 37px;
}

.invisible__box2 div{
    display:inline-block;
    vertical-align: top;
    padding:30px;
    width:340px;
}
.invisible__box2 li{
    margin-bottom:5px;
    padding-left: 1em;
    text-indent: -1em;
}

.invisible__box2--indent{
    font-size:12px;
    font-weight: 300;
}

.invisible__box3{
    margin-top:40px;
}
/*invisible
============================================================== */

/*==============================================================
lingual */

.lingual__box1{
    font-size:0;
    line-height: 0;
    letter-spacing: -.40em; 
    margin-bottom:70px;
}

.lingual__box1--item1{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    background: #fffadb;
    width: 190px;
    height:75px;
    box-sizing: border-box;
    border-top: 1px solid #c7d0d9;
    padding-top: 25px;
    padding-left: 20px;

}

.lingual__box1--item1:last-child{
    border-bottom: 1px solid #c7d0d9;
}

.lingual__box1--item2{
    display: inline-block;
    vertical-align: top;
    height:75px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: 300;
    width:530px;
    box-sizing: border-box;
    border-top: 1px solid #c7d0d9;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 25px;
}

.lingual__box1--bottom{
    border-bottom: 1px solid #c7d0d9;
}


.lingual__box2{   
    font-weight: 300;
}

.lingual__box2 div img{
    margin-bottom:20px;
}

.lingual__box2 div:first-child{
    background: #e5f3fb;
    height:235px;
}


.lingual__box2 div:nth-child(2){
    border: 1px solid #c7d0d9;
    height:235px;
    margin-left: 37px;
}

.lingual__box2 div{
    display:inline-block;
    vertical-align: top;
    padding:30px;
    width:340px;
}
.lingual__box2 li{
    margin-bottom:5px;
    padding-left: 1em;
    text-indent: -1em;
}


.lingual__h4{
    margin-bottom: 20px;
    font-size: 18px;
    color: #008cd6;
    font-weight: 500;
    line-height: 30px;
}



/*lingual
============================================================== */

/*==============================================================
short_term */

.short__box1{
    margin-bottom: 50px;
}

.short__box1--container1{
    display:inline-block;
    vertical-align: top;
    padding-bottom:10px;
    border-bottom:1px solid #008cd6;
    border-top:1px solid #008cd6;
    width:340px;
}

.short__box1--container1:first-child{
    margin-right:37px;
}

.short__box1--container1 h5{
    font-size:16px;
    font-weight: 600;
    margin:20px 0 20px 10px;
    color:#008cd6;
}

.short__box1--container1 img{
    margin-bottom:30px;
    width:340px;
}

.short__box1--container1 h6{
    margin-left:20px;
    margin-bottom: 10px;
    background: #008cd6;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
}

.short__box1--container1 p{
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
}

/*short_term
============================================================== */



/*==============================================================
invis_first */
.invis__h4{
    margin-bottom: 20px;
    font-size: 18px;
    color: #008cd6;
    font-weight: 500;
    line-height: 30px;
}

.invis__box4{   
    margin-bottom: 30px;
}

.iinvis__box4 div img{
    margin-bottom:20px;
}

.invis__box4 div:first-child{
    background: #e5f3fb;
    height:315px;
}

.invis__box4 div:nth-child(2){
    border: 1px solid #c7d0d9;
    height:315px;
    margin-left: 37px;
}

.invis__box4 div{
    display:inline-block;
    vertical-align: top;
    padding:30px;
    width:340px;
}

.invis__box4 ul{
    padding-top: 1rem;
}

.invis__box4 li{
    margin-bottom:5px;
    padding-left: 1em;
    text-indent: -1em;
}

.invis__box4--indent{
    font-size:12px;
    font-weight: 300;
}
/*invis_first
============================================================== */



/*==============================================================
orthopulse */

.ortho__h4{
    margin-bottom: 20px;
    font-size: 18px;
    color: #008cd6;
    font-weight: 500;
    line-height: 30px;
}

.ortho__box1{
    background: #e5f3fb;
    padding:30px 35px;
    font-weight: 300;

}

.ortho__box1 img{
    margin-bottom: 20px;
}

.ortho__box1 li{
    margin-bottom:5px;
}


.ortho__box1.orthopulse{
    margin: 1rem 0;
}

.orthopulse .video{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.orthopulse .video div{
    width: 47%;
    padding-bottom: 2rem;
}

.orthopulse .video div a img{
    width: 100%;
    margin-bottom: .5rem;
    border: 1px solid #ddd;
}

.orthopulse .video div p.title{
    color: #008cd6;
    padding-bottom: .1rem;
}

.orthopulse .video div p.subtitle{
    color: #c7d0d9;
    font-size: .8rem;
}
/*orthopulse
============================================================== */




/*==============================================================
case */

.case__box1{
    margin-bottom:60px;
}

.case__box1 h4{
    margin-top:10px;
    margin-bottom:30px;
    font-size: 22px;
    color:#008cd6;
}

.case__box1 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.case__box1 ul li p{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin:10px 0 30px;
}

.case__box1 div {
    /*padding:30px 40px; */
    /*border:1px solid #008cd6;*/
}

.case__box1 div h5{
    font-size:16px;
    font-weight: 600;
    margin-bottom: 20px;
    color:#008cd6;
}

.case__box1 div p{
    font-size: 14px;
    line-height: 24px;
}

.case__box1 .details {
    margin-bottom: 1.5rem;
}
.case__box1 .details table {
    width: 100%;
}
.case__box1 .details table tbody tr th,
.case__box1 .details table tbody tr td {
    border-bottom: 1px dotted #008cd6;
    padding: 6px 10px;
}
.case__box1 .details table tbody tr td {
    border-left: 1px solid #008cd6;
}
.case__box1 .details table tbody tr:last-child th,
.case__box1 .details table tbody tr:last-child td {
    border-bottom: none;
}

.case__box1 .images {

}
.case__box1 .images figure:not(:last-child) {
    margin-bottom: 1.5rem;
}
.case__box1 .images figure {
    padding: 1.5rem;
    border:1px solid #008cd6;
    border-radius: 6px;
}
.case__box1 .images figure figcaption {
    text-align: center;
    margin-bottom: .5rem;
    font-size: 18px;
    font-weight: bold;
    color: #008cd6;
}
.case__box1 .images figure img {
    display: block;
    width: 100%;
    height: auto;
}


/*case
============================================================== */


/*==============================================================
price */


.price__table{
    border-collapse: collapse;
    text-align: left;
    line-height: 1em;
    width: 100%;
    font-size: 14px;
    margin-bottom:20px;
}

.price__table th {
    width: 50%;
    padding: 20px 25px;
    font-weight: bold;
    vertical-align: top;
    border-top: 1px solid #c7d0d9;
    border-bottom: 1px solid #c7d0d9;
    background: #fffadb;
    font-weight: 500;
}

.price__table td {
    width: 50%;
    padding: 20px 25px;
    vertical-align: top;
    border-top: 1px solid #c7d0d9;
    border-bottom: 1px solid #c7d0d9;
    font-weight: 300px;
}


.price__tel{
    margin: 35px 0;
    font-size: 43px;
    font-family: "Microsoft Yi Baiti", "sans-serif";
    letter-spacing: -4px;
}

.price__tel span{
    font-size: 24px;
    color: #008cd6;
    letter-spacing: normal;
    font-weight: bold;

}
.box_price01{
    background: #fef6e0;
    margin-top: 40px;
    padding: 40px;
}
.box_price01 h4{
    color: #008cd6;
    font-size: 18px;
    margin-bottom: 10px;
}
/*price
============================================================== */

/*==============================================================
counseling */

.counseling__headline{
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 50px;
}

.counseling__headline--span{
    color: #008cd6;
    border-bottom: 5px solid #ffec70;
    padding: 0 5px 5px;
}

.counseling__headline--4{
    font-size: 30px;
    font-weight: 500;
    border-bottom: none;
}

.counseling--s2__h4{
    font-size:20px;
    font-weight:500;
    margin-bottom:30px;
}

.counseling--s2__h4 span{
    color: #008cd6;
    border-bottom: 5px solid #ffec70;
    font-size: 26px;
    font-weight: 600;
    margin-right:10px;
}

.counseling__box1{
    font-size: 0;
    line-height: 0;
    letter-spacing: -.40em;
    text-align: justify;
    text-justify: distribute-all-lines;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.counseling__box2{
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
}

.counseling__box2 ul{
    font-size:14px;
    font-weight:300;

}

.counseling__box2 ul li{
    border-bottom: 1px dotted #008cd6;
    padding: 15px 0px 15px 5px;
    width: 315px;
}

.counseling__box2 ul li img{
    margin-right: 5px;
}

.counseling__box3 {
    border: 1px solid #008cd6;
    padding: 50px 30px;
    text-align: left;

}

.counseling__box3 h4 {
    text-align: center;
    font-size: 20px;
    color: #008cd6;
    margin-bottom: 30px;
}

.box_contact {
    text-align: center;
    font-weight: 600;
    padding: 25px 0;
    line-height: 32px;
    margin-top: 30px;
}

.txt02{
    text-align: center;
    line-height: 24px;
}
/*counseling
============================================================== */

/*==============================================================
counseling */

.counseling__headline{
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 50px;
}

.counseling__headline--span{
    color: #008cd6;
    border-bottom: 5px solid #ffec70;
    padding: 0 5px 5px;
}

.counseling__headline--4{
    font-size: 30px;
    font-weight: 500;
    border-bottom: none;
}

.counseling--s2__h4{
    font-size:20px;
    font-weight:500;
    margin-bottom:30px;
}

.counseling--s2__h4 span{
    color: #008cd6;
    border-bottom: 5px solid #ffec70;
    font-size: 26px;
    font-weight: 600;
    margin-right:10px;
}

.counseling__box1{
    font-size: 0;
    line-height: 0;
    letter-spacing: -.40em;
    text-align: justify;
    text-justify: distribute-all-lines;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.counseling__box2{
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
}

.counseling__box2 ul{
    font-size:14px;
    font-weight:300;

}

.counseling__box2 ul li{
    border-bottom: 1px dotted #008cd6;
    padding: 15px 0px 15px 5px;
    width: 315px;
}

.counseling__box2 ul li img{
    margin-right: 5px;
}

.counseling__box3 {
    border: 1px solid #008cd6;
    padding: 50px 30px;
    text-align: left;

}

.counseling__box3 h4 {
    text-align: center;
    font-size: 20px;
    color: #008cd6;
    margin-bottom: 30px;
}

.box_contact {
    text-align: center;
    font-weight: 600;
    padding: 25px 0;
    line-height: 32px;
    margin-top: 30px;
}

.txt02{
    text-align: center;
    line-height: 24px;
}
/*counseling
============================================================== */

.recruit__table1{
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    font-size: 14px;
}

.recruit__table1 th {
    width: 145px;
    padding: 20px 25px;
    font-weight: bold;
    border-top: 1px solid #c7d0d9;
    border-bottom: 1px solid #c7d0d9;
    background: #fffadb;
    font-weight: 600;
    line-height: 24px;
}

.recruit__table1 td {
    width: 50%;
    padding: 20px 25px;
    vertical-align: top;
    border-top: 1px solid #c7d0d9;
    border-bottom: 1px solid #c7d0d9;
    font-weight: 300;
    line-height: 24px;
}

.recruit__table1-vert{
    vertical-align: top;
}

.recruit__h4{
    color: #008cd6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.recruit__h4 span{
    border-bottom: 5px solid #ffec70;
    padding-bottom: 5px;
}

.re_tel{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.box_recruit {
    text-align: center;
    font-weight: 600;
    padding: 25px 0;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 50px;
}

/**/

.tbl01{
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.tbl01 th {
    width: 240px;
    padding: 20px 25px;
    border-top: 1px solid #c7d0d9;
    border-bottom: 1px solid #c7d0d9;
    background: #fffadb;
    font-weight: 600;
    line-height: 24px;
    position: relative;
}
.tbl01 th span{
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    background: #ff8f8f;
    color: #fff;
    padding: 5px 7px;
    font-weight: 400;
    position: absolute;
    right: 20px;
}
.tbl01 th small{
    display: block;
    font-weight: 400;
}
.tbl01 td {
    padding: 20px 25px;
    vertical-align: top;
    border-top: 1px solid #c7d0d9;
    border-bottom: 1px solid #c7d0d9;
    font-weight: 300;
    line-height: 24px;
}
.tbl01 td input{
    border: 1px solid #ccc;
    padding: 3px 5px;
}
.tbl01 td select{
    border: 1px solid #ccc;
    padding: 3px 5px;
}
.tbl01 td textarea{
    border: 1px solid #ccc;
    padding: 3px 5px;
    width: 100%;
}
.accept{
    text-align: center;
    color: #f00;margin: 15px 0 40px;
}

.btn_submit{
    text-align: center;
}
.btn_submit input{
    background: url(../images/btn_form.png) no-repeat;
    width: 350px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.btn_submit input:not(:disabled):hover{
    opacity: .75;
    cursor: pointer;
}
.row_time{
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
}
.date{
    margin-right: 20px;
}
.tbl01 td p{
    margin-top: 5px;
}

/* thanks */
.box_thanks{
    background: url(images/thanks/bdr_thanks.png) no-repeat center top , url(images/thanks/bdr_thanks.png) no-repeat center bottom;
    padding: 40px 0;
    text-align: center;
    margin-top: 40px;
}
.box_thanks h4{
    font-size: 20px;
    color: #008cd6;
    margin-bottom: 20px;
}
.box_thanks p{
    margin-top: 20px;
}
.box_thanks p span{
    color: #008cd6;
}

.tbl01 td.birthday input {
    width: 100px;
}
.tbl01 td .date input {
    width: 150px;
}
.cal01{
    margin-bottom: 50px;
}
.cal01 #biz_calendar{
    max-width:400px!important;
}
.cal01 #biz_calendar table.bizcal td{
    padding:8px;
}

.risk__box ol li {
    list-style: inside decimal;
    padding: .5em 0;
}
