@charset "utf-8";
/* =======================================================================

 共通項目
 
======================================================================= */
body {
  position: relative;
  background: url(../images/background.png) repeat;
  background-position: left top;
}
article {
  height: auto;
  width: 100%;
  margin: 0 auto 113px auto;
}
section {
  height: auto;
  overflow: hidden;
  margin: 40px 0 0 0;
}
section.top {
  margin: 0 0 0 0;
}
section:first-child {
  margin: 0;
}
.sentence {
  height: auto;
  overflow: hidden;
}
.h2_sentence {
  overflow: hidden;
  height: auto;
  margin: 50px 0 0 0;
}
.hide {
  display: none;
}
.pc_none {
  display: none;
}
.text_right {
  text-align: right !important;
}
.text_center {
  text-align: center !important;
}
.text_left {
  text-align: left !important;
}
.red {
  color: red;
}
.brown_1 {
  color: #756757;
}
.brown_2 {
  color: #ec6d62;
}
.brown_3 {
  color: #f19ca7;
}
.box {
  border: #000 1px solid;
  padding: 15px;
}
.box02 {
  border: #656565 1px solid;
  padding: 15px;
}
a.underline {
  text-decoration: underline;
}
div.right-name {
  margin-left: 62%;
}
p#name.tar {
  margin-top: -7%;
}
.s_text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  article {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  article.article_ud {
    height: auto;
    overflow: hidden;
    width: 96%;
    margin: 0 auto 120px auto;
  }
  body {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  div.right-name {
    margin-left: 0;
  }
  p#name.tar {
    margin-top: -3.5%;
  }
}
/*------------------------------
　リンク
------------------------------ */
/*----- テキストリンク -----*/
a, a:hover, a:active, a:visited {
  color: #333;
  text-decoration: none;
}
/* -----------------------------------------------------------
 見出し
----------------------------------------------------------- */
/*
h1 {
    color: #432b0e;
    font-size: 14px;
    font-weight: normal;
	position:absolute;
	top:60px;
	letter-spacing:0.1em;
}
*/
h1 {
  display: block;
  margin-right: 1rem;
}
h2 {
  color: #432b0e;
  font-size: 22px;
  text-align: center;
  height: auto;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin: 0 0 40px 0;
}
h2 span {
  border-bottom: #432b0e 1px solid;
}
h2.overview_img {
  color: #432b0e;
  font-size: 22px;
  text-align: center;
  height: auto;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin: 0 0 40px 0;
}
h3 {
  color: #432b0e;
  font-size: 22px;
  margin: 20px 0 15px 0;
}
h4 {
  color: #cf5043;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  border-bottom: #cf5043 1px solid;
}
h4.no_text {
  margin: 0 0 10px 0;
}
h5 {
  color: #fff;
  background-color: #958e84;
  font-size: 20px;
  margin: 20px 0 10px 0;
  padding: 10px 9px;
}
h6 {
  color: #000;
  margin: 0px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
p {
  margin: 0 0 25px 0;
  padding: 0;
  line-height: 160%;
  font-size: 17px;
}
p.p_title {
  font-weight: bold;
  margin: 30px 0 0 0;
}
.mt20 {
  margin: 20px 0 0 0;
}
.mb20 {
  margin: 0 0 20px 0;
}
.ul {
  line-height: 160%;
}
.qa_list {
  counter-reset: count 0;
  list-style-type: none;
}
.qa_list li span:after {
  content: counter(count) ". ";
}
.qa_list li:nth-child(2n+1) {
  counter-increment: count;
}
@media screen and (max-width: 767px) {
  /*	
h1 {
    color: #432b0e;
    font-size: 14px;
    font-weight: normal;
	position:static;
	top:0px;
	letter-spacing:0.1em;
	padding:30px 0 0 0;

}
*/
  h2 {
    width: 90%;
    margin: 0 auto 40px auto;
    ;
  }
  h2.overview_img {
    width: 80%;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  h2.overview_img img {
    width: 100%;
    height: auto;
  }
}
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  float: right;
  margin: 0 0 10px 10px;
}
.img_left {
  float: left;
  margin: 0 10px 10px 0;
}
.ud_img {
  text-align: center;
  margin: 15px 0 0 0;
}
.img_center {
  text-align: center;
  margin: 15px 0;
}
.img_two {
  width: 700px;
  margin: 15px auto;
  height: auto;
  overflow: hidden;
}
img.two_right {
  float: right
}
img.two_left {
  float: left;
}
.img_two2 {
  width: 800px;
  margin: 15px auto;
  height: auto;
  overflow: hidden;
}
.img_2line {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}
.img_3line {
  display: flex;
  justify-content: space-between;
  width: 840px;
  margin: 0 auto;
}
.img_2line figure {
  width: 320px;
  text-align: center;
}
.img_2line figure img {
  padding-bottom: 10px;
  width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .img_right {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .img_right img {
    width: 70%;
    height: auto;
  }
  .img_left {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .img_left img {
    width: 70%;
    height: auto;
  }
  .ud_img img {
    width: 70%;
    height: auto;
  }
  .img_center img {
    width: 70%;
    height: auto;
  }
  .img_two {
    width: 100%;
    margin: 15px auto;
    height: auto;
    overflow: hidden;
    text-align: center;
  }
  .img_two2 {
    width: 100%;
    margin: 15px auto;
    height: auto;
    overflow: hidden;
    text-align: center;
  }
  img.two_right {
    float: none;
    margin: 0 0 20px 0;
  }
  img.two_left {
    float: none;
  }
  img.udimage {
    width: 70%;
    height: auto;
  }
  .img_2line {
    flex-wrap: wrap;
    width: 100%;
  }
  .img_2line figure {
    width: 100%;
  }
  .img_3line {
    flex-wrap: wrap;
    width: 100%;
  }
  .img_3line figure {
    width: 100%;
  }
  .fluid_image {
    width: 100%;
    height: auto;
  }
}
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ul.list_normal li {
  line-height: 150%;
  padding: 0 0 0 0;
  font-size: 16px;
  list-style-type: disc !important;
  margin: 0 0 15px 20px;
}
ul.list_normal li.link {
  text-decoration: underline
}
ul.list_num li {
  line-height: 150%;
  padding: 0 0 0 0;
  font-size: 16px;
  list-style-type: decimal;
  margin: 0 0 15px 30px;
}
ul.list_none li {
  line-height: 150%;
  padding: 0 0 0 0;
  font-size: 16px;
  list-style-type: none;
  margin: 0 0 15px 0;
}
ul.list_eng li {
  line-height: 150%;
  padding: 0 0 0 0;
  font-size: 16px;
  list-style-type: upper-latin;
  margin: 0 0 15px 20px;
}
ul.list_eng li ul.list_normal li {
  line-height: 150%;
  padding: 0 0 0 0;
  font-size: 16px;
  list-style-type: disc;
  margin: 0 0 15px 20px;
}
.sub_list {
  margin: 0 0 0 20px;
}
/*二列*/
.two_list {
  height: auto;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.two_list ul.list_left {
  float: left;
  width: 50%;
  list-style-type: disc;
}
.two_list ul.list_left li {
  line-height: 150%;
  padding: 0 0 0 0;
  font-size: 16px;
  margin: 0 0 10px 20px;
}
.two_list ul.list_right {
  float: left;
  width: 50%;
  list-style-type: disc;
}
.two_list ul.list_right li {
  line-height: 150%;
  padding: 0 0 0 0;
  font-size: 16px;
  margin: 0 0 10px 20px;
}
/*コースリスト*/
dl.course {
  height: auto;
  overflow: hidden;
}
dl.course dt {
  width: 240px;
  float: left;
  margin: 0 0 10px 0;
}
dl.course dd {
  float: left;
  width: 690px;
  margin: 0 0 10px 0;
}
/* :::::::::: マージン :::::::::: */
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
/* :::::::::: パディング :::::::::: */
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
/*-------------------------------------------------
flexbox
-------------------------------------------------*/
.flexbox_area {}
@media screen and (max-width: 767px) {
  .flexbox_area {
    margin: 0 auto;
    padding: .5rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .flexbox_L, .flexbox_R {
    width: 49%;
    margin: 0 1rem;
  }
  .flexbox_L img, .flexbox_R img {
    width: 100%;
    height: auto;
  }
}
/*-------------------------------------------------
flexbox：並列2列
-------------------------------------------------*/
.flexbox_area02 {
  margin: 0 auto;
  padding: .5rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.flexbox02_L, .flexbox02_R {
  width: 45%;
  margin: 0 1rem;
}
.flexbox02_L img, .flexbox02_R img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flexbox_area02 {
    margin: 0 auto;
    padding: .5rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .flexbox02_L, .flexbox02_R {
    width: 45%;
    margin: 0 1rem;
  }
  .flexbox02_L img, .flexbox02_R img {
    width: 100%;
    height: auto;
  }
}
/* =======================================================================

 個別項目
 
======================================================================= */
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header {
  width: 100%;
  height: auto;
  /*	background:url(../images/heder_bg.png) repeat-x;
	background-position:left top;*/
  border-top: #f6dacd 15px solid;
}
.header_frame {
  width: 1480px;
  margin: 0 auto;
  position: relative;
  height: 215px;
}
/*-------------------------------------------------
flexbox
-------------------------------------------------*/
.h_flexbox_area {
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  /*width: 100%;*/
}
.h_flexbox_L {
  width: 30%;
  margin: 50px 0 0;
  text-align: left;
}
.h_flexbox_C {
  width: 40%;
  margin: 0 auto;
}
.h_flexbox_C img {
  width: 99%;
  height: auto;
  margin: 0.5rem 0 0 1rem;
}
.h_flexbox_R {
  width: 30%;
  margin: 50px 0 0;
  text-align: right;
}
.h_english {
  position: absolute;
  top: 50px;
  left: 15px;
  z-index: 100;
}
.h_corona {
  position: absolute;
  top: 50px;
  left: 210px;
  z-index: 100;
}
.h_address {
  position: absolute;
  top: 140px;
  left: 35px;
  z-index: 100;
}
.h_tel {
  position: absolute;
  top: 140px;
  right: 160px;
  z-index: 100;
}
.h_blog {}
.tel_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    margin: 0 auto;
    position: static;
    height: auto;
  }
  .header_frame {
    width: 100%;
    margin: 0 auto;
    position: static;
    height: auto;
  }
  .h_flexbox_area {
    position: relative;
    margin: 0 auto;
    padding: 0 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .h_flexbox_L {
    display: none;
  }
  .h_flexbox_C {
    width: 100%;
    text-align: center;
  }
  .h_flexbox_C img {
    width: 68%;
    height: auto;
    margin: 1rem auto 0;
  }
  .h_flexbox_R {
    display: none;
  }
  .tel_sp {
    display: block;
    position: absolute; /*to body*/
    left: 13px;
    top: 70px;
    z-index: 100;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.key_pc figure img {
  width: 100%;
  height: auto;
}
.key_on {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
.key_on img.key_text {
  margin: 250px 0 0 0;
}
.key_sp {
  display: none;
}
/*ロゴ*/
.h_logo {
  position: absolute;
  top: -167px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999999999999;
  text-align: center;
  width: 527px;
}
.h_logo img {
  max-width: 100%;
  height: auto;
}
/*下層*/
.key_visual_ud {
  width: 100%;
  height: 233px;
  margin: 0 auto;
  position: relative;
  background: url(../images/key_visual_ud.png) no-repeat;
  background-position: center top;
}
.key_pc figure img {
  width: 100%;
  height: auto;
}
.h_logo_ud {
  position: absolute;
  top: -167px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
}
.h_logo_ud img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .key_visual_ud {
    display: none;
  }
  .key_visual {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .key_visual img {
    width: 100%;
    height: auto;
  }
  .key_pc {
    display: none;
  }
  .key_on {
    display: none;
  }
  .key_sp {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .key_sp img.sp_logo {
    width: 40%;
    height: auto;
    margin: 0 auto 15px auto;
  }
  .key_sp img.sp_key_img {
    width: 100%;
    height: auto;
  }
  .h_logo_ud {
    display: none;
  }
}
/* -----------------------------------------------------------
　スライドショー
----------------------------------------------------------- */
/*
.top_bg_pc{
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	margin:1px 0 0 0;
	height:507px;
	overflow:hidden;
}*/
.top_bg_pc {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 100%;
  margin: 1px 0 0 0;
  overflow: hidden;
  height: 400px;
}
.key_visual_pc {
  width: 100%;
  height: auto;
  text-align: center;
}
#cf1, #cf2, #cf3 {
  text-align: center;
  width: 100%;
}
img.key_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.key_visual_spframe {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.key_visual_sp {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.key_visual_sp img {
  width: 100%;
}
.key_visual_bg_pc img {
  width: 100%;
  height: auto;
}
.key_visual_bg_sp img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top_bg_pc {
    display: none;
    height: 0;
  }
}
/* -----------------------------------------------------------
　メインメニュー
----------------------------------------------------------- */
.main_list {
  width: 1102px;
  margin: 85px auto 0 auto;
  height: 20px;
}
ul.main_nav {
  width: 1102px;
  margin: 0 auto;
  position: relative;
  z-index: 10000;
  height: 20px;
}
ul.main_nav li {
  float: left;
  padding: 0px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  list-style-type: none;
  font-size: 18px;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-left: #231815 1px dotted;
}
ul.main_nav li:last-child {
  border-right: #231815 1px dotted;
}
ul.main_nav li a {
  color: #231815;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0 0 0 0;
}
ul.main_nav li a:hover {
  opacity: 0.6;
}
ul.main_nav li.nav_01 {
  width: 210px;
}
ul.main_nav li.nav_02 {
  width: 210px;
}
ul.main_nav li.nav_03 {
  width: 210px;
}
ul.main_nav li.nav_04 {
  width: 210px;
}
ul.main_nav li.nav_05 {
  width: 210px;
}
ul.main_nav li.nav_06 {
  width: 163px;
}
ul.main_nav li.nav_07 {
  width: 193px;
}
ul.main_nav li.nav_08 {
  width: 137px;
}
nav ul.main_nav li ul.main_nav_sub {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);
}
nav ul.main_nav li ul.main_nav_sub li {
  border: none;
}
/*診療内容*/
nav ul.main_nav li.nav_03 ul.main_nav_sub {
  /*width: 780px*/
  width: 702px;
}
nav ul.main_nav li.nav_03 ul.main_nav_sub li {
  width: 234px;
  height: 35px;
  padding: 8px 0 8px 0;
  font-size: 14px;
  color: #573017;
  border-bottom: #000 1px dotted;
}
nav ul.main_nav li.nav_03 ul.main_nav_sub li.heading {
  width: 100%;
  height: 26px;
  display: block;
  background-color: #E97063;
  color: #fff;
  padding: 5px 0;
  line-height: 26px;
  border-bottom: none;
}
nav ul.main_nav li.nav_03 ul.main_nav_sub li a {
  padding: 10px 0;
  /*  padding: 0 !important; */
  margin: 0;
  color: #352d2c;
}
nav ul.main_nav li.nav_03 ul.main_nav_sub li.two a {
  padding: 0 0 20px 0;
  margin: 0;
  color: #352d2c;
}
nav ul.main_nav li.nav_07 ul.main_nav_sub li {
  width: 140px;
  height: 60px;
  padding: 0 0 10px 0;
  font-size: 16px;
  color: #573017;
  border-bottom: #000 1px dotted;
}
/*婦人科健診*/
nav ul.main_nav li.nav_04 ul.main_nav_sub {
  /*width: 780px*/
  width: 520px;
}
nav ul.main_nav li.nav_04 ul.main_nav_sub li {
  width: 260px;
  height: 35px;
  padding: 8px 0 8px 0;
  font-size: 14px;
  color: #573017;
  border-bottom: #000 1px dotted;
}
nav ul.main_nav li.nav_04 ul.main_nav_sub li a {
  padding: 10px 0;
  margin: 0;
  color: #352d2c;
}
nav ul.main_nav li.nav_04 ul.main_nav_sub li.two a {
  padding: 0 0 20px 0;
  margin: 0;
  color: #352d2c;
}
/*当院受診について*/
nav ul.main_nav li.nav_05 ul.main_nav_sub {
  /*width: 520px*/
  width: 260px;
}
nav ul.main_nav li.nav_05 ul.main_nav_sub li {
  width: 260px;
  height: 35px;
  padding: 8px 0 8px 0;
  font-size: 14px;
  color: #573017;
  border-bottom: #000 1px dotted;
}
nav ul.main_nav li.nav_05 ul.main_nav_sub li a {
  padding: 10px 0;
  margin: 0;
  color: #352d2c;
}
nav ul.main_nav li.nav_05 ul.main_nav_sub li.two a {
  padding: 0 0 20px 0;
  margin: 0;
  color: #352d2c;
}
nav ul.main_nav li ul.main_nav_sub li a {
  padding: 20px 0 10px 0;
  margin: 0;
  color: #352d2c;
}
nav ul.main_nav li ul.main_nav_sub li a:hover {
  color: #ec6d62;
}
nav ul.main_nav li.nav_08 ul.main_nav_sub li {
  background-color: rgba(255, 255, 255, 0.80);
  width: 130px;
  height: 26px;
  padding: 8px 0 10px 0;
  font-size: 14px;
  color: #573017;
  border-bottom: #000 1px dotted;
}
nav ul.main_nav li.nav_08 ul.main_nav_sub li a {
  padding: 10px 0;
  margin: 0;
  color: #352d2c;
}
nav ul.main_nav li.nav_08 ul.main_nav_sub li.two a {
  padding: 0 0 20px 0;
  margin: 0;
  color: #352d2c;
}
.style li:nth-child(2) a {
  padding: 10px 0 !important;
}
.style2 li {
  display: table;
  text-align: center;
  border-right: 1px solid #766859 !important;
}
.style2 li a {
  height: 56%;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  padding: 10px 0 !important;
}
.style2 li a span {
  display: none !important;
}
.li_exclusion--2 li:nth-child(n + 3) {
  display: none;
}
@media screen and (max-width: 767px) {
  nav {
    display: none;
  }
}
/* -----------------------------------------------------------
　スマホヘッダ　ハンバーガー
----------------------------------------------------------- */
.tel_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .tel_sp {
    display: block;
    position: absolute; /*to body*/
    left: 13px;
    top: 20px;
  }
  .hbg_frame {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .hbg_menu {
    overflow: hidden;
    margin-top: 10px;
  }
  .btn {
    background: transparent url(../images/btn.png) no-repeat 0 0;
    display: block;
    width: 59px;
    height: 61px;
    position: absolute;
    top: 20px;
    right: 13px;
    cursor: pointer;
    z-index: 200;
  }
  .peke {
    background-position: -59px 0;
  }
  .drawr {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    padding: 0 0 20px 0;
    z-index: 100;
    margin-top: 120px;
    height: 300px;
  }
  #menu, #menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: normal;
  }
  #menu li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  #menu li.list_top {
    border-top: 1px solid #ccc;
  }
  #menu li a {
    color: #fff;
    display: block;
    padding: 12px;
    text-decoration: none;
  }
  .hbg_menu .drawr ul#menu li {
    background-color: #f1751e;
    color: #fff;
  }
  /*スマホヘッダ詳細情報*/
  .sp_head_tell {
    float: none;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }
  .sp_head_tell img {
    width: 287px;
    height: 70px;
  }
  .sp_head_tell p {
    line-height: 18px;
    font-weight: bold;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
  }
}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
.main {
  width: 100%;
  margin: 160px 0 0 0;
}
.sp_head_info_address {
  display: none;
}
.sp_head_info {
  display: none;
}
/*トピックスバナー*/
.top_topics {
  background: url(../images/notice_bg.png) repeat-y;
}
.topics_wrapper {
  /*width:1383px;
	margin:0 auto;*/
  width: 830px;
  margin: 20px auto 0 auto;
}
ul.topics_list {
  list-style-type: none;
  padding: 0px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 25px;
}
ul.topics_list li {
  width: 260px;
  color: #432b0e;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}
ul.topics_list li img {
  width: 100%;
  height: auto;
}
ul.topics_list li a {
  color: #432b0e;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}
ul.topics_list li a:hover {
  opacity: 0.6;
}
/*クリニックについて*/
.top_clinic {
  background: url(../images/notice_bg.png) repeat-y;
}
.clinic_wrapper {
  /*width:1383px;
	margin:0 auto;*/
  width: 830px;
  margin: 80px auto 80px auto;
}
ul.clinic_list {
  list-style-type: none;
  padding: 30px 0 0 0;
  overflow: hidden;
}
ul.clinic_list li {
  width: 260px;
  float: left;
  /*margin:0 20.6px 0 0;*/
  margin: 0 15px 25px 0;
  color: #432b0e;
  font-size: 16px;
}
ul.clinic_list li:last-child {
  margin: 0;
}
ul.clinic_list li a {
  color: #432b0e;
  text-decoration: none;
}
ul.clinic_list li a:hover {
  opacity: 0.6;
}
/*診療内容*/
.top_clinical {
  background: url(../images/contents_bg.png) repeat;
  height: 400px
}
.clinical_wrapper {
  width: 930px;
  margin: 20px auto 0 auto;
}
.subject_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between; /* 子要素をflexboxにより中央に配置する */
  align-items: top; /* 子要素をflexboxにより中央に配置する */
}
.subject_row .subject {
  width: 30%;
}
.subject_row .subject h3 {
  background-color: #E97063;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  font-weight: normal;
}
.subject_row .subject ul {
  list-style-type: none;
}
.subject_row .subject ul li {
  margin: 0 0px 10px 0;
  background-color: #756757;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.subject_row .subject ul li a {
  color: #fff;
  width: 100%;
  padding: 10px 0;
  display: block;
}
.subject_row .subject ul li a:hover {
  opacity: 0.6;
}
.subject_row .subject ul li span {
  font-size: 16px;
}
/*.clinical_wrapper ul {
  list-style-type: none;
  height: 186px;
}
.clinical_wrapper ul li {
  float: left;
  width: 178px;
  margin: 0 10px 20px 0;
  background-color: #756757;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.clinical_wrapper ul li a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 22px 0;
}
.clinical_wrapper ul li a:hover {
  opacity: 0.6;
}
.clinical_wrapper ul li span {
  font-size: 16px;
}
/*２行*/
/*.clinical_wrapper ul li.two_line {
  margin: 0 10px 20px 0;
}
.clinical_wrapper ul li.two_line a {
  padding: 13px 0;
}
.clinical_wrapper ul li:nth-child(5) {
  margin: 0 0 20px 0;
}
.clinical_wrapper ul li:nth-child(10) {
  margin: 0 0 20px 0;
}*/
/*婦人科診療*/
/*診療内容*/
.top_woman {
  /*height: 400px*/
}
.woman_wrapper {
  width: 930px;
  margin: 20px auto 0 auto;
}
.woman_wrapper ul {
  list-style-type: none;
  height: 186px;
}
.woman_wrapper ul li {
  float: left;
  width: 178px;
  margin: 0 10px 20px 0;
  background-color: #ec7d72;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.woman_wrapper ul li a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 22px 0;
}
.woman_wrapper ul li a:hover {
  opacity: 0.6;
}
.woman_wrapper ul li span {
  font-size: 16px;
}
/*２行*/
.woman_wrapper ul li.two_line {
  margin: 0 10px 20px 0;
}
.woman_wrapper ul li.two_line a {
  padding: 13px 0;
}
.woman_wrapper ul li:nth-child(5) {
  margin: 0 0 20px 0;
}
.woman_wrapper ul li:nth-child(10) {
  margin: 0 0 20px 0;
}
.woman_wrapper ul li:nth-child(15) {
  margin: 0 0 20px 0;
}
/*下層*/
.wrapper_ud {
  width: 930px;
  margin: 0 auto;
}
/*.clinical_wrapper_ud {
  margin: 0px auto 0 auto;
}*/
@media screen and (max-width: 767px) {
  .main {
    width: 99%;
    float: none;
    margin: 0 auto;
  }
  .sp_head_info {
    display: block;
    width: 100%;
    margin: 40px 0 0;
  }
  .sp_head_info img {
    /*width:30%;
	height:auto;
	margin:0 1% 20px 1%;
	float:left;*/
    margin: 0 auto;
    display: block;
  }
  .sp_head_info_address {
    display: block;
    width: 80%;
    margin: 40px auto 0 auto;
  }
  .sp_head_info_address img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  /*トピックスバナー*/
  .topics_wrapper {
    width: 100%;
  }
  ul.topics_list li {
    width: 80%;
    margin: 0 auto 40px;
    text-align: center;
  }
  ul.topics_list li img {
    width: 100%;
    height: auto;
  }
  /*クリニックについて*/
  .clinic_wrapper {
    width: 100%;
    margin: 80px auto 80px auto;
  }
  ul.clinic_list li {
    width: 80%;
    float: none;
    margin: 0 auto 40px auto;
    text-align: center;
  }
  ul.clinic_list li img {
    width: 100%;
    height: auto;
  }
  ul.clinic_list li:last-child {
    margin: 0 auto;
  }
  /*診療内容*/
  .top_clinical {
    background: url(../images/contents_bg.png) repeat;
    height: auto;
  }
  .clinical_wrapper {
    width: 96%;
    margin: 0 auto 0 auto;
  }
  .subject_row {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .subject_row .subject {
    width: 100%;
  }
  .subject_row .subject h3 {
    background-color: #E97063;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
  }
  .subject_row .subject ul {
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between; /* 子要素をflexboxにより中央に配置する */
    align-items: top; /* 子要素をflexboxにより中央に配置する */
  }
  .subject_row .subject ul li {
    margin: 0 0px 10px 0;
    background-color: #756757;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 48%;
  }
  .subject_row .subject ul li a {
    color: #fff;
    width: 100%;
    padding: 10px 0;
    display: block;
  }
  .subject_row .subject ul li.sp_line2 {
    line-height: 2em;
  }
  .subject_row .subject ul li a:hover {
    opacity: 0.6;
  }
  .subject_row .subject ul li span {
    font-size: 16px;
  }
  /*  .clinical_wrapper ul {
    list-style-type: none;
    height: auto;
  }
  .clinical_wrapper ul li {
    float: left;
    width: 45%;
    margin: 0 2% 15px 2%;
    background-color: #756757;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .clinical_wrapper ul li a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 19px 0 7px 0;
  }
  .clinical_wrapper ul li span {
    font-size: 16px;
  }
  .clinical_wrapper ul li.two_line {
    margin: 0 2% 15px 2%;
  }
  .clinical_wrapper ul li.two_line a {
    padding: 13px 0;
  }
  .clinical_wrapper ul li.two_line_sp {
    margin: 0 2% 15px 2%;
  }
  .clinical_wrapper ul li.two_line_sp a {
    padding: 13px 0;
  }
  .clinical_wrapper ul li:nth-child(5) {
    margin: 0 2% 15px 2%;
  }
  .clinical_wrapper ul li:nth-child(10) {
    margin: 0 2% 15px 2%;
  }*/
  /*婦人科健診*/
  .top_woman {
    height: auto;
  }
  .woman_wrapper {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .woman_wrapper ul {
    list-style-type: none;
    height: auto;
  }
  .woman_wrapper ul li {
    float: left;
    width: 45%;
    margin: 0 2% 15px 2%;
    background-color: #ec7d72;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .woman_wrapper ul li a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 19px 0 7px 0;
  }
  .woman_wrapper ul li span {
    font-size: 16px;
  }
  .woman_wrapper ul li.two_line {
    margin: 0 2% 15px 2%;
  }
  .woman_wrapper ul li.two_line a {
    padding: 13px 0;
  }
  .woman_wrapper ul li.two_line_sp {
    margin: 0 2% 15px 2%;
  }
  .woman_wrapper ul li.two_line_sp a {
    padding: 13px 0;
  }
  .woman_wrapper ul li:nth-child(5) {
    margin: 0 2% 15px 2%;
  }
  .woman_wrapper ul li:nth-child(10) {
    margin: 0 2% 15px 2%;
  }
  .woman_wrapper ul li:nth-child(15) {
    margin: 0 2% 15px 2%;
  }
  /*下層*/
  .wrapper_ud {
    width: 96%;
    margin: 40px auto 0 auto;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
/*お知らせ*/
.top_notice {
  margin: 0;
  background: url(../images/notice_bg.png) repeat-y;
}
.notice_wrapper {
  width: 1102px;
  margin: 80px auto 0 auto;
  height: auto;
  overflow: hidden;
  padding: 0 0 40px 0;
}
.notice_frame {
  height: auto;
  overflow-y: auto;
}
.news_frame {
  height: auto;
}
.notice_frame dl {}
.notice_frame dl dt {
  margin: 0 0 15px 0;
  font-size: 17px;
  padding: 6px 0 6px 30px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #766859;
  cursor: pointer;
}
.notice_frame dl dt::before {
  content: '▼';
  color: #FFF;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
.notice_frame dl dt.active::before {
  content: "▶";
  color: #FFF;
}
.notice_frame dl dd {
  margin: 5px 0 20px 27px;
  font-size: 17px;
  /*padding: 0 0 15px 0;*/
  line-height: 120%;
  /*border-bottom:#432b0e 1px solid;*/
  color: #432b0e;
  display: none;
}
/*
.notice_link{
	text-align:right;
	margin:20px 0 0 0;
}
*/
/*お知らせ一覧*/
.news_frame dl dt {
  margin: 0 0 30px 0;
  font-size: 17px;
  padding: 6px 0 6px 30px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #766859;
}
.news_frame dl dd {
  margin: 5px 0 40px 27px;
  font-size: 17px;
  padding: 0 0 15px 0;
  line-height: 120%;
  border-bottom: #432b0e 1px solid;
  color: #432b0e;
}
/*メディア掲載、お知らせ一覧*/
.link_frame {
  overflow: hidden;
  height: auto;
  margin: 20px 0 0 0;
}
.notice_link {
  width: 48%;
  text-align: center;
  margin: 0 auto;
  background-color: #756757;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.notice_link a {
  color: #ffffff;
  padding: 10px 20px;
  display: block;
}
.notice_link a:hover {
  opacity: 0.6;
}
.btn_media {
  float: left;
  background-color: #e97063;
  width: 48%;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
}
.btn_media a {
  color: #ffffff;
  padding: 10px 20px;
  display: block;
}
.btn_media a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .top_notice {
    margin: 0;
    background: url(../images/notice_bg.png) repeat;
  }
  .notice_wrapper {
    width: 100%;
    margin: 80px auto 0 auto;
    height: auto;
    overflow: hidden;
    padding: 0 0 80px 0;
  }
  .notice_frame {
    height: auto;
    overflow-y: auto;
    padding: 15px;
    -webkit-overflow-scrolling: touch;
  }
  .notice_frame::-webkit-scrollbar {
    width: 10px;
    height: 200px;
  }
  .notice_frame::-webkit-scrollbar-track {
    border-radius: 5px;
    width: 10px;
  }
  .notice_frame::-webkit-scrollbar-thumb {
    background: #666;
  }
  /*お知らせ一覧*/
  .news_frame {
    height: auto;
    padding: 15px;
    -webkit-overflow-scrolling: touch;
  }
  .news_frame::-webkit-scrollbar {
    width: 10px;
    height: 200px;
  }
  .news_frame::-webkit-scrollbar-track {
    border-radius: 5px;
    width: 10px;
  }
  .news_frame::-webkit-scrollbar-thumb {
    background: #666;
  }
  /*メディア掲載、お知らせ一覧*/
  .link_frame {
    overflow: hidden;
    height: auto;
    margin: 20px 0 0 0;
  }
  .notice_link {
    width: 90%;
    text-align: center;
    float: none;
    background-color: #756757;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
  }
  .notice_link a {
    color: #ffffff;
    padding: 10px 20px;
    display: block;
  }
  .notice_link a:hover {
    opacity: 0.6;
  }
  .btn_media {
    float: none;
    background-color: #e97063;
    width: 90%;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    margin: 0 auto;
  }
  .btn_media a {
    color: #ffffff;
    padding: 10px 20px;
    display: block;
  }
  .btn_media a:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.top_overview {}
.overview_wrapper {
  width: 1102px;
  margin: 0 auto 0 auto;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.overview_left {
  float: left;
  width: 540px;
}
dl.overview_list {
  height: auto;
  overflow: hidden;
}
dl.overview_list dt {
  width: 120px;
  float: left;
  font-size: 19px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 8px 0;
  color: #ec6d62;
  border: #ec6d62 1px solid;
  background-color: #fff;
}
dl.overview_list dd {
  width: 400px;
  margin: 0 0 10px 0;
  padding: 8px 0 15px 10px;
  color: #432b0e;
  border-bottom: #5f4738 1px dotted;
  float: left;
  font-size: 19px;
  line-height: 140%;
}
dl.overview_list dd a {
  color: #5f4738;
  text-decoration: none;
}
.overview_right {
  float: right;
  width: 540px;
}
/*診療時間*/
table.timetable {
  padding: 0px;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
  margin: 10px 0 5px 0;
  text-align: center;
  border-collapse: collapse;
  overflow: hidden;
  border: #dcdcdc 1px solid;
}
table.timetable tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
table.timetable tr td {
  text-align: center;
  border: #dcdcdc 1px solid;
  padding: 14px 6px;
  color: #8b8277;
  background-color: #ffffff;
  font-size: 22px;
  vertical-align: middle;
}
table.timetable tr th {
  background-color: #f19ca7;
  padding: 16px 6px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  border: #dcdcdc 1px solid;
  vertical-align: middle;
}
table.timetable tr th.time {
  width: 130px;
}
table.timetable tr td.afternoon {
  font-size: 18px;
}
table.timetable tr td.time2 {
  color: #432b0e;
  font-size: 18px;
}
.overview_notice {
  font-size: 19px;
  color: #432b0e;
}
@media screen and (max-width: 767px) {
  .overview_wrapper {
    width: 96%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 0 0 30px 0;
  }
  .overview_left {
    float: none;
    width: 100%;
  }
  dl.overview_list {
    height: auto;
    overflow: hidden;
  }
  dl.overview_list dt {
    width: 120px;
    float: none;
    font-size: 19px;
    text-align: center;
    margin: 0 0 0 0;
    padding: 8px 0;
    color: #ec6d62;
    border: #ec6d62 1px solid;
  }
  dl.overview_list dd {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 8px 0 15px 10px;
    color: #5f4738;
    border-bottom: #5f4738 1px dotted;
    float: none;
    font-size: 19px;
  }
  .seihou {
    background: url(../images/arrow.png) no-repeat;
    background-position: right bottom;
    background-color: #5f4738;
    height: auto;
  }
  .seihou a {
    display: block;
    width: 96%;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
  }
  .seihou a:hover {
    opacity: 0.6;
  }
  .overview_right {
    float: none;
    width: 100%;
  }
  table.timetable tr th.time {
    width: 25%;
  }
}
/* -----------------------------------------------------------
　グーグルマップ
----------------------------------------------------------- */
iframe.googlemap {
  width: 100%;
  height: 250px;
  border: none;
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  width: 100%;
  padding: 80px 0 0 0;
  /*	background:url(../images/footer_bg.png) repeat-x;
	background-position:left bottom;*/
}
.footer_frame {
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.footer_list {
  width: 1100px;
  margin: 0 auto 40px auto;
  padding: 0;
}
.footer_list ul {
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style-type: none;
}
.footer_list ul li {
  margin: 0 2px 0 0;
  color: #352d2c;
  font-size: 14px;
  display: inline;
}
.footer_list ul li:after {
  content: "|";
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  margin: 0 0 0 8px;
}
.footer_list ul li:last-child:after {
  content: "";
  margin: 0;
}
.footer_list ul li a {
  text-decoration: none;
  color: #352d2c;
}
.copyright {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  color: #432b0e;
  font-size: 13px;
  background-color: #f6dacd;
}
.copyright a {
  text-decoration: none;
  color: #432b0e;
  background-color: #f6dacd;
}
@media screen and (max-width: 767px) {
  footer {
    width: auto;
    background: none;
  }
  .footer_frame {
    width: 100%;
    /*	background:url(../images/footer_bg_sp.png) repeat-x;
	background-position:left bottom;*/
    height: 20px;
  }
  footer figure {
    display: none;
  }
  .footer_list {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
  margin-top: 0;
}
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
#pagetop {
  height: 54px;
  text-align: center;
}
#pagetop a {
  display: block;
  color: #FFF;
}
#pagetop_position {
  float: right;
  margin: 0px;
  padding: 0px;
}
@media (max-width:768px) {
  #linkpagetop {
    float: right;
    margin-top: 0px;
  }
  #pagetop {
    position: fixed;
    bottom: 80px;
    right: 0px;
  }
  #pagetop {
    height: 54px;
    text-align: center;
  }
  #pagetop a {
    display: block;
    color: #FFF;
  }
  #pagetop_position {
    float: right;
    margin: 0px;
    padding: 0px;
  }
}
/*************************************************
　アコーディオン
/*************************************************/
/* 親の[ul] */
.syncer-acdn-parent {
  border-top: 1px solid #766859;
  overflow: hidden;
  width: 100%;
  color: #766859;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* 子の[ul] */
.syncer-acdn-child {
  display: none;
}
/* 余白設定 */
.syncer-acdn-child, .syncer-acdn-parent li, .syncer-acdn-parent li p {
  margin: 0;
  padding: 0;
}
/* 親と子の[li] */
.syncer-acdn-parent li {
  list-style: none;
}
/* 親の[a] */
.syncer-acdn-parent li p a {
  position: relative;
  top: 0;
  left: 0;
  background-color: #feeeed;
  color: #766859;
}
.syncer-acdn-parent li p a:after, .syncer-acdn-parent li p a:hover:after {
  color: #766859;
  background: rgba(0, 0, 255, 0.1);
}
.syncer-acdn-parent li p a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: .85em;
  margin-top: -12.5px;
  height: 17px;
  line-height: 17px;
  padding: 4px 8px;
}
/* 親の[a]と子の[li] */
.syncer-acdn-parent li p a, .syncer-acdn-child li {}
/* 親と子の[a] */
.syncer-acdn-parent li a {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
  color: #766859;
  background-color: #feeeed;
  border-bottom: 1px solid #766859;
  font-size: 19px;
}
.syncer-acdn-parent li a:hover {
  cursor: pointer;
  color: #766859;
  background-color: #feeeed;
}
.syncer-acdn-child li a {
  padding-right: 5px;
  background-color: #ffffff;
}
.syncer-acdn-child li a:hover {
  padding-right: 5px;
  background-color: #ffffff;
}
/* 子の[a] */
.syncer-acdn-child li a:before {
  padding-right: 5px;
}
.s_list_text {
  font-size: 12px;
}
/*サブ*/
.syncer-acdn-parent li.medical_treatment {
  background-color: #f2f0f0;
  color: #766859;
  font-size: 18px;
}
.syncer-acdn-parent li.medical_treatment span {
  background-color: #f2f0f0;
  color: #766859;
  padding: 10px 18px;
  font-size: 19px;
  border-bottom: 1px solid #766859;
  width: 100%;
  display: block;
}
.medical_treatment_list {
  display: none;
  height: auto;
  overflow: hidden;
}
ul.medical_treatment_list li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 55px;
  border: none;
  background-color: #f2f0f0;
  border-bottom: 1px solid #766859;
  padding: 0 0 0 5px;
  text-align: center;
}
ul.medical_treatment_list li.heading {
  width: 100%;
  display: block;
  background-color: #E97063;
  color: #fff;
  padding: 0;
  height: 55px;
  line-height: 55px;
  border-bottom: none;
  float: none;
  clear: both;
}
ul.medical_treatment_list li.odd {
  border-right: 1px solid #766859;
}
ul.medical_treatment_list li:last-child {
  /*	border-bottom:none;
    background-color:#feeeed;*/
}
ul.medical_treatment_list li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #766859;
  background-color: #f2f0f0;
  border-bottom: none;
  font-size: 16px;
}
ul.medical_treatment_list li.own a {
  display: block;
  padding: 17px 0;
  text-decoration: none;
  color: #766859;
  background-color: #f2f0f0;
  border-bottom: none;
  font-size: 16px;
}
ul.medical_treatment_list li.aro a {
  display: block;
  padding: 17px 0;
  text-decoration: none;
  color: #766859;
  background-color: #f2f0f0;
  border-bottom: none;
  font-size: 14px;
}
ul.medical_treatment_list li a:hover {
  background-color: #f2f0f0;
}
.syncer-acdn-parent li.treatment_gynecology {
  background-color: #feeeed;
  color: #766859;
  font-size: 19px;
}
.treatment_gynecology_list {
  display: none;
}
/*婦人科診療詳細*/
.syncer-acdn-parent li.treatment_gynecology {
  background-color: #f2f0f0;
  color: #766859;
  font-size: 18px;
}
.syncer-acdn-parent li.treatment_gynecology span {
  background-color: #f2f0f0;
  color: #766859;
  padding: 10px 18px;
  font-size: 19px;
  border-bottom: 1px solid #766859;
  width: 100%;
  display: block;
}
.treatment_gynecology_list {
  display: none;
  height: auto;
  overflow: hidden;
}
ul.treatment_gynecology_list li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 55px;
  border: none;
  background-color: #f2f0f0;
  border-bottom: 1px solid #766859;
  padding: 0 0 0 5px;
  text-align: center;
}
ul.treatment_gynecology_list li:nth-child(odd) {
  border-right: 1px solid #766859;
}
ul.treatment_gynecology_list li:last-child {
  /*	border-bottom:none;
    background-color:#feeeed;*/
}
ul.treatment_gynecology_list li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #766859;
  background-color: #f2f0f0;
  border-bottom: none;
  font-size: 16px;
}
ul.treatment_gynecology_list li.own a {
  display: block;
  padding: 17px 0;
  text-decoration: none;
  color: #766859;
  background-color: #f2f0f0;
  border-bottom: none;
  font-size: 16px;
}
ul.treatment_gynecology_list li a:hover {
  background-color: #f2f0f0;
}
/*当院受診について詳細*/
.syncer-acdn-parent li.flow {
  background-color: #f2f0f0;
  color: #766859;
  font-size: 18px;
}
.syncer-acdn-parent li.flow span {
  background-color: #f2f0f0;
  color: #766859;
  padding: 10px 18px;
  font-size: 19px;
  border-bottom: 1px solid #766859;
  width: 100%;
  display: block;
}
.flow_list {
  display: none;
  height: auto;
  overflow: hidden;
}
ul.flow_list li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 55px;
  border: none;
  background-color: #f2f0f0;
  border-bottom: 1px solid #766859;
  padding: 0 0 0 5px;
  text-align: center;
}
ul.flow_list li:nth-child(odd) {
  border-right: 1px solid #766859;
}
ul.flow_list li:last-child {
  /*	border-bottom:none;
    background-color:#feeeed;*/
}
ul.flow_list li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #766859;
  background-color: #f2f0f0;
  border-bottom: none;
  font-size: 16px;
}
ul.flow_list li.own a {
  display: block;
  padding: 17px 0;
  text-decoration: none;
  color: #766859;
  background-color: #f2f0f0;
  border-bottom: none;
  font-size: 16px;
}
ul.flow_list li a:hover {
  background-color: #f2f0f0;
}
/*English page*/
.syncer-acdn-parent li.english_page {
  background-color: #f2f0f0;
  color: #766859;
  font-size: 18px;
}
.syncer-acdn-parent li.english_page span {
  background-color: #f2f0f0;
  color: #766859;
  padding: 10px 18px;
  font-size: 19px;
  border-bottom: 1px solid #766859;
  width: 100%;
  display: block;
}
.english_page_list {
  display: none;
  height: auto;
  overflow: hidden;
}
ul.english_page_list li {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background-color: #f2f0f0;
  border-bottom: 1px solid #766859;
  padding: 0 0 0 5px
}
ul.english_page_list li a {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
  color: #766859;
  background-color: #f2f0f0;
  border-bottom: none;
  font-size: 19px;
}
ul.english_page_list li a:hover {
  background-color: #f2f0f0;
}
/*
.syncer-acdn-parent li ul.medical_treatment_list li.mt_fist a{

	border-top:1px solid #766859;
	margin:10px 0 0 0;
}

.syncer-acdn-parent li ul.medical_treatment_list li.mt_last a{
	border-bottom:none;
}
	
.syncer-acdn-parent li ul.treatment_gynecology_list li.tg_last a{
	border-bottom:none;
}

.syncer-acdn-parent li ul.treatment_gynecology_list li.tg_fist a{
	border-top:1px solid #766859;
	margin:10px 0 0 0;
}
*/
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
.ud_wrapper {
  width: 1102px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding: 0 0 40px 0;
}
.arrow {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.dcok_link {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .ud_wrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
  }
}
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* :::::::::: フリック :::::::::: */
  .viewport {
    width: 290px;
    overflow: hidden;
    margin: 0 auto;
  }
  .flipsnap {
    width: 2320px;
    /*viewportのwidth x ギャラリーの枚数*/
  }
  .item {
    float: left;
    width: 290px;
    cursor: pointer;
    overflow: hidden;
  }
  .item p {
    padding: 3px 0 8px 0;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  p.comment {
    text-align: center;
  }
}
/* -----------------------------------------------------------
　診療時間・アクセス
----------------------------------------------------------- */
iframe.accessmap {
  width: 100%;
  height: 400px;
  border: none;
}
@media screen and (max-width: 767px) {
  iframe.accessmap {
    width: 100%;
    height: 300px;
    border: none;
  }
}
/* -----------------------------------------------------------
　レディースドッグ
----------------------------------------------------------- */
.course_frame {
  overflow: hidden;
  height: auto;
  width: 100%;
}
.course_left {
  width: 48%;
  margin: 0 2% 0 0;
  float: left;
}
.course_right {
  width: 48%;
  margin: 0 0 0 2%;
  float: right;
}
@media screen and (max-width: 767px) {
  .course_left {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  .course_right {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }
}
/* -----------------------------------------------------------
　レディースドッグコースメニュー
----------------------------------------------------------- */
.table_dock_notice {
  text-align: right;
}
table.table_dock_list {
  width: 100%;
  border: #000 1px solid;
}
/*th*/
table.table_dock_list tr th {
  width: 14.28%;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0;
  border: #000 1px solid;
}
table.table_dock_list tr th.course {
  background-color: #f8cbad;
}
table.table_dock_list tr th.bridal {
  background-color: #ffeff6;
}
table.table_dock_list tr th.enrichment {
  background-color: #e2efda;
}
table.table_dock_list tr th.simple {
  background-color: #ffffc1;
}
table.table_dock_list tr th.cancer {
  background-color: #ffe7e7;
}
table.table_dock_list tr th.std_full {
  background-color: #f7efff;
}
table.table_dock_list tr th.std_simple {
  background-color: #e1f4f7;
}
/*td*/
table.table_dock_list tr td {
  width: 14.28%;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  border-bottom: #000 1px dotted;
}
table.table_dock_list tr td.course {
  background-color: #fff2cc;
  font-weight: bold;
}
table.table_dock_list tr td.course span {
  font-weight: normal;
  font-size: 10px;
}
table.table_dock_list tr td.course2 {
  background-color: #fff;
  font-weight: normal;
}
table.table_dock_list tr td.boder_solid {
  border-top: #000 1px solid;
}
table.table_dock_list tr td.bridal {
  background-color: #ffeff6;
  color: #ff33cc;
}
table.table_dock_list tr td.enrichment {
  background-color: #e2efda;
  color: #548235;
}
table.table_dock_list tr td.simple {
  background-color: #ffffc1;
  color: #ff9933;
}
table.table_dock_list tr td.cancer {
  background-color: #ffe7e7;
  color: #c65911;
}
table.table_dock_list tr td.std_full {
  background-color: #f7efff;
  color: #7030a0;
}
table.table_dock_list tr td.std_simple {
  background-color: #e1f4f7;
  color: #4472c4;
}
/*オプション*/
table.table_dock_list_2 {
  width: 266px;
  border: #000 1px solid;
  box-sizing: border-box;
  background-color: #fff;
  margin: 30px 0 10px 0;
}
/*th*/
table.table_dock_list_2 tr th {
  width: 133px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0;
  border: #000 1px solid;
  box-sizing: border-box;
}
table.table_dock_list_2 tr th.course {
  background-color: #f8cbad;
  font-weight: bold;
}
/*td*/
table.table_dock_list_2 tr td {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  border-bottom: #000 1px dotted;
}
@media screen and (max-width: 767px) {
  .scroll-table {
    overflow: auto;
  }
  table.table_dock_list {
    width: 600px;
  }
}
/* -----------------------------------------------------------
　プラセンタ・美容注射
----------------------------------------------------------- */
.placenta_text {
  margin: 50px 0 0 0;
}
/* -----------------------------------------------------------
　3D/4Dエコー
----------------------------------------------------------- */
/*
dl.echo_list{
	height:auto;
	overflow:hidden;
	width:100%;
	margin:20px 0 0 0;
}

dl.echo_list dt{
	width:10%;
	float:left;
	margin:0 0 15px 0;
	line-height:150%;
}


dl.echo_list dd{
	width:90%;
	float:left;
	margin:0 0 15px 0;
	line-height:150%;
}
*/
ul.echo_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  list-style-type: none;
  margin: 0 0 40px 0;
}
ul.echo_list li {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
ul.echo_list li:last-child {
  margin: 0 0 0 0;
}
ul.echo_list li figure img {
  width: 100%;
  height: auto;
}
ul.echo_list li figure figcaption {
  font-size: 16px;
  line-height: 120%;
}
ul.echo_list li figure figcaption span {
  background-color: #675a4a;
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  width: 50%;
  margin: 0 auto;
}
ul.echo_list01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  list-style-type: none;
  margin: 0 0 40px 0;
}
ul.echo_list01 li {
  float: left;
  width: 22%;
  margin: 0 4% 0 0;
}
ul.echo_list01 li:last-child {
  margin: 0 0 0 0;
}
ul.echo_list01 li figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  ul.echo_list li {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
  ul.echo_list li:last-child {
    margin: 0 0 40px 0;
  }
  ul.echo_list01 {
    width: 100%;
    height: auto;
    overflow: hidden;
    list-style-type: none;
    margin: 0 0 40px 0;
  }
  ul.echo_list01 li {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  ul.echo_list01 li:last-child {
    margin: 0 0 0 0;
  }
  ul.echo_list01 li figure img {
    width: 100%;
    height: auto;
  }
}
.echo_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.echo_box td {
  padding: 5px;
}
/*しかく*/
.bg03 {
  width: 50%;
  background-image: url(../images/echo/left_top03.png), url(../images/echo/right_top03.png), url(../images/echo/left_bottom03.png), url(../images/echo/right_bottom03.png), url(../images/echo/top03.png), url(../images/echo/bottom03.png), url(../images/echo/left03.png), url(../images/echo/right03.png);
}
/*ピンクh4 span.pink{
	color: #ffa39b;
}*/
/*黄色
h4 span.yellow{
	color: #fed32f;
}*/
.font14 {
  font-size: 14px;
}
/*●*/
.bg02 {
  width: 48%;
  background-image: url(../images/echo/left_top02.png), url(../images/echo/right_top02.png), url(../images/echo/left_bottom02.png), url(../images/echo/right_bottom02.png), url(../images/echo/top02.png), url(../images/echo/bottom02.png), url(../images/echo/left02.png), url(../images/echo/right02.png);
}
/*青*/
.bg01 {
  background-image: url(../images/echo/left_top01.png), url(../images/echo/right_top01.png), url(../images/echo/left_bottom01.png), url(../images/echo/right_bottom01.png), url(../images/echo/top01.png), url(../images/echo/bottom01.png), url(../images/echo/left01.png), url(../images/echo/right01.png);
}
.bg01, .bg02 {
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: left top, right top, left bottom, right bottom, top left, bottom left, top left, top right;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.bg03 {
  width: 48%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: left top, right top, left bottom, right bottom, top left, bottom left, top left, top right;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.bg01 h4 span {
  color: #fed32f;
}
.bg02 h4, .bg03 h4 {
  color: #000;
  text-align: center;
}
h4.tit {
  color: #000;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .echo_box {
    display: block;
  }
  .bg02, .bg03 {
    width: 100%;
  }
  .bg02 th, .bg03 th {
    width: 70px;
  }
}
/* -----------------------------------------------------------
　妊婦健診
----------------------------------------------------------- */
/**/
ul.list_inspection {
  list-style-type: none;
}
ul.list_inspection li {
  float: left;
  width: 30%;
  margin: 0 5% 15px 0;
  background-color: #756657;
  color: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.list_inspection li:nth-child(3) {
  margin: 0 0 0 0;
}
ul.list_inspection li:nth-child(6) {
  margin: 0 0 0 0;
}
/*次のような症状が出たら早目の受診をおすすめします。*/
ul.list_symptom {
  list-style-type: none;
  width: 50%;
  float: left;
}
ul.list_symptom li {
  background-color: #756657;
  color: #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 15px auto;
  padding: 5px 10px;
  width: 80%;
}
ul.list_symptom li:before {
  content: "▸";
  margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  ul.list_inspection li {
    float: none;
    width: 100%;
    margin: 0 5% 15px 0;
    background-color: #756657;
    color: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  ul.list_inspection li:nth-child(3) {
    margin: 0 0 15px 0;
  }
  ul.list_inspection li:nth-child(6) {
    margin: 0 0 0 0;
  }
  /*次のような症状が出たら早目の受診をおすすめします。*/
  ul.list_symptom {
    list-style-type: none;
    width: 100%;
    float: none;
  }
  ul.list_symptom li {
    background-color: #756657;
    color: #ffffff;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 15px 0;
    padding: 5px 10px;
    width: 100%;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_img img {
  width: 100%;
  height: auto;
}
.bana_privacy {
  background-color: #756657;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.bana_privacy a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 5px 10px;
}
.bana_privacy a:hover {
  opacity: 0.6;
}
/* -----------------------------------------------------------
　メディア掲載
----------------------------------------------------------- */
.right_text {
  float: right;
  width: 75%;
}
.media_box {}
.media_box .title {
  color: #cf5043;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 -25px 0;
  padding: 0 0 15px 0;
  border-bottom: #cf5043 1px solid;
}
@media screen and (max-width: 767px) {
  .right_text {
    float: none;
    width: 100%;
  }
}
.seminer_img img {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
/* -----------------------------------------------------------
　医師紹介
----------------------------------------------------------- */
.wrap_1 {
  display: inline-block;
  width: 4.5em;
}
.blank_1 {
  display: inline-block;
  padding-left: 4.5em;
}
/* -----------------------------------------------------------
　無痛中絶手術
----------------------------------------------------------- */
ol.flow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  justify-content: left; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
}
ol.flow li {
  width: 27%;
  padding-right: 5%;
  position: relative;
  color: #766859;
}
ol.flow li::after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  top: 25%;
  right: 5%;
  text-align: center;
  font-size: 200%;
}
ol.flow li.last::after {
  content: none;
}
ol.flow li figure {
  display: block;
  margin: 0 0 10px;
  text-align: center;
}
ol.flow li figure img {
  width: 80%;
  height: auto;
}
ol.flow li p {
  border: 1px solid #ec6d62;
  padding: 15px;
  font-size: 90%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  ol.flow {
    display: block;
  }
  ol.flow li {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 5% !important;
    position: relative;
    color: #766859;
    display: block;
  }
  ol.flow li::after {
    content: "\f063";
    font-family: FontAwesome;
    text-align: center;
    font-size: 200%;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: auto;
    right: auto;
  }
  ol.flow li.last::after {
    content: none;
  }
  ol.flow li figure {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  ol.flow li figure img {
    width: 60%;
    height: auto;
  }
  ol.flow li p {
    border: 1px solid #ec6d62;
    padding: 10px;
    font-size: 90%;
    background-color: #fff;
  }
}
.frame01 {
  width: 700px;
  margin: 0 auto 3rem;
}
.frame01_top {
  background-image: url("../images/abortion/abortion_frame01_top.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 85px 0 0;
  margin: 0;
}
.frame01_top .frame01_btm {
  background-image: url("../images/abortion/abortion_frame01_btm.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0 0 85px;
  margin: 0;
}
.frame01_top .frame01_btm .frame01_bg {
  background-image: url("../images/abortion/abortion_frame01_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  padding: 10px 60px;
  margin: 0;
}
.frame01_top .frame01_btm .frame01_bg p {
  text-align: center;
  color: #432b0e;
}
.frame01_top .frame01_btm .frame01_bg p.title {
  font-weight: bold;
  font-size: 180%;
}
@media screen and (max-width: 767px) {
  .frame01 {
    width: 96%;
  }
  .frame01_top {
    background-image: url("../images/abortion/abortion_frame01_top.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 35px 0 0;
    margin: 0;
  }
  .frame01_top .frame01_btm {
    background-image: url("../images/abortion/abortion_frame01_btm.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0 0 35px;
    margin: 0;
  }
  .frame01_top .frame01_btm .frame01_bg {
    background-image: url("../images/abortion/abortion_frame01_bg.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    padding: 10px 60px;
    margin: 0;
  }
}
.frame02 {
  width: 700px;
  margin: 0 auto 3rem;
}
.frame02_top {
  background-image: url("../images/abortion/abortion_frame02_top.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 0 0;
  margin: 0;
}
.frame02_top .frame02_btm {
  background-image: url("../images/abortion/abortion_frame02_btm.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0 0 50px;
  margin: 0;
}
.frame02_top .frame02_btm .frame02_bg {
  background-image: url("../images/abortion/abortion_frame02_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  padding: 10px 60px;
  margin: 0;
}
.frame02_top .frame02_btm .frame02_bg p {
  text-align: left;
  color: #432b0e;
}
.frame02_top .frame02_btm .frame02_bg p:last-child {
  margin-bottom: 0;
}
.frame02_top .frame02_btm .frame02_bg h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .frame02 {
    width: 96%;
    margin: 0 auto 3rem;
  }
  .frame02_top {
    background-image: url("../images/abortion/abortion_frame02_top.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 25px 0 0;
    margin: 0;
  }
  .frame02_top .frame02_btm {
    background-image: url("../images/abortion/abortion_frame02_btm.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0 0 25px;
    margin: 0;
  }
  .frame02_top .frame02_btm .frame02_bg {
    background-image: url("../images/abortion/abortion_frame02_bg.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    padding: 10px 20px;
    margin: 0;
  }
}
.frame03 {
  width: 700px;
  margin: 0 auto 3rem;
}
.frame03_top {
  background-image: url("../images/abortion/abortion_frame03_top.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 70px 0 0;
  margin: 0;
}
.frame03_top .frame03_btm {
  background-image: url("../images/abortion/abortion_frame03_btm.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0 0 70px;
  margin: 0;
}
.frame03_top .frame03_btm .frame03_bg {
  background-image: url("../images/abortion/abortion_frame03_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  padding: 10px 100px;
  margin: 0;
}
.frame03_top .frame03_btm .frame03_bg p {
  text-align: left;
  color: #432b0e;
}
.frame03_top .frame03_btm .frame03_bg p:last-child {
  margin-bottom: 0;
}
.frame03_top .frame03_btm .frame03_bg h3 {
  text-align: center;
  color: #EA7163;
}
.frame03_top .frame03_btm .frame03_bg dl {
  margin: 0;
  padding: 0;
  color: #432b0e;
}
.frame03_top .frame03_btm .frame03_bg dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  color: #EA7163;
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.4;
}
.frame03_top .frame03_btm .frame03_bg dl dd {
  margin-bottom: 20px;
  color: #432b0e;
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .frame03 {
    width: 98%;
    margin: 0 auto 3rem;
  }
  .frame03_top {
    background-image: url("../images/abortion/abortion_frame03_top.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 25px 0 0;
    margin: 0;
  }
  .frame03_top .frame03_btm {
    background-image: url("../images/abortion/abortion_frame03_btm.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0 0 25px;
    margin: 0;
  }
  .frame03_top .frame03_btm .frame03_bg {
    background-image: url("../images/abortion/abortion_frame03_bg.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    padding: 10px 50px;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　子宮内フローラとは？
----------------------------------------------------------- */
h3.emma_h3 {
  background-image: url(../images/emma/h3_bg.png);
  background-repeat: no-repeat;
  background-position: left 12px;
  background-size: 60px;
  padding: 1em 0 1em 3em;
}
.box_emma {
  background-color: #ffb091;
  padding: 15px;
}
ol.flow_emma {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  justify-content: left; /* 子要素をflexboxにより中央に配置する */
  align-items: top; /* 子要素をflexboxにより中央に配置する */
}
ol.flow_emma li {
  width: 200px;
  padding-right: 5%;
  position: relative;
  color: #766859;
  vertical-align: top;
}
ol.flow_emma li::after {
  background-image: url(../images/emma/flow_emma_arrow.png);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  top: 5%;
  right: 0%;
  text-align: center;
  font-size: 200%;
}
ol.flow_emma li.last {
  width: 190px;
  padding-right: 0;
}
ol.flow_emma li.last::after {
  content: none;
}
ol.flow_emma li figure {
  display: block;
  margin: 0 0 10px;
  text-align: center;
}
ol.flow_emma li figure img {
  width: 150px;
  height: auto;
}
ol.flow_emma li div {
  border: 1px solid #ec6d62;
  padding: 10px;
  font-size: 90%;
  background-color: #fff;
  margin-bottom: 10px;
}
ol.flow_emma li div .img_left img {
  width: 50px;
}
ol.flow_emma li div p {
  font-size: 100%;
  text-align: center;
}
ol.flow_emma li p.small {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  ol.flow_emma {
    display: block;
  }
  ol.flow_emma li {
    width: 80%;
    margin: 0 auto;
    padding-right: 0%;
    padding-bottom: 60px;
    position: relative;
    color: #766859;
    vertical-align: top;
  }
  ol.flow_emma li.last {
    width: 80%;
  }
  ol.flow_emma li img {
    width: 75% !important;
  }
  ol.flow_emma li::after {
    background-image: url(../images/emma/flow_emma_arrow.png);
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 200%;
    content: "";
    font-size: 200%;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: auto;
    right: auto;
    transform: rotateZ(90deg);
  }
  ol.flow_emma li.last::after {
    content: none;
  }
  ol.flow_emma li figure {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  ol.flow_emma li figure img {
    width: 80%;
    height: auto;
  }
  ol.flow_emma li div {
    border: 1px solid #ec6d62;
    padding: 10px;
    font-size: 90%;
    background-color: #fff;
    margin-bottom: 10px;
  }
  ol.flow_emma li div .img_left img {
    width: 100px !important;
  }
  ol.flow_emma li div p {
    font-size: 100%;
    text-align: center;
  }
  ol.flow_emma li p.small {
    font-size: 80%;
  }
}
/*テキストと写真の横並び*/
.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  justify-content: left; /* 子要素をflexboxにより中央に配置する */
  align-items: top; /* 子要素をflexboxにより中央に配置する */
  flex-direction: row-reverse;
}
.row .textarea {
  width: calc(100% - 340px);
}
.row .photoarea {
  width: 320px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .row {
    display: block;
  }
  .row .textarea {
    width: 100%;
    order: 2;
  }
  .row .photoarea {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 1rem;
    order: 1;
    text-align: center;
  }
}
/* -----------------------------------------------------------
　出生前診断
----------------------------------------------------------- */
.frame04 {
  width: 700px;
  margin: 0 auto 3rem;
}
.frame04_top {
  background-image: url("../images/fetus/fetus_frame04_top.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 150px 0 0;
  margin: 0;
}
.frame04_top .frame04_btm {
  background-image: url("../images/fetus/fetus_frame04_btm.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0 0 36px;
  margin: 0;
}
.frame04_top .frame04_btm .frame04_bg {
  background-image: url("../images/fetus/fetus_frame04_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  padding: 10px 70px;
  margin: 0;
}
.frame04_top .frame04_btm .frame04_bg p {
  text-align: left;
  color: #432b0e;
}
.frame04_top .frame04_btm .frame04_bg p:last-child {
  margin-bottom: 0;
}
.frame04_top .frame04_btm .frame04_bg h3 {
  text-align: center;
}
.frame04_top .frame04_btm .frame04_bg .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: left; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
  flex-direction: row;
}
.frame04_top .frame04_btm .frame04_bg .row .txt {
  width: calc(100% - 277px);
  margin-right: 20px;
  color: #843c0c;
  font-weight: bold;
  font-size: 120%;
  background-color: #F19CA7;
  padding: 10px;
  text-decoration: underline;
  line-height: 1.5;
}
.frame04_top .frame04_btm .frame04_bg .row .photo {
  width: 237px;
}
@media screen and (max-width: 767px) {
  .frame04 {
    width: 98%;
    margin: 0 auto 3rem;
  }
  .frame04_top {
    background-image: url("../images/fetus/fetus_frame04_top.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 85px 0 0;
    margin: 0;
  }
  .frame04_top .frame04_btm {
    background-image: url("../images/fetus/fetus_frame04_btm.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0 0 20px;
    margin: 0;
  }
  .frame04_top .frame04_btm .frame04_bg {
    background-image: url("../images/fetus/fetus_frame04_bg.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    padding: 10px 36px 20px;
    margin: 0;
  }
  .frame04_top .frame04_btm .frame04_bg .row {
    display: block;
  }
  .frame04_top .frame04_btm .frame04_bg .row .txt {
    width: auto;
    color: #d13600;
    font-weight: bold;
    font-size: 120%;
    background-color: #F19CA7;
    padding: 10px;
    text-decoration: underline;
    line-height: 1.5;
    margin: 0 auto 10px;
  }
  .frame04_top .frame04_btm .frame04_bg .row .photo {
    width: 100%;
    text-align: center !important;
    margin: 0 auto;
  }
}
.frame05 {
  width: 700px;
  margin: 0 auto 3rem;
}
.frame05_top {
  background-image: url("../images/fetus/fetus_frame05_top.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 112px 0 0;
  margin: 0;
}
.frame05_top .frame05_btm {
  background-image: url("../images/fetus/fetus_frame05_btm.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0 0 67px;
  margin: 0;
}
.frame05_top .frame05_btm .frame05_bg {
  background-image: url("../images/fetus/fetus_frame05_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  padding: 10px 100px;
  margin: 0;
}
.frame05_top .frame05_btm .frame05_bg p {
  text-align: left;
  color: #432b0e;
}
.frame05_top .frame05_btm .frame05_bg p:last-child {
  margin-bottom: 0;
}
.frame05_top .frame05_btm .frame05_bg h3 {
  text-align: center;
  color: #EA7163;
}
@media screen and (max-width: 767px) {
  .frame05 {
    width: 98%;
    margin: 0 auto 3rem;
  }
  .frame05_top {
    background-image: url("../images/fetus/fetus_frame05_top.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 70px 0 0;
    margin: 0;
  }
  .frame05_top .frame05_btm {
    background-image: url("../images/fetus/fetus_frame05_btm.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0 0 50px;
    margin: 0;
  }
  .frame05_top .frame05_btm .frame05_bg {
    background-image: url("../images/fetus/fetus_frame05_bg.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    padding: 10px 70px;
    margin: 0;
  }
}
table.table_fetus_list {
  border: #000 1px solid;
  box-sizing: border-box;
  background-color: #fff;
  margin: 30px 0 10px 0;
  width: 100%;
}
/*th*/
table.table_fetus_list tr th {
  width: 80px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0;
  border: #000 1px solid;
  box-sizing: border-box;
}
table.table_fetus_list tr th.course {
  background-color: #f8cbad;
  font-weight: bold;
}
/*td*/
table.table_fetus_list tr td {
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  padding: 10px 5px;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
}
table.table_fetus_list tr td ul.list_normal li {
  line-height: 140%;
  padding: 0 0 0 0;
  font-size: 14px;
  list-style-type: disc !important;
  margin: 0 0 0 20px;
}
.frame06 {
  width: 700px;
  margin: 0 auto 3rem;
}
.frame06_top {
  background-image: url("../images/fetus/fetus_frame06_top.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 65px 0 0;
  margin: 0;
}
.frame06_top .frame06_btm {
  background-image: url("../images/fetus/fetus_frame06_btm.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0 0 65px;
  margin: 0;
}
.frame06_top .frame06_btm .frame06_bg {
  background-image: url("../images/fetus/fetus_frame06_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  padding: 10px 100px;
  margin: 0;
}
.frame06_top .frame06_btm .frame06_bg p {
  text-align: left;
  color: #432b0e;
}
.frame06_top .frame06_btm .frame06_bg p:last-child {
  margin-bottom: 0;
}
.frame06_top .frame06_btm .frame06_bg h3 {
  text-align: center;
  color: #EA7163;
}
.frame06_top .frame06_btm .frame06_bg dl {
  margin: 0;
  padding: 0;
  color: #432b0e;
}
.frame06_top .frame06_btm .frame06_bg dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  color: #EA7163;
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.4;
}
.frame06_top .frame06_btm .frame06_bg dl dd {
  margin-bottom: 20px;
  color: #432b0e;
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.4;
}
.healthcare01 {
  width: 100%;
  max-width: 700px;
  background: url(../images/healthcare/healthcare02_top.png) center top / 100% no-repeat, url(../images/healthcare/healthcare02_bottom.png) center bottom / 100% no-repeat;
  margin: 3rem auto 3rem;
}
.healthcare01 .body {
  padding: 150px 125px 150px 125px;
  width: calc(100% - 250px);
  height: auto;
  margin: 0 auto;
}
.healthcare02 {
  width: 100%;
  max-width: 700px;
  background: url(../images/healthcare/healthcare02_top.png) center top / 100% no-repeat, url(../images/healthcare/healthcare02_bottom.png) center bottom / 100% no-repeat;
  margin: 3rem auto 3rem;
}
.healthcare02 .body {
  padding: 150px 125px 150px 125px;
  width: calc(100% - 250px);
  height: auto;
  margin: 0 auto;
}
.infertility01 {
  width: 100%;
  margin: auto !important;
  background: url(../images/infertility/infertility01_top.png) center top / 100% no-repeat, url(../images/infertility/infertility01_bottom.png) center bottom / 100% no-repeat, url(../images/infertility/infertility-bg.png) center / 100% repeat;
  margin: 3rem auto 3rem;
}
.infertility01 .body {
  padding: 6rem 0;
  min-height: 28rem;
  width: calc(100% - 250px);
  height: auto;
  margin: 0 auto;
}
.infertility02 h3 {
  color: #4fb9be;
}
.infertility03 {
  width: 100%;
  margin: auto !important;
  background: url(../images/infertility/infertility03_top.svg) center top / 100% no-repeat, url(../images/infertility/infertility03_bottom.svg) center bottom / 100% no-repeat, url(../images/infertility/infertility03-bg.svg) center / 100% repeat;
  margin: 3rem auto 3rem;
}
.infertility03 .body {
  padding: 3rem 0 0;
  min-height: 6rem;
  width: calc(100% - 250px);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .frame06 {
    width: 98%;
    margin: 0 auto 3rem;
  }
  .frame06_top {
    background-image: url("../images/fetus/fetus_frame06_top.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 40px 0 0;
    margin: 0;
  }
  .frame06_top .frame06_btm {
    background-image: url("../images/fetus/fetus_frame06_btm.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0 0 40px;
    margin: 0;
  }
  .frame06_top .frame06_btm .frame06_bg {
    background-image: url("../images/fetus/fetus_frame06_bg.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    padding: 10px 50px;
    margin: 0;
  }
  .healthcare01 .body, .healthcare02 .body {
    width: calc(100% - 130px);
    padding: 80px 50px;
  }
  .infertility01 .body {
    padding: 3rem 0;
    min-height: 24rem;
    width: calc(100% - 50px);
    height: auto;
    margin: 0 auto;
  }
  .infertility03 .body {
    padding: 3rem 0;
    min-height: 3rem;
    width: calc(100% - 50px);
    height: auto;
    margin: 0 auto;
  }
}
.fetus_catch {
  margin: 0 50px;
  background: url(../images/fetus/fetus_img02.png) top left no-repeat;
}
.fetus_catch .fetus_catch_in {
  text-align: center;
  color: #EA7163;
  font-size: 140%;
  font-weight: bold;
  padding: 20px 100px;
  background: url(../images/fetus/fetus_img02.png) top right no-repeat;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .fetus_catch {
    margin: 0 !important;
    background-image: none;
  }
  .fetus_catch .fetus_catch_in {
    background-image: none;
    padding: 0 !important;
    font-size: 120%;
  }
}
.overview_nav {
  width: 540px;
  margin: 20px auto 0 auto;
}
.overview_nav ul.three {
  list-style-type: none;
  /*height: 50px !important;*/
}
.overview_nav ul.three li {
  float: left;
  width: 170px;
  margin: 0 10px 20px 0;
  background-color: #f19ca7;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 50px !important;
}
.overview_nav ul.three li a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 17px 0;
}
.overview_nav ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .overview_nav {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .overview_nav ul.three {
    list-style-type: none;
    height: auto;
  }
  .overview_nav ul.three li {
    float: left;
    width: 45%;
    margin: 0 2% 15px 2%;
    background-color: #f19ca7;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .overview_nav ul.three li a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 14px 0;
  }
}
/* -----------------------------------------------------------
　予防接種
----------------------------------------------------------- */
/*予防接種の開閉*/
.vaccination_frame {
  height: auto;
  overflow-y: auto;
}
.vaccination_frame {
  height: auto;
}
.vaccination_frame dl {}
.vaccination_frame dl dt {
  cursor: pointer;
  margin: 0 0 30px 0;
  font-size: 17px;
  line-height: 1.4;
  padding: 10px 0 10px 30px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #766859;
  position: relative;
}
.vaccination_frame dl dt::before {
  content: '▼';
  color: #FFF;
  font-size: 0.9em;
  position: absolute;
  top: 10px;
  left: 10px;
}
.vaccination_frame dl dt.active::before {
  content: "▶";
  color: #FFF;
}
.vaccination_frame dl dd {
  margin: 5px 0 20px;
  font-size: 17px;
  padding: 0 0 15px 0;
  color: #432b0e;
}
/**/
.echocardiography_frm {
  margin: 40px 0 0;
  padding: 50px;
  background-image: url('../images/echocardiography/frm_top_left.png'), url('../images/echocardiography/frm_top_right.png'), url('../images/echocardiography/frm_bottom_left.png'), url('../images/echocardiography/frm_bottom_right.png'), url('../images/echocardiography/frm_top.png'), url('../images/echocardiography/frm_bottom.png'), url('../images/echocardiography/frm_left.png'), url('../images/echocardiography/frm_right.png');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: top left, top right, bottom left, bottom right, top center, bottom center, center left, center right;
}
.echocardiography_bg {
  background-color: rgba(183, 159, 67, 0.2);
  padding: 20px;
}
.echocardiography_bg p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .echocardiography_frm {
    margin: 30px 0 0;
    padding: 25px;
    background-size: 35px 35px, 35px 35px, 35px 35px, 35px 35px, 35px 35px, 35px 35px, 35px 35px, 35px 35px;
  }
  .echocardiography_bg {
    padding: 10px;
  }
}
#open-chatbot {
  display: inline-block;
  position: fixed;
  top: 74%;
  right: 8%;
  background: url(../images/fixed_ai_pc.png) no-repeat;
  background-size: cover;
  border: none;
  width: 160px;
  height: 160px;
}
.js-inview {
  transform: translateX(30px);
  opacity: 1;
  transition: transform .5s, opacity 1s;
}
.js-inview.show {
  transform: translateY(0);
  opacity: 1;
}
#open-chatbot span {
  display: none;
}
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #open-chatbot {
    top: 82%;
    right: 12%;
    background: url("../images/fixed_ai_sp.png");
    background-size: cover;
    width: 100px;
    height: 100px;
    border: none;
  }
}