.help__title {
  font-size: 1.4em;
  margin: 80px auto;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  display: block;
  width: 100%;
  max-width: 160px;
  letter-spacing: .2px;
}

.help__block {
  height: 100%;
  margin-top: 1rem;
}

.help__heading {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 2px solid #999;
  margin-bottom: 12px;
}

.help__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.help__list li {
  position: relative;
}

.help__list li a {
  display: block;
  padding: 8px 40px 8px 16px;
  color: #000;
  text-decoration: none;
}

.help__list li:hover {
  background-color: #f2f2f2;
}

.help__list li::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  transform: rotate(135deg);
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.help__list li:hover::after {
  opacity: 1;
}

.help__subList-text {
  position: relative;
  display: inline-block;
}

.help__subList-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}

.help__list li a:hover .help__subList-text::after {
  width: 100%;
}


.help__left-title {
  background: #f7f7f7;
  line-height: 2;
  padding: 1rem;
  font-weight: 800;
  text-align: center;
  font-size: 18px;
}

.help__step {
  padding: 0 10px 10px 10px;
}

.help__step li {
  border-top: 2px dotted #999;
  padding: 2rem 0;
}

.help__step li:last-child {
  border-bottom: 2px dotted #999;
}

.help__step-num {
  font-size: 18px;
  font-weight: 700;
}

.help__step-subName {
  font-size: 18px;
  font-weight: 700;
}

.help__step-img {
  width: 100%;
  display: block;
  margin: 2rem auto 1rem;
  text-align: center;
}

.max-weight-340 {
  max-width: 340px !important;
}

.max-weight-420 {
  max-width: 420px !important;
}

.max-weight-287 {
  max-width: 287px !important;
}

.help__backbtn {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  margin: 60px auto;
  display: block;
  padding: 1rem 3rem;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  color: #000;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%;
  max-width: 350px;
}

.help__backbtn:hover {
  border-color: #033B74;
  color: #033B74;
  text-decoration: none;
}

.help__obtn {
  padding: .8rem 1.6rem;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  margin: 24px auto 12px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  color: #000;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%;
  max-width: 390px;
}

.help__obtn:hover {
  border-color: #033B74;
  color: #033B74;
  text-decoration: none;
}

.is-important {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dotted #C1272D;
  padding: 8px 16px;
  background-color: #fff;
}

.is-importan_mypage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #C1272D;
  margin: 20px 10px;
  padding: 16px;
  background-color: #fff;
}

.top_is-import {
  margin: 0 .7rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #C1272D;
  padding: 16px 32px;
  background-color: #fff;
}

.help__step-ul li {
  list-style: disc;
  padding: .5rem 0;
  margin: 0;
  border: none !important;
}


.help__step-ul li.nostyle {
  list-style: none;
  padding: .5rem 0;
  margin: 0;
  border: none !important;
}

ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin: 0 0 1rem !important;
}

ol li {
  border: none !important;
  padding: 0 !important;
  list-style: decimal;
  display: list-item;
}

p {
  margin-top: .12rem;
}

.help__payment-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}

.help__payment-table th,
.help__payment-table td {
  border: 1px solid #b5c7d3;
  padding: 14px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.help__payment-table td {
  width: 70%;
  background-color: #f4f4f4;
  font-weight: 400;
}

.help__note-red {
  color: #C1272D;
}

.help__payment-atted {
  border: #707070 1px solid;
  padding: 1rem;
  font-size: 14px;
  margin: 2rem auto;
}

.help__bg-red {
  background: #C1272D;
  text-align: center;
  color: #fff;
  padding: 1rem;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.help__meyasu-red {
  border: 1px solid #C1272D;
  padding: 1rem;
  font-size: 14px;
}

.help__meyasu-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #316B88;
}

.help__meyasu-table th,
.help__meyasu-table td {
  border: 1px solid #316B88;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.6;
}

.help__meyasu-table th {
  background-color: #fff;
  text-align: left;
  font-weight: 700;
}

.help__meyasu-table td {
  text-align: center;
}

.help__meyasu-table .meyasu-bg1 {
  background-color: #F5CF82;
}

.help__meyasu-table .meyasu-bg2 {
  background-color: #9ED19B;
}

.help__meyasu-table .meyasu-bg3 {
  background-color: #8FCEE8;
}

.help__meyasu-table .meyasu-bg4 {
  background-color: #ED6881;
}


@media (min-width: 992px) {
  .col-lg-3 {
    width: 30% !important;
  }

  .col-lg-9 {
    width: 70% !important;
  }

}

/* ===== スマホ対応 ===== */

@media screen and (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }

  .help {
    padding: 0;
    margin: 0;
  }

  .help__step li {
    flex-direction: column;
  }

  .help__backbtn {
    padding: 1rem 2rem;
  }

  .max-weight-340,
  .max-weight-420 {
    max-width: 100%;
  }

  .help__step {
    padding: 0;
  }

  .is-importan_mypage {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #C1272D;
    margin: 20px auto;
    padding: 16px;
    background-color: #fff;
  }
  .top_is-import {
    margin: 16px auto 32px;
    padding: 8px 16px;
  }

  .help__payment-table,
  .help__payment-table tbody,
  .help__payment-table tr,
  .help__payment-table th,
  .help__payment-table td {
    display: block;
    width: 100%;
  }

  .help__payment-table tr {
    margin-bottom: 16px;
  }

  .help__payment-table th {
    /* background-color: #f3f6f9; */
    border-bottom: none;
  }

  .help__payment-table td {
    border-top: none;
  }


}

