@charset "utf-8";
/* CSS Document */
.kv_area.pc_none {
  width: 95%;
  max-width: 600px;
  margin: -10px auto 20px;
}
.kv_area.pc_none figure {
  margin-bottom: 5px;
}
.slick-next, .slick-prev {
    display: none!important;
}
/* ==== お知らせ欄 ==== */
section#news {
  width: 100%;
  padding: 0 15px;
  margin-top: 30px;
}
#news h2 {
  background: #4174B5;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#news h2 img:first-child {
  padding: 0 15px 0 0;
  display: inline-block;
  height: 30px;
}
#news h2 img:last-child {
  height: 35px;
}
#news dl {
  margin: 20px auto;
  padding: 0 5px;
  /*max-height: 700px;*/
	max-height: 970px;
  overflow: auto;
  text-align: left;
}
section#news dl::-webkit-scrollbar {
  width: 1rem;
}
section#news dl::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 1.0);
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #F5EFE1;
}
section#news dl::-webkit-scrollbar-thumb {
  background: rgba(247, 201, 113, 0.9);
  border-radius: 10px;
  box-shadow: none;
}
#news dt {
  font-weight: bold;
  color: #00469B;
  padding: 0 10px 5px 10px;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #CFCDCC;
}
#news dd {
  padding: 5px 10px 10px;
  margin-bottom: 10px;
}
#news dd *:last-child {
  margin-bottom: 0;
}
/* ==== ご相談 ==== */
#feature {
  width: 100%;
  margin: 40px auto;
  padding: 0 15px;
  text-align: center;
}
#feature h2 img {
  width: 300px;
}
#feature ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 0;
}
#feature li {
  border-radius: 10px;
  background: #DFF1FB;
  padding: 20px 0;
  margin: 20px auto;
  max-width: 250px;
}
#feature dl > * {
  margin-bottom: 5px;
}
#feature dd {
	padding:0 15px;
}
#feature li dl dd:last-child {
  text-align: justify;
  margin-bottom: 0;
  font-size: 15px;
}
/* 医院概要　 */
#overview {
  background: #D8F0FC;
  width: 100%;
  margin: 40px auto 0;
  padding: 30px 15px;
}
#overview h2 {
  color: #00469B;
  border-bottom: #00469B 2px solid;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 5px;
}
#reception h2 {
  color: #51B4E6;
  font-size: 18px;
  border-bottom: #51B4E6 2px solid;
  margin-bottom: 10px;
  padding: 5px;
}
#reception li {
  margin-bottom: 0;
}
ul.list_sim li::before {
  top: .6em;
}
/*-------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  body {
    background-position: center top 850px, center bottom 1200px;
  }
  .wrapper.flex_RLTB {
    margin: 0 auto;
  }
  /* ==== キービジュアル ====*/
  nav {
    margin-bottom: 0;
  }
  .kv_area {
    background: #DFF1FB;
    margin-bottom: 70px;
  }
  .kv_area .wrapper {
    line-height: 0;
    width: 100%;
    max-width: 1400px;
    min-width: 1170px;
    position: relative;
  }
  .kv_area .kv_txt {
    position: absolute;
    top: 50px;
    left: 7%;
    width: 350px;
  }
	
  .kv_area .kv_notice {
    position: absolute;
    bottom: 50px;
    right: 7%;
    width: 550px;
  }
	
  /* ==== お知らせ欄 ==== */
  section#news {
    display: flex;
    padding: 25px;
    border-top: #ededed 2px solid;
    border-bottom: #ededed 2px solid;
    width: 1170px;
    justify-content: space-between;
    margin-bottom: 60px;
	
  }
  #news h2 {
    width: 180px;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    /*padding: 40px 0;*/
	padding: 220px 0;  
  }
  #news h2 img {
    height: auto !important;
    display: inline-block;
	  padding:0 20px!important;
  }
  #news dl {
    /*height: 240px;*/
	height: 620px;
    margin: 0;
    width: 900px;
  }
  #feature {
    margin: 0 0 20px !important;
    padding: 0 !important;
  }
  #feature h2 {
    border-bottom: 3px solid #0093e3;
    margin-bottom: 20px;
  }
  #feature h2 img {
    width: auto;
  }
  #feature ol li {
    margin: 0 0 30px;
  }
  #reception {
    margin-bottom: 0;
  }
  #reception h2 {
    font-size: 21px;
  }
  #reception .list_def {
    font-size: 19px;
  }
  #reception .list_kome {
    margin-bottom: 30px;
  }
  #reception .box_bl p {
    font-size: 20px;
  }
  #overview {
    margin-top: 0;
    background: url("../images/bg_overview.png") bottom center no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
  #overview .flex_LRTB {
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
  }
  #overview .detail {
    width: 610px;
  }
  #overview h2 {
    font-size: 32px;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 46.875em) and (max-width: 73.063em) {
  .overview .detail {
    padding: 10px 0;
  }
}


	