@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #929799;
}

input::-moz-placeholder {
  color: #929799;
}

input:-ms-input-placeholder {
  color: #929799;
}

input::-ms-input-placeholder {
  color: #929799;
}

input::placeholder {
  color: #929799;
}

ul {
  list-style: none;
}

:root {
  --default_green: #67bb28;
  --default_green_dark: #0D9B53;
  --default_orange: #f9a004;
  --base_text_color: #333333;
  --white: #ffffff;
  --black: #000000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, "MS PGothic", arial, helvetica, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: var(--base_text_color);
  letter-spacing: 1px;
  background-color: #f5f5f5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 769px), print {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.no_scroll .main__section {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
}
@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

.ja {
  display: block !important;
}

.en {
  display: none !important;
}
.en--inline {
  display: none !important;
}

.en-inline {
  display: none !important;
}

.bpPc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .bpPc {
    display: none !important;
  }
}
.bpPc--inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .bpPc--inline {
    display: none !important;
  }
}
.bpPc--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .bpPc--flex {
    display: none !important;
  }
}
.bpSp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .bpSp {
    display: block !important;
  }
}
.bpSp--inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .bpSp--inline {
    display: inline !important;
  }
}
.bpSp--flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .bpSp--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .modBtnArea {
    max-width: 680px;
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea {
    margin: 20px 20px 0;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea {
    max-width: 460px !important;
    margin: 28px auto 0;
  }
}
.modBtnArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modBtnArea__inner > a {
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a {
    padding: 17px 0 16px;
    font-size: 18px;
    font-size: 1.8rem;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__inner > a {
    padding: 7px 0 8px;
    font-size: 13px;
    font-size: 1.3rem;
    width: calc((100% - 15px) / 2);
  }
}
.modBtnArea__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 939px) {
  .modBtnArea__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modBtnArea__inner > a {
  text-align: left;
  color: var(--black);
  position: relative;
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-color: var(--white);
  background-image: url("../../assets/img/icon_modBtnArea.png");
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a {
    font-size: 20px;
    font-size: 2rem;
    background-position: top 50% right 20px;
    width: 400px;
    min-height: 102px;
    margin: 0 13px 0;
    padding: 14px 47px 14px 70px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__inner > a {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    max-width: 250px;
    min-height: inherit;
    background-size: 20px auto;
    background-position: top 46% right 17px;
    margin: 14px 0 0;
    line-height: 1.3;
    padding: 9px 38px 12px 53px;
  }
}
.modBtnArea__inner > a:hover {
  opacity: 0.7;
}
.modBtnArea__inner > a small {
  display: inline;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__inner > a small {
    font-size: 10px;
    font-size: 1rem;
  }
}
.modBtnArea__inner > a strong {
  z-index: 10;
  position: relative;
  color: var(--default_green_dark);
  font-weight: 700;
  display: inline-block;
}
.modBtnArea__inner > a strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
  bottom: 3px;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a:nth-child(1) {
    padding-top: 22px;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__inner > a:nth-child(1) {
    padding-top: 9px;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a:nth-child(2) {
    padding-top: 22px;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__inner > a:nth-child(2) {
    padding-top: 9px;
  }
}
.modBtnArea__inner > a.manual {
  border: 3px solid var(--default_green);
  background-image: none;
  border-radius: 12px;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a.manual {
    width: 540px;
    height: 122px;
    margin: -106px 0 120px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__inner > a.manual {
    max-width: 680px;
    width: calc(100% - 40px);
    height: auto;
    margin: -65px 0 63px;
    padding: 9px 30px 12px 53px;
  }
}
.modBtnArea__inner > a.manual::before {
  content: "";
  border-left: 2px solid var(--default_green_dark);
  border-bottom: 2px solid var(--default_green_dark);
  display: inline-block;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a.manual::before {
    width: 10px;
    height: 10px;
    top: 54px;
    right: 21px;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__inner > a.manual::before {
    width: 6px;
    height: 6px;
    top: 32px;
    right: 17px;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a.manual .modBtnArea__icon--03 {
    top: 34px;
    left: 32px;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__inner > a.manual .modBtnArea__icon--03 {
    top: 20px;
    left: 19px;
  }
}
.modBtnArea__inner > a.manual:only-child {
  margin: 0;
}
.modBtnArea__icon--01, .modBtnArea__icon--02, .modBtnArea__icon--03 {
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.modBtnArea__icon--01 {
  background-image: url("../../assets/img/icon_modBtnArea_01.png");
}
@media screen and (min-width: 769px), print {
  .modBtnArea__icon--01 {
    width: 34px;
    height: 46px;
    top: 28px;
    left: 20px;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__icon--01 {
    width: 22px;
    height: 30px;
    top: 14px;
    left: 19px;
  }
}
.modBtnArea__icon--02 {
  background-image: url("../../assets/img/icon_modBtnArea_02.png");
}
@media screen and (min-width: 769px), print {
  .modBtnArea__icon--02 {
    width: 33px;
    height: 41px;
    top: 33px;
    left: 20px;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__icon--02 {
    width: 23px;
    height: 28px;
    top: 14px;
    left: 17px;
  }
}
.modBtnArea__icon--03 {
  background-image: url("../../assets/img/icon_modBtnArea_03.png");
}
@media screen and (min-width: 769px), print {
  .modBtnArea__icon--03 {
    width: 38px;
    height: 46px;
    top: 27px;
    left: 20px;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__icon--03 {
    width: 27px;
    height: 32px;
    top: 18px;
    left: 13px;
  }
}
.modBtnArea__link {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link {
    margin: 22px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea__link {
    margin: 8px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modBtnArea__link > a {
  color: var(--white);
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modBtnArea__link > a:hover {
    opacity: 0.6;
  }
}
.modBtnArea--header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0;
  }
}
.modBtnArea--header .modBtnArea__inner > a {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(50% - 10px);
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__inner > a {
    padding: 16px 0 14px;
  }
}
@media screen and (max-width: 939px) {
  .modBtnArea--header .modBtnArea__inner > a {
    padding: 12px 0;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__link {
    margin: 0 30px 0 0;
  }
}
.modBtnArea--header .modBtnArea__link > a {
  color: var(--base_text_color);
  text-decoration: none;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__link > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modBtnArea--header .modBtnArea__link > a:hover {
    color: var(--default_green);
  }
}

.modTitle {
  position: relative;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 769px), print {
  .modTitle {
    font-size: 40px;
    font-size: 4rem;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modTitle {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 320px) {
  .modTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modTitle__en {
  display: block;
  color: var(--default_green);
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 769px), print {
  .modTitle__en {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modTitle__en {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.modTitle--app {
  margin: 0 0 20px;
}
.modTitle--app::before {
  content: "SHOPIFY APP";
}
.modTitle > strong {
  z-index: 10;
  position: relative;
  color: var(--default_green);
  font-weight: 700;
}
.modTitle > strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .modTitle > strong::before {
    bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle > strong::before {
    bottom: 3px;
  }
}

.modTextCaption {
  text-align: center;
  font-weight: bold;
  color: var(--white);
  border-bottom: 1px solid var(--white);
}
@media screen and (min-width: 769px), print {
  .modTextCaption {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 780px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modTextCaption {
    letter-spacing: 0;
    width: 330px;
    margin: 20px auto 0;
  }
}

.modCta {
  padding: 95px 0 70px;
  overflow: hidden;
  background: url("../../assets/img/kv_bg01.png") 0 0;
}
.modCta__title {
  text-align: center;
  color: var(--white);
  letter-spacing: 0;
  font-weight: bold;
  font-size: 38px;
  font-size: 3.8rem;
}
.modCta__title > span {
  position: relative;
}
.modCta__title > span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: var(--white);
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: 10px;
  left: -29px;
}
.modCta__title > span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: var(--white);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: 10px;
  right: -25px;
}
.modCta .modBtnArea {
  margin: 42px auto 0;
  position: relative;
}
.modCta .modBtnArea::before, .modCta .modBtnArea::after {
  content: "";
  position: absolute;
}
.modCta .modBtnArea::before {
  background: url("../../assets/img/kv_man01.png") no-repeat 0 0;
  background-size: 100%;
  width: 267px;
  height: 322px;
  top: -135px;
  left: -270px;
}
.modCta .modBtnArea::after {
  background: url("../../assets/img/kv_woman01.png") no-repeat 0 0;
  background-size: 100%;
  width: 260px;
  height: 310px;
  top: -123px;
  right: -288px;
}

@media screen and (max-width: 768px) {
  .modScrollbox {
    overflow-x: scroll;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 0 30px;
  }
}
.modScrollbox::-webkit-scrollbar {
  width: 10px;
  height: 3px;
  border-radius: 6px;
}
.modScrollbox::-webkit-scrollbar-track {
  background: #b3b3b3;
  border-radius: 6px;
}
.modScrollbox::-webkit-scrollbar-thumb {
  background-color: var(--default_green);
  width: 20px;
  height: 3px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .modScrollbox--comparison {
    width: 100%;
  }
}

.modLinkBox {
  background-color: #f1fbed;
  border-radius: 12px;
  -webkit-box-shadow: 5px 0 16px rgba(52, 52, 52, 0.12);
          box-shadow: 5px 0 16px rgba(52, 52, 52, 0.12);
}
@media screen and (min-width: 769px), print {
  .modLinkBox {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    padding: 25px 20px;
  }
}
.modLinkBox__title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modLinkBox__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px), print {
  .modLinkBox__list {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__list {
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 769px), print {
  .modLinkBox__list__item {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__list__item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.modLinkBox__list__item:first-child {
  margin-top: 0;
}
.modLinkBox__list__item > a {
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .modLinkBox__list__item > a {
    padding-right: 24px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .modLinkBox__list__item > a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__list__item > a {
    padding-right: 19px;
  }
}
.modLinkBox__list__item > a::after {
  position: absolute;
  content: "";
  right: 0;
}
@media screen and (min-width: 769px), print {
  .modLinkBox__list__item > a::after {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__list__item > a::after {
    top: auto;
    bottom: 4px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.modLinkBox__list__item--blank a::after {
  background-image: url("../../assets/img/icon_link.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px), print {
  .modLinkBox__list__item--blank a::after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__list__item--blank a::after {
    width: 12px;
    height: 12px;
    margin-top: -5px;
  }
}
.modLinkBox__list__item--anker a::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--black);
  border-top: 2px solid var(--black);
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.modBnrCampaign {
  border-radius: 12px;
}
.modBnrCampaign .title {
  color: var(--white);
  text-align: center;
  padding: 10px 0;
}
.modBnrCampaign .title__decoration {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__decoration {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .title__decoration {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign .title__decoration::before, .modBnrCampaign .title__decoration::after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__decoration::before, .modBnrCampaign .title__decoration::after {
    width: 26px;
    height: 30px;
    margin: 0 20px -6px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign .title__decoration::before, .modBnrCampaign .title__decoration::after {
    width: 14px;
    height: 18px;
    background-size: 14px auto;
    margin: 0 9px -6px;
  }
}
.modBnrCampaign .title__decoration::before {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__decoration::before {
    bottom: 0;
    left: -55px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign .title__decoration::before {
    bottom: 7px;
    left: -30px;
  }
}
.modBnrCampaign .title__decoration::after {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__decoration::after {
    bottom: 0;
    right: -52px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign .title__decoration::after {
    bottom: 7px;
    right: -30px;
  }
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__main {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .title__main {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__main strong {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .title__main strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modBnrCampaign .detailBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .detailBlock {
    gap: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .detailBlock {
    position: relative;
    gap: 0 20px;
  }
}
.modBnrCampaign .detailBlock__text {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .detailBlock__text {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .detailBlock__text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.modBnrCampaign .detailBlock__text .normal {
  font-weight: 100;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .detailBlock__text .normal {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .detailBlock__text .normal {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign .detailBlock__price {
  position: relative;
  font-weight: bold;
  color: #0976e5;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .detailBlock__price {
    font-size: 50px;
    font-size: 5rem;
    margin: -8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .detailBlock__price {
    font-size: 30px;
    font-size: 3rem;
    margin: -3px 0 0;
  }
}
.modBnrCampaign .detailBlock__price::before {
  content: "";
  display: inline-block;
  background: #fbee21;
  position: absolute;
  z-index: 0;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .detailBlock__price::before {
    width: calc(100% + 8px);
    height: 20px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign .detailBlock__price::before {
    width: calc(100% + 8px);
    height: 10px;
  }
}
.modBnrCampaign .detailBlock__price__inner {
  position: relative;
  z-index: 1;
}
.modBnrCampaign .costBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modBnrCampaign .costBlock > * {
  width: 50%;
}
.modBnrCampaign .costBlock .title {
  background: none;
  color: var(--black);
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .costBlock .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .costBlock .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign .costBlock .price {
  color: #e95504;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .costBlock .price {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .costBlock .price {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign .costBlock .price .unit {
  font-weight: 100;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .costBlock .price .unit {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .costBlock .price .unit {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign .costBlock .attention {
  margin: 2px 0 0;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .costBlock .attention {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .costBlock .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign--WeChatPay {
  border: 5px solid #0976e5;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay {
    margin: 42px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay {
    margin: 24px 20px 0;
  }
}
.modBnrCampaign--WeChatPay .title {
  background: #0976e5;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay .title__decoration::before {
    bottom: 0;
    left: -55px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .title__decoration::before {
    bottom: 12px;
    left: -24px;
  }
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay .title__decoration::after {
    bottom: 0;
    right: -52px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .title__decoration::after {
    bottom: 12px;
    right: -26px;
  }
}
.modBnrCampaign--WeChatPay .title__main strong {
  color: #fbee21;
}
.modBnrCampaign--WeChatPay .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 30px 0;
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 40px;
  }
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay .cont > * {
    width: 50%;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont > * {
    width: 100%;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont > *:nth-child(1) {
    padding: 0 45px;
  }
}
.modBnrCampaign--WeChatPay .cont > *:nth-child(2) {
  position: relative;
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont > *:nth-child(2) {
    padding: 24px 0 0;
  }
}
.modBnrCampaign--WeChatPay .cont > *:nth-child(2)::before {
  content: "";
  display: inline-block;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay .cont > *:nth-child(2)::before {
    width: 6px;
    height: 75px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont > *:nth-child(2)::before {
    width: 100%;
    height: 4px;
  }
}
.modBnrCampaign--WeChatPay .cont .logoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay .cont .logoList {
    gap: 0 54px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont .logoList {
    gap: 0 28px;
    padding: 0 40px 24px;
    max-width: 270px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont .logoList li:nth-child(1) {
    text-align: right;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont .logoList li:nth-child(2) {
    text-align: left;
  }
}
.modBnrCampaign--WeChatPay .cont .logoList img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .modBnrCampaign--WeChatPay .detailBlock__text .normal {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
  }
}
.modBnrCampaign--merpay {
  border: 5px solid #FF0211;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay {
    margin: 42px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay {
    margin: 24px 20px 0;
  }
}
.modBnrCampaign--merpay .title {
  background: #FF0211;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .title__decoration {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign--merpay .title__decoration::before, .modBnrCampaign--merpay .title__decoration::after {
  display: none;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .title__main {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modBnrCampaign--merpay .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 30px 30px;
}
@media screen and (min-width: 940px) and (max-width: 1200px) {
  .modBnrCampaign--merpay .cont {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont > * {
    width: 100%;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont > *:nth-child(1) {
    padding: 0 45px;
  }
}
.modBnrCampaign--merpay .cont > *:nth-child(2) {
  position: relative;
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont > *:nth-child(2) {
    padding: 24px 0 0;
  }
}
.modBnrCampaign--merpay .cont .logoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .cont .logoList {
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 940px) and (max-width: 1200px) {
  .modBnrCampaign--merpay .cont .logoList {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont .logoList {
    padding: 0 40px 24px;
    max-width: 270px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont .logoList li:nth-child(1) {
    text-align: right;
  }
}
.modBnrCampaign--merpay .cont .logoList img {
  max-width: 100%;
}
.modBnrCampaign--merpay .detailBlock {
  padding: 0 15px;
  gap: 0 12px;
}
@media screen and (min-width: 940px) and (max-width: 1200px) {
  .modBnrCampaign--merpay .detailBlock {
    padding: 0 10px;
  }
}
.modBnrCampaign--merpay .detailBlock__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
    width: 285px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2) {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2) {
    margin-left: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 940px) and (max-width: 1200px) {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2) {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2) {
    padding-top: 12px;
    margin-left: 0;
    padding-left: 15px;
  }
}
.modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2)::before {
  content: "";
  display: inline-block;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2)::before {
    width: 2px;
    height: 60px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2)::before {
    width: 100%;
    height: 2px;
  }
}
.modBnrCampaign--merpay .detailBlock__text .normal {
  color: #6f7376;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .detailBlock__text .normal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__text .normal {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign--merpay .detailBlock__price::before {
  display: none;
}
.modBnrCampaign--merpay .detailBlock__price__inner {
  color: #FF0211;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .detailBlock__price__inner .unit {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__price__inner .unit {
    font-size: 10px;
    font-size: 1rem;
  }
}
.modBnrCampaign--merpay .attention {
  display: block;
  width: 100%;
  background: #f7f9fb;
  text-align: center;
  color: #989c9f;
  padding: 15px 0;
  border-radius: 0 0 12px 12px;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .attention {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.modInformationblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .modInformationblock {
    gap: 0 40px;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .modInformationblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 0;
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .modInformationblock__side {
    width: 300px;
  }
}
@media screen and (max-width: 939px) {
  .modInformationblock__side {
    width: 150px;
  }
}
.modInformationblock__side .img {
  display: block;
  aspect-ratio: 1/1;
  border: 1px solid #B2B2B2;
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (min-width: 769px), print {
  .modInformationblock__side .img {
    height: 300px;
    padding: 55px;
  }
}
@media screen and (max-width: 939px) {
  .modInformationblock__side .img {
    height: 150px;
    padding: 25px;
  }
}
.modInformationblock__side .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modInformationblock__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px 0;
}
.modInformationblock__cont .title {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modInformationblock__cont .title {
    font-size: 30px;
    font-size: 3rem;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 939px) {
  .modInformationblock__cont .title {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 10px;
  }
}
.modInformationblock__cont .title::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--default_green);
  position: absolute;
  left: 0;
  bottom: 0;
}
.modInformationblock__cont .title strong {
  z-index: 10;
  position: relative;
  color: var(--default_green);
  font-weight: 700;
}
.modInformationblock__cont .title strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .modInformationblock__cont .title strong::before {
    bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .modInformationblock__cont .title strong::before {
    bottom: 3px;
  }
}
.modInformationblock__cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px), print {
  .modInformationblock__cont .list {
    gap: 10px 0;
  }
}
@media screen and (max-width: 939px) {
  .modInformationblock__cont .list {
    gap: 4px 0;
  }
}
.modInformationblock__cont .list > li {
  position: relative;
  padding: 0 0 0 calc(1em - 2px);
}
.modInformationblock__cont .list > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.modInformationblock__cont .list > li strong {
  color: var(--default_green_dark);
}
.modInformationblock__cont .btn a {
  display: inline-block;
  width: 206px;
  height: 53px;
  line-height: 53px;
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  font-weight: 700;
  background: var(--default_orange);
}
@media screen and (min-width: 769px), print {
  .modInformationblock__cont .btn a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 939px) {
  .modInformationblock__cont .btn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modInformationblock__cont .btn a::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.64208%202.43603H16.1663V10.5317H5.64208V2.43603ZM4.02344%2012.1503H17.7849V0.817383H4.02344V12.1503Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M0.783203%204.05469V15.3888H14.5459V13.7702H2.40306V4.0559L0.783203%204.05469Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 17px;
  height: 15px;
  margin: 0 10px 0 -10px;
}

.modFunctionblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0 0;
}
.modFunctionblock__title {
  background: var(--default_green);
  color: var(--white);
  font-weight: 700;
  text-align: center;
  padding: 14px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 769px), print {
  .modFunctionblock__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .modFunctionblock__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modFunctionblock__cont {
  background: var(--white);
  border: 2px solid var(--default_green);
  border-top: none;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
@media screen and (min-width: 769px), print {
  .modFunctionblock__cont {
    padding: 40px;
  }
}
@media screen and (max-width: 939px) {
  .modFunctionblock__cont {
    padding: 20px;
  }
}
.modFunctionblock__cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px), print {
  .modFunctionblock__cont .list {
    gap: 40px 40px;
  }
}
@media screen and (max-width: 939px) {
  .modFunctionblock__cont .list {
    gap: 40px 0;
  }
}
.modFunctionblock__cont .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 0;
}
@media screen and (min-width: 769px), print {
  .modFunctionblock__cont .list > li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 939px) {
  .modFunctionblock__cont .list > li {
    width: 100%;
  }
}
.modFunctionblock__cont .list .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modFunctionblock__cont .list .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 939px) {
  .modFunctionblock__cont .list .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modFunctionblock__cont .list .img {
  display: block;
  width: 100%;
  border: 1px solid #B2B2B2;
  overflow: hidden;
}
@media screen and (min-width: 769px), print {
  .modFunctionblock__cont .list .img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 939px) {
  .modFunctionblock__cont .list .img {
    border-radius: 12px;
  }
}
.modFunctionblock__cont .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modFunctionblock__cont .list .text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #676767;
}
@media screen and (min-width: 769px), print {
  .modFunctionblock__cont .list .text {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 939px) {
  .modFunctionblock__cont .list .text {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}
.modFunctionblock__cont ol.list {
  gap: 50px 40px;
}
.modFunctionblock__cont ol.list > li {
  position: relative;
}
.modFunctionblock__cont ol.list > li:nth-child(1)::before, .modFunctionblock__cont ol.list > li:nth-child(2)::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2231%22%20viewBox%3D%220%200%2029%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%229.83594%22%20y%3D%220.0639648%22%20width%3D%229.39759%22%20height%3D%2213.012%22%20fill%3D%22%2367BB28%22%2F%3E%3Cpath%20d%3D%22M14.5346%2030.064L2.63978%2012.9857L26.4294%2012.9857L14.5346%2030.064Z%22%20fill%3D%22%2367BB28%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 27px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 939px) {
  .modFunctionblock__cont ol.list > li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .modFunctionblock__cont ol.list > li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .modFunctionblock__cont ol.list > li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .modFunctionblock__cont ol.list > li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.modFunctionblock__annotation {
  display: block;
  width: 100%;
  color: #676767;
  text-align: right;
  margin: 10px 0 0;
}
@media screen and (min-width: 769px), print {
  .modFunctionblock__annotation {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 939px) {
  .modFunctionblock__annotation {
    font-size: 10px;
    font-size: 1rem;
  }
}

.header {
  background-color: #ffffff;
  position: fixed;
  z-index: 10001;
  width: 100%;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 11px 0 13px;
  }
}
.header__logo {
  display: block;
  background-image: url("../../assets/img/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px), print {
  .header__logo {
    width: 26%;
    max-width: 320px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 202px;
    height: 30px;
    margin-top: 4px;
  }
}
.header__logo > h1 {
  text-indent: -9999px;
}
.header__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .header__linkArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 769px), print {
  .header__linkArea .download,
  .header__linkArea .contact {
    padding: 0 5%;
  }
}
.header__linkArea .download:hover,
.header__linkArea .contact:hover {
  color: var(--default_green) _dark;
}
@media screen and (min-width: 769px), print {
  .header__linkArea .download {
    border-right: 2px solid #cccccc;
  }
}
@media screen and (max-width: 768px) {
  .header__linkArea .download {
    display: none;
  }
}
.header__linkArea .contact2 {
  display: none;
}
@media screen and (min-width: 769px), print {
  .header__linkArea .application {
    border: 3px solid var(--default_orange);
    color: var(--default_orange);
    border-radius: 4px;
    padding: 12px 5%;
  }
}
@media screen and (max-width: 768px) {
  .header__linkArea .application {
    display: none;
  }
}
.header__linkArea .application::before {
  content: "";
  display: inline-block;
  background-image: url("../../../lp02/assets/img/icon_application_color_orange.svg");
  width: 22px;
  height: 22px;
  margin: 0 9px -4px 8px;
}
@media screen and (min-width: 769px), print {
  .header__linkArea .application:hover {
    background: var(--default_orange);
    color: #ffffff;
  }
  .header__linkArea .application:hover::before {
    background-image: url("../../../lp02/assets/img/icon_application_white.svg");
  }
}
.header.is-change .header__linkArea .download,
.header.is-change .header__linkArea .application {
  display: none;
}
.header.is-change .header__linkArea .contact {
  padding: 0;
}
@media screen and (min-width: 769px), print {
  .header.is-change .header__linkArea .contact {
    border: 3px solid var(--default_orange);
    color: var(--default_orange);
    border-radius: 4px;
    padding: 13px 3%;
    height: 60px;
  }
  .header.is-change .header__linkArea .contact::before {
    content: "";
    display: inline-block;
    background-image: url("../../../lp02/assets/img/icon_application_color_orange.svg");
    width: 22px;
    height: 22px;
    margin: 0 9px -4px 8px;
  }
  .header.is-change .header__linkArea .contact:hover {
    background: var(--default_orange);
    color: #ffffff;
  }
  .header.is-change .header__linkArea .contact:hover::before {
    background-image: url("../../../lp02/assets/img/icon_application_white.svg");
  }
}
@media screen and (min-width: 769px), print {
  .header.is-change .header__linkArea .contact2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #6abb2c;
    color: #6abb2c;
    border-radius: 4px;
    margin: 0 2.1% 0;
    padding: 4px 5%;
    line-height: 1.3;
    text-align: center;
    height: 60px;
  }
  .header.is-change .header__linkArea .contact2 small {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .header.is-change .header__linkArea .contact2:hover {
    background: #6abb2c;
    color: #ffffff;
  }
  .header.is-change .header__linkArea .contact2:hover::before {
    background-image: url("../../../lp02/assets/img/icon_application_white.svg");
  }
}
@media screen and (min-width: 769px), print {
  .main {
    padding-top: 91px;
  }
}
.main__kv {
  overflow: hidden;
  position: relative;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main__kv {
    padding: 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner {
    padding: 0 0 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__kv__inner {
    width: calc(100% - 40px);
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0 30px;
  }
}
.main__kv__inner .picture {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .main__kv__inner .picture {
    margin: 40px -14px 0 -13px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner .picture {
    margin: 0 auto;
    padding: 70px 0 0;
    width: 100%;
    max-width: 470px;
  }
}
.main__kv__inner .picture img {
  position: relative;
  z-index: 1;
  width: auto;
}
@media screen and (max-width: 768px) {
  .main__kv__inner .picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 -30px 0 0;
  }
}
.main__kv__textArea {
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea {
    max-width: 1080px;
    padding: 20px 105px 52px;
    margin-bottom: 56px;
    background-image: url("../../assets/img/kv_textarea01.png");
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea {
    width: calc(100% - 65px);
    padding: 0 0 24px;
    margin-bottom: 30px;
    background-image: url("../../assets/img/kv_textarea01_sp.png");
    background-size: 100% 100%;
  }
}
.main__kv__textArea::before, .main__kv__textArea::after {
  content: "";
  position: absolute;
  z-index: 100;
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea::before {
    background: url("../../assets/img/kv_man01.png") no-repeat 0 0;
    background-size: 100%;
    width: 198px;
    height: 341px;
    top: 85px;
    left: -62px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea::before {
    background: url("../../assets/img/kv_man01_sp.png") no-repeat 0 0;
    background-size: 100%;
    width: 85px;
    height: 155px;
    top: -15px;
    left: 20px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea::after {
    background: url("../../assets/img/kv_woman01.png") no-repeat 0 0;
    background-size: 100%;
    width: 200px;
    height: 332px;
    top: 94px;
    right: -64px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea::after {
    background: url("../../assets/img/kv_woman01_sp.png") no-repeat 0 0;
    background-size: 100%;
    width: 86px;
    height: 165px;
    top: -10px;
    right: 20px;
  }
}
.main__kv__textArea .title {
  position: relative;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 22px 4px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .title {
    background: rgba(251, 238, 33, 0.4);
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 2px 18px;
    padding: 8px 0 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .title img {
    width: 80px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main__kv__textArea .img > li {
    width: 50%;
    margin: 24px 0 0;
  }
  .main__kv__textArea .img > li:first-child {
    padding-right: 38px;
    border-right: 1px solid #ccc;
  }
  .main__kv__textArea .img > li:last-child {
    padding-left: 25px;
  }
  .main__kv__textArea .img__note {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .img {
    margin: 0 16px;
  }
  .main__kv__textArea .img > li {
    text-align: center;
  }
  .main__kv__textArea .img > li img {
    max-width: 370px;
  }
  .main__kv__textArea .img > li:last-child {
    margin: 20px 0 0;
  }
  .main__kv__textArea .img__note {
    font-size: 10px;
    font-size: 1rem;
    margin: 8px 0 0;
  }
}
.main__kv .modBtnArea {
  position: relative;
  background-color: #66ba28;
  background-image: radial-gradient(#6cc62b 2px, transparent 2px);
  background-size: 28px 28px;
}
@media screen and (min-width: 769px), print {
  .main__kv .modBtnArea {
    margin: 0 auto;
    padding: 84px 0 70px;
    max-width: 100%;
  }
}
@media screen and (max-width: 939px) {
  .main__kv .modBtnArea {
    margin: 0 auto;
    padding: 64px 0 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100% !important;
  }
}
.main__kv .modBtnArea::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 769px), print {
  .main__kv .modBtnArea::before {
    border-width: 40px 250px 0 250px;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv .modBtnArea::before {
    border-width: 30px 100px 0 100px;
    top: 0;
  }
}
@media screen and (max-width: 939px) {
  .main__kv .modBtnArea__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main__kv .modBtnArea__title {
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main__kv .modBtnArea__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 939px) {
  .main__kv .modBtnArea__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 -4px;
  }
}
.main__kv .modBtnArea__title::before, .main__kv .modBtnArea__title::after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px), print {
  .main__kv .modBtnArea__title::before, .main__kv .modBtnArea__title::after {
    width: 26px;
    height: 30px;
    margin: 0 20px -6px;
  }
}
@media screen and (max-width: 939px) {
  .main__kv .modBtnArea__title::before, .main__kv .modBtnArea__title::after {
    width: 14px;
    height: 18px;
    background-size: 14px auto;
    margin: 0 9px -6px;
  }
}
.main__kv .modBtnArea__title::before {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
}
.main__kv .modBtnArea__title::after {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 769px), print {
  .main__payment {
    max-width: 1200px;
    margin: -120px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__payment {
    width: calc(100% - 40px);
    margin: -110px auto 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__payment {
    max-width: 720px;
  }
}
.main__payment__box {
  background-color: var(--white);
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
}
@media screen and (min-width: 769px), print {
  .main__payment__box {
    padding: 32px 20px 40px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box {
    padding: 22px 15px;
    border-radius: 6px;
  }
}
.main__payment__box .title {
  text-align: center;
  font-weight: 700;
  color: var(--default_green);
}
@media screen and (min-width: 769px), print {
  .main__payment__box .title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__payment__box .title > span {
  z-index: 10;
  position: relative;
  display: inline-block;
}
.main__payment__box .title > span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 26px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list {
    margin: 19px 15px 0;
  }
}
.main__payment__box .list__item {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item + .list__item {
    margin-top: 45px;
  }
}
.main__payment__box .list__item::before {
  content: "";
  position: absolute;
  background-color: #b3b3b3;
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item::before {
    width: 1px;
    height: 100%;
    top: 0;
    right: -8px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item::before {
    width: 100%;
    height: 1px;
    bottom: -20px;
    right: 0;
  }
}
.main__payment__box .list__item:last-child::before {
  display: none;
}
.main__payment__box .list__item__title {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__title {
    margin-bottom: 10px;
  }
}
.main__payment__box .list__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item__img {
    height: 152px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img {
    height: 120px;
  }
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item__img--01 img {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--01 img {
    width: 73%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__payment__box .list__item__img--01 img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--02 {
    height: 75px;
  }
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item__img--02 img {
    width: 219px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--02 img {
    width: 69%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__payment__box .list__item__img--02 img {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--03 {
    height: 38px;
  }
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item__img--03 img {
    width: 208px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--03 img {
    width: 68%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__payment__box .list__item__img--03 img {
    width: 186px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--04 {
    height: 94px;
  }
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item__img--04 img {
    width: 226px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--04 img {
    width: 73%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__payment__box .list__item__img--04 img {
    width: 200px;
  }
}
.main__payment__annotation {
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px), print {
  .main__payment__annotation {
    text-align: right;
    max-width: 1200px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__annotation {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section {
    padding: 90px 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section {
    padding: 60px 0;
  }
}
.main__section__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .main__section__inner {
    max-width: 1120px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__inner {
    max-width: 680px;
  }
}
.main__section__inner > *:first-child {
  margin-top: 0 !important;
}
.main__section__inner > *:last-child {
  margin-bottom: 0 !important;
}
.main__section--plan {
  background-color: #f1fbed;
}
@media screen and (min-width: 769px), print {
  .main__section--plan {
    padding: 72px 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section--plan .main__section__inner {
    width: 100%;
  }
}
.main__section--price {
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .main__section--price .main__section__inner {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--comparison {
    padding: 127px 0 99px;
  }
}
.main__section--step {
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .main__section--step {
    padding: 127px 0 109px;
  }
}
.main__section--manual {
  background-color: #f1fbed;
}
.main__section--manual .modTextCaption {
  border-color: #333;
  color: #333;
}
.main__section--caution {
  background: url("../../assets/img/bg_caution01.png") 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__section--caution {
    background-size: 16px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--faq {
    padding: 127px 0 101px;
  }
}
.main__section--partner {
  background-image: url("../../assets/img/partner_bg01.png");
}
.main__section--partner .modBtnArea.default {
  margin-top: 0;
}
.main__section--information {
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent {
    margin: 65px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main__section__featureContent:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .main__section__featureContent:nth-child(even) .main__featureContent__box + .main__featureContent__box {
    margin: 0 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent {
    margin: 25px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent + .main__section__featureContent {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent + .main__section__featureContent {
    margin-top: 43px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__featureContent + .main__section__featureContent {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box {
    width: calc(50% - 40px);
    letter-spacing: 0;
  }
  .main__section__featureContent .box + .main__featureContent__box {
    margin: 0 0 0 80px;
  }
}
.main__section__featureContent .box__title {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__title {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 10px 0 27px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
}
.main__section__featureContent .box__title::before {
  position: absolute;
  content: "";
  background-color: var(--default_green);
  width: 50px;
  height: 2px;
  left: 0;
  bottom: -10px;
}
.main__section__featureContent .box__text {
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__text {
    margin-bottom: 17px;
  }
}
.main__section__featureContent .box__text > span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__text > span {
    line-height: 1.5;
    margin-top: 10px;
  }
}
.main__section__featureContent .box__subtitle {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__subtitle {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__subtitle {
    margin: 20px 0 0;
  }
}
.main__section__featureContent .box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list {
    margin: 22px 0 0 -9px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__list {
    margin: 15px 0 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main__section__featureContent .box__list__item {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list__item {
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__list__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list__item:last-child {
    margin: 5px 0 0;
  }
}
.main__section__featureContent .box__list__item .listImg {
  margin: 0 auto 5px;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list__item .listImg--01 {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__list__item .listImg--01 {
    width: 71%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list__item .listImg--02 {
    width: 74px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__list__item .listImg--02 {
    width: 73%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list__item .listImg--03 {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__list__item .listImg--03 {
    width: 71%;
  }
}
.main__section__featureContent .textArea p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 15px;
}
.main__section__featureContent .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img {
    padding: 30px 50px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img {
    padding: 46px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img .caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img .caption {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__featureContent .img img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img--nocost {
    margin-top: 30px;
  }
}
.main__section__featureContent .img--nocost::before {
  position: absolute;
  content: "";
  background: url("../../assets/img/img_budge01.png") no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--nocost::before {
    width: 100px;
    height: 100px;
    top: -30px;
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img--nocost::before {
    width: 70px;
    height: 70px;
    top: -14px;
    left: -14px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--01 {
    height: 320px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--01 img {
    width: 450px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--02 {
    height: 320px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--02 img {
    width: 470px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--03 {
    height: 360px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--03 img {
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img--04 {
    padding: 15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--04 img {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img--04 img {
    width: 248px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--05 img {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img--05 img {
    width: 65%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--06 img {
    width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img--06 img {
    width: 65%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img--07 img {
    width: 255px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img--07 img {
    width: 59%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__wrapper {
    margin-top: 43px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper .main__section__featureContent {
    width: calc(33% - 40px);
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__wrapper .main__section__featureContent + .mai__sectionn__featureContent {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper .main__section__featureContent .img {
    height: 360px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper .main__section__featureContent .box {
    margin: 25px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main__section__wrapper .main__section__featureContent .box {
    margin: 15px 0 0;
  }
}
.main__section__wrapper .main__section__featureContent .box__title {
  letter-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper .main__section__featureContent .box__title {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 10px 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__wrapper .main__section__featureContent .box__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__wrapper .main__section__featureContent .box__text {
  line-height: 1.7;
  letter-spacing: 0px;
}
.main__section__wrapper .main__section__featureContent .box__text span {
  line-height: 1.5;
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper .main__section__featureContent .box__text span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__wrapper .main__section__featureContent .box__text span {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__plan {
    padding: 0 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__plan {
    padding: 30px 0;
  }
}
.main__section__planDiscription {
  text-align: center;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px), print {
  .main__section__planDiscription {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planDiscription {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__planTable {
  border: 1px solid #b2b2b2;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable {
    width: 100%;
    border-radius: 12px;
    margin: 71px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable {
    width: 760px;
    border-radius: 8px;
    margin: 15px 0 0;
  }
}
.main__section__planTable th, .main__section__planTable td {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable th, .main__section__planTable td {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable th, .main__section__planTable td {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__planTable th:last-child, .main__section__planTable td:last-child {
  border-right: none;
}
.main__section__planTable th {
  font-weight: 700;
  color: #676767;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable th {
    width: 278px;
    height: 121px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable th {
    background-color: var(--white);
    padding: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__planTable td {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td small {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable td strong {
  z-index: 10;
  position: relative;
  color: var(--default_green);
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td strong {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable td strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
  bottom: 3px;
}
.main__section__planTable tr th:first-child {
  text-align: left;
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child {
    padding: 0 38px;
    font-size: 24px;
    font-size: 2.4rem;
    height: 121px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr th:first-child {
    padding: 6px 14px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 90px;
  }
}
.main__section__planTable tr th:first-child > strong {
  color: var(--base_text_color);
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child.textArea {
    height: 162px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr th:first-child.textArea {
    padding: 12px;
  }
}
.main__section__planTable tr th:first-child.textArea > p {
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child.textArea > p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 13px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr th:first-child.textArea > p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr:first-child th {
    width: 210px;
  }
}
.main__section__planTable tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
  background-color: var(--white);
  color: var(--base_text_color);
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr:first-child th:first-child {
    width: auto;
    height: 100px;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 0 0 38px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr:first-child th:first-child {
    font-size: 14px;
    font-size: 1.4rem;
    width: 115px;
    height: 57px;
  }
}
.main__section__planTable tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}
.main__section__planTable tr:last-child th, .main__section__planTable tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr:last-child th + .sbps--last, .main__section__planTable tr:last-child td + .sbps--last {
    border-bottom: 2px solid var(--default_green);
  }
}
.main__section__planTable tr:last-child th:first-child {
  border-radius: 0 0 0 12px;
}
.main__section__planTable tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.main__section__planTable tr:nth-child(8) .sbps {
  z-index: 990;
}
.main__section__planTable tr:nth-child(7) .sbps {
  z-index: 991;
}
.main__section__planTable tr:nth-child(6) .sbps {
  z-index: 992;
}
.main__section__planTable tr:nth-child(5) .sbps {
  z-index: 992;
}
.main__section__planTable tr:nth-child(4) .sbps {
  z-index: 993;
}
.main__section__planTable tr:nth-child(3) .sbps {
  z-index: 994;
}
.main__section__planTable tr:nth-child(2) .sbps {
  z-index: 995;
}
.main__section__planTable tr:nth-child(1) .sbps {
  z-index: 996;
}
.main__section__planTable .title {
  background-color: var(--default_green);
  position: relative;
  color: var(--white);
  -webkit-box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 18px;
    top: -18px;
    left: 0;
    background-color: var(--default_green);
    border-radius: 12px 12px 0 0;
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .title p {
    margin-top: -15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox {
    padding: 3px 20px 3px 17px;
    margin: 7px 0 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox {
    padding: 0 10px;
  }
}
.main__section__planTable .pointBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item + .pointBox__item {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item + .pointBox__item {
    margin-top: 12px;
  }
}
.main__section__planTable .pointBox__item__creditList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
}
.main__section__planTable .pointBox__item__creditList > li + li {
  margin-left: 12px;
}
.main__section__planTable .pointBox__item__creditList > li img {
  vertical-align: middle;
}
.main__section__planTable .pointBox__item__creditList--twocard li {
  width: calc(33% - 8px);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable .pointBox__item > strong {
  z-index: 10;
  position: relative;
  color: var(--default_green);
  font-weight: 700;
  letter-spacing: -0.5px;
}
.main__section__planTable .pointBox__item > strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item > strong::before {
    bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item > strong::before {
    bottom: 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item > strong {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item > strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherText {
    margin-top: 7px;
  }
}
.main__section__planTable .sbps {
  position: relative;
  background-color: var(--white);
  color: var(--default_green);
  -webkit-box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps {
    border-left: 5px solid var(--default_green);
    border-right: 5px solid var(--default_green);
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .sbps {
    border-left: 2px solid var(--default_green);
    border-right: 2px solid var(--default_green);
  }
}
.main__section__planTable .sbps small {
  color: var(--base_text_color);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps .pointBox {
    padding: 3px 15px 3px 11px;
    margin: 0 0 0 2px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps .pointBox__item + .pointBox__item {
    margin-top: 6px;
  }
}
.main__section__planTable .sbps--last {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps--last::before {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: 6px;
    bottom: -6px;
    left: -5px;
    background-color: var(--default_green);
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}
.main__section__price {
  background-color: var(--white);
}
.main__section__priceTable {
  border: 1px solid #b2b2b2;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable {
    width: 100%;
    border-radius: 12px;
    margin: 47px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable {
    width: 940px;
    border-radius: 8px;
    margin: 24px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .pointBox {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .pointBox {
    padding: 13px 6px 12px 12px;
  }
}
.main__section__priceTable .pointBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .pointBox__item + .pointBox__item {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .pointBox__item + .pointBox__item {
    margin-top: 12px;
  }
}
.main__section__priceTable .pointBox__item__creditList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 26px;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .pointBox__item__creditList {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .pointBox__item__creditList {
    width: 85px;
  }
}
.main__section__priceTable .pointBox__item__creditList li + li {
  margin-left: 10px;
}
.main__section__priceTable .pointBox__item__creditList li img {
  vertical-align: middle;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .pointBox__item__creditList--twocard li {
    width: calc(33% - 8px);
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .pointBox__item span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .pointBox__item span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__priceTable .pointBox__item > strong {
  z-index: 10;
  position: relative;
  color: var(--default_green);
  font-weight: 700;
}
.main__section__priceTable .pointBox__item > strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  bottom: 6px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .rateBox {
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .rateBox__title {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 16px 0 14px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .rateBox__title {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .rateBox__img {
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .rateBox__img {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .mobileCarrier {
    margin: 26px 12px 25px 25px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .mobileCarrier {
    width: calc(100% - 100px);
    margin: 13px auto 12px;
  }
}
.main__section__priceTable .mobileCarrier__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
.main__section__priceTable .mobileCarrier__item .sup {
  top: 0.5em;
}
.main__section__priceTable .mobileCarrier__item + .mobileCarrier__item {
  margin-top: 12px;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .mobileCarrier__item__text span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .mobileCarrier__item__text span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .mobileCarrier__item__softbank img {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .mobileCarrier__item__softbank img {
    width: 52px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .mobileCarrier__item__docomo img {
    width: 61px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .mobileCarrier__item__docomo img {
    width: 50px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .mobileCarrier__item__au img {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .mobileCarrier__item__au img {
    width: 20px;
  }
}
.main__section__priceTable th, .main__section__priceTable td {
  background-color: var(--white);
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.main__section__priceTable th:last-child, .main__section__priceTable td:last-child {
  border-right: none;
}
.main__section__priceTable th .sup, .main__section__priceTable td .sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}
.main__section__priceTable th {
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th {
    height: 80px;
    width: 176px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable th {
    height: 56px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th.large {
    width: 240px;
  }
}
.main__section__priceTable td {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td > span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable td > span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__priceTable td .greentext {
  color: var(--default_green);
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td .greentext {
    margin-top: 7px;
  }
}
.main__section__priceTable tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tr:first-child th:first-child {
    width: 260px;
    padding: 26px 0 26px 38px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable tr:first-child th:first-child {
    width: 212px;
    padding: 4px 23px 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__priceTable tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}
.main__section__priceTable tr:last-child th, .main__section__priceTable tr:last-child td {
  border-bottom: none;
}
.main__section__priceTable tr:last-child th:first-child {
  border-radius: 0 0 0 12px;
}
.main__section__priceTable tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.main__section__priceTable tr th:first-child {
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tr th:first-child {
    padding: 26px 0 26px 38px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable tr th:first-child {
    width: 212px;
    padding: 16px 0 16px 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .credit {
    margin: 11px 0 0;
    width: 123px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .credit {
    margin: 3px 0 0;
    width: 51%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .paypay {
    margin: 11px 0 5px;
    width: 96px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .paypay {
    margin: 7px 0 0;
    width: 38%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .carrier {
    margin-top: 4px;
    width: 198px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .carrier {
    margin-top: 4px;
    width: 72%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .rpay {
    margin: 11px 0 6px;
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .rpay {
    margin: 6px 0 6px 5px;
    width: 28%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .convenience {
    margin: 11px 0 6px;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .convenience {
    margin: 11px 0 6px;
    width: 73%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .payeasy {
    margin: 9px 0 6px -5px;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .payeasy {
    margin: 9px 0 6px;
    width: 26%;
  }
}
.main__section__priceText {
  line-height: 2;
}
@media screen and (min-width: 769px), print {
  .main__section__priceText {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 31px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceText {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 20px 0;
  }
}
.main__section__comparisonText {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__comparisonText {
    margin: 43px 0 0 16px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__comparisonText {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__comparisonGraph {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__comparisonGraph {
    margin-top: 15px;
  }
  .main__section__comparisonGraph > img {
    width: 227%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__comparisonGraph > img {
    width: 213%;
    margin-left: -19px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 93px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList {
    margin: 53px 0 0;
  }
}
.main__section__stepList .item {
  position: relative;
  border: 3px solid var(--default_green);
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item + .item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item + .item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item + .item:last-child {
    margin-top: 55px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item {
    width: 193px;
    height: 340px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item {
    width: 100%;
    padding-bottom: 25px;
    border-radius: 6px;
  }
}
.main__section__stepList .item__budge {
  position: absolute;
  background-color: var(--default_green);
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__budge {
    width: 114px;
    padding: 28px 0;
    border: #fff 7px solid;
    top: -61px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__budge {
    width: 72px;
    padding: 15px 0 14px;
    top: -40px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.main__section__stepList .item__budge > span {
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__budge > span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__budge > span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo {
    margin: 75px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__logo {
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--01 {
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__logo--01 {
    width: 13%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--02 {
    width: 67px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__logo--02 {
    width: 12%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--03 {
    width: 67px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__logo--03 {
    width: 13%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--04 {
    width: 62px;
    margin: 73px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__logo--04 {
    width: 13%;
  }
}
.main__section__stepList .item__title {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 12px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__text {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 3px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__text {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 6px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:nth-child(1) .item__title {
    margin-top: 18px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:nth-child(6) .item__title {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:nth-child(7) .item__title {
    margin-top: 23px;
  }
}
.main__section__stepList .item::before {
  position: absolute;
  content: "";
  background-color: var(--default_green);
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item::before {
    width: 33px;
    height: 3px;
    right: -33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item::before {
    width: 3px;
    height: 20px;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item:first-child::before {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:last-child::before {
    display: none;
  }
}
.main__section__stepList .item--noBudge {
  border: none;
  background-color: #e6e6e6;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item--noBudge {
    width: 92px;
    padding: 45px 18px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item--noBudge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 75px);
    margin: 0 auto 57px;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__stepList .item--noBudge {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 320px) {
  .main__section__stepList .item--noBudge {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item--noBudge::before {
    top: -20px;
  }
}
.main__section__stepList .item--noBudge .item__title {
  vertical-align: middle;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item--noBudge .item__title {
    margin-top: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item--noBudge .item__title {
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item--noBudge + .item--noBudge {
    margin-top: -37px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item--single {
    width: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main__section__manualText {
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (min-width: 769px), print {
  .main__section__manualText {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualText {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 30px 0 0;
  }
}
.main__section__manualList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 36px 0 0;
    gap: 37px 28px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 46px 0 0;
    gap: 20px 20px;
  }
}
.main__section__manualList .item {
  background-color: var(--white);
  border-radius: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item {
    width: calc((100% - 20px) / 2);
  }
  .main__section__manualList .item img {
    width: 100px;
    max-width: 100%;
  }
}
.main__section__manualList .item__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__box {
    min-height: 94px;
  }
}
.main__section__manualList .item__box p {
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__box p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__manualList .item__box p > strong {
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__box p > strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__box p > strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__manualList .item__box .type {
  position: absolute;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__box .type {
    top: 33px;
    font-size: 16px;
    font-size: 1.6rem;
    width: 80px;
    height: 26px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__manualList .item__box .type {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__box .type {
    top: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 60px;
    height: 23px;
    border-radius: 23px;
  }
}
.main__section__manualList .item__box .type--basic {
  background: #e0e0e0;
  color: #000000;
}
.main__section__manualList .item__box .type--new {
  background: #66ba28;
  color: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__box .type + .item__box {
    padding-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__box .type + .item__box {
    padding-top: 22px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__title + .item__box {
    padding: 0 12px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__title + .item__box .type {
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__title + .item__box .type {
    top: 14px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__title + .item__box .type + .item__box {
    padding-top: 53px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__title + .item__box .type + .item__box {
    padding-top: 36px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__name {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__name .min {
    font-size: 12px;
    font-size: 1.2rem;
    word-break: keep-all;
  }
}
.main__section__manualList .item__link {
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  color: var(--base_text_color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__link {
    margin-top: 10px;
  }
}
.main__section__manualList .item__link::after {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../../assets/img/icon_link.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__link::after {
    width: 16px;
    height: 16px;
    margin: 0 0 -2px 7px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__link::after {
    width: 12px;
    height: 12px;
    margin: 0 0 -2px 7px;
  }
}
.main__section__manualList .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  border-radius: 12px;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item > a {
    padding: 20px 20px 35px;
  }
  .main__section__manualList .item > a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main__section__manualList .item > a:hover .item__link {
    color: var(--default_green);
  }
  .main__section__manualList .item > a:hover .item__link::after {
    background-image: url("../../assets/img/icon_link_green.png");
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item > a {
    padding: 10px 10px 15px;
  }
}
.main__section__manualList .item p small {
  word-break: keep-all;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item p small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item p small {
    font-size: 10px;
    font-size: 1rem;
  }
}
.main__section__manualList .item p small span {
  color: #ff0000;
}
.main__section__manualList .item--disabled {
  position: relative;
}
.main__section__manualList .item--disabled a {
  pointer-events: none;
}
.main__section__manualList .item--disabled::before, .main__section__manualList .item--disabled::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.main__section__manualList .item--disabled::before {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 50%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main__section__manualList .item--disabled::after {
  content: "準備中";
  color: #000;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  z-index: 2;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item--disabled::after {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 0;
    width: calc(100% - 40px);
    bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item--disabled::after {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 0;
    width: calc(100% - 20px);
    bottom: -6px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList--col3 {
    margin: 28px 11.25% 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList--col3 .item {
    width: 28.2692307692%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList--col4 .item {
    width: 22.5%;
  }
}
.main__section__manualList--col5 {
  gap: 0 20px;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList--col5 {
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList--col5 .item {
    width: calc(20% - 20px);
    margin-top: 27px;
    height: 280px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__manualList--col5 .item {
    height: auto;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList--col5 .item > a {
    padding: 20px 20px 28px;
  }
}
.main__section__manualMore {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__manualMore {
    margin: 31px 0 0;
  }
}
.main__section__manualMore > a {
  color: var(--default_green);
  border-bottom: 1px solid var(--default_green);
}
@media screen and (min-width: 769px), print {
  .main__section__manualMore > a {
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .main__section__manualMore > a:hover {
    opacity: 0.6;
  }
}
.main__section__manualMore > a::before {
  content: "";
  border-left: 2px solid var(--default_green);
  border-bottom: 2px solid var(--default_green);
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 6px 3px 0;
}
.main__section__manualMore + div {
  display: none;
}
.main__section__manualAttention {
  background-color: var(--white);
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  border-radius: 12px;
}
@media screen and (min-width: 769px), print {
  .main__section__manualAttention {
    width: 100%;
    padding: 20px 40px;
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualAttention {
    padding: 12px 20px;
    margin: 20px 0 0;
  }
}
.main__section__manualAttention a {
  color: #66ba28;
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .main__section__manualAttention a:hover {
    text-decoration: none;
  }
}
.main__section__manualAttention p {
  color: #707070;
}
@media screen and (min-width: 769px), print {
  .main__section__manualAttention p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualAttention p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__manualAttention ul {
  color: #707070;
}
@media screen and (min-width: 769px), print {
  .main__section__manualAttention ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualAttention ul {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__manualAttention ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.main__section__cautionBox {
  letter-spacing: -0.5px;
}
@media screen and (min-width: 769px), print {
  .main__section__cautionBox {
    margin: 38px auto 0;
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__cautionBox {
    margin: 18px 0 0;
  }
}
.main__section__cautionBox .title {
  color: var(--default_green);
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__cautionBox .title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__cautionBox .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__cautionBox .text {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .main__section__cautionBox .text {
    line-height: 1.8;
  }
}
.main__section__cautionBox .text > a {
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .main__section__cautionBox + .main__section__cautionBox {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__cautionBox + .main__section__cautionBox {
    margin: 21px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__faqList {
    margin: 46px auto 0;
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList {
    margin: 23px 0 0;
  }
}
.main__section__faqList .item {
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item + .item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item + .item {
    margin-top: 12px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item {
    padding: 32px 32px 28px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item {
    padding: 22px 18px 15px;
    border-radius: 6px;
  }
}
.main__section__faqList .item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: var(--default_green);
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__q {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__q {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main__section__faqList .item__q span {
  font-family: "Oswald", sans-serif;
  text-align: center;
  border-radius: 50%;
  background-color: var(--default_green);
  color: var(--white);
  font-weight: 500;
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__q span {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__q span {
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__q p {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__q p {
    width: calc(100% - 40px);
  }
}
.main__section__faqList .item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__a {
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__a {
    margin: 7px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main__section__faqList .item__a span {
  font-family: "Oswald", sans-serif;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--default_green);
  color: var(--default_green);
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__a span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    margin: 0 15px 0 0;
    padding: 0 9.5px 0 11.5px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__a span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    padding: 0 6px 0 6.5px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__a p {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__a p {
    width: calc(100% - 40px);
  }
}
.main__section__faqList .item__a p a {
  color: var(--default_green);
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__a p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main__section__faqList .item__a p a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__a p a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__a small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__a small {
    font-size: 14px;
  }
}
.main__section__partnerDiscription {
  text-align: center;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerDiscription {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 17px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerDiscription {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 0;
  }
}
.main__section__partnerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList {
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList {
    margin: 45px auto 0;
    gap: 35px 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 78px 0 0;
  }
}
.main__section__partnerList .item__img {
  position: relative;
}
@media screen and (max-width: 939px) {
  .main__section__partnerList .item__img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__img {
    width: 100%;
  }
}
.main__section__partnerList .item__img > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  background-color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__img > a {
    border-radius: 16px;
    padding: 48px 95px;
    height: 280px;
  }
  .main__section__partnerList .item__img > a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__img > a {
    border-radius: 8px;
    padding: 25px 60px;
    height: 200px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__img > a img {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__img > a img {
    max-width: 185px;
  }
}
.main__section__partnerList .item__img--POY > a::before, .main__section__partnerList .item__img--p2021 > a::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/logo_POY.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__img--POY > a::before, .main__section__partnerList .item__img--p2021 > a::before {
    width: 150px;
    height: 60px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__img--POY > a::before, .main__section__partnerList .item__img--p2021 > a::before {
    width: 120px;
    height: 60px;
    top: 15px;
    right: 15px;
  }
}
.main__section__partnerList .item__img--p2021 > a::before {
  background-image: url("../../assets/img/logo_partner2021.png");
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__textArea {
    padding: 0 0 0 7%;
  }
}
.main__section__partnerList .item__textArea__title {
  position: relative;
  font-weight: bold;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__textArea__title {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 12px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__textArea__title {
    font-size: 20px;
    font-size: 2rem;
    margin: 25px 0 20px;
  }
}
.main__section__partnerList .item__textArea__title::before {
  position: absolute;
  content: "";
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: var(--default_green);
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__textArea__title::before {
    bottom: -13px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__textArea__title::before {
    bottom: -9px;
  }
}
.main__section__partnerList .item__textArea__title > a {
  color: var(--base_text_color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__textArea__title > a:hover {
    color: var(--default_green);
  }
  .main__section__partnerList .item__textArea__title > a:hover > span::before {
    background-image: url("../../assets/img/icon_link_green.png");
  }
}
.main__section__partnerList .item__textArea__title > a > span {
  position: relative;
}
.main__section__partnerList .item__textArea__title > a > span::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/icon_link.png");
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__textArea__title > a > span::before {
    width: 16px;
    height: 16px;
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__textArea__title > a > span::before {
    width: 12px;
    height: 12px;
    right: -20px;
  }
}
.main__section__partnerList .item__textArea__text {
  line-height: 1.8;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__textArea__text {
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__textArea__text {
    letter-spacing: 0px;
  }
}

.campaign {
  background-color: var(--white);
  position: relative;
}
@media screen and (min-width: 769px), print {
  .campaign {
    padding: 126px 11px 61px;
  }
}
@media screen and (max-width: 768px) {
  .campaign {
    padding: 85px 0 29px;
  }
}
.campaign::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 769px), print {
  .campaign::before {
    border-width: 40px 250px 0 250px;
    bottom: -39px;
  }
}
@media screen and (max-width: 768px) {
  .campaign::before {
    border-width: 30px 100px 0 100px;
    bottom: -15px;
  }
}
.campaign__container {
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
}
@media screen and (min-width: 769px), print {
  .campaign__container {
    border-radius: 10px;
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .campaign__container {
    border-radius: 6px;
    margin: 0 20px 0;
  }
}
@media screen and (min-width: 769px), print {
  .campaign__heading {
    padding: 11px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .campaign__heading {
    padding: 5px 0 9px;
  }
}
.campaign__heading__text {
  color: var(--white);
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 769px), print {
  .campaign__heading__text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign__heading__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.campaign__heading__text::before, .campaign__heading__text::after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px), print {
  .campaign__heading__text::before, .campaign__heading__text::after {
    width: 26px;
    height: 30px;
    margin: 0 28px -5px;
  }
}
@media screen and (max-width: 768px) {
  .campaign__heading__text::before, .campaign__heading__text::after {
    margin: 0 13px -5px;
  }
}
@media screen and (max-width: 939px) {
  .campaign__heading__text::before, .campaign__heading__text::after {
    width: 14px;
    height: 18px;
    background-size: 14px auto;
    margin: 0 9px -6px;
  }
}
.campaign__heading__text::before {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
}
.campaign__heading__text::after {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.campaign__notes {
  background-color: #f5f5f5;
  border-radius: 0 0 6px 6px;
}
.campaign__notes .notes {
  margin: auto;
}
@media screen and (min-width: 769px), print {
  .campaign__notes .notes {
    width: 674px;
    padding: 22px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .campaign__notes .notes {
    margin-top: -5px;
    padding: 14px 17px 20px;
  }
}
.campaign__notes .notes__li {
  color: #555555;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 769px), print {
  .campaign__notes .notes__li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign__notes .notes__li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .campaign__notes .notes__li + .notes__li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .campaign__notes .notes__li + .notes__li {
    margin-top: 9px;
  }
}
.campaign__notes .notes__li a {
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__container {
    border: solid 5px #08bf5b;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__container {
    border: solid 2px #08bf5b;
  }
}
.campaign--linePay .campaign__heading {
  background-color: #08bf5b;
}
.campaign--linePay .campaign__heading__text {
  color: var(--white);
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__heading__text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__heading__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.campaign--linePay .campaign__heading__text::before, .campaign--linePay .campaign__heading__text::after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__heading__text::before, .campaign--linePay .campaign__heading__text::after {
    width: 26px;
    height: 30px;
    margin: 0 28px -5px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__heading__text::before, .campaign--linePay .campaign__heading__text::after {
    margin: 0 13px -5px;
  }
}
@media screen and (max-width: 939px) {
  .campaign--linePay .campaign__heading__text::before, .campaign--linePay .campaign__heading__text::after {
    width: 14px;
    height: 18px;
    background-size: 14px auto;
    margin: 0 9px -6px;
  }
}
.campaign--linePay .campaign__heading__text::before {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
}
.campaign--linePay .campaign__heading__text::after {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.campaign--linePay .campaign__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents {
    width: 603px;
    padding: 61px 0 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents {
    width: 78.67vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 23px;
    margin: 21px auto 22px;
  }
}
.campaign--linePay .campaign__contents__visual {
  position: relative;
}
.campaign--linePay .campaign__contents__visual .text {
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__visual .text {
    font-size: 16px;
    font-size: 1.6rem;
    border: solid 5px #08bf5b;
    margin: 12px 0 0;
    padding: 1px 0 2px 0;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__visual .text {
    font-size: 12px;
    font-size: 1.2rem;
    border: solid 2px #08bf5b;
    margin: 7px 0 0;
    line-height: 1.5em;
    padding: 2px 0 1px 0;
  }
}
.campaign--linePay .campaign__contents__visual .text__emp {
  color: #08bf5b;
  font-weight: bold;
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__visual .text__emp {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 3px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__visual .text__emp {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 0 3px;
  }
}
.campaign--linePay .campaign__contents__visual::after {
  content: "";
  background: url("/service/partner/shopify/lp01/assets/img/img_campaign_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__visual::after {
    width: 36px;
    height: 38px;
    right: -74px;
    top: 61px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__visual::after {
    width: 14.5px;
    height: 15px;
    right: calc(-50% + 30px);
    top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__visual {
    width: 31.87vw;
  }
}
.campaign--linePay .campaign__contents__price {
  position: relative;
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price {
    width: 35.87vw;
  }
}
.campaign--linePay .campaign__contents__price .point {
  position: absolute;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .point {
    font-size: 20px;
    font-size: 2rem;
    border: solid 5px #000;
    border-radius: 7px;
    padding: 8px 8px 9px 12px;
    right: -81px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .point {
    font-size: 12px;
    font-size: 1.2rem;
    border: solid 2px #000;
    border-radius: 4px;
    padding: 2px 7px;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    top: -3px;
  }
}
.campaign--linePay .campaign__contents__price .point__small {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .point__small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .point__small {
    font-size: 10px;
    font-size: 1rem;
  }
}
.campaign--linePay .campaign__contents__price .point::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .point::before {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 28px solid #000;
    border-top: 0;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
    bottom: -19px;
    left: 21px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .point::before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 11px solid #000;
    border-top: 0;
    -webkit-transform: rotate(305deg);
            transform: rotate(305deg);
    bottom: -9px;
    left: 21.5vw;
  }
}
.campaign--linePay .campaign__contents__price .point::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .point::after {
    border-right: 6px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 19px solid #ffffff;
    border-top: 0;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
    bottom: -12px;
    left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .point::after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 11px solid var(--white);
    border-top: 0;
    -webkit-transform: rotate(305deg);
            transform: rotate(305deg);
    bottom: -5px;
    left: 21.5vw;
  }
}
.campaign--linePay .campaign__contents__price .price {
  color: #08bf5b;
  font-weight: bold;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .price {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 0.73;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .price {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
  }
}
.campaign--linePay .campaign__contents__price .price span {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .price span {
    font-size: 190px;
    font-size: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .price span {
    font-size: 65px;
    font-size: 6.5rem;
  }
}
.campaign--linePay .campaign__contents__price::before {
  content: "";
  display: block;
  background-color: #fdf8a6;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price::before {
    width: 185px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price::before {
    width: 35.87vw;
    height: 25px;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__container {
    border: solid 5px #fb7328;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__container {
    border: solid 2px #fb7328;
  }
}
.campaign--auPay .campaign__heading {
  background-color: #fb7328;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__heading__text {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__heading__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.campaign--auPay .campaign__heading__title {
  color: var(--white);
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__heading__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__heading__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__heading__title .small {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__heading__title .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.campaign--auPay .campaign__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 28px 75px 31px;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 20px 28px;
  }
}
.campaign--auPay .campaign__contents .name {
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents .name {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents .name {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.campaign--auPay .campaign__contents .price {
  color: #e95504;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1.2px;
}
.campaign--auPay .campaign__contents .price .unit {
  font-weight: normal;
}
.campaign--auPay .campaign__contents .normal {
  color: #000000;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents .normal {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents .normal {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.campaign--auPay .campaign__contents__commission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__commission .img {
    min-width: 125px;
    height: auto;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .img {
    width: 134px;
    height: 25px;
  }
}
.campaign--auPay .campaign__contents__commission .price {
  margin-left: 14px;
  position: relative;
}
.campaign--auPay .campaign__contents__commission .price::before {
  content: "";
  display: inline-block;
  width: calc(100% + 10px);
  height: 20px;
  background-color: #fdf8a6;
  position: absolute;
  z-index: 0;
  left: -5px;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__commission .price::before {
    height: 20px;
    bottom: -6px;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .price::before {
    height: 10px;
    bottom: -2px;
  }
}
.campaign--auPay .campaign__contents__commission .price__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__commission .price {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .price {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__commission .price .unit {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .price .unit {
    font-size: 30px;
    font-size: 3rem;
  }
}
.campaign--auPay .campaign__contents__commission .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__commission .text {
    margin-left: 40px;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .text {
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .text .normal {
    margin: -4px 0 0;
  }
}
.campaign--auPay .campaign__contents__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px 0 0;
    position: relative;
  }
}
.campaign--auPay .campaign__contents__cost::before {
  content: "";
  display: inline-block;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__cost::before {
    width: 6px;
    height: 100px;
    margin: 0 0 0 48px;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__cost::before {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__cost .price {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__cost .price {
    font-size: 30px;
    font-size: 3rem;
  }
}
.campaign--auPay .campaign__contents__cost .price .unit {
  margin: 0 0 0 4px;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__cost .price .unit {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__cost .price .unit {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__cost .name {
    margin: 2px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__cost .name {
    margin: 25px 0 0;
  }
}
.campaign--auPay .campaign__contents__cost .normal {
  margin: 4px 0 0;
}
.campaign--auPay .campaign__contents__cost .cost {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__cost .cost {
    padding-left: 38px;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__notes .notes {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__notes .notes__li {
    text-align: center;
  }
}

.footer {
  text-align: center;
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .footer {
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15px 0 75px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer > p {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer__ctaBtn {
    width: 100%;
    background-color: var(--default_green);
    position: fixed;
    bottom: 0;
    padding: 10px 20px;
    z-index: 10000;
  }
}
.footer__ctaBtn .modBtnArea {
  margin: 0;
}
.footer__ctaBtn .modBtnArea__inner > a {
  padding: 8px 0 9px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .footer__ctaBtn .modBtnArea {
    margin: 0 auto;
    max-width: 460px;
  }
}

.pg-paymentsapp__header {
  text-align: center;
  margin: 0 0 20px;
}

.pg-paymentsapp__heading {
  font-size: 1.4rem;
  font-weight: bold;
}

.pg-paymentsapp__lead-text {
  font-size: 1.2rem;
  text-align: center;
  margin: 12px 0 0;
}

@media (min-width: 48.0625em) {
  .pg-paymentsapp {
    padding: 100px 0;
  }
  .pg-paymentsapp__header {
    margin: 0 0 48px;
  }
  .pg-paymentsapp__heading {
    font-size: 2.6rem;
  }
  .pg-paymentsapp__lead-text {
    font-size: 1.6rem;
    margin: 28px 0 0;
  }
}
.pg-paymentsapp__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pg-paymentsapp__item {
  width: calc((100% - 10px) * 0.5);
}

.pg-paymentsapp__item:not(:nth-of-type(2n+1)) {
  margin-left: 10px;
}

.pg-paymentsapp__item:nth-of-type(n+3) {
  margin-top: 10px;
}

.pg-paymentsapp__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 140px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  background: #FFF;
  padding: 12px 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pg-paymentsapp__title {
  width: 100%;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.pg-paymentsapp__item a.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  position: relative;
}

.pg-paymentsapp__item a.disabled::after {
  content: "準備中";
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--white);
  padding: 12px 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pg-paymentsapp__item a.disabled::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 12px;
  opacity: 0.5;
}

@media (min-width: 48.0625em) {
  .pg-paymentsapp__item {
    width: calc((100% - 60px) * 0.25);
  }
  .pg-paymentsapp__item:nth-of-type(n) {
    margin: 0;
  }
  .pg-paymentsapp__item:not(:nth-of-type(4n+1)) {
    margin-left: 20px;
  }
  .pg-paymentsapp__item:nth-of-type(n+5) {
    margin-top: 32px;
  }
  .pg-paymentsapp__item a {
    min-height: 222px;
    font-size: 1.4rem;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
  }
  .pg-paymentsapp__item a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
}
.pg-paymentsapp__caution {
  background: var(--white);
  padding: 12px 20px;
  margin: 20px 0 0;
  border-radius: 12px;
}

.pg-paymentsapp__caution-text {
  font-size: 1.2rem;
}

@media (min-width: 48.0625em) {
  .pg-paymentsapp__caution {
    width: 100%;
    text-align: center;
    padding: 20px 40px;
    margin: 32px auto 0;
    border-radius: 20px;
  }
  .pg-paymentsapp__caution-text {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */