@charset "UTF-8";
.p-mv {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-mv {
    padding: 0px 15px 15px;
  }
}
@media screen and (max-width: 550px) {
  .p-mv {
    padding: 15px;
  }
}
.p-mv img {
  width: 100%;
}

@media screen and (max-width: 766px) {
  .p-lists {
    padding: 0 15px;
  }
}

.p-lists__lists {
  color: #1E1E1E;
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 766px) {
  .p-lists__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px 10px;
    margin: 40px auto 0 auto;
  }
}

@media screen and (max-width: 766px) {
  .p-lists__list {
    width: calc(33.3% - 10px);
  }
}

.p-lists__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 60px;
  border: 1px solid #918E8F;
  background: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 766px) {
  .p-lists__link {
    width: 100%;
    height: 50px;
    letter-spacing: 0em;
    font-size: 10px;
  }
}
.p-lists__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  width: 9.5px;
  height: 17px;
  background-image: url(../images/arrow_gray.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 766px) {
  .p-lists__link::before {
    right: 7px;
    width: 4.75px;
    height: 8.5px;
  }
}
.p-lists__link:hover {
  color: #fff;
  background: #918E8F;
}
.p-lists__link:hover::before {
  right: 8px;
  background-image: url(../images/arrow_white.png);
}

.p-money {
  color: #242424;
  width: 100%;
  max-width: 800px;
  margin: 70px auto 0px auto;
  padding-bottom: 110px;
}
@media screen and (max-width: 766px) {
  .p-money {
    padding: 15px;
    margin: 40px auto 30px auto;
  }
}

.p-money__inner {
  width: 100%;
}

.p-money__title {
  position: relative;
  left: 5px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 10px;
}
@media screen and (max-width: 766px) {
  .p-money__title {
    left: 0px;
    font-size: 16.5px;
  }
}
.p-money__title .big {
  display: inline-block;
  font-size: 35px;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-money__title .big {
    font-size: 19.25px;
  }
}
.p-money__title .lespa {
  letter-spacing: -0.25em;
}

.p-money__subTitle {
  color: #FFFFFF;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 9px 0 9px 0;
  background: #EA788B;
  margin-top: 42px;
}
@media screen and (max-width: 766px) {
  .p-money__subTitle {
    font-size: 14px;
    margin-top: 30px;
  }
}

.p-money__wrapper {
  width: 100%;
  background: #fff;
  border: 1px solid #EA788B;
}

.p-money__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 84px 21px 60px;
}
@media screen and (max-width: 766px) {
  .p-money__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 18px 10px 21px 10px;
  }
}
.p-money__column_bg {
  background: #FEF5F6;
}

.p-money-item {
  width: 309px;
}
@media screen and (max-width: 766px) {
  .p-money-item {
    width: auto;
  }
}

.p-money-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4347826087;
  letter-spacing: 0.175em;
  padding-bottom: 4px;
  border-bottom: 1px solid #ABABAB;
}
@media screen and (max-width: 766px) {
  .p-money-item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
    gap: 4px;
  }
}
.p-money-item__title.lespa {
  letter-spacing: 0.08em;
}
.p-money-item__title .cc {
  color: #E53F71;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #E53F71;
  padding: 4px 6px 5px 4px;
}
@media screen and (max-width: 766px) {
  .p-money-item__title .cc {
    display: block;
    font-size: 9px;
    padding: 4px 5px 3px 5px;
  }
}

.p-money-item__text {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  margin-top: 5px;
}
@media screen and (max-width: 766px) {
  .p-money-item__text {
    font-size: 8px;
  }
}

.p-money-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 766px) {
  .p-money-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
}

.p-money-monitor {
  width: 106px;
}
@media screen and (max-width: 766px) {
  .p-money-monitor {
    width: 60px;
  }
}

.p-money-monitor__band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 36px;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: #E53F71;
  margin-top: 5px;
}
@media screen and (max-width: 766px) {
  .p-money-monitor__band {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 6px 0px;
    margin-top: 0px;
  }
}

.p-money-monitor__limit {
  color: #E53F71;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  white-space: nowrap;
  margin-top: 7px;
}
@media screen and (max-width: 766px) {
  .p-money-monitor__limit {
    font-size: 8px;
  }
}

.p-money-price__excludingTax {
  color: #E53F71;
  font-family: "shippori-mincho", sans-serif;
  font-size: 33px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .p-money-price__excludingTax {
    font-size: 18.15px;
  }
}
.p-money-price__excludingTax span {
  font-size: 48px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 766px) {
  .p-money-price__excludingTax span {
    font-size: 26.4px;
  }
}

.p-money-price__taxIncluded {
  color: #E53F71;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-money-price__taxIncluded {
    font-size: 7.7px;
  }
}
.p-money-price__taxIncluded span {
  font-family: "shippori-mincho", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .p-money-price__taxIncluded span {
    font-size: 11px;
  }
}

.p-money__comment {
  position: relative;
  left: 10px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 766px) {
  .p-money__comment {
    left: auto;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.07em;
    margin-top: 15px;
  }
}

.p-money__link:not(:root) {
  position: relative;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 412px;
  margin: 45px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-money__link:not(:root) {
    left: 4px;
    width: 309px;
    margin: 30px auto 0 auto;
  }
}
.p-money__link:not(:root):hover {
  opacity: 0.7;
}
.p-money__link:not(:root) img {
  width: 100%;
}

.p-worries {
  color: #242424;
  width: 100%;
}

.p-worries__section {
  width: 100%;
  background: #E4E4E4;
  padding: 30px 0 90px 0;
}
@media screen and (max-width: 766px) {
  .p-worries__section {
    padding: 50px 15px 60px 15px;
  }
}

.p-worries__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 113px;
  margin-right: 40px;
}
@media screen and (max-width: 766px) {
  .p-worries__group {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-right: 0;
  }
}

.p-worries__title {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.13em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-worries__title {
    font-size: 24px;
  }
}
.p-worries__title .big {
  display: inline-block;
  font-size: 34px;
  line-height: 1.1764705882;
  background: #fff;
  padding: 0 2px 0 6px;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #FAC7CA;
}
@media screen and (max-width: 766px) {
  .p-worries__title .big {
    font-size: 26px;
  }
}
.p-worries__title .pozi {
  position: relative;
  left: 5px;
  letter-spacing: 0.1em;
}

.p-worries__img {
  width: 100%;
  max-width: 272px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-worries__img {
    max-width: 200px;
  }
}
.p-worries__img img {
  width: 100%;
}

.p-worries__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 766px) {
  .p-worries__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 14px;
    max-width: 300px;
    margin: 20px auto 0 auto;
  }
}

.p-worries__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 17px;
}
@media screen and (max-width: 766px) {
  .p-worries__lists {
    gap: 14px;
  }
}

.p-worries__list {
  position: relative;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 32px;
}
@media screen and (max-width: 766px) {
  .p-worries__list {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1.3;
    padding-left: 20px;
  }
}
.p-worries__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.2px;
  left: 0px;
  width: 24.5px;
  height: 21px;
  background-image: url(../images/list_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-worries__list::before {
    top: 1px;
    width: 17.15px;
    height: 14.7px;
  }
}
.p-worries__list span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .p-worries__list span {
    font-size: 16px;
  }
}

.p-worries-card {
  width: 100%;
  max-width: 900px;
  margin: 52px auto 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px #A4A4A4;
          box-shadow: 0px 0px 20px #A4A4A4;
  padding: 33px 71px 30px 74px;
}
@media screen and (max-width: 766px) {
  .p-worries-card {
    margin: 40px auto 0 auto;
    padding: 33px 15px 30px 15px;
  }
}

.p-worries-card__point {
  width: 180px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  background: #EA788B;
  border-radius: 15px;
}
@media screen and (max-width: 766px) {
  .p-worries-card__point {
    width: 170px;
    height: 34px;
    font-size: 14px;
  }
}
.p-worries-card__point .pozi {
  position: relative;
  left: 5px;
}
@media screen and (max-width: 766px) {
  .p-worries-card__point .pozi {
    left: 3px;
  }
}

.p-worries-card__title {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  .p-worries-card__title {
    font-size: 18px;
    margin-top: 20px;
  }
}

.p-worries-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  .p-worries-card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.p-worries-card__box {
  width: 100%;
  max-width: 504px;
  padding-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-worries-card__box {
    max-width: 100%;
    padding-top: 20px;
  }
}

