/* variables */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
button {
  background-color: transparent;
  appearance: none;
  border: none;
  color: #484547;
  font-family: "Noto Sans JP", sans-serif;
}

.keepall {
  word-break: keep-all;
}

.l-content {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.l-contentHead {
  background: #fff6f3;
  margin-bottom: 0;
  padding: 8px 0 16px;
}
@media screen and (max-width: 767px) {
  .l-contentHead {
    padding: 0 0 8px;
  }
}

.l-contentBody {
  margin-top: 0;
  color: #484547;
}

@media screen and (max-width: 767px) {
  .l-contentBody__inner {
    padding: 0 24px;
  }
}

.shussan-bg-pink {
  padding: 1px 0 1px;
  box-sizing: border-box;
  position: relative;
}
.shussan-bg-pink:before {
  content: "";
  background: #fff6f3;
  display: block;
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
}
.shussan-bg-pink > * {
  position: relative;
}
.shussan-bg-pink.m-pageTitle .m-txtXL li {
  text-indent: -1em;
  margin-left: 1em;
}
.shussan-bg-pink.border {
  margin-top: 40px;
}
.shussan-bg-pink.border:before {
  border-top: 1px solid #f49e9e;
}
@media screen and (max-width: 767px) {
  .shussan-bg-pink.border:before {
    border-top: 2px solid #f49e9e;
  }
}

.shussan-bg-gray {
  padding: 16px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.shussan-bg-gray:before {
  content: "";
  background: #F4F5F6;
  display: block;
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
}
.shussan-bg-gray > * {
  position: relative;
}
.shussan-bg-gray .m-search-facility .button-list {
  margin-top: 0;
}

/* module */
.m-heading-lv1 {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  line-height: 1.5em;
  font-size: 228.5714285714%;
  margin-top: 24px;
}
.m-heading-lv1 .icon {
  width: 36px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .m-heading-lv1 {
    font-size: 214.2857142857%;
    flex-direction: column;
  }
  .m-heading-lv1 .icon {
    width: 40px;
  }
}
@media screen and (max-width: 374px) {
  .m-heading-lv1 br {
    display: none;
  }
}
.m-heading-lv1 + .m-txtXL {
  margin-top: 16px;
  margin-bottom: 60px;
}

.m-heading-lv2 {
  font-size: 200%;
  padding-top: 54px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .m-heading-lv2 {
    font-size: 157.1428571429%;
    padding-top: 0;
    margin-bottom: 30px;
  }
}

.m-heading-lv3 {
  font-size: 171.4285714286%;
  line-height: 1.2;
  position: relative;
  padding-left: 14px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.m-heading-lv3:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #f2817f;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .m-heading-lv3 {
    margin-top: 24px;
    font-size: 142.8571428571%;
  }
}
.m-heading-lv3[class*=icon-] {
  padding-left: 42px;
}
.m-heading-lv3[class*=icon-]:before {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .m-heading-lv3[class*=icon-] {
    padding-left: 34px;
  }
  .m-heading-lv3[class*=icon-]:before {
    top: 1px;
    width: 24px;
    height: 24px;
  }
}
.m-heading-lv3.icon-heart:before {
  background: url(/common/birth-navi/img/icon_heart_l.svg) no-repeat 0 0/100% transparent;
}
@media screen and (max-width: 767px) {
  .m-heading-lv3.icon-heart:before {
    background-image: url(/common/birth-navi/img/icon_heart_m.svg);
  }
}
.m-heading-lv3.icon-notice:before {
  background: url(/common/birth-navi/img/icon_notice_l.svg) no-repeat 0 0/100% transparent;
}
@media screen and (max-width: 767px) {
  .m-heading-lv3.icon-notice:before {
    background-image: url(/common/birth-navi/img/icon_notice_m.svg);
  }
}
.m-heading-lv3.icon-map:before {
  background: url(/common/birth-navi/img/icon_map_l.svg) no-repeat 0 0/100% transparent;
}
@media screen and (max-width: 767px) {
  .m-heading-lv3.icon-map:before {
    background-image: url(/common/birth-navi/img/icon_map_m.svg);
  }
}
.m-heading-lv3.icon-facility:before {
  background: url(/common/birth-navi/img/icon_facility_l.svg) no-repeat 0 0/100% transparent;
}
@media screen and (max-width: 767px) {
  .m-heading-lv3.icon-facility:before {
    background-image: url(/common/birth-navi/img/icon_facility_m.svg);
  }
}

.m-heading-lv4 {
  font-size: 142.8571428571%;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-heading-lv4 {
    font-size: 114.2857142857%;
  }
}

.m-txtXL {
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .m-txtXL {
    font-size: 114.2857142857%;
    line-height: 1.8em;
  }
}

.m-txtL {
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .m-txtS-mobileOnly {
    font-size: 87.5%;
  }
}

.m-list-normal li {
  line-height: 1.7em;
}

.m-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 362px;
  height: 74px;
  background-color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 74px;
  font-size: 128.5714285714%;
  color: #484547;
  position: relative;
  text-indent: 1em;
  transition: border 0.3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .m-button a {
    font-size: 114.2857142857%;
    height: 66px;
    margin: auto;
  }
}
.m-button a:hover {
  border: 1px solid #fff6f4;
}
.m-button a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/common/birth-navi/img/icon_arrow_pink_s.svg) no-repeat 0 0/100%;
  position: absolute;
  right: 32px;
  top: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .m-button a:after {
    top: calc(50% - 8px);
    right: 20px;
    width: 16px;
    height: 16px;
  }
}
.m-button.icon-home a, .m-button.icon-search a, .m-button.icon-heart a {
  text-align: center;
}
.m-button.icon-home a:before, .m-button.icon-search a:before, .m-button.icon-heart a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 40px;
  top: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .m-button.icon-home a:before, .m-button.icon-search a:before, .m-button.icon-heart a:before {
    top: calc(50% - 8px);
    left: 24px;
    width: 16px;
    height: 16px;
  }
}
.m-button.icon-home a:before {
  background: url(/common/birth-navi/img/icon_home_m.svg) no-repeat 0 0/100%;
}
@media screen and (max-width: 767px) {
  .m-button.icon-home a:before {
    background: url(/common/birth-navi/img/icon_home_s.svg) no-repeat 0 0/100%;
  }
}
.m-button.icon-heart a br {
  display: none;
}
@media screen and (max-width: 999px) {
  .m-button.icon-heart a br {
    display: inline-block;
  }
}
.m-button.icon-heart a:before {
  background: url(/common/birth-navi/img/icon_heart_m.svg) no-repeat 0 0/100%;
}
@media screen and (max-width: 767px) {
  .m-button.icon-heart a:before {
    background: url(/common/birth-navi/img/icon_heart_l.svg) no-repeat 0 0/100%;
  }
}

.m-button-M a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: 1px solid #f49e9e;
  text-decoration: none;
  border-radius: 56px;
  color: #484547;
  position: relative;
  text-indent: -1em;
  transition: background 0.3s ease;
  box-sizing: border-box;
}
.m-button-M a:hover {
  background: #fff6f3;
}
.m-button-M a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/common/birth-navi/img/icon_arrow_pink_s.svg) no-repeat 0 0/100%;
  position: absolute;
  right: 19px;
  top: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  .m-button-M a:after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
}

.m-button-download {
  width: 168px;
}
.m-button-download a {
  display: block;
  text-align: center;
  line-height: 38px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #f49e9e;
  text-decoration: none;
  border-radius: 56px;
  color: #484547;
  position: relative;
  text-indent: 1.2em;
  transition: background 0.3s ease;
  box-sizing: border-box;
}
.m-button-download a:hover {
  background: #fff6f3;
}
.m-button-download a:before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  background: url(/common/birth-navi/img/icon_download2_pink_s.svg) no-repeat 0 0/100%;
  position: absolute;
  left: 16px;
  top: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .m-button-download {
    width: 152px;
  }
  .m-button-download a {
    height: 36px;
    line-height: 34px;
    font-size: 85.7142857143%;
  }
  .m-button-download a:before {
    top: calc(50% - 9px);
  }
}

.m-txtL .icon-pdf a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 32px;
  background: url(/common/birth-navi/img/icon_pdf.svg) no-repeat 0 0/100%;
  vertical-align: -9px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .m-txtL .icon-pdf a:before {
    width: 18px;
    height: 21px;
    vertical-align: -5px;
  }
}
.m-txtL .icon-external a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/common/birth-navi/img/icon_external_m.svg) no-repeat 0 0/100%;
  margin-left: 2px;
  vertical-align: -5px;
}
@media screen and (max-width: 767px) {
  .m-txtL .icon-external a:after {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
  }
}

.m-otherpage-link {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 80px 0;
}
@media screen and (max-width: 979px) {
  .m-otherpage-link {
    gap: 24px;
  }
}
.m-otherpage-link .m-button {
  width: 100%;
  max-width: 470px;
}
.m-otherpage-link .m-button a {
  border: 1px solid #fff;
  box-sizing: border-box;
  max-width: none;
  height: 80px;
}
.m-otherpage-link .m-button a:hover {
  border: 1px solid #f49e9e;
}
@media screen and (max-width: 979px) {
  .m-otherpage-link .m-button a:before {
    left: 24px;
  }
  .m-otherpage-link .m-button a:after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-otherpage-link {
    flex-direction: column;
    gap: 14px;
    margin: 48px 0;
    margin-bottom: 38px;
  }
  .m-otherpage-link .m-button {
    width: 100%;
    max-width: 327px;
    margin: auto;
  }
  .m-otherpage-link .m-button a {
    height: 66px;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .m-otherpage-link .m-button a {
    font-size: 92.8571428571%;
  }
}

.m-navigation-link {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 60px auto 0;
}
.m-navigation-link .m-button-M {
  width: 100%;
}
.m-navigation-link .m-button-M a {
  text-indent: 0;
  text-align: center;
  min-height: 68px;
}
.m-navigation-link .m-button-M a:after {
  display: none;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .m-navigation-link {
    gap: 8px;
  }
  .m-navigation-link .m-button-M a {
    font-size: 92.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .m-navigation-link {
    flex-direction: column;
    margin-top: 48px;
    gap: 16px;
  }
  .m-navigation-link .m-button-M {
    max-width: 327px;
    margin: auto;
  }
  .m-navigation-link .m-button-M a {
    min-height: 56px;
  }
  .m-navigation-link .m-button-M a br {
    display: none;
  }
  .m-navigation-link .m-button-M a:after {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .m-navigation-link .m-button-M a {
    text-indent: -1em;
  }
  .m-navigation-link .m-button-M a:after {
    right: 8px;
  }
}

/* import */
@media screen and (max-width: 767px) {
  .is-filter-modal {
    height: 100dvh;
    overflow: hidden;
  }
}
/* top */
.m-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 96px;
}
.m-hero .m-hero-text {
  width: 46%;
  max-width: 456px;
}
.m-hero .m-hero-text .m-heading-lv1 {
  display: block;
  line-height: 2em;
  margin-top: -24px;
  margin-left: auto;
  margin-right: 40px;
  width: 307px;
  height: 152px;
  font-size: 0;
  background: url(/common/birth-navi/img/top_heading.svg) no-repeat center/100%;
}
@media screen and (max-width: 900px) {
  .m-hero .m-hero-text .m-heading-lv1 {
    margin-top: -40px;
    margin-left: 40px;
    width: 272px;
  }
}
.m-hero .m-hero-img {
  overflow: hidden;
  width: 54%;
  max-width: 522px;
  max-height: 362px;
  margin-top: -84px;
  transform: translateX(-10%);
}
.m-hero .m-hero-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-hero {
    display: block;
    margin-bottom: 88px;
  }
  .m-hero .m-hero-text {
    width: 100%;
    max-width: inherit;
  }
  .m-hero .m-hero-text .m-heading-lv1 {
    margin-top: 16px;
    margin-left: 0;
    background: url(/common/birth-navi/img/top_heading_sp.svg) no-repeat center/100%;
    max-width: 337px;
    width: 100%;
    height: 85px;
  }
  .m-hero .m-hero-img {
    position: static;
    margin: 0 auto 0;
    width: 79.2vw;
    transform: translateX(0);
  }
}

.m-search-box {
  border: 2px solid #f49e9e;
  border-radius: 16px;
  background-color: #fff;
  margin-top: -98px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.m-search-box .m-heading-lv2 {
  margin: 0;
  padding-top: 0;
  color: #ee605d;
  font-size: 171.4285714286%;
}
.m-search-box .m-list-normal {
  margin-top: 24px;
  color: #6b6b6b;
}
.m-search-box .m-list-normal li {
  text-indent: -1em;
  margin-left: 1em;
}
.m-search-box .m-list-normal li + li {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .m-search-box {
    margin: -98px -8px 0;
    padding: 16px;
    border-radius: 8px;
    z-index: 1;
  }
  .m-search-box .m-heading-lv2 {
    font-size: 114.2857142857%;
  }
  .m-search-box .m-list-normal {
    font-size: 85.7142857143%;
  }
}

.m-information-box {
  border: 2px solid #f49e9e;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-top: -98px;
}
.m-information-box + .m-search-box {
  margin-top: 16px;
}
.m-information-box .m-heading-lv2 {
  margin: 0;
  padding-top: 0;
  color: #ee605d;
  font-size: 171.4285714286%;
}
@media screen and (max-width: 767px) {
  .m-information-box {
    margin: -98px -8px 0;
    padding: 16px;
    border-radius: 8px;
    z-index: 1;
  }
  .m-information-box .m-heading-lv2 {
    font-size: 114.2857142857%;
  }
  .m-information-box .m-list-normal {
    font-size: 85.7142857143%;
  }
  .m-information-box p.m-txtM {
    margin-top: 8px !important;
  }
}

.m-search-facility {
  position: relative;
  z-index: 1;
}
.m-search-facility .button-list {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.m-search-facility .button-list .m-button-select {
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 8px;
  max-width: 248px;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  text-align: left;
  padding: 12px 16px;
  position: relative;
  transition: background-color 0.3s ease;
  font-size: 114.2857142857%;
}
.m-search-facility .button-list .m-button-select:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/common/birth-navi/img/icon_arrow_pink_s.svg) no-repeat 0 0/100%;
  position: absolute;
  right: 16px;
  top: calc(50% - 9px);
  transform: rotate(90deg);
}
.m-search-facility .button-list .m-button-select:disabled {
  background-color: #f4f5f6;
  cursor: default;
  pointer-events: none;
  color: #888;
}
.m-search-facility .button-list .m-button-select:disabled:after {
  background: url(/common/birth-navi/img/icon_arrow_down_gray_s.svg) no-repeat 0 0/100%;
  transform: rotate(0);
}
.m-search-facility .button-list .m-button-select[data-active=true] {
  border: 1px solid #f2817f;
}
.m-search-facility .button-list .m-button-search {
  background-color: #ee605d;
  width: 108px;
  min-width: 108px;
  height: 48px;
  border-radius: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 128.5714285714%;
}
.m-search-facility .button-list .m-button-search::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/common/birth-navi/img/icon_search_white_m.svg) no-repeat 0 0/100% transparent;
  margin-right: 8px;
  vertical-align: -5px;
}
.m-search-facility .button-list .m-button-search:disabled {
  background-color: #888888;
  cursor: default;
  pointer-events: none;
  color: #fff;
}
.m-search-facility .box-open {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  max-width: calc(100% - 124px);
  border: 1px solid #bebebe;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
}
.m-search-facility .box-open .scroll {
  max-height: 620px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1px 22px 24px 24px;
  position: relative;
}
.m-search-facility .box-open .button-back {
  font-size: 0;
  background: url(/common/birth-navi/img/icon_close_red_s.svg) no-repeat center/16px 16px;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  padding: 8px;
}
.m-search-facility .box-open .mobile-visible {
  display: none;
}
.m-search-facility .box-open .notes {
  margin-top: 24px;
  color: #ee605d;
  font-weight: bold;
}
.m-search-facility .box-open .section-title {
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px;
}
.m-search-facility .box-open .section-title .shussan-popup-button {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  margin-top: 2px;
}
.m-search-facility .box-open .section-title .shussan-popup-text {
  display: inline-flex;
}
.m-search-facility .box-open ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.m-search-facility .box-open ul li {
  padding: 4px 8px 4px 0;
  line-height: 1.3;
}
.m-search-facility .box-open ul li label {
  display: flex;
}
.m-search-facility .box-open.prefectures ul li {
  width: 101px;
}
.m-search-facility .box-open.municipality ul li {
  max-width: 180px;
  width: 25%;
}
.m-search-facility .box-open.other .title2 {
  color: #ee605d;
  font-size: 114.2857142857%;
}
.m-search-facility .box-open.other ul li {
  max-width: 360px;
  width: 50%;
}
.m-search-facility .box-open.other .notes2 {
  font-size: 85.7142857143%;
  color: #6b6b6b;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 4px;
}
.m-search-facility .box-open input[type=checkbox] {
  border-radius: 0;
  width: 16px;
  height: 16px;
  appearance: none;
  border: 1px solid #bebebe;
  margin-right: 8px;
  margin-top: 1px;
  flex-shrink: 0;
  cursor: pointer;
}
.m-search-facility .box-open input[type=checkbox]:checked {
  background: url(/common/birth-navi/img/check_white.svg) no-repeat center/14px #f2817f;
  border: 1px solid #f2817f;
}
.m-search-facility .box-open input[type=checkbox]:disabled {
  background-color: #f4f5f6;
  cursor: default;
}
.m-search-facility .box-open input[type=checkbox]:disabled + span {
  color: #999;
}
.m-search-facility .box-open .button-more {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  background-color: #f4f5f6;
  margin-top: 16px;
}
.m-search-facility .box-open .button-more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/common/birth-navi/img/icon_arrow_s.svg) no-repeat 0 0/100%;
  margin-left: 8px;
  vertical-align: -3px;
  transform: rotate(90deg);
}
.m-search-facility .box-open .button-more[data-active=true]::after {
  transform: rotate(270deg);
}
@media screen and (max-width: 767px) {
  .m-search-facility {
    z-index: 3;
  }
  .m-search-facility .button-list {
    margin-top: 8px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .m-search-facility .button-list .m-button-select {
    max-width: inherit;
    width: calc(50% - 4px);
    height: 44px;
    padding: 8px 16px;
    font-size: 100%;
  }
  .m-search-facility .button-list .m-button-select:nth-child(3) {
    width: 100%;
  }
  .m-search-facility .button-list .m-button-search {
    width: 100%;
    height: 44px;
    font-size: 114.2857142857%;
  }
  .m-search-facility .box-open {
    max-width: inherit;
    padding-bottom: 8px;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100dvh;
    max-height: inherit;
    border-radius: 0;
    border: none;
    background-color: #f4f5f6;
  }
  .m-search-facility .box-open .search-heading {
    background-color: #fff6f3;
    height: 75px;
    position: relative;
  }
  .m-search-facility .box-open .search-heading .button-back {
    margin: 21px;
    padding: 8px 18px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: none;
    font-size: 100%;
    width: 64px;
    height: auto;
    top: 0;
    white-space: nowrap;
  }
  .m-search-facility .box-open .search-heading .button-back:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    background: url(/common/birth-navi/img/icon_arrow_pink_s.svg) no-repeat 0 0/100%;
    transform: rotate(180deg);
  }
  .m-search-facility .box-open .search-heading .mobile-title {
    display: block;
    font-size: 128.5714285714%;
    color: #ee605d;
    position: absolute;
    top: -7px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .m-search-facility .box-open .scroll {
    padding: 0;
    height: calc(100dvh - 80px - 75px - 76px);
    background-color: #fff;
    max-height: inherit;
  }
  .m-search-facility .box-open .mobile-visible {
    display: block;
  }
  .m-search-facility .box-open .notes {
    min-height: 40px;
    line-height: 1.5em;
    margin-top: 0;
    background-color: #f4f5f6;
    border-radius: 0;
    color: #484547;
    font-weight: normal;
    text-align: center;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-search-facility .box-open .section-title {
    margin: 0;
    padding: 10px 24px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #bebebe;
    min-height: 44px;
    width: 100%;
    position: relative;
  }
  .m-search-facility .box-open .section-title .shussan-popup-button {
    position: absolute;
    top: 13px;
    left: 86px;
  }
  .m-search-facility .box-open .section-title .shussan-popup-button.open {
    width: 16px;
    height: 16px;
    background: url(/common/birth-navi/img/icon_close_red_s.svg) no-repeat 0 0/100%;
  }
  .m-search-facility .box-open .section-title .shussan-popup-button.open img {
    opacity: 0;
  }
  .m-search-facility .box-open .section-title.ex .shussan-popup-button {
    left: 118px;
  }
  .m-search-facility .box-open .shussan-popup-box {
    display: block;
  }
  .m-search-facility .box-open .shussan-popup-area {
    position: static;
    border-radius: 0;
    margin: 10px -24px -8px;
    width: calc(100% + 48px);
    max-width: inherit;
    box-shadow: none;
    padding: 16px 24px;
  }
  .m-search-facility .box-open .shussan-popup-area .close, .m-search-facility .box-open .shussan-popup-area button {
    display: none;
  }
  .m-search-facility .box-open ul {
    gap: 0;
  }
  .m-search-facility .box-open ul li {
    box-sizing: border-box;
    border-bottom: 1px solid #bebebe;
    padding: 0;
  }
  .m-search-facility .box-open ul li label {
    height: 56px;
    padding: 0 24px;
    align-items: center;
  }
  .m-search-facility .box-open.prefectures ul li, .m-search-facility .box-open.municipality ul li, .m-search-facility .box-open.other ul li {
    width: 100%;
    max-width: inherit;
  }
  .m-search-facility .box-open.other .notes2 {
    width: 100%;
    min-height: 44px;
    background-color: #f4f5f6;
    display: flex;
    align-items: center;
    padding: 8px 24px;
    box-sizing: border-box;
    margin-top: 0;
  }
  .m-search-facility .box-open .button-more {
    border-radius: 0;
    height: 56px;
    margin-top: 0;
  }
  .m-search-facility .box-open .button-fix {
    margin: 16px auto;
    width: 100%;
    height: 44px;
    max-width: 327px;
    background-color: #ee605d;
    border-radius: 44px;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .m-search-facility .box-open .button-fix:before {
    content: "";
    width: 100vw;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -16px;
    left: -24px;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .m-search-facility .box-open .button-fix {
    width: calc(100% - 48px);
  }
}

.l-about-top {
  margin-top: 60px;
}
.l-about-top .m-list-normal {
  margin-top: 16px;
}
.l-about-top .m-list-normal li {
  line-height: 1.7;
  text-indent: -1em;
  margin-left: 1em;
}
.l-about-top .center {
  text-align: center;
  margin-top: 24px;
}
.l-about-top .center a {
  color: #0750cb;
}
@media screen and (max-width: 767px) {
  .l-about-top {
    margin-top: 40px;
    padding-bottom: 8px;
  }
  .l-about-top .m-heading-lv4 {
    margin-top: 32px;
  }
  .l-about-top .m-heading-lv4:before {
    width: 24px;
    height: 24px;
  }
  .l-about-top .m-list-normal,
  .l-about-top .center {
    font-size: 100%;
    text-align: left;
  }
}

.l-worries-top {
  margin-top: 60px;
  padding-bottom: 60px;
}
.l-worries-top .m-heading-lv3 {
  margin-top: 60px;
}
.l-worries-top .m-worries-link {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.l-worries-top .m-worries-link li {
  width: 25%;
}
.l-worries-top .m-worries-link li a {
  text-decoration: none;
  font-size: 114.2857142857%;
  color: #484547;
}
.l-worries-top .m-worries-link li a:hover .img img {
  transition: opacity 0.3s ease;
}
.l-worries-top .m-worries-link li a:hover .img img:hover {
  opacity: 0.7;
}
.l-worries-top .m-worries-link li a:hover figcaption {
  opacity: 0.7;
}
.l-worries-top .m-worries-link li a figure {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.l-worries-top .m-worries-link li a figure .img {
  width: 128px;
  border-radius: 100%;
  background-color: #fff;
}
.l-worries-top .m-worries-link li a figure figcaption {
  transition: opacity 0.3s ease;
  text-align: center;
}
.l-worries-top .m-worries-link li a figure figcaption:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/common/birth-navi/img/icon_arrow_s.svg) no-repeat 0 0/100%;
  margin-left: 4px;
  vertical-align: -2px;
}
.l-worries-top .m-worries-link li a figure .icon-external:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/common/birth-navi/img/icon_external_s.svg) no-repeat 0 0/100%;
  margin-left: 4px;
  vertical-align: -3px;
}
.l-worries-top .m-button-M {
  width: 284px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .l-worries-top {
    margin-top: 40px;
    padding-bottom: 48px;
  }
  .l-worries-top .m-heading-lv3 {
    margin-top: 48px;
  }
  .l-worries-top .m-worries-link {
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .l-worries-top .m-worries-link li {
    width: 50%;
  }
  .l-worries-top .m-worries-link li a {
    font-size: 100%;
    line-height: 1.7;
  }
  .l-worries-top .m-worries-link li a figure .img {
    width: 100px;
  }
  .l-worries-top .m-worries-link li a figure .icon-external {
    word-break: keep-all;
    width: 90%;
    text-align: center;
    margin: auto;
  }
  .l-worries-top .m-button-M {
    margin-top: 24px;
  }
}

.m-worries-link .m-heading-anc {
  padding-top: 20px;
}
.m-worries-link .m-heading-anc .m-heading-lv3 {
  margin-top: 20px;
}
.m-worries-link ul li {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .m-worries-link ul li {
    padding: 40px 0;
  }
}
.m-worries-link ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bebebe;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-worries-link ul li:first-child {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .m-worries-link ul li:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-worries-link ul li:last-child {
    padding-bottom: 20px;
  }
}
.m-worries-link ul li:last-child:after {
  display: none;
}
.m-worries-link ul li a {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: #484547;
  transition: opacity 0.3s ease;
}
.m-worries-link ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .m-worries-link ul li a {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.m-worries-link ul li figure {
  width: 180px;
  flex-shrink: 0;
}
.m-worries-link ul li .m-worries-link-right .link {
  font-size: 171.4285714286%;
}
.m-worries-link ul li .m-worries-link-right .link:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/common/birth-navi/img/icon_arrow_s.svg) no-repeat 0 0/100%;
  margin-left: 14px;
  vertical-align: -3px;
}
.m-worries-link ul li .m-worries-link-right .link.icon-external::after {
  background: url(/common/birth-navi/img/icon_external_m.svg) no-repeat 0 0/100%;
}
@media screen and (max-width: 767px) {
  .m-worries-link ul li .m-worries-link-right .link {
    font-size: 114.2857142857%;
  }
  .m-worries-link ul li .m-worries-link-right .link:after {
    vertical-align: -2px;
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
}
.m-worries-link ul li .m-worries-link-right .m-txtL {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .m-worries-link ul li .m-worries-link-right .m-txtL {
    font-size: 100%;
    margin-top: 14px;
  }
}

.l-faq {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-faq {
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
.l-faq .m-faq-list {
  margin-top: 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-faq .m-faq-list {
    margin-top: 32px;
    margin-bottom: 46px;
  }
}
.l-faq .m-faq-list .m-faq-item {
  margin: 0;
  border: 1px solid #ffd8ca;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
}
.l-faq .m-faq-list .m-faq-item + .m-faq-item {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .l-faq .m-faq-list .m-faq-item + .m-faq-item {
    margin-top: 24px;
  }
}
.l-faq .m-faq-list .m-faq-item .m-faq-title {
  background-color: #fff;
  width: 100%;
  min-height: 60px;
  color: #ee605d;
  font-size: 128.5714285714%;
  line-height: 1.6em;
  font-weight: bold;
  padding: 16px 50px 16px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  text-align: left;
}
.l-faq .m-faq-list .m-faq-item .m-faq-title:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/common/birth-navi/img/icon_q_m.svg) no-repeat 0 0/100%;
  flex-shrink: 0;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .l-faq .m-faq-list .m-faq-item .m-faq-title {
    flex-direction: column;
  }
  .l-faq .m-faq-list .m-faq-item .m-faq-title:before {
    width: 24px;
    height: 24px;
  }
}
.l-faq .m-faq-list .m-faq-item .m-faq-title .icon {
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url(/common/birth-navi/img/icon_toggle_plus_m.svg) no-repeat 0 0/100%;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.3s ease;
}
.l-faq .m-faq-list .m-faq-item .m-faq-content {
  background-color: #fff;
  margin: 0 20px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #fff;
  height: 0;
}
.l-faq .m-faq-list .m-faq-item .m-faq-content .m-txtL {
  transition: opacity 1s ease;
  opacity: 0;
  margin-top: 16px;
  line-height: 1.6em;
}
.l-faq .m-faq-list .m-faq-item.is-active .m-faq-title .icon {
  background: url(/common/birth-navi/img/icon_toggle_minus_m.svg) no-repeat 0 0/100%;
}
.l-faq .m-faq-list .m-faq-item.is-active .m-faq-content {
  border-top: 1px solid #f2817f;
  margin-bottom: 16px;
}
.l-faq .m-faq-list .m-faq-item.is-active .m-faq-content .m-txtL {
  opacity: 1;
}
.l-faq .m-faq-list #iphone {
  margin-top: 16px;
  margin-bottom: 0;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .l-faq .m-faq-list #iphone {
    margin-top: 8px;
  }
}

.l-about .shussan-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
  margin-top: -36px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-about .shussan-list {
    flex-direction: column;
    padding-bottom: 48px;
  }
}
.l-about .shussan-link {
  margin-top: 0;
}
.l-about .shussan-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #f49e9e;
  border-radius: 20px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  text-align: center;
  padding: 2px 16px 4px;
  min-height: 40px;
  box-sizing: border-box;
  transition: border 0.3s ease;
}
.l-about .shussan-link a:hover {
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-about .shussan-link a {
    border-radius: 30px;
    font-size: 12px;
    display: inline-flex;
  }
}
.l-about .shussan-link a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/common/birth-navi/img/icon_anchor_s.svg) no-repeat 0 0/100%;
  margin-left: 10px;
  margin-top: 2px;
}

