@charset "utf-8";
/* CSS Document */
/*打消し*/
main .main {
  background-color: #fff!important;
}
main #main_inner h3, h3:not(.footer) {
  padding: 0;
}
main #main_inner h3::before, h3:not(.footer)::before {
  content: none;
}
h4 {
  font-size: 1em;
  padding: 0;
}
h5 {
  border-bottom: none;
  color: #630;
  line-height: normal;
  font-size: inherit;
}
/*共通*/
.yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
}
.baskerville {
  font-family: "Libre Baskerville", serif!important;
}
.pink {
  color: #E57884!important;
}
.pink02 {
  color: #F498A6!important;
}
.brown {
  color: #B97B6B!important;
}
.green {
  color: #8FB4A8!important;
}
.purple {
  color: #C66E92!important;
}
.orange {
  color: #F28763!important;
}
.gray {
  color: #909090!important;
}
.con {
  padding: 30px 25px;
}
.bgc_wave {
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: #F8E8E5;
}
.bc_wave {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.box01 {
  position: relative;
  padding: 20px 18px;
  border-radius: 16px;
  box-shadow: 0px 6px 6px #00000029;
  background-color: #fff;
}
.tx_item {
  height: 25px;
  width: auto;
  margin-top: 5px;
}
.tx_item:not(:last-of-type){
  margin-right: 5px;
}
.text_box p,
p.text_box {
  letter-spacing: 1px;
  line-height: 1.75;
  color: #656565;
}
.text_dc01 {
  background: linear-gradient(transparent 60%, #F8E8E5 0%);
  display: inline;
  padding: 0 1px 0;
}
h3.title01,
h4.title01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin: 24px auto;
}
.title01 .baskerville {
  font-size: 1.5em;
  padding: 0 2px;
}
.title01.dc_flower {
  position: relative;
  padding: 0 2em 0 0;
  display: inline-block;
}
.title01.dc_flower::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2em;
  height: 2em;
}
.title01.dc_flower.dc01::after {
  background: url(../img/epidural/dc_flower01.png) no-repeat center;
  background-size: contain;
}
.title01.dc_flower.dc02::after {
  background: url(../img/epidural/dc_flower02.png) no-repeat center;
  background-size: contain;
}
.title01.dc_flower.dc03::after {
  background: url(../img/epidural/dc_flower03.png) no-repeat center;
  background-size: contain;
}
.title01.dc_flower.dc04::after {
  background: url(../img/epidural/dc_flower04.png) no-repeat center;
  background-size: contain;
}
.number_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 12px;
  counter-reset: number;
}
.number_wrap > * {
  flex: 0 0 calc(50% - 6px);
  width: calc(50% - 6px);
}
.number_wrap .number_box {
  position: relative;
  padding: .9em .6em;
  background-color: #FFFFFFD6;
  border-radius: 10px;
  color: #656565;
  box-shadow: 0px 6px 6px 0px #00000029;
}
.number_wrap .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.number_wrap .img_box img {
  max-width: 70%;
  width: auto;
  max-height: 100px;
}
.number_box::before {
  counter-increment: number;
  content: counter(number);
  font-size: 22px;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.number_wrap .number_box p {
  line-height: 1.8;
  font-size: 12px;
}
.number_wrap .dc_group {
  max-width: 130px;
  margin: auto;
}
/*個別*/
/*---sec_about---*/
#sec_about {
  position: relative;
}
.about_con {
  display: flex;
  align-items: center;
  padding: 60px 30px 0px;
  max-width: 500px;
  margin: auto;
}
.about_con img:not(.dc_bg) {
  position: relative; 
  width: 100%;
}
.about_con h2 {
  width: 55%;
}
.about_con .right {
  width: 50%;
  margin-left: -5%;
}
.about_con .tx_h2 {
  z-index: 3;
}
.about_con .tx_about {
  z-index: 2;
  display: block;
  margin: -55px auto -21px;
  width: 95%;
}
.dc_bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 35%;
}
.about_con .im_about {
  position: relative;
  width: 100%;
  z-index: 0;
}

