@charset "utf-8";

/* ---------- 共通要素 ---------- */
html {
  display: none;
  height: 100%;
  overflow-y: scroll;

  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  position: relative;
  min-width: 1180px;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

/* ブロックの幅や余白 */
.recommend,
.attention,
.terms,
.rule {
  padding: 60px 0;
}
.commerce {
  padding-top: 60px;
}

.container {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .recommend,
  .attention,
  .terms,
  .rule {
    padding: 60px 0;
  }
  .commerce {
    padding-top: 40px;
  }

  .container {
    padding: 0 20px;
  }
}


/* ---------- 見出し ---------- */
.heading__wrap {
  margin: 0 auto;
}

.heading--underline--short {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.heading--underline--short:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  background: #E50013;
}


/* ---------- ヘッダー ---------- */
.l-header {
  z-index: 10;
  position: relative;
  background: #fff;
}

.p-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 30px;
}

.p-header-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.p-header-title {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.p-header-title__logo, .p-header-title__text {
  display: block;
}

.p-header-title__logo {
  width: 149px;
}

.p-header-title__logo img {
  width: 140px;
  height: auto;
}

.p-header-title__text {
  width: 270px;
  margin-left: 11px;
}
.p-header-title__text img {
  width: 258px;
  height: auto;
}


@media screen and (max-width: 767px) {
  .p-header {
    padding-right: 0;
    padding-left: 0;
  }

  .p-header-group {
    padding: 10px;
  }

  .p-header-group__left {
    flex: 1 0 0px;
  }
  .p-header-group__right {
    display: none;
  }
  .p-header-title__logo {
    width: 105px;
  }
  .p-header-title__text {
    flex: 1 0 0px;
    width: auto;
    max-width: 200px;
    margin-left: 8px;
  }
}


/* ---------- フッター ---------- */
.footer {
  background-color: #F2F0EB;
}

.copyright__wrap {
  background-color: #E50013;
  padding: 5px 0 5px;
}

.copyright {
  color: #f5f5f5;
  font-size: 12px;
  text-align: center;
}


/* ---------- パンくず ---------- */
.pankuzu {
  background-color: #f5f5f5;
  height: 30px;
}

.pankuzu__wrap {
  align-items: center;
  column-gap: 3px;
  color: #acacac;
  display: flex;
  font-size: 12px;
  padding: 4px 0 0;
}

.pankuzu__wrap a {
  color: #111;
  cursor: pointer;
  text-decoration: underline;
}

.pankuzu__wrap a:hover {
  text-decoration: none;
}

.pankuzu__icon {
  width: 16px;
  height: 16px;
  display: grid;
  place-content: center;
}

.pankuzu__text {
  margin-top: 1px;
}

.pankuzu__arrow {
  width: 12px;
}

.pankuzu__arrow img {
  height: 16px;
  width: 16px;
}

@media screen and (max-width: 767px) {
  .pankuzu {
    margin-top: 10px;
    margin-left: -10px;
    display: block;
  }

  .pankuzu::-webkit-scrollbar {
    display: none;
  }
}


/* ---------- トップへスクロール ---------- */
.scrollTop {
  display: none;
}

.scrollTop__button {
  align-items: center;
  background-color: #E50013;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  position: fixed;
  right: 30px;
  width: 40px;
  z-index: 10;
}

.scrollTop__button img {
  height: 24px;
  width: 24px;
}

@media screen and (max-width: 767px) {
  .scrollTop__button {
    right: 10px;
  }
}


/* ---------- メインエリア ---------- */
.main {
  align-items: center;
  background-color: #555;
  background-image: radial-gradient(#666 1px, #555 2px);
  background-size: 25px 25px;
  display: flex;
  justify-content: center;
  height: 300px;
  opacity: 1.0;
}

.catchcopy {
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 30px;
  text-align: center;
}


/* ---------- 推奨環境 ---------- */
.recommend {
  background-color: #fff;
}

.recommend__text {
  line-height: 1.6em;
  padding-top: 16px;
}

.recommend__heading__wrap {
  align-items: center;
  column-gap: 10px;
  display: flex;
  margin-top: 30px;
}

.recommend__haeding__text {
  font-size: 16px;
  font-weight: bold;
}

.recommend__content__text {
  line-height: 1.6em;
  margin: 10px 0 0 34px;
  padding-left: 1em;
  text-indent: -1em;
}

.recommend__alert {
  background-color: #f5f5f5;
  margin-top: 30px;
  padding: 14px 30px 30px;
}

.recommend__content__alert {
  line-height: 1.6em;
  margin: 5px 0 0;
  padding-left: 1em;
  padding-top: 16px;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .recommend__heading {
    font-size: 18px;
    margin-top: 30px;
  }

  .recommend__alert {
    padding: 4px 20px 20px;
  }
}

.attention {
  background-color: #F2F0EB;
}

.attention__content {
  line-height: 1.6em;
  margin: 5px 0 0;
  padding-left: 1em;
  padding-top: 16px;
  text-indent: -1em;
}

.attention__content a {
  color: #00f;
  cursor: pointer;
  text-decoration: underline;
}

.attention__content a:hover {
  text-decoration: none;
}


/* ---------- ビジトレホーダイ利用約款 ---------- */
.rule__article {
  margin-top: 20px;
}

.rule__title {
  margin-bottom: 5px;
}

.rule__list--ol {
  list-style: decimal;
  margin-left: 20px;
}
.rule__list--ul li {
  text-indent: -0.5em;
}

.rule__list a:link, .rule__list a:visited {
  color: #00f;
  text-decoration: underline;
  -wabkit-tap-highlight-color: transparent;
}
.rule__list a:hover, .rule__list a:active {
  text-decoration: none;
}


/* ---------- 特定商取引法に関する表記 ---------- */
.commerce__anchor {
  background-color: #f2f2f2;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  column-gap: 40px;
  justify-content: center;
}

.commerce__anchor a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/houjin/hodai/assets/images/arrow_bottom.svg") no-repeat center center;
  background-size: contain;
  vertical-align: -0.3em;
  margin-left: 4px;
}

.commerce__anchor a:link, .commerce__anchor a:visited {
  display: inline-block;
  text-decoration: underline;
  -wabkit-tap-highlight-color: transparent;
}
.commerce__anchor a:hover, .commerce__anchor a:active {
  text-decoration: none;
}

.commerce__section {
  margin-bottom: 100px;
}

.commerce__heading {
  background-color: #f2f0eb;
  border-left: 6px solid #e50013;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding: 18px 20px 14px;
}

.commerce__item {
  margin-bottom: 40px;
}

.commerce__item p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.commerce__item a:link, .commerce__item a:visited {
  color: #00f;
  text-decoration: underline;
  -wabkit-tap-highlight-color: transparent;
}
.commerce__item a:hover, .commerce__item a:active {
  color: #00f;
  text-decoration: underline;
  -wabkit-tap-highlight-color: transparent;
}

.commerce__title {
  margin-bottom: 4px;
}

.commerce__title::before {
  content: "■";
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .commerce__anchor {
    flex-direction: column;
    column-gap: 0;
    row-gap: 10px;
  }

  .commerce__heading {
    font-size: 16px;
    padding: 12px 14px 10px;
  }
}

.commerce__table-container {
  margin-bottom: 25px;
}

.commerce__table-container p {
  margin-bottom: 0;
}

.commerce__table-container p.commerce__table-title {
  text-indent: -0.7rem;
  margin-bottom: 10px;
}
.commerce__table-container p.commerce__table-plan {
  margin-bottom: 4px;
}

.commerce__table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  display: block;
  width: 840px;
  border-collapse: collapse;
}
th, td {
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 6px;
  line-height: 1.4;
}
th {
  background-color: #f2f2f2;
  text-align: left;
}

