@charset "utf-8";
/*===========================================
 reset 触らない
========================================== */
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

progress {
  display: inline-block;
}

small {
  font-size: 80%;
  font-size: 0.8em;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
  outline-offset: -0.125rem;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===========================================
 base プロジェクトによって編集可
========================================== */
html {
  font-size: 100%;
}

@media (max-width: 414px) {
  html {
    font-size: calc((100vw - 320px) / 94 * 3.7 + 12.3px);
  }
}

@media (min-width: 414px) and (max-width: 699.98px) {
  html {
    font-size: calc((100vw - 414px) / 352 * 4 + 16px);
  }
}

@media (min-width: 700px) {
  html {
    font-size: 22px;
  }
}

:root {
  --color__txt: #1c1c1c;
}

body {
  color: var(--color__txt);
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  font-weight: 300;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  /* -webkit-font-smoothing: antialiased; */
}

a {
  color: #f75e29;
}

p a {
  font-weight: bold;
  text-decoration: underline;
}

a > * {
}

a img {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

a:hover {
  opacity: 0.7;
}

em {
  font-style: normal;
  font-weight: bold;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  /* margin-top: -0.3px;
  margin-bottom: -0.3px; */
}

picture {
  display: block;
  line-height: 0;
  font-size: 0;
}

picture > img {
  font-size: 0px;
  font-size: 0rem;
}

::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

*:focus {
  outline: none;
}

form input,
form textarea {
  /* -webkit-appearance: none; */
}

h1,
h2,
h3 {
  /* font-family: var(--font-family__mincho); */
  /* color: #fff; */
}

.is-show {
  opacity: 1 !important;
}

.is-hide {
  opacity: 0 !important;
}

@media (min-width: 700px) {
  .pc {
    display: block;
  }

  .pc--inline {
    display: inline;
  }

  .sp {
    display: none !important;
  }

  .sp--inline {
    display: none !important;
  }
}

@media (max-width: 699.98px) {
  .pc {
    display: none !important;
    pointer-events: none;
  }

  .pc--inline {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .sp--inline {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*===========================================
 Project ここから独自CSS記載
========================================== */
a {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

.bz {
  background-color: #e9e4e4;
  position: relative;
}

.pc-bg {
  display: none;
}

@media (min-width: 700px) {
  .bz {
    display: flex;
    justify-content: center;
    column-gap: calc(30 / 1680 * 100%);
  }

  .pc-bg {
    position: fixed;
    inset: 0;
    aspect-ratio: 1680/920;
    object-fit: cover;
    height: 100%;
    display: block;
  }
}

@media (min-width: 1040px) {
  .bz {
    justify-content: center;
    padding-inline: 20px;
    padding-inline: 1.25rem;
    column-gap: calc(30 / 1680 * 100%);
  }
}

@media (min-width: 1400px) {
  .bz {
    padding-inline: 20px;
    padding-inline: 1.25rem;
    column-gap: calc(100 / 1680 * 100%);
    position: relative;
    left: -57px;
  }
}

@media (min-width: 1600px) {
  .bz {
    padding-inline: 20px;
    padding-inline: 1.25rem;
    column-gap: calc(50 / 1680 * 100%);
    position: relative;
    left: -57px;
  }
}

@media (min-width: 1700px) {
  .bz {
    justify-content: center;
    column-gap: calc(100 / 1680 * 100%);
  }
}

/* PC部分 */
.bz-pc,
.pc-logo__wrapper,
.pc-bg-left,
.pc-bg-right {
  display: none;
}
.bz-pc__box {
  position: relative;
}

.pc01 {
  object-fit: cover;
}

.pc-cta-button {
  display: block;
  width: calc(362 / 422 * 100%);
  margin-inline: auto;
  position: relative;
  top: -1px;
  top: -0.0625rem;
  left: -1rem;
}

.pc-btn01 img {
  object-fit: cover;
}

.bz-page {
  width: 100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.bz-page.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 700px) {
  .bz-pc__content {
    /* position: sticky; */
    position: fixed;
    top: 55%;
    transform: translate(0%, -50%);
    width: 100%;
    max-width: 480px;
    min-width: 350px;
    width: calc(545 / 1625 * 100%);
    /* 初回フェードイン用の初期状態 */
    opacity: 0;
    visibility: hidden;
  }
  .bz-page {
    max-width: 540px;
    flex: 1;
    box-shadow: 0 0 14.6px rgba(84, 49, 49, 0.25);
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    border-radius: 2.5rem;
  }
  .bz-pc {
    /* left: -70px; */
  }
  .pc-bg-left,
  .pc-bg-right {
    display: block;
  }
}

@media (min-width: 1040px) {
  .bz-pc {
    display: block;
    position: relative;
    width: calc(558.42 / 1625 * 100%);
    z-index: 9;
    overflow: visible;
    left: -50px;
  }
  .bz-page {
    /* left: 30px; */
  }
  .pc-logo__wrapper {
    display: block;
  }
}

@media (min-width: 1400px) {
  .bz-page {
    left: 17px;
    max-width: 540px;
  }
  .bz-pc {
    left: 7px;
    max-width: 580px;
  }
  .bz-pc__content {
    max-width: 567px;
  }
}

.bz-pc__content h2 {
  position: relative;
}

.bz-pc__round01 {
  position: fixed;
  width: 44.31px;
  height: 44.31px;
  left: 334.08px;
  top: 266.03px;
  background: #32b3d1;
  mix-blend-mode: plus-lighter;
  opacity: 0.11;
  transform: rotate(11.59deg);
  border-radius: 50%;
  z-index: 10;
}

.bz-pc__round02 {
  position: fixed;
  width: 44.31px;
  height: 44.31px;
  left: 627.89px;
  top: 155.33px;
  background: #32b3d1;
  mix-blend-mode: plus-lighter;
  opacity: 0.11;
  transform: rotate(11.59deg);
  border-radius: 50%;
  z-index: 10;
}

.bz-pc__round03 {
  position: fixed;
  width: 85.3px;
  height: 88.09px;
  left: 299.99px;
  top: 358.39px;
  background: linear-gradient(
    180deg,
    #d5a6c2 0%,
    rgba(213, 166, 194, 0.32) 53.98%,
    rgba(213, 166, 194, 0.7) 100%
  );
  mix-blend-mode: overlay;
  opacity: 0.88;
  filter: blur(1.13293px);
  transform: rotate(-22.88deg);
  border-radius: 50%;
  z-index: 10;
}

.bz-pc__round04 {
  position: fixed;
  width: 174.17px;
  height: 179.88px;
  left: 610.53px;
  top: 262.33px;
  background: linear-gradient(
    180deg,
    #d5a6c2 0%,
    rgba(213, 166, 194, 0.32) 53.98%,
    rgba(213, 166, 194, 0.7) 100%
  );
  mix-blend-mode: overlay;
  opacity: 0.88;
  filter: blur(1.13293px);
  transform: rotate(-22.88deg);
  border-radius: 50%;
  z-index: 10;
}

/* SP部分 */
/* 共通 */
ul {
  list-style: none;
}

.bz-fv__cta {
  margin-top: -130px;
  margin-top: -8.125rem;
}

.cta__button {
  width: 371.75px;
  width: 23.235625rem;
  margin-inline: auto;
  display: block;
  position: relative;
  left: 2px;
  left: 0.125rem;
  top: -0.8rem;
}

@media (min-width: 700px) {
  .cta__button {
    width: 22rem;
  }
}

@media (any-hover: hover) {
  .cta__button:hover {
    opacity: 0.9;
  }
}

/* ファーストビュー */
.bz-fv {
  position: relative;
  z-index: 0;
}

@media (min-width: 700px) {
  .bz-fv {
    position: relative;
    z-index: 0;
  }
}

/* 出産って思ったよりお金かかる */
.childbirth {
  position: relative;
}

.childbirth::before {
  background-image: url("../img/pregnants/bg01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 762.54px;
  height: 47.665625rem;
  content: "";
  position: absolute;
  top: 107.69px;
  top: 6.730625rem;
  left: 0;
  z-index: -1;
}

@media (min-width: 430px) and (max-width: 699.98px) {
  .childbirth::before {
    height: 100%;
  }
}

.childbirth__title {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.childbirth__text {
  width: 274px;
  width: 17.125rem;
  margin-inline: auto;
  margin-top: 27px;
  margin-top: 1.6875rem;
  position: relative;
  left: -9px;
  left: -0.5625rem;
}

@media (min-width: 430px) and (max-width: 699.98px) {
  .childbirth__list {
    width: 24rem;
    margin-inline: auto;
  }
}

.childbirth__item-image01 {
  width: 369px;
  width: 23.0625rem;
  margin-right: auto;
  margin-top: 29.91px;
  margin-top: 1.868125rem;
}

.childbirth__item-image02 {
  width: 390.75px;
  width: 24.42rem;
  margin-left: auto;
  position: relative;
  right: -4px;
  right: -0.25rem;
}

@media (min-width: 430px) and (max-width: 699.98px) {
  .childbirth__item-image02 {
    width: 24rem;
    right: -1.75rem;
  }
}

@media (min-width: 700px) {
  .childbirth__item-image02 {
    width: 24.42rem;
    right: -1.65rem;
  }
}

.childbirth__item-image03 {
  width: 386.61px;
  width: 24.163125rem;
  margin-right: auto;
  position: relative;
  left: -16px;
  left: -1rem;
  margin-top: -10px;
  margin-top: -0.625rem;
}

.childbirth__text02 {
  width: 379.83px;
  width: 23.739375rem;
  margin-inline: auto;
  margin-top: -45px;
  margin-top: -2.8125rem;
}

/* ディアベビーってどんな保険？ */
.how {
  padding-top: 31px;
  padding-top: 1.9375rem;
  padding-bottom: 26.85px;
  padding-bottom: 1.678125rem;
  position: relative;
  overflow: hidden;
}

.how::before {
  background-image: url("../img/pregnants/bg02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1518.82px;
  height: 94.92625rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.how__inner {
  padding-inline: 24.5px;
  padding-inline: 1.53125rem;
}

.how__title {
  width: 329px;
  width: 20.5625rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  position: relative;
}

@media (min-width: 430px) and (max-width: 699.98px) {
  .how__title {
    margin-inline: auto;
    position: relative;
    left: -20px;
    left: -1.25rem;
  }
}

.how__title-round01 {
  position: absolute;
  width: 89.7px;
  width: 5.60625rem;
  height: 92.64px;
  height: 5.790625rem;
  left: 173px;
  left: 10.8125rem;
  top: -41px;
  top: -2.5625rem;
  background: linear-gradient(
    180deg,
    #d5a6c2 0%,
    rgba(213, 166, 194, 0.32) 53.98%,
    rgba(213, 166, 194, 0.7) 100%
  );
  mix-blend-mode: overlay;
  opacity: 0.88;
  filter: blur(0.58346px);
  transform: rotate(-21.56deg);
  z-index: 1;
  border-radius: 50%;
}

.how__title-round02 {
  position: absolute;
  width: 43.93px;
  width: 2.745625rem;
  height: 45.37px;
  height: 2.836875rem;
  left: 24.43px;
  left: 1.5275rem;
  top: 4px;
  top: 0.25rem;
  background: linear-gradient(
    180deg,
    #d5a6c2 0%,
    rgba(213, 166, 194, 0.32) 53.98%,
    rgba(213, 166, 194, 0.7) 100%
  );
  mix-blend-mode: overlay;
  opacity: 0.88;
  filter: blur(0.58346px);
  transform: rotate(-21.56deg);
  z-index: 1;
  border-radius: 50%;
}

.how__list {
  margin-top: 4.17px;
  margin-top: 0.260625rem;
  width: 341.29px;
  width: 21.328125rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17.22px 16.67px;
  gap: 1.07625rem 1.041875rem;
}

.how__item-image {
  box-shadow: 0px 0px 21px rgba(226, 213, 218, 0.4);
}

.how__text {
  margin-top: 24.96px;
  margin-top: 1.560625rem;
  width: 219.33px;
  width: 13.708125rem;
  margin-inline: auto;
}

.how__image {
  margin-top: 5.68px;
  margin-top: 0.355rem;
  width: 364.52px;
  width: 22.7825rem;
  margin-inline: auto;
}

/* 保険の対象外 */
.coverage {
  position: relative;
  padding: 26.03px 0 42.32px;
  padding: 1.626875rem 0 2.645625rem;
}

.coverage::before {
  background-image: url("../img/pregnants/bg03.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 465.82px;
  height: 29.114375rem;
  box-shadow: 0px 0px 10.8px #e2d5da;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 430px) and (max-width: 699.98px) {
  .coverage::before {
    height: 100%;
  }
}

.coverage__inner {
  padding-inline: 24.5px;
  padding-inline: 1.53125rem;
}

.coverage__title {
  width: 159.44px;
  width: 9.965625rem;
  margin-inline: auto;
  position: relative;
  left: -5px;
  left: -0.3125rem;
}

.coverage__list {
  margin-top: 14.89px;
  margin-top: 0.930625rem;
  width: 363.91px;
  width: 22.744375rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16.87px 15.65px;
  gap: 1.054375rem 0.978125rem;
}

@media (min-width: 700px) {
  .coverage__list {
    width: 20.5rem;
  }
}

.coverage__bg-top {
  position: absolute;
  top: 0;
  left: 0;
}

.coverage__bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 備えていた人とそうでない人ではこんなに違う */
.difference {
  background-color: #fff;
  overflow: visible;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}

.difference__title {
  width: 388px;
  width: 24.25rem;
  margin-left: auto;
  margin-top: -85px;
  margin-top: -5.3125rem;
}

@media (min-width: 430px) and (max-width: 699.98px) {
  .difference__title {
    margin-inline: auto;
    position: relative;
  }
}

@media (min-width: 700px) {
  .difference__title {
    width: 370px;
    width: 23.125rem;
  }
}

.difference__image {
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 368.92px;
  width: 23.0575rem;
  margin-inline: auto;
}

.cta01 {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

/* 選べる3つの保険料プラン */
.plan {
  position: relative;
  padding: 50px 0 39.5px;
  padding: 3.125rem 0 2.46875rem;
}

.plan::before {
  background-image: url("../img/pregnants/bg05.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1069.07px;
  height: 66.818125rem;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.plan__title {
  width: 420px;
  width: 26.25rem;
  margin-top: -99px;
  margin-top: -6.1875rem;
  position: relative;
  right: -54px;
  right: -3.375rem;
}

@media (min-width: 430px) and (max-width: 699.98px) {
  .plan__title {
    position: relative;
    right: 0;
    margin-left: auto;
  }
}

.plan__text {
  margin-top: 3.28px;
  margin-top: 0.205rem;
  width: 315px;
  width: 19.6875rem;
  margin-inline: auto;
}

.plan__list {
  margin-top: 10.18px;
  margin-top: 0.82375rem;
}

.plan__item {
  position: relative;
}

.plan__item-image01 {
  width: 404px;
  width: 25.25rem;
  margin-inline: auto;
}

.plan__item-image02 {
  margin-top: -2px;
  margin-top: -0.125rem;
  width: 363px;
  width: 22.6875rem;
  margin-inline: auto;
}

@media (min-width: 462px) and (max-width: 699.98px) {
  .plan__item--02 {
    width: 363px;
    width: 27.6875rem;
    margin-inline: auto;
  }
}

.plan__item-image03 {
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 402px;
  width: 25.125rem;
  margin-inline: auto;
}

.plan__item-icon {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: -15px;
  left: -0.9375rem;
  width: 89px;
  width: 5.5625rem;
}

/* 補償が始まるまでの3STEP */
.step {
  position: relative;
  padding: 41.45px 0 30.28px;
  padding: 2.590625rem 0 1.8925rem;
}

.step::before {
  background-image: url("../img/pregnants/bg06.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.step__inner {
  padding-inline: 17.64px;
  padding-inline: 1.1025rem;
}

.step__title {
  width: 363px;
  width: 22.6875rem;
  margin-inline: auto;
}

.step__image01 {
  margin-top: -28px;
  margin-top: -1.75rem;
  width: 214.44px;
  width: 13.4025rem;
  margin-inline: auto;
}

.step__list {
  margin-top: 3.45px;
  margin-top: 0.215625rem;
  width: 364.48px;
  width: 22.780625rem;
}

@media (min-width: 430px) and (max-width: 699.98px) {
  .step__list {
    margin-inline: auto;
    position: relative;
    left: -10px;
    left: -0.625rem;
  }
}

@media (min-width: 700px) {
  .step__list {
    width: 21rem;
  }
}

.step__item-image02 {
  margin-top: -7px;
  margin-top: -0.4375rem;
}

.step__item-image03 {
  margin-top: -9px;
  margin-top: -0.5625rem;
}

.cta02 {
  margin-top: 25.8px;
  margin-top: 1.6125rem;
}

.step__link {
  margin-top: -11.95px;
  margin-top: -0.746875rem;
  display: block;
  width: 367px;
  width: 22.9375rem;
  margin-inline: auto;
}

@media (min-width: 700px) {
  .step__link {
    width: 21.5rem;
  }
}

/* 重要 */
.importance {
  padding: 34.25px 0 29px;
  padding: 2.140625rem 0 1.8125rem;
  background-color: #ff761b;
}

.importance__inner {
  padding-inline: 24.5px;
  padding-inline: 1.53125rem;
}

.importance__label {
  width: 364.52px;
  width: 22.7825rem;
  margin-inline: auto;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
  font-size: 32.88px;
  font-size: 2.055rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.2em;
  background-color: #fff;
  color: #ff761b;
  border-radius: 4px;
  border-radius: 0.25rem;
}

.importance__title {
  margin-top: 29.87px;
  margin-top: 1.866875rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
}

.importance__table-wrapper {
  margin-top: 10.91px;
  margin-top: 0.681875rem;
  width: 329.01px;
  width: 20.563125rem;
  margin-inline: auto;
}

.importance__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  border-radius: 0.3125rem;
  overflow: hidden;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
}

.importance__thead {
  background-color: #fff;
}

.importance__tr {
  display: flex;
  align-items: center;
  align-items: initial;
}

.importance__tbody .importance__tr:not(:last-child) {
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
}

.importance__tbody .importance__tr {
  margin-inline: 5px;
  margin-inline: 0.3125rem;
}

.importance__tbody .importance__tr:first-child {
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-top: 0;
}

.importance__tbody .importance__tr:last-child {
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  margin-bottom: 0;
}

.importance__th {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #ff761b;
  padding: 9.09px 5px 10.91px;
  padding: 0.568125rem 0.3125rem 0.681875rem;
  margin: 2px 0;
  margin: 0.125rem 0;
}

.importance__th:first-child {
  width: 181px;
  width: 11.3125rem;
}

.importance__th:last-child {
  width: 141px;
  width: 8.8125rem;
  border-left: 2px solid #ff8a3d;
  border-left: 0.125rem solid #ff8a3d;
}

.importance__tbody {
  background: rgba(255, 255, 255, 0.15);
  mix-blend-mode: screen;
  border-radius: 0 0 5px 5px;
  border-radius: 0 0 0.3125rem 0.3125rem;
}

.importance__td {
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.06em;
    color: #fff;
    padding: 10.5px 5px 13.5px;
    padding: 0.65625rem 0.3125rem 0.84375rem;
    text-align: left;
    display: flex;
    align-items: center;
}

.importance__td:first-child {
  width: 178px;
  width: 11.125rem;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  display: flex;
  align-items: center;
}

.importance__td:last-child {
  width: 141px;
  width: 8.8125rem;
  font-size: 12px;
  font-size: 0.6rem;
}

.importance__note {
  margin-top: 14.15px;
  margin-top: 0.884375rem;
  width: 328.27px;
  width: 20.516875rem;
  margin-inline: auto;
}

.importance__note-title {
  display: flex;
  align-items: center;
  column-gap: 5.33px;
  column-gap: 0.333125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
  color: #fff;
}

.importance__note-icon {
  display: inline-block;
  width: 14.94px;
  width: 0.93375rem;
  height: 14.94px;
  height: 0.93375rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  background-color: #fff;
}

.importance__note-list {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.importance__note-item {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  margin-left: 7px;
  margin-left: 0.4375rem;
}

.importance__note-item + .importance__note-item {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.importance__note-item .bold {
  font-weight: 700;
}

.importance__note-item .ml {
  margin-left: 18px;
  margin-left: 1.125rem;
}

.importance__note-item .ml2 {
  margin-left: 29px;
  margin-left: 1.8125rem;
}

/* よくあるご質問 */
.pregnants-faq {
  padding: 35.33px 0 46.94px;
  padding: 2.208125rem 0 2.93375rem;
  position: relative;
}

.pregnants-faq::before {
  background-image: url("../img/pregnants/bg07.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pregnants-faq__inner {
  padding-inline: 24.5px;
  padding-inline: 1.53125rem;
}

.pregnants-faq__title {
  font-size: 30.33px;
  font-size: 1.895625rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.14em;
  color: #451300;
  text-align: center;
}

.pregnants-faq__list {
  margin-top: 26.7px;
  margin-top: 1.66875rem;
}

.pregnants-faq__item {
}

.pregnants-faq__item + .pregnants-faq__item {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.pregnants-faq__card {
  border: 3px solid #fff;
  border: 0.1875rem solid #fff;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 21px rgba(226, 213, 218, 0.4);
  box-shadow: 0rem 0rem 1.3125rem rgba(226, 213, 218, 0.4);
  border-radius: 16px;
  border-radius: 1rem;
  padding: 11.12px 18.61px 18.88px 21.82px;
  padding: 0.695rem 1.163125rem 1.18rem 1.36375rem;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  column-gap: 0.625rem;
}

.pregnants-faq__icon-wrapper {
  width: 23px;
  width: 1.4375rem;
}

.pregnants-faq__content {
  flex: 1;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.pregnants-faq__question {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.09em;
  color: #451300;
}

.pregnants-faq__answer {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 1px;
  margin-left: 0.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #451300;
}

/* safariのみ適用 */
.safari a img {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

.safari a:hover img {
  opacity: 0.7;
}

/* 固定ボタン */
.kotei-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

@media (min-width: 700px) {
  .kotei-btn {
    display: none;
  }
}

.kotei-btn.is-active {
  opacity: 1;
  visibility: visible;
}

/* ページ初期表示時のフェードイン効果 */
.bz-page {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.bz-page.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* フッターのフェードイン効果（このページでのみ適用） */
.footer {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.footer.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.importance__table-wrapper_txt{
font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #fff;
    margin-left: 7px;
    margin-left: 0.4375rem;
    color: #fff;
    margin-bottom: 1rem;
}

.annotation {
  font-size: 10px;
  text-align: center;
  position: relative;
  left: -1rem; /* ボタンと同じだけ左にずらす */
  margin-top: -0.5rem;
}
