@charset "utf-8";

sup {
  font-size: 10px;
  vertical-align: top;
}
picture img {
  height: auto;
}
.lp-container {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.list[data-type=bracket-number] {
  counter-reset: number;
}
.list[data-type=bracket-number] > li {
  position: relative;
  padding-left: 2.5em;
  font-size: 14px;
  line-height: 1.6;
}
.list[data-type=bracket-number] > li::before {
  position: absolute;
  left: 0;
  content: "（" counter(number) "）";
  counter-increment: number;
}
.list[data-type=asterisk-number] {
  counter-reset: number;
}
.list[data-type=asterisk-number] > li {
  position: relative;
  padding-left: 2.7em;
  color: #666;
  font-size: 12px;
}
.list[data-type=asterisk-number] > li::before {
  content: "＊" counter(number) "：";
  counter-increment: number;
  position: absolute;
  left: 0;
}
.c-list[data-type=circle-number] > li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
}
.list[data-type=number] > li {
  position: relative;
  padding-left: 22px;
  text-indent: -22px;
  font-size: 14px;
  line-height: 1.6;
}
.c-list[data-type="kome"] > li > a.c-link {
  font-size: 12px;
}
.button {
  margin-top: 15px;
}
.button a {
  display: block;
  position: relative;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 45px 12px;
  border-radius: 200px;
  background-color: #d09524;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.button a:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url(/common/img/icon_arrow_white.svg);
  background-repeat: no-repeat;
  content: '';
}
.button--orange a {
  background-color: #eb5505;
}
.button a:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  background-color: #e3bf7c;
  opacity: 1;
  transition: all .2s ease;
}
.button--orange a:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  background-color: #f67d3d;
  opacity: 1;
  transition: all .2s ease;
}
.button a span {
  font-size: 1.4rem;
  font-weight: bold;
}
.member {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.ballon__content {
  width: 100%;
  max-width: 820px;
  margin: 40px auto 30px;
  text-align: center;
}
.ballon {
  position: relative;
  background-color: #f9f0e8;
  padding: 15px 25px;
  border-radius: 10px;
}
.ballon::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 20px solid #f9f0e8;
  transform: translateX(-50%);
}
.ballon > span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}

@media (min-width: 641px) {
  .c-frame__container {
    max-width: 820px;
    margin: auto;
    margin-bottom: 15px;
  }
  .c-hdg__lv2 {
    border-left: 4px solid #0067e3;
  }
  .c-hdg__lv3 {
    border-bottom: 1px solid #0067e3;
  }
  .c-image[data-sizing-sm="0.75"] {
    width: 75%;
  }
}

@media (max-width: 640px) {
  .c-hdg__lv2 .c-hdg::before {
    background-color: #0067e3;
  }
  .lp-container {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .lp-container .c-hdg__lv1 .c-hdg {
    padding: 0;
  }
  .lp-text {
    font-size: 14px;
  }
  .lp-list[data-type="kome"] {
    font-size: 12px;
  }
  .sp-text-center {
    text-align: center;
  }
  .spMgAuto {
    margin: 0 auto !important;
  }
  .c-hdg__lv3.text-left_sp .c-hdg {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
  .button a {
    padding: 5px 45px 7px;
    font-size: 1.9rem;
  }
  .button a:before {
    right: 20px;
  }
  .button a span {
    font-size: 1.3rem;
  }
  .ballon__content {
    margin-top: 25px;
  }
  .ballon {
    padding: 10px 15px;
  }
  .ballon > span {
    font-size: 14px;
  }
  .c-frame__container {
      margin-inline: 10px;
  }
}
