@charset "UTF-8";
.smspay {
  margin-bottom: 60px;
}

.pc-only {
  display: inline;
  width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}

.smspay__apps {
  text-align: left;
  line-height: 2;
  color: #e62320;
  max-width: 800px;
  padding: 40px;
  border: solid 1px #e62320;
  margin: 0 auto 40px;
}

.smspay__apps__title {
  font-weight: 700;
}

.smspay__download__title {
  color: #333;
  margin-bottom: 6px;
}

.smspay__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.smspay__download__item {
  text-align: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.smspay__download__img {
  width: auto;
  height: 40px;
}

.apps-bnr,
.smspay__bnr {
  margin-top: 20px;
}

.smspay__inner {
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.smspay__lead {
  font-size: 16px;
  line-height: 2.4;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: 60px;
  color: #333333;
}

@media (max-width: 767px) {
  .smspay__lead {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.78;
    text-align: left;
    padding: 0 15px;
  }
}

.smspay__contents-area + .smspay__contents-area {
  margin-top: 120px;
}

.smspay__notes {
  color: #313131;
  position: relative;
  padding-left: 1.2em;
  margin-top: 5px;
  font-size: 14px;
}

.smspay__notes:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.notes__item {
  position: relative;
  color: #6e6e6e;
  line-height: 1.4;
  display: block !important;
  padding: 0px 0 0 1.2em;
  margin-bottom: 5px;
  font-weight: normal;
}

.notes__item:before {
  content: '※';
  position: absolute;
  top: 0px;
  left: 0;
}

.notes__item a {
  color: #3d90cc;
  text-decoration: none;
  text-decoration: underline;
  padding: 0 3px;
  line-height: 1.6;
}

.notes__item a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.notes__item--red {
  color: #e62320;
}

.number {
  margin-top: 30px;
}

.number__txt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.number__box {
  background-color: #eeeeee;
  padding: 18px;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
}

.number__box__txt strong {
  color: #e62320;
}

.number__box__txt:not(:last-of-type) {
  margin-bottom: 5px;
}

.num-list-wrap {
  margin-top: 30px;
}

.num-list__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
}

.num-list__title > b {
  position: absolute;
  top: 0;
  left: 0;
}

.num-list__txt {
  margin-bottom: 30px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline;
    width: 100%;
    height: auto;
  }
  .pc-only {
    display: none;
  }
  .smspay__apps {
    text-align: left;
    line-height: 1.5;
    color: #e62320;
    padding: 20px;
    border: solid 1px #e62320;
    margin: 0 20px 40px;
  }
  .smspay__apps.paypay-sp {
    margin-top: 0;
  }
  .smspay__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 0;
  }
  .smspay__download__item {
    margin-top: 20px;
    text-align: center;
  }
  .smspay__inner {
    max-width: 100%;
  }
  .notes__item {
    color: #6e6e6e;
    line-height: 1.4;
    display: block !important;
    padding: 0px 0 0 1.2em;
    margin-bottom: 5px;
    border: 0px;
  }
  .notes__item--red {
    color: #e62320;
  }
  .number__txt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .number__box {
    display: block;
  }
  .num-list__txt:last-child {
    margin-bottom: 0;
  }
  .smspay__contents-area .el-common__section-title-wrap {
    margin: 0;
  }
  .smspay__contents-area .el-common__section-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .smspay__contents-area .el-common__section-underline {
    width: 140px;
    height: 2px;
    margin: 0 auto;
  }
  .accordion-contents {
    border: 2px solid #777777;
    border-top: 0px;
    margin: 0 15px;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
  }
  .smspay__contents-area{
    margin-top: -20px;
    padding-top: 20px;
  }
  .smspay__contents-area + .smspay__contents-area {
    /* margin-top: 20px; */
    margin-top: 0;
  }
  .smspay__notes {
    margin: 10px 15px 0;
    font-size: 10px;
  }
  .num-list-wrap {
    margin-top: 20px;
  }
}

.smspay__infomation {
  width: 100%;
  padding: 1px 0 25px;
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .smspay__infomation {
    padding: 1px 32px 0;
  }
}
.fix-select__inner-pc{
  max-width: 1200px;
}
.fix-select__button{
  width: calc((94% - 10px) / 6);
  height: 72px;
}
.campaign-pc {
  position: absolute;
  padding: 7px 10px;
  min-width: 140px;
  max-width: 100%;
  color: #fff;
  font-size: 11px;
  background: #fb929e;
  border-radius: 15px;
  top: -13px;
}
.campaign-pc:before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
  border: 6px solid transparent;
  border-top: 6px solid #fb929e;
}
.campaign-sp {
  display: none;
}
@media (max-width: 767px) {
  .campaign-sp {
    padding: 2px 10px;
    width: 180px;
    max-width: 100%;
    color: #fff;
    font-size: 11px;
    background: #fb929e;
    border-radius: 15px;
    display: inline-block;
    margin: 0 auto 5px;
    display: flex;
    justify-content: center;
  }
}
.campaign-d {
  width: 45%;
  margin: auto;
}

