.pinkText {
  color: #d77494;
}

.main_content a.link {
  text-decoration: underline !important;
  color: #d77494 !important;
  padding-right: 0;
}
.main_content a.link::before {
  display: none;
}
.main_content a.link:hover {
  text-decoration: none !important;
}
.main_content ul:not(.cancel) li::before {
  top: 12px !important;
  left: 0 !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #c64d75 !important;
}
@media screen and (max-width: 999px) {
  .main_content ul:not(.cancel) li::before {
    top: 10px !important;
  }
}

.columnArea > .columnAreaMain {
  padding-top: 50px;
}
@media screen and (max-width: 999px) {
  .columnArea > .columnAreaMain {
    padding-top: 30px;
  }
}

.root-childbirth .pageCategoryArea-department {
  background-image: url(/common/img/category/childbirth.webp);
  background-size: cover;
}

.childbirth_tab_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  background: linear-gradient(to right, #f8ede6, #f2d2df, #f8eded, #f4dee7);
  padding: 0 5px;
  margin-bottom: 90px;
}
@media screen and (max-width: 999px) {
  .childbirth_tab_list {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .childbirth_tab_list {
    margin-bottom: 60px;
  }
}
.childbirth_tab_list li {
  padding: 15px;
  position: relative;
}
.childbirth_tab_list li::before, .childbirth_tab_list li::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.childbirth_tab_list li::before {
  width: 1px;
  height: 80%;
  background-color: #ffffff;
  left: auto;
}
.childbirth_tab_list li::after {
  width: 84%;
  height: 13px;
  background: url(../img/tab_border.webp) no-repeat;
  background-size: 100%;
  top: auto;
  bottom: -8px;
}
@media screen and (min-width: 1200px) {
  .childbirth_tab_list li:not(:nth-child(5n))::before {
    content: "";
    display: block;
  }
  .childbirth_tab_list li:nth-child(-n+5)::after {
    content: "";
    display: block;
  }
}
.childbirth_tab_list .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  color: #4e454b;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.childbirth_tab_list .tab.active {
  background-image: url(../img/tab.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.childbirth_tab_list .tab > span > span {
  display: inline-block;
}
.childbirth_tab_list .tab:not(.active) {
  position: relative;
}
.childbirth_tab_list .tab:not(.active) > span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/tab_arrow.webp) no-repeat;
  background-size: contain;
  margin: 7px auto 0;
  transition: 0.3s transform;
}
.childbirth_tab_list .tab:hover:not(.active) {
  opacity: 0.7;
  background-image: url(../img/tab.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.childbirth_tab_list .tab:hover:not(.active) > span::after {
  transform: translateX(3px);
}
@media screen and (max-width: 1199px) and (min-width: 1000px) {
  .childbirth_tab_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .childbirth_tab_list li {
    padding: 10px;
  }
  .childbirth_tab_list li:not(:nth-child(4n))::before {
    content: "";
    display: block;
  }
  .childbirth_tab_list li:nth-child(-n+8)::after {
    content: "";
    display: block;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .childbirth_tab_list li {
    padding: 10px;
  }
  .childbirth_tab_list li:not(:nth-child(5n))::before {
    content: "";
    display: block;
  }
  .childbirth_tab_list li:nth-child(-n+5)::after {
    content: "";
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .childbirth_tab_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .childbirth_tab_list li:not(:nth-child(4n))::before {
    content: "";
    display: block;
  }
  .childbirth_tab_list li:nth-child(-n+8)::after {
    content: "";
    display: block;
  }
  .childbirth_tab_list .tab {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 421px) {
  .childbirth_tab_list {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }
  .childbirth_tab_list li {
    padding: 10px;
  }
  .childbirth_tab_list li:not(:nth-child(3n))::before {
    content: "";
    display: block;
  }
  .childbirth_tab_list li:nth-child(-n+9)::after {
    content: "";
    display: block;
  }
  .childbirth_tab_list .tab {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 420px) {
  .childbirth_tab_list {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .childbirth_tab_list li {
    padding: 10px;
  }
  .childbirth_tab_list li:not(:nth-child(2n))::before {
    content: "";
    display: block;
  }
  .childbirth_tab_list li:nth-child(-n+8)::after {
    content: "";
    display: block;
  }
  .childbirth_tab_list .tab {
    min-height: 65px;
    font-size: 0.875rem;
  }
  .childbirth_tab_list .tab:not(.active) > span::after {
    margin: 3px auto 0;
  }
}

.childbirth_title {
  padding-left: 0;
  margin-bottom: 75px;
}
.childbirth_title > span {
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-family: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.childbirth_title > span::before, .childbirth_title > span::after {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
}
.childbirth_title > span::before {
  width: 375px;
  height: 140px;
  background: url(../img/pagetitle_deco.webp) no-repeat;
  background-size: contain;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.childbirth_title > span::after {
  width: 147px;
  height: 12px;
  background: url(../img/pagetitle_border.webp) no-repeat;
  background-size: contain;
  bottom: -5px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .childbirth_title {
    margin-bottom: 45px;
  }
  .childbirth_title > span::before {
    width: 340px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .childbirth_title > span {
    font-size: 1.5rem;
  }
  .childbirth_title > span::before {
    width: 280px;
    height: 105px;
  }
  .childbirth_title > span::after {
    width: 125px;
    height: 11px;
  }
}

.childbirthPageLinkArea {
  background: url(../img/pagelink_box.webp) no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  position: relative;
  margin-bottom: 35px;
}
.childbirthPageLinkArea::before, .childbirthPageLinkArea::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
}
.childbirthPageLinkArea::before {
  top: -15px;
  left: -15px;
}
.childbirthPageLinkArea::after {
  top: -15px;
  right: -15px;
}
.childbirthPageLinkArea .childbirthPageLinkArea_deco {
  width: 34px;
  height: calc(100% - 36px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.childbirthPageLinkArea .childbirthPageLinkArea_deco::before, .childbirthPageLinkArea .childbirthPageLinkArea_deco::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url(../img/pagelink_corner.webp) no-repeat;
  background-size: contain;
}
.childbirthPageLinkArea .childbirthPageLinkArea_deco > span {
  display: block;
  width: 100%;
  height: calc(100% - 68px);
  background: url(../img/pagelink_border.webp) repeat-y;
  background-size: 34px 34px;
}
.childbirthPageLinkArea .childbirthPageLinkArea_deco:not(:last-child) {
  left: 25px;
}
.childbirthPageLinkArea .childbirthPageLinkArea_deco:not(:last-child)::before {
  transform: rotate(270deg);
}
.childbirthPageLinkArea .childbirthPageLinkArea_deco:not(:last-child)::after {
  transform: rotate(-180deg);
}
.childbirthPageLinkArea .childbirthPageLinkArea_deco:not(:last-child) > span {
  transform: rotate(180deg);
}
.childbirthPageLinkArea .childbirthPageLinkArea_deco:last-child {
  right: 25px;
}
.childbirthPageLinkArea .childbirthPageLinkArea_deco:last-child::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 999px) {
  .childbirthPageLinkArea .childbirthPageLinkArea_deco > span {
    height: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .childbirthPageLinkArea .childbirthPageLinkArea_deco {
    width: 25px;
    height: calc(100% - 26px);
    top: 13px;
  }
  .childbirthPageLinkArea .childbirthPageLinkArea_deco::before, .childbirthPageLinkArea .childbirthPageLinkArea_deco::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
  }
  .childbirthPageLinkArea .childbirthPageLinkArea_deco:not(:last-child) {
    left: 15px;
  }
  .childbirthPageLinkArea .childbirthPageLinkArea_deco:last-child {
    right: 15px;
  }
  .childbirthPageLinkArea .childbirthPageLinkArea_deco > span {
    background-size: 25px 25px;
  }
}
.childbirthPageLinkArea .pageLinkList {
  padding: 30px 90px;
  position: relative;
}
.childbirthPageLinkArea .pageLinkList::before, .childbirthPageLinkArea .pageLinkList::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
}
.childbirthPageLinkArea .pageLinkList::before {
  bottom: -15px;
  left: -15px;
}
.childbirthPageLinkArea .pageLinkList::after {
  bottom: -15px;
  right: -15px;
}
.childbirthPageLinkArea .pageLinkList li {
  margin: 8px 50px 8px 0px;
}
.childbirthPageLinkArea .pageLinkList .pageLink {
  color: #635054 !important;
  font-weight: 500;
}
.childbirthPageLinkArea .pageLinkList .pageLink::before {
  width: 8px;
  height: 5px;
  background-image: url(../img/icon/pagelink_arrow.webp);
  background-size: contain;
  right: 0;
  top: 15px;
}
@media screen and (max-width: 999px) {
  .childbirthPageLinkArea .pageLinkList .pageLink::before {
    top: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .childbirthPageLinkArea .pageLinkList {
    padding: 30px 70px;
  }
  .childbirthPageLinkArea .pageLinkList li {
    margin: 5px 35px 5px 0px;
  }
}
@media screen and (max-width: 999px) {
  .childbirthPageLinkArea .pageLinkList {
    padding: 30px 70px;
  }
  .childbirthPageLinkArea .pageLinkList li {
    margin: 5px 35px 5px 0px;
  }
  .childbirthPageLinkArea .pageLinkList .pageLink {
    line-height: 1;
    padding: 5px 20px 5px 5px;
    color: 0.938rem;
  }
}
@media screen and (max-width: 767px) {
  .childbirthPageLinkArea .pageLinkList {
    padding: 35px 40px;
  }
  .childbirthPageLinkArea .pageLinkList li {
    margin: 5px 15px 5px 0px;
  }
}

.h2_childbirth {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #635054;
  border-bottom: 2px solid #efebec;
  position: relative;
}
.h2_childbirth::before {
  content: "";
  display: block;
  width: 60px;
  height: 50px;
  background: url(../img/h2_deco.webp) no-repeat;
  position: absolute;
  top: -16px;
  left: -20px;
  z-index: -1;
}
@media screen and (min-width: 1000px), print {
  .h2_childbirth {
    font-size: 2.25rem;
    padding: 5px 5px 12px 0 !important;
    margin: 5rem 0 2.5rem !important;
  }
}
@media screen and (max-width: 999px) {
  .h2_childbirth {
    font-size: 1.5rem;
    padding: 5px 5px 5px 0;
    margin: 1.21875rem 0 1rem;
  }
  .h2_childbirth::before {
    width: 50px;
    height: 40px;
    background-size: contain;
    top: -15px;
    left: -15px;
  }
}

.h3_childbirth {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #635054;
  margin-bottom: 35px;
}
.h3_childbirth::after {
  content: "";
  display: block;
  width: 292px;
  height: 20px;
  background: url(../img/h3_border.webp) no-repeat;
  background-size: contain;
  margin-top: -17px;
  margin-left: -13px;
}
@media screen and (max-width: 999px) {
  .h3_childbirth {
    font-size: 1.375rem;
    margin-bottom: 25px;
  }
}

.h4_childbirth::before {
  height: 20px !important;
  width: 20px !important;
  background-image: none !important;
  background-color: #eadce4 !important;
  border-radius: 50%;
}
@media screen and (max-width: 999px) {
  .h4_childbirth {
    font-size: 1.25rem !important;
    margin-top: 25px !important;
    padding-left: 25px !important;
  }
  .h4_childbirth::before {
    height: 16px !important;
    width: 16px !important;
    top: 7px !important;
  }
}

.pink_marker {
  font-family: "Noto Serif JP", serif;
  color: #c64d75;
  background: linear-gradient(transparent 60%, #f8eff3 60%);
  font-size: 1.75rem;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .pink_marker {
    font-size: 1.375rem;
  }
}

.textBox.bgPink {
  border: none;
  border-radius: 0;
  background-image: conic-gradient(from 0deg, rgba(247, 245, 247, 0.8) 45deg, rgba(247, 242, 248, 0.8) 135deg, rgba(248, 247, 248, 0.8) 225deg, rgba(247, 245, 247, 0.8) 315deg);
  padding: 45px 50px;
  color: #635054;
}
.textBox.bgPink .textBoxHead {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #635054;
  padding-left: 35px;
  position: relative;
}
.textBox.bgPink .textBoxHead::before {
  content: "";
  display: block;
  width: 20px;
  height: 28px;
  background: url(../img/title_box.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 8px;
}
@media screen and (max-width: 999px) {
  .textBox.bgPink {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 767px) {
  .textBox.bgPink .textBoxHead {
    font-size: 1.25rem;
    padding-left: 25px;
  }
  .textBox.bgPink .textBoxHead::before {
    width: 16px;
    height: 22px;
    top: 4px;
    left: 4px;
  }
}
@media screen and (max-width: 575px) {
  .textBox.bgPink {
    padding: 25px 20px;
  }
}

.bordered_table {
  border: 1px solid #ffffff !important;
}
.bordered_table thead th {
  background: #d77494 !important;
  text-align: center;
  font-size: 1.125rem !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
}
.bordered_table tbody th {
  border-color: #ffffff !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}
.bordered_table.th-center tbody th {
  text-align: center;
}
.bordered_table:not(.childbirth_table) tbody th {
  min-width: 100px;
  background: #f1d5dd !important;
  color: #9c435a;
  font-weight: 500 !important;
}
.bordered_table:not(.childbirth_table) tbody td {
  background: #f4f4f4 !important;
  border-color: #dcdcdc !important;
  border-left: none !important;
  border-top: none !important;
}
.bordered_table:not(.childbirth_table) tbody td:last-child {
  border-right: none !important;
}
.bordered_table:not(.childbirth_table) tbody tr:last-child th {
  border-bottom: none !important;
}
.bordered_table:not(.childbirth_table) tbody tr:last-child td {
  border-bottom: none !important;
}
@media screen and (max-width: 999px) {
  .bordered_table:not(.childbirth_table) tbody.th_narrow th {
    min-width: 50px;
  }
}

@media screen and (max-width: 999px) {
  .childbirth_table {
    max-width: 100%;
    min-width: 900px;
  }
}
.childbirth_table th {
  text-align: center;
  font-size: 1.125rem !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
}
.childbirth_table thead th {
  background-color: #d77494;
  min-width: 78px;
  padding: 16px 12px;
}
.childbirth_table thead th > span:nth-child(1) {
  font-size: 1.5rem;
}
.childbirth_table thead th > span:nth-child(2) {
  color: #efb5c8;
}
@media screen and (max-width: 1199px) {
  .childbirth_table thead th > span:nth-child(1) {
    font-size: 1.5rem;
  }
}
.childbirth_table tbody th {
  background-color: #f1d5dd !important;
  color: #9c435a;
  min-width: 100px;
}
.childbirth_table tbody tr:nth-child(even) td {
  background-color: #fffafb;
}
.childbirth_table tbody tr:nth-child(odd) td {
  background-color: #f9f3f5;
}
.childbirth_table tbody tr:last-child td:last-child {
  background-color: #f9f3f5 !important;
}
.childbirth_table tbody tr:last-child td.border_none {
  border-bottom: 1px solid #e8c2ce;
}
.childbirth_table tbody td {
  vertical-align: top;
  border-color: #e8c2ce;
  padding: 16px 13px;
  position: relative !important;
}
.childbirth_table tbody td::before {
  height: 30px;
  background-color: #f1c4d0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1px;
}
.childbirth_table tbody td:nth-child(2) {
  border-left: none;
}
.childbirth_table tbody td.center {
  vertical-align: middle;
}
.childbirth_table tbody td.border_none {
  border-top: none;
  border-bottom: none;
}
.childbirth_table tbody td.arrow_start::before {
  content: "";
  display: block;
  width: 85%;
}
.childbirth_table tbody td.arrow::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 30px;
}
.childbirth_table tbody td.arrow_end::before {
  content: "";
  display: block;
  width: calc(100% - 20px - 30px);
  height: 30px;
  left: -1px;
  right: auto;
}
.childbirth_table tbody td.arrow_end::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/icon/schedule_arrow_triangle.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.childbirth_table tbody td.arrow_end.arrow_end2::before {
  width: calc(100% - 20px);
  left: -1px;
}
.childbirth_table tbody td.arrow_end.arrow_end2::after {
  right: -20px;
  z-index: 1;
}
.childbirth_table tbody td.arrow_end.arrow_end2._single::before {
  width: 50%;
  left: 20px;
}
.childbirth_table tbody td.arrow_end.arrow_end3::before {
  width: 50%;
  left: 20px;
}
@media screen and (max-width: 1380px) and (min-width: 1200px) {
  .childbirth_table tbody td.arrow_end.arrow_end3::before {
    width: 58%;
    height: 20px;
    left: 10px;
  }
  .childbirth_table tbody td.arrow_end.arrow_end3::after {
    width: 45px;
    height: 45px;
    right: 5px;
  }
}
@media screen and (max-width: 999px) {
  .childbirth_table tbody td.arrow_end.arrow_end3::before {
    width: 45%;
    left: 20px;
  }
}
.childbirth_table tbody td .icon_hospital_discharge {
  width: 47px;
  margin: 90px auto 5px;
}
.childbirth_table tbody td .icon_text {
  text-align: center;
  font-size: 1.25rem;
  color: #5c556d;
}
.childbirth_table tbody td .icon_medicine {
  width: 60px;
}
.childbirth_table tbody td.single_arrow .icon_medicine {
  position: absolute;
  bottom: 18px;
  left: 5px;
}
.childbirth_table tbody td.single_arrow::before {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  background: url(../img/icon/schedule_arrow.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .childbirth_table tbody td.single_arrow::before {
    width: 83px;
    height: 50px;
    right: -5px;
  }
}
@media screen and (max-width: 999px) {
  .childbirth_table tbody td {
    overflow: visible;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1000px) {
  .childbirth_table_wrapper {
    overflow-x: scroll;
  }
  .childbirth_table_wrapper .childbirth_table {
    width: 900px;
  }
  .childbirth_table_wrapper .childbirth_table._caesarean {
    width: 950px;
  }
}
.columnAreaMain .btn {
  color: #c64d75 !important;
  background-color: #f8eff3 !important;
}
.columnAreaMain .btn:before {
  background: url(/common/img/icon/arrow/round_pink.webp) no-repeat;
  background-size: contain;
}
.columnAreaMain .btn.ext::before {
  background: url(../img/icon/ext.webp) no-repeat;
  background-size: contain;
}
.columnAreaMain .btn.sns {
  padding-left: 70px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.columnAreaMain .btn.sns.facebook {
  background-color: #e5f7ff !important;
  color: #5082a8 !important;
}
.columnAreaMain .btn.sns.facebook:hover {
  background-color: #005fb9 !important;
  color: #ffffff !important;
}
.columnAreaMain .btn.sns.facebook::before {
  width: 50px;
  height: 50px;
  background: url(/common/img/icon/icon_frame_blue.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 5px;
  right: inherit;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .columnAreaMain .btn.sns.facebook::before {
    width: 40px;
    height: 40px;
    top: 0;
  }
}
.columnAreaMain .btn.sns.facebook::after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(/common/img/icon/icon_frame_blue.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: -5px;
  left: auto;
  margin: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 999px) {
  .columnAreaMain .btn.sns.facebook::after {
    width: 40px;
    height: 40px;
    bottom: 0;
  }
}
.columnAreaMain .btn.sns.instagram::before {
  width: 50px;
  height: 50px;
  background: url(/common/img/icon/icon_frame.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 5px;
  right: inherit;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .columnAreaMain .btn.sns.instagram::before {
    width: 40px;
    height: 40px;
    top: 0;
  }
}
.columnAreaMain .btn.sns.instagram::after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(/common/img/icon/icon_frame.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: -5px;
  left: auto;
  margin: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 999px) {
  .columnAreaMain .btn.sns.instagram::after {
    width: 40px;
    height: 40px;
    bottom: 0;
  }
}
.columnAreaMain .btn:hover {
  background-color: #c64d75 !important;
  color: #ffffff !important;
}
.columnAreaMain .btn:hover:before {
  background: url(/common/img/icon/arrow/round_white.webp) no-repeat;
  background-size: contain;
}
.columnAreaMain .btn:hover.ext::before {
  background: url(/common/img/icon/btn_ext_white.webp) no-repeat;
  background-size: contain;
}
.columnAreaMain .btn:hover.sns::before {
  background: url(/common/img/icon/icon_frame_white.webp) no-repeat;
  background-size: contain;
}
.columnAreaMain .btn:hover.sns::after {
  background: url(/common/img/icon/icon_frame_white.webp) no-repeat;
  background-size: contain;
}

.faq {
  background-image: conic-gradient(from 0deg, rgba(247, 245, 247, 0.8) 45deg, rgba(247, 242, 248, 0.8) 135deg, rgba(248, 247, 248, 0.8) 225deg, rgba(247, 245, 247, 0.8) 315deg);
  border-radius: 6px;
  padding: 25px 30px 40px;
}
.faq:not(:last-child) {
  margin-bottom: 30px;
}
.faq > .question {
  font-size: 1.25rem;
  position: relative;
  line-height: 1.3;
  margin-bottom: 25px;
  padding-bottom: 20px;
  padding-left: 37px;
  border-bottom: 1px solid #dfdfdf;
}
.faq > .question:before {
  display: block;
  content: "Q";
  font-size: 1.625rem;
  color: #b66291;
  width: 20px;
  height: 35px;
  position: absolute;
  top: -5px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .faq > .question {
    font-size: 1rem;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .faq > .question:before {
    top: -7px;
  }
}
.faq .anotation {
  color: #353535 !important;
}
.faq .anotation::before {
  top: -4px;
}
@media screen and (max-width: 575px) {
  .faq {
    padding: 20px 20px 20px;
  }
  .faq:not(:last-child) {
    margin-bottom: 20px;
  }
}

.flow .flow_branch {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 50px;
}
.flow .flow_branch > div {
  width: 47%;
}
.flow .flow_wrap {
  display: flex;
  justify-content: space-between;
}
.flow .flow_wrap .flow_box {
  width: 49%;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .flow .flow_wrap .flow_box {
    margin-bottom: 35px;
  }
}
.flow .flow_wrap .flow_box::after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: url(/common/img/icon/arrow/flow.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .flow .flow_wrap .flow_box::after {
    width: 30px;
    height: 15px;
    background-size: contain;
    top: calc(100% + 10px);
  }
}
@media screen and (max-width: 575px) {
  .flow .flow_wrap .flow_box .flow_inner._column {
    flex-direction: column;
    gap: 10px;
  }
}
.flow .flow_box {
  display: flex;
  width: 100%;
  padding: 20px;
  background-color: #f8eff3;
  border-radius: 6px;
}
.flow .flow_box:not(:last-child) {
  margin-bottom: 60px;
  position: relative;
}
.flow .flow_box:not(:last-child)::after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: url(/common/img/icon/arrow/flow_pink.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  left: 0;
  margin: auto;
}
.flow .flow_box.blue {
  background-color: #e9f6fc;
}
.flow .flow_box.blue:not(:last-child) {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .flow .flow_box.blue:not(:last-child) {
    margin-bottom: 35px;
  }
}
.flow .flow_box.blue:not(:last-child)::after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: url(/common/img/icon/arrow/flow.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .flow .flow_box.blue:not(:last-child)::after {
    width: 30px;
    height: 15px;
    background-size: contain;
    top: calc(100% + 10px);
  }
}
.flow .flow_box.blue .folow_num {
  color: #5082a8;
}
.flow .flow_box.double_arrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: url(/common/img/icon/arrow/flow_pink.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100% + 20px);
  left: 21%;
}
.flow .flow_box.double_arrow::after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: url(/common/img/icon/arrow/flow.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100% + 20px);
  left: 52%;
}
.flow .flow_box .folow_num {
  width: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #b66291;
  line-height: 1;
}
.flow .flow_box .folow_num .step {
  display: block;
}
.flow .flow_box .folow_num .num {
  display: block;
  font-size: 39px;
}
.flow .flow_box .flow_content {
  width: 100%;
  font-weight: normal;
}
.flow .flow_box .flow_title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.flow .flow_box .flow_image {
  width: 280px;
  padding-right: 20px;
}
.flow .flow_box .flow_time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.flow .flow_box .flow_time .time {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  color: #1090c0;
  line-height: 1.5;
}
.flow .flow_box .flow_time .clock {
  width: 79px;
  margin: 0 auto;
}
.flow .flow_box:not(._img) .flow_inner {
  display: flex;
  padding: 20px 0;
  width: 100%;
}
.flow .flow_box:not(._img) .folow_num {
  min-width: 105px;
  padding: 10px 40px 0 20px;
}
.flow .flow_box._time .flow_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flow .flow_box._time .flow_inner {
  display: flex;
  align-items: center;
}
.flow .flow_box._time .flow_content {
  width: calc(100% - 300px);
}
.flow .flow_box._time .flow_title {
  color: #5082a8;
}
@media screen and (max-width: 767px) {
  .flow .flow_box .folow_num .step {
    font-size: 0.875rem;
  }
  .flow .flow_box .folow_num .num {
    font-size: 2.188rem;
  }
  .flow .flow_box .flow_image {
    width: 100%;
    max-width: 155px;
    padding-right: 20px;
  }
  .flow .flow_box:not(._img) .flow_inner {
    padding: 10px 0;
  }
  .flow .flow_box:not(._img) .folow_num {
    min-width: 65px;
    padding: 10px 20px 0 0;
  }
  .flow .flow_box._time {
    display: block;
  }
  .flow .flow_box._time .flow_content {
    width: 100%;
  }
  .flow .flow_box .flow_time {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .flow .flow_box {
    display: block;
  }
  .flow .flow_box:not(:last-child) {
    margin-bottom: 35px;
  }
  .flow .flow_box:not(:last-child)::after {
    width: 30px;
    height: 15px;
    background-size: contain;
    top: calc(100% + 10px);
  }
  .flow .flow_box:not(:last-child)::before {
    width: 30px;
    height: 15px;
    background-size: contain;
    top: calc(100% + 10px);
  }
  .flow .flow_box .flow_image {
    max-width: 280px;
    margin: 0 auto 10px;
    padding-right: 0;
  }
  .flow .flow_box .flow_time {
    padding-right: 0;
    margin-bottom: 0;
  }
  .flow .flow_box .flow_time .clock {
    margin: 0 auto 5px;
    width: 60px;
  }
  .flow .flow_box .flow_time .time {
    font-size: 1rem;
  }
  .flow .flow_box._img .flow_inner {
    display: flex;
    padding: 10px 0;
  }
  .flow .flow_box._img .folow_num {
    min-width: 65px;
    padding: 10px 20px 0 0;
  }
  .flow .flow_box._time .flow_inner {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .flow .flow_box .flow_title {
    font-size: 1.125rem;
  }
  .flow .flow_box .flow_content {
    font-size: 0.938rem;
  }
  .flow .flow_box .folow_num {
    min-width: 45px !important;
    padding: 10px 10px 0 0 !important;
  }
  .flow .flow_box .folow_num .step {
    font-size: 0.75rem;
  }
  .flow .flow_box .folow_num .num {
    font-size: 1.875rem;
  }
}

.stripe {
  display: inline-block;
  position: relative;
  padding: 0 0 0.7rem 0;
  background-image: repeating-linear-gradient(45deg, transparent 0 3px, #f1d5dd 3px 6px);
  background-repeat: no-repeat;
  background-size: 100% 8px;
  background-position: left 0 bottom 14px;
  font-weight: bold;
  font-size: 18px;
  color: #635054;
}
/*# sourceMappingURL=childbirth.css.map */