.p-worries-card__band {
  color: #E53F71;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.119em;
  background: -webkit-gradient(linear, left top, right top, from(#FFD8DC), to(#fff));
  background: linear-gradient(90deg, #FFD8DC, #fff);
  border-left: 8px solid #E53F71;
  padding: 9px 14px;
}
@media screen and (max-width: 766px) {
  .p-worries-card__band {
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 14px;
  }
}
.p-worries-card__band .lespa {
  letter-spacing: -0.25em;
}

.p-worries-card__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.15em;
  text-align: justify;
  margin-top: 17px;
}
@media screen and (max-width: 766px) {
  .p-worries-card__text {
    font-size: 14px;
    margin-top: 15px;
  }
}
.p-worries-card__text span {
  color: #E53F71;
}

.p-worries-card__img {
  width: 214px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-worries-card__img {
    margin: 0 auto;
  }
}
.p-worries-card__img img {
  width: 100%;
}

.p-worries__section02 {
  width: 100%;
  background-image: url(../images/worries_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-worries-recom {
  position: relative;
  padding: 65px 0 90px 0;
}
@media screen and (max-width: 766px) {
  .p-worries-recom {
    padding: 50px 0 70px 0;
  }
}

.p-worries-recom__arrow {
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 244px;
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.119em;
  text-align: center;
  padding-bottom: 4px;
  background-image: url(../images/worries_arrow.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-worries-recom__arrow {
    top: -25px;
    width: 219.6px;
    height: 62.1px;
    font-size: 16px;
  }
}

.p-worries-recom__title {
  color: #E53F71;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
  padding-left: 10px;
}
@media screen and (max-width: 766px) {
  .p-worries-recom__title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
    padding-left: 0px;
  }
}
.p-worries-recom__title .big {
  font-size: 34px;
}
@media screen and (max-width: 766px) {
  .p-worries-recom__title .big {
    font-size: 24px;
  }
}

.p-worries-recom__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .p-worries-recom__box {
    gap: 10px;
  }
}

.p-worries-recom__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 80px;
  border-radius: 100%;
  color: #E53F71;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #FFE3E3;
  padding-left: 5px;
  padding-bottom: 2px;
}
@media screen and (max-width: 766px) {
  .p-worries-recom__text {
    width: 140px;
    height: 70px;
    font-size: 16px;
    padding-left: 5px;
    padding-bottom: 2px;
  }
}
.p-worries-recom__text_size {
  padding-left: 0px;
  letter-spacing: 0.05em;
}

.p-worries-recom__or {
  color: #E53F71;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-worries-recom__or {
    font-size: 14px;
  }
}

.p-case {
  width: 100%;
  background-image: url(../images/case_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-case__inner {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  padding: 52px 0 90px 0;
}
@media screen and (max-width: 766px) {
  .p-case__inner {
    max-width: 100%;
    padding: 50px 15px 60px 15px;
  }
}

.p-case__band {
  position: relative;
  width: 690px;
  height: 41px;
  margin: 48px auto 0 auto;
  color: #E53F71;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.175em;
  text-align: center;
  background-image: url(../images/case_speech.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-case__band {
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
    font-size: 16px;
    background-image: none;
    background: #fff;
    border-radius: 6px;
    padding: 3px 0;
  }
  .p-case__band::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #FFFFFF transparent transparent transparent;
  }
}
.p-case__band span {
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width: 766px) {
  .p-case__band span {
    padding-left: 0;
  }
}

.p-case__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 17px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-case__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 25px;
  }
}

.p-case__img {
  width: 100%;
  max-width: 210px;
}
.p-case__img img {
  width: 100%;
}

.p-case__band02 {
  position: relative;
  width: 374px;
  height: 37.5px;
  margin: 40px auto 0 auto;
  color: #E53F71;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-align: center;
  background-image: url(../images/case_speech02.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-case__band02 {
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
    font-size: 16px;
    background-image: none;
    background: #fff;
    border-radius: 6px;
    padding: 3px 0;
  }
  .p-case__band02::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #FFFFFF transparent transparent transparent;
  }
}
.p-case__band02 span {
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width: 766px) {
  .p-case__band02 span {
    padding-left: 0;
  }
}

.p-case__box02 {
  width: 100%;
  max-width: 373px;
  margin: 11px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .p-case__box02 {
    max-width: 65.6%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 25px;
  }
}

.p-case__img02 {
  width: 100%;
  max-width: 160px;
}
.p-case__img02 img {
  width: 100%;
}

.p-about {
  color: #1E1E1E;
  width: 100%;
  padding-bottom: 125px;
}
@media screen and (max-width: 766px) {
  .p-about {
    padding-bottom: 60px;
  }
}

.p-about__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 113px;
}
@media screen and (max-width: 766px) {
  .p-about__inner {
    padding-top: 40px;
  }
}

