@charset "UTF-8";
#body {
  background: #F4FBFC;
}

/* header */
img.top_logo {
  max-width: 200px;
  width: 100%;
}

.nav img {
  max-width: 60px;
  width: 100%;
}

/*  main  */
.main_top {
  overflow-x: clip;
}
.main_top .ribon {
  position: absolute;
  top: -30px;
  left: 5px;
}
.main_top .ribon img {
  width: 200px;
}
@media (min-width: 1100px) {
  .main_top .ribon img {
    max-width: 467px;
    width: 100%;
  }
}
.main_top .cloud1 {
  position: absolute;
  top: -50px;
  right: -15px;
}
.main_top .cloud1 img {
  width: 150px;
}
@media (min-width: 1100px) {
  .main_top .cloud1 img {
    max-width: 290px;
    width: 100%;
  }
}
.main_top .cloud2 {
  position: absolute;
  bottom: 70px;
  left: -10px;
}
@media (min-width: 991px) {
  .main_top .cloud2 {
    left: 60px;
  }
}
.main_top .cloud2 img {
  width: 150px;
}
@media (min-width: 991px) {
  .main_top .cloud2 img {
    width: 200px;
  }
}
.main_top .cloud3 {
  position: absolute;
  bottom: 35px;
  right: -20px;
}
@media (min-width: 991px) {
  .main_top .cloud3 {
    right: 80px;
  }
}
.main_top .cloud3 img {
  width: 150px;
}
@media (min-width: 991px) {
  .main_top .cloud3 img {
    max-width: 290px;
    width: 100%;
  }
}

.z-5 {
  z-index: 5;
}

.main_price {
  position: absolute;
  top: -30px;
  color: #2AA6BF;
  font-size: 1.4em;
  font-weight: bold;
}
.main_price .houyouzanmai_logo_1 {
  width: 230px;
  display: block;
  margin: 20px auto 0;
}
@media (min-width: 991px) {
  .main_price .houyouzanmai_logo_1 {
    max-width: 428px;
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
}
.main_price .price {
  width: 230px;
}
@media (min-width: 991px) {
  .main_price .price {
    max-width: 490px;
    width: 100%;
  }
}

.main_info {
  background: url(../images/general-bk.webp);
  background-repeat: no-repeat;
  background-size: 120%;
  /* 吹き出し・全共通 */
  /* 吹き出し・左辺下側 */
  /* 吹き出し・右辺下側 */
}
.main_info_space {
  width: 100%;
  height: 300px;
}
@media (min-width: 991px) {
  .main_info_space {
    height: 450px;
  }
}
.main_info h1 .nayami {
  width: 100%;
  margin: auto;
}
@media (min-width: 991px) {
  .main_info h1 .nayami {
    max-width: 783px;
    width: 100%;
  }
}
.main_info .balloon__left,
.main_info .balloon__right {
  display: flex;
  width: 95%;
}
.main_info .balloon__left {
  justify-content: start;
}
.main_info .balloon__right {
  justify-content: end;
}
.main_info .balloon {
  position: relative;
  width: 90%; /* 幅 */
  min-height: 60px; /* 最小の高さ */
  margin-block: 10px; /* 外側の余白 */
  padding: 10px; /* 内側の余白 */
}
@media (min-width: 991px) {
  .main_info .balloon {
    width: 60%;
  }
}
.main_info .balloon::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px; /* 吹き出しサイズ */
}
.main_info .balloon::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_info .balloon > * {
  position: relative;
  z-index: 3;
}
.main_info .balloon,
.main_info .balloon::after {
  border-radius: 5px; /* 角の丸め方 */
}
.main_info .balloon,
.main_info .balloon::before {
  box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.5); /* ぼかし距離(第3引数)，拡散距離(第4引数)，色(第5引数) */
}
.main_info .balloon,
.main_info .balloon::before,
.main_info .balloon::after {
  background: #fff;
}
.main_info .balloon--left_bottom {
  margin-left: 20px;
}
.main_info .balloon--left_bottom::before {
  left: -10px;
  bottom: 10px; /* 位置 */
  transform: rotate(45deg) skew(-20deg, -20deg); /* 傾斜角(skew) */
}
.main_info .balloon--right_bottom::before {
  right: -10px;
  bottom: 10px; /* 位置 */
  transform: rotate(45deg) skew(-20deg, -20deg); /* 傾斜角(skew) */
}
.main_info .zanmai_service h2 {
  padding: 25px;
  margin-bottom: 0;
}
.main_info .zanmai_service h2 img {
  max-width: 400px;
  width: 100%;
}
.main_info .zanmai_service h3 {
  color: #2AA6BF;
  font-size: 2.1em;
}
@media (min-width: 991px) {
  .main_info .zanmai_service h3 {
    color: #fff;
  }
}
.main_info .zanmai_service .zanmai_img {
  max-width: 446px;
  width: 100%;
}
.main_info_magokoro {
  background: #FFF;
}
.main_info_magokoro h2 {
  transform: scale(0.7);
}
@media (min-width: 991px) {
  .main_info_magokoro h2 {
    transform: scale(1);
  }
}
.main_info_magokoro h2 img {
  width: 300px;
}
.main_info_magokoro h2 span {
  display: inline-block;
  transform: translateY(20px);
}
.main_info_magokoro .mg_img img {
  width: 150px;
}
@media (min-width: 991px) {
  .main_info_magokoro .mg_img img {
    max-width: 360px;
    width: 100%;
  }
}
.main_info_magokoro .plus {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 991px) {
  .main_info_magokoro .plus {
    top: 260px;
  }
}
.main_info_magokoro .plus img {
  width: 60px;
}
.main_info_magokoro .for_jiin {
  background: #8b7c9d;
  color: #fff;
  font-size: 1.1em;
}
@media (min-width: 991px) {
  .main_info_magokoro .for_jiin {
    font-size: 1.4em;
  }
}
.main_info_magokoro .onlin_hoyo {
  color: #8b7c9d;
}

.font-blue {
  color: #2AA6BF;
}

.font-pink {
  color: #E62E75;
}

.fw-x5 {
  font-size: 1.9em;
}
@media (min-width: 991px) {
  .fw-x5 {
    font-size: 2.5em;
  }
}

.fs-sml {
  font-size: 0.4em;
  color: #707070;
}
@media (min-width: 991px) {
  .fs-sml {
    font-size: 1em;
  }
}

.point_info {
  margin-top: 20px;
}
.point_info_title {
  text-align: center;
  padding-block: 20px;
}
.point_info_title .p1 {
  width: 80px;
  text-align: center;
}
@media (min-width: 991px) {
  .point_info_title .p1 {
    max-width: 150px;
    width: 100%;
  }
}
.point_info_title h2 {
  color: #2AA6BF;
  font-size: 1.8em;
  border: 2px solid #2AA6BF;
  background: #fff;
  border-radius: 40px;
}
.point_info_inner-r {
  font-size: 1.5em;
}
.point_info_inner-l {
  max-width: 300px;
}

.border_pnk-top {
  border-top: 3px solid #EAB3C9;
}

.border_pnk-bottom {
  border-bottom: 3px solid #EAB3C9;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  line-height: 1.2;
  --bs-table-accent-bg: #FAEEFC !important;
  border-right: 3px solid #EAB3C9;
  border-left: 3px solid #EAB3C9;
  color: var(--bs-table-striped-color);
  font-weight: bold;
  padding-block: 12px;
}

.sche .bg-month {
  background: #2AA6BF;
  color: #fff;
}
.sche h4 {
  color: #2AA6BF;
  font-size: 1.8em;
}

.step3 {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.step3 h3 img {
  max-width: 545px;
}
.step3 .step {
  background: #fff;
  border: 1px solid #2AA6BF;
  border-radius: 5px;
  position: relative;
}
.step3 .step h3 {
  color: #2AA6BF;
  border-bottom: 1px dashed;
  margin: auto;
  padding: 15px;
}
.step3 .step_inner {
  letter-spacing: 1.5px;
  font-size: 1.2em;
}
.step3 .step_inner a {
  margin: auto;
  display: block;
  background: #2AA6BF;
  color: #fff;
}
.step3 .step_bottom img {
  width: 60%;
}
@media (min-width: 991px) {
  .step3 .step_bottom img {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .step3 .step_bottom_last img {
    max-width: 300px;
    width: 100%;
  }
}
.step3 .step_arrow {
  position: absolute;
  bottom: -19px;
  width: 88px;
  right: 0;
  left: 0;
  margin: auto;
}

.main_info_plan h3 {
  color: #7bb7aa;
}
.main_info_plan .tbl_bg {
  background: #7bb7aa;
  color: #fff;
  box-sizing: border-box;
}
.main_info_plan .tbl_bg thead {
  height: 70px;
}
.main_info_plan .tbl_bg td {
  background: #fff;
  color: #333;
  border-left: 1px solid #7bb7aa;
  border-bottom: 1px solid #7bb7aa;
  vertical-align: middle;
  height: 70px;
  font-weight: bold;
  font-size: 1.1em;
}
.main_info_plan .tbl_bg th {
  vertical-align: middle;
  font-size: 1em;
}
@media (min-width: 991px) {
  .main_info_plan .tbl_bg th {
    font-size: 1.3em;
  }
}
.main_info_plan .tbl_bg thead > tr > th:not(:nth-child(1)) {
  border-left: 1px solid lightgrey;
}
.main_info_plan .tbl_bg .plan7 {
  position: relative;
}
.main_info_plan .tbl_bg .plan7::after {
  content: "人気！";
  position: absolute;
  top: -30px;
  right: -20px;
  background: #E62E75;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 3.9;
  font-size: 1em;
}
@media (min-width: 991px) {
  .main_info_plan .tbl_bg .plan7::after {
    top: -40px;
    right: -10px;
    font-size: 0.8em;
    width: 70px;
    height: 70px;
    line-height: 4.3;
  }
}

.qa_ttl {
  background: #8b7c9d;
  color: #fff;
}
.qa_ttl img {
  width: 100px;
}
@media (min-width: 750px) {
  .qa_ttl img {
    max-width: 200px;
    width: 100%;
  }
}
.qa_ttl .qa_ttl-r {
  font-size: 1.2em;
  text-align: left;
  margin-left: 10px;
}
@media (min-width: 750px) {
  .qa_ttl .qa_ttl-r {
    font-size: 1.5em;
    text-align: center;
  }
}
.qa_inner_answer-r img {
  max-width: 200px;
  width: 100%;
}
.qa_inner_answer-l h3 {
  color: #8b7c9d;
  font-size: 1.2em;
  max-width: 600px;
  margin: auto;
}
.qa .for_minganji {
  background: #8b7c9d;
  color: #fff;
}

.for_doc {
  background: #fff;
}
.for_doc h3 {
  background: #707070;
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
}
.for_doc .submit {
  background: #7bb7aa;
  color: #fff;
}
.for_doc .link_color {
  color: #7bb7aa;
  text-decoration: none;
}
.for_doc .col-form-label {
  font-size: 0.8em;
}
@media (min-width: 991px) {
  .for_doc .col-form-label {
    font-size: 1em;
  }
}

.priceimage img {
  width: 100%;
  max-width: 650px;
}

.b_btm {
  border-bottom: 1px solid #7bb7aa;
}

.fc2 {
  color: #E62E75;
}
.fc2 h3 {
  font-size: 1.1em;
}
@media (min-width: 991px) {
  .fc2 h3 {
    font-size: 1.6em;
  }
}

/* footer */
footer img {
  max-width: 618px;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */