/* --------------------------------
 * prenatalcare
 * -------------------------------- */
/* ----------------
 * main-color
 * ---------------- */
.main-color01 {
  color: #85a8d7;
}
.main-color02 {
  color: #3783c5;
}
/* ----------------
 * content-title reset
 * ---------------- */
.site-description {
  font-weight: normal;
}
/* ----------------
 * content-title
 * ---------------- */
.content-wrap {
  margin-bottom: 50px;
  padding-top: 60px;
  margin-top: -60px;
}
/* ----------------
 * content-title
 * ---------------- */
.content-title h2 {
  max-width: 750px;
  margin: 0 auto;
  padding: 2em 0 2.3em;
  background-color: #c4d3eb;
  white-space: nowrap;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 999;
  border-radius: 0 0 50% 50% / 0 0 50% 50%;
  position: relative;
}
.content-title-s {
  font-size: 2.0rem;
}
.content-image {
  max-width: 750px;
  margin: -130px auto 10px;
  position: relative;
  z-index: 9s;
}
@media only screen and (max-width: 750px) {
  .content-image {
    margin-top: -21%;
  }
}
@media only screen and (max-width: 600px) {
  .content-title h2 {
    font-size: 1.8rem;
  }
  .content-title-s {
    font-size: 1.4rem;
  }
}
/* ----------------
 * content02-bnr
 * ---------------- */
.content02-bnr {
  background-color: #e8f3f6;
  border-radius: 20px;
  padding: 1.5em 10%;
}
.content02-bnr h3 {
  color: #1d8dc5;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 50px;
  margin-bottom: .5em
}
.content02-bnr h3::before {
  content: url("../img/icon_checkbox.webp");
  position: absolute;
  bottom: -5px;
  left: 0px;
}
.content02-bnr-img {
  margin-bottom: .8em;
}
@media only screen and (max-width: 600px) {
  .content02-bnr h3 {
    font-size: 1.8rem;
  }
  .content02-bnr h3::before {
    bottom: 3px;
  }
}
/* ----------------
 * content03-bnr
 * ---------------- */
.content03-bnr-ttl-s {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .3em;
  color: #1d8dc5;
}
.content03-bnr-ttl-s::before, .content03-bnr-ttl-s::after {
  width: 1px;
  height: 1.5em;
  background-color: #1d8dc5;
  content: '';
  position: relative;
}
.content03-bnr-ttl-s::before {
  transform: rotate(-35deg);
  margin-right: 1.2em;
}
.content03-bnr-ttl-s::after {
  transform: rotate(35deg);
  margin-left: 1.2em;
}
.content03-bnr {
  background-image: url("../img/content03_bnr_img.webp");
  background-repeat: no-repeat;
  background-position: right 0%;
  background-size: contain;
  background-color: #E8F3F6;
  padding: 1.5em 30% 1.5em 2%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.content03-bnr-ttl {
  color: #1d8dc5;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: .7em;
}
@media only screen and (max-width: 560px) {
  .content03-bnr-ttl-s {
    font-size: 1.6rem;
  }
  .content03-bnr {
    padding: 1.5em 43% 1.5em 2%;
  }
  .content03-bnr-ttl {
    font-size: 1.6rem;
  }
}
/* ----------------
 * content07-bnr
 * ---------------- */
.content07-bnr {
  display: block;
  text-align: center;
  border: 1px solid #85a8d7;
  padding: 1em 1em .8em;
  width: 90%;
  margin: 0 auto;
  text-decoration: none;
  color: #434343;
}
.content07-bnr span {
  text-decoration: underline;
  color: #85a8d7;
}
/* ----------------
 * topics-wrap
 * ---------------- */
.topics-wrap {
  margin-top: 4em;
  padding: 0 10px;
}
.topics-inner {
  background-color: #e8f3f6;
  position: relative;
  padding-bottom: 2em;
}
.topics-inner h2 {
  position: relative;
  padding: .5em 1px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #1d8dc5;
  border-radius: 15px;
  color: #1d8dc5;
  line-height: 1.5;
  font-weight: 800;
  font-size: 1.6rem;
  width: 90%;
  max-width: 500px;
  top: -2em;
  letter-spacing: 1px;
  text-align: center;
}
.topics-inner h2::before, .topics-inner h2::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 20px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  margin-left: -10px;
}
.topics-inner h2::before {
  background-color: #1d8dc5;
}
.topics-inner h2::after {
  bottom: -11px;
  background-color: #e8f3f6;
}
.topics-img {
  margin: -15px -10px .5em;
}
@media only screen and (max-width: 600px) {
  .topics-inner h2 {
    font-size: 1.4rem;
  }
}
/* ----------------
 * column-wrap
 * ---------------- */
.column-wrap {
  border: 1px solid #000;
  position: relative;
  padding: 4em 6%;
  border-radius: 10px;
}
.column-wrap::before {
  position: absolute;
  content: url("../img/column_s_title.webp");
  top: -12px;
  left: 50%;
  margin-left: -66px;
  background-color: #fff;
  padding: 0 25px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 1;
}
.column-title-s {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .1em
}
.column-title-s::before, .column-title-s::after {
  width: 1px;
  height: 1.5em;
  background-color: #000;
  content: '';
  position: relative;
}
.column-title-s::before {
  transform: rotate(-35deg);
  margin-right: 1.2em;
}
.column-title-s::after {
  transform: rotate(35deg);
  margin-left: 1.2em;
}
.column-title {
  text-align: center;
  color: #1d8dc5;
  font-size: 3.0rem;
  margin-bottom: 18px;
  padding-top: 5px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.7;
}
.column-title strong {
  display: inline-block;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0.00) 71.48%, #ffef83 71.48%);
  background-image: -moz-linear-gradient(270deg, hsla(0, 0%, 100%, 0.00) 71.48%, #ffef83 71.48%);
  background-image: -o-linear-gradient(270deg, hsla(0, 0%, 100%, 0.00) 71.48%, #ffef83 71.48%);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.00) 71.48%, #ffef83 71.48%);
}
@media only screen and (max-width: 600px) {
  .column-title-s {
    font-size: 1.4rem;
  }
  .column-title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 330px) {
  .column-title-s {
    font-size: 1.2rem;
  }
  .column-title {
    font-size: 2.2rem;
  }
}
.column-s-wrap {
  border: 1px solid #1d8dc5;
  position: relative;
  padding: 0 8% 1.6em;
  background-color: #e8f3f6;
  text-align: center;
}
.column-s-wrap h2 {
  position: relative;
  display: block;
  height: 3.8em;
  padding: .5em .5em 0;
  background-color: #1d8dc5;
  color: #ffffff;
  line-height: 1.4;
  font-weight: bold;
  width: 80%;
  max-width: 300px;
  margin: -2em auto .5em;
}
.column-s-wrap h2::before, .column-s-wrap h2::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #1d8dc5 transparent;
  border-style: solid;
  content: '';
}
.column-s-wrap h2::before {
  left: -10px;
  border-width: 1.9em 0px 1.9em 10px;
}
.column-s-wrap h2::after {
  right: -10px;
  border-width: 1.9em 10px 1.9em 0px;
}
.column-s-wrap h3 {
  margin-bottom: .5em;
  padding-top: 5px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.7;
}
.column-s-wrap h3 strong {
  display: inline-block;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0.00) 71.48%, #ffef83 71.48%);
  background-image: -moz-linear-gradient(270deg, hsla(0, 0%, 100%, 0.00) 71.48%, #ffef83 71.48%);
  background-image: -o-linear-gradient(270deg, hsla(0, 0%, 100%, 0.00) 71.48%, #ffef83 71.48%);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.00) 71.48%, #ffef83 71.48%);
}
.column-s-wrap h4 {
  color: #1d8dc5;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .column-s-wrap h4 {
    font-size: 2.0rem;
  }
}
/* ----------------
 * btn-flat
 * ---------------- */
a.btn-flat {
  display: block;
  text-decoration: none;
  text-align: center;
}
a.btn-flat span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #3783c5;
  border-radius: 100px;
  position: relative;
  padding-left: .2em;
  color: #ffffff;
  min-height: 3.0em;
  max-width: 400px;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  font-weight: 800;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.5);
}
a.btn-flat span::after {
  content: '\e80e';
  font-family: "fontello";
  margin-left: .5em;
}
/* ----------------
 * qa-wrap
 * ---------------- */
.qa-wrap {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.question-wrap, .answer-wrap {
  border-radius: 10px;
  padding: 8% 7%;
  position: relative;
}
.qa-note {
  text-align: right;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 1.2rem;
}
.question-wrap {
  background-color: #eaf0f8;
  margin-bottom: 15px;
}
.answer-wrap {
  background-color: #faeaea;
  margin-bottom: 30px;
}
.question-wrap h2, .answer-wrap h2 {
  position: relative;
  font-weight: bold;
  font-size: 2.0rem;
  padding-left: 3em;
}
.question-wrap h2::before, .answer-wrap h2::before {
  font-size: 6rem;
  font-family: 'Anaheim', sans-serif;
  position: absolute;
  top: -0.1em;
  left: 0;
  line-height: 1;
}
.question-wrap h2 {
  color: #1d8dc5;
  line-height: 1.5;
}
.answer-wrap h2 {
  color: #e79699;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.question-wrap h2::before {
  content: "Q.";
}
.answer-wrap h2::before {
  content: "A.";
}
.question-wrap h2.one_line {
  padding-bottom: calc(4% + 1.2em);
}
.answer-wrap h2.one_line {
  padding-bottom: 1.2em;
}
@media only screen and (max-width: 600px) {
  .question-wrap h2, .answer-wrap h2 {
    font-size: 1.8rem;
  }
  .question-wrap h2::before, .answer-wrap h2::before {
    font-size: 5rem;
  }
}
/* 色付きの半円 */
.question-wrap::before, .question-wrap::after, .answer-wrap::before, .answer-wrap::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  border: 15px solid transparent;
}
.question-wrap::before {
  right: -15px;
  top: -5px;
  border-top-color: #eaf0f8;
  border-right-color: #eaf0f8;
}
/* 白い半円 */
.question-wrap::after {
  right: -15px;
  top: -18px;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .question-wrap::before, .question-wrap::after {
    border: 10px solid transparent;
  }
  .question-wrap::before {
    right: -10px;
    top: 0px;
    border-top-color: #eaf0f8;
    border-right-color: #eaf0f8;
  }
  /* 白い半円 */
  .question-wrap::after {
    right: -10px;
    top: -10px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }
}
.answer-wrap::before {
  left: -15px;
  top: -5px;
  border-bottom-color: #faeaea;
  border-left-color: #faeaea;
}
/* 白い半円 */
.answer-wrap::after {
  left: -15px;
  top: -18px;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .answer-wrap::before, .answer-wrap::after {
    border: 10px solid transparent;
  }
  .answer-wrap::before {
    left: -10px;
    top: 0px;
    border-bottom-color: #faeaea;
    border-left-color: #faeaea;
  }
  /* 白い半円 */
  .answer-wrap::after {
    left: -10px;
    top: -10px;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
  }
}