.p-about__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    margin-top: 30px;
    padding: 0 15px;
  }
}

.p-about__img {
  width: 100%;
  max-width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-about__img {
    max-width: 100%;
  }
}
.p-about__img img {
  width: 100%;
}

.p-about__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: 0.16em;
  text-align: justify;
}
@media screen and (max-width: 766px) {
  .p-about__text {
    font-size: 14px;
  }
}

.p-about-cont {
  position: relative;
  width: 100%;
  background: #FFF3F4;
  padding: 20px 0 30px 0;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-about-cont {
    margin: 30px auto 0 auto;
  }
}

.p-about-cont__title {
  color: #E53F71;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.175em;
  text-align: center;
}

.p-about-cont__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
  padding-left: 130px;
  margin-top: 17px;
}
@media screen and (max-width: 766px) {
  .p-about-cont__lists {
    width: 265px;
    margin: 15px auto 0 auto;
    gap: 20px 0;
    padding-left: 0px;
  }
  .p-about-cont__lists.minSp {
    width: 225px;
  }
}
.p-about-cont__lists li {
  position: relative;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 32px;
}
@media screen and (max-width: 766px) {
  .p-about-cont__lists li {
    width: 100%;
    font-size: 14px;
    padding-left: 28px;
    margin: 0 auto;
  }
}
.p-about-cont__lists li:nth-of-type(1) {
  min-width: 360px;
}
@media screen and (max-width: 766px) {
  .p-about-cont__lists li:nth-of-type(1) {
    min-width: auto;
  }
}
.p-about-cont__lists li:nth-of-type(2) {
  min-width: 300px;
}
@media screen and (max-width: 766px) {
  .p-about-cont__lists li:nth-of-type(2) {
    min-width: auto;
  }
}
.p-about-cont__lists li:nth-of-type(3) {
  min-width: 360px;
}
@media screen and (max-width: 766px) {
  .p-about-cont__lists li:nth-of-type(3) {
    min-width: auto;
  }
}
.p-about-cont__lists li:nth-of-type(4) {
  min-width: 300px;
}
@media screen and (max-width: 766px) {
  .p-about-cont__lists li:nth-of-type(4) {
    min-width: auto;
  }
}
.p-about-cont__lists li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 24.5px;
  height: 21px;
  background-image: url(../images/list_icon02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-about-cont__lists li::before {
    width: 19.6px;
    height: 16.8px;
  }
}
.p-about-cont__lists li span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .p-about-cont__lists li span {
    font-size: 16px;
  }
}

.p-about-cont02 {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-about-cont02 {
    padding: 0 15px;
    margin-top: 50px;
  }
}

.p-about-cont02__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1904761905;
  letter-spacing: 0.149em;
  padding-left: 12px;
  border-left: 3px solid #E53F71;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__title {
    font-size: 18px;
  }
}

.p-about-cont02__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
    margin-top: 20px;
  }
}

.p-about-cont02__group {
  width: 100%;
}

.p-about-cont02__hand {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 0 7px 0;
  text-align: center;
  background: #B3B3B3;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__hand {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0;
  }
}
.p-about-cont02__hand_bg {
  background: #EA788B;
}

.p-about-cont02__img {
  position: relative;
  margin-top: -5px;
  width: 100%;
}
.p-about-cont02__img img {
  width: 100%;
}

.p-about-cont02__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.175em;
  white-space: nowrap;
  margin-top: 22px;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__text {
    font-size: 14px;
    white-space: wrap;
    margin-top: 20px;
  }
}

.p-about-cont03 {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 113px;
}
@media screen and (max-width: 766px) {
  .p-about-cont03 {
    padding: 0 15px;
    margin-top: 50px;
    margin-bottom: 60px;
  }
}

.p-about-cont03__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1904761905;
  letter-spacing: 0.149em;
  padding-left: 12px;
  border-left: 3px solid #E53F71;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__title {
    font-size: 18px;
  }
}

