@charset "UTF-8";
/* 共通 */

.section-base-header {
  padding-top: 9.375em;
  text-align: center;
}

.section-base-header__sub-title {
  color: #008BC7;
  font-weight: bold;
}

.section-base-header__main-title {
  font-size: 2.8125em;
  font-weight: bold;
}

/* お問い合わせフォーム */
.contact {
  padding-bottom: 6.25em;
}

.contact-contents {
  width: 100%;
  max-width: 880px;
  margin-top: 3.75em;
  margin-right: auto;
  margin-left: auto;
}

.how-right {
  padding-top: 3.75em;
}

.primary-btn--contact {
  margin-right: auto;
  margin-left: auto;
}

.personal-information {
  width: 880px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.personal-information__title {
  color: #201F30;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.personal-information__text {
  margin-top: 1.875em;
  color: #201F30;
  font-size: 1em;
  line-height: 1.9;
}

::-webkit-input-placeholder {
  opacity: 0.3;
}

::-moz-placeholder {
  opacity: 0.3;
}

:-ms-input-placeholder {
  opacity: 0.3;
}

::-ms-input-placeholder {
  opacity: 0.3;
}

::placeholder {
  opacity: 0.3;
}

.form-submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.form-submit__item {
  width: 18.75em;
}

.form-submit__item + .form-submit__item {
  margin-left: 1em;
}

/* デザイン変更 */
.section_top_base {
  padding-top: 7.5em;
  padding-bottom: 11.25em;
}

.section_top_base--blue {
  background-color: #00A3E9;
}

.section_top_base--skyblue {
  background-color: #E6F6FE;
}

.section_header {
  position: relative;
  padding-bottom: 3.75em;
}

.section_header::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.125em;
  height: 0.3125em;
  margin: 0 auto;
  background-color: #00A3E9;
  content: '';
}

.section_header--white .section_header_title {
  color: #fff;
}

.section_header--white .section_header_sub {
  color: #fff;
}

.section_header--white::after {
  background-color: #fff;
}

.section_header_title {
  color: #00A3E9;
  font-family: 'Fira Sans';
  font-size: 10em;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.section_header_title.sub-color {
  color: #79D0F6;
}

.section_header_title.blind-color {
  color: #fff;
}

.section_header_sub {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

.reason_wrap {
  width: 58.5em;
  max-width: 100%;
  margin: 5em auto 0;
}

.reason_img {
  width: 44%;
  text-align: center;
}

.reason_img img {
  width: 16.625em;
}

.reason_title {
  font-size: 4em;
  font-weight: bold;
  line-height: 1.2;
}

.reason_txt {
  margin-top: 1.5em;
  font-weight: bold;
  line-height: 1.8;
}

.about-area {
  margin-top: -3em;
  padding-top: 7em !important;
  background: #E6F6FE;
}

.about-area .section_header_title {
  color: #fff;
}

.about_wrap {
  margin-top: 8.625em;
  background-image: url(../images/re_about_main.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 53.125em;
  background-size: 43%;
}

.about_img {
  width: 70%;
  margin: 0 auto;
}

.about_title {
  margin-bottom: 0.85938em;
  font-size: 4em;
  font-weight: bold;
  line-height: 1.3;
}

.about_txt {
  margin-top: 2em;
  font-weight: bold;
  line-height: 2;
}

.discovery_section {
  max-width: 100%;
  margin-top: 6.25em;
}

.discovery_head {
  width: 100%;
  max-width: 100%;
}

.discovery_unit_icon {
  width: 7.5em;
  max-width: 100%;
}

.discovery_head_txt {
  -webkit-box-shadow: 0 0 0.71429em rgba(0, 0, 0, 0.16);
  position: relative;
  width: 26.78571em;
  max-width: 100%;
  margin-left: 1.60714em;
  padding-top: 1.60714em;
  padding-bottom: 1.60714em;
  border-radius: 5em;
  background-color: #fff;
  box-shadow: 0 0 0.71429em rgba(0, 0, 0, 0.16);
  font-size: 1.75em;
  text-align: center;
}

.discovery_head_txt::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -0.89286em;
  width: 1.10714em;
  height: 1.17857em;
  transform: translateY(-50%);
  border-top: 0.58929em solid transparent;
  border-right: 1.10714em solid #fff;
  border-bottom: 0.58929em solid transparent;
  content: '';
}

.discovery_cnt {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  margin-top: 1.875em;
}

.discovery_cnt_txt {
  -webkit-box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.16);
  position: relative;
  width: 46.875em;
  margin-right: 2.8125em;
  padding: 2.5em 3.125em;
  border-radius: 0.625em;
  background-color: #fff;
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.16);
  font-weight: bold;
  line-height: 2;
}

