/* ---------------------------------------------------------
    Common
--------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

/* ---------------------------------------------------------
    page_ttl
--------------------------------------------------------- */
.page_ttl {
  margin-top: 100px;
  font-size: 32px;
  color: #f48f9f;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.page_ttl .en {
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.read {
  margin-top: 70px;
  font-size: 15px;
  text-align: center;
  line-height: 2;
}

@media (max-width: 767px) {
  .page_ttl {
    margin-top: 70px;
    font-size: 28px;
    gap: 10px;
  }
  .read {
    margin-top: 50px;
    font-size: 15px;
    text-align: justify;
    padding: 0 20px;
  }
}

/* ---------------------------------------------------------
    sect_page_link
--------------------------------------------------------- */
.sect_page_link {
  margin-top: 50px;
}

.sect_page_link.first {
  margin-top: 65px;
}

.sect_page_link .sect_ttl {
  display: block;
  font-size: 15px;
  color: #f48f9f;
  font-weight: 600;
  padding-left: 17px;
  position: relative;
}

.sect_page_link .sect_ttl::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/obstetrics/marker.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.sect_page_link .wrap {
  padding: 15px 20px 15px 20px;
  background: #fff;
  display: flex;
  align-items: center;
}

.sect_page_link .wrap.top {
  margin-top: 5px;
}

.sect_page_link .wrap.bottom {
  margin-top: 0;
  position: relative;
}

.sect_page_link .wrap.bottom::before {
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.sect_page_link .wrap .label {
  width: 90px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
}

.sect_page_link .wrap .link_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.sect_page_link .wrap .link_list .link_item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #696969;
  border: 1px solid #f48f9f;
  border-radius: 20px;
  line-height: 1;
  padding: 7px 13px 9px 13px;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}

.sect_page_link .wrap .link_list .link_item::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/obstetrics/click.svg) no-repeat center;
  background-size: contain;
  margin-left: 5px;
}

.sect_page_link .wrap .link_list .link_item:hover {
  color: #fff;
  background: #f48f9f;
}

.sect_page_link .wrap .link_list .link_item:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .sect_page_link {
    display: none;
  }
}

/* ---------------------------------------------------------
    sect_examination
--------------------------------------------------------- */
.sect_examination {
  margin-top: 100px;
}

.sect_examination .headding {
  margin: 0 0 50px;
  position: relative;
}

.sect_examination .headding::before {
  content: '';
  display: block;
  border-top: 1px solid #f48f9f;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sect_examination .headding .sect_ttl {
  display: block;
  border-top: 1px solid #f48f9f;
  border-left: 1px solid #f48f9f;
  border-right: 1px solid #f48f9f;
  background-color: #fffaf4;
  border-radius: 1rem 1rem 0 0;
  width: fit-content;
  padding: 24px 40px 0;
  margin: 0 auto;
  z-index: 1;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  color: #f48f9f;
}

.sect_examination .area {
  padding-top: 30px;
  margin-top: -30px;
  font-size: 15px;
}

.sect_examination .area .area_ttl {
  margin-top: 70px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #f48f9f;
  padding-left: 20px;
  position: relative;
}

.sect_examination .area .area_ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 15px;
}

.sect_examination .area .area_ttl .min {
  font-size: 15px;
  font-weight: 400;
}

.sect_examination .area .body {
  margin-top: 20px;
}

.sect_examination .area .area_open_btn {
  display: none;
  font-size: 12px;
  font-weight: 500;
  background-color: #f48f9f;
  border: 1px solid #f48f9f;
  color: #fff;
  border-radius: 2rem;
  line-height: 1;
  padding: 8px 10px 10px;
  letter-spacing: .14rem;
  cursor: pointer;
}

.sect_examination .area .area_open_btn.open_active {
  color: #f48f9f;
  background: #fff;
}

.sect_examination .area.examination_1 .body .list, .sect_examination .area.examination_2 .body .list {
  margin-top: 20px;
  list-style-type: none;
}

.sect_examination .area.examination_1 .body .list .item, .sect_examination .area.examination_2 .body .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_examination .area.examination_1 .body .list .item::before, .sect_examination .area.examination_2 .body .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_examination .area.examination_1 .area_ttl {
  margin-top: 0;
}

.sect_examination .area.examination_3 .body .flow {
  padding: 20px 0 30px;
  border-top: 1px dotted #c4c4c4;
}

.sect_examination .area.examination_3 .body .flow.first dl dd .wrap {
  width: 100%;
  display: flex;
  gap: 6%;
}

.sect_examination .area.examination_3 .body .flow dl {
  display: grid;
  grid-template-columns: 140px 1fr;
}