.p-about-cont03__img {
  position: relative;
  left: 28px;
  width: 517px;
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__img {
    left: 0px;
    width: 94%;
    margin: 30px auto 0 auto;
  }
}
.p-about-cont03__img img {
  width: 100%;
}

.p-about-cont03__text {
  position: relative;
  left: 20px;
  width: 100%;
  max-width: 650px;
  margin: 22px auto 0 auto;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__text {
    left: 0px;
    max-width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 766px) {
  .p-about-cont03__item {
    padding: 0 15px;
  }
}

.p-about-cont03__band {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 47px;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__band {
    font-size: 14px;
    margin-top: 40px;
  }
}

.p-about-cont03__table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 23px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__table {
    padding: 0 5px;
  }
}
.p-about-cont03__table tbody {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 7px 0;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__table tbody {
    gap: 4px 0;
  }
}
.p-about-cont03__table tbody::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  width: 7px;
  height: 104px;
  background-image: url(../images/list_frame.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__table tbody::before {
    left: -10px;
  }
}
.p-about-cont03__table tbody::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: -20px;
  width: 7px;
  height: 104px;
  background-image: url(../images/list_frame.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__table tbody::after {
    right: -10px;
  }
}
.p-about-cont03__table tbody.bar::before {
  height: 81px;
  background-image: url(../images/list_frame02.png);
}
.p-about-cont03__table tbody.bar::after {
  height: 81px;
  background-image: url(../images/list_frame02.png);
}
.p-about-cont03__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-cont03__table th {
  width: 246px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 250px;
  min-width: 250px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.175em;
  white-space: nowrap;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__table th {
    gap: 5px;
    width: 100px;
    min-width: 100px;
    font-size: 9px;
    line-height: 1.4;
  }
}
.p-about-cont03__table th::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  background-image: url(../images/list_bar.png);
  background-position: left;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__table th::after {
    background-image: none;
    border-bottom: 1px dotted #cccccc;
  }
}
.p-about-cont03__table td {
  width: 100%;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.175em;
  white-space: nowrap;
  padding-left: 10px;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__table td {
    font-size: 9px;
    line-height: 1.4;
    white-space: wrap;
    padding-left: 5px;
  }
}

.p-about-cont04 {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-about-cont04 {
    padding: 0 15px;
    margin-top: 50px;
  }
}

.p-about-cont04__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1904761905;
  letter-spacing: 0.149em;
  padding-left: 12px;
  border-left: 3px solid #E53F71;
}
@media screen and (max-width: 766px) {
  .p-about-cont04__title {
    font-size: 18px;
  }
}

.p-about-table {
  width: 100%;
  margin-top: 28px;
}
.p-about-table th {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
  text-align: center;
  background: #EA788B;
  border: 0.75px solid #EA788B;
}
@media screen and (max-width: 766px) {
  .p-about-table th {
    font-size: 10px;
  }
}
.p-about-table th.bar-white {
  border-bottom: 0.75px solid #fff;
}
.p-about-table th span {
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-top: 7px;
}
@media screen and (max-width: 766px) {
  .p-about-table th span {
    font-size: 8px;
    line-height: 1.5;
    margin-top: 3px;
  }
}
.p-about-table td {
  border: 0.75px solid #EA788B;
}

.p-about-table__img img {
  display: block;
  width: 119px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-about-table__img img {
    width: 60px;
  }
}
.p-about-table__img p {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 766px) {
  .p-about-table__img p {
    font-size: 8px;
    line-height: 1.2;
    font-weight: 500;
  }
}

.p-about-table__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.17em;
  padding: 16px 20px;
}
@media screen and (max-width: 766px) {
  .p-about-table__text {
    font-size: 10px;
    padding: 10px;
  }
}

.p-point {
  color: #1E1E1E;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD8DC), to(#ffffff));
  background: linear-gradient(180deg, #FFD8DC, #ffffff);
}

.p-point__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 56px 0 90px 0;
}
@media screen and (max-width: 766px) {
  .p-point__inner {
    padding: 50px 15px 60px 15px;
  }
}