.discovery_cnt_txt::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -1.5625em;
  bottom: 50%;
  width: 1.9375em;
  height: 2.0625em;
  transform: translateY(-50%);
  border-top: 1.03125em solid transparent;
  border-bottom: 1.03125em solid transparent;
  border-left: 1.9375em solid #fff;
  content: '';
}

.discovery_bg {
  position: relative;
  padding-top: 3em;
  padding-bottom: 5em;
  overflow: hidden;
}

.discovery_bg::after {
  -webkit-animation: bgiLoop 10s linear infinite;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  z-index: -10;
  position: absolute;
  top: -295%;
  left: 50%;
  width: 106%;
  height: 688%;
  transform: translate(-50%, 0) rotate(45deg);
  background-image: url("../images/re_discovery_bg.png");
  background-size: 53.5625em 33.4375em;
  animation: bgiLoop 10s linear infinite;
  content: '';
}

@-webkit-keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -53.4375em;
  }
}

@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -53.4375em;
  }
}

.discovery_bg::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.conversion_btn {
  display: block;
  width: 29.375em;
  max-width: 95%;
  margin: 1em auto 0;
}

.discovery_img {
  width: 66.3125em;
  max-width: 100%;
  margin: 0 auto;
}

.discovery_btn {
  top: 1.5em;
  width: 24.72222em;
  margin: 0.44444em auto 0;
  padding: 0.97222em 0.5em;
  border: 2px solid #D8323C;
  border-radius: 1.66667em;
  background-color: #D8323C;
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
}

a.discovery_btn {
  display: block;
  color: #fff;
  text-decoration: none;
}

.discovery_btn.show {
  top: 0;
}

.discovery_btn:hover {
  background-color: #fff;
  color: #D8323C;
}

.merit_all {
  max-width: 860px;
  margin: 3.75em auto 0;
  padding: 0 1em;
}

.merit_wrap {
  margin-top: 6em;
}

.merit_img {
  max-width: 100%;
}

.merit_cnt {
  -webkit-box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.2);
  position: relative;
  width: 35em;
  max-width: 100%;
  padding: 4em 3em 2.8em;
  background-color: #fff;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.2);
}

.merit_num {
  position: absolute;
  top: -0.5em;
  left: .3em;
  color: #00A3E9;
  font-size: 4.75em;
  font-weight: bold;
  line-height: 1;
}

.merit_title {
  font-size: 1.7em;
  font-weight: bold;
}

.merit_title_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #EF9B9D));
  background: -webkit-linear-gradient(transparent 70%, #EF9B9D 70%);
  background: linear-gradient(transparent 70%, #EF9B9D 70%);
}

.merit_txt {
  margin-top: 1.4em;
  font-size: 1.15em;
  line-height: 1.8;
}

.merit_img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.merit_img--01 img {
  z-index: 1;
  position: relative;
  top: -2em;
  right: 4em;
  width: 16em;
}

.merit_img--02 img {
  z-index: 1;
  position: relative;
  right: -2em;
  width: 17em;
}

.merit_img--03 img {
  z-index: 1;
  position: relative;
  top: -2em;
  right: 4em;
  width: 17em;
}

.result_wrap {
  margin-top: 3em;
}

.result_box {
  -webkit-box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.2);
  position: relative;
  width: 32.7em;
  max-width: 100%;
  margin-top: 2em;
  padding: 3.4375em 3.125em 2.8125em;
  background-color: #fff;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.2);
}

.result_box_img {
  position: absolute;
}

.result_box_img--01 {
  top: 1.25em;
  right: 4.5em;
  width: 4.78125em;
}

.result_box_img--02 {
  top: 1.125em;
  right: 2.0625em;
  width: 10.6875em;
}

.result_box_img--03 {
  top: 1.875em;
  right: 2.1875em;
  width: 8.6875em;
}

.result_box_img--04 {
  top: 1.125em;
  right: 3.1875em;
  width: 4.875em;
}

.result_box_img--05 {
  top: 2.3125em;
  right: 2.125em;
  width: 9.8125em;
}

.result_box_img--06 {
  top: 2.375em;
  right: 1.5625em;
  width: 10.21875em;
}

.result_num {
  color: #00A3E9;
  font-size: 4.75em;
  font-weight: bold;
  line-height: 1;
}

.result_title {
  margin-top: 0.83333em;
  font-size: 1.5em;
  font-weight: bold;
}

.result_txt {
  margin-top: 2.1875em;
  line-height: 1.8;
}

.step_line {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4.625em;
}

.step_blue {
  position: relative;
  width: 8.75em;
  margin-right: 2em;
  padding: 1.5em 0em 1.2em;
  border-radius: 1.25em;
  background: #00A3E9;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.step_blue::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.625em;
  left: 0;
  width: 1.25em;
  height: 0.625em;
  margin: 0 auto;
  border-top: 0.625em solid #00A3E9;
  border-right: 0.625em solid transparent;
  border-left: 0.625em solid transparent;
  content: '';
}

.step_blue_num {
  font-size: 1.25em;
  line-height: 1;
}

.step_blue_txt {
  margin-top: 0.15em;
  font-size: 3.25em;
  line-height: 1;
}

.step_cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.step_cnt_title {
  position: relative;
  margin-top: 0.1em;
  padding-left: 1.66667em;
  font-size: 1.875em;
  font-weight: bold;
}

.step_cnt_title::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  width: 1.23333em;
  height: 0.93333em;
  transform: translateY(-50%);
  background-image: url(../images/re_step_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.step_cnt_title_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFCD6A));
  background: -webkit-linear-gradient(transparent 60%, #FFCD6A 60%);
  background: linear-gradient(transparent 60%, #FFCD6A 60%);
}

.step_cnt_txt {
  margin-top: 1em;
  font-size: 1.125em;
  line-height: 1.8;
}

.step_widthBase {
  width: 1480px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}

.step_box {
  -webkit-box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.2);
  position: relative;
  width: 28.75em;
  max-width: 100%;
  min-height: 22.0625em;
  margin-top: 5.125em;
  padding: 4.0625em 3.125em 2em;
  background-color: #fff;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.2);
}

.step_box:nth-of-type(2), .step_box:nth-of-type(5), .step_box:nth-of-type(8) {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.step_box_img {
  position: absolute;
  top: -3.125em;
  right: 0;
  left: 0;
  width: 6.7em;
  height: 6.7em;
  margin: 0 auto;
  border-radius: 50%;
}

.step_box_sub {
  color: #777777;
  font-weight: bold;
  text-align: center;
}

.step_box_title {
  margin-top: 1.66667em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.step_box_txt {
  margin-top: 1.5em;
  line-height: 1.8;
}

.gift_wrap {
  width: 986px;
  max-width: 100%;
  margin: 0 auto;
}

.gift_box {
  width: 14.5em;
  height: calc(200);
  margin-top: 2.875em;
  padding: 0.9375em;
  background-color: #F5F5F5;
}

.gift_furigana {
  text-align: center;
}

.gift_kanji {
  color: #00A3E9;
  font-size: 4.25em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.gift_txt {
  font-size: 1.125em;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.gift_bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5.4375em;
}

.gift_bottom_txt {
  width: 37em;
  max-width: 100%;
  height: 6.5em;
  margin-top: 0.75em;
  padding: 1.5em 1em 1em 4.5em;
  background-image: url(../images/re_gift_fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
}

.gift_bottom_img {
  width: 7em;
  margin-left: 3em;
}

.price_wrap {
  width: 900px;
  max-width: 100%;
  margin: 4.9375em auto 0;
  background-color: #fff;
}

.price_img {
  position: relative;
  width: 19em;
  text-align: center;
}

.price_img .hdrMain_img-kanji {
  font-size: 1em;
}

.price_img .hdrMain_img-kanji:nth-of-type(1) {
  top: 8.5em;
  left: -1em;
}

.price_img .hdrMain_img-kanji:nth-of-type(2) {
  top: 6em;
  left: 4.5em;
}

.price_img .hdrMain_img-kanji:nth-of-type(3) {
  top: 6.2em;
  right: 4.5em;
}

.price_img .hdrMain_img-kanji:nth-of-type(4) {
  top: 14.5em;
  left: 0;
}

.price_img .hdrMain_img-kanji:nth-of-type(5) {
  top: 9.5em;
  left: 16.5em;
}

.price_img .hdrMain_img-kanji:nth-of-type(6) {
  top: 17.5em;
  left: 16.5em;
}

.price_cnt {
  margin-left: 3.25em;
  padding-top: 4.0625em;
  padding-bottom: 4.6875em;
}

.price_cnt_gray {
  width: 28.4375em;
  padding: 2.5em 1em 1.875em;
  background-color: #F5F5F5;
}

.price_cnt_gray_line_label {
  margin-right: 1em;
  margin-bottom: 0.88235em;
  padding: 0 0.25em;
  border-radius: 0.1875em;
  background-color: #00A3E9;
  color: #fff;
  font-size: 1.0625em;
  font-weight: bold;
}

.price_cnt_gray_line_price {
  font-size: 4.4375em;
  font-weight: bold;
  line-height: 1;
}

.price_cnt_gray_line_small {
  margin-bottom: 0.25em;
  margin-left: 0.25em;
  font-size: 1.25em;
  font-weight: bold;
}

.price_cnt_gray_bottom {
  margin-top: 0.5em;
  margin-left: 1em;
  text-align: center;
}

.price_cnt_gray_bottom__big {
  margin-right: 0.25em;
  margin-left: 0.25em;
  font-size: 1.5625em;
  font-weight: bold;
}

.price_cnt_txt {
  margin-top: 1.5em;
  line-height: 1.8;
  text-align: center;
}

.contact-contents::-webkit-input-placeholder {
  color: #b5b5b5;
}

.contact-contents::-moz-placeholder {
  color: #b5b5b5;
}

.contact-contents:-ms-input-placeholder {
  color: #b5b5b5;
}

.contact-contents::-ms-input-placeholder {
  color: #b5b5b5;
}

.contact-contents::placeholder {
  color: #b5b5b5;
}

@media screen and (max-width: 1500px) {
  /* 共通 */
  .step_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1vw;
  }
}

@media screen and (max-width: 1260px) {
  /* 共通 */
  .discovery_head {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  /* 共通 */
  .how-right {
    padding-top: 4.0625em;
  }
  .step_widthBase {
    width: 95%;
    padding: 0;
  }
  .step_box {
    width: 27em;
  }
  .gift_box {
    width: 15.5em;
  }
}

@media screen and (max-width: 768px) {
  /* 共通 */
  .section-base-header__main-title {
    font-size: 1.875em;
  }
  .section_top_base {
    padding-top: 4em;
    padding-bottom: 6em;
  }
  .about_wrap {
    margin-top: 2.3em;
    background-image: none;
  }
  .about_cnt {
    margin-top: 2em;
    padding: 0 2em;
  }
  .discovery_wrap {
    padding: 0 1em 0 .7em;
    font-size: 0.77em;
  }
  .discovery_btn {
    max-width: 100%;
  }
  .merit_cnt {
    width: 60%;
  }
  .merit_img {
    width: 40%;
  }
  .result_box {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 2.5em 2.1875em 1.875em;
  }
  .step_line {
    margin-top: 2em;
  }
  .step_blue {
    margin-right: 1em;
  }
  .step_wrap {
    font-size: 0.9em;
  }
  .step_box:nth-of-type(2), .step_box:nth-of-type(5), .step_box:nth-of-type(8) {
    margin-right: 0;
    margin-left: 0;
  }
  .step_box:nth-of-type(2n) {
    margin-left: auto;
  }
  .gift_box {
    width: 12em;
  }
  .gift_bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 2em;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 480px) {
  /* 共通 */
  .form-submit {
    -ms-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
  }
  .form-submit__item {
    width: 80%;
  }
  .form-submit__item + .form-submit__item {
    margin: 1em 0 0;
  }
  .section_header::after {
    width: 2.5em;
    height: 0.1875em;
  }
  .section_header {
    padding-bottom: 2em;
  }
  .section_header_title {
    font-size: 6em;
  }
  .reason_wrap {
    margin-top: 2.3em;
  }
  .reason_img {
    width: 10em;
    margin: 0 auto;
  }
  .reason_title {
    font-size: 3em;
    line-height: 1.3;
  }
  .reason_txt {
    font-weight: normal;
  }
  .about_title {
    font-size: 2em;
    white-space: nowrap;
  }
  .discovery_section {
    margin-top: 3.2em;
  }
  .discovery_unit_icon {
    width: 5em;
  }
  .discovery_head_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.14286em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .discovery_cnt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .discovery_cnt_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
    margin-left: 2em;
    padding: 1.5em 2.5em;
    font-size: 1.25em;
    font-weight: normal;
  }
  .discovery_cnt_txt::before {
    right: auto;
    left: -1.5625em;
    border-right: 1.9375em solid #fff;
    border-left: none;
  }
  .discovery_btn {
    font-size: 1.25em;
  }
  .merit_wrap {
    z-index: 1;
    position: relative;
    margin-top: 5em;
  }
  .merit_wrap:nth-of-type(1) .merit_img {
    top: 8em;
    right: 0;
    width: 45%;
  }
  .merit_wrap:nth-of-type(2) .merit_img {
    right: .5em;
    width: 55%;
  }
  .merit_wrap:nth-of-type(3) .merit_img {
    right: 0;
    width: 55%;
  }
  .merit_cnt {
    width: 100%;
    margin-top: 10em;
    font-size: 0.8em;
  }
  .merit_cnt:nth-of-type(1) {
    margin-top: 7em;
  }
  .merit_img--01 img {
    top: 0;
    right: 0;
  }
  .merit_img--02 img {
    right: 0;
  }
  .merit_img--03 img {
    top: 0;
    right: 0;
  }
  .merit_img {
    -webkit-transform: translateY(-100%);
    z-index: 1;
    position: absolute;
    top: 10em;
    right: 2em;
    transform: translateY(-100%);
  }
  .result_wrap {
    margin-top: 2.6em;
    padding: 0 1em;
  }
  .result_box + .result_box {
    margin-top: 3em;
  }
  .result_box_img--04 {
    right: 2em;
  }
  .step_line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.3em;
    padding: 0 1em;
  }
  .step_blue {
    width: 8em;
    margin: 0 auto;
  }
  .step_cnt {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: 2em;
  }
  .step_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1em;
  }
  .step_box {
    width: 26em;
    min-height: auto;
    padding: 4.5em 2.5em 2.3em;
  }
  .step_box:nth-of-type(2n) {
    margin-left: 0;
  }
  .gift_wrap {
    width: 100%;
    margin-top: 1.5em;
  }
  .gift_box {
    width: 24%;
    margin-top: 1em;
    padding: .9em .2em;
  }
  .gift_kanji {
    font-size: 2.5em;
  }
  .gift_txt {
    font-size: .63em;
  }
  .gift_bottom_txt {
    width: 30em;
    padding: 1.1em 1em 1em 1.5em;
    font-size: 1.1em;
    text-align: center;
  }
  .price_wrap {
    width: 95%;
    margin-top: 2.8em;
    padding: 1.5em;
  }
  .price_img {
    width: 22em;
    margin: 3em 2em 0 0;
  }
  .price_img .hdrMain_img-kanji {
    font-size: 0.7em;
  }
  .price_img .hdrMain_img-kanji:nth-of-type(1) {
    top: 0;
    left: 18em;
  }
  .price_img .hdrMain_img-kanji:nth-of-type(2) {
    top: -4em;
    left: 22em;
  }
  .price_img .hdrMain_img-kanji:nth-of-type(3) {
    top: -3em;
    right: 1em;
  }
  .price_img .hdrMain_img-kanji:nth-of-type(4) {
    top: 9em;
    left: 18em;
  }
  .price_img .hdrMain_img-kanji:nth-of-type(5) {
    top: 2.5em;
    left: 32.5em;
  }
  .price_img .hdrMain_img-kanji:nth-of-type(6) {
    top: 9.5em;
    left: 30.5em;
  }
  .price_cnt {
    max-width: 100%;
    margin-left: 0;
    padding: 1em 0 0;
  }
  .price_cnt_gray {
    width: 100%;
    font-size: .9em;
    white-space: nowrap;
  }
  .price_cnt_gray_line_price {
    font-size: 4em;
  }
}