.sect_examination .area.examination_3 .body .flow dl dt {
  width: 140px;
  color: #f48f9f;
  font-size: 16px;
  font-weight: 600;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap {
  width: 100%;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .cont strong {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .cont .list {
  margin-top: 6px;
  list-style-type: none;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .cont .list.mt_0 {
  margin-top: 0;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .cont .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .cont .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .cont .block {
  width: fit-content;
  background-color: rgba(251, 151, 153, 0.3);
  padding: 8px 14px 12px 14px;
  border-radius: 4px;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .cont .block .sentence {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .image_cont {
  max-width: 270px;
  min-width: 270px;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .image_wrap {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .image_wrap .image_cont {
  position: relative;
  max-width: none;
  min-width: none;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .image_wrap .image_cont .link {
  position: absolute;
  inset: 0;
}

.sect_examination .area.examination_3 .body .flow dl dd .wrap .image_wrap .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_examination .area.examination_3 .body .flow .notes {
  margin-top: 50px;
  list-style-type: none;
}

.sect_examination .area.examination_3 .body .flow .notes .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 8px;
}

.sect_examination .area.examination_3 .body .flow .notes .item span {
  color: #f48f9f;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sect_examination {
    margin-top: 70px;
  }
  .sect_examination .headding {
    margin: 0 0 50px;
  }
  .sect_examination .headding .sect_ttl {
    padding: 20px 20px 0;
    font-size: 20px;
  }
  .sect_examination .area {
    padding: 20px 0 25px;
    margin-top: 0;
    border-bottom: 1px solid #d7d6d6;
    position: relative;
  }
  .sect_examination .area.first {
    border-top: 1px solid #d7d6d6;
    margin-top: 50px;
  }
  .sect_examination .area .area_ttl {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #696969;
    padding-left: 16px;
    padding-right: 95px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .sect_examination .area .area_ttl::before {
    top: 8px;
  }
  .sect_examination .area .area_ttl .min {
    font-size: 12px;
  }
  .sect_examination .area .area_ttl.open_ttl {
    color: #f48f9f;
  }
  .sect_examination .area .body {
    margin-top: 15px;
    display: none;
  }
  .sect_examination .area .area_open_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .sect_examination .area.examination_3 .body .flow {
    padding: 10px 0 10px 20px;
    border-top: 0;
    border-left: 1px solid #f48f9f;
    margin-bottom: 20px;
  }
  .sect_examination .area.examination_3 .body .flow.first dl dd .wrap {
    flex-direction: column;
    gap: 30px;
  }
  .sect_examination .area.examination_3 .body .flow dl {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .sect_examination .area.examination_3 .body .flow dl dt {
    width: auto;
  }
  .sect_examination .area.examination_3 .body .flow dl dd .wrap .image_cont {
    width: 100%;
    max-width: none;
    min-width: none;
  }
  .sect_examination .area.examination_3 .body .flow dl dd .wrap .image_wrap {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sect_examination .area.examination_3 .body .flow .notes {
    margin-top: 50px;
    list-style-type: none;
  }
  .sect_examination .area.examination_3 .body .flow .notes .item {
    line-height: 1.65;
    padding-left: 13px;
    margin-bottom: 8px;
  }
  .sect_examination .area.examination_3 .body .flow .notes .item span {
    color: #f48f9f;
    font-weight: 600;
  }
}

/* ---------------------------------------------------------
    sect_outpatient
--------------------------------------------------------- */
.sect_outpatient {
  margin-top: 100px;
}

.sect_outpatient .headding {
  margin: 0 0 50px;
  position: relative;
}

.sect_outpatient .headding::before {
  content: '';
  display: block;
  border-top: 1px solid #f48f9f;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sect_outpatient .headding .sect_ttl {
  display: block;
  border-top: 1px solid #f48f9f;
  border-left: 1px solid #f48f9f;
  border-right: 1px solid #f48f9f;
  background-color: #fffaf4;
  border-radius: 1rem 1rem 0 0;
  width: fit-content;
  padding: 24px 40px 0;
  margin: 0 auto;
  z-index: 1;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  color: #f48f9f;
}

.sect_outpatient .area {
  padding-top: 30px;
  margin-top: -30px;
  font-size: 15px;
}

.sect_outpatient .area .area_ttl {
  margin-top: 70px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #f48f9f;
  padding-left: 20px;
  position: relative;
}

.sect_outpatient .area .area_ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 15px;
}

.sect_outpatient .area .area_ttl .min {
  font-size: 15px;
  font-weight: 400;
}

.sect_outpatient .area .body {
  margin-top: 20px;
}

.sect_outpatient .area .area_open_btn {
  display: none;
  font-size: 12px;
  font-weight: 500;
  background-color: #f48f9f;
  border: 1px solid #f48f9f;
  color: #fff;
  border-radius: 2rem;
  line-height: 1;
  padding: 8px 10px 10px;
  letter-spacing: .14rem;
  cursor: pointer;
}

.sect_outpatient .area .area_open_btn.open_active {
  color: #f48f9f;
  background: #fff;
}

.sect_outpatient .area.outpatient_1 .area_ttl {
  margin-top: 0;
}

.sect_outpatient .area.outpatient_1 .body .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sect_outpatient .area.outpatient_1 .body .content .l_content .list {
  list-style-type: none;
}

.sect_outpatient .area.outpatient_1 .body .content .l_content .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_outpatient .area.outpatient_1 .body .content .l_content .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_outpatient .area.outpatient_1 .body .content .r_content {
  max-width: 350px;
  min-width: 350px;
}

.sect_outpatient .area.outpatient_1 .body .content .r_content .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_outpatient .area.outpatient_2 .body .list {
  list-style-type: none;
}

.sect_outpatient .area.outpatient_2 .body .list.second {
  margin-top: 30px;
}

.sect_outpatient .area.outpatient_2 .body .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_outpatient .area.outpatient_2 .body .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_outpatient .area.outpatient_2 .body .list .item .min {
  font-size: 13px;
}

.sect_outpatient .area.outpatient_2 .body .image_wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}

.sect_outpatient .area.outpatient_2 .body .image_wrap .image_cont {
  width: 100%;
}

.sect_outpatient .area.outpatient_2 .body .image_wrap .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_outpatient .area.outpatient_2 .body .content {
  display: grid;
  grid-template-columns: 47% 47%;
  gap: 6%;
  margin-top: 30px;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .wrap {
  display: flex;
  gap: 10px;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .wrap .person {
  max-width: 160px;
  min-width: 160px;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .wrap .r_wrap .person_meta {
  color: #f48f9f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .wrap .r_wrap .person_meta .min {
  font-size: 13px;
  font-weight: 400;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .wrap .r_wrap .person_meta .large {
  font-size: 22px;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .wrap .r_wrap .sentence {
  font-size: 13px;
  line-height: 1.65;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics {
  margin-top: 15px;
  width: calc(100% - 24px);
  padding: 12px 10px;
  border: 2px solid #f48f9f;
  border-radius: 30px;
  background: #fff;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics.open_voice .headding .btn span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics.open_voice .headding .btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics .engel_headding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics .engel_headding .text {
  font-size: 14px;
  font-weight: 600;
  color: #f48f9f;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics .engel_headding .btn {
  width: 20px;
  height: 20px;
  position: relative;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics .engel_headding .btn span {
  display: inline-block;
  width: 20px;
  height: 1.5px;
  background: #f48f9f;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .2s;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics .engel_headding .btn span:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics .engel_headding .btn span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics .engel_body {
  display: none;
}

.sect_outpatient .area.outpatient_2 .body .content .l_content .angel_voice_obstetrics .engel_body .sentence {
  font-size: 13px;
  line-height: 1.75;
  margin: 10px 0 15px;
}

.sect_outpatient .area.outpatient_2 .body .content .r_content h4 {
  font-size: 15px;
  font-weight: 600;
  color: #f48f9f;
}

.sect_outpatient .area.outpatient_2 .body .content .r_content .table {
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #C4C4C4;
}

.sect_outpatient .area.outpatient_2 .body .content .r_content .table dl {
  line-height: 1.6;
  display: grid;
  grid-template-columns: 70px auto;
  gap: 10px 0;
}

.sect_outpatient .area.outpatient_2 .body .content .r_content .table dl dt {
  font-size: 13px;
  color: #f48f9f;
  font-weight: 300;
}

.sect_outpatient .area.outpatient_2 .body .content .r_content .table dl dd {
  font-size: 12px;
  font-weight: 300;
}

.sect_outpatient .area.outpatient_2 .body .content .r_content .table dl dd .bold {
  font-size: 13px;
  font-weight: 400;
}

.sect_outpatient .area.outpatient_3 .body .list {
  list-style-type: none;
}

.sect_outpatient .area.outpatient_3 .body .list.second {
  margin-top: 30px;
}

.sect_outpatient .area.outpatient_3 .body .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_outpatient .area.outpatient_3 .body .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_outpatient .area.outpatient_3 .body .list .item .min {
  font-size: 13px;
}

.sect_outpatient .area.outpatient_3 .body .col_2 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}

.sect_outpatient .area.outpatient_3 .body .col_2 .image_cont {
  width: 100%;
}

.sect_outpatient .area.outpatient_3 .body .col_2 .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_outpatient .area.outpatient_3 .body .col_3 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 8%;
}

.sect_outpatient .area.outpatient_3 .body .col_3 .image_cont {
  width: 100%;
}

.sect_outpatient .area.outpatient_3 .body .col_3 .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_outpatient .area.outpatient_4 .body .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sect_outpatient .area.outpatient_4 .body .content .l_content .list {
  list-style-type: none;
}

.sect_outpatient .area.outpatient_4 .body .content .l_content .list.second {
  margin-top: 30px;
}

.sect_outpatient .area.outpatient_4 .body .content .l_content .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_outpatient .area.outpatient_4 .body .content .l_content .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_outpatient .area.outpatient_4 .body .content .l_content .list .item .min {
  font-size: 13px;
}

.sect_outpatient .area.outpatient_4 .body .content .r_content {
  max-width: 350px;
  min-width: 350px;
}

.sect_outpatient .area.outpatient_4 .body h4 {
  display: block;
  font-size: 17px;
  color: #f48f9f;
  font-weight: 600;
  padding-left: 17px;
  position: relative;
  margin-top: 30px;
}

.sect_outpatient .area.outpatient_4 .body h4::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/obstetrics/marker.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.sect_outpatient .area.outpatient_4 .body .col_2 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 8%;
}

.sect_outpatient .area.outpatient_5 .body .list {
  list-style-type: none;
}

.sect_outpatient .area.outpatient_5 .body .list.second {
  margin-top: 30px;
}

.sect_outpatient .area.outpatient_5 .body .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_outpatient .area.outpatient_5 .body .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_outpatient .area.outpatient_5 .body .list .item .min {
  font-size: 13px;
}

.sect_outpatient .area.outpatient_5 .body .col_2 {
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 8%;
  margin-top: 30px;
}

.sect_outpatient .area.outpatient_5 .body .col_2 .pdf .image_cont {
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.sect_outpatient .area.outpatient_5 .body .col_2 .pdf .image_cont .link {
  position: absolute;
  inset: 0;
}

.sect_outpatient .area.outpatient_5 .body .col_2 .pdf .image_cont .image {
  max-width: 200px;
  min-width: 200px;
}

.sect_outpatient .area.outpatient_5 .body .col_2 .pdf .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_outpatient .area.outpatient_5 .body .col_2 .pdf .primary_btn {
  margin: 20px auto 0;
  width: fit-content;
  padding: 15px 35px;
  border: 4px solid #F5E9F3;
  border-radius: 100px;
  background: #f48f9f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .3s;
}

.sect_outpatient .area.outpatient_5 .body .col_2 .pdf .primary_btn:hover {
  background: #fff;
  border: 4px solid #f48f9f;
}

.sect_outpatient .area.outpatient_5 .body .col_2 .pdf .primary_btn:hover .text {
  color: #f48f9f;
}

.sect_outpatient .area.outpatient_5 .body .col_2 .pdf .primary_btn .link {
  position: absolute;
  inset: 0;
}

.sect_outpatient .area.outpatient_5 .body .col_2 .pdf .primary_btn .text {
  font-size: 14px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

@media (max-width: 767px) {
  .sect_outpatient {
    margin-top: 70px;
  }
  .sect_outpatient .headding {
    margin: 0 0 50px;
  }
  .sect_outpatient .headding .sect_ttl {
    padding: 20px 20px 0;
    font-size: 20px;
  }
  .sect_outpatient .area {
    padding: 20px 0 25px;
    margin-top: 0;
    border-bottom: 1px solid #d7d6d6;
    position: relative;
  }
  .sect_outpatient .area.first {
    border-top: 1px solid #d7d6d6;
    margin-top: 50px;
  }
  .sect_outpatient .area .area_ttl {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #696969;
    padding-left: 16px;
    padding-right: 95px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .sect_outpatient .area .area_ttl::before {
    top: 8px;
  }
  .sect_outpatient .area .area_ttl .min {
    font-size: 12px;
  }
  .sect_outpatient .area .area_ttl.open_ttl {
    color: #f48f9f;
  }
  .sect_outpatient .area .body {
    margin-top: 15px;
    display: none;
  }
  .sect_outpatient .area .area_open_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .sect_outpatient .area.outpatient_1 .body .content {
    flex-direction: column;
    gap: 40px;
  }
  .sect_outpatient .area.outpatient_1 .body .content .r_content {
    max-width: none;
    min-width: none;
  }
  .sect_outpatient .area.outpatient_2 .body .image_wrap {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sect_outpatient .area.outpatient_2 .body .content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sect_outpatient .area.outpatient_3 .body .col_2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sect_outpatient .area.outpatient_3 .body .col_3 {
    gap: 30px 4%;
  }
  .sect_outpatient .area.outpatient_4 .body .content {
    flex-direction: column;
    gap: 30px;
  }
  .sect_outpatient .area.outpatient_4 .body .content .r_content {
    max-width: none;
    min-width: none;
  }
  .sect_outpatient .area.outpatient_4 .body .col_2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sect_outpatient .area.outpatient_5 .body .col_2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ---------------------------------------------------------
    sect_delivery
--------------------------------------------------------- */
.sect_delivery {
  margin-top: 100px;
}

.sect_delivery .headding {
  margin: 0 0 50px;
  position: relative;
}

.sect_delivery .headding::before {
  content: '';
  display: block;
  border-top: 1px solid #f48f9f;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sect_delivery .headding .sect_ttl {
  display: block;
  border-top: 1px solid #f48f9f;
  border-left: 1px solid #f48f9f;
  border-right: 1px solid #f48f9f;
  background-color: #fffaf4;
  border-radius: 1rem 1rem 0 0;
  width: fit-content;
  padding: 24px 40px 0;
  margin: 0 auto;
  z-index: 1;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  color: #f48f9f;
}

.sect_delivery .area {
  padding-top: 30px;
  margin-top: -30px;
  font-size: 15px;
}

.sect_delivery .area .area_ttl {
  margin-top: 70px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #f48f9f;
  padding-left: 20px;
  position: relative;
}

.sect_delivery .area .area_ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 15px;
}

.sect_delivery .area .area_ttl .min {
  font-size: 15px;
  font-weight: 400;
}

.sect_delivery .area .body {
  margin-top: 20px;
}

.sect_delivery .area .area_open_btn {
  display: none;
  font-size: 12px;
  font-weight: 500;
  background-color: #f48f9f;
  border: 1px solid #f48f9f;
  color: #fff;
  border-radius: 2rem;
  line-height: 1;
  padding: 8px 10px 10px;
  letter-spacing: .14rem;
  cursor: pointer;
}

.sect_delivery .area .area_open_btn.open_active {
  color: #f48f9f;
  background: #fff;
}

.sect_delivery .area.delivery_1 .area_ttl {
  margin-top: 0;
}

.sect_delivery .area.delivery_1 .body .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sect_delivery .area.delivery_1 .body .content .l_content .list {
  list-style-type: none;
}

.sect_delivery .area.delivery_1 .body .content .l_content .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_delivery .area.delivery_1 .body .content .l_content .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_delivery .area.delivery_1 .body .content .l_content .list .item .min {
  font-size: 13px;
}

.sect_delivery .area.delivery_1 .body .content .l_content .list .item .link {
  color: #f48f9f;
}

.sect_delivery .area.delivery_1 .body .content .l_content .list .item .link:hover {
  text-decoration: none;
}

.sect_delivery .area.delivery_1 .body .content .r_content {
  max-width: 350px;
  min-width: 350px;
}

.sect_delivery .area.delivery_1 .body .content .r_content .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_delivery .area.delivery_2 .body .list {
  list-style-type: none;
}

.sect_delivery .area.delivery_2 .body .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_delivery .area.delivery_2 .body .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_delivery .area.delivery_2 .body .list .item .min {
  font-size: 13px;
}

.sect_delivery .area.delivery_2 .body .list .item .link {
  color: #f48f9f;
}

.sect_delivery .area.delivery_2 .body .list .item .link:hover {
  text-decoration: none;
}

.sect_delivery .area.delivery_2 .body .col_2 {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}

.sect_delivery .area.delivery_2 .body .col_2 .image_cont .image {
  max-height: 260px;
  width: auto;
}

.sect_delivery .area.delivery_2 .body .col_2 .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_delivery .area.delivery_3 .body .content, .sect_delivery .area.delivery_4 .body .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sect_delivery .area.delivery_3 .body .content .l_content .list, .sect_delivery .area.delivery_4 .body .content .l_content .list {
  list-style-type: none;
}

.sect_delivery .area.delivery_3 .body .content .l_content .list .item, .sect_delivery .area.delivery_4 .body .content .l_content .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_delivery .area.delivery_3 .body .content .l_content .list .item::before, .sect_delivery .area.delivery_4 .body .content .l_content .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_delivery .area.delivery_3 .body .content .r_content, .sect_delivery .area.delivery_4 .body .content .r_content {
  max-width: 350px;
  min-width: 350px;
}

.sect_delivery .area.delivery_3 .body .content .r_content .image_cont .cap, .sect_delivery .area.delivery_4 .body .content .r_content .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_delivery .area.delivery_5 .body .list {
  list-style-type: none;
}

.sect_delivery .area.delivery_5 .body .list.second {
  margin-top: 40px;
}

.sect_delivery .area.delivery_5 .body .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_delivery .area.delivery_5 .body .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_delivery .area.delivery_5 .body .col_2 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 30px 8%;
}

.sect_delivery .area.delivery_5 .body .col_2 .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_delivery .area.delivery_5 .body .col_2 .search_btn_1, .sect_delivery .area.delivery_5 .body .col_2 .search_btn_2 {
  margin: 20px auto 0;
  max-width: 350px;
  padding: 10px 10px 12px;
  border: 2px solid #f48f9f;
  border-radius: 100px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer !important;
}

.sect_delivery .area.delivery_5 .body .col_2 .search_btn_1 .image, .sect_delivery .area.delivery_5 .body .col_2 .search_btn_2 .image {
  width: 16px;
  margin-right: 6px;
}

.sect_delivery .area.delivery_5 .body .col_2 .search_btn_1 .text, .sect_delivery .area.delivery_5 .body .col_2 .search_btn_2 .text {
  font-size: 14px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f48f9f;
}

.sect_delivery .area.delivery_5 .body .link_headding {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.sect_delivery .area.delivery_5 .body .link_headding .image {
  width: 12px;
  margin-right: 4px;
}

.sect_delivery .area.delivery_5 .body .link_headding .ttl {
  font-size: 15px;
  color: #f48f9f;
  font-weight: 600;
}

.sect_delivery .area.delivery_5 .body .link_wrap {
  margin-top: 5px;
  padding: 15px 20px 15px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
}

.sect_delivery .area.delivery_5 .body .link_wrap .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.sect_delivery .area.delivery_5 .body .link_wrap .link_list .item {
  list-style-type: none;
}

.sect_delivery .area.delivery_5 .body .link_wrap .link_list .item:hover .link {
  text-decoration: none;
}

.sect_delivery .area.delivery_5 .body .link_wrap .link_list .item .link {
  color: #f48f9f;
}

.sect_delivery .area.delivery_6 .body .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sect_delivery .area.delivery_6 .body .content .l_content .list {
  list-style-type: none;
}

.sect_delivery .area.delivery_6 .body .content .l_content .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_delivery .area.delivery_6 .body .content .l_content .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_delivery .area.delivery_6 .body .content .l_content .list .item .link {
  color: #f48f9f;
}

.sect_delivery .area.delivery_6 .body .content .l_content .list .item .link:hover {
  text-decoration: none;
}

.sect_delivery .area.delivery_6 .body .content .r_content {
  max-width: 350px;
  min-width: 350px;
}

.sect_delivery .area.delivery_6 .body .content .r_content .image_cont.middle {
  margin: 20px 0;
}

.sect_delivery .area.delivery_6 .body .content .r_content .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_delivery .area.delivery_6 .body .col_2 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 30px 8%;
}

.sect_delivery .area.delivery_6 .body .col_2 .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .sect_delivery {
    margin-top: 70px;
  }
  .sect_delivery .headding {
    margin: 0 0 50px;
  }
  .sect_delivery .headding .sect_ttl {
    padding: 20px 20px 0;
    font-size: 20px;
  }
  .sect_delivery .area {
    padding: 20px 0 25px;
    margin-top: 0;
    border-bottom: 1px solid #d7d6d6;
    position: relative;
  }
  .sect_delivery .area.first {
    border-top: 1px solid #d7d6d6;
    margin-top: 50px;
  }
  .sect_delivery .area .area_ttl {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #696969;
    padding-left: 16px;
    padding-right: 95px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .sect_delivery .area .area_ttl::before {
    top: 8px;
  }
  .sect_delivery .area .area_ttl .min {
    font-size: 12px;
  }
  .sect_delivery .area .area_ttl.open_ttl {
    color: #f48f9f;
  }
  .sect_delivery .area .body {
    margin-top: 15px;
    display: none;
  }
  .sect_delivery .area .area_open_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .sect_delivery .area.delivery_1 .body .content {
    flex-direction: column;
  }
  .sect_delivery .area.delivery_1 .body .content .r_content {
    max-width: none;
    min-width: none;
  }
  .sect_delivery .area.delivery_2 .body .col_2 {
    flex-direction: column;
    gap: 20px;
  }
  .sect_delivery .area.delivery_2 .body .col_2 .image_cont {
    width: fit-content;
    margin: auto;
  }
  .sect_delivery .area.delivery_3 .body .content, .sect_delivery .area.delivery_4 .body .content {
    flex-direction: column;
    gap: 30px;
  }
  .sect_delivery .area.delivery_3 .body .content .r_content, .sect_delivery .area.delivery_4 .body .content .r_content {
    max-width: none;
    min-width: none;
  }
  .sect_delivery .area.delivery_5 .body .col_2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sect_delivery .area.delivery_5 .body .col_2 .search_btn_1, .sect_delivery .area.delivery_5 .body .col_2 .search_btn_2 {
    margin: 20px auto 0;
    max-width: 350px;
    padding: 10px 10px 12px;
    border: 2px solid #f48f9f;
    border-radius: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
  }
  .sect_delivery .area.delivery_5 .body .col_2 .search_btn_1 .image, .sect_delivery .area.delivery_5 .body .col_2 .search_btn_2 .image {
    width: 16px;
    margin-right: 6px;
  }
  .sect_delivery .area.delivery_5 .body .col_2 .search_btn_1 .text, .sect_delivery .area.delivery_5 .body .col_2 .search_btn_2 .text {
    font-size: 14px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f48f9f;
  }
  .sect_delivery .area.delivery_6 .body .content {
    flex-direction: column;
  }
  .sect_delivery .area.delivery_6 .body .content .r_content {
    max-width: none;
    min-width: none;
  }
  .sect_delivery .area.delivery_6 .body .col_2 {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ---------------------------------------------------------
    sect_childbirth
--------------------------------------------------------- */
.sect_childbirth {
  margin-top: 100px;
}

.sect_childbirth .headding {
  margin: 0 0 50px;
  position: relative;
}

.sect_childbirth .headding::before {
  content: '';
  display: block;
  border-top: 1px solid #f48f9f;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sect_childbirth .headding .sect_ttl {
  display: block;
  border-top: 1px solid #f48f9f;
  border-left: 1px solid #f48f9f;
  border-right: 1px solid #f48f9f;
  background-color: #fffaf4;
  border-radius: 1rem 1rem 0 0;
  width: fit-content;
  padding: 24px 40px 0;
  margin: 0 auto;
  z-index: 1;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  color: #f48f9f;
}

.sect_childbirth .area {
  padding-top: 30px;
  margin-top: -30px;
  font-size: 15px;
}

.sect_childbirth .area .area_ttl {
  margin-top: 70px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #f48f9f;
  padding-left: 20px;
  position: relative;
}

.sect_childbirth .area .area_ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 15px;
}

.sect_childbirth .area .area_ttl .min {
  font-size: 15px;
  font-weight: 400;
}

.sect_childbirth .area .body {
  margin-top: 20px;
}

.sect_childbirth .area .area_open_btn {
  display: none;
  font-size: 12px;
  font-weight: 500;
  background-color: #f48f9f;
  border: 1px solid #f48f9f;
  color: #fff;
  border-radius: 2rem;
  line-height: 1;
  padding: 8px 10px 10px;
  letter-spacing: .14rem;
  cursor: pointer;
}

.sect_childbirth .area .area_open_btn.open_active {
  color: #f48f9f;
  background: #fff;
}

.sect_childbirth .area.childbirth_1 .area_ttl {
  margin-top: 0;
}

.sect_childbirth .area.childbirth_1 .body .list {
  list-style-type: none;
}

.sect_childbirth .area.childbirth_1 .body .list.second {
  margin-top: 40px;
}

.sect_childbirth .area.childbirth_1 .body .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_childbirth .area.childbirth_1 .body .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_childbirth .area.childbirth_1 .body .row {
  margin-top: 30px;
}

.sect_childbirth .area.childbirth_1 .body .row h4 {
  display: block;
  font-size: 17px;
  color: #f48f9f;
  font-weight: 600;
  padding-left: 17px;
  position: relative;
}

.sect_childbirth .area.childbirth_1 .body .row h4::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/obstetrics/marker.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.sect_childbirth .area.childbirth_1 .body .row .sentence {
  margin: 15px 0 0 20px;
  font-size: 15px;
  line-height: 1.75;
}

.sect_childbirth .area.childbirth_2 .area_ttl {
  margin-top: 0;
}

.sect_childbirth .area.childbirth_2 .body .list, .sect_childbirth .area.childbirth_5 .body .list, .sect_childbirth .area.childbirth_6 .body .list {
  list-style-type: none;
}

.sect_childbirth .area.childbirth_2 .body .list.second, .sect_childbirth .area.childbirth_5 .body .list.second, .sect_childbirth .area.childbirth_6 .body .list.second {
  margin-top: 40px;
}

.sect_childbirth .area.childbirth_2 .body .list .item, .sect_childbirth .area.childbirth_5 .body .list .item, .sect_childbirth .area.childbirth_6 .body .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_childbirth .area.childbirth_2 .body .list .item::before, .sect_childbirth .area.childbirth_5 .body .list .item::before, .sect_childbirth .area.childbirth_6 .body .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_childbirth .area.childbirth_2 .body .obstetrics_slider, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider {
  position: relative;
}

.sect_childbirth .area.childbirth_2 .body .obstetrics_slider .card, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .card, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .card {
  width: fit-content;
  list-style-type: none;
  margin: 10px;
}

.sect_childbirth .area.childbirth_2 .body .obstetrics_slider .card .image_cont, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .card .image_cont, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .card .image_cont {
  display: table;
}

.sect_childbirth .area.childbirth_2 .body .obstetrics_slider .card .image_cont .image, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .card .image_cont .image, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .card .image_cont .image {
  width: auto;
  height: 260px;
}

.sect_childbirth .area.childbirth_2 .body .obstetrics_slider .card .image_cont .cap, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .card .image_cont .cap, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .card .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  caption-side: bottom;
  display: table-caption;
}

.sect_childbirth .area.childbirth_2 .body .obstetrics_slider .prev_arrow,
.sect_childbirth .area.childbirth_2 .body .obstetrics_slider .next_arrow, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .prev_arrow,
.sect_childbirth .area.childbirth_5 .body .obstetrics_slider .next_arrow, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .prev_arrow,
.sect_childbirth .area.childbirth_6 .body .obstetrics_slider .next_arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #f48f9f;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.sect_childbirth .area.childbirth_2 .body .obstetrics_slider .prev_arrow::before,
.sect_childbirth .area.childbirth_2 .body .obstetrics_slider .next_arrow::before, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .prev_arrow::before,
.sect_childbirth .area.childbirth_5 .body .obstetrics_slider .next_arrow::before, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .prev_arrow::before,
.sect_childbirth .area.childbirth_6 .body .obstetrics_slider .next_arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.sect_childbirth .area.childbirth_2 .body .obstetrics_slider .prev_arrow, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .prev_arrow, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .prev_arrow {
  transform: rotate(180deg);
  left: -25px;
  top: 45%;
}

.sect_childbirth .area.childbirth_2 .body .obstetrics_slider .next_arrow, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .next_arrow, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .next_arrow {
  right: -25px;
}

.sect_childbirth .area.childbirth_3 .body .col_2 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}

.sect_childbirth .area.childbirth_3 .body .col_2 .image_cont {
  width: 100%;
}

.sect_childbirth .area.childbirth_3 .body .col_2 .image_cont .cap {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sect_childbirth .area.childbirth_4 .body .list {
  list-style-type: none;
}

.sect_childbirth .area.childbirth_4 .body .list.second {
  margin-top: 40px;
}

.sect_childbirth .area.childbirth_4 .body .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_childbirth .area.childbirth_4 .body .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_childbirth .area.childbirth_4 .body .col_2 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 8%;
}

.sect_childbirth .area.childbirth_4 .body .col_2 .card .image_cont {
  width: 100%;
}

.sect_childbirth .area.childbirth_4 .body .col_2 .card .image_cont .cap {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 15px;
  text-align: center;
  color: #f48f9f;
}

.sect_childbirth .area.childbirth_4 .body .col_2 .card .sentence {
  text-align: left;
  margin-top: 10px;
  line-height: 1.75;
}

.sect_childbirth .area.childbirth_7 .body .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sect_childbirth .area.childbirth_7 .body .content .l_content .sentence {
  margin-top: 10px;
  line-height: 1.65;
}

.sect_childbirth .area.childbirth_7 .body .content .l_content .sentence:first-child {
  margin-top: 0;
}

.sect_childbirth .area.childbirth_7 .body .content .l_content .list {
  margin-top: 20px;
  list-style-type: none;
}

.sect_childbirth .area.childbirth_7 .body .content .l_content .list .item {
  line-height: 1.65;
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

.sect_childbirth .area.childbirth_7 .body .content .l_content .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_childbirth .area.childbirth_7 .body .content .l_content .list .item .link {
  color: #f48f9f;
}

.sect_childbirth .area.childbirth_7 .body .content .r_content {
  max-width: 350px;
  min-width: 350px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}

.sect_childbirth .area.childbirth_8 .body .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sect_childbirth .area.childbirth_8 .body .content .l_content .sentence {
  margin-top: 10px;
  line-height: 1.65;
}

.sect_childbirth .area.childbirth_8 .body .content .l_content .sentence:first-child {
  margin-top: 0;
}

.sect_childbirth .area.childbirth_8 .body .content .l_content .wrap {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

.sect_childbirth .area.childbirth_8 .body .content .l_content .wrap .person {
  min-width: 40%;
}

.sect_childbirth .area.childbirth_8 .body .content .l_content .wrap .r_wrap .person_meta {
  color: #f48f9f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 15px;
}

.sect_childbirth .area.childbirth_8 .body .content .l_content .wrap .r_wrap .person_meta .min {
  font-size: 13px;
  font-weight: 400;
}

.sect_childbirth .area.childbirth_8 .body .content .l_content .wrap .r_wrap .person_meta .large {
  font-size: 22px;
}

.sect_childbirth .area.childbirth_8 .body .content .l_content .wrap .r_wrap .sentence {
  font-size: 13px;
  line-height: 1.65;
}

.sect_childbirth .area.childbirth_8 .body .content .r_content {
  max-width: 350px;
  min-width: 350px;
}

.sect_childbirth .area.childbirth_8 .body .content .r_content .top {
  margin-bottom: 20px;
}

.link_headding {
  margin-top: 70px;
  display: flex;
  align-items: center;
}

.link_headding .image {
  width: 12px;
  margin-right: 4px;
}

.link_headding .ttl {
  font-size: 15px;
  color: #f48f9f;
  font-weight: 600;
}

.link_wrap {
  margin-top: 5px;
  padding: 15px 20px 15px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
}

.link_wrap .item {
  list-style-type: none;
  margin-bottom: 20px;
}

.link_wrap .item .link {
  color: #f48f9f;
  font-size: 15px;
  font-weight: 600;
}

.link_wrap .item .link:hover {
  text-decoration: none;
}

.link_wrap .item .sentence {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .sect_childbirth {
    margin-top: 70px;
  }
  .sect_childbirth .headding {
    margin: 0 0 50px;
  }
  .sect_childbirth .headding .sect_ttl {
    padding: 20px 20px 0;
    font-size: 20px;
  }
  .sect_childbirth .area {
    padding: 20px 0 25px;
    margin-top: 0;
    border-bottom: 1px solid #d7d6d6;
    position: relative;
  }
  .sect_childbirth .area.first {
    border-top: 1px solid #d7d6d6;
    margin-top: 50px;
  }
  .sect_childbirth .area .area_ttl {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #696969;
    padding-left: 16px;
    padding-right: 95px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .sect_childbirth .area .area_ttl::before {
    top: 8px;
  }
  .sect_childbirth .area .area_ttl .min {
    font-size: 12px;
  }
  .sect_childbirth .area .area_ttl.open_ttl {
    color: #f48f9f;
  }
  .sect_childbirth .area .body {
    margin-top: 15px;
    display: none;
  }
  .sect_childbirth .area .area_open_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .sect_childbirth .area.childbirth_2 .body .obstetrics_slider .prev_arrow,
  .sect_childbirth .area.childbirth_2 .body .obstetrics_slider .next_arrow, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .prev_arrow,
  .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .next_arrow, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .prev_arrow,
  .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .next_arrow {
    width: 30px;
    height: 30px;
  }
  .sect_childbirth .area.childbirth_2 .body .obstetrics_slider .prev_arrow, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .prev_arrow, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .prev_arrow {
    transform: rotate(180deg);
    left: -10px;
    top: 45%;
  }
  .sect_childbirth .area.childbirth_2 .body .obstetrics_slider .next_arrow, .sect_childbirth .area.childbirth_5 .body .obstetrics_slider .next_arrow, .sect_childbirth .area.childbirth_6 .body .obstetrics_slider .next_arrow {
    right: -10px;
  }
  .sect_childbirth .area.childbirth_3 .body .col_2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sect_childbirth .area.childbirth_4 .body .col_2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sect_childbirth .area.childbirth_7 .body .content {
    flex-direction: column;
  }
  .sect_childbirth .area.childbirth_7 .body .content .l_content .poster {
    margin: 20px auto 0;
  }
  .sect_childbirth .area.childbirth_7 .body .content .r_content {
    max-width: none;
    min-width: none;
    width: 100%;
  }
  .sect_childbirth .area.childbirth_8 .body .content {
    flex-direction: column;
  }
  .sect_childbirth .area.childbirth_8 .body .content .r_content {
    max-width: none;
    min-width: none;
    width: 100%;
  }
}

.movie_item {
  cursor: pointer;
}

.video_modal {
  display: none;
  position: fixed;
  z-index: 997;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.video_modal .modal-content {
  position: absolute;
  z-index: 998;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.video_modal .modal-content .modal_video {
  width: 100%;
}

.video_modal .close_video {
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 15px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