.l-about1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-about1 {
    padding-top: 48px;
    padding-bottom: 50px;
  }
}
.l-about1 .m-heading-lv3 {
  margin-top: 0;
}
.l-about1 .m-txtL {
  line-height: 1.7em;
  margin-top: 24px !important;
}
.l-about1 .m-soon {
  border: 1px solid #f49e9e;
  color: #ff0000;
  border-radius: 10px;
  padding: 16px 24px;
}
.l-about1 .g-mt0 {
  margin-top: 0 !important;
}
.l-about1 .m-list2 {
  margin-top: 8px;
  color: #6b6b6b;
  text-indent: -1.8em;
  margin-left: 1.8em;
}
.l-about1 .m-list2 li + li {
  margin-top: 4px;
}
.l-about1 .m-list2 li > ul {
  margin-left: 0.4em;
  margin-top: 4px;
}
.l-about1 .m-list2 li > ul li {
  text-indent: -0.6em;
  margin-left: 0.6em;
}
.l-about1 .m-heading-lv5 {
  text-indent: -1.2em;
  margin-left: 1.2em;
  line-height: 1.5;
  font-size: 142.8571428571%;
}
@media screen and (max-width: 767px) {
  .l-about1 .m-heading-lv5 {
    font-size: 114.2857142857%;
  }
}
.l-about1 .m-heading-lv5 span {
  color: #EE605D;
  padding-right: 0.3em;
}
.l-about1 .m-list3 {
  font-size: 114.2857142857%;
  line-height: 1.7;
  margin-left: 0.5em;
  margin-top: 8px;
  margin-bottom: 40px;
}
.l-about1 .m-list3 li {
  position: relative;
  padding-left: 12px;
}
.l-about1 .m-list3 li::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background-color: #2e3136;
  border-radius: 2px;
  vertical-align: middle;
  content: "";
}
.l-about1 .m-list3 li img {
  vertical-align: middle;
}
.l-about1 .m-txtL.g-mt0 + figure {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .l-about1 .m-txtL.g-mt0 + figure img {
    opacity: 0;
  }
  .l-about1 .m-txtL.g-mt0 + figure.table_1 {
    max-width: 327px;
    height: 288px;
    background: url(/common/birth-navi/img/table_1_sp.svg) no-repeat 0 0/100%;
  }
  .l-about1 .m-txtL.g-mt0 + figure.table_2 {
    max-width: 329px;
    height: 408px;
    background: url(/common/birth-navi/img/table_2_sp.svg) no-repeat 0 0/100%;
  }
}
.l-about1#cost {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-about1#cost {
    padding-bottom: 24px;
  }
}

.l-about2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-about2 {
    padding-top: 48px;
    padding-bottom: 50px;
  }
}
.l-about2 .m-heading-lv3 {
  margin-top: 0;
}
.l-about2 dl dt {
  font-size: 114.2857142857%;
}
.l-about2 dl dd.m-txtL {
  margin-top: 0;
}
.l-about2 dl + dl {
  margin-top: 40px;
}
.l-about2 .m-facility {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-about2 .m-facility {
    margin-top: 40px;
  }
}
.l-about2 .m-facility .m-facility-tabs {
  display: flex;
  margin-bottom: 20px;
}
.l-about2 .m-facility .m-facility-tabs .tab-button {
  width: 25%;
  cursor: pointer;
  border: 0;
  position: relative;
}
.l-about2 .m-facility .m-facility-tabs .tab-button span {
  border: 1px solid #ee605d;
  height: 40px;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  z-index: 1;
  color: #484547;
  transition: background 0.2s ease;
  word-break: keep-all;
}
.l-about2 .m-facility .m-facility-tabs .tab-button:first-child span {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #ee605d;
}
.l-about2 .m-facility .m-facility-tabs .tab-button:last-child span {
  border-radius: 0 8px 8px 0;
}
.l-about2 .m-facility .m-facility-tabs .tab-button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 8.5px);
  width: 17px;
  height: 10px;
  background: #fff6f3;
  transition: background 0.2s ease;
}
.l-about2 .m-facility .m-facility-tabs .tab-button.is-active span {
  background-color: #ee605d;
  color: #fff;
}
.l-about2 .m-facility .m-facility-tabs .tab-button.is-active:after {
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTcgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkuMjIwNjcgOS41MDQ3NWMtLjM5MzE3LjQwNzI3LTEuMDQ1NzMuNDA3MjctMS40Mzg5IDBsLTcuNDEzNDY2LTcuNjc5MzVjLS42MTI4OS0uNjM0ODctLjE2Mjk4Ni0xLjY5NDU0MS43MTk0NDYtMS42OTQ1NDFoMTQuODI2OTVjLjg4MjQgMCAxLjMzMjMgMS4wNTk2Ny43MTk0IDEuNjk0NTQxeiIgZmlsbD0iI2VlNjA1ZCIvPjwvc3ZnPg==") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .l-about2 .m-facility .m-facility-tabs {
    margin-left: -24px;
    margin-right: -24px;
  }
  .l-about2 .m-facility .m-facility-tabs .tab-button span {
    height: 62px;
    padding: 0 8px;
    font-weight: bold;
  }
  .l-about2 .m-facility .m-facility-tabs .tab-button:first-child span {
    border-radius: 0;
    border-left: none;
  }
  .l-about2 .m-facility .m-facility-tabs .tab-button:last-child span {
    border-radius: 0;
    border-right: none;
  }
}
.l-about2 .m-facility .tab-content {
  display: none;
}
.l-about2 .m-facility .tab-content.is-active {
  display: block;
}
.l-about2 .m-facility .m-heading-lv4 {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-about2 .m-facility .m-heading-lv4 {
    font-weight: bold;
  }
}
.l-about2 .m-facility .m-table {
  margin-top: 20px;
}
.l-about2 .m-facility .m-table tbody {
  background-color: #fff;
}
.l-about2 .m-facility .m-table tbody th {
  background-color: #f4f5f6;
  border: 1px solid #bebebe;
  border-left: none;
  color: #555254;
  padding: 16px 8px;
  vertical-align: middle;
  width: 300px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-about2 .m-facility .m-table tbody th {
    width: 128px;
  }
}
.l-about2 .m-facility .m-table tbody td {
  line-height: 1.7;
  border: 1px solid #bebebe;
  border-right: none;
  padding: 16px 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-about2 .m-facility .m-table tbody td {
    padding: 8px 10px;
  }
}
.l-about2 .m-facility .m-table tbody td .icon-external a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/common/birth-navi/img/icon_external_s.svg) no-repeat 0 0/100%;
  margin-left: 2px;
  vertical-align: -3px;
}
.l-about2 .m-facility .note {
  display: block;
  color: #6b6b6b;
}
.l-about2 .m-facility .note li {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 4px;
}
.l-about2 .m-facility .note.indent2 li {
  text-indent: -2em;
  margin-left: 2em;
}

.none {
  position: fixed;
  left: -100vw;
}

.shussan-bg-gray .m-search-facility .box-open {
  max-width: calc(100% - 204px);
}

@media screen and (max-width: 767px) {
  .shussan-bg-gray .m-search-facility {
    margin: 0 -8px;
  }
  .shussan-bg-gray .m-search-facility .button-list {
    flex-wrap: wrap;
    gap: 8px;
    width: calc(100% - 72px);
  }
  .shussan-bg-gray .m-search-facility .button-list .m-button-select {
    max-width: inherit;
    width: calc(50% - 4px);
    height: 44px;
    padding: 8px 16px;
    font-size: 100%;
  }
  .shussan-bg-gray .m-search-facility .button-list .m-button-select:nth-child(3) {
    width: 100%;
  }
  .shussan-bg-gray .m-search-facility .button-list .m-button-search {
    width: 64px;
    min-width: inherit;
    height: 96px;
    font-size: 85.7142857143%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 8px;
    border: 1px solid #fff;
  }
  .shussan-bg-gray .m-search-facility .button-list .m-button-search::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(/common/birth-navi/img/icon_search_white_l.svg) no-repeat 0 0/100% transparent;
    margin: 0 auto 8px;
  }
  .shussan-bg-gray .m-search-facility .box-open {
    max-width: inherit;
  }
}
.shussan-popup {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .shussan-popup {
    margin-top: 32px;
    font-size: 87.5%;
  }
}

.m-list2 {
  margin-top: 8px;
  color: #6b6b6b;
  text-indent: -1em;
  margin-left: 1em;
}

.shussan-popup-text {
  display: inline-block;
  margin-top: 0;
  letter-spacing: -0.02em;
}

.shussan-popup-button {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .shussan-popup-button {
    width: 16px;
  }
}

.shussan-popup-box {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

.shussan-popup-button:hover {
  opacity: 0.7;
}

.shussan-popup-area {
  position: absolute;
  max-width: 400px;
  width: 90vw;
  background: #f1f1f1;
  padding: 16px;
  z-index: 100;
  border-radius: 10px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
  max-height: 50vh;
  color: #484547;
  font-size: 75%;
  line-height: 1.7em;
  font-weight: normal;
}
.shussan-popup-area.is-search {
  transform: translateY(-16px);
}
.shussan-popup-area .shussan-popup-title {
  font-size: 114.2857142857%;
}
.shussan-popup-area .m-txtM {
  margin-top: 8px;
}
.shussan-popup-area ul li {
  padding-left: 0;
  text-indent: 0;
  margin-top: 8px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.shussan-popup-area ul [class*=icon-map]:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  vertical-align: -10px;
}
.shussan-popup-area ul .icon-map1:before {
  background: url(/common/birth-navi/img/icon_map1.png) no-repeat 0 0/100%;
}
.shussan-popup-area ul .icon-map2:before {
  background: url(/common/birth-navi/img/icon_map2.png) no-repeat 0 0/100%;
}
.shussan-popup-area ul .icon-map3:before {
  background: url(/common/birth-navi/img/icon_map3.png) no-repeat 0 0/100%;
}

.shussan-popup-area .close,
.shussan-popup-area button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  background: url(/common/birth-navi/img/icon_close_s.svg) no-repeat 0 0/100%;
  font-size: 0;
}

.shussan-popup-area .close:hover {
  opacity: 0.7;
}

.shussan-popup-area.hidden {
  display: none;
}

.shussan-popup-title:nth-of-type(1) {
  margin-top: 0;
}

.shussan-popup-area li {
  padding-left: 1em;
  text-indent: -1em;
}

.shussan-caution {
  border: 1px solid #ff2b2b;
  border-radius: 10px;
  padding: 1.5em;
  margin-top: 1.5em;
}

.shussan-caution p {
  margin-top: 0;
  color: #ff0000;
}

#tableau_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 24px 0 8px;
}
#tableau_area > p {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .list {
    margin-left: -24px;
    margin-right: -24px;
  }
}
#tableau_length {
  font-weight: bold;
  font-size: 142.8571428571%;
}
#tableau_length + span {
  font-size: 114.2857142857%;
}
@media screen and (max-width: 767px) {
  #tableau_length + span {
    font-size: 100%;
  }
}

#map_show_button,
#list_show_button {
  background-color: #ee605d;
  width: 144px;
  height: 44px;
  border-radius: 44px;
  color: #fff;
  font-weight: bold;
  font-size: 114.2857142857%;
  transition: opacity 0.3s ease;
}
#map_show_button::before,
#list_show_button::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: -5px;
}
@media screen and (max-width: 767px) {
  #map_show_button,
  #list_show_button {
    width: 133px;
    height: 40px;
    font-size: 100%;
  }
  #map_show_button::before,
  #list_show_button::before {
    content: "";
    vertical-align: -6px;
  }
}
#map_show_button:hover,
#list_show_button:hover {
  opacity: 0.7;
}