.commerce__table--fee th:nth-child(1) {
  width: 126px;
}
.commerce__table--fee th:nth-child(2) {
  width: 168px;
}
.commerce__table--fee th:nth-child(3) {
  width: 252px;
}
.commerce__table--fee th:nth-child(4) {
  width: 294px;
}

.commerce__table--payment th:nth-child(1),
.commerce__table--payment th:nth-child(2) {
  width: 10%;
}
.commerce__table--payment th:nth-child(3),
.commerce__table--payment th:nth-child(4),
.commerce__table--payment th:nth-child(5),
.commerce__table--payment th:nth-child(6) {
  width: 20%;
}
.commerce__table--payment th:nth-child(2) {
  white-space: nowrap;
}

.commerce__table--period th:nth-child(1) {
  width: 84px;
}
.commerce__table--period th:nth-child(2),
.commerce__table--period th:nth-child(3) {
  width: 378px;
}

.commerce__table--fee td {
  text-align: right;
}

td.commerce__plan-id {
  text-align: left;
  white-space: nowrap ;
}

.commerce__note-list {
  margin-top: -10px;
}

.commerce__note-list li {
  line-height: 1.6em;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 840px) {
  .commerce__table table {
    width: 100%;
  }
  .commerce__table--fee th:nth-child(1) {
    width: 15%;
  }
  .commerce__table--fee th:nth-child(2) {
    width: 20%;
  }
  .commerce__table--fee th:nth-child(3) {
    width: 30%;
  }
  .commerce__table--fee th:nth-child(4) {
    width: 35%;
  }

  .commerce__table--period th:nth-child(1) {
    width: 10%;
  }
  .commerce__table--period th:nth-child(2),
  .commerce__table--period th:nth-child(3) {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .commerce__exclusion {
    display: block;
    text-indent: -1rem;
  }
}

@media screen and (max-width: 480px) {
  .commerce__table table {
    width: 480px;
  }
  .commerce__table--period table {
    width: 100%;
  }

  .commerce__table--fee th:nth-child(1),
  .commerce__table--fee th:nth-child(2),
  .commerce__table--fee th:nth-child(3),
  .commerce__table--fee th:nth-child(4),
  .commerce__table--payment th:nth-child(1),
  .commerce__table--payment th:nth-child(2),
  .commerce__table--payment th:nth-child(3),
  .commerce__table--payment th:nth-child(4),
  .commerce__table--payment th:nth-child(5),
  .commerce__table--payment th:nth-child(6),
  .commerce__table--period th:nth-child(1),
  .commerce__table--period th:nth-child(2),
  .commerce__table--period th:nth-child(3) {
    width: auto;
  }
}

@media (min-width: 768px) {
  .commerce__item a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}