@charset "UTF-8";
* {
  font-family: "Noto Sans JP", serif;
  color: #222;
}

.is-sp {
  display: none;
}

body {
  line-height: 1.5;
}

.red {
  color: #f22;
  font-weight: bold;
}

section {
  width: clamp(300px, 95%, 1200px);
  margin: 0 auto;
  padding: 30px 0;
}

img.pc {
  display: inline;
}

a {
  color: #004ac8;
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
}

.paragraph {
  margin-bottom: 1em;
}

header {
  width: 100%;
  height: 80px;
  position: relative;
  position: fixed;
  background-color: #fff;
  z-index: 10;
}

.header__wrapper {
  width: clamp(300px, 95%, 1200px);
  margin: 0 auto;
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h1 {
  height: 60px;
  width: auto;
}
h1 img {
  height: 100%;
}

.openbtn1 {
  z-index: 99999;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  position: relative;
}

.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  width: 27px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.openbtn1 span:nth-of-type(1) {
  top: 19px;
}

.openbtn1 span:nth-of-type(2) {
  top: 30px;
}

.openbtn1 span:nth-of-type(3) {
  top: 41px;
}

.openbtn1.active {
  display: inline;
}

.openbtn1.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) translateX(-50%) rotate(-45deg);
          transform: translateY(11px) translateX(-50%) rotate(-45deg);
  width: 27px;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) translateX(-50%) rotate(45deg);
          transform: translateY(-11px) translateX(-50%) rotate(45deg);
  width: 27px;
}

.ham__g-nav {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fafafa;
  height: 100%;
  width: 100%;
  margin: 0 0 2% 0;
  z-index: -9999;
  overflow-y: scroll;
  scrollbar-width: none;
}

