@charset "EUC-JP";

@charset "UTF-8";
.campaign__visual {
  text-align: center;
  position: relative;
}
.campaign__visual__title {
  background-image: url(../../images/campaign/260212/bg_campaign_l.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .campaign__visual__title {
    background-image: url(../../images/campaign/260212/bg_campaign_m.png);
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__visual__title {
    background-image: url(../../images/campaign/260212/bg_campaign_s.png);
    padding: 40px 0;
  }
}
.campaign__visual__finish {
  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;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.campaign__visual__finish span {
  display: block;
  background-color: #fff;
  padding: 30px;
  font-size: 33px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .campaign__visual__finish span {
    padding: 3vw;
    font-size: 3.2vw;
  }
}
.campaign__visual__data {
  background-color: #1f2339;
  color: #fff;
  font-weight: 600;
  padding: 15px 0;
  font-size: 2.6rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .campaign__visual__data {
    font-size: 2.3rem;
  }
}
.campaign__visual__data strike {
  font-size: 2rem;
  color: #ccc;
  font-weight: 600;
  text-decoration-color: #ccc;
}
@media only screen and (max-width: 767px) {
  .campaign__visual__data strike {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__visual__data {
    font-size: 1.5rem;
  }
}

main .campaign__visual__title h2 {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  main .campaign__visual__title h2 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  main .campaign__visual__title h2 {
    max-width: 85%;
  }
}
main h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  main h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  main p {
    padding-bottom: 20px;
  }
}
main .text {
  text-align: center;
  padding: 20px 0 70px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  main .text {
    padding: 20px 0 20px;
  }
}
main .annotation {
  font-size: 14px;
  margin-top: 16px;
}
main .campaign {
  background: #EDF9FF;
  padding: 72px 0;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  main .campaign {
    padding: 48px 0;
  }
}
main .main {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
main .main .two-column {
  font-size: 50px;
}
main .main .two-column__left {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
}
main .main .two-column__title {
  font-size: 16px;
}
main .main .two-column__right {
  -ms-flex-preferred-size: calc(100% - 250px);
      flex-basis: calc(100% - 250px);
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  main .main .two-column__single {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  main .main .two-column__left {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
  main .main .two-column__right {
    -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  main .main .two-column__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  main .main .two-column__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
main .main .campaignInfo__table p {
  padding: 0;
  text-align: left;
}
main .main .campaignInfo__table p span {
  font-weight: bold;
  color: #f7716f;
}
main .main .campaignInfo__table .border-yellow {
  width: 100%;
  padding: 15px;
  border: 1px solid;
  border-color: #efe6c0;
  background-color: #fffdf5;
}
@media only screen and (max-width: 767px) {
  main .main .campaignInfo__table .border-yellow {
    padding: 15px 8px;
  }
}
main .main .campaignInfo__table .border-yellow ul {
  margin-left: 10px;
  margin-bottom: 15px;
}
main .main .campaignInfo__table .border-yellow ul:last-child {
  margin-bottom: 0;
}
main .main .campaignInfo__table .border-yellow ul li {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  main .main .campaignInfo__table .border-yellow ul li {
    font-size: 1.4rem;
  }
}
main .main .campaignInfo__table .border-yellow p {
  font-weight: bold;
}
main .main .campaignInfo__table .border-yellow br {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  main .main .campaignInfo__table .border-yellow br {
    display: block !important;
  }
}
main .main .campaignInfo__table .border-yellow span {
  font-weight: bold;
  color: #f7716f;
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  main .main .campaignInfo__table .border-yellow span {
    margin-right: 0;
  }
}
main .main .campaignInfo__table .border-yellow span .cashbackPr {
  font-size: 1.5rem;
}
main .main .campaignInfo__table .border-yellow span .cashbackPr .c-black {
  color: #262626;
  font-weight: normal;
}
main .main .campaignInfo__table .border-yellow .font-s {
  font-size: 1.4rem;
  margin: 0 0 0 3px;
}
@media only screen and (max-width: 767px) {
  main .main .campaignInfo__table .border-yellow .font-s {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  main .main .campaignInfo__table .border-yellow .hidden-s {
    display: none;
  }
}
main .main .campaignInfo__table .border {
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 16px 0;
}
main .campaignButton {
  width: 50%;
  border-radius: 3px;
  padding: 10px 0;
  /* margin: 50px auto 60px; */
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  main .campaignButton {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  main .campaignButton {
    width: 90%;
    padding: 0;
    /* margin: 10px auto 40px; */
  }
}
main .campaignButton::before {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  main .campaignButton a {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  main .campaignButton a {
    font-size: 1.7rem;
  }
}
main .campaignButton span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
main .campaignButton span::before {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 18px;
  content: "";
  background-image: url(../../images/common/contacticon.svg);
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  main .campaignButton span::before {
    margin-top: 5px;
  }
}
main .priceButton {
  padding: 0;
}
main .priceButton a {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  main .priceButton a::before {
    width: 8px;
    height: 13px;
  }
}

.reccommend__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* align-items: center; */
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}
.reccommend__single {
  position: relative;
  -ms-flex-preferred-size: 31.5%;
      flex-basis: 31.5%;
  max-width: 350px;
  margin: 0;
  border: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  .reccommend__single {
    margin: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .reccommend__single:nth-child(1), .reccommend__single:nth-child(2) {
    margin-bottom: 20px;
  }
  .reccommend__single:first-of-type {
    margin-top: 0;
  }
  .reccommend__single:nth-child(3) {
    margin-top: 40px;
  }
}
.reccommend__single:nth-child(3) {
  border: solid 3px #148dce;
}
.reccommend__top {
  background-color: #148dce;
}
.reccommend__top p:nth-child(1) {
  border-bottom: solid 1px #127cb0;
  line-height: 1;
  padding: 20px 0 16px;
}
.reccommend__top p:nth-child(2) {
  line-height: 1.2;
  min-height: 110px;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reccommend__top p:nth-child(2) .fs12 {
  margin-left: 2px;
}
.reccommend__top p:nth-child(2) .font-white {
  color: #fff;
}
.reccommend__top span {
  color: #fff;
}
.reccommend__top span s {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.reccommend__top span .campaignPrice {
  font-weight: bold;
  font-size: 30px;
  margin: 0 3px;
  color: #fff700;
}
.reccommend__top span .CP_yen {
  color: #fff700;
}
.reccommend__top .campaign_Cb {
  color: #fff;
  font-size: 15px;
}
.reccommend__top .campaign_Cb_txt {
  color: #fff700;
  font-size: 13px;
  margin: 8px 0 0;
}
.reccommend__top .campaignPR {
  font-size: 13px;
  font-weight: bold;
  color: #148dce;
  background-color: #fff700;
  padding: 2px 5px;
  position: relative;
  margin: 8px 8px 0;
}
.reccommend__top .campaignPR:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff700 rgba(0, 0, 0, 0);
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.reccommend__top .campaignPR strike {
  font-size: 13px !important;
  font-weight: bold;
  color: #148dce !important;
  text-decoration-color: red;
}
.reccommend__top .campaignPR_s {
  font-size: 12px;
  color: #148dce;
}
.reccommend__top .campaignRecommend {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: -5%;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  background: #ff7e00;
  left: calc(50% - 47px);
}
.reccommend__top .campaignRecommend::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #ff7e00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .reccommend__top {
    height: auto;
  }
}
.reccommend__top p {
  font-size: 2rem;
}
@media only screen and (max-width: 999px) {
  .reccommend__top p {
    font-size: 2rem;
  }
}
.reccommend__top {
  /* 2025.11 ????(????)???? ???? */
}
.reccommend__top .plan-name {
  display: block;
  font-size: 22px;
}
.reccommend__top .plan-pr {
  font-size: 14px;
  font-weight: normal;
  margin: 8px 0 0;
  display: block;
}
.reccommend__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .reccommend__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.reccommend__block .d-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12%;
  font-weight: normal;
  line-height: 1.8rem;
  color: #858585;
}
.reccommend__block .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16%;
  font-weight: normal;
  line-height: 1.8rem;
  color: #858585;
}
.reccommend__block .bold {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-left: 20px;
}
@media only screen and (max-width: 999px) {
  .reccommend__block .bold {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .reccommend__block .bold {
    padding-left: 10px;
  }
}
.reccommend__block .bold span {
  font-size: 2.4rem;
}
.reccommend__block .bold .twoByte {
  font-size: 2.2rem;
}
.reccommend__block:nth-child(odd) {
  background-color: #fff;
}
.reccommend__block:nth-child(even) {
  background-color: #F9F9F9;
}
.reccommend__block .link-button1 {
  width: 75%;
  height: 50px;
  border-radius: 4px;
}
.reccommend__block .link-button1::before {
  border-radius: 8px;
}
.reccommend__block .link-button1 a {
  margin-top: -1px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.reccommend__block .link-button1 a::after {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.reccommend__block .link-button1 a::before {
  margin-top: 1px;
}
.reccommend__block.memory {
  height: 84px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reccommend__block.memory .memory__value {
  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;
  line-height: 1.6;
  padding-left: 8px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.reccommend__block.memory .memory__value .main {
  padding-left: 8px;
}
.reccommend__block.memory .memory__value .main .num {
  font-size: 2.4rem;
  font-weight: bold;
}
.reccommend__block.memory .memory__value .sub {
  font-size: 1.4rem;
  color: #9C9C9C;
}
@media only screen and (max-width: 999px) {
  .reccommend__block.memory .memory__value {
    padding-left: 0;
  }
}
.reccommend__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .reccommend__bottom {
    height: auto;
  }
}
.reccommend__text {
  margin-top: auto;
  padding-bottom: 15px;
}
.reccommend__text .bold {
  font-size: 2.4rem;
}
.reccommend__text .campaign_text {
  text-align: center;
  font-size: 1.5rem;
  color: #fff700 !important;
  font-weight: bold;
  margin: 8px 0 0;
}
.reccommend__text .campaign_yen {
  color: #fff700 !important;
}
.reccommend__text .campaign_yen span {
  color: #fff700 !important;
}
.reccommend__points {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .reccommend__points {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reccommend__points figure {
    margin-top: 0;
  }
}
.reccommend__price {
  margin-bottom: 24px;
  margin-top: auto;
}
.reccommend__price .num {
  padding-right: 4px;
}
@media only screen and (max-width: 767px) {
  .reccommend__price {
    margin-bottom: 8px;
  }
}
.reccommend .link-button2 {
  width: 100%;
}

.planbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1080px;
}
@media only screen and (max-width: 767px) {
  .planbox p {
    padding: 0;
  }
}
.planbox__head {
  width: 130px;
  height: 72px;
  background-color: #CAEBFC;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.planbox__head-blank {
  background-color: transparent !important;
  border: 0;
}
.planbox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.planbox__head p {
  font-weight: bold;
  font-size: 1.6rem;
}
.planbox__head-top {
  border-radius: 5px 0 0 0;
  border-top: solid 1px #ccc;
}
.planbox__head-bottom {
  border-radius: 0 0 0 5px;
}
.planbox__child {
  position: relative;
  width: calc((100% - 130px) / 6);
  border-radius: 5px 5px 0 0;
  border-right: solid 1px #fff;
  height: 72px;
  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 all and (-ms-high-contrast: none) {
  .planbox__child {
    width: 135.7px;
  }
}
.planbox__child .campaignRecommend {
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: -26%;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  background: #ff7e00;
}
.planbox__child .campaignRecommend:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #ff7e00 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
}
.planbox__child-normal {
  border-radius: 0;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background: #fff;
}
.planbox__child-normal:last-child {
  border-right: solid 1px #ccc !important;
}
.planbox__child-normal.bottom {
  border-radius: 0 0 5px 0;
}
.planbox__child-normal .bold {
  color: #f7716f;
  font-weight: bold;
}
.planbox__child-normal .bold .num {
  font-size: 2rem;
}
.planbox__child-cost {
  border-radius: 0;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  height: 130px;
}
.planbox__child-cost .campaign2 {
  text-align: center;
  line-height: 1;
}
.planbox__child-cost .campaign2 s {
  font-size: 14px;
}
.planbox__child-cost .campaign2 .campaignPrice {
  font-weight: bold;
  font-size: 30px;
  margin: 0 3px;
}
.planbox__child-cost .campaign {
  text-align: center;
  line-height: 1.2;
  color: #f7716f;
}
.planbox__child-cost .campaign s {
  font-size: 14px;
}
.planbox__child-cost .campaign .campaignPrice {
  font-weight: bold;
  font-size: 26px;
  margin: 0 3px;
}
.planbox__child-cost .campaign .campaignPR {
  color: #148dce;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff700;
  padding: 2px 5px;
  line-height: 2.5;
  margin-left: 0 !important;
  position: relative;
}
.planbox__child-cost .campaign .campaignPR:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff700 rgba(0, 0, 0, 0);
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.planbox__child-cost .campaign .campaignPR strike {
  font-size: 13px !important;
  font-weight: bold;
  color: #148dce !important;
  text-decoration-color: red;
}
.planbox__child-cost .campaign .campaignPR_s {
  color: #148dce;
  font-size: 12px;
  margin-left: 0;
}
.planbox__child-cost .campaign .campaign_text {
  text-align: center;
  font-size: 1.4rem;
  display: block;
  margin: 5px auto 2px;
  color: #f7716f !important;
  font-weight: bold;
}
.planbox__child-cost .campaign .campaign_yen {
  color: #fff700 !important;
}
.planbox__child-cost .campaign .campaign_yen span {
  color: #fff700 !important;
}
.planbox__child-cost .campaign .normal_yen {
  color: #fff !important;
}
.planbox__child-cost .campaign .normal_yen span {
  color: #fff !important;
}
.planbox__child-cost .campaign .campaign2 {
  color: #262626 !important;
  font-weight: normal;
}
.planbox__child-cost:last-child {
  border-right: solid 1px #ccc !important;
}
.planbox__child-cost p span:first-child {
  font-size: 1.8rem;
  font-weight: bold;
}
.planbox__child-cost p span:last-child {
  font-size: 1.2rem;
  margin-left: 8px;
}
.planbox__child:last-child {
  border-right: none;
}
.planbox__name {
  background-color: #148DCE;
  height: 88px;
}
.planbox__name p {
  text-align: center;
}
.planbox__name p span {
  color: #fff;
  display: block;
  font-weight: bold;
}
.planbox__name p span:first-child {
  font-size: 1.5rem;
}
.planbox__name p span:last-child {
  font-size: 2rem;
}
.planbox.memory .planbox__head {
  height: 84px;
}
.planbox.memory .planbox__child {
  height: 84px;
}
.planbox.memory .planbox__child .text {
  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;
  line-height: 1.6;
  padding: 0;
}
.planbox.memory .planbox__child .text .main {
  color: #f7716f;
  font-weight: bold;
}
.planbox.memory .planbox__child .text .main .num {
  font-size: 2rem;
  font-weight: bold;
}
.planbox.memory .planbox__child .text .sub {
  font-size: 1.4rem;
  color: #9C9C9C;
}

@media only screen and (max-width: 1130px) {
  .company-info__table {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) {
  .visible-s {
    display: none !important;
  }
}
.planRenewalArea {
  padding: 80px 0;
  margin-bottom: 100px;
  background: url("../../images/index/spec_update_bg.svg") no-repeat 50% 110%, #edf9ff;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .planRenewalArea {
    padding: 60px 0;
    margin-bottom: 60px;
    background: url("../../images/index/spec_update_bg_m.svg") no-repeat 50% 110%, #edf9ff;
  }
}
@media only screen and (max-width: 767px) {
  .planRenewalArea {
    padding: 40px 0;
    margin-bottom: 40px;
    background: url("../../images/index/spec_update_bg_s.svg") no-repeat 50% 100%, #edf9ff;
  }
}
.planRenewalArea .planRenewal {
  background: #0083E3;
  width: 1080px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .planRenewalArea .planRenewal {
    width: 94%;
    max-width: 768px;
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal {
    width: 80%;
    max-width: 300px;
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.planRenewalArea .planRenewal .headContents {
  width: 380px;
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal .headContents {
    width: 100%;
  }
}
.planRenewalArea .planRenewal__date {
  font-size: 2rem;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: 1000;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .planRenewalArea .planRenewal__date {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal__date {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.planRenewalArea .planRenewal__date .num {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .planRenewalArea .planRenewal__date .num {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal__date .num {
    font-size: 1.8rem;
  }
}
.planRenewalArea .planRenewal__ttl {
  font-size: 3.2rem;
  color: #ffffff;
  font-weight: 1000;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .planRenewalArea .planRenewal__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 0.7;
  }
}
.planRenewalArea .planRenewal__ttl b {
  font-size: 4.2rem;
  color: #f9f02e;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .planRenewalArea .planRenewal__ttl b {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal__ttl b {
    font-size: 2.6rem;
  }
}
.planRenewalArea .planRenewal .mainContents {
  width: 540px;
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal .mainContents {
    width: 100%;
  }
}
.planRenewalArea .planRenewal .mainContents p {
  color: #ffffff;
  margin: 0 0 15px;
  font-size: 1.9rem;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .planRenewalArea .planRenewal .mainContents p {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal .mainContents p {
    font-size: 1.4rem;
    color: #c9e1f3;
    line-height: 1;
  }
}
.planRenewalArea .planRenewal .mainContents p b {
  color: #ffffff;
  font-size: 1.9rem;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .planRenewalArea .planRenewal .mainContents p b {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal .mainContents p b {
    font-size: 1.4rem;
  }
}
.planRenewalArea .planRenewal .mainContents p a {
  color: #ffffff;
  text-decoration: underline;
}
.planRenewalArea .planRenewal .mainContents p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal .mainContents p a {
    color: #c9e1f3;
  }
}
.planRenewalArea .planRenewal .mainContents p .anchor {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .planRenewalArea .planRenewal .mainContents p .anchor {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .planRenewalArea .planRenewal .mainContents p .anchor {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=campaign.css.map */