/*---sec_childbirth01---*/
.tx_comment {
  display: block;
  width: calc( 100% + 20px);
  max-width: 500px;
  height: auto;
  margin: -60px auto -10px;
}
figure.im_doctor01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
figure.im_doctor01 img {
  width: 130px;
  height: auto;
}
figure.im_doctor01 {
  font-size: 14px;
}
figure.im_doctor01 figcaption {
  margin-left: 10px;
  font-size: 15px;
}
figure.im_doctor01 figcaption span {
  font-size: 12px;
  color: #909090;
}
#sec_childbirth01 .box01 h3 {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  color: #909090;
  font-weight: bold;
  font-size: 17px;
}
.ul_contents {
  position: relative;
  color: #656565;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
}
.ul_contents > li {
  position: relative;
  margin-left: 1.25em;
  margin-bottom: 5px;
}
.ul_contents > li::before {
  content: "＋";
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  left: -1.25em;
  text-align: center;
}
.ul_contents > li > a{
  color: inherit;
  text-decoration: none;
}
.div_question {
  position: relative;
  margin-top: 20px;
  margin-bottom: -15px;
}
.div_question .dc_ranner {
  position: absolute;
  right: -15px;
  bottom: -25px;
  width: 72px;
  z-index: 1;
}
.div_question .dc_question {
  display: block;
  margin: auto;
  width: 55px;
  height: auto;
}
.div_question .dc_arrow {
  display: block;
  margin: -45px auto 0;
  width: 40px;
  height: auto;
  /* z-index: -1; */
}
.div_question p.yugo {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  z-index: 2;
}
#sec_childbirth01 .mt_set01 {
  margin-top: -100px;
}
#sec_childbirth01 h3.title01,
#sec_childbirth01 h4.title01 {
  color: #E57884;
}
.div_topics01 {
  position: relative;
  background-color: #FBDCD89D;
  border-radius: 40px;
  margin-top: 45px;
}
.div_topics01 p,
#sec_childbirth01 .bg_comment,
#sec_childbirth02 .div_comment p,
#sec_childbirth03 .div_comment p{
  color: #5A4747;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.8;
}
.div_topics01 .headline {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: -1em; */
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.div_topics01 .headline .tx_item {
  margin: 0 .5em 0 0;
}
.div_topics01 .text {
  padding: 30px;
}
.div_topics01 .im_family01 {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 90px;
}
#sec_childbirth01 .div_comment {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto 0;
  max-width: 360px;
}
#sec_childbirth01 .bg_comment {
  background: url(../img/epidural/bg_comment.png) no-repeat center;
  background-size: contain;
  padding: 50px 0;
  text-align: center;
  width: 205px;
  max-width: 70%;
}
#sec_childbirth01 .im_doctor02 {
  max-width: 140px;
  margin-top: 45px;
  margin-left: 5px;
}
#sec_childbirth01 .tx_end {
  border-top: 1px solid #707070;
  margin-top: 25px;
  padding-top: 25px;
}

/*---sec_childbirth02---*/
#sec_childbirth02 .con {
  position: relative;
}
#sec_childbirth02 h3.title01,
#sec_childbirth03 h3.title01,
#sec_painless h3.title01,
#art_kakunin h4.title01,
#art_ryoukai h4.title01,
#sec_summary h3.title01 {
  font-size: 28px;
}
#sec_childbirth02 h3.title01 {
  margin-bottom: 110px;
}
#sec_childbirth02 h4.title01 {
  line-height: 1.4;
  text-align: center;
}
#sec_childbirth02 .im_family02 {
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
  bottom: -142px;
  z-index: 2;
  display: block;
  max-width: 225px;
  width: 60%;
}
#art_point01 {
  padding-top: 110px;
  padding-bottom: 0;
}
#art_point02,
#art_room {
  padding-top: 0;
}
#art_room {
  padding-bottom: 0;;
}
#art_point01 .number_box::before{
  color: #B97B6B;
}
#art_point02 .number_box::before {
  color: #8FB4A8;
}
#art_room .number_box::before {
  color: #F498A6;
}
#sec_childbirth02 .div_comment {
  position: relative;
  background-color: #FFFFFF9D;
  border-radius: 40px;
  padding: 25px;
  max-width: 650px;
}
#sec_childbirth02 .div_comment::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 30%;
  border: 15px solid transparent;
  border-right: 5px solid  #FFFFFF9D;
  -webkit-transform: rotate(0);
  transform: rotate(120deg);
}
#sec_childbirth02 .im_doctor03 {
  position: relative;
  z-index: 1;
  display: block;
  width: 70%;
  max-width: 350px;
  margin: -40px -25px 0 auto;
}

/*---sec_childbirth03---*/
#sec_childbirth03 {
  position: relative;
  width: 100%;
  background-image: url(../img/epidural/bg_wave_side.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: right;
}
#sec_childbirth03 h3.title01,
#sec_childbirth03 h4.title01 {
  color: #F28763;
}
#sec_childbirth03 h3.title01.dc_flower_h3 {
  position: relative;
  padding: .5em 0 0 1.5em;
  display: inline-block;
  margin: 0;
}
#sec_childbirth03 h3.title01.dc_flower_h3::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  width: 1.25em;
  height: 2em;
  background: url(../img/epidural/dc_flower_h3.png) no-repeat center;
  background-size: cover;
}
#sec_childbirth03 .im_mother {
  display: block;
  margin: 25px auto 20px;
  max-width: 250px;
  width: 60%;
}
#sec_childbirth03 figure.im_manga {
  margin: 10px auto 40px;
  text-align: center;
}
#sec_childbirth03 figure.im_manga > img {
  display: block;
  width: 210px;
  margin: auto;
  border: 1px solid #E6C8C1;
}
#sec_childbirth03 figcaption.tx_manga img {
  height: 12px;
  width: auto;
}
#sec_childbirth03 .div_comment {
  position: relative;
  background-color: #FCE5DF;
  border-radius: 20px;
  padding: 20px 25px;
  width: 75%;
  max-width: 400px;
}
#sec_childbirth03 .div_comment::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  right: 10%;
  border: 18px solid transparent;
  border-right: 8px solid  #FCE5DF;
  -webkit-transform: rotate(0);
  transform: rotate(120deg);
}
#sec_childbirth03 .im_doctor04 {
  position: relative;
  z-index: 1;
  display: block;
  width: 40%;
  max-width: 200px;
  margin: 20px 0 0 auto;
}

/*--sec_painless--*/
#sec_painless .con {
  padding: 10px 25px 30px;
}
#art_kakunin.con {
  padding: 0 25px 15px;
}
#sec_painless .bg_painless {
  background-color: #FCF2FA;
}
#sec_painless .text_box.border_box {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 20px;
  margin-bottom: 20px;
}
#sec_painless h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}
#sec_painless h5 .tx_attentio {
  height: 30px;
  width: auto;
}
#art_attentio {
  position: relative;
}
#art_attentio::before {
  content: '';
  height: 9px;
  width: 80%;
  max-width: 300px;
  background-color: #D38AC3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#art_attentio .dc_bg {
  width: 50%;
  max-width: 250px;
}
#sec_painless .div_topics02 {
  background-color: #FCF2FA;
  border-radius: 20px;
  box-shadow: 0px 6px 6px #00000029;
  padding: 25px;
  margin-bottom: 50px;
}
#sec_painless .text_dc01 {
  background: linear-gradient(transparent 60%, #F4D7EE 0%);
}
#sec_painless h3.title01,
#art_kakunin h4.title01,
#art_ryoukai h4.title01 {
  margin-top: 0;
}
#art_kakunin h4.title01,
#art_ryoukai h4.title01 {
  text-align: center;
  margin-bottom: 10px;
}
.dc_attentio {
  width: 50px;
  margin: 0 auto 10px;
  display: block;
}
#art_kakunin .number_box {
  background-color: #EFEFEF;
}
#art_kakunin .number_box::before {
  color: #8FB4A8;
}
#sec_painless ol.ol_number li {
  position: relative;
  padding-left: 30px;
  letter-spacing: .4px;
}
#sec_painless ol.ol_number li:not(:last-of-type){
  margin-bottom: 20px;
}
#sec_painless ol.ol_number li::before {
  counter-increment: number;
  content: counter(number);
  color: #DA9BCC;
  font-size: 40px;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  width: 30px;
  position: absolute;
  top: 0;
  left: -5px;
  line-height: 1;
  text-align: center;
  z-index: 2;
}

/*---sec_summary---*/
#sec_summary  {
  background-color: #FFFAF8;
}
#sec_summary  h3.title01 {
  margin: 0 0 0px;
}
#sec_summary .title01,
#sec_summary .ul_epidural li {
  color: #B97B6B;
}
#sec_summary .text_dc01 {
  background: linear-gradient(transparent 60%, #FBDCD8 0%);
}
#sec_summary .box01 {
  margin-top: 40px;
}
#sec_summary .box01 .tx_item_wrap {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 15px;
}
#sec_summary .box01 .title01 {
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: -1.5px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
#sec_summary .ul_epidural li {
  position: relative;
  padding-left: 1.25em;
  font-weight: bold;
}
#sec_summary .ul_epidural li:not(:last-of-type){
  margin-bottom: 20px;
}
#sec_summary .ul_epidural li::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 3px;
  background: url(../img/epidural/dc_flower05.png) no-repeat center;
  background-size: contain;
}
#sec_summary .tx_summary {
  display: block;
  width: 90%;
  max-width: 300px;
  margin: 15px auto 30px;
}
#sec_summary .topmainimg {
  display: block;
  width: 80%;
  max-width: 500px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .div_topics01 p,
  #sec_childbirth01 .bg_comment,
  #sec_childbirth02 .div_comment p,
  .div_question p.yugo,
  #sec_childbirth03 .div_comment p {
    font-size: 15px;
  }
  .text_box p, p.text_box,
  ol.ol_number li,
  .ul_epidural li {
    font-size: 14px;
  }
  #art_room h4.title01 {
    font-size: 7.5vw;
  }
}

@media screen and (min-width: 769px) {
  .number_wrap > * {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
  }
  .number_wrap .number_box {
    padding: 1em;
  }
  .div_question .dc_arrow {
    margin: -10px auto 0;
  }
  #sec_childbirth01 .mt_set01 {
    margin-top: -130px;
  }
  #sec_childbirth02 .im_family02 {
    bottom: -190px;
  }
  #art_point01 .number_box:nth-child(5),
  #art_point01 .number_box:nth-child(6){
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 6px);
  }
  #sec_childbirth02 .div_comment::after {
    bottom: -20px;
    left: 60%;
    border: 25px solid transparent;
    border-right: 15px solid  #FFFFFF9D;
  }
  #sec_childbirth03 .div_comment {
    margin-left: 150px;
  }
  #sec_childbirth03 .im_doctor04 {
    margin: 0px 70px 0 auto;
  }
  #sec_painless ol.ol_number li::before {
    font-size: 30px;
  }
  #sec_summary .box01 .title01 {
    font-size: 20px;
  }
}