.ham__g-nav.panelactive {
  opacity: 1;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ham__top-link {
  width: auto;
  padding: 0 15px;
  margin-bottom: 60px;
  min-width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ham__top-link img {
  height: 60px;
  display: block;
}

.ham__g-nav {
  background-image: url(../img/eyecatch_bg.jpg);
}

.ham__g-nav__wrapper {
  width: clamp(300px, 95%, 1200px);
  margin: 0 auto;
  padding: 30px 0;
  padding-top: 10px;
}

.ham__g-nav__inner {
  padding: 30px 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .ham__g-nav__inner {
    padding: 30px 10px 0;
  }
}
@media screen and (max-width: 520px) {
  .ham__g-nav__inner {
    padding: 20px 10px 0;
  }
}
.ham__g-nav__navigation {
  width: 48.5%;
}

.ham__g-nav__heading {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 15px 10px;
  position: relative;
  border-bottom: solid 2px #222;
}

.ham__g-nav__list {
  padding-top: 30px;
  width: 100%;
  padding: 20px 15px 0;
}

.ham__g-nav__list li {
  width: 100%;
  padding-top: 20px;
}

.ham__g-nav__list li:first-of-type {
  padding-top: 0;
}

.ham__g-nav__list a {
  display: inline-block;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.ham__g-nav__list a:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0.8;
}

.sub-eng {
  padding-left: 0.5em;
  font-size: 0.8em;
}

.sub-eng::before {
  content: "-";
}

.sub-eng::after {
  content: "-";
}

.purchase-link {
  width: 48.5%;
}

.purchase-link p {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}

.ec-link {
  margin: 30px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-link li {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: solid 1px #3b97bf;
  margin-top: 30px;
  background-color: #fff;
}
.ec-link li:first-of-type {
  margin-top: 0;
}
.ec-link a {
  width: 100%;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-link img {
  padding: 15px 0;
  vertical-align: bottom;
}

/* eyecatch-container */
.eyecatch-container {
  background-image: url(../img/eyecatch_bg.jpg);
  background-repeat: repeat;
  width: 95%;
  padding: 110px 0 30px;
  margin: 0 auto;
  min-height: 100dvh;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

/* eyecatch-frame */
.eyecatch-frame {
  width: clamp(300px, 95%, 1200px);
  margin: 0 auto;
  padding: 0 15px;
}

.eyecatch-comment {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.eyecatch-image {
  margin: 100px auto 0;
  height: 180px;
}

.eyecatch-image img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

/* 枠 */
.easy-frame {
  padding-top: 80px;
}

/* 簡易説明コンテンツ */
.easy-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 各簡易説明のスタイル */
.easy-left,
.easy-center,
.easy-right {
  font-size: 24px;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0;
  text-align: center;
  border: 1px #5895ce solid;
  background-color: #FFF;
}

.easy__break {
  display: none;
}
@media (max-width: 1000px) {
  .easy__break {
    display: block;
  }
}

.choose-list {
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 0 auto;
}

.select-tab {
  width: 50%;
}
.select-tab__heading {
  font-weight: 700;
}

select {
  margin-top: 8px;
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
  border: solid 1px #5895ce;
  width: 100%;
  padding: 0.5rem;
  background-color: #FFF;
}

.select-button {
  color: #fff;
  font-weight: 700;
  border: solid 1px #5895ce;
  background: -webkit-gradient(linear, right top, left top, from(#5894ce), to(#5fc1cc));
  background: -webkit-linear-gradient(right, #5894ce, #5fc1cc);
  background: linear-gradient(to left, #5894ce, #5fc1cc);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 0 24px;
  display: block;
  height: 100%;
}

.select-button:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  cursor: pointer;
}

.select-button__bg {
  background-color: #fff;
}

.price-table {
  padding: 30px 15px 0;
}
@media screen and (max-width: 768px) {
  .price-table {
    padding: 30px 10px 0;
  }
}
@media screen and (max-width: 520px) {
  .price-table {
    padding: 20px 10px 0;
  }
}
.price-table__content {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
}
.price-table__content th {
  border: 1px solid #5895ce;
  padding: 1rem 0;
  text-align: center;
  vertical-align: middle;
  background-color: #f9fdff;
  font-weight: bold;
}
.price-table__content td {
  border: 1px solid #5895ce;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}
.price-table__content th:nth-of-type(1) {
  width: 50%;
}
.price-table__content th:nth-of-type(2) {
  width: 33%;
}
.price-table__content th:nth-of-type(3) {
  width: 17%;
}
.price-table__image img {
  height: 100%;
}
.price-table__button {
  color: #fff;
  font-weight: 700;
  border: solid 1px #5895ce;
  background: -webkit-gradient(linear, right top, left top, from(#5894ce), to(#5fc1cc));
  background: -webkit-linear-gradient(right, #5894ce, #5fc1cc);
  background: linear-gradient(to left, #5894ce, #5fc1cc);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 1rem;
  padding: 1.5rem;
  width: calc(100% - 24px);
  margin: 0 auto;
  text-decoration: none;
  display: block;
}
.price-table__button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.price-table__srp-list {
  margin-top: 15px;
}
.price-table__srp-list p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.price-table__srp-list p:before {
  content: "※";
}

.price {
  color: red;
  /* 価格を赤色に */
  font-weight: bold;
  /* 太字に */
  display: block;
  white-space: nowrap;
}

.tax {
  white-space: nowrap;
}

.price-table th {
  background-color: #fff9fe;
}

.discount-amount {
  font-size: 1rem;
}

.heading__wrapper {
  padding: 0 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
  font-weight: 700;
  position: relative;
}
.heading__wrapper::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: pink;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading__wrapper h2,
.heading__wrapper h3 {
  font-size: 1.5rem;
  color: #5fbecd;
}
.heading__wrapper span {
  font-size: 1.25rem;
  color: #5895ce;
}

.section__content {
  padding: 30px 15px 0;
}
@media screen and (max-width: 768px) {
  .section__content {
    padding: 30px 10px 0;
  }
}
@media screen and (max-width: 520px) {
  .section__content {
    padding: 20px 10px 0;
  }
}

.section__content__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section__content__list li::before {
  content: "・";
}

.white-base {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 30px 15px 0;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .white-base {
    padding: 30px 10px 0;
  }
}
@media screen and (max-width: 520px) {
  .white-base {
    padding: 20px 10px 0;
  }
}

dt {
  margin-top: 1rem;
  font-weight: 700;
}

dt:first-of-type {
  margin-top: 0;
}

dd {
  margin-top: 0.5rem;
}
dd i {
  margin-left: 0.25rem;
}

.section__junction {
  margin: 45px 0 30px;
}

.purchase-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
  padding-top: 30px;
}
.purchase-site li {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 48.5%;
  border: solid 1px #5895ce;
}
.purchase-site a {
  width: 100%;
  height: 100%;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.purchase-site img {
  padding: 15px 0;
  vertical-align: bottom;
}

.bg__pink {
  background-color: #fffafe;
}

.review__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
  padding: 30px 15px 0;
}
.review__item {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 48.5%;
  min-height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.review__item__reviewer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.review__item--icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.review__item--icon img {
  display: block;
  height: 50px;
  width: auto;
}

.faq__content li {
  margin: 30px 15px 0;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #ddd;
}
.question p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.question--icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #5895ce;
  position: relative;
}
.question--icon:before {
  content: "Q";
  color: #fff;
  position: absolute;
  top: -2px;
  left: 6px;
}

.answer {
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.answer--icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #d8b7d6;
  position: relative;
  margin-top: 2px;
}
.answer--icon:before {
  content: "A";
  color: #fff;
  position: absolute;
  top: -1px;
  left: 7.5px;
}

.companys {
  background-color: #fffafe;
}
.companys ul {
  width: clamp(300px, 95%, 1200px);
  margin: 0 auto;
  padding: 30px 0;
}
.companys ul li {
  padding: 30px 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .companys ul li {
    padding: 30px 10px 0;
  }
}
@media screen and (max-width: 520px) {
  .companys ul li {
    padding: 20px 10px 0;
  }
}
.companys ul li:first-of-type {
  padding-top: 0;
}
.companys ul img {
  width: 100px;
  height: auto;
}
.companys__info__heading {
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.copyright {
  padding: 15px 0;
  font-size: 0.75rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .price-table__content {
    font-size: 1rem;
  }
  .price-table th {
    padding: 1rem 0;
  }
  .price-table th:nth-of-type(1) {
    width: 50%;
  }
  .price-table th:nth-of-type(2) {
    width: 25%;
  }
  .price-table th:nth-of-type(3) {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
  .is-sp {
    display: block;
  }
  header {
    height: 60px;
  }
  .header__wrapper {
    width: clamp(300px, 95%, 1200px);
    margin: 0 auto;
    padding: 30px 0;
    padding: 5px 10px;
  }
  h1 {
    height: 50px;
    width: auto;
  }
  h1 img {
    height: 100%;
  }
  .openbtn1 {
    width: 50px;
    height: 50px;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 14px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 25px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 36px;
  }
  .openbtn1.active {
    display: inline;
  }
  .ham__top-link {
    width: auto;
    padding: 0 10px;
    margin-bottom: 0px;
  }
  .ham__top-link img {
    height: 50px;
    display: block;
  }
  .ham__g-nav__wrapper {
    padding-top: 5px;
  }
  .ham__g-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0px 0;
  }
  .ham__g-nav__navigation {
    width: 100%;
  }
  .ham__g-nav__heading {
    padding: 0 10px 10px;
  }
  .ham__g-nav__list {
    padding-top: 30px;
    width: 100%;
    padding: 20px 10px 0;
  }
  .ham__g-nav__list li {
    padding-top: 10px;
  }
  .purchase-link {
    width: 100%;
    padding-top: 20px;
  }
  .ec-link {
    margin: 20px auto;
  }
  .ec-link li {
    margin: 30px 10px;
  }
  .ec-link img {
    padding: 10px 0;
    height: 70px;
    width: auto;
  }
  .top {
    width: 100%;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 90px 0 30px;
  }
  .hero-image {
    width: clamp(300px, 95%, 1200px);
    margin: 0 auto;
    padding: 30px 0;
    padding: 0 10px;
  }
  .main-visual {
    padding-top: 60px;
  }
  .main-visual img {
    width: 45%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .section__junction {
    margin: 30px 0 15px;
  }
  /* eyecatch-container */
  .eyecatch-container {
    width: 100%;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 0;
  }
  /* eyecatch-frame */
  .eyecatch-frame {
    padding: 90px 0px 30px;
  }
  .eyecatch-comment {
    font-size: 2rem;
  }
  .eyecatch-image {
    margin: 30px auto 0;
    height: 120px;
  }
  .easy-frame {
    padding: 40px 10px 0;
  }
  .easy-left,
  .easy-center,
  .easy-right {
    width: 30%;
    padding: 1em 0;
    font-size: 1.2rem;
  }
  .choose-list {
    display: none;
  }
  .price-table {
    padding-top: 0;
  }
  .price-table__content th:nth-of-type(1) {
    width: 40%;
  }
  .price-table__content th:nth-of-type(2) {
    width: 30%;
  }
  .price-table__content th:nth-of-type(3) {
    width: 30%;
  }
  .price-table__image {
    max-width: 100%;
  }
  .price-table__image img {
    height: auto;
  }
  .price-table__button {
    color: #fff;
    font-weight: 700;
    border: solid 1px #5895ce;
    background: -webkit-gradient(linear, right top, left top, from(#5894ce), to(#5fc1cc));
    background: -webkit-linear-gradient(right, #5894ce, #5fc1cc);
    background: linear-gradient(to left, #5894ce, #5fc1cc);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 1rem;
    width: calc(100% - 1rem);
    margin: 0 auto;
  }
  .heading__wrapper {
    padding: 0 10px 10px;
  }
  .white-base {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .product-info__item {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
  .product-info__package-image img {
    margin: 30px auto;
  }
  .directions {
    width: 100%;
  }
  .directions__heading {
    padding: 0 10px 10px;
  }
  .directions__intro {
    padding-bottom: 30px;
  }
  .directions__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .directions__content > * {
    width: 100%;
  }
  .directions__image {
    margin-bottom: 30px;
  }
  .directions__image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .directions__info {
    margin: 0;
    padding-bottom: 30px;
  }
  .purchase-site {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 0;
  }
  .purchase-site li {
    width: 100%;
  }
  .purchase-site img {
    padding: 10px 0;
    vertical-align: bottom;
    height: 70px;
  }
  .review__list {
    row-gap: 30px;
    padding: 30px 0 0;
    margin: 0 10px;
  }
  .review__item {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    width: 100%;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin: 0 auto;
  }
  .review__item--icon {
    width: 45px;
    height: 45px;
    margin: 0 auto;
  }
  .review__item--icon img {
    height: 40px;
  }
  .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
  }
  .question--icon:before {
    top: 0;
    left: 6px;
  }
  .answer {
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .answer--icon:before {
    top: 0;
    left: 7.5px;
  }
  .companys ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: 0 10px;
  }
  .companys ul li:first-of-type {
    padding-top: 0;
  }
  .companys ul img {
    width: 80px;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
  .ham__g-nav__inner {
    padding-top: 30px;
  }
  .ham__g-nav__list {
    padding-top: 15px;
  }
  .main-visual {
    padding-top: 30px;
  }
  .main-visual img {
    width: 48.5%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .eyecatch-comment {
    font-size: 1.9rem;
  }
  .eyecatch-image {
    margin: 30px auto 0;
    height: 100px;
  }
  .easy-left,
  .easy-center,
  .easy-right {
    padding: 0.75rem 0;
  }
  .price-table__content td {
    padding: 0.25rem;
  }
  .price-table__content th:nth-of-type(1) {
    width: auto;
  }
  .price-table__content th:nth-of-type(2) {
    width: auto;
  }
  .price-table__content th:nth-of-type(3) {
    width: 30%;
  }
  .price-table__image {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price-table__image img {
    height: auto;
  }
  .price-table__button {
    display: block;
    padding: 1rem 0;
    font-size: 0.8rem;
    width: 100%;
    margin: 0 auto;
  }
  .discount-amount {
    font-size: 0.85rem;
  }
  .heading__wrapper h2,
  .heading__wrapper h3 {
    font-size: 1.3rem;
  }
  .heading__wrapper span {
    font-size: 1rem;
  }
  .white-base {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .directions__content {
    padding-bottom: 20px;
  }
  .directions__intro {
    padding-bottom: 20px;
  }
  .directions__image {
    margin-bottom: 0;
  }
  .directions__info {
    margin: 20px 0 0;
  }
  .product-info {
    gap: 0;
  }
  .product-info__item {
    margin: 20px 0 0;
  }
  .review__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    padding-bottom: 20px;
    margin: 0;
  }
  .review__item__reviewer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .review__item--icon {
    display: none;
  }
  .review__comment {
    width: 100%;
  }
  .faq__content li {
    margin: 30px 10px 0;
  }
  .question--icon:before {
    left: 6px;
  }
  .answer--icon:before {
    left: 7.5px;
  }
  .companys ul li {
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .easy-center {
    width: 35%;
  }
}/*# sourceMappingURL=style.min.css.map */