/* =================================================
  
    howto-easy（かんたんご利用ガイド）

================================================= */

.howto-easy {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.6;
}

.howto-easy img {
  max-width: 100%;
  height: auto;
}

/* header */
.howto-easy__header {
  text-align: center;
  margin-bottom: 40px;
}

.howto-easy__title {
  font-size: 24px;
  margin: 80px auto 60px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  display: block;
  width: 100%;
  max-width: 360px;
  letter-spacing: .2px;
}

.howto-easy__lead {
  font-size: 16px;
}

/* hero */
.howto-easy__hero {
  margin: 60px auto;
  padding: 60px 140px;
  text-align: center;
  border-top: 2px dotted #999;
  border-bottom: 2px dotted #999;
}

/* steps */
.howto-easy__step {
  margin-bottom: 60px;
}

.howto-easy__step-title {
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #C1272D;
  gap: 12px;
}

.howto-easy__step-num {
  background: #C1272D;
  color: #fff;
  font-weight: bold;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* body */
.howto-easy__step-body {
  display: flex;
  gap: 80px;
}

/* 左：画像 */
.howto-easy__image {
  width: 400px;
  flex-shrink: 0;
}

.howto-easy__image img {
  width: 100%;
  height: auto;
}

/* 右：テキスト */
.howto-easy__text {
  width: 800px;
}

.help__backtext {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.img-w150 {
  width: 150px;
}

.img-text_icon {
  width: 24px;
  margin: 0 3px 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.howto-easy__conts{
  padding: 0 auto;
}

.howto-easy__link {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 560px;
  margin: 80px auto;
  padding: 1.2rem;
  border: 1px solid #C1272D;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  transition: color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.howto-easy__link:hover {
  border-color: #033B74;
  color: #033B74;
  text-decoration: none;
}

.fs-12{
  font-size: 12px;
}

/* ==============================
  デバイス別画像表示
============================== */

/* PC */
.is-pc {
  display: block;
}

.is-tb {
  display: none;
}

.is-sp {
  display: none;
}

.is-tbsp {
  display: none;
}

/* Tablet */
@media (max-width: 1024px) {
  .is-pc {
    display: none;
  }

  .is-tb {
    display: block;
  }

  .is-tbsp {
    display: block;
  }
}

/* SP */
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }

  .is-tb {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .is-tbsp {
    display: block;
  }
}

/* =========================
  tablet レイアウト
========================= */
@media (max-width: 1024px) {
  .howto-easy {
    padding: 0;
  }

  .howto-easy__hero {
    padding: 60px 0;
  }

  .howto-easy__title {
    letter-spacing: 0;
    font-size: 23px;
  }

  .howto-easy__step {
    margin-bottom: 50px;
  }

  .howto-easy__step-body {
    flex-direction: column;
    gap: 24px;
  }

  .howto-easy__image {
    width: 400px;
    text-align: left;
  }

  .howto-easy__text {
    width: 100%;
  }

}

/* ==============================
  SP レイアウト
============================== */
@media (max-width: 767px) {
  .howto-easy__step {
    flex-direction: column;
    gap: 24px;
  }

  .howto-easy__image,
  .howto-easy__text {
    width: 100%;
  }

  .howto-easy__link {
    margin-bottom: 50px;
    padding: 1rem;
    font-size: 16px;
  }

  .howto-easy__conts{
    padding: 0 20px;
  }
}