/* カスタマイズ用CSS */

.freepage {
  color: #000;
}

.ec-layoutRole {
  overflow-x: hidden;
}

.page-head {
  margin-top: -125px;
  text-align: center;
}

.page-head img {
  width: 350px;
  margin: 0 auto;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 50px;
  padding: 2px 0 0;
  border: solid 2px #000;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
  transition: all .3s ease;
}

.button:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.button::after {
  content: '';
  width: 8px;
  height: 16px;
  display: block;
  background-image: url(../img/common/triangle_right_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.button:hover::after {
  background-image: url(../img/common/triangle_right_white.svg);
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .page-head {
    margin-top: -80px;
  }
}

@media screen and (max-width: 767px) {
  .page-head {
    margin-top: -98px;
  }

  .page-head img {
    width: 78.2vw;
  }

  .button {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNaviRole__item .fa-search {
    padding-top: 4px;
    padding-left: 4px;
    margin-right: 0;
  }

  .ec-headerNaviRole .ec-headerNaviRole__right>.ec-headerNaviRole__item {
    padding-right: 20px;
  }

  .ec-headerNaviRole__right .ec-headerNav__item {
    padding-right: 24px;
    margin-right: 0;
  }

  .ec-headerRole {
    top: 47%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 831px) {
  .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNaviRole__item .fa-search {
    margin-right: 0;
  }

  .ec-headerNaviRole .ec-headerNaviRole__right>.ec-headerNaviRole__item,
  .ec-headerNaviRole__right .ec-headerNav__item {
    margin-right: 0;
    padding-right: 40px;
  }
}

/* 母子手帳ケース */
.case-intro {
  margin-top: 40px;
  padding: 0 32px;
}

.case-intro__main,
.case-intro__sub {
  position: relative;
}

.case-intro__sub {
  margin-top: -38px;
}

.case-intro__img {
  padding: 0;
  margin: 0;
}

.case-intro__img--sub {
  display: block;
  text-align: right;
  padding-right: 60px;
}

.case-intro__img--main img {
  width: 745px;
}

.case-intro__img--sub img {
  width: 524px;
}

.case-intro__detail {
  position: absolute;
  z-index: 1;
}

.case-intro__detail--main {
  top: 16px;
  right: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.case-intro__detail--sub {
  top: 108px;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.case-intro__title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.case-intro__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DDA8B5;
  height: 50px;
}

.case-intro__title--main {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.case-intro__title--main span {
  width: 240px;
}

.case-intro__title--main span+span {
  width: 546px;
  margin-top: 25px;
}

.case-intro__title--sub span {
  width: 610px;
}

.case-intro__text {
  font-size: 16px;
  line-height: 2.18;
}

.case-intro__text--main {
  max-width: 344px;
  margin-top: 34px;
}

.case-intro__text--sub {
  max-width: 392px;
  margin-top: 30px;
  margin-left: -60px;
}

.case-intro__catch {
  display: none;
}

@media screen and (max-width: 1230px) {
  .case-intro {
    padding: 0 20px;
  }

  .case-intro__img--main img {
    width: 60%;
  }

  .case-intro__sub {
    margin-top: -18px;
  }

  .case-intro__img--sub img {
    width: 46.4%;
  }

  .case-intro__img--sub {
    padding-right: 4%;
  }

  .case-intro__detail--main {
    top: 10px;
  }

  .case-intro__detail--sub {
    top: 60px;
  }

  .case-intro__title {
    font-size: 20px;
  }

  .case-intro__title span {
    height: 42px;
  }

  .case-intro__title--main span {
    width: 180px;
  }

  .case-intro__title--main span+span {
    width: 420px;
    margin-top: 12px;
  }

  .case-intro__title--sub span {
    width: 440px;
  }

  .case-intro__text {
    font-size: 13px;
    line-height: 1.85;
  }

  .case-intro__text--main {
    max-width: 38%;
    margin-top: 14px;
  }

  .case-intro__detail--sub {
    align-items: flex-start;
  }

  .case-intro__text--sub {
    max-width: 402px;
    margin-top: 10px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 950px) {
  .case-intro__text--sub {
    max-width: 44%;
  }
}

@media screen and (max-width: 767px) {
  .case-intro {
    margin: 32px calc(50% - 50vw) 0;
    padding: 0;
    width: 100vw;
  }

  .case-intro__title {
    display: none;
  }

  .case-intro__detail {
    position: relative;
  }

  .case-intro__sub {
    margin-top: 64px;
  }

  .case-intro__detail--main {
    top: 0;
    right: 0;
    display: block;
  }

  .case-intro__detail--sub {
    top: 0;
    left: 0;
    display: block;
  }

  .case-intro__img--main img {
    width: 100%;
  }

  .case-intro__img--sub img {
    width: 87.6vw;
  }

  .case-intro__img--sub {
    padding-right: 0;
  }

  .case-intro__text {
    font-size: 14px;
    line-height: 1.85;
    padding: 0 5%;
  }

  .case-intro__text--main {
    margin-top: 26px;
    max-width: initial;
  }

  .case-intro__text--sub {
    margin-top: 20px;
    margin-left: 0;
    max-width: initial;
  }

  .case-intro__catch {
    font-size: 22px;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DDA8B5;
    height: 40px;
    position: absolute;
  }

  .case-intro__catch--main {
    top: 20px;
    right: 0;
    width: 185px;
  }

  .case-intro__catch--inner01,
  .case-intro__catch--inner02 {
    position: relative;
  }

  .case-intro__catch--inner01 {
    width: 245px;
    margin: -30px 0 0 auto;
  }

  .case-intro__catch--inner02 {
    width: 208px;
    margin: 7px 0 0 5%;
  }

  .case-intro__catch--sub {
    top: 20px;
    left: 0;
    width: 234px;
  }
}

.case-point {
  margin: 190px 0 0;
}

.case-point__titlearea {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #F1D7D8;
  padding: 18px 0;
}

.case-point__title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-align: center;
}

.case-point__title--main {
  display: inline-block;
  font-size: 24px;
  position: relative;
}

.case-point__title--main::after {
  content: '';
  width: 120px;
  height: 86px;
  display: block;
  background-image: url(../img/common/point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -116px;
}

.case-point__title--sub {
  display: block;
  font-size: 14px;
  margin-top: 14px;
}

.case-point__cardarea {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 74px;
}

.case-point__card {
  flex-basis: 488px;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 20px;
}

.case-point__card--second {
  margin: 0 0 0 80px;
}

.case-point__card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 362px;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  border-radius: 18px;
  margin: -25px auto 0;
  position: relative;
}

.case-point__card-title::before,
.case-point__card-title::after {
  content: '';
  height: 1px;
  background-color: #707070;
  display: block;
  position: absolute;
  top: 48%;
  z-index: 1;
}

.case-point__card-title::before {
  left: 0;
}

.case-point__card-title::after {
  right: 0;
}

.case-point__card--first .case-point__card-title::before,
.case-point__card--first .case-point__card-title::after {
  width: 26px;
}

.case-point__card--second .case-point__card-title::before,
.case-point__card--second .case-point__card-title::after {
  width: 46px;
}

.case-point__card-title span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.case-point__card-title span::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(217, 141, 144, .39);
  border-radius: 18px;
}

.case-point__card-list {
  list-style: none;
  padding: 22px 36px 30px;
  margin: 0;
}

.case-point__card-list li {
  font-size: 16px;
  display: flex;
  align-items: baseline;
}

.case-point__card-list li::before {
  content: '';
  width: 19px;
  height: 19px;
  display: inline-block;
  background-image: url(../img/case/ico_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 18px;
  flex-shrink: 0;
  position: relative;
  top: 4px;
}

.case-point__card-list li+li {
  margin-top: 28px;
}

.case-point__notearea {
  margin-top: 20px;
  text-align: center;
}

.case-point__note {
  margin: 0;
  font-weight: 400;
  line-height: 1;
}

.case-point__note-main {
  display: inline-block;
  font-size: 20px;
  position: relative;
}

.case-point__note-main::after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  margin-top: 6px;
  background-color: #F3D9DA;
}

.case-point__note-sub {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.case-point__list {
  margin: 110px 0 0;
  display: flex;
  justify-content: space-between;
}

.case-point__first,
.case-point__item {
  flex-basis: 370px;
  flex-shrink: 0;
}

.case-point__other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 45px;
}

.case-point__item:nth-child(n+3) {
  margin-top: 104px;
}

.case-point__subtitle {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding-left: 34px;
  position: relative;
}

.case-point__subtitle span {
  display: block;
  text-align: center;
  background-color: #F1D7D8;
  padding: 10px;
}

.case-point__subtitle::before {
  content: '';
  width: 90px;
  height: 73px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.case-point__subtitle--01::before {
  background-image: url(../img/case/point01.svg);
}

.case-point__subtitle--02::before {
  background-image: url(../img/case/point02.svg);
}

.case-point__subtitle--03::before {
  background-image: url(../img/case/point03.svg);
}

.case-point__subtitle--04::before {
  background-image: url(../img/case/point04.svg);
}

.case-point__first-intro {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 15px;
  padding-left: 14px;
}

.case-point__first-card {
  border: solid 1px #707070;
  border-radius: 20px;
  padding: 15px 12px 12px 20px;
  margin: 15px auto 0;
  width: 94%;
  position: relative;
}

.case-point__first-card::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(217, 141, 144, .4);
  border-radius: 20px;
  position: absolute;
  top: 6px;
  left: 6px;
}

.case-point__first-card-item {
  font-size: 16px;
  line-height: 1.87;
}

.case-point__first-card-item .mini {
  font-size: 12px;
  line-height: 2.5;
}

.case-point__first-img {
  text-align: center;
  margin: 20px 0 0;
}

.case-point__first-img img {
  width: 320px;
}

.case-point__row {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.case-point__col {
  flex-basis: 170px;
}

.case-point__minititle {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  padding: 10px;
  background-color: #F1D7D8;
}

.case-point__detail {
  font-size: 14px;
  line-height: 1.57;
  margin: 5px 0 0;
}

.case-point__mini-img {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  height: 196px;
}

.case-point__mini-img img {
  max-width: 100%;
  max-height: 100%;
}

.case-point__mini-img--0202 {
  display: flex;
  align-items: flex-end;
  padding-bottom: 18px;
}

.case-point__mini-img--0301,
.case-point__mini-img--0302 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-point__mini-img--0301 img {
  width: 111px;
}

.case-point__mini-img--0302 img {
  width: 135px;
}

.case-point__mini-img--0401 img {
  width: 46px;
}

.case-point__mini-img--0402 img {
  width: 70px;
}

@media screen and (max-width: 1230px) {
  .case-point__card {
    flex-basis: 100%;
  }

  .case-point__card--second {
    margin: 0 0 0 30px;
  }

  .case-point__card-title {
    width: 300px;
  }

  .case-point__card-list li {
    font-size: 15px;
  }

  .case-point__card-list li+li {
    margin-top: 20px;
  }

  .case-point__first,
  .case-point__other {
    flex-basis: 46%;
  }

  .case-point__other {
    margin-left: 0;
    flex-direction: column;
  }

  .case-point__item {
    flex-basis: auto;
  }

  .case-point__item:nth-child(n+2) {
    margin-top: 80px;
  }

  .case-point__row {
    justify-content: center;
    margin-top: 15px;
  }

  .case-point__col {
    flex-basis: 50%;
  }

  .case-point__col+.case-point__col {
    margin-left: 30px;
  }

  .case-point__first-card-item {
    font-size: 14px;
    line-height: 1.85;
  }

  .case-point__first-card-item .mini {
    line-height: 2.16;
  }

  .case-point__first-img img {
    width: 86.4%;
  }
}

@media screen and (max-width: 767px) {
  .case-point {
    margin: 90px 0 0;
  }

  .case-point__titlearea {
    padding: 14px 5% 30px;
  }

  .case-point__title {
    text-align: left;
  }

  .case-point__title--main {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .case-point__title--main::after {
    width: 89px;
    height: 64px;
    right: 0;
    position: relative;
  }

  .case-point__title--sub {
    margin-top: 16px;
    line-height: 1.85;
  }

  .case-point__cardarea {
    display: block;
    margin-top: 52px;
    padding: 0 2.3%;
  }

  .case-point__card-title {
    width: 260px;
    height: 36px;
    font-size: 16px;
    margin: -19px auto 0;
  }

  .case-point__card-title::before,
  .case-point__card-title::after {
    top: 48.8%;
  }

  .case-point__card--first .case-point__card-title::before,
  .case-point__card--first .case-point__card-title::after {
    width: 19px;
  }

  .case-point__card--second .case-point__card-title::before,
  .case-point__card--second .case-point__card-title::after {
    width: 33px;
  }

  .case-point__card--second {
    margin: 46px 0 0;
  }

  .case-point__card-list {
    padding: 12px 20px 22px;
  }

  .case-point__card-list li {
    font-size: 14px;
  }

  .case-point__card-list li::before {
    width: 13px;
    height: 13px;
    margin-right: 14px;
    top: 2px;
  }

  .case-point__notearea {
    margin-top: 22px;
  }

  .case-point__note-main {
    font-size: 16px;
  }

  .case-point__note-main::after {
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
  }

  .case-point__list {
    margin: 80px 0 0;
    display: block;
  }

  .case-point__item,
  .case-point__item:nth-child(n+2) {
    margin-top: 130px;
  }

  .case-point__first-intro {
    padding-left: 2.5%;
  }

  .case-point__mini-img--0202 {
    align-items: center;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 374px) {
  .case-point__title--main {
    font-size: 20px;
  }

  .case-point__card-title {
    width: 240px;
    font-size: 15px;
  }

  .case-point__minititle {
    font-size: 15px;
  }

  .case-point__col+.case-point__col {
    margin-left: 20px;
  }
}

.case-ranking {
  margin-top: 90px;
  padding-bottom: 60px;
  border-bottom: dotted 6px #E3CC4C;
}

.case-ranking__title {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
}

.case-ranking__title::before {
  content: '';
  width: 100%;
  border-bottom: dotted 6px #E3CC4C;
  position: absolute;
  bottom: 16px;
  left: 0;
}

.case-ranking__title img {
  position: relative;
}

.case-ranking__content {
  margin: 64px 0 0;
}

.case-ranking__list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 -22px;
}

.case-ranking__list li {
  flex-basis: calc((100%/3) - 44px);
  margin: 0 22px;
}

.case-ranking__list a {
  color: #000;
  transition: opacity .3s ease;
}

.case-ranking__list a:hover {
  text-decoration: none;
  opacity: .6;
}

.case-ranking__list figure {
  margin: 0;
  padding: 0;
}

.case-ranking__head {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.case-ranking__detail {
  display: flex;
  align-items: center;
}

.case-ranking__img img {
  width: 100%;
}

.case-ranking__type {
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
}

.case-ranking__function {
  font-size: 14px;
  margin-left: 8px;
}

@media screen and (max-width: 1230px) {
  .case-ranking__list {
    margin: 0 -15px;
  }

  .case-ranking__list li {
    flex-basis: calc((100%/3) - 30px);
    margin: 0 15px;
  }

  .case-ranking__detail {
    display: block;
  }

  .case-ranking__function {
    font-size: 12px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .case-ranking {
    margin-top: 110px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .case-ranking__title {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .case-ranking__title::before {
    content: none;
  }

  .case-ranking__title img {
    width: 260px;
  }

  .case-ranking__content {
    margin: 30px 0 0;
  }

  .case-ranking__list {
    display: block;
    margin: 0;
  }

  .case-ranking__list li {
    margin: 0;
  }

  .case-ranking__list li+li {
    margin-top: 80px;
  }

  .case-ranking__detail {
    display: flex;
    align-items: center;
  }

  .case-ranking__type {
    font-size: 15px;
  }

  .case-ranking__function {
    font-size: 13px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 374px) {
  .case-ranking__num img {
    width: 24px;
  }

  .case-ranking__type {
    font-size: 13px;
  }

  .case-ranking__function {
    font-size: 11px;
  }
}

.case-btn {
  margin-top: 80px;
}

.case-btn a {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .case-btn {
    margin: 80px calc(50% - 50vw) 0;
    width: 100vw;
    padding: 0 5% 40px;
    border-bottom: dashed 1px #707070;
  }
}

/* マタニティインナー */
.maternity-intro {
  margin: 70px 0 0;
}

.maternity-intro__content {
  width: 880px;
  margin: 0 auto;
  position: relative;
}

.maternity-intro__img {
  margin: 0;
  padding: 0;
}

.maternity-intro__img img {
  width: 100%;
}

.maternity-intro__catch {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: .2em;
  display: inline-block;
  padding: 54px 34px;
  background-color: rgba(255, 255, 255, .75);
  position: absolute;
  left: 0;
  top: 190px;
}

.maternity-intro__link {
  position: absolute;
  left: 60px;
  bottom: 90px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.maternity-intro__link a {
  font-size: 16px;
  color: #000;
  background-color: rgba(255, 255, 255, .75);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  height: 60px;
  padding-left: 20px;
  position: relative;
}

.maternity-intro__link a::after {
  content: '';
  width: 10px;
  height: 20px;
  display: block;
  background-image: url(../img/common/triangle_right_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.maternity-intro__link a:hover {
  text-decoration: none;
}

.maternity-intro__link li+li {
  margin-top: 10px;
}

.maternity-intro__text {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin-top: 36px;
}

@media screen and (max-width: 1230px) {
  .maternity-intro__content {
    width: 80%;
  }
}

@media screen and (max-width: 1100px) {
  .maternity-intro__content {
    width: 100%;
  }

  .maternity-intro__catch {
    top: 140px;
  }

  .maternity-intro__link {
    bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .maternity-intro {
    margin: 32px 0 0;
  }

  .maternity-intro__content {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .maternity-intro__catch {
    top: 105px;
    left: 2.5%;
    font-size: 18px;
    padding: 40px 16px;
    text-align: center;
  }

  .maternity-intro__link {
    bottom: 15px;
    left: 2.5%;
  }

  .maternity-intro__link a {
    font-size: 16px;
    width: 182px;
    height: 44px;
    padding-left: 2.5%;
  }

  .maternity-intro__link a::after {
    width: 8px;
    height: 16px;
    right: 10px;
  }

  .maternity-intro__text {
    font-size: 14px;
    line-height: 1.85;
    margin-top: 20px;
  }
}

@media screen and (max-width: 374px) {
  .maternity-intro__catch {
    top: 40px;
  }

  .maternity-intro__text {
    font-size: 12px;
  }
}

.maternity-question {
  margin-top: 76px;
}

.maternity-question__row {
  display: flex;
}

.maternity-question__col {
  flex-basis: 100%;
  display: flex;
}

.maternity-question__title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 20px;
  margin: 0;
  background-color: #E7D3D5;
  position: relative;
}

.maternity-question__title::after {
  content: '';
  display: block;
  height: 4px;
  background-color: #000;
  margin-top: 4px;
}

.maternity-question__col:nth-child(1) .maternity-question__title::after {
  width: 134px;
}

.maternity-question__col:nth-child(2) .maternity-question__title::after {
  width: 94px;
}

.maternity-question__img {
  flex-basis: 156px;
  flex-shrink: 0;
  margin: 0 0 0 20px;
  padding: 0;
}

.maternity-question__img img {
  width: 100%;
}

.maternity-question__item {
  margin-top: 34px;
}

.maternity-question__col:nth-child(1) .maternity-question__item {
  max-width: 334px;
}

.maternity-question__col:nth-child(2) .maternity-question__item {
  max-width: 380px;
}

.maternity-question__item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
  white-space: nowrap;
}

.maternity-question__item p {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 26px;
}

.maternity-question__item p span {
  background: linear-gradient(transparent 80%, #E7D3D5 0%);
  display: inline;
  padding-bottom: 5px;
}

.maternity-question__item-img {
  display: none;
}

@media screen and (max-width: 1230px) {
  .maternity-question__row {
    justify-content: space-between;
  }

  .maternity-question__col {
    display: block;
    flex-basis: 48%;
  }

  .maternity-question__img {
    display: none;
  }

  .maternity-question__item {
    display: flex;
  }

  .maternity-question__item-img {
    display: block;
    margin: 0;
    padding: 0;
    flex-basis: 124px;
    flex-shrink: 0;
    margin-left: 12px;
  }

  .maternity-question__item-img img {
    width: 100%;
  }

  .maternity-question__col:nth-child(1) .maternity-question__item,
  .maternity-question__col:nth-child(2) .maternity-question__item {
    max-width: initial;
  }

  .maternity-question__item h3 {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .maternity-question {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
  }

  .maternity-question__row {
    display: block;
  }

  .maternity-question__col {
    position: relative;
  }

  .maternity-question__col:nth-child(2) {
    margin-top: 56px;
    padding-top: 68px;
  }

  .maternity-question__item {
    padding: 0 5%;
  }

  .maternity-question__col:nth-child(2) .maternity-question__item {
    flex-direction: row-reverse;
  }

  .maternity-question__item-img {
    flex-basis: 142px;
  }

  .maternity-question__item h3 {
    font-size: 17px;
  }

  .maternity-question__col:nth-child(2) .maternity-question__item-img {
    margin-left: -2.5%;
    margin-right: 8px;
  }

  .maternity-question__col:nth-child(1) .maternity-question__item p {
    margin-top: 40px;
  }

  .maternity-question__col:nth-child(1) .maternity-question__item h3 {
    padding-top: 20px;
    padding-left: 10px;
  }

  .maternity-question__col:nth-child(2) .maternity-question__item p {
    margin-top: 18px;
  }

  .maternity-question__col:nth-child(2) .maternity-question__item h3 {
    text-align: right;
  }

  .maternity-question__col:nth-child(2) .maternity-question__title {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 374px) {
  .maternity-question__title {
    font-size: 16px;
  }

  .maternity-question__item-img {
    flex-basis: 122px;
  }

  .maternity-question__item h3 {
    font-size: 14px;
  }

  .maternity-question__col:nth-child(1) .maternity-question__item h3 {
    padding-top: 0;
  }

  .maternity-question__col:nth-child(1) .maternity-question__item p {
    margin-top: 18px;
  }
}

.maternity-point {
  margin-top: 56px;
}

.maternity-point__content {
  display: flex;
  align-items: flex-end;
}

.maternity-point figure {
  margin: 0;
  padding: 0;
}

.maternity-point__img {
  flex-basis: 600px;
  flex-shrink: 0;
}

.maternity-point__img img {
  width: 100%;
}

.maternity-point__detail {
  margin-left: 58px;
  padding-bottom: 38px;
}

.maternity-point__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  margin: 20px 0 0;
}

.maternity-point__text {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 18px;
}

.maternity-point__btn {
  margin-top: 64px;
}

@media screen and (max-width: 1230px) {
  .maternity-point__content {
    align-items: center;
  }

  .maternity-point__img {
    flex-basis: 50%;
  }

  .maternity-point__detail {
    margin-left: 30px;
    padding-bottom: 0;
  }

  .maternity-point__btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .maternity-point {
    margin-top: 66px;
  }

  .maternity-point__content {
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .maternity-point__img {
    flex-basis: 60%;
  }

  .maternity-point__detail {
    margin-left: 14px;
    padding-bottom: 0;
    padding-right: 2.5%;
  }

  .maternity-point__icon {
    text-align: center;
  }

  .maternity-point__icon img {
    width: 88px;
  }

  .maternity-point__text {
    text-align: center;
    margin-top: 10px;
  }

  .maternity-point__btn {
    margin-top: 16px;
  }

  .maternity-point__btn a {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .maternity-point__title {
    font-size: 14px;
  }

  .maternity-point__icon img {
    width: 68px;
  }

  .maternity-point__text {
    font-size: 12px;
  }
}

.maternity-bra-img {
  margin-top: 140px;
}

.maternity-bra-img img {
  width: 1072px;
}

@media screen and (max-width: 1100px) {
  .maternity-bra-img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .maternity-bra-img {
    margin: 110px calc(50% - 50vw) 0;
    padding-right: 5%;
  }
}

.maternity-table {
  width: 944px;
  margin: 0 auto;
  table-layout: fixed;
}

.maternity-table--bra {
  margin: 80px auto 0;
}

.maternity-table--shorts {
  margin: 56px auto 0;
}

.maternity-table figure {
  margin: 0;
  padding: 0;
}

.maternity-table__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.maternity-table th,
.maternity-table td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  border: solid 1px #A37242;
}

.maternity-table--bra th,
.maternity-table--bra td {
  border: solid 1px #A37242;
}

.maternity-table--shorts th,
.maternity-table--shorts td {
  border: solid 1px #6A8887;
}

.maternity-table th {
  background-color: #EDE1D3;
  width: 280px;
}

.maternity-table--bra th {
  background-color: #EDE1D3;
}

.maternity-table--shorts th {
  background-color: #D5E9E8;
}

.maternity-table thead td p {
  font-weight: 700;
}

.maternity-table--bra thead td p {
  margin: 5px 0 0;
}

.maternity-table thead img {
  width: 152px;
  max-width: 100%;
}

.maternity-table--bra thead img {
  width: 152px;
}

.maternity-table--bra thead td:nth-of-type(2) p {
  margin: 13px 0 0;
}

.maternity-table--shorts thead td:nth-of-type(1) img {
  width: 326px;
  margin-top: -12px;
}

.maternity-table--shorts thead td:nth-of-type(2) img {
  width: 160px;
  margin-top: -20px;
}

.maternity-table--shorts thead td:nth-of-type(2) p {
  margin-top: -10px;
}

.maternity-table thead th,
.maternity-table thead td {
  height: 140px;
}

.maternity-table tbody th,
.maternity-table tbody td {
  height: 80px;
}

.maternity-table__circle--ontext {
  margin-bottom: 6px;
}

.maternity-table__hold {
  margin-top: 6px;
  max-width: 100%;
}

.maternity-table__subtext {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 28px;
  border-radius: 14px;
  background-color: #BA9E78;
  margin: 6px auto 0;
}

@media screen and (max-width: 1000px) {
  .maternity-table {
    width: 100%;
  }

  .maternity-table th {
    width: 200px;
  }

  .maternity-table--shorts thead td:nth-of-type(1) img {
    margin-top: -8px;
  }

  .maternity-table--shorts thead td:nth-of-type(2) img {
    margin-top: -16px;
  }

  .maternity-table--shorts thead td:nth-of-type(2) p {
    margin-top: -8px;
  }
}

@media screen and (max-width: 767px) {

  .maternity-table--bra,
  .maternity-table--shorts {
    margin: 30px 0 0;
  }

  .maternity-table thead img {
    width: 84px;
  }

  .maternity-table th,
  .maternity-table td {
    font-size: 13px;
  }

  .maternity-table thead th,
  .maternity-table thead td {
    height: 160px;
  }

  .maternity-table tbody th,
  .maternity-table tbody td {
    height: 70px;
  }

  .maternity-table th {
    width: 94px;
  }

  .maternity-table__hold {
    width: 77px;
  }

  .maternity-table--bra thead td:nth-of-type(2) p {
    margin: 5px 0 0;
  }

  .maternity-table__circle {
    width: 12px;
  }

  .maternity-table__line {
    width: 10px;
  }

  .maternity-table__subtext {
    width: 77px;
    height: 19px;
  }

  .maternity-table--shorts thead td:nth-of-type(1) img {
    width: 175px;
    margin-top: -14px;
  }

  .maternity-table--shorts thead td:nth-of-type(1) p {
    margin-top: 6px;
  }

  .maternity-table--shorts thead td:nth-of-type(2) img {
    width: 84px;
    margin-top: -16px;
    margin-left: 5%;
  }

  .maternity-table--shorts thead td:nth-of-type(2) p {
    margin-top: 2px;
  }
}

@media screen and (max-width: 374px) {

  .maternity-table th,
  .maternity-table td {
    font-size: 11px;
  }
}

.maternity-bra-type {
  margin-top: 76px;
}

.maternity-shorts-type {
  margin-top: 60px;
}

.maternity-type {
  display: flex;
}

.maternity-type--shorts {
  justify-content: center;
}

.maternity-type img {
  max-width: 100%;
}

.maternity-type__head {
  margin: 0;
  padding: 0;
  text-align: center;
}

.maternity-type__head img {
  height: 264px;
  image-rendering: -webkit-optimize-contrast;
}

.maternity-type--shorts .maternity-type__head img {
  height: 255px;
}

.maternity-type__img {
  margin: 0 0 8px;
  padding: 0;
  text-align: center;
}

.maternity-type__col {
  flex-basis: 100%;
  padding: 0 16px 40px;
}

.maternity-type__col+.maternity-type__col {
  border-left: dashed 1px #707070;
}

.maternity-type__col:nth-child(1) {
  padding-left: 0;
}

.maternity-type__col:nth-child(3) {
  padding-right: 0;
}

.maternity-type--shorts .maternity-type__col {
  flex-basis: 414px;
  padding: 0 22px 40px;
}

.maternity-type__cont {
  margin-top: 60px;
}

.maternity-type__multiple {
  display: flex;
  justify-content: space-between;
}

.maternity-type__item {
  flex-basis: 100%;
}

.maternity-type__item+.maternity-type__item {
  margin-left: 30px;
}

.maternity-type__item h2 {
  font-size: 15px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 34px;
  margin: 0 auto;
  background-color: #E7D3D5;
}

.maternity-type--shorts .maternity-type__item h2 {
  background-color: #C5BED0;
}

.maternity-type__multiple .maternity-type__item h2 {
  width: 100%;
}

.maternity-type__item p {
  font-size: 14px;
  line-height: 1.57;
  margin: 10px 0 0;
}

.maternity-type__clump--shorts03 .maternity-type__item p {
  text-align: center;
}

.maternity-type__item h2.maternity-type__blocktitle {
  flex-direction: column;
  height: 50px;
}

.maternity-type__blocktitle-mini {
  font-size: 12px;
  margin-top: 4px;
}

.maternity-type__clump+.maternity-type__clump {
  margin-top: 60px;
}

.maternity-type__img--item01 img {
  max-width: 380px;
}

.maternity-type__img--item02 img {
  max-width: 170px;
}

.maternity-type__img--item03 img {
  max-width: 330px;
}

.maternity-type__img--item04 img {
  max-width: 360px;
}

.maternity-type__img--item05 img {
  max-width: 370px;
}

.maternity-type__img--item06 img {
  max-width: 357px;
}

.maternity-type__img--item07 img {
  max-width: 320px;
}

.maternity-type__img--item08 img {
  max-width: 302px;
}

.maternity-type__img--item09 img {
  max-width: 365px;
}

.maternity-type__img--item10 img {
  max-width: 370px;
}

.maternity-type__img--item11 img {
  max-width: 380px;
}

.maternity-type__img--shorts01 img {
  max-width: 362px;
}

.maternity-type__img--shorts02 img {
  max-width: 346px;
}

.maternity-type__img--shorts03 img {
  max-width: 350px;
}

.maternity-type__img--shorts04 img {
  max-width: 126px;
}

.maternity-type__btn {
  margin-top: 50px;
}

.maternity-type__btn a {
  margin: 0 auto;
}

.maternity-type__btn a+a {
  margin: 20px auto 0;
}

.maternity-type__clump.maternity-type__clump--item06 {
  margin-top: -13px;
}

.maternity-type__clump.maternity-type__clump--item07 {
  margin-top: 40px;
}

.maternity-type__clump.maternity-type__clump--item08 {
  margin-top: 75px;
}

.maternity-type__clump.maternity-type__clump--item09 {
  margin-top: 64px;
}

.maternity-type__clump.maternity-type__clump--item10 {
  margin-top: 59px;
}

.maternity-type__clump.maternity-type__clump--item11 {
  padding-top: 28px;
}

.maternity-type__clump.maternity-type__clump--shorts04 {
  margin: -25px auto 0;
  max-width: 170px;
}

.maternity-type__clump.maternity-type__clump--shorts01-sp {
  display: none;
}

.maternity-type__more {
  display: none;
}

@media screen and (max-width: 1230px) {
  .maternity-type {
    flex-direction: column;
    align-items: center;
  }

  .maternity-type__col,
  .maternity-type__col:nth-child(1),
  .maternity-type__col:nth-child(3) {
    width: 390px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    border-bottom: dashed 1px #707070;
  }

  .maternity-type__col+.maternity-type__col {
    border-left: 0;
    padding-top: 100px;
  }

  .maternity-type__head img,
  .maternity-type--shorts .maternity-type__head img {
    height: auto;
    margin: 0 auto;
  }

  .maternity-type__clump.maternity-type__clump--item07,
  .maternity-type__clump.maternity-type__clump--item08,
  .maternity-type__clump.maternity-type__clump--item09,
  .maternity-type__clump.maternity-type__clump--item10 {
    margin-top: 60px;
  }

  .maternity-type__clump.maternity-type__clump--item06 {
    margin-top: 0;
  }

  .maternity-type__clump.maternity-type__clump--item11 {
    padding-top: 0;
  }

  .maternity-type__clump.maternity-type__clump--shorts04 {
    margin: 0 auto;
  }

  .maternity-bra-type__title,
  .maternity-shorts-type__title {
    display: block;
    text-align: center;
  }

  .maternity-bra-type__title {
    margin-bottom: 40px;
  }

  .maternity-shorts-type__title {
    margin-bottom: 56px;
  }

  .maternity-bra-type__title img,
  .maternity-shorts-type__title img {
    width: 390px;
  }

  .maternity-type__more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    width: 168px;
    height: 50px;
    background-color: #fff;
    border: solid 2px #000;
    border-radius: 10px;
    padding: 2px 0 0;
    margin: 40px auto 0;
    position: relative;
  }

  .maternity-type__more::after {
    content: '';
    display: block;
    background-image: url(../img/maternity_inner/plus_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .maternity-type__more.is_active::after {
    background-image: url(../img/maternity_inner/minus_black.svg);
    width: 12px;
    height: 2px;
  }

  .maternity-type__cont {
    display: none;
  }

  .maternity-bra-type,
  .maternity-shorts-type {
    margin-top: 80px;
  }

  .maternity-type__head img.pc {
    display: none;
  }

  .maternity-type__head img.sp {
    display: block;
  }

  .maternity-type__clump.maternity-type__clump--shorts01-sp {
    display: block;
    margin: 60px 0 -10px;
  }

  .maternity-type__clump.maternity-type__clump--shorts01-pc {
    display: none;
  }

  .maternity-type--bra .maternity-type__col:nth-child(2) .maternity-type__head img {
    max-width: 360px;
  }
}

@media screen and (max-width: 767px) {

  .maternity-bra-type__title img,
  .maternity-shorts-type__title img {
    width: 100%;
  }

  .maternity-type {
    display: block;
  }

  .maternity-type__cont {
    margin-top: 40px;
  }

  .maternity-type__col,
  .maternity-type__col:nth-child(1),
  .maternity-type__col:nth-child(3),
  .maternity-type--shorts .maternity-type__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .maternity-type__img--item01 img,
  .maternity-type__img--item03 img,
  .maternity-type__img--item04 img,
  .maternity-type__img--item05 img,
  .maternity-type__img--item06 img,
  .maternity-type__img--item07 img,
  .maternity-type__img--item08 img,
  .maternity-type__img--item09 img,
  .maternity-type__img--item10 img,
  .maternity-type__img--item11 img,
  .maternity-type__img--shorts01 img,
  .maternity-type__img--shorts02 img,
  .maternity-type__img--shorts03 img {
    max-width: 100%;
  }

  .maternity-type__img--shorts04 img {
    max-width: 140px;
  }

  .maternity-type__btn {
    margin-top: 35px;
    padding: 0 2.5%;
  }

  .maternity-type__btn a {
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (max-width: 374px) {
  .maternity-type__item h2 {
    font-size: 14px;
  }

  .maternity-type__blocktitle-mini {
    font-size: 11px;
  }

  .maternity-type__btn a {
    font-size: 13px;
  }

  .maternity-type__btn a::after {
    right: 16px;
  }

  .maternity-type--bra .maternity-type__col:nth-child(2) .maternity-type__head img {
    max-width: 100%;
  }
}

.maternity-shorts-head {
  margin-top: 158px;
}

.maternity-shorts-head__img {
  margin: 0;
  padding: 0;
}

.maternity-shorts-head__img img {
  width: 1152px;
  max-width: 100%;
}

.maternity-shorts-head__content {
  text-align: center;
}

.maternity-shorts-head__title {
  font-size: 18px;
  font-weight: 700;
  margin: 50px auto 0;
  padding: 20px 28px;
  display: inline-block;
  background-color: #C5BED0;
}

.maternity-shorts-head__title::after {
  content: '';
  display: block;
  width: 172px;
  height: 4px;
  background-color: #000;
  margin-top: 6px;
}

.maternity-shorts-head__subtitle {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 0;
  padding: 0;
}

.maternity-shorts-head__detail {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.maternity-shorts-head__detail p {
  font-size: 14px;
  line-height: 1.85;
  text-align: left;
  margin: 0;
}

.maternity-shorts-head__detail span {
  background: linear-gradient(transparent 80%, #CEC9D8 0%);
  display: inline;
  padding-bottom: 5px;
}

@media screen and (max-width: 1230px) {
  .maternity-shorts-head__img img {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .maternity-shorts-head {
    margin-top: 100px;
  }

  .maternity-shorts-head__img {
    width: 100vw;
    padding-left: 2.5%;
    margin: 0 calc(50% - 50vw);
  }
}

/* 商品詳細 */
.ec-productRole .ec-productRole__tags {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 0;
}

.ec-productRole .ec-productRole__tags li {
  margin-right: 10px;
  margin-bottom: 6px;
  line-height: 2;
  color: #000;
  border-radius: 15px;
  border: 1px solid #CCCCCC;
  padding: 2px 12px;
  font-size: 1.2rem;
  background-color: #fff;
}


/* マタニティ快適アイテム */

#maternity_item .sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  #maternity_item .pc_only {
    display: none;
  }

  #maternity_item .sp_only {
    display: block;
  }
}


#maternity_item .heading {
  text-align: center;
}

#maternity_item p.bold {
  font-weight: bold;
}

#maternity_item .under_line {
  border-bottom: 5px solid #000;
  padding: 0 10px 10px;
}

#maternity_item .bg_clr {
  background-color: #D3D5E4;
}

#maternity_item .flex {
  display: flex;
}

#maternity_item .copy_area {
  background-color: #D3D5E4;
  padding: 15px;
  display: inline-block;
}

#maternity_item .copy_area p {
  text-align: center;
}

#maternity_item .copy_area .text {
  font-weight: bold;
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 2px;
}

#maternity_item .copy_area .img_text {
  text-align: center;
  margin: 0 auto 2em;
}

#maternity_item .copy_area .img_text img {
  height: 100%;
}

#maternity_item .copy_area .text::after {
  content: "";
  width: 75%;
  height: 7px;
  display: block;
  margin: 10px auto;
  background-color: #000;
}

@media screen and (max-width: 767px) {

  #maternity_item .copy_area .img_text {
    margin: 0 auto 0.5em;
  }

}



#maternity_item .sec01 {
  padding: 6em 0 1em;
}

#maternity_item .sec01 .inner {
  margin-right: calc(50% - 50vw);
  position: relative;
}

#maternity_item .sec01 .inner>.flex {
  justify-content: space-between;
}

#maternity_item .sec01 .text_area {
  position: absolute;
  left: 24em;
  top: 13em;
}


#maternity_item .sec01 .text_area p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 2;
}

#maternity_item .sec01 .text_area p+p {
  margin-top: 2em;
}

#maternity_item .sec01 .copy_area {
  margin-top: 8em;
  height: 305px;
  padding: 35px 30px 0;
}

#maternity_item .sec01 .copy_area .img_text {
  height: 88px;
}


@media screen and (max-width: 1200px) {


  #maternity_item .sec01 .copy_area {
    width: auto;
    height: auto;
    position: absolute;
  }

  #maternity_item .copy_area .img_text img {
    width: 18vw;
  }

  #maternity_item .copy_area .text {
    font-size: 1.9vw;
  }

  #maternity_item .copy_area .text::after {
    height: 4px;
  }

  #maternity_item .sec01 .copy_area+.img {
    width: 85%;
    margin-left: auto;
  }

  #maternity_item .sec01 .copy_area+.img img {
    width: 100%;
  }

  #maternity_item .sec01 .text_area {
    top: 15em;
    left: 25vw;
  }

  #maternity_item .sec01 .text_area p {
    font-size: 1.8vw;
  }

  #maternity_item .sec01 .copy_area .img_text {
    height: auto;
  }

  #maternity_item .copy_area .img_text img {
    width: auto;
    height: 50px;
  }


}

@media screen and (max-width: 767px) {

  #maternity_item .sec01 {
    padding: 2em 0;
  }

  #maternity_item .sec01 .inner>.flex {
    position: relative;
  }

  #maternity_item .sec01 .copy_area {
    margin: 0 auto;
    max-width: 190px;
    width: 50%;
    padding: 15px 5px 5px;
    position: absolute;
    top: 50%;
    right: 13em;
    transform: translateY(-50%);
  }

  #maternity_item .sec01 .text_area {
    position: static;
  }

  #maternity_item .copy_area .text {
    font-size: 1.6rem;
  }

  #maternity_item .sec01 .copy_area+.img {
    width: 300px;
    height: 450px;
  }

  #maternity_item .sec01 .copy_area .img_text {
    height: 55px;
  }

  #maternity_item .sec01 .copy_area+.img img {
    height: 100%;
    object-fit: cover;
  }

  #maternity_item .sec01 .text_area p {
    font-size: 1.4rem;
  }


}





#maternity_item .sec02 {
  padding: 13em 0;
}

#maternity_item .sec02 .flex {
  justify-content: space-between;
}

#maternity_item .sec02 .copy_area {
  width: 234px;
  height: 221px;
  position: absolute;
  top: -2em;
  right: -10em;
  z-index: 1;
  padding: 25px 15px 10px;
}

#maternity_item .sec02 .copy_area .text {
  font-size: 2.2rem;
}

#maternity_item .sec02 .copy_area .img_text img {
  width: 80%;
}

#maternity_item .sec02 .img_area {
  position: relative;
}

#maternity_item .sec02 .img_area .bubble {
  position: absolute;
  bottom: 5em;
  right: -13em;
}

#maternity_item .sec02 .text_area {
  text-align: center;
}

#maternity_item .sec02 .text_area .text {
  font-size: 1.8rem;
  line-height: 1.6;
}

#maternity_item .sec02 .text_area .text:first-child {
  text-align: left;
  margin-left: 7em;
  margin-bottom: 6em;
  line-height: 1.8;
}

#maternity_item .sec02 .text_area .bold {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 3px;
  display: inline-block;
  margin: 1em auto;
}

#maternity_item .sec02 .text_area .img {
  margin-bottom: 2em;
}

#maternity_item .sec02 .copy_area .img_text {
  height: 75px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 1200px) {

  #maternity_item .sec02 .img_area>.img {
    width: 85%;
  }

  #maternity_item .sec02 .img_area>.img img {
    width: 100%;
  }

  #maternity_item .sec02 .copy_area {
    width: auto;
    height: auto;
    right: -7vw;
  }

  #maternity_item .sec02 .copy_area .text {
    font-size: 1.9vw;
  }

  #maternity_item .sec02 .copy_area .img_text {
    height: auto;
  }

  #maternity_item .sec02 .copy_area .img_text img {
    width: auto;
    height: 50px;
  }

  #maternity_item .sec02 .text_area .text:first-child {
    font-size: 1.5vw;
    margin-bottom: 8vw;
  }

  #maternity_item .sec02 .text_area .img img {
    width: 100%;
  }

  #maternity_item .sec02 .text_area .text {
    font-size: 1.6vw;
  }

  #maternity_item .sec02 .text_area .bold {
    font-size: 2.2vw;
  }

  #maternity_item .sec02 .img_area .bubble {
    right: -12vw;
    bottom: 14vw;
  }

  #maternity_item .sec02 .img_area .bubble img {
    width: 30vw;
  }

}

@media screen and (max-width: 767px) {

  #maternity_item .sec02 {
    padding: 2em 0 4em;
  }

  #maternity_item .sec02 .flex {
    display: block;
  }

  #maternity_item .sec02 .img_area>.img {
    width: auto;
    height: 400px;
    margin-left: calc(50% - 50vw);
  }

  #maternity_item .sec02 .img_area>.img img {
    height: 100%;
    object-fit: contain;
    object-position: left;
  }

  #maternity_item .sec02 .copy_area .img_text img {
    width: 120px;
  }

  #maternity_item .sec02 .copy_area {
    min-width: 160px;
    width: auto;
    height: auto;
    right: auto;
    top: 4em;
    left: 14em;
    padding: 15px 5px 5px;
  }

  #maternity_item .sec02 .copy_area .text {
    font-size: 1.6rem;
  }

  #maternity_item .sec02 .img_area .bubble img {
    width: 13em;
  }

  #maternity_item .sec02 .img_area .bubble {
    left: 12em;
    bottom: 0;
    transform: rotate(15deg);
  }

  #maternity_item .sec02 .text_area .text:first-child {
    font-size: 1.4rem;
    margin: 1em auto;
  }

  #maternity_item .sec02 .text_area .text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
  }

  #maternity_item .sec02 .text_area .bold {
    font-size: 2rem;
    border-bottom: none;
    margin-bottom: 0;
  }

  #maternity_item .sec02 .copy_area .img_text {
    height: auto;
    padding: 0;
  }
}





#maternity_item .sec03 {
  background-color: rgba(211, 213, 228, 0.6);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

#maternity_item .sec03 .bg_clr {
  width: 730px;
  margin: 0 auto;
  padding: 20px 70px;
}

#maternity_item .sec03 .bg_clr .flex {
  justify-content: space-between;
  margin-top: 20px;
}

#maternity_item .sec03 .title_area {
  text-align: center;
}

#maternity_item .sec03 .title_area .title {
  font-size: 1.6rem;
  display: inline-block;
  letter-spacing: 2px;
  border-bottom: 4px solid #000;
  padding: 0 0 5px;
}

#maternity_item .sec03 .bg_clr .item {
  position: relative;
  width: calc(100% / 2 - 25px)
}

#maternity_item .sec03 .bg_clr .item .img_text {
  position: absolute;
  top: -2em;
  right: 5em;
  width: 73px;
}

#maternity_item .sec03 .bg_clr .item .img_text img {
  width: 100%;
}

#maternity_item .sec03 .bg_clr .item .item_title {
  text-align: center;
  margin: 1.5em auto 0.5em;
}

#maternity_item .sec03 .bg_clr .item .item_title span {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

#maternity_item .sec03 .bg_clr .item .img {
  text-align: center;
}

#maternity_item .sec03 .bg_clr .item .text {
  font-size: 1.4rem;
}

#maternity_item .sec03 .bg_clr .item+.item .text {
  margin-top: 24px;
}



@media screen and (max-width: 767px) {

  #maternity_item .sec03 {
    margin: 0 auto;
  }

  #maternity_item .sec03 .bg_clr {
    width: 100%;
    padding: 20px 15px 30px
  }

  #maternity_item .sec03 .bg_clr .item .img img {
    width: 100%;
  }

  #maternity_item .sec03 .bg_clr .item {
    position: relative;
    width: calc(100% / 2 - 8px);
  }

  #maternity_item .sec03 .bg_clr .item .img_text {
    right: 2em;
  }

  #maternity_item .sec03 .bg_clr .flex {
    margin-top: 45px;
  }


}


#maternity_item .sec04 {
  padding-top: 85px;
}

#maternity_item .sec04 .table {
  width: 730px;
  margin: 0 auto;
}

#maternity_item .sec04 .table table,
#maternity_item .sec04 .table table td,
#maternity_item .sec04 .table table th {
  margin: 0 auto;
  border: 1px solid #A5B458;
  text-align: center;
  font-size: 1.6rem;
}

#maternity_item .sec04 .table table th {
  background-color: #F5F8E1;
  font-weight: normal;
  width: 280px;
  height: 80px;
  text-align: center;
}

#maternity_item .sec04 .table table tr:first-child td {
  padding: 1em 0;
}

#maternity_item .sec04 .table table tr:first-child td:last-child .img {
  margin-top: -10px;
}

#maternity_item .sec04 .table table tr:first-child td:last-child .text_img {
  margin-top: 2px;
}

#maternity_item .sec04 .table table td {
  width: 220px;
  height: 80px;
  line-height: 1;
}

#maternity_item .sec04 .table table td .text_img {
  margin: 10px 0;
}

#maternity_item .sec04 .table table td.dots {
  font-size: 3.5rem;
}

#maternity_item .sec04 .table table td.dots span {
  font-size: 1.6rem;
}

#maternity_item .sec04 .table table th img {
  display: block;
  width: 130px;
  margin: 0 auto;
}

#maternity_item .sec04 .table table th span {
  display: block;
  background-color: #A5B458;
  border-radius: 14px;
  font-size: 1.4rem;
  width: 112px;
  margin: 0 auto;
  padding: 4px 0;
}

#maternity_item .sec04 .table table td span {
  display: block;
  margin: 0 auto;
}


#maternity_item .sec04 .explanation {
  margin: 80px auto 0;
  width: 800px;
}

#maternity_item .sec04 .explanation .sec_title {
  text-align: center;
}

#maternity_item .sec04 .explanation>.flex {
  justify-content: center;
}

#maternity_item .sec04 .explanation .en {
  display: inline-block;
  margin: 0 auto;
  padding: 14px 39px;
}

#maternity_item .sec04 .explanation .product {
  width: calc(100% / 2);
  margin-top: 30px;
}

#maternity_item .sec04 .explanation .product:first-child {
  margin-right: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-right: 1px dashed #707070;
}

#maternity_item .sec04 .explanation .product .head .flex {
  align-items: flex-end;
}

#maternity_item .sec04 .explanation .product .head .img {
  width: 80px;
}

#maternity_item .sec04 .explanation .product .head .img img {
  width: 100%;
}

#maternity_item .sec04 .explanation .product .head .title_area {
  text-align: center;
  border-radius: 50%;
  width: 222px;
  height: 222px;
  margin-bottom: 10px;
  margin-top: 50px;
}

#maternity_item .sec04 .explanation .product .head .title_area .title {
  font-size: 2rem;
  font-weight: bold;
}

#maternity_item .sec04 .explanation .product .head .title_area .title::after {
  content: "";
  width: 160px;
  height: 5px;
  background-color: #9096B8;
  display: block;
  margin: 5px auto 10px;
}

#maternity_item .sec04 .explanation .product .head .title_area .small {
  font-size: 1.4rem;
}

#maternity_item .sec04 .explanation .product .head .title_area .text_img {
  width: 120px;
  margin: -3em auto 0;
}

#maternity_item .sec04 .explanation .product:last-child .head .title_area {
  margin-bottom: 20px;
}

#maternity_item .sec04 .explanation .product:last-child .head .title_area .text_img {
  margin: -2.5em auto 10px;
}

#maternity_item .sec04 .explanation .product .point_area .point {
  position: relative;
  margin-top: 50px;
}

#maternity_item .sec04 .explanation .product .point_area .point.point01 {
  margin-top: 95px;
}

#maternity_item .sec04 .explanation .product .point_area .point .flex {
  justify-content: space-between;
  position: relative;
}

#maternity_item .sec04 .explanation .product .point_area .point .flex .item {
  width: calc(100% / 2 - 15px);
  position: relative;
}

#maternity_item .sec04 .explanation .product .point_area .point .item .item_title {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  padding: 6px 0;
  margin-top: 1em;
}

#maternity_item .sec04 .explanation .product .point_area .point.point02 .item .item_title,
#maternity_item .sec04 .explanation .product .point_area .point.point03 .item .item_title,
#maternity_item .sec04 .explanation .product .point_area .point.point05 .item .item_title {
  width: 170px;
  margin: 0 auto;
}

#maternity_item .sec04 .explanation .product .point_area .point.point04 .item .item_title {
  margin: 0 auto;
}

#maternity_item .sec04 .explanation .product .point_area .point .item .item_title span {
  display: block;
  font-weight: normal;
}

#maternity_item .sec04 .explanation .product .point_area .point .bold {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#maternity_item .sec04 .explanation .product .point_area .point .item .img {
  text-align: center;
}

#maternity_item .sec04 .explanation .product .point_area .point .item .img img {
  width: 100%;
}

#maternity_item .sec04 .explanation .product .point_area .point .item .img_text {
  position: absolute;
  top: -1em;
  right: 2.5em;
  width: 73px;
}

#maternity_item .sec04 .explanation .product .point_area .point .item .img_text img {
  width: 100%;
}

#maternity_item .sec04 .explanation .product .point_area .point .item .text {
  padding: 0.5em;
  margin-top: 5px;
}

#maternity_item .sec04 .explanation .product .point_area .point.point02 .item .img {
  width: 247px;
  margin: 0 auto;
}

#maternity_item .sec04 .explanation .product .point_area .point.point02 .item .item_title {
  margin: 7px auto 0;
}

#maternity_item .sec04 .explanation .product .point_area .point.point03 .item .img {
  width: 275px;
  margin: 0 auto;
}

#maternity_item .sec04 .explanation .product .point_area .point.point04 .item:last-child {
  padding-top: 15px;
}

#maternity_item .sec04 .explanation .product .point_area .point.point04 .item:last-child .item_title {
  margin: 1.3em auto 0;
}

#maternity_item .sec04 .explanation .product .point_area .point.point05 {
  margin-top: 73px;
}

#maternity_item .sec04 .explanation .product .point_area .point.point05 .item .img {
  width: 200px;
  margin: 0 auto;
}

#maternity_item .sec04 .explanation .product .point_area .point.point05 .item .text {
  width: 350px;
  margin: 5px auto 0;
}

#maternity_item .sec04 .explanation .product .point_area .point.point06 {
  margin-top: 65px;
}

#maternity_item .sec04 .explanation .product .point_area .point.point06 .item .img {
  width: 170px;
  margin: 0 auto;
}

#maternity_item .sec04 .explanation .product .point_area .point.point06 .item:last-child .img {
  width: 145px;
}

#maternity_item .sec04 .explanation .product .point_area .point.point06 .item:last-child {
  padding-top: 49px;
}

#maternity_item .sec04 .explanation .product .point_area .point.point06 .item:last-child .img {
  position: relative;
}

#maternity_item .sec04 .explanation .product .point_area .point.point06 .item:last-child .img p {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 1.1rem
}

#maternity_item .sec04 .explanation .product .link {
  margin: 50px auto 0;
}

#maternity_item .sec04 .explanation .product .maternity-type__more {
  display: none;
}

@media screen and (max-width: 1200px) {

  #maternity_item .sec04 .explanation {
    width: 100%;
  }

  #maternity_item .sec04 .explanation .product .link a {
    width: 100%;
  }

  #maternity_item .sec04 .explanation .product {
    width: calc(100% / 2 - 10px);
  }

}

@media screen and (max-width: 767px) {

  #maternity_item .sec04 {
    padding: 3em 0;
  }

  #maternity_item .sec04 .explanation .sec_title img {
    max-width: 292px;
    margin: 0 auto;
  }

  #maternity_item .sec04 .table table th img,
  #maternity_item .sec04 .table table td img {
    width: 100%;
  }

  #maternity_item .sec04 .table table th {
    width: 94px;
    height: 70px;
    line-height: 1.2;
    font-size: 1.3rem;
    padding: 4px;
  }

  #maternity_item .sec04 .table table th span {
    width: 100%;
    font-size: 1.3rem;
    padding: 0;
  }

  #maternity_item .sec04 .table table td {
    width: 140px;
    height: 70px;
    font-size: 1.3rem;
  }

  #maternity_item .sec04 .table table tr:first-child td:first-child {
    padding: 14px 0 0;
  }

  #maternity_item .sec04 .table table tr:first-child td:first-child div.img {
    margin-bottom: 8px;
  }

  #maternity_item .sec04 .table table tr:first-child td+td div.img {
    width: 100%;
    height: 245px;
  }

  #maternity_item .sec04 .table table tr:first-child td+td .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: -5px;
  }

  #maternity_item .sec04 .table table tr:first-child td:last-child .img {
    margin-top: 3px;
  }

  #maternity_item .sec04 .table table td .img.text_img {
    width: 40px;
    margin: 0 auto;
  }

  #maternity_item .sec04 .table table td .text.bold,
  #maternity_item .sec04 .table table td.dots span {
    font-size: 1.3rem;
  }

  #maternity_item .sec04 .table table td.dots {
    font-size: 3rem;
  }

  #maternity_item .sec04 .explanation>.flex {
    display: block;
  }

  #maternity_item .sec04 .explanation .product .head .flex {
    justify-content: center;
  }

  #maternity_item .sec04 .explanation .product {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
  }

  #maternity_item .sec04 .explanation .product:first-child {
    border-right: none;
    border-bottom: 1px dashed #707070;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }

  #maternity_item .sec04 .explanation .en {
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  #maternity_item .sec04 .explanation .product .head .title_area {
    margin-left: -5em;
  }

  #maternity_item .sec04 .product .point_area {
    display: none;
  }

  #maternity_item .sec04 .explanation .product .point_area .point.point01 {
    margin-top: 50px;
  }

  #maternity_item .sec04 .explanation .product .link {
    margin: 35px auto 0;
    padding: 0 10px;
  }

  #maternity_item .sec04 .explanation .product .maternity-type__more {
    display: block;
  }

  #maternity_item .sec04 .explanation .product .point_area .point .item .text {
    line-height: 1.6;
  }

  #maternity_item .sec04 .explanation .product .point_area .point .bold {
    top: 50%;
  }

}

#maternity_item .sec05 {
  margin: 50px auto 0;
  position: relative;
}

#maternity_item .sec05 .flex {
  justify-content: space-between;
}

#maternity_item .sec05 .copy_area {
  background-color: #ECDAD0;
  padding: 20px 10px 10px;
}

#maternity_item .sec05 .copy_area .img_text {
  margin: 0 auto 12px;
}

#maternity_item .sec05 .copy_area .text {
  font-size: 1.8rem;
}

#maternity_item .sec05 .left_box {
  width: calc(100% - 710px);
  text-align: center;
  position: relative;
  padding-top: 60px
}

#maternity_item .sec05 .text_area {
  border: 3px solid #707070;
  border-radius: 15px;
  padding: 45px 80px;
  z-index: 1;
  position: absolute;
  top: 27em;
  left: 0;
}

#maternity_item .sec05 .text_area .inner {
  position: relative
}

#maternity_item .sec05 .text_area p {
  width: 81%;
  font-size: 2rem;
  font-weight: bold;
  background-color: #FFF;
  display: block;
  text-align: center;
  padding: 0 1em;
  position: absolute;
  top: -3em;
  left: 50%;
  transform: translateX(-50%);
}

#maternity_item .sec05 .text_area ul {
  margin: 0;
  padding: 0;
  text-align: left
}

#maternity_item .sec05 .text_area ul li {
  list-style: none;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5em;
}

#maternity_item .sec05 .text_area ul li span {
  color: #DC2B70;
}

#maternity_item .sec05 .text_area ul li::before {
  content: url("../img/maternity_item/icon_list.svg");
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 1.5em;
}

#maternity_item .sec05 .right_box .img {
  width: 710px;
  position: relative;
}

#maternity_item .sec05 .right_box .img .copy {
  position: absolute;
  top: 5em;
  left: 50px;
  font-size: 2.2rem;
}

#maternity_item .sec05 .right_box .img .copy span {
  font-size: 3.6rem;
  display: block;
}

#maternity_item .sec05 .right_box .img img {
  width: 100%;
}

#maternity_item .sec05 .right_box .text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2em;
  margin: 30px auto;
  text-align: center;
}

#maternity_item .sec05 .right_box .text span {
  color: #DC2B70;
}

#maternity_item .sec05 .gallery .img_wrap .img.colomn01 {
  width: 520px;
  margin: 0 auto;
}

#maternity_item .sec05 .gallery .img_wrap .flex {
  position: relative;
  justify-content: center;
}

#maternity_item .sec05 .gallery .img_wrap .img {
  position: relative;
}

#maternity_item .sec05 .gallery .img_wrap .img img {
  width: 100%;
}

#maternity_item .sec05 .gallery .img_wrap .flex .img:first-child {
  width: 310px;
  margin-right: -20px;
  z-index: 1;
}

#maternity_item .sec05 .gallery .img_wrap .flex .img:nth-child(2) {
  width: 320px;
  margin-right: 25px;
  margin-top: 80px;
}

#maternity_item .sec05 .gallery .img_wrap .flex .img:nth-child(2) .bold {
  width: 150px;
}

#maternity_item .sec05 .gallery .img_wrap .bold {
  border-bottom: 3px solid #000;
  width: 238px;
  margin: 15px auto;
  padding: 0 0 5px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

#maternity_item .sec05 .gallery .img_wrap .flex .img:nth-child(3) {
  width: 287px;
  margin-top: 30px;
}

#maternity_item .sec05 .gallery .img_wrap .img.material {
  position: absolute;
  right: 0;
  width: 300px;
  bottom: -7em;
}

#maternity_item .sec05 .gallery .img_wrap .img .text_img {
  position: absolute;
  top: 0;
  right: -10em;
}

#maternity_item .sec05 .gallery .img_wrap .flex+.img {
  width: 520px;
  margin: 20px auto 0;
}

#maternity_item .sec05 .gallery .type_wrap {
  margin: 100px auto 0;
}

#maternity_item .sec05 .gallery .type_wrap .title {
  font-size: 2.4rem;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  width: 190px;
  margin: 0 auto;
}

#maternity_item .sec05 .gallery .type_wrap .flex {
  justify-content: center;
  margin-top: 30px;
}

#maternity_item .sec05 .gallery .type_wrap .flex .item {
  width: 250px;
}

#maternity_item .sec05 .gallery .type_wrap .flex .item:first-child {
  margin-right: 60px;
}

#maternity_item .sec05 .gallery .type_wrap .flex .item .img img {
  width: 100%;
}

#maternity_item .sec05 .gallery .type_wrap .flex .item .bold {
  font-size: 1.8rem;
  text-align: center;
  margin: 1em auto;
}

#maternity_item .sec05 .gallery .type_wrap .link {
  margin: 50px auto 0;
}

#maternity_item .sec05 .gallery .type_wrap .link a {
  margin: 0 auto;
}


@media screen and (max-width: 1200px) {

  #maternity_item .sec05 .left_box {
    width: 100%;
  }

  #maternity_item .sec05 .right_box .img {
    width: 100%;
  }

  #maternity_item .sec05 .right_box .img img {
    width: 100%;
  }

  #maternity_item .sec05 .right_box .text {
    font-size: 2.4vw;
  }

  #maternity_item .sec05 .copy_area .text {
    font-size: 1.6vw;
  }

  #maternity_item .sec05 .text_area p {
    width: 82%;
    font-size: 1.8vw;
  }

  #maternity_item .sec05 .text_area ul li {
    font-size: 1.6vw;
  }

  #maternity_item .sec05 .text_area {
    padding: 3vw 4vw;
  }

  #maternity_item .sec05 .gallery {
    margin: 3em auto 0;
  }

  #maternity_item .sec05 .gallery .img {
    text-align: center;
  }

  #maternity_item .sec05 .gallery .img_wrap .flex {
    width: 80%;
    margin: 0 auto;
  }

  #maternity_item .sec05 .gallery .img_wrap .img .text_img {
    right: -10vw;
  }

  #maternity_item .sec05 .gallery .img_wrap .img .text_img img,
  #maternity_item .sec05 .gallery .img_wrap .img.material img {
    width: 19vw;
  }

  #maternity_item .sec05 .gallery .img_wrap .img.material {
    width: auto;
    bottom: -4vw;
    right: -10vw;
  }

  #maternity_item .sec05 .gallery .img_wrap .img.material .bold {
    display: block;
    position: relative;
    z-index: 1;
  }

  #maternity_item .sec05 .gallery .img_wrap .bold {
    width: auto;
    font-size: 1.4vw;
    display: inline-block;
  }

}

@media screen and (max-width: 767px) {


  #maternity_item .sec05 .copy_area {
    position: absolute;
    top: 2em;
    right: -1em;
    z-index: 1;
    min-width: 175px;
    padding: 20px 0 10px;
  }

  #maternity_item .sec05 .copy {
    position: absolute;
    right: -1em;
    bottom: 0;
    z-index: 1;
  }

  #maternity_item .sec05 .text_area {
    position: static;
    margin: 3em auto;
    border: 1px solid #707070;
    padding: 30px 40px 15px;
    width: 370px;
  }

  #maternity_item .sec05 .text_area p {
    font-size: 1.6rem;
    top: -2em;
    width: 79%;
  }

  #maternity_item .sec05 .text_area ul li {
    font-size: 1.4rem;
    font-weight: normal;
  }

  #maternity_item .sec05 .material .flex {
    justify-content: center;
    margin-top: 8em;
  }

  #maternity_item .sec05 .material img {
    width: 100%;
  }

  #maternity_item .sec05 .material .text {
    width: 45%;
    max-width: 160px;
    margin-top: 1em;
    line-height: 1.6;
  }

  #maternity_item .sec05 .material .text span {
    color: #DC2B70;
  }

  #maternity_item .sec05 .material .text+.img {
    width: 55%;
    max-width: 190px;
    text-align: right;
    position: relative;
  }

  #maternity_item .sec05 .material .text_img {
    position: absolute;
    top: -6.5em;
    right: 0.5em;
  }

  #maternity_item .sec05 .material .text_img+img {
    max-width: 180px;
    margin-top: 1em;
  }

  #maternity_item .sec05 .gallery .img_wrap .bold {
    border-bottom: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 1.4rem;
  }

  #maternity_item .sec05 .gallery {
    margin: 6em auto 0;
  }

  #maternity_item .sec05 .gallery .img_wrap .flex {
    width: 100%;
  }

  #maternity_item .sec05 .gallery .img_wrap {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  #maternity_item .sec05 .gallery .img_wrap .img.material {
    position: static;
    margin-bottom: 35px;
  }

  #maternity_item .sec05 .gallery .img_wrap .flex .img:first-child {
    width: 50%;
    z-index: 1;
    margin-right: -20px;
  }

  #maternity_item .sec05 .gallery .img_wrap .flex .img:nth-child(2) {
    width: 55%;
    margin-right: 0;
    margin-top: 12em;
  }

  #maternity_item .sec05 .gallery .img_wrap .img.material img {
    width: 70%;
    max-width: 230px;
  }

  #maternity_item .sec05 .gallery .img_wrap .img.colomn01 {
    width: 100%;
  }

  #maternity_item .sec05 .gallery .type_wrap {
    margin: 60px auto 0;
  }

  #maternity_item .sec05 .gallery .type_wrap .title {
    font-size: 1.8rem;
  }

  #maternity_item .sec05 .gallery .type_wrap .flex .item:first-child {
    margin-right: 25px;
  }

  #maternity_item .sec05 .gallery .type_wrap .flex .item {
    width: 50%;
  }

  #maternity_item .sec05 .gallery .type_wrap .flex .item .bold {
    font-size: 1.5rem;
  }

  #maternity_item .sec05 .gallery .type_wrap .flex .item .text {
    font-size: 1.4rem;
    padding: 0 0.5em;
  }

  #maternity_item .sec05 .gallery .type_wrap .link {
    padding: 0 10px;
  }

  #maternity_item .sec05 .gallery .type_wrap .link .button::after {
    right: 11px;
  }

  #maternity_item .sec05 .copy_area .text {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  #maternity_item .sec05 .copy_area .text::after {
    margin: 5px auto;
  }
}



/* ショッピングガイド */
#shopping_guide {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
}

#shopping_guide .inner {
  padding: 0 15px;
}

#shopping_guide .page_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #525263;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 35px;
}

#shopping_guide ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

#shopping_guide ul li {
  line-height: 1.8;
}

#shopping_guide ul li::before {
  content: "・";
  display: inline-block;
}

#shopping_guide .text_area ul li::before {
  content: "・";
  display: inline-block;
}

#shopping_guide .nav ul li {
  line-height: 2.5;
}

#shopping_guide .nav ul li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("../img/shopping_guide/icon_nav.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 2px;
}

#shopping_guide .nav ul li a {
  color: #000;
  font-size: 1.4rem;
}

#shopping_guide section .sec_ttl,
#shopping_guide section p {
  font-size: 1.4rem;
  line-height: 1.8;
}

#shopping_guide section .sec_ttl {
  font-weight: bold;
  margin: 0;
}

#shopping_guide section .flex {
  display: flex;
  justify-content: space-between;
}

#shopping_guide section .list.colomn4 ul li::before,
#shopping_guide section .list.colomn5 ul li::before {
  content: none;
}

#shopping_guide section .list.colomn4 ul li {
  width: calc(100% / 4 - 10px);
}

#shopping_guide section .list.colomn4 ul li .img {
  min-height: 158px;
}

#shopping_guide section .list.colomn5 ul li {
  width: calc(100% / 5 - 10px);
}

#shopping_guide section .list.colomn5 ul li .img {
  min-height: 130px;
}

#shopping_guide section .list ul {
  list-style: none;
  padding: 0;
}

#shopping_guide section .list ul li {
  text-align: center;
}

#shopping_guide section .list ul li .text {
  margin-top: 10px;
}

#shopping_guide section .list ul li .img {
  border: 5px solid #E5E5E5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shopping_guide section .list ul li .img img {
  max-width: 100%;
}

#shopping_guide section .list.colomn5 ul li .text {
  text-align: left;
}

#shopping_guide section .link {
  margin-top: 50px;
}

#shopping_guide section .step .img {
  max-width: 700px;
  width: 100%;
}

#shopping_guide section .step .img img {
  width: 100%;
}

#shopping_guide section .img+.img {
  margin-top: 20px;
}

#shopping_guide section .img+.text_area {
  margin-top: 10px;
}

#shopping_guide section .text_area:not(:last-child) {
  margin-bottom: 30px;
}


#shopping_guide section#about {
  padding-top: 70px;
}

#shopping_guide section#about .point {
  margin-top: 35px;
}

#shopping_guide section#about .benefits {
  margin-top: 50px;
}


#shopping_guide section#order {
  padding-top: 100px;
}

#shopping_guide section#order .step {
  margin-bottom: 80px;
}

#shopping_guide section#order .step01 {
  margin-top: 30px;
}

#shopping_guide section#cancel a,
#shopping_guide section#service .text_area .text a,
#shopping_guide section#order .step .text a {
  color: #000;
  border-bottom: 1px solid #000;
  display: inline;
}

#shopping_guide section#cancel {
  padding-top: 20px;
}

#shopping_guide section#point {
  padding-top: 100px;
}

#shopping_guide section#payment {
  padding-top: 80px;
}

#shopping_guide section#payment .card .img {
  width: 336px;
}

#shopping_guide section#payment .card .img img {
  width: 100%;
}

#shopping_guide section#payment .card .text_area {
  margin-bottom: 30px;
}

#shopping_guide section#payment .cash {
  margin-top: 30px;
}

#shopping_guide section#delivery {
  padding-top: 100px;
}

#shopping_guide section#delivery .img {
  max-width: 700px;
  width: 100%;
}

#shopping_guide section#delivery .img img {
  width: 100%;
}

#shopping_guide section#delivery .link {
  margin-top: 0;
}

#shopping_guide section#delivery .link a {
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-block;
}

#shopping_guide section#gift {
  padding-top: 100px;
}

#shopping_guide section#return {
  padding-top: 100px;
}

#shopping_guide section#service {
  padding-top: 100px;
}

#shopping_guide section#service .merit {
  margin: 35px 0;
}

#shopping_guide section#service .link {
  margin-top: 20px;
}

#shopping_guide section#service .text_area:first-of-type {
  margin-bottom: 0;
}
#shopping_guide section .coupon_code .img {
  max-width: 700px;
  width: 100%;
}

#shopping_guide section .coupon_code .img img {
  width: 100%;
}



@media screen and (max-width: 767px) {

  #shopping_guide {
    width: 100%;
    padding: 0 10px;
  }

  #shopping_guide .inner {
    padding: 0;
  }

  #shopping_guide section .flex {
    flex-wrap: wrap;
  }

  #shopping_guide .page_ttl {
    font-size: 1.6rem;
    padding-top: 10px;
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px solid #CCCCCC;
  }

  #shopping_guide section .list.colomn4 ul li,
  #shopping_guide section .list.colomn5 ul li {
    width: calc(100% / 2 - 15px);
    margin-bottom: 20px;
  }

  #shopping_guide section .list ul li .text {
    text-align: left;
    line-height: 1.4;
    margin-top: 5px;
  }

  #shopping_guide section#about .point>.text {
    margin-bottom: 10px;
  }

  #shopping_guide section#about .benefits {
    margin-top: 30px;
  }

  #shopping_guide section .link {
    margin-top: 30px;
  }

}

@media screen and (max-width: 414px) {

  #shopping_guide section .list.colomn4 ul li .img {
    min-height: auto;
    height: 113px;
  }

  #shopping_guide section .list.colomn4 ul li:first-child .img img {
    width: 104px;
  }

  #shopping_guide section .list.colomn4 ul li:nth-child(2) .img img {
    width: 92px;
  }

  #shopping_guide section .list.colomn4 ul li:nth-child(3) .img img {
    width: 75px;
  }

  #shopping_guide section .list.colomn4 ul li:last-child .img img {
    width: 73px;
  }

  #shopping_guide section .list.colomn5 ul li .img {
    min-height: auto;
    height: 113px;
  }



}



/* 出産・入院準備 */


#childbirth_preparation .sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  #childbirth_preparation .pc_only {
    display: none;
  }

  #childbirth_preparation .sp_only {
    display: block;
  }
}

#childbirth_preparation .sec_ttl {
  font-size: 2.7rem;
  color: #DC2B70;
}

#childbirth_preparation .link {
  text-align: center;
}

#childbirth_preparation .link a {
  margin: 0 auto;
}

#childbirth_preparation p.text {
  font-size: 1.4rem;
  line-height: 1.8;
}

#childbirth_preparation .flex {
  display: flex;
  justify-content: space-between;
}


@media screen and (max-width: 1200px) and (min-width: 768px) {

  #childbirth_preparation .sec_ttl {
    font-size: 2vw;
  }

  #childbirth_preparation p.text {
    font-size: 1.2vw;
  }

}

@media screen and (max-width: 767px) {

  #childbirth_preparation .sec_ttl {
    font-size: 2rem;
  }

}

#childbirth_preparation .since {
  margin-top: 80px;
  padding-bottom: 90px;
}

#childbirth_preparation .since .sec_ttl {
  margin-bottom: 40px;
}

#childbirth_preparation .since .img_text {
  margin-top: 80px;
  text-align: center;
}

#childbirth_preparation .since .flex {
  align-items: flex-end;
  margin-right: calc(50% - 50vw);
}

#childbirth_preparation .since>.inner>.flex {
  flex-direction: row-reverse;
}

#childbirth_preparation .since .flex .img {
  min-width: 790px;
  width: 65%;
}

#childbirth_preparation .since .flex .img img {
  width: 100%;
}

#childbirth_preparation .since .flex .text_area .text {
  width: 440px;
}

#childbirth_preparation .since .item_list {
  margin-top: 90px;
}

#childbirth_preparation .since .item_list .sec_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 2.3rem;
  margin-top: 80px;
  margin-bottom: 30px;
}

#childbirth_preparation .since .item_list .img {
  position: relative;
  text-align: center;
  width: 800px;
  margin: 0 auto;
}

#childbirth_preparation .since .item_list .img img {
  width: 100%;
}

#childbirth_preparation .since .item_list .img .bold {
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: -70px;
  bottom: 20px;
}

#childbirth_preparation .since .item_list .list_wrap ul,
#childbirth_preparation .since .item_list .list_wrap ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.8;
  font-size: 1.6rem;
}

#childbirth_preparation .since .item_list .list_wrap ul {
  align-items: flex-start;
}

#childbirth_preparation .since .item_list .list_wrap ul li>ul {
  padding: 0;
  margin: 0;
}

#childbirth_preparation .since .item_list .list_wrap ul li:first-child .box>ul {
  padding-left: 120px;
}

#childbirth_preparation .since .item_list .list_wrap ul li .box>ul li>ul li::before {
  content: "・";
  display: inline-block;
}

#childbirth_preparation .since .item_list .list_wrap ul li:nth-child(2) .box>ul {
  padding-left: 80px;
}

#childbirth_preparation .since .item_list .list_wrap ul li.reco_item {
  position: relative;
}

#childbirth_preparation .since .item_list .list_wrap ul li .list_title {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  color: #DC2B70;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
}

#childbirth_preparation .since .item_list .list_wrap ul li .reco {
  background-color: #DC2B70;
  font-size: 1.1rem;
  color: #FFF;
  border-radius: 12px;
  padding: 0 7px;
  position: absolute;
  top: 3px;
  left: -65px;
}

#childbirth_preparation .since .item_list .list_wrap ul li .under_line {
  border-bottom: 1px solid #DC2B70;
  padding-bottom: 2px;
}

#childbirth_preparation .since .item_list .list_wrap>ul li.list {
  width: 350px;
  position: relative;
}

#childbirth_preparation .since .item_list .list_wrap>ul li.list:not(:last-child) {
  margin-right: 77px;
}

#childbirth_preparation .since .item_list .list_wrap>ul li.list:not(:last-child)::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../img/childbirth_preparation/sec02_icon.svg);
  background-size: contain;
  position: absolute;
  top: 135px;
  right: -68px;
}

#childbirth_preparation .since .item_list .list_wrap>ul li .notes {
  font-size: 1.4rem;
  margin-top: 10px;
}

#childbirth_preparation .since .item_list .list_wrap>ul li:not(:last-child) .notes {
  text-align: center;
}

#childbirth_preparation .since .item_list .list_wrap ul li .box {
  position: relative;
  border-radius: 30px;
  padding: 50px 0 30px;
  border: 3px solid #D5E3D2;
}

#childbirth_preparation .since .item_list .list_wrap ul li:last-child .box {
  padding: 50px 20px 30px;
}

#childbirth_preparation .since .item_list .list_wrap ul li:last-child .box .text {
  font-size: 1.6rem;
  text-align: center;
}

#childbirth_preparation .since .item_list .list_wrap ul li:last-child .box .text span {
  font-size: 1.3rem;
  display: block;
  margin-top: 0;
  text-align: left;
}

#childbirth_preparation .since .item_list .list_wrap ul li:last-child .box .bubble {
  background-color: #D5E3D2;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  position: absolute;
  top: -45px;
  right: -15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}

#childbirth_preparation .since .item_list .list_wrap ul li .box::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 3px solid #D5E3D2;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1200px) and (min-width: 768px) {

  #childbirth_preparation .since .item_list .sec_ttl,
  #childbirth_preparation .since .sec_ttl {
    font-size: 2vw;
  }

  #childbirth_preparation .since .img_text {
    margin-top: 80px;
  }

  #childbirth_preparation .since .img_text img {
    width: 26vw;
  }

  #childbirth_preparation .since .flex .text_area {
    width: 40%;
  }

  #childbirth_preparation .since .flex .text_area .text {
    width: 82%;
    font-size: 1.2vw;
  }

  #childbirth_preparation .since .flex .img {
    width: 60%;
    min-width: auto;
  }

  #childbirth_preparation .since .item_list .img {
    width: 75%;
  }

  #childbirth_preparation .since .item_list .list_wrap>ul li .notes {
    font-size: 1.2vw;
  }

  #childbirth_preparation .since .item_list .list_wrap ul li .list_title {
    font-size: 1.7vw;
  }

  #childbirth_preparation .since .item_list .list_wrap ul li,
  #childbirth_preparation .since .item_list .list_wrap ul li:last-child .box .text {
    font-size: 1.3vw;
  }

  #childbirth_preparation .since .item_list .list_wrap ul li:first-child .box>ul {
    padding-left: 11.5vw;
  }

  #childbirth_preparation .since .item_list .list_wrap ul li:last-child .box .bubble {
    font-size: 1.2vw;
    width: 11vw;
    height: 11vw;
  }

  #childbirth_preparation .since .item_list .list_wrap>ul li.list:not(:last-child)::before {
    width: 5vw;
    height: 5vw;
    right: -5.8vw;
  }

  #childbirth_preparation .since .item_list .list_wrap>ul li.list:not(:last-child) {
    margin-right: 6.5vw;
  }

  #childbirth_preparation .since .item_list .list_wrap ul li:nth-child(2) .box>ul {
    padding-left: 7vw;
  }

  #childbirth_preparation .since .item_list .list_wrap ul li .reco,
  #childbirth_preparation .since .item_list .list_wrap ul li:last-child .box .text span {
    font-size: 1vw;
  }

  #childbirth_preparation .since .flex .text_area .text {
    width: 82%;
  }

}

@media screen and (max-width: 767px) {

  #childbirth_preparation .since {
    padding-bottom: 50px;
  }

  #childbirth_preparation .since .sec_ttl {
    text-align: center;
    margin: 30px 0 20px;
  }

  #childbirth_preparation .since .flex {
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  #childbirth_preparation .since .img_text {
    margin: 20px auto 0;
    text-align: center;
  }

  #childbirth_preparation .since .img_text img {
    width: 90%;
    max-width: 300px;
  }

  #childbirth_preparation .since .flex .text_area .text {
    width: 100%;
  }

  #childbirth_preparation .since .flex .text_area,
  #childbirth_preparation .since .flex .img {
    width: 100%;
  }

  #childbirth_preparation .since .flex .img {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    min-width: auto;
  }

  #childbirth_preparation .since .flex .text_area {
    padding-left: 10px;
    padding-right: 10px;
  }

  #childbirth_preparation .since .item_list {
    margin-top: 30px;
  }

  #childbirth_preparation .since .item_list .img {
    width: 100%;
  }

  #childbirth_preparation .since .item_list .inner {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  #childbirth_preparation .since .list_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  #childbirth_preparation .since .item_list .img .bold {
    position: static;
    text-align: left;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.8;
    padding: 0 10px;
    margin-top: 10px;
  }

  #childbirth_preparation .since .item_list .sec_ttl {
    font-size: 1.8rem;
    margin-top: 50px;
    margin-bottom: 10px;
  }

  #childbirth_preparation .since .item_list .list_wrap>ul li.list:not(:last-child) {
    margin-right: auto;
    margin-bottom: 105px;
  }

  #childbirth_preparation .since .item_list .list_wrap>ul li.list:not(:last-child)::before {
    top: auto;
    bottom: -80px;
    left: 50%;
    width: 65px;
    transform: translateX(-50%);
    height: 65px;
  }

  #childbirth_preparation .since .item_list .list_wrap>ul li.list {
    margin: 0 auto;
  }

  #childbirth_preparation .since .item_list .list_wrap ul li .list_title {
    line-height: 1.4;
  }

  #childbirth_preparation .since .item_list .list_wrap ul li:last-child .box {
    padding: 50px 20px 20px;
  }

}


#childbirth_preparation .pajamas {
  padding-top: 80px;
}

#childbirth_preparation .pajamas .sec_ttl {
  text-align: center;
  margin-bottom: 70px;
}

#childbirth_preparation .pajamas .sec_ttl+.flex {
  margin-left: calc(50% - 50vw);
  align-items: center;
}

#childbirth_preparation .pajamas .sec_ttl+.flex .img {
  min-width: 947px;
  width: 75%;
  margin-right: 30px;
  position: relative;
}

#childbirth_preparation .pajamas .sec_ttl+.flex .img img {
  width: 100%;
}

#childbirth_preparation .pajamas .sec_ttl+.flex .text {
  width: 305px;
  margin-top: 140px;
}

#childbirth_preparation .pajamas .bubble {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  width: 260px;
  height: 260px;
  background-color: rgba(87, 126, 181, 0.7);
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  padding: 75px 0;
  position: absolute;
  top: -55px;
  right: -180px;
}

#childbirth_preparation .pajamas .point_area {
  border-top: 1px solid #CCC;
  position: relative;
  margin-top: 175px;
}

#childbirth_preparation .pajamas .point_area .point_bubble {
  background-color: #577EB5;
  border-radius: 38px;
  width: 350px;
  margin: 0 auto;
  padding: 18px 0 15px;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

#childbirth_preparation .pajamas .point_area .point_bubble p {
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
}

#childbirth_preparation .pajamas .point_area .point_bubble p span {
  font-size: 2.4rem;
  display: block;
}

#childbirth_preparation .pajamas .point_area .point_bubble p::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 55px solid #577EB5;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

#childbirth_preparation .pajamas .point_area .point {
  width: calc(100% / 3);
  margin-top: 50px;
}

#childbirth_preparation .pajamas .point_area .point:not(:last-child) {
  border-right: 1px solid #CCC;
}

#childbirth_preparation .point_area .point .title_wrap {
  text-align: center;
}

#childbirth_preparation .point_area .point .title_wrap .point_title {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 10px;
}

#childbirth_preparation .point_area .point .item_text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  border-radius: 15px;
  border: 1px solid #707070;
  padding: 4px 20px;
  display: inline-block;
}

#childbirth_preparation .pajamas .point_area .point .img_wrap {
  position: relative;
}

#childbirth_preparation .pajamas .point_area .point .img_wrap .text_area {
  position: absolute;
  right: 25px;
  top: 35px;
}

#childbirth_preparation .pajamas .point_area .point .img_wrap .text_area .bubble {
  width: 159px;
  height: 159px;
  line-height: 1.8;
  padding: 35px 0;
  position: static;
}

#childbirth_preparation .pajamas .point_area .point .img_wrap .text_area .text {
  font-weight: bold;
  line-height: 2;
  font-size: 1.6rem;
  margin-top: 30px;
}

#childbirth_preparation .pajamas .point_area .point .item_wrap {
  margin-top: 65px;
  text-align: center;
  padding: 0 15px;
}

#childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item {
  width: 160px;
}

#childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item .item_name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
}

#childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item .text {
  margin-top: 5px;
}

#childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item .img {
  width: 100%;
  height: 160px;
}

#childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item .img img {
  width: 100%;
}

#childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item:not(:last-child) .img {
  padding-top: 20px;
}

#childbirth_preparation .pajamas .point_area .point.point01 .img_wrap .img {
  width: 243px;
}

#childbirth_preparation .pajamas .point_area .point.point01 .img_wrap .img img {
  width: 100%;
}

#childbirth_preparation .pajamas .point_area .point.point02 {
  padding: 0 25px;
}

#childbirth_preparation .pajamas .point_area .point.point02 .img {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

#childbirth_preparation .pajamas .point_area .point.point02 .img img {
  width: 100%;
}

#childbirth_preparation .pajamas .point_area .point.point02 .text {
  margin-top: 20px;
}

#childbirth_preparation .pajamas .point_area .point.point02 .item_text {
  margin-bottom: 25px;
}

#childbirth_preparation .pajamas .point_area .point.point02 .img_wrap .img {
  width: 200px;
}

#childbirth_preparation .pajamas .point_area .point.point02 .img_wrap .img img {
  width: 100%;
}


#childbirth_preparation .pajamas .point_area .point.point03 {
  padding: 0 25px;
}

#childbirth_preparation .pajamas .point_area .point.point03 .text {
  margin-top: 15px;
}

#childbirth_preparation .pajamas .point_area .point.point03 .img {
  width: 370px;
}

#childbirth_preparation .pajamas .point_area .point.point03 .img img {
  width: 100%;
}

#childbirth_preparation .pajamas .point_area .link {
  margin: 50px auto 0;
}

#childbirth_preparation .pajamas .point_area .link a {
  padding-right: 30px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {

  #childbirth_preparation .pajamas .bubble {
    font-size: 1.6vw;
    width: 22.5vw;
    height: 22.5vw;
    padding: 6.5vw 0;
  }

  #childbirth_preparation .pajamas .sec_ttl+.flex .img {
    width: 80%;
    min-width: auto;
  }

  #childbirth_preparation .point_area .point .title_wrap .point_title_number img {
    width: 8.5vw;
  }

  #childbirth_preparation .point_area .point .title_wrap .point_title {
    font-size: 1.8vw;
  }

  #childbirth_preparation .point_area .point .item_text {
    font-size: 1.2vw;
    padding: 4px 1.5vw;
  }

  #childbirth_preparation .pajamas .point_area .point .img_wrap .text_area .text {
    font-size: 1.4vw;
  }

  #childbirth_preparation .pajamas .point_area .point .img_wrap .text_area .bubble {
    font-size: 1.5vw;
    padding: 3vw 0;
    width: 14vw;
    height: 14vw;
  }

  #childbirth_preparation .pajamas .point_area .point.point01 .img_wrap .img {
    width: 21vw;
  }

  #childbirth_preparation .pajamas .point_area .point.point02 .img {
    width: 17.5vw;
  }

  #childbirth_preparation .pajamas .point_area .point.point03 .img {
    width: 100%;
  }

  #childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item {
    width: 48%;
  }

  #childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item .img {
    height: 14vw;
  }

  #childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item .item_name {
    font-size: 1.3vw;
  }

}

@media screen and (max-width: 767px) {


  #childbirth_preparation .pajamas {
    padding-top: 50px;
  }

  #childbirth_preparation .pajamas .sec_ttl img {
    width: 100%;
  }

  #childbirth_preparation .pajamas .sec_ttl+.flex {
    display: block;
    margin-left: 0;
  }

  #childbirth_preparation .pajamas .sec_ttl+.flex .img {
    width: 250px;
    min-width: auto;
    margin-left: calc(50% - 50vw);
  }

  #childbirth_preparation .pajamas .bubble {
    font-size: 1.2rem;
    width: 159px;
    height: 159px;
    padding: 43px 0;
    right: -115px;
    top: auto;
    bottom: 0;
    line-height: 2.2;
  }

  #childbirth_preparation .pajamas .sec_ttl+.flex .text {
    width: 100%;
    margin-top: 20px;
  }

  #childbirth_preparation .pajamas .point_area {
    padding-bottom: 40px;
    border-bottom: 1px dashed #CCCCCC;
  }

  #childbirth_preparation .pajamas .point_area .point_bubble {
    top: -125px;
  }

  #childbirth_preparation .pajamas .point_area .point_bubble+.flex {
    display: block;
  }

  #childbirth_preparation .pajamas .point_area .point {
    width: 100%;
    padding: 0 0 70px;
  }

  #childbirth_preparation .pajamas .point_area .point.point02 {
    padding: 0 10px 70px;
  }

  #childbirth_preparation .pajamas .point_area .point:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #CCC;
  }

  #childbirth_preparation .pajamas .point_area .point .img_wrap .text_area .bubble {
    font-size: 2rem;
    line-height: 1.6;
    padding: 32px 0;
  }

  #childbirth_preparation .pajamas .point_area .point .img_wrap .text_area {
    right: auto;
    left: 195px;
  }

  #childbirth_preparation .pajamas .point_area .point .item_wrap {
    margin-top: 60px;
    padding: 0;
  }

  #childbirth_preparation .pajamas .point_area .point .item_wrap .flex {
    justify-content: center;
  }

  #childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item+.item {
    margin-left: 20px;
  }

  #childbirth_preparation .point_area .point .item_text {
    margin-top: 10px;
  }

  #childbirth_preparation .pajamas .point_area .point .item_wrap .flex .item .item_name {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  #childbirth_preparation .pajamas .point_area .point.point01 .img_wrap .img {
    margin-left: calc(50% - 50vw);
  }

  #childbirth_preparation .pajamas .point_area .point.point03 {
    padding: 0 10px;
  }

  #childbirth_preparation .pajamas .point_area .point.point03 .img {
    width: 100%;
  }

  #childbirth_preparation .pajamas .point_area .link {
    padding: 0 10px;
    margin: 40px auto 0;
  }

  #childbirth_preparation .pajamas .point_area .link a {
    font-size: 1.5rem;
  }


}

#childbirth_preparation .short {
  margin-top: 220px;
}

#childbirth_preparation .short .sec_ttl {
  text-align: center;
}

#childbirth_preparation .short .text_area .img {
  margin: 20px auto 0;
  text-align: center;
  width: 185px;
}

#childbirth_preparation .short .text_area .img img {
  width: 100%;
}

#childbirth_preparation .short .text_area .img+.text {
  width: 700px;
  margin: 20px auto 0;
}

#childbirth_preparation .short .point_area {
  margin-top: 220px;
  position: relative;
  border-top: 1px solid #CCC;
}

#childbirth_preparation .short .point_bubble {
  background-color: #171C60;
  border-radius: 38px;
  width: 290px;
  margin: 0 auto;
  padding: 12px 0 8px;
  position: absolute;
  top: -115px;
  left: 50%;
  transform: translateX(-50%);
}

#childbirth_preparation .short .point_bubble p {
  font-size: 2.4rem;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
}

#childbirth_preparation .short .point_bubble p::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 55px solid #171C60;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

#childbirth_preparation .short .point_area .point {
  width: calc(100% / 2);
  margin-top: 50px;
}

#childbirth_preparation .short .point_area .point:not(:last-child) {
  border-right: 1px solid #CCC;
}

#childbirth_preparation .short .point_area .point .item_wrap .text_area {
  margin-top: 35px;
}

#childbirth_preparation .short .point_area .point .item_wrap .img img {
  width: 100%;
}

#childbirth_preparation .short .point_area .point.point01 {
  padding: 0 50px 0 20px;
}

#childbirth_preparation .short .point_area .point.point01 .item_wrap .text_area {
  margin-left: 30px;
  width: calc(100% - 188px);
}

#childbirth_preparation .short .point_area .point.point01 .item_wrap .img {
  width: 167px;
}

#childbirth_preparation .short .point_area .point.point02 {
  padding-left: 40px;
}

#childbirth_preparation .short .point_area .point.point02 .item_wrap .text_area {
  margin-left: 35px;
  width: calc(100% - 206px);
}

#childbirth_preparation .short .point_area .point.point02 .item_wrap .text_area .img {
  width: 218px;
}

#childbirth_preparation .short .point_area .point.point02 .item_wrap .text_area .img img {
  width: 100%;
}

#childbirth_preparation .short .point_area .point.point02 .item_wrap .flex>.img {
  width: 171px;
}

#childbirth_preparation .short .point_area .point.point02 .text_area .img {
  margin-left: auto;
}

#childbirth_preparation .short .point_area .point.point02 .item_wrap .text_area .text {
  padding-right: 30px;
}

#childbirth_preparation .short .how_many {
  position: relative;
  margin-top: 175px;
  border-top: 1px solid #CCC;
  padding-top: 50px;
}

#childbirth_preparation .short .how_many .title_wrap {
  text-align: center;
}

#childbirth_preparation .short .how_many .title_wrap .point_title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}

#childbirth_preparation .short .how_many .text {
  width: 700px;
  margin: 0 auto;
}

#childbirth_preparation .short .how_many .img_wrap {
  margin: 50px auto 20px;
}

#childbirth_preparation .short .how_many .img_wrap .flex {
  justify-content: center;
}

#childbirth_preparation .short .how_many .img_wrap .img {
  width: 160px;
}

#childbirth_preparation .short .how_many .img_wrap .img img {
  width: 100%;
}

#childbirth_preparation .short .how_many .img_wrap .img+.img {
  margin-left: 20px;
}

#childbirth_preparation .short .how_many .link {
  margin: 50px auto 0;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {

  #childbirth_preparation .short .point_area .point.point02 .item_wrap .flex>.img,
  #childbirth_preparation .short .point_area .point.point01 .item_wrap .img {
    width: 15vw;
  }

  #childbirth_preparation .short .point_area .point.point01 .item_wrap .text_area,
  #childbirth_preparation .short .point_area .point.point02 .item_wrap .text_area {
    width: 27vw;
  }

  #childbirth_preparation .short .point_area .point.point02 .item_wrap .text_area .img {
    width: 19vw;
  }

  #childbirth_preparation .short .sec_ttl+.img+.text,
  #childbirth_preparation .short .how_many .text {
    width: 63%;
  }


}

@media screen and (max-width: 767px) {
  #childbirth_preparation .short {
    margin-top: 170px;
  }

  #childbirth_preparation .short .point_area {
    margin-top: 170px;
  }

  #childbirth_preparation .short .sec_ttl {
    margin-bottom: 0;
  }

  #childbirth_preparation .short .sec_ttl img {
    width: 100%;
  }

  #childbirth_preparation .short .text_area {
    display: flex;
    align-items: center;
    margin-top: -15px;
  }

  #childbirth_preparation .short .text_area .img {
    margin: 0;
    width: 50%;
  }

  #childbirth_preparation .short .text_area .img+.text {
    width: 50%;
    margin-left: 20px;
    margin-top: 60px;
  }

  #childbirth_preparation .short .point_bubble {
    top: -120px;
  }

  #childbirth_preparation .point_bubble+.flex {
    display: block;
  }

  #childbirth_preparation .short .point_area .point {
    width: 100%;
  }

  #childbirth_preparation .short .point_area .point:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #CCC;
  }

  #childbirth_preparation .short .point_area .point.point01 {
    padding: 0 10px 80px 0;
  }

  #childbirth_preparation .short .point_area .point.point01 .item_wrap .img {
    min-width: 167px;
    width: 50%;
  }

  #childbirth_preparation .short .point_area .point.point02 {
    padding: 0;
  }

  #childbirth_preparation .short .point_area .point.point02 .item_wrap .text_area {
    display: block;
    margin-left: 15px;
    max-width: calc(100% - 186px);
    width: 50%;
  }

  #childbirth_preparation .short .point_area .point.point02 .item_wrap .text_area .text {
    padding-right: 10px;
  }

  #childbirth_preparation .short .point_area .point.point02 .item_wrap .text_area .img {
    width: 100%;
  }

  #childbirth_preparation .short .point_area .point.point02 .item_wrap .flex>.img {
    width: 50%;
    min-width: 171px;
  }

  #childbirth_preparation .short .point_bubble {
    padding: 15px 0;
  }

  #childbirth_preparation .short .point_bubble p {
    line-height: 1.4;
  }

  #childbirth_preparation .short .point_bubble p::before {
    bottom: -65px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 60px solid #171C60;
  }

  #childbirth_preparation .short .point_area .point.point01 .item_wrap .text_area {
    margin-left: 15px;
    width: calc(100% - 185px);
  }

  #childbirth_preparation .short .how_many {
    padding-bottom: 40px;
    border-bottom: 1px dashed #ccc;
  }

  #childbirth_preparation .short .how_many .text {
    width: 100%;
    padding: 0 10px;
    line-height: 1.6;
  }

  #childbirth_preparation .short .how_many .img_wrap {
    margin: 30px auto 20px;
  }

  #childbirth_preparation .short .how_many .link {
    margin: 40px auto 0;
    padding: 0 10px;
  }

}


/* プレゼント　商品フリーエリア　gd_yama */
#present {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
#present .inner {
  padding: 0 15px;
  margin-top: -120px;
}
#present img {
  width: 100%;
  margin: 0 auto;
}
#present .link {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 350px;
}
#present p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#profree {
  margin-left: 0;
}
.free_left {
  float: left;
  width: 52%;
  list-style:none;
  margin-left: -40px;
  margin-bottom: 30px;
}
.free_right {
  float: right;
  width: 52%;
  list-style:none;
  margin-bottom: 30px;
}



@media screen and (max-width: 767px) {
  #present {
    width: 100%;
    padding: 0 10px;
  }
  #present .inner {
    padding: 0;
    margin-top: -100px;
  }
  #present .link {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  #profree {
  margin-left: 0;
  }
  .free_left {
  float: left;
  width: 54%;
  list-style:none;
  margin-left: -12%;
  margin-bottom: 7%;
  }
.free_right {
  float: right;
  width: 54%;
  list-style:none;
  margin-bottom: 7%;
  }
}