@charset "UTF-8";

#wrap { padding: 100px 0 0; }
@media only screen and (max-width:1280px){
   #wrap { padding: 60px 0 0; }
}


/* =========================================================
pankuzu
========================================================= */
.bread_wrap { display: block; padding-top: 20px; margin-bottom: 20px; }
.bread_wrap .inner { max-width: 1200px; margin-left: auto; margin-right: auto;}
.bread_wrap ul { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; font-size: 1.2rem;line-height: 1; }
.bread_wrap ul li:not(:last-child) { margin-right: 23px; position: relative; }
.bread_wrap ul li:not(:last-child):after { position: absolute; content: ""; width: 4px; height: 4px; border-top: 1px solid #959595; border-right: 1px solid #959595; transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 4px; right: -13px; }
@media screen and (max-width:1280px){
    .bread_wrap .inner { width:97vw; }
}
@media only screen and (max-width:768px){
    .bread_wrap {display: none;}
}

/* =========================================================
index_page
========================================================= */
body.index h2.main_title { height: 180px; overflow:hidden;}
body.index h2.main_title img{ margin: 0 auto; display: block; }
body.index .container { width: 100vw; }
body.index .container_inner { max-width: 1200px; margin: 0 auto; }
body.index .container ul { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
body.index .container li { border-radius: 10px; max-width: 580px; width: 48.33%; margin-top: 40px; height: 170px; overflow: hidden; }
body.index .container li a { padding: 25px; display: flex; align-items: center; justify-content: flex-start; transition: 0.2s; }
body.index .container .txt_box { margin-left: 30px; }
body.index .container .txt_box h3 { font-size: 1.8rem;  }
body.index .container .txt_box p { font-size: 1.4rem; line-height: 1.71; margin-top: 10px; }
/*kodomo*/
body.body__kodomo.index h2{background-color: #fdf7fb;}
body.body__kodomo.index h2.main_title img{width: 100%; max-width: 705px;}
body.body__kodomo.index .container li { border: solid 4px #fae2f2; }
body.body__kodomo.index h3 { color: #FF7A67; }
body.body__kodomo.index .container li a:hover { background-color: #fdf7fb; }
/*otona*/
body.body__otona.index h2{background-color: #fff9db;}
body.body__otona.index h2.main_title img{width: 100%; max-width: 680px;}
body.body__otona.index .container li { border: solid 4px #F7EDBB; }
body.body__otona.index h3 { color: #F09B27; }
body.body__otona.index .container li a:hover { background-color: #fff9db; }
@media only screen and (max-width:1260px){
   body.index .container_inner { width: 97vw; max-width: inherit; }
   body.index .container li { margin-top: 3.22%; }
   body.index .container li a { padding: 1.58vw;height: 100%;}
   body.index .container .txt_box { margin-left: 2.8vw; }
}
@media only screen and (max-width:768px){
   body.index .container_inner { width: 92vw; }
   body.index h2.main_title { height: 26vw; }
   body.index h2.main_title img { width: 42.0746vw; }
   body.index .container ul { display: block; }
   body.index .container li { max-width: inherit; width: 100%; margin-top: 5.333vw; height: 33.5vw; }
   body.index .container li:first-child { margin-top: 8vw; }
   body.index .container li a { padding: 5.33vw; transition: none; align-items:flex-start; }
   body.index .container li img { width: 22.46vw; }
   body.index .container .txt_box { margin-left: 4vw; }
   body.index .container .txt_box h3 { font-size: 4.266vw;}
   body.index .container .txt_box p { font-size: 3.2vw; margin-top: 2.6vw; }
   body.body__kodomo.index .container li a:hover ,
   body.body__otona.index .container li a:hover { background-color: inherit; }
   /*otona*/
   body.body__otona.index .txt_box h3{  line-height: 1.63; }
   body.body__otona.index .container li {  height: auto;  }
}

/* =========================================================
Column
========================================================= */
/*共通*/
body.column .container_inner { position: relative; max-width: 1200px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; }
body.column .left_column { width: 70%; margin-top: 50px; }
body.column .left_column img { width: auto; }
body.column h2.main_title { width: 100%; font-size: 30px; font-weight: normal; text-align: left; padding: 25px 0; }
body.column h2.main_title span { display: block; margin: 0 auto; max-width: 1200px; }
body.column .post_detail { margin-top: 80px; }
body.column .post_detail h3 { font-size: 2.2rem; font-weight: normal; padding-bottom: 14px; line-height: 1.5;}
body.column .post_detail p {font-size: 1.6rem; line-height: 2.13; }
body.column .post_detail img { margin: 60px auto 0; display: block; }
body.column .pc_margin_0{margin-top:0 !important;}
body.column .pc_margin_10{margin-top:10px !important;}
body.column .pc_margin_20{margin-top:20px !important;}
body.column .pc_margin_30{margin-top:30px !important;}
body.column .pc_margin_40{margin-top:40px !important;}
body.column .pc_margin_60{margin-top:60px !important;}
body.column .pc_margin_80{margin-top:80px !important;}
@media only screen and (max-width:1280px) {
   body.column .container { width: 100vw; }
   body.column .container_inner { width: 97vw; max-width: inherit; }
   body.column h2.main_title { width: 100%; font-size: 30px; }
   body.column h2.main_title span { max-width: inherit; width: 97vw; }
}
@media only screen and (max-width:768px) {
   body.column .container_inner { display: block; }
   body.column .left_column { margin-top: 10.66vw; width: 100%;}
   body.column h2.main_title { font-size: 5.333vw; padding: 5.333vw 0; }
   body.column h2.main_title span { max-width: inherit; width: 92vw; }
   body.column .post_detail { margin-top: 15vw; }
   body.column .post_detail h3 { font-size: 4.8vw; padding-bottom: 2.666vw; }
   body.column .post_detail p { font-size: 3.733vw; line-height: 2; }
   body.column .post_detail img { margin: 7.666vw auto 0; }
   body.column .pc_margin_20{margin-top:4.3333vw !important;}
   body.column .pc_margin_30{margin-top:7vw !important;}
   body.column .sp_margin_30{margin-top:7vw !important;}
   body.column .pc_margin_40{margin-top:8.666vw !important;}
   body.column .pc_margin_60{margin-top:8.666vw !important;}
   body.column .pc_margin_80{margin-top:8.666vw !important;}
}

/* =========================================================
side_menu
========================================================= */
body.column .side_menu{min-width: 258px; padding-top:25px; font-size: 1.4rem;height: 100%; position: sticky;}
body.body__otona.column .side_menu{ padding-top:20px;}
body.column .side_menu .side_menu_title{border-bottom:1px solid #E5E5E5; padding-bottom: 11px;}
body.column .side_menu li{position:relative; position: relative; vertical-align: middle; text-indent: 20px; color: #7F7F7F; padding-top: 20px;}
body.column .side_menu li:before { content: ""; display: block; vertical-align: middle; width: 8px; height: 8px; margin: 0 10px; transform: rotate(45deg); position: absolute; left: -8px; bottom: 3px; }
body.column .side_menu ul.border{ margin-top: 25px; border-top:1px solid #E5E5E5; }
body.column .side_menu ul:first-of-type li:first-child{margin-top: 5px;}
body.column .side_menu ul.border li:first-child{margin-top: 5px;}
body.column .side_menu img{max-width:260px; width: 100%;}
/*kodomo*/
body.body__kodomo.column .side_menu{ top: 100px;}
body.body__kodomo.column .side_menu li:before{border-top: 2px solid #ff7a67; border-right: 2px solid #ff7a67;}
body.body__kodomo.column .side_menu li a:hover{color: #ff7a67; }
body.body__kodomo.column .side_menu li.active{color: #ff7a67; font-weight: bold;}
body.body__kodomo.column .post_detail h3{border-bottom: 1px solid #ff7a67;}
body.body__kodomo.column h2.main_title{ color: #ff7a67; background-color: #fdf7fb;}
/*otona*/
body.body__otona.column .side_menu{ top: 100px;}
body.body__otona.column .side_menu li:before{border-top: 2px solid #F09B27; border-right: 2px solid #F09B27;}
body.body__otona.column .side_menu li.active{color: #F09B27; font-weight: bold;}
body.body__otona.column .post_detail h3{border-bottom: 1px solid #F09B27;}
body.body__otona.column h2.main_title{ color: #F09B27; background-color: #FFF9DB;}
@media only screen and (max-width:1280px){
    body.body__kodomo.column .side_menu{ top: 50px;}
    body.body__otona.column .side_menu{ top: 50px;}
   body.column .side_menu{ margin-left: 3vw;}
   body.column .side_menu img{width: 100%;}
}
@media only screen and (max-width:768px){
   body.column .container_inner{width: 92vw;}
   body.column .side_menu{display: none;}
   body.column .left_column{ max-width: inherit;}
}


/* =========================================================
growth
========================================================= */
.growth .post_detail p { margin-top: 60px;}
.growth .post_detail p:nth-of-type(1) { margin-top: 20px; }
.growth .area { margin: 60px auto 0; }
.growth .area .main_title{margin-top:20px; border-radius: 5px; padding: 10px; text-align: center;}
.growth .area small{font-size: 1.2rem;  display: block; margin: 10px 0 0;}
.growth .area.table{max-width: 813.5px;}
.growth .area.table img{margin: 15px auto 0;}
.growth .area.pdf{ max-width: 600px;}
.growth .area.pdf .box{padding: 10px 0 25px;}
.growth .area.pdf .pdf_inner{ display: flex; align-items: baseline; justify-content: space-between; margin-top: 20px;}
.growth .area.pdf .pdf_content{ border-radius: 5px; width: 48.33%;}
.growth .area.pdf .pdf_content.boy .box{ border-right: 1px solid #007dca; border-left: 1px solid #007dca; border-bottom: 1px solid #007dca; border-radius: 0 0 5px 5px;}
.growth .area.pdf .pdf_content.girl .box{ border-right: 1px solid #d371b0; border-left: 1px solid #d371b0; border-bottom: 1px solid #d371b0; border-radius: 0 0 5px 5px;}
.growth .area.pdf .pdf_title{ font-size: 1.6rem; text-align: center;padding: 10px 0; border-radius: 5px 5px 0 0;}
.growth .area.pdf .pdf_content.boy .pdf_title{ background-color: #b7defe; border: 1px solid #007dca; }
.growth .area.pdf .pdf_content.girl .pdf_title{ background-color: #fcd8ee; border: 1px solid #d371b0;}
.growth .area.pdf .btn{margin:15px auto 0; color:#FFF; width: 68%; font-size: 1.4rem;}
.growth .area.pdf .btn.blue{background-color:#5db7fd;}
.growth .area.pdf .btn.pink{background-color:#f7aedc; border: none;}

@media only screen and (max-width:1280px) {
   .growth .area.table{ max-width:inherit;}
   body.column.growth .post_detail img, .growth .area.table img{ width: 100%;}
}

@media only screen and (max-width:768px){
   body.column.growth .post_detail img{width: 100%;}
   .growth .post_detail p { margin-top: 9.666vw;}
   .growth .post_detail p:nth-of-type(1) { margin-top: 7vw; }
   .growth .area .main_title{margin-top:3.666vw; padding: 2.66vw;}
   .growth .area small{font-size: 3.2vw; margin: 2.666vw 0 0;}
   .growth .area.table{ margin:13vw 0 0 0;}
   .growth .area.table img{margin: 2.666vw auto 0;}
   .growth .area.pdf{ max-width: inherit; margin-top:10.666vw;}
   .growth .area.pdf .pdf_inner{ display: block;}
   .growth .area.pdf small{line-height: 1.67;}
   .growth .area.pdf .box{padding: 2.4vw 0 6.666vw 0 ;}
   .growth .area.pdf .pdf_content{ width: 100%; margin-top:2.666vw;}
   .growth .area.pdf .pdf_title{ font-size: 1.6rem; text-align: center;padding: 2.666vw 0;}
   .growth .area.pdf .btn{margin:4vw auto 0; width: 53.333vw; font-size: 3.733vw;}
}

/*area*/
body.column .area .sub_title { font-size: 1.8rem; }
body.column .area .main_title { font-size: 1.6rem; }
body.body__kodomo.column .area .main_title{border: solid 1px #ff7a67;}
/* area.list */
body.column .area.list li{border-radius: 10px; padding: 15px 0; margin-top: 10px; text-align: center; line-height: 1;}
body.column .area.list .sub_title{text-align:center; margin-bottom: 20px;}
body.column .area.list.w560 {max-width: 560px;}
body.body__kodomo.column .area.list li{color: #ff7a67;background-color: #fefcfd;border: solid 1px #ffc3b9;}
@media only screen and (max-width:768px) {
   /*area*/
   body.column .area { margin: 0 auto; }
   body.column .area .sub_title { font-size: 4.266vw; }
   body.column .area .main_title { font-size: 3.73vw; }
   /* area.list */
   body.column .area.list li{border-radius: 5px;}
   body.column .area.list li{padding:2.66vw 0; margin-top: 1.33vw;}
   body.column .area.list .sub_title{ margin-bottom: 4vw;}
   body.column .area.list.w560 {max-width: inherit;}
}
/* grow_curve iframe*/
#grow_curve { margin: 80px auto 0; max-width: 1200px; position: relative; scroll-margin-top: 100px; }
#grow_curve iframe { width: 100%; height: 1140px; overflow-y:scroll;}
@media only screen and (max-width:768px) {
   #grow_curve .inner { width: 100%; margin-top: 24vw; }
   #grow_curve iframe { height: 226vw; }
}

/* =========================================================
cure
========================================================= */
body.body__kodomo.column.cure .post_detail img{width: 100%;}

/* =========================================================
cause
========================================================= */
.cause .area { margin: 60px auto 0; }
body.column.cause .post_detail{margin-top: 29px;}
body.column.cause .area.list.w560 li{line-height: 1.57;}

@media only screen and (max-width:768px){
   body.column.cause .area{margin-top:10.666vw !important;}
   body.column.cause .post_detail h3{line-height: 1.67; padding-bottom: 1vw}
   body.column.cause .post_detail{margin-top: 6vw; padding: 0 0 1vw 0;}
   body.column.cause .area.list.w560 li{padding:1.5vw 0;}
   body.column.cause .post_detail.accordion-item.pc_margin_80{margin-top: 13vw !important;}
}
/* inner_post_detail */
body.column .inner_post_detail h4{font-size: 1.6rem; font-weight: bold;}
body.body__kodomo.column .inner_post_detail h4{color: #ff7a67;}
body.body__otona.column .inner_post_detail h4{color: #F09B27;}
@media only screen and (max-width:768px) {
   body.column .inner_post_detail h4{font-size: 3.733vw;}
}
/* inner_post_detail flex_box */
body.column .flex_box{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
body.column .flex_box img{margin: 0;}
body.column .txt_box.w500{max-width: 500px;}
@media only screen and (max-width:1280px) {
   body.column .txt_box.w500{max-width: inherit;}
   body.column .flex_box picture{margin: 0 auto 0;}
   body.column .flex_box img{margin: 50px auto 0;}
}
@media only screen and (max-width:768px) {
   body.column .flex_box{display: block;}
   body.column .flex_box img{ margin: 8.666vw auto 0;width: 76.5333vw;}
}
/* accordion */
.accordion-title { color: #000; cursor: pointer; font-size: 2.2rem;position: relative;}
.accordion-content { display: none; }
.accordion-content p { font-size: 1.6rem; line-height: 2.13; }
.accordion-title::after {content: ""; display: block;position: absolute; transform: rotate(135deg); transition: transform .3s ease-in-out, top .3s ease-in-out; width: 12px; height: 12px; right: 13px;  bottom: 20px; }
body.body__kodomo.column .accordion-title::after{ border-right: solid 2px #ff7a67; border-top: solid 2px #ff7a67; }
.accordion-title.open::after { bottom: 20px; transform: rotate(-45deg); }
@media only screen and (max-width:768px) {
   .accordion-title::after {content: ""; display: block;position: absolute; right: 15px; top: auto; transform: rotate(135deg); transition: transform .3s ease-in-out, top .3s ease-in-out; width: 12px; height: 12px; bottom: 15px; }
   .accordion-title.open::after { top: auto; transform: rotate(-45deg); bottom: 15px;  }
}
/* =========================================================
medical_examination
========================================================= */
.medical_examination .post_detail p { margin-top: 60px; }
.medical_examination .post_detail p:nth-of-type(1) { margin-top: 20px; }
.medical_examination .post_detail .area.border_box { margin-top: 40px; }
.medical_examination main small { font-size: 1.4rem; text-align: center; display: block;margin-top: 5px; line-height:1.5;}
.medical_examination main small.small_2:last-of-type {text-align: left; }
.medical_examination .btn.pink{max-width: 300px; margin:40px auto 0; padding: 17px;}
@media only screen and (max-width:1280px) {
   .medical_examination main small {text-align:left;}
   body.column.medical_examination .post_detail img.img01{width:auto; }
   body.column .post_detail img.img02{width:100%; }
}
@media only screen and (max-width:768px) {
   .medical_examination .post_detail p { margin-top: 9.666vw; }
   .medical_examination .post_detail p:nth-of-type(1) { margin-top: 7vw; }
   .medical_examination .post_detail .area.border_box { margin-top: 8vw; }
   .medical_examination .post_detail .area.border_box .box.w330 li{font-size: 3.73vw; margin-top: 2.66vw}
   .medical_examination main small { font-size: 3.2vw; margin-top:4vw; }
   .medical_examination .btn.pink{max-width: inherit; width: 81.33vw; margin:8.66vw auto 0; padding:4vw;}
      body.column.medical_examination .post_detail img.img01{width:100%;}
      body.column .post_detail img.img02{margin: 10.66vw auto; }
}
/*border_box*/
body.column .area.border_box span { font-size: 1.6rem; line-height: 1; }
body.column .area.border_box p { font-size: 1.4rem; line-height: 1.71; margin-top: 10px; }
body.column .area.border_box p.black{color: #000;}
body.column .area.border_box .box { padding: 20px; margin-bottom: 10px; }
body.body__kodomo.column .area.border_box .box { border: solid 1px #ffc3b9; background-color: #fefcfd; border-radius: 10px; }
body.body__kodomo.column .area.border_box span { color: #ff7a67; }
/*border_box2*/
body.column .area.border_box.bg_white_box{ border: solid 1px #ffc3b9; background-color: #FFF; border-radius: 10px; }
/*border_box flex_box*/
body.column .area.border_box.flex_box2 .inner { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; }
body.column .area.border_box.flex_box2 .sub_title{text-align: center; margin-bottom:25px;}
body.column .area.border_box li{ font-size: 1.6rem; line-height: 1; margin-top: 15px; }
body.column .area.border_box small { display: block; text-align: center; }
body.column .area.border_box .w330 { width: 330px; }
body.column .area.border_box .w360 { width: 360px; }
body.column .area.border_box .w555 { width: 555px; }
body.column .area.border_box .w400 { width: 400px; min-height:160px; padding: 10px; margin-bottom: 0; display: flex; justify-content: center;align-items: center;}
body.column .area.border_box .w400 p{font-size: 1.6rem; text-align: justify; max-width: 336px; margin-top: 0; }
body.column .area.border_box .w400 li{  margin-top: 10px;}
body.column .area.border_box .w400 li:first-child{ margin-top: 0;}
body.column .tryangle { margin: 0 10px; display: block; width: 0; height: 0; border-style: solid; border-width: 15.5px 0 15.5px 16px; width:16.6px; height:31.9px; }
body.body__kodomo.column .area.border_box li { color: #ff7a67; }
body.body__kodomo.column .tryangle { border-color: transparent transparent transparent #ffb8ab; }
/*border_box*/
body.column .area.border_box.flex_box2.bg_white_box .inner{justify-content: space-between;align-items: flex-start;}
body.column .area.border_box.flex_box2.bg_white_box .sub_title{text-align: left; margin-bottom: 20px;}
body.column .area.border_box.flex_box2.bg_white_box{background-color: #fff; padding: 40px;}
body.column .area.border_box.flex_box2.bg_white_box p{margin-top: 0;line-height: 2; text-align: justify;}
body.column .area.border_box.flex_box2.bg_white_box img{margin:0;}
body.body__kodomo.column .area.border_box.flex_box2.bg_white_box{ border: solid 1px #ffc3b9;}
@media only screen and (max-width:1280px) {
   body.column .area.border_box.flex_box2.bg_white_box img{width: auto; margin:40px auto 0;}
   body.column .tryangle { transform: rotate(90deg);margin: 0 auto; }
   body.column .area.border_box.flex_box2 .inner{display:block; margin-top: 4vw;}
   body.column .area.border_box.flex_box2 .sub_title{margin-bottom:0; text-align: left;}
   body.column .area.border_box .w330 ul li{width: 100%;}
   body.column .area.border_box .w330 { width: 100%;margin-bottom: 0; }
   body.column .area.border_box .w360 { width: 100%; }
   body.column .area.border_box .w555 { width: 100%; }
   body.column .area.border_box .w400 { width: 100%; justify-content: flex-start; padding: 20px;}
   body.column .area.border_box .w400 p {max-width: inherit;}
   body.column .post_detail img.img01{width:100%;}
}
@media only screen and (max-width:768px) {
   body.column .area.border_box span { font-size: 3.733vw;}
   body.column .area.border_box p { font-size: 3.466vw;margin-top: 2.666vw; }
   body.column .area.border_box .box { padding: 5.33vw; margin-bottom: 2.66vw; }
   /*border_box flex_box*/
   body.column .area.border_box.flex_box2 .inner { display: block;}
   body.column .area.border_box.flex_box2 .sub_title{margin-bottom:4.266vw;}
   body.column .area.border_box.flex_box2 .sub_title.center{ text-align:center }
   body.column .area.border_box li{ font-size: 4.266vw;margin-top: 4vw; }
   body.column .area.border_box small { display: block; text-align: center; }
   body.column .area.border_box .w330 {margin-bottom: 0;}
   body.column .area.border_box .w330 { width: 100%; }
   body.column .area.border_box .w360 { width: 100%; }
   body.column .area.border_box .w555 { width: 100%; }
   body.column .area.border_box .w400 { width: 100%; min-height:auto; padding: 5.33vw; margin-bottom: 0;}
   body.column .area.border_box .w400 p{font-size: 1.6rem; max-width: inherit; margin-top: 0; }
   body.column .area.border_box .w400 li{  margin-top: 4vw; font-size:3.733vw; }
   body.column .area.border_box .w400 li:first-child{ margin-top: 0;}
   body.column .tryangle { margin: 0 auto; border-width: 4.13vw 0 4.13vw 4.26vw; width:3.496vw; height:4.416vw; }
   /*border_box*/
   body.column .area.border_box.flex_box2.bg_white_box .inner{justify-content: space-between;align-items: flex-start;}
   body.column .area.border_box.flex_box2.bg_white_box .sub_title{text-align: left; margin-bottom: 7vw;}
   body.column .area.border_box.flex_box2.bg_white_box{padding: 8vw  5.33vw;}
   body.column .area.border_box.flex_box2.bg_white_box p{margin-top: 0;line-height: 2; text-align: justify;}
   body.column .area.border_box.flex_box2.bg_white_box img{width: 100%; margin:5.33vw 0 0 0;}
   body.body__kodomo.column.medical_examination .area.border_box.flex_box2.pc_margin_60 .inner{padding: 0;}
   body.body__kodomo.column.medical_examination .area.border_box.flex_box2.pc_margin_60 li{margin-top: 3vw;line-height: 1;}
   body.body__kodomo.column.medical_examination .area.border_box.flex_box2.pc_margin_60 li:nth-of-type(1){margin-top: 0;}
}

/* =========================================================
medical_expenses
========================================================= */
.medical_expenses .post_detail p { margin-top: 60px; }
.medical_expenses .post_detail p:nth-of-type(1) { margin-top: 20px; }
.medical_expenses .area.list.w560 { margin: 60px auto 0; }

/*round*/
.round li { position: relative; padding-left: 25px; }
.round li:before { content: ""; position: absolute; top: .2em; left: 0; width: 10px; height: 10px; background-color: #ff7a67; border-radius: 50%; }

/*border_box_top_title*/
.border_box_top_title { border-radius: 10px; }
.border_box_top_title .title { font-size: 16px; text-align: center; padding: 15px 0; border-radius: 10px 10px 0 0; border-top: solid 1px #ffc3b9; border-left: solid 1px #ffc3b9; border-right: solid 1px #ffc3b9; }
.border_box_top_title .inner { padding: 20px; border-left: solid 1px #ffc3b9; border-right: solid 1px #ffc3b9; border-bottom: solid 1px #ffc3b9; border-radius: 0 0 10px 10px; }
.border_box_top_title .inner small { text-align: center; display: block; margin-top: 20px; }
.border_box_top_title li { margin-bottom: 20px; }
.border_box_top_title .inner small.left { text-align: left; margin-top: 30px; }
.border_box_top_title.padding_30 .inner { padding: 30px }
#wrap a.underline { text-decoration: underline; }
body.column.medical_expenses .post_detail .border_box_top_title .inner img { margin: 0 auto; }
body.body__kodomo.column .title { background-color: #ffe6e2; }
body.body__kodomo.column .area.border_box.flex_box2.pc_margin_60 .title { text-align: center; padding: 15px 0; border-radius: 10px 10px 0 0; border-top: solid 1px #ffc3b9; border-left: solid 1px #ffc3b9; border-right: solid 1px #ffc3b9; }
body.body__kodomo.column.medical_expenses .area.border_box.flex_box2.pc_margin_60 .inner { padding: 30px; border-left: solid 1px #ffc3b9; border-right: solid 1px #ffc3b9; border-bottom: solid 1px #ffc3b9; border-radius: 0 0 10px 10px; justify-content: space-between; align-items: center; flex-wrap: wrap; }
body.column .area.border_box.flex_box2.pc_margin_60 ul li { font-size: 1.6rem;  }
.area.border_box.flex_box2.pc_margin_60  img { padding: 10px 0 0 0; margin: 0 auto; }
.area.border_box.flex_box2.pc_margin_60 .box_waku { max-width: 380px; }
.area.border_box.flex_box2.pc_margin_60 .box.w380 { width: 380px; height: 175px; padding: 20px; margin-bottom: 20px; background-color: #FFF;}
.area.border_box.flex_box2.pc_margin_60 .box.w380.left { display: flex; align-items: center; }
.area.border_box.flex_box2.pc_margin_60 ul span, .area.border_box.flex_box2.pc_margin_60 .round li.none { font-size: 1.2rem; color: #000; line-height:1.7; }
.area.border_box.flex_box2.pc_margin_60 .round li { margin-top: 0; margin-bottom: 5px; padding-left: 15px; color: #000; }
.area.border_box.flex_box2.pc_margin_60 .round li:before { top: 0.35em; }
.area.border_box.flex_box2.pc_margin_60 .round li.none:before { content: none; }

/*ここにあわせる*/
.medical_expenses .area.border_box.flex_box2.pc_margin_60 .box_waku img{max-width: 106px;}
.medical_expenses .area.border_box.flex_box2.pc_margin_60 .round li{line-height: 1.7; font-size: 1.4rem;}
@media only screen and (max-width:1280px) {
   .medical_examination .post_detail .area.border_box .sub_title.center{ text-align:center; margin-bottom:20px; }
   body.column .area.border_box.flex_box2.pc_margin_60 .inner { margin-top: 0; }
   body.column.medical_expenses .post_detail .border_box_top_title .inner img.round_img { width: 100%; }
   .border_box_top_title.padding_30 .title { line-height: 1.71; }
   .area.border_box.flex_box2.pc_margin_60 .box_waku { margin: 0 auto; }
}
@media only screen and (max-width:768px) {
   .medical_examination .post_detail .area.border_box .sub_title.center{margin-bottom: 4.266vw;}
   .round li { padding-left: 4.533vw; }
   .round li:before { top:.5em; width: 2.66vw; height: 2.66vw; }
   .area.border_box.flex_box2.pc_margin_60 .round li:before { top: .5em; }
   .border_box_top_title .title { font-size: 3.73vw; padding: 2.66vw 0 2vw 0; }
   .border_box_top_title .inner { padding: 5.33vw; }
   .border_box_top_title .inner small { text-align: left; margin-top: 5.3333vw; line-height: 1.77; }
   .border_box_top_title li { margin-bottom: 3vw; line-height: 1.77; font-size: 3.466vw; }
   .border_box_top_title .inner small.left { margin-top: 0; }
   .border_box_top_title.padding_30 .inner { padding: 5.3333vw; }
   body.body__kodomo.column .area.border_box.flex_box2.pc_margin_60 .title { padding: 2.66vw 0 2vw 0; }
   body.body__kodomo.column .area.border_box.flex_box2.pc_margin_60 .inner { padding: 5.333vw; display: block; }
   body.column .area.border_box.flex_box2.pc_margin_60 ul li { font-size: 3.466vw; }
   .area.border_box.flex_box2.pc_margin_60  img { padding: 0; margin: 0 auto; width: 28.26vw; }
   .area.border_box.flex_box2.pc_margin_60 .box_waku { max-width: inherit; }
   .area.border_box.flex_box2.pc_margin_60 .box.w380 { width: 100%; height: auto; padding: 5vw; margin-bottom: 5.33vw; }
   .area.border_box.flex_box2.pc_margin_60 .box.w380.left { display: flex; align-items: center; }
   .area.border_box.flex_box2.pc_margin_60 ul span { font-size: 3.2vw; margin-top: 5vw;margin-bottom: 0; }
   .medical_expenses .area.border_box.flex_box2.pc_margin_60 .round li.none { font-size: 3.2vw; margin: 5vw 0 0 0; }
   .area.border_box.flex_box2.pc_margin_60 .round li { margin-top: 0; margin-bottom: 3vw; padding-left: 4.533vw; }
   .area.border_box.flex_box2.pc_margin_60 .round li:last-child { margin-bottom: 0; }
   .medical_expenses .area.list.w560 { margin: 0px auto 0; }


   /*ここにあわせる*/
   .medical_expenses .area.border_box.flex_box2.pc_margin_60 .box_waku img{max-width: inherit;}
   .medical_expenses .area.border_box.flex_box2.pc_margin_60 .round li{ font-size:3.46666vw; margin-bottom: 1vw;}
   body.body__kodomo.column.medical_expenses .area.border_box.flex_box2.pc_margin_60 .inner{padding:5.3333vw;}
}



/* =========================================================
faq
========================================================= */
body.column.faq .post_detail h3{border-bottom: none;}
body.column.faq .accordion-item {border-top:1px solid #E5E5E5; padding:30px 0; position:relative;}
body.column.faq .accordion-item:last-of-type{border-bottom:1px solid #E5E5E5; }
body.column.faq .faq_inner{max-width: 745px; width: 88.69%; position: relative; padding-left: 25px; }
body.column.faq .faq_inner h3{font-size:1.6rem; color: #FF7A67; font-weight:bold; line-height: 1.7;}
body.column.faq .faq_inner h3:before { content: "Q."; position: absolute; top: 0; left: 0; font-size:1.8rem; color:#FF7A67; font-weight:normal; }
body.column.faq .faq_inner .question{font-size: 1.4rem;}
body.column.faq .faq_inner p{ text-align: justify;}
body.column.faq .faq_inner .anser{line-height: 2.13; font-size: 1.6rem;}
body.column.faq .faq_inner .anser:before { content: "A."; position: absolute; top: 0; left: 0; font-size:1.8rem; color:#0bb0ed; font-weight:normal; }
body.column.faq .anser a{color: #ff7a67;}
/*アコーディオン*/
body.column.faq .accordion-title::after{display: none;}
body.column.faq .faq_yazirushi::after {content: ""; display: block;position: absolute; transform: rotate(135deg); transition: transform .3s ease-in-out, top .3s ease-in-out; width: 12px; height: 12px; right: 13px;  top:45%; }
.faq_yazirushi::after{ border-right: solid 2px #ff7a67; border-top: solid 2px #ff7a67; }
body.column.faq .faq_yazirushi.open::after { bottom: 20px; transform: rotate(-45deg); }
.sp_faq_yazirushi{display:none;}
@media only screen and (max-width:768px) {
   .accordion-title::after {content: ""; display: block;position: absolute; right: 15px; top: auto; transform: rotate(135deg); transition: transform .3s ease-in-out, top .3s ease-in-out; width: 12px; height: 12px; bottom: 15px; }
   .accordion-title.open::after { top: auto; transform: rotate(-45deg); bottom: 15px;  }
}

@media only screen and (max-width:768px) {
   body.column.faq .left_column{ width: 100%;}
   body.column.faq .accordion-item {padding:5.33vw 0 12.8vw 0;}
   body.column.faq .faq_inner{max-width: inherit; width: 100%; padding-left: 8vw; }
   body.column.faq .faq_inner h3{font-size:3.733vw;}
   body.column.faq .faq_inner h3:before {font-size:4.266vw; }
   body.column.faq .faq_inner .question{font-size: 3.46vw;}
   body.column.faq .faq_inner .anser{font-size: 3.46vw;}
   body.column.faq .faq_inner .anser:before {font-size:4.266vw;}
   /*アコーディオン*/
   body.column.faq .faq_yazirushi::after {content: ""; position: absolute; display: block; margin: 0 auto; top: auto; right: 0; left:0; bottom: 5.33333vw; transform: rotate(135deg); transition: transform .3s ease-in-out, top .3s ease-in-out; width: 12px; height: 12px;}
   body.column.faq .faq_yazirushi::after{ border-right: solid 2px #ff7a67; border-top: solid 2px #ff7a67; }
   body.column.faq .faq_yazirushi.open::after { bottom: 20px; transform: rotate(-45deg); }
   .sp_faq_yazirushi{display: block; width: 100%; position: absolute; height:12.8vw;}
}

/* =========================================================
voice
========================================================= */
.voice .post_detail p { margin-top: 60px;}
.voice .post_detail p:nth-of-type(1) { margin-top: 20px; }
.voice .large_title{ border: solid 2px #ff7a67; background-color: #FF7A67; border-radius: 10px; color: #FFF; padding: 20px 30px;}
.voice .large_title.white{min-height: 195px; background-color: #FFFF; border: solid 4px #FF7A67;font-size:1.8rem; font-weight: bold; color:#FF7A67; line-height: 2.11;display:flex;align-items: center;padding: 50px;}
.voice .large_title span{font-size: 1.4rem; border-bottom: 1px solid #FFF;display: block; padding-bottom:10px;}
.voice .large_title .txt{font-size: 2.4rem;line-height: 1.67; margin-top: 10px; font-weight: bold;}
body.column.voice .flex_box{flex-wrap:nowrap;}
.voice .img_box.w300{max-width:300px; margin-top: 10px;}
.voice .post_detail p.w500{max-width:500px; margin-top:0;}
.voice main small{font-size: 1.4rem; text-align: left; line-height: 1.71; margin-top: 10px; display: block;}
@media only screen and (max-width: 1280px){
   body.column.voice  .flex_box img{margin: 0;}
   .voice .img_box.w300{max-width:inherit;width: 35.714%;}
   .voice .img_box.w300 img{width: 100%;}
   .voice .post_detail p.w500{max-width:59.523%;}
}
@media only screen and (max-width:768px){
   .voice .post_detail p { margin-top: 9.666vw;}
   .voice .post_detail p:nth-of-type(1) { margin-top: 7vw; }
   .voice .large_title{ padding: 5vw  4.5vw  5vw  5vw;}
   .voice .large_title.white{min-height: auto; font-size:4.266vw; padding: 5vw 6vw;line-height: 2;}
   .voice .large_title span{font-size: 3.733vw; padding-bottom:2.66vw;}
   .voice .large_title .txt{font-size: 2.4rem;line-height:1.6; margin-top: 2.66vw; }
   .voice .img_box.w300{width: 100%; order: 2; margin-top: 8vw;}
   .voice .post_detail p.w500{max-width: 100%; margin:0;}
   body.column.voice .flex_box.order{display: grid;}
   body.column.voice .flex_box.pc_margin_40{margin: 0 !important;}
   .voice main small{font-size: 3.2vw; margin-top: 2.666vw;}
}

/* =========================================================
otona about
========================================================= */
.about main small{display: block; font-size: 1.2rem; text-align: left; margin-top: 20px;}
.about .post_detail p { margin-top: 60px;}
.about .post_detail p:nth-of-type(1) { margin-top: 20px; }
.about .border_box{ border: solid 2px #fad297; border-radius: 10px; padding: 40px;}
body.column.about .area.border_box p{ font-size: 1.4rem;line-height: 2; margin-top: 30px;}
body.column.about .area.border_box img{margin-top:30px;}
body.body__otona.column .round li{margin-bottom: 20px; font-size: 1.6rem;}
body.body__otona.column .round li.none{padding-left: 0;}
body.body__otona.column .round li.none:before { content: none; }
body.body__otona.column .round li:before { content: ""; position: absolute; top: .2em; left: 0; width: 10px; height: 10px; background-color: #000; border-radius: 50%; }
@media only screen and (max-width: 1280px){
   body.column.about .post_detail img{width: 100%;}
   body.body__otona.column .post_detail .round img{width: 100%;}
}
@media only screen and (max-width:768px){
   .about main small{font-size: 3.2vw; margin-top: 5.333vw; line-height: 1.83;}
   .about .post_detail p { margin-top: 9.666vw;}
   .about .post_detail p:nth-of-type(1) { margin-top: 7vw; }
   .about .border_box{ padding: 8vw 5.333vw;}
   body.column.about .area.border_box p{ font-size: 3.466vw; line-height:1.77; margin-top: 8vw;}
   body.column.about .area.border_box img{margin-top:8vw;}
   body.body__otona.column .round li{margin-bottom: 4vw; font-size: 3.7vw;}
   body.body__otona.column .round li:before { top:.5vw; width: 2.66vw; height: 2.66vw; }
}

/* =========================================================
otona medical_examination
========================================================= */
body.body__otona.column.medical_examination .round li{line-height: 2.13; margin-bottom: 0;}
body.body__otona.column.medical_examination .round li:before{top: 12px;}
body.body__otona.column.medical_examination h4.h4_2{font-size: 2.2rem; margin-bottom: 40px;}
@media only screen and (max-width: 1280px){
  body.body__otona.column.medical_examination .post_detail img{width: 100%;}
}
@media only screen and (max-width:768px){
   body.body__otona.column.medical_examination .round li:before{ top: 2.2vw;}
   body.body__otona.column.medical_examination h4.h4_2{font-size: 4.8vw;; margin-bottom:8.666vw}
}

/* =========================================================
otona cure
========================================================= */
body.body__otona.column.cure .post_detail p { margin-top: 60px;}
body.body__otona.column.cure .post_detail p:nth-of-type(1) { margin-top: 20px; }
body.body__otona.column.cure .w580{max-width: 580px;}
body.body__otona.column.cure .border_box{border: solid 1px #fad297; padding: 30px; border-radius: 10px;}
body.body__otona.column.cure .border_box .sub_title{font-size: 1.8rem;}
body.body__otona.column.cure .border_box p{  font-size: 1.4rem; line-height: 2;}
.border_box_three_box .main_box{ border-radius: 10px; border: solid 1px #f09b27; padding: 30px;}
.border_box_three_box .main_title{text-align: center; font-size: 1.6rem;}
body.column .post_detail .border_box_three_box .main_box img{margin: 30px auto 0;}
body.column .post_detail .border_box_three_box .yazirushi{margin: 0px auto; height:30px; width: 30px;}
.border_box_three_box .sub_box{display: flex; justify-content: space-between; align-items:baseline;}
.border_box_three_box .box{max-width: 275px; width:32.73%; }
.border_box_three_box .border{border-radius: 10px; border: solid 1px #f09b27; height:166px; padding: 20px 0 20px 20px;}
.border_box_three_box .border h4{color: #F09B27; font-size:1.4rem; margin-bottom: 10px;}
body.body__otona.column.cure .round li{font-size:1.4rem;margin-bottom:0; line-height: 1.8; padding-left: 17px;}
body.body__otona.column.cure .round li:before{background-color: #F09B27; top: 6px;}
.flex_box.inner_post_detail.w680{max-width: 680px; margin: 0 auto;}
.flex_box.inner_post_detail.w680 .txt_box{max-width: 440px;}
.flex_box.inner_post_detail.w680 p{ font-size:1.4rem;line-height: 1.86; }
.flex_box.inner_post_detail.w680 .inner_post_detail h4{ font-size:1.4rem;}
.flex_box.inner_post_detail.w840{width:100%; margin: 0 auto;}
.flex_box.inner_post_detail.w840 .txt_box.w405{max-width: 405px;}
.flex_box.inner_post_detail.w840 p{ font-size:1.4rem;line-height: 1.86; }
.flex_box.inner_post_detail.w840 .inner_post_detail h4.main_title{font-size: 1.6rem; }
.flex_box.inner_post_detail.w840 .inner_post_detail h4{ font-size:1.4rem;}
body.column .post_detail .border_box_three_box .yazirushi.sp{display: none;}
@media only screen and (max-width: 1280px){
   .border_box_three_box .main_title{line-height: 1.5;}
   body.body__otona.column.cure .w580{max-width: inherit;}
   body.body__otona.column.cure .flex_box img{margin: 20px auto 0;}
   .border_box_three_box .box{max-width: inherit;}
   .border_box_three_box .border{height:220px; padding: 20px; display: flex; align-items: baseline;}
   .flex_box.inner_post_detail.w680{max-width: inherit;justify-content: center;}
   body.body__otona.column.cure .flex_box.w680 img{margin: 30px auto 0;}
   .flex_box.inner_post_detail.w840 .txt_box.w405{max-width: inherit;}
   .flex_box.inner_post_detail.w840 .inner_post_detail h4.main_title{font-size: 1.6rem; }
   .flex_box.inner_post_detail.w840 .inner_post_detail h4{ font-size:1.4rem;}
}
@media only screen and (max-width: 880px){
   .border_box_three_box .border{ height:300px;}
}
@media only screen and (max-width:768px){
   .about .post_detail p { margin-top: 9.666vw;}
   .about .post_detail p:nth-of-type(1) { margin-top: 7vw; }
   body.body__otona.column.cure .post_detail p:nth-of-type(1){margin-top: 5.33vw;}
   body.body__otona.column.cure .w580{max-width: inherit;}
   body.body__otona.column.cure .flex_box img{margin: 10.66vw auto 0;}
   body.body__otona.column.cure .border_box{padding: 5.333vw;}
   body.body__otona.column.cure .border_box .sub_title{font-size: 4.266vw; line-height: 1.75;}
   body.body__otona.column.cure .border_box p{ font-size: 3.466vw; line-height: 1.77; }
   .border_box_three_box .main_box{ padding: 5.333vw;}
   .border_box_three_box .main_title{font-size: 3.4666vw; text-align: left;}
   body.column .post_detail .border_box_three_box .main_box img{margin: 4vw auto 0; width: 100%;}
   body.column .post_detail .border_box_three_box .yazirushi.pc{display: none; }
   body.column .post_detail .border_box_three_box .yazirushi.sp{width: 100%; height:auto; display: block;}
   .border_box_three_box .sub_box{display: block;}
   .border_box_three_box .box{max-width: inherit; width:100%; }
   .border_box_three_box .border{ height:34.1333vw; padding: 5.3333vw;}
   .border_box_three_box .border h4{font-size:3.7333vw; margin-bottom:2.6666vw;}
   body.body__otona.column.cure .round li{font-size:3.466vw;margin-bottom:0; padding-left: 4.533vw;}
   body.body__otona.column.cure .round li:before{top: 1.5vw;}
   body.body__otona.column.cure .flex_box.w680 img{margin: 8vw auto 0;}
   .flex_box.inner_post_detail.w680{max-width: inherit; margin: 0 auto;}
   .flex_box.inner_post_detail.w680 .txt_box{max-width: inherit;}
   .flex_box.inner_post_detail.w680 p{ font-size:1.4rem;}
   .flex_box.inner_post_detail.w680 .inner_post_detail h4{ font-size:3.733vw; }
   .flex_box.inner_post_detail.w840{width:100%; margin: 0 auto;}
   .flex_box.inner_post_detail.w840 .txt_box.w405{max-width: inherit;}
   .flex_box.inner_post_detail.w840 p{ font-size:3.46666vw; line-height: 1.77;}
   .flex_box.inner_post_detail.w840 .inner_post_detail h4.main_title{font-size:3.733vw; letter-spacing: -.1vw;}
   .flex_box.inner_post_detail.w840 .inner_post_detail h4{ font-size:3.733vw;}
   body.body__otona.column.cure .flex_box img{width: 100%;}
   body.body__otona.column.cure .flex_box.inner_post_detail.w840 img{margin:8vw auto 0;}
   .letter-spacing{ letter-spacing: -.1vw;}
}

/* =========================================================
search
========================================================= */
/*共通BTN*/
.search_btn_area { margin-top: 80px; display: flex; justify-content: space-between; overflow: hidden; }
.search_btn_area .search_btn { text-align: center; display: flex; align-items: center; justify-content: center; color: #ff7a67; font-size: 1.6rem; max-width: 260px; width: 32%; height: 50px; border-radius: 25px; border: solid 1px #ff7a67; background-color: #fff; }
.search_btn_area .search_btn:hover { background: #ff7a67; color: #FFF; }
.search_btn_area .search_btn:first-child { margin-left: 0; }
@media only screen and (max-width:768px) {
   .search_btn_area { margin-top: 16vw; display: block; text-align: center; }
   .search_btn_area .search_btn { font-size: 4.266vw; max-width: inherit; width: 69.33vw; height: 13.333vw; border-radius: 6.666vw; margin: 5.33vw auto; }
   .search_btn_area .search_btn:first-child { margin: 0 auto; }
   .search_btn_area .search_btn:last-child { margin: 5.33vw auto 0; }
   .search_btn_area .search_btn:hover { background: #FFF; color: #ff7a67; }
}
/* =========================================================
  #印刷ボタン
========================================================= */
.btn.print{position:absolute; top: 10px; right: 10px; width: 95px; text-indent: 25px; margin: 0;}
.btn.print{ background-image: url('../../kodomo/hospitals/images/ico_print.svg'); background-repeat: no-repeat; background-size: 16px; background-position: 22% center; }

@media only screen and (max-width:768px){
    .btn.print{ top: auto; bottom: -14.933vw; right: 0; left: 0; margin:0 auto; width: 25.33vw;}
    .btn.print{ background-size: 4.266vw; background-position: 22% center; }
}
/*病院検索_病院詳細*/
.hospitals .clinic_name { margin-bottom: 30px; }
.hospitals .clinic_name h3 { font-size: 2.2rem; font-weight: normal; }
.hospitals .clinic_name h3 span { font-size: 1.2rem; margin-top: 10px; display: block; line-height: 1.82; }
.hospitals .clinique_data { overflow: hidden; }
.hospitals .clinique_data dl { font-size: 1.4rem; border-top: 1px solid #e5e5e5; padding: 15px 0; display: flex; align-items: center; justify-content: left; flex-wrap: nowrap; }
.hospitals .clinique_data dl:last-child { border-bottom: 1px solid #e5e5e5; }
.hospitals .clinique_data dl dt { width: 15%; padding-left: 15px; font-weight: normal; }
.hospitals .clinique_data dl dd { text-align: left; line-height: 1.86; width: 85%; }
.hospitals .clinique_category { margin-top: 10px; }
.hospitals .clinique_category .category_label { display: inline-block; font-size: 1.4rem; border-radius: 5px; border: solid 1px #ff7a67; background-color: #fff; padding: 10px; margin-right: 10px; margin-top: 10px; }
.hospitals .clinique_category .category_label:last-child { margin-right: 0; }
.hospitals .clinique_map { margin-top: 50px; }
.hospitals .clinique_map iframe { width: 100%; }
@media print {
   .hospitals #top-head, .hospitals .side_menu, .hospitals footer { display: none; }
   body.column.hospitals .left_column { width: 100%; }
   .hospitals #wrap { padding: 0; }
}
@media only screen and (max-width:1000px) {
   .hospitals .clinique_data dl dt { width: 25%; }
   .hospitals .clinique_data dl dd { width: 75%; }
}
@media only screen and (max-width:768px) {
   .hospitals .clinic_name { margin-bottom: 5.33vw; }
   .hospitals .clinic_name h3 { font-size: 4.8vw; }
   .hospitals .clinic_name h3 span { font-size: 2.9333vw; margin-top: 2vw; }
   .hospitals .clinique_data dl { font-size: 3.733vw; padding: 3vw 0 2.5vw 0; }
   .hospitals .clinique_data dl dt { width: 28vw; padding-left: 0; }
   .hospitals .clinique_data dl dd { width: 64vw; line-height: 1.71; }
   .hospitals .clinique_category { margin-top: 1.333vw; }
   .hospitals .clinique_category .category_label { font-size: 3.7333vw; border-radius: 1.333vw; padding: 2vw 2.666vw; margin-right: 1vw; margin-top: 2.666vw; }
   .hospitals .clinique_map { margin-top: 8vw; }
   .hospitals .clinique_map iframe { height: 92vw; }
   .hospitals .btn.print { display: none; }
}

/*病院検索_病院リスト*/
.hospitals .clinique_list .clinic_name { margin-bottom: 0; }
.hospitals .clinique_list dl { border-top: 1px solid #e5e5e5; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; }
.hospitals .clinique_list dl:last-child { border-bottom: 1px solid #e5e5e5; }
.hospitals .clinique_list dt { font-weight: normal; }
.hospitals .clinique_list dt .address { font-size: 1.6rem; margin-top: 15px; line-height: 1.5; }
.hospitals .clinique_list .btn.blue { width: 110px; font-size: 1.4rem; }
.sp_link_area { pointer-events: none; }
@media only screen and (max-width:768px) {
   .hospitals .clinique_list .btn.blue { display: none; }
   .hospitals .clinique_list dl { position: relative; padding: 5vw 0; }
   .hospitals .clinique_list dl:after { content: ""; display: block; vertical-align: middle; width: 3vw; height: 3vw; transform: rotate(45deg); position: absolute; right: 3vw; border-top: 2px solid #0bb0ed; border-right: 2px solid #0bb0ed; }
   .hospitals .clinique_list dt { width: 84vw; }
   .hospitals .clinique_list dt .address { font-size: 3.733333vw; margin-top: 3vw; }
   .hospitals .clinique_list .btn.blue { width: 110px; font-size: 1.4rem; }
   .sp_link_area { pointer-events: auto; width: 100%; display: block; }
}

/*病院検索_路線・駅から検索_駅を指定*/
.checkbox_list_txt { line-height: 1; color: #0bb0ed; font-size: 1.6rem; margin-top: 30px; font-weight: bold; }
.search #input_form { margin-top: 12px; }
.search ul { display: flex; align-items: inherit; justify-content: space-between; flex-wrap: wrap; }
.search li { width: 49.3%; font-size: 1.6rem; border-radius: 5px; border: solid 1px #e4e4e4; background-color: #f9f9f9; padding: 10px 0 10px 15px; margin-bottom: 12px; }
.search .btn.blue { width: 200px; font-size: 1.4rem; margin: 10px auto 0; }

/* チェックボックスデザイン */
.checkboxinput { display: flex; align-items: center; cursor: pointer; }
.checkboxinput-input { margin: 0; width: 0; opacity: 0; }
.checkboxinput-input:checked + .checkboxinput-dummyinput { background: #33a8e6; }
.checkboxinput-input:checked + .checkboxinput-dummyinput::before { content: ""; display: block; position: absolute; top: 50%; left: 50%; width: 40%; height: 2px; border-radius: 2px; transform: translate(-4px, 0px) rotateZ(-135deg); transform-origin: 2px 2px; background: #FFFFFF; }
.checkboxinput-input:checked + .checkboxinput-dummyinput::after { content: ""; display: block; position: absolute; top: 50%; left: 50%; width: 76%; height: 2px; border-radius: 2px; transform: translate(-2px, 1px) rotateZ(-45deg); transform-origin: 2px 2px; background: #FFFFFF; }
.checkboxinput-dummyinput { position: relative; top: 0; left: 0; display: block; width: 14px; height: 14px; border: solid 1px #33a8e6; background: #fff; border-radius: 2px; }
.checkboxinput-labeltext { margin-left: 15px; display: block; font-size: 1.6rem; width: 85%; }
@media only screen and (max-width:768px) {
   .checkbox_list_txt { font-size: 3.7333vw; margin-top: 8.666vw; }
   .search #input_form { margin-top: 2vw; }
   .search ul { display: block; }
   .search li { width: 100%; font-size: 3.7333vw; border-radius: 1.333vw; padding: 3.466vw 4vw; margin-bottom: 2vw; }
   .search .btn.blue { width: 53.3333vw; font-size: 3.7333vw; margin: 5.333vw auto 0; }

   /* チェックボックスデザイン */
   .checkboxinput-input:checked + .checkboxinput-dummyinput::before { height: 0.533vw; border-radius: 0.533vw; transform: translate(-1vw, 0px) rotateZ(-135deg); transform-origin: 0.533vw  0.533vw; background: #FFFFFF; }
   .checkboxinput-input:checked + .checkboxinput-dummyinput::after { height: 0.533vw; border-radius: 0.533vw; transform: translate(- 0.533vw, 1px) rotateZ(-45deg); transform-origin: 0.533vw  0.533vw; background: #FFFFFF; }
   .checkboxinput-dummyinput { width: 4vw; height: 3.5vw; border-radius: 0.533vw; }
   .checkboxinput-labeltext { margin-left: 4vw; font-size: 3.7333vw; width: 100%; }
}

/*病院検索_路線・駅から検索_路線を指定*/
.search select { padding: 5px 15px; font-size: 1.6rem; padding:; max-width: 420px; width: 100%; height: 40px; margin: 0; border-radius: 5px; border: solid 1px #e4e4e4; background-color: #f9f9f9; background-image: url(/program/images/form_select_yazirushi.svg); background-size: auto; background-position: 97% 55%; background-repeat: no-repeat; }
.search select:invalid { color: #bbb; }
.search select option { color: black; }
.search select option:first-child { color: #bbb; }
@media only screen and (max-width:768px) {
   .search select { margin-top: 1vw; font-size: 3.733vw; padding:1.333vw 4vw; max-width: inherit; width: 100%; height: 10.666vw; border-radius: 0.533vw; }
}

/*病院検索_路線・駅から検索*/
.search .key-frme { width: 100%; height: 40px; padding: 5px 15px; border-radius: 5px; border: solid 1px #e4e4e4; background-color: #f9f9f9; }
.search dl.prefecture_list { border-top: 1px solid #e5e5e5; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; }
.search dl.prefecture_list:last-child { border-bottom: 1px solid #e5e5e5; }
.search dl.prefecture_list { font-weight: normal; font-size: 1.6rem; line-height: 1; }
.search dl dt { width: 18%; padding-left: 10px; font-weight: normal; }
.search dl dd { text-align: left; line-height: 1.86; width: 81.5%; display: flex; align-items: center; justify-content: left; flex-wrap: wrap; margin-left: auto; }
.search dl dd a { display: block; margin-right: 18px; }
.search dl dd a:hover { color: #0bb0ed;}
.search.s01 .btn.blue { margin-top: 20px; }
@media only screen and (max-width:960px) {
   .search dl dt { width: 30%; }
   .search dl dd { width: 70%; }
}
@media only screen and (max-width:768px) {
   .search .key-frme { margin-top: 1vw; font-size: 3.733vw; padding: 1.333vw 4vw; max-width: inherit; height: 10.666vw; border-radius: 0.533vw; }
   .search dl.prefecture_list { padding: 5vw 0; font-size: 3.733vw; line-height: 1; display: block; }
   .search dl dt { width: 100%; padding-left: 0; margin-bottom: 3.333vw; }
   .search dl dd { line-height: 2; width: 100%; }
   .search dl dd a { margin-right: 4.8vw; }
   .search.s01 .btn.blue { margin-top: 5.333vw; }
   .search dl dd a:hover { color: #000;}
}

/*病院検索_キーワードから検索*/
.search .keyword_category { margin-top: 30px; }
.search .keyword_category li { width: 23%; margin-bottom: 20px; }
.search.s02 .btn.blue { margin-top: 0; }
@media only screen and (max-width:1050px) {
   .search .keyword_category li { width: 48%; }
}
@media only screen and (max-width:768px) {
   .search .keyword_category { margin-top: 5.33vw; display: flex; }
   .search .keyword_category li { margin-bottom: 2.3vw; }
   .search.s02 .btn.blue { margin-top: 2.67vw; }
}

/* =========================================================
missingpage
========================================================= */
.body__missingpage {overflow:hidden;}
.body__missingpage #wrap .inner{max-width: 1000px; margin: 0 auto;}
.body__missingpage .content_box{ margin: 80px auto 0; border-radius:10px; border:2px solid #71D5F8; display: flex;align-items: center; justify-content: flex-start; }
.body__missingpage .left {margin: 8px 0 0 116px;}
.body__missingpage .left p{margin: 30px 0; font-size: 14px; line-height: 1.6;}
.body__missingpage .left .btn{max-width: 200px; font-size: 14px;}
.body__missingpage .right{width:186px; margin:30px 0 0 87px;}

@media only screen and (max-width: 1024px){
   .body__missingpage #wrap .inner{ width: 97vw; max-width: inherit; }
   .body__missingpage .content_box{padding:2% 2% 0 2%;}
   .body__missingpage .left {margin:0 auto;}
   .body__missingpage .right{margin:0 auto;}
}

@media only screen and (max-width: 768px){
   .body__missingpage #wrap .inner{ width: 92vw;}
   .body__missingpage .content_box{display: block; margin: 5.33vw auto 0; padding:10.66vw 0 0;}
   .body__missingpage .left {margin: 0 auto;}
   .body__missingpage .left .main_txt{width:74.848vw; margin:0 auto;display: block;}
   .body__missingpage .left p{margin: 8vw auto 7vw; text-align: center;font-size: 3.7333vw;}
   .body__missingpage .left .btn{max-width: 53.33vw; font-size: 3.7333vw; margin: 0 auto;}
   .body__missingpage .right{width:39.2vw; margin:12vw auto 0; display: block;}
}