#map_show_button::before {
  background: url(/common/birth-navi/img/icon_map_m_white.svg) no-repeat 0 0/100% transparent;
}

#list_show_button::before {
  background: url(/common/birth-navi/img/icon_list_m.svg) no-repeat 0 0/100% transparent;
}

.map_discription {
  display: flex;
  gap: 0 24px;
  margin-top: 8px;
  margin-left: 4px;
}
.map_discription p {
  margin-top: 0;
  white-space: nowrap;
}
.map_discription ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
.map_discription ul li {
  white-space: nowrap;
}
.map_discription ul li[class*=icon-map]:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: -1px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.map_discription ul li.icon-map4:before {
  background-color: #ff9d9a;
}
.map_discription ul li.icon-map5:before {
  background-color: #f1ce63;
}
.map_discription ul li.icon-map6:before {
  background-color: #4e79a7;
}
.map_discription ul li.icon-map7:before {
  background-color: #59a14f;
}
@media screen and (max-width: 767px) {
  .map_discription {
    margin-left: 0;
    gap: 0 16px;
    font-size: 87.5%;
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .map_discription {
    font-size: 78.5%;
  }
}
@media screen and (max-width: 767px) {
  .map_discription ul {
    gap: 0 16px;
    margin-top: 4px;
  }
  .map_discription ul li[class*=icon-map]:before {
    width: 12px;
    height: 12px;
  }
}

#no_length_text {
  margin: 120px 0;
  font-size: 142.8571428571%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #no_length_text {
    margin: 92px 0;
  }
}

.l-information .none {
  position: fixed;
  left: -100vw;
}
@media screen and (max-width: 767px) {
  .l-information {
    margin-left: -16px;
    margin-right: -16px;
  }
  .l-information .shussan-tableau-area {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.l-information .shussan-list {
  display: flex;
  column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-information .shussan-list {
    width: 91.0863509749%;
    margin: 0 auto;
    justify-content: space-between;
    column-gap: 2.2284122563%;
  }
}
.l-information .shussan-list + .m-list2 {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-information .shussan-list + .m-list2 {
    margin-left: 28px;
    font-size: 87.5%;
  }
}
.l-information .shussan-link {
  width: 100%;
  max-width: 145px;
}
@media screen and (max-width: 767px) {
  .l-information .shussan-link {
    max-width: 100%;
  }
}
.l-information .shussan-link.is-nolimit {
  max-width: inherit;
  display: inline-flex;
  margin-top: 64px;
}
.l-information .shussan-link.is-nolimit a {
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .l-information .shussan-link.is-nolimit {
    display: block;
    max-width: 327px;
    margin: 64px auto 0;
  }
  .l-information .shussan-link.is-nolimit a {
    border-radius: 72px;
  }
}
.l-information .shussan-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #f49e9e;
  border-radius: 20px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  text-align: center;
  padding: 8px 16px;
  transition: background 0.3s ease;
}
.l-information .shussan-link a:hover {
  background: #fff6f3;
}
@media screen and (max-width: 767px) {
  .l-information .shussan-link a {
    display: block;
    border-radius: 30px;
    padding: 8px 0;
    font-size: 12px;
  }
}
.l-information .shussan-link a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/common/birth-navi/img/icon_anchor_s.svg) no-repeat 0 0/100%;
  margin-left: 10px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .l-information .shussan-link a:after {
    margin: 2px auto 0;
  }
}

.l-map {
  margin-top: 80px;
}
.l-map .shussan-popup {
  display: flex;
}
.l-map .m-heading-lv3 {
  display: inline;
  margin: 0;
}
.l-map .shussan-popup-button {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.l-map .tableauPlaceholder {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-map {
    margin-top: 48px;
  }
  .l-map .shussan-popup {
    margin-bottom: 8px;
  }
  .l-map .shussan-popup-box {
    margin-top: -2px;
  }
  .l-map .tableauPlaceholder {
    margin-top: 16px;
  }
  .l-map .shussan-tableau-area {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.l-detail {
  margin-top: 80px;
  padding-top: 80px;
}
.l-detail .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-detail .title .m-heading-lv3 {
  margin: 0;
}
.l-detail .title .m-txtM {
  margin-top: 0;
}
.l-detail .title .m-txtM a {
  color: #0750cb;
}
@media screen and (max-width: 767px) {
  .l-detail .title .m-txtM {
    margin-top: 16px;
  }
}
.l-detail .tableauPlaceholder {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-detail {
    margin-top: 48px;
    padding-top: 48px;
  }
  .l-detail .title {
    display: block;
  }
  .l-detail .title .m-txtM {
    text-align: right;
  }
  .l-detail .tableauPlaceholder {
    margin-bottom: 48px;
  }
  .l-detail .shussan-tableau-area {
    margin-left: -24px;
    margin-right: -24px;
  }
}

/* top */
.l-form .m-heading-lv3 {
  margin-top: 0;
}
.l-form .m-list2 {
  margin-top: 8px;
  color: #6b6b6b;
}
.l-form .m-button-M {
  width: 370px;
  margin: 24px auto 0;
}
.l-form .m-button-M a {
  height: 64px;
  font-size: 114.2857142857%;
}
@media screen and (max-width: 767px) {
  .l-form .m-button-M {
    max-width: 295px;
  }
  .l-form .m-button-M a {
    height: 56px;
    font-size: 100%;
  }
}
.l-form .questionnaire {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-form .questionnaire {
    margin-top: 48px;
    padding-bottom: 48px;
  }
}
.l-form .inquiry {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-form .inquiry {
    padding-top: 48px;
    padding-bottom: 8px;
  }
}
.l-form .inquiry:before {
  content: "";
  background: #bebebe;
  display: block;
  width: 200vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: -50vw;
}
.l-form .inquiry .m-link-text {
  display: inline-block;
  color: #0750cb;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .l-download {
    margin-top: 48px;
  }
}
.l-download .m-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-download .m-section {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.l-download .m-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.l-download .m-title .m-heading-lv3 {
  margin: 0;
}
.l-download .m-download-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
}
.l-download .m-download-list .card {
  width: calc(33.3333% - 27px);
  max-width: 300px;
}
.l-download .m-download-list .card figcaption {
  white-space: nowrap;
}
@media screen and (max-width: 799px) and (min-width: 768px) {
  .l-download .m-download-list .card figcaption {
    font-size: 92.8571428571%;
  }
}
.l-download .m-download-list .card .m-button-open {
  background-color: #f4f5f6;
  border-radius: 10px;
  margin-top: 4px;
  transition: opacity 0.3s ease;
  position: relative;
}
.l-download .m-download-list .card .m-button-open:hover {
  opacity: 0.7;
}
.l-download .m-download-list .card .m-button-open .icon-zoom {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 36px;
}
.l-download .m-download-list .card .m-text-download {
  text-align: right;
  margin-top: 5px;
}
.l-download .m-download-list .card .m-text-download a {
  color: #484547;
  text-decoration: none;
}
.l-download .m-download-list .card .m-text-download a:hover {
  text-decoration: underline;
}
.l-download .m-download-list .card .m-text-download a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(/common/birth-navi/img/icon_download2_s.svg) no-repeat 0 0/100%;
  margin: 0 4px;
  vertical-align: -1px;
}
.l-download .m-download-list.column-4 {
  gap: 32px;
}
.l-download .m-download-list.column-4 .card {
  width: calc(25% - 24px);
}
@media screen and (max-width: 767px) {
  .l-download .m-download-list {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
  .l-download .m-download-list .card {
    width: 100%;
    max-width: 327px;
  }
  .l-download .m-download-list.column-4 {
    flex-direction: row;
    gap: 32px 12px;
  }
  .l-download .m-download-list.column-4 .card {
    width: calc(50% - 6px);
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}
.modal .modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.modal .modal-inner {
  background: #FFF;
  width: 600px;
  margin: 0 auto;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modal .modal-top {
  width: 100%;
  height: 480px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-top img {
  width: 520px;
}
.modal [data-swiper-slide-index="4"] img {
  width: 600px;
  transform: translateY(20px);
}
.modal [data-swiper-slide-index="5"] img,
.modal [data-swiper-slide-index="6"] img,
.modal [data-swiper-slide-index="7"] img,
.modal [data-swiper-slide-index="8"] img {
  transform: translateY(14px);
}
.modal [data-swiper-slide-index="9"] img,
.modal [data-swiper-slide-index="10"] img,
.modal [data-swiper-slide-index="11"] img,
.modal [data-swiper-slide-index="12"] img,
.modal [data-swiper-slide-index="13"] img,
.modal [data-swiper-slide-index="14"] img,
.modal [data-swiper-slide-index="15"] img,
.modal [data-swiper-slide-index="16"] img,
.modal [data-swiper-slide-index="17"] img,
.modal [data-swiper-slide-index="18"] img,
.modal [data-swiper-slide-index="19"] img,
.modal [data-swiper-slide-index="20"] img,
.modal [data-swiper-slide-index="21"] img,
.modal [data-swiper-slide-index="22"] img {
  width: 440px;
}
.modal .modal-bottom {
  border-top: 1px solid #f4f5f6;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
}
.modal .modal-bottom figcaption {
  font-size: 114.2857142857%;
}
.modal .modal-bottom .m-button-download {
  width: 138px;
  font-size: 100%;
}
.modal .modal-bottom .m-button-download a:before {
  top: calc(50% - 9px);
  left: 12px;
}
.modal .swiper-button-prev,
.modal .swiper-button-next {
  width: 36px !important;
  height: 36px !important;
  background: url(/common/birth-navi/img/icon_modal_arrow.svg) no-repeat 0 0/100%;
  font-size: 0;
  margin-top: -40px;
}
.modal .swiper-button-prev:after,
.modal .swiper-button-next:after {
  display: none;
}
.modal .swiper-button-prev {
  left: 16px;
}
.modal .swiper-button-next {
  right: 16px;
  transform: rotate(180deg);
}
.modal .m-button-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 20;
  box-sizing: border-box;
  overflow: hidden;
}
.modal .m-button-close img {
  transition: opacity 0.3s ease;
}
.modal .m-button-close:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 24px;
  }
  .modal .modal-inner {
    width: 100%;
    max-width: 327px;
  }
  .modal .modal-top {
    height: 282px;
  }
  .modal .modal-top img {
    width: 300px;
  }
  .modal [data-swiper-slide-index="5"] img,
  .modal [data-swiper-slide-index="6"] img,
  .modal [data-swiper-slide-index="7"] img,
  .modal [data-swiper-slide-index="8"] img {
    width: 280px;
  }
  .modal [data-swiper-slide-index="9"] img,
  .modal [data-swiper-slide-index="10"] img,
  .modal [data-swiper-slide-index="11"] img,
  .modal [data-swiper-slide-index="12"] img,
  .modal [data-swiper-slide-index="13"] img,
  .modal [data-swiper-slide-index="14"] img,
  .modal [data-swiper-slide-index="15"] img,
  .modal [data-swiper-slide-index="16"] img,
  .modal [data-swiper-slide-index="17"] img,
  .modal [data-swiper-slide-index="18"] img,
  .modal [data-swiper-slide-index="19"] img,
  .modal [data-swiper-slide-index="20"] img,
  .modal [data-swiper-slide-index="21"] img,
  .modal [data-swiper-slide-index="22"] img {
    width: 240px;
  }
  .modal .modal-bottom {
    height: 68px;
    padding: 16px;
  }
  .modal .modal-bottom figcaption {
    font-size: 114.2857142857%;
    width: calc(100% - 130px);
  }
  .modal .modal-bottom .m-button-download {
    width: 124px;
    font-size: 100%;
  }
  .modal .modal-bottom .m-button-download a:before {
    top: calc(50% - 9px);
  }
  .modal .swiper-button-prev,
  .modal .swiper-button-next {
    background: url(/common/birth-navi/img/icon_modal_arrow.svg) no-repeat center/28px;
  }
  .modal .swiper-button-prev {
    left: auto;
    right: calc(50% + 124px);
  }
  .modal .swiper-button-next {
    right: auto;
    left: calc(50% + 124px);
  }
  .modal .m-button-close {
    right: auto;
    left: calc(50% + 132px);
    top: -8px;
    width: 40px;
    height: 40px;
  }
}

.m-userguide-link .shussan-link ul {
  display: inline-flex;
  flex-direction: column;
}
.m-userguide-link .shussan-link ul li + li {
  margin-top: 10px;
}
.m-userguide-link .shussan-link ul a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #f49e9e;
  border-radius: 20px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  text-align: center;
  padding: 2px 16px 4px;
  min-height: 40px;
  box-sizing: border-box;
  transition: border 0.3s ease;
}
.m-userguide-link .shussan-link ul a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .m-userguide-link .shussan-link ul a {
    border-radius: 30px;
    font-size: 12px;
    display: inline-flex;
  }
}
.m-userguide-link .shussan-link ul a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/common/birth-navi/img/icon_anchor_s.svg) no-repeat 0 0/100%;
  margin-left: 10px;
  margin-top: 2px;
}
.m-userguide-link .m-heading-anc {
  padding-top: 1px;
}
.m-userguide-link .m-list.m-txtL li:before {
  background-color: #484547;
  top: 9px;
}
.m-userguide-link .m-list.m-txtL li p {
  margin-top: 10px;
}
.m-userguide-link .m-list.m-txtL li p + p {
  margin-top: 20px;
}
.m-userguide-link .m-fig {
  max-width: 324px;
  margin: 20px auto;
}
.m-userguide-link .m-imgBox__img {
  max-width: 550px;
  margin: 20px auto;
}
.m-userguide-link .m-imgBox__img.max {
  max-width: inherit;
}