.p-point__band {
  color: #E53F71;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4347826087;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-point__band {
    font-size: 18px;
  }
}
.p-point__band span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.p-point__band span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 26px;
  height: 36px;
  background-image: url(../images/point_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 4px;
}
@media screen and (max-width: 766px) {
  .p-point__band span::before {
    width: 18.2px;
    height: 25.2px;
  }
}
.p-point__band span::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 26px;
  height: 36px;
  background-image: url(../images/point_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-point__band span::after {
    width: 18.2px;
    height: 25.2px;
  }
}

.p-point__title {
  color: #242424;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 766px) {
  .p-point__title {
    font-size: 24px;
  }
}
.p-point__title span {
  font-size: 36px;
}
@media screen and (max-width: 766px) {
  .p-point__title span {
    font-size: 30px;
  }
}

.p-point__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-point__column {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-point__column_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 766px) {
  .p-point__column_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-point__column:first-of-type {
  margin-top: 42px;
}
@media screen and (max-width: 766px) {
  .p-point__column:first-of-type {
    margin-top: 30px;
  }
}

.p-point__img {
  width: 100%;
  max-width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-point__img {
    max-width: 100%;
    margin-top: 20px;
  }
}
.p-point__img img {
  width: 100%;
}

.p-point__box {
  width: 100%;
  max-width: 692px;
}
@media screen and (max-width: 766px) {
  .p-point__box {
    max-width: 100%;
  }
}

.p-point__subTitle {
  position: relative;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E53F71;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4347826087;
  letter-spacing: 0.119em;
}
@media screen and (max-width: 766px) {
  .p-point__subTitle {
    left: 0px;
    font-size: 18px;
  }
}
.p-point__subTitle_rev {
  left: 0px;
}
.p-point__subTitle span {
  position: relative;
  top: -5px;
  color: #F5B4C7;
  font-family: "shippori-mincho", sans-serif;
  font-size: 90px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  margin-right: 20px;
}
@media screen and (max-width: 766px) {
  .p-point__subTitle span {
    font-size: 60px;
  }
}

.p-point__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: justify;
}
@media screen and (max-width: 766px) {
  .p-point__text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-flow {
  color: #1E1E1E;
  width: 100%;
  background: #FAC9CC;
}

.p-flow__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 54px 0 85px 0;
}
@media screen and (max-width: 766px) {
  .p-flow__inner {
    padding: 50px 15px;
  }
}

.p-flow__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    margin-top: 30px;
  }
}

.p-flow__box {
  width: 100%;
  max-width: 185px;
}
@media screen and (max-width: 766px) {
  .p-flow__box {
    max-width: 100%;
  }
}

.p-flow__img {
  position: relative;
  width: 152px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-flow__img {
    width: 120px;
  }
}
.p-flow__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  width: 11.5px;
  height: 20.5px;
  background-image: url(../images/flow_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-flow__img::before {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: auto;
    right: auto;
    bottom: -85px;
    left: 50%;
  }
}
.p-flow__img_not::before {
  display: none;
}
.p-flow__img img {
  width: 100%;
}

.p-flow__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 766px) {
  .p-flow__text {
    margin-top: 10px;
  }
}
.p-flow__text span {
  white-space: nowrap;
}
.p-flow__text .pozi-l {
  position: relative;
  left: -5px;
}
@media screen and (max-width: 766px) {
  .p-flow__text .pozi-l {
    left: 4px;
  }
}
.p-flow__text .pozi-r {
  position: relative;
  left: 5px;
}

.p-price {
  color: #1E1E1E;
  width: 100%;
  margin-top: 110px;
  padding-bottom: 100px;
}
@media screen and (max-width: 766px) {
  .p-price {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}

.p-price__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-price__inner {
    padding: 0 15px;
  }
}

.p-price__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.0869565217;
  letter-spacing: 0.149em;
  padding-left: 12px;
  border-left: 3px solid #E53F71;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-price__title {
    font-size: 18px;
    margin-top: 30px;
  }
}
.p-price__title_mt {
  margin-top: 38px;
}
@media screen and (max-width: 766px) {
  .p-price__title_mt {
    margin-top: 30px;
  }
}

.p-price__table {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-price__table {
    margin-top: 20px;
  }
}
.p-price__table_in td:not(:root) {
  padding: 10px 0;
}
.p-price__table thead {
  border: 1px solid #EA788B;
}
.p-price__table thead th {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: #EA788B;
  padding: 13px 0px;
}
@media screen and (max-width: 766px) {
  .p-price__table thead th {
    font-size: 10px;
    padding: 10px 0;
  }
}
.p-price__table tbody th {
  background: #FFF3F4;
  border: 1px solid #EA788B;
  font-weight: 400;
  padding: 0px 0;
}
.p-price__table tbody th.bg {
  background: #FCD6DD;
}
.p-price__table tbody th p {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p {
    font-size: 10px;
    padding: 10px 5px;
  }
}
.p-price__table tbody th p span {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p span {
    font-size: 8px;
  }
}
.p-price__table tbody td {
  background: #fff;
  border: 1px solid #EA788B;
  border-left: none;
  padding: 8.5px 0;
}
.p-price__table tbody td.bar {
  border-top: 1px solid #fff;
}
.p-price__table tbody td.pd {
  padding: 4px 0;
}
.p-price__table tbody td p {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody td p {
    font-size: 10px;
  }
}

.p-price__band {
  position: relative;
  left: 5px;
  width: 100%;
  max-width: 263px;
  height: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  background: #E53F71;
}
@media screen and (max-width: 766px) {
  .p-price__band {
    left: 0px;
    width: 80%;
    height: auto;
    padding: 2px 0;
    max-width: 100%;
    font-size: 10px;
    margin-bottom: 2px;
  }
}

.p-price__commentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  .p-price__commentBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
}

.p-price__commentGroup {
  position: relative;
  left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 766px) {
  .p-price__commentGroup {
    left: 0px;
  }
}

.p-price__comment {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-price__comment {
    font-size: 9px;
    line-height: 1.5;
    text-align: justify;
  }
}

.p-price__comment02 {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  margin-top: 6px;
}
@media screen and (max-width: 766px) {
  .p-price__comment02 {
    font-size: 9px;
    line-height: 1.5;
    text-align: justify;
    padding-right: 0px;
  }
}

.c-title:not(:root) {
  display: block;
  color: #1E1E1E;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.4347826087;
  font-weight: 500;
  letter-spacing: 0.149em;
  padding-left: 10px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) {
    font-size: 18px;
  }
}
.c-title:not(:root) span {
  position: relative;
  left: -3px;
  display: block;
  color: #D3C7BA;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) span {
    font-size: 16px;
  }
}
.c-title:not(:root) span.white {
  color: #fff;
}
.c-title:not(:root) span::before {
  content: "";
  display: block;
  position: relative;
  left: -3px;
  width: 20px;
  height: 1px;
  background: #1E1E1E;
  margin: 9px auto 11px auto;
}

.c-title_white:not(:root) {
  color: #fff;
}
.c-title_white:not(:root) span {
  color: #fff;
}
.c-title_white:not(:root) span::before {
  background: #fff;
}

.c-title_pozi:not(:root) {
  padding-left: 0px;
}
.c-title_pozi:not(:root) span {
  left: -1px;
}
.c-title_pozi:not(:root) span::before {
  left: -2px;
}

.c-price {
  position: relative;
  left: 5px;
  color: #1E1E1E;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-price {
    left: -5px;
  }
}
.c-price_pink {
  color: #EA788B;
}
.c-price_pink02 {
  color: #E53F71;
}
.c-price_left {
  text-align: left !important;
  padding-left: 27px;
}
@media screen and (max-width: 766px) {
  .c-price_left {
    padding-left: 10px;
  }
}
.c-price_right:not(:root) {
  position: relative;
  left: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 766px) {
  .c-price_right:not(:root) {
    left: 0px;
  }
}
.c-price.pozi01 {
  position: relative;
  left: 10px;
}
@media screen and (max-width: 766px) {
  .c-price.pozi01 {
    left: 0px;
  }
}
.c-price .size01 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .c-price .size01 {
    font-size: 13.2px;
  }
}
.c-price .size02 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size02 {
    font-size: 17.4px;
  }
}
.c-price .size03 {
  position: relative;
  top: -2px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size03 {
    top: -1px;
    left: 9px;
    font-size: 8.4px;
  }
}
@media screen and (max-width: 766px) {
  .c-price .size03.poziSp {
    left: 7px;
  }
}
.c-price .size04 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .c-price .size04 {
    font-size: 11.9px;
  }
}

@media screen and (max-width: 766px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 766px) {
  .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */