@charset "EUC-JP";

@charset "UTF-8";
.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  background-image: url(../../images/index/bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -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) {
  .mv {
    background-image: url("../../images/index/bg_ie.jpg");
  }
}
@media only screen and (max-width: 999px) {
  .mv {
    height: auto;
  }
}
.mv .mv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 0;
  /*max-width: 1400px;*/
  max-width: 1070px;
  /*    height: 580px;*/
  /*padding-top: 56px;*/
  /*padding-right: 24px;
  padding-bottom: 56px;
  padding-left: 160px;*/
  text-align: left;
  z-index: 2;
  -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-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mv .mv-inner .left__text-ssmall b {
  font-size: 7rem;
  color: #FFF700;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .left__text-ssmall b {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .left__text-ssmall {
    text-align: center;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .mv .mv-inner .left__text {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv-inner .left__text {
    margin: 0 20px;
  }
}
.mv .mv-inner .left__text-sbig {
  font-size: 8rem;
  color: #fff;
  font-weight: 500;
  line-height: 0;
  letter-spacing: -0.2em;
  position: relative;
  left: -5px;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .left__text-sbig {
    font-size: 5rem;
  }
}
.mv .mv-inner .left__text-sbig .mv-ls03 {
  letter-spacing: -0.3em;
  line-height: 1;
}
.mv .mv-inner .left__text-sbig .mv-ls035 {
  letter-spacing: -0.35em;
  line-height: 1;
}
.mv .mv-inner .left__text-ssmall {
  display: inline-block;
  padding: 7px 0 0;
  font-size: 7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .left__text-ssmall {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .left__text {
    text-align: center;
  }
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .left__text p.mt-16 {
    text-align: center;
  }
}
.mv .mv-inner .specBox {
  width: 553px;
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .specBox {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv-inner .specBox {
    width: 90%;
  }
}
.mv .mv-inner .specBox .CpText {
  font-weight: bold;
  color: #f7716f !important;
  text-align: center;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .mv .mv-inner .specBox .CpText .hidden-s {
    display: none;
  }
}
.mv .mv-inner .specBox .CpText strike {
  font-weight: bold;
  color: #f7716f !important;
  text-decoration-color: #f7716f;
}
.mv .mv-inner .specBox .specBox__ttl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.mv .mv-inner .specBox .specBox__ttl::after {
  width: 0;
  height: 0;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -9px;
  right: 0;
  left: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  content: "";
}
.mv .mv-inner .specBox .specBox__ttl::before {
  width: 0;
  height: 0;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #ccc;
  border-bottom: 0;
  content: "";
}
.mv .mv-inner .specBox .specBox__ttl h3 {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.mv .mv-inner .specBox .specBox__ttl h3 img {
  right: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv .mv-inner .specBox .specBox__ttl h3 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv-inner .specBox .specBox__ttl h3 img {
    width: 100%;
    right: 0;
  }
}
.mv .mv-inner .specBox .specBox__ttl h3 .mvTxtLink {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv .mv-inner .specBox .specBox__ttl h3 .mvTxtLink {
    right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv-inner .specBox .specBox__ttl h3 .mvTxtLink {
    z-index: 10;
  }
}
.mv .mv-inner .specBox .specBox__ttl h3 a {
  color: #148dce;
}
.mv .mv-inner .specBox .specBox__ttl p {
  color: #262626;
  font-weight: 600;
  text-align: center;
}
.mv .mv-inner .specBox .specBox__item {
  padding-top: 10px;
  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;
}
.mv .mv-inner .specBox .specBox__item h4 {
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 5px;
  color: #262626;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .specBox .specBox__item h4 {
    font-size: 1.4rem;
  }
}
.mv .mv-inner .specBox .specBox__item .price {
  padding: 0 20px;
  border-right: 1px solid #ccc;
  -o-border-image: linear-gradient(to bottom, #fff 0%, #FFF 40%, #ccc 40%, #ccc 100%) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #FFF), color-stop(40%, #ccc), to(#ccc)) 1;
     border-image: linear-gradient(to bottom, #fff 0%, #FFF 40%, #ccc 40%, #ccc 100%) 1;
  color: #148DCE;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .specBox .specBox__item .price {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}
.mv .mv-inner .specBox .specBox__item .price span {
  font-size: 6rem;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .specBox .specBox__item .price span {
    font-size: 3.5rem;
  }
}
.mv .mv-inner .specBox .specBox__item .cpu {
  padding: 0 20px;
  border-right: 1px solid #ccc;
  -o-border-image: linear-gradient(to bottom, #fff 0%, #FFF 40%, #ccc 40%, #ccc 100%) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #FFF), color-stop(40%, #ccc), to(#ccc)) 1;
     border-image: linear-gradient(to bottom, #fff 0%, #FFF 40%, #ccc 40%, #ccc 100%) 1;
  color: #148DCE;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .specBox .specBox__item .cpu {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}
.mv .mv-inner .specBox .specBox__item .cpu span {
  font-size: 6rem;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .specBox .specBox__item .cpu span {
    font-size: 3.5rem;
  }
}
.mv .mv-inner .specBox .specBox__item .memory {
  padding: 0 20px;
  color: #148DCE;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .specBox .specBox__item .memory {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}
.mv .mv-inner .specBox .specBox__item .memory span {
  font-size: 6rem;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .specBox .specBox__item .memory span {
    font-size: 3.5rem;
  }
}
.mv .mv-inner .specBox .registerBox {
  margin-top: 30px;
  position: relative;
}
.mv .mv-inner .specBox .registerBox .balloon {
  width: 294px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #F7716F;
  border-radius: 17px;
  text-align: center;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .specBox .registerBox .balloon {
    width: 80%;
    max-width: 294px;
  }
}
.mv .mv-inner .specBox .registerBox .balloon::before {
  display: inline-block;
  width: 14px;
  height: 22px;
  margin-right: 5px;
  position: relative;
  top: 5px;
  background: url("../../images/icon/novice_ico.svg");
  content: "";
}
.mv .mv-inner p {
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .sp-mt-32 {
    width: 100%;
  }
}
.mv .mv-inner .seal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .seal-flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mv .mv-inner .seal-flex .seal {
  background-image: url("../../images/index/seal.svg");
  width: 250px;
  height: 250px;
  padding: 45px;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .seal-flex .seal {
    background-size: cover;
    padding-left: 35px;
  }
}
.mv .mv-inner .seal-flex .seal__right {
  padding-top: 64px;
}
.mv .mv-inner .seal-flex .seal__right-head {
  border-bottom: solid 1px #262626;
  padding-bottom: 16px;
  font-size: 1.8rem;
}
.mv .mv-inner .seal-flex .seal__right-body span:nth-child(1) {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 1.8rem;
}
.mv .mv-inner .seal-flex .seal__right-body span:nth-child(2) {
  font-size: 4.5rem;
  font-weight: bold;
  color: #127CB5;
}
.mv .mv-inner .seal-flex .seal__right-body span:nth-child(3) {
  font-size: 2.5rem;
}
.mv .mv-inner .seal-flex .seal__left-head {
  border-bottom: solid 1px #262626;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.mv .mv-inner .seal-flex .seal__left-head span:first-child {
  font-size: 1.3rem;
}
.mv .mv-inner .seal-flex .seal__left-head span:last-child {
  font-size: 2rem;
  display: block;
  margin-top: -8px;
}
.mv .mv-inner .seal-flex .seal__left-body span:nth-child(1) {
  background-color: #FFF700;
  display: block;
  padding: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 20px;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.mv .mv-inner .seal-flex .seal__left-body span:nth-child(2) {
  display: block;
  margin-bottom: -24px;
  width: 130px;
}
.mv .mv-inner .seal-flex .seal__left-body span:nth-child(3) {
  font-weight: bold;
  color: #127CB5;
  font-size: 4.5rem;
  margin-right: 4px;
}
.mv .mv-inner .seal-flex .seal__left-body span:nth-child(4) {
  font-size: 2.5rem;
  font-weight: bold;
}
.mv .mv-inner .link-button1 {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}
@media only screen and (max-width: 999px) {
  .mv .mv-inner .link-button1 {
    width: 100%;
  }
  .mv .mv-inner .link-button1 span {
    font-size: 1.6rem;
  }
}
.mv .mv-inner .link-button1::before {
  border-radius: 0px;
}
.mv .mv-inner .link-button1 a {
  height: 100%;
}
.mv .mv-inner .link-button1 a span {
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.mv .mv-inner .link-button1 a span::before {
  content: "";
  background-image: url("../../images/common/contacticon.svg");
  width: 26px;
  height: 26px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  background-position: center;
  background-size: cover;
  display: inline-block;
}

.mv-under-banners__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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1137px) {
  .mv-under-banners__flex {
    display: block;
  }
}
@media only screen and (max-width: 1137px) {
  .mv-under-banners__flex a {
    display: inline-block;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1137px) {
  .mv-under-banners__flex a:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1137px) {
  .mv-under-banners__flex .banner:nth-child(2n) {
    margin-left: 24px;
  }
  .mv-under-banners__flex .banner:nth-child(n+2) {
    margin-top: 24px;
  }
}
.mv-under-banners__flex .banner:last-child a {
  margin-bottom: 0;
}
.mv-under-banners figure {
  -ms-flex-preferred-size: 48.5185185185%;
      flex-basis: 48.5185185185%;
}
@media only screen and (max-width: 767px) {
  .mv-under-banners figure {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.mv-under-banners .campaign-add {
  margin-bottom: 24px;
}
.mv-under-banners .campaign-add:last-child {
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .mv-under-banners .campaign-add {
    margin-top: 24px;
  }
}
.mv-under-banners .campaign-add_text {
  font-weight: bold;
  margin-bottom: 4px;
}
.mv-under-banners .campaign-add_text span {
  color: #f45122;
}
@media only screen and (max-width: 999px) {
  .mv-under-banners .campaign-add a {
    margin-top: 0;
  }
}
.mv-under-banners__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 999px) {
  .mv-under-banners__ttl {
    font-size: 1.8rem;
  }
}

.pickup + .reccommend {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .pickup + .reccommend {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pickup + .reccommend {
    margin-top: 30px;
  }
}
.reccommend .reccommend_sub_ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.reccommend .reccommend_sub_ttl span {
  color: #f7716f;
}
.reccommend .campaign_Cb {
  color: #fff;
  font-size: 15px;
}
.reccommend .campaign_text {
  text-align: center;
  font-size: 1.5rem;
  color: #fff700 !important;
  font-weight: bold;
}
.reccommend .campaign_yen {
  color: #fff700 !important;
}
.reccommend .campaign_yen span {
  color: #fff700 !important;
}
.reccommend .campaignPR {
  font-size: 13px;
  font-weight: bold;
  color: #148dce;
  background-color: #fff700;
  padding: 2px 5px;
  position: relative;
}
.reccommend .campaignPR:before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-width: 0 6px 7px 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff700 rgba(0, 0, 0, 0);
}
.reccommend .campaignPR strike {
  font-size: 13px;
  font-weight: bold;
  color: #aaa !important;
  text-decoration-color: #aaa;
  line-height: 1;
}
.reccommend .campaignPR .campaignPR_s {
  color: #148dce;
  font-size: 12px;
}
.reccommend .campaignRecommend {
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: -3%;
  left: calc(50% - 47px);
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  background: #ff7e00;
}
.reccommend .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;
}
.reccommend__notice {
  margin: 4rem auto 0;
  padding: 1rem;
  text-align: center;
  background: #fffdf5;
  border: #e3ddc1 1px solid;
}
.reccommend__notice a {
  text-decoration: underline;
}
.reccommend__notice a:hover {
  opacity: 0.8;
}
.reccommend__flex {
  margin: 72px 0 0;
  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;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .reccommend__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: 900px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .reccommend__flex {
    margin: 20px 0 0;
  }
}
.reccommend__single {
  position: relative;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}
@media only screen and (max-width: 767px) {
  .reccommend__single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  .reccommend__single:first-of-type {
    margin-top: 0;
  }
}
.reccommend__single:first-child .reccommend__block:last-child {
  border-right: none;
}
.reccommend__single:not(:first-child) .reccommend__block {
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .reccommend__single:not(:first-child) .reccommend__block {
    border-left: 1px solid #ccc;
  }
}
.reccommend__single:nth-child(3) .reccommend__top {
  border-right: none;
}
.reccommend__single.biz {
  margin-left: 4%;
}
@media only screen and (max-width: 767px) {
  .reccommend__single.biz {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reccommend__single.biz {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.reccommend__single.biz .reccommend__top {
  background-color: #00395A;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .reccommend__single.biz .reccommend__top {
    border-right: none;
  }
}
.reccommend__single.biz .reccommend__top p:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.reccommend__single.biz .campaignRecommend {
  left: 50%;
  margin-left: -91px;
}
.reccommend__single.biz .campaignPR {
  color: #00395A;
}
.reccommend__single.biz .reccommend__block {
  border-left: 1px solid #ccc;
}
.reccommend__single.biz .reccommend__block.toBiz {
  position: relative;
  height: 72px;
}
@media only screen and (max-width: 767px) {
  .reccommend__single.biz .reccommend__block.toBiz {
    height: 100px;
    border-bottom: 1px solid #ccc;
  }
}
.reccommend__single.biz .reccommend__block.toBiz .link-button1 {
  width: 100%;
  height: 60px;
  max-width: 300px;
  margin: 77px 20px 0;
}
@media only screen and (max-width: 767px) {
  .reccommend__single.biz .reccommend__block.toBiz .link-button1 {
    margin: 4px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .reccommend__single.biz .reccommend__block.toBiz .link-button1 a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .reccommend__single.biz .reccommend__block:last-child {
    display: none;
  }
}
.reccommend__top {
  background-color: #148dce;
  border-right: 1px solid #fff;
}
.reccommend__top .planPrTxt {
  padding: 10px 0;
  line-height: 1.2;
  color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.reccommend__top.cp {
  height: 240px;
}
@media only screen and (max-width: 999px) {
  .reccommend__top.cp {
    height: 230px;
  }
}
.reccommend__top.cbcp {
  height: 254px;
}
@media only screen and (max-width: 999px) {
  .reccommend__top.cbcp {
    height: 248px;
  }
}
.reccommend__top.cbcp .reccommend__text {
  padding-top: 16px;
}
.reccommend__top p:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.reccommend__top p:nth-child(2) {
  line-height: 1.2;
}
.reccommend__top p:nth-child(2) .fs12 {
  margin-left: 2px;
}
.reccommend__top span {
  color: #fff;
}
@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__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.reccommend__block:last-child {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .reccommend__block.register {
    border-bottom: 1px solid #ccc;
  }
}
.reccommend__block.moreBtn {
  position: relative;
  border-left: none;
  border-right: none;
}
.reccommend__block.moreBtn .link-button1 {
  position: absolute;
  width: 344px;
  height: 60px;
  left: -42px;
  top: 20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .reccommend__block.moreBtn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .reccommend__block.blank {
    display: none;
  }
}
@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: 24px;
  font-weight: normal;
  line-height: 1.8rem;
  color: #858585;
}
@media only screen and (max-width: 999px) {
  .reccommend__block .d-block {
    padding-left: 0;
    margin-left: 8%;
  }
}
.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: 12px;
  }
}
.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: 176px;
  height: 40px;
  border-radius: 8px;
}
.reccommend__block .link-button1::before {
  border-radius: 8px;
}
.reccommend__block .link-button1 a {
  margin-top: -1px;
  font-size: 1.5rem;
  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 span {
  color: #fff;
}
.reccommend__text span s {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.reccommend__text span .campaignPrice {
  font-weight: bold;
  font-size: 30px;
  margin: 0 3px;
}
.reccommend__text span .CP_yen {
  color: #fff700 !important;
}
.reccommend__text span .normalPrice {
  font-weight: bold;
  font-size: 30px;
  margin: 0 3px;
}
.reccommend__text span .normal_yen {
  color: #fff !important;
}
.reccommend__text.normal__price {
  height: 112px;
  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;
  color: #fff;
}
.reccommend__normaltext {
  margin-top: auto;
  padding: 42px;
}
.reccommend__normaltext span {
  color: #fff;
}
.reccommend__normaltext span .normalPrice {
  font-weight: bold;
  font-size: 30px;
  margin: 0 3px;
}
.reccommend__normaltext span .normal_yen {
  color: #fff !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-button1.blueBdr1 {
  border-radius: 30px;
}
.reccommend .link-button1.blueBdr1:before {
  border-radius: 30px;
}
.reccommend .link-button1.blueBdr1 a {
  border-radius: 30px;
}
.reccommend .link-button2 {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .reccommend .js-scrolltip {
    overflow-x: auto;
  }
}
.reccommend .js-scrolltip .scrollHint_icon {
  top: 100px;
}
@media only screen and (max-width: 767px) {
  .reccommend .js-scrolltip .scrollHint {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .reccommend .hidden-s {
    display: none;
  }
}

.choose__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;
  background-image: url("../../images/index/line.svg");
  background-repeat: no-repeat;
  background-position: center 80px;
}
@media only screen and (max-width: 999px) {
  .choose__flex {
    background-image: none;
  }
}
.choose__single {
  -ms-flex-preferred-size: 31.8518518519%;
      flex-basis: 31.8518518519%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .choose__single {
    -ms-flex-preferred-size: 48.8888888889%;
        flex-basis: 48.8888888889%;
  }
  .choose__single:last-of-type {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .choose__single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.choose__single h3 {
  position: absolute;
  left: 50%;
  top: -20px;
  height: 40px;
  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;
  width: 200px;
  background: #053564;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.choose__table {
  border-radius: 4px;
  border: 1px solid #9ec0e1;
  overflow: hidden;
}
.choose__column {
  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;
}
.choose__column:last-of-type .choose__left,
.choose__column:last-of-type .choose__right {
  border-bottom: none;
}
.choose__left {
  -ms-flex-preferred-size: 124px;
      flex-basis: 124px;
  padding: 16px 12px;
  background: #9ec0e1;
  border-bottom: 1px solid white;
  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;
}
.choose__left .text {
  font-size: 1.4rem;
}
@media only screen and (max-width: 999px) {
  .choose__left .text {
    font-size: 1.4rem;
  }
}
.choose__left .text {
  text-align: center;
}
.choose__right {
  -ms-flex-preferred-size: calc(100% - 124px);
      flex-basis: calc(100% - 124px);
  padding: 16px 12px;
  border-bottom: 1px solid #9ec0e1;
}
.choose__right.height100 {
  min-height: 108px;
}
.choose__right.height130 {
  min-height: 130px;
}
.choose__right {
  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;
}
.choose__right .dots {
  padding-left: 0;
  list-style: none;
}
.choose__right .dots li {
  position: relative;
  padding-left: 12px;
}
.choose__right .dots li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #262626;
  border-radius: 2px;
}
.choose__right li {
  font-size: 1.4rem;
}
@media only screen and (max-width: 999px) {
  .choose__right li {
    font-size: 1.4rem;
  }
}
.choose__right figure {
  text-align: center;
}

.merit__list {
  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;
}
.merit__single {
  -ms-flex-preferred-size: 31.8518518519%;
      flex-basis: 31.8518518519%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .merit__single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.merit h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 999px) {
  .merit h3 {
    font-size: 1.8rem;
  }
}
.merit h3 {
  font-weight: 700;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
.merit.can a.deactivate {
  pointer-events: none;
}
.merit.can a.deactivate p::after {
  display: none;
}
.merit.can a p::after {
  content: "";
  display: inline-block;
  background-image: url("../../images/index/icon-forward.svg");
  width: 7px;
  background-size: contain;
  height: 12px;
  margin-left: 8px;
}
.merit.can .merit__single {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}
@media only screen and (max-width: 999px) {
  .merit.can .merit__single {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
.merit.can .merit__single.blank {
  opacity: 0;
}
.merit.servicePoint {
  background-image: url(../../images/index/bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.merit.servicePoint * {
  color: #ffffff !important;
}

.realize__list {
  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;
}
.realize__single {
  -ms-flex-preferred-size: 31.8518518519%;
      flex-basis: 31.8518518519%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 8px;
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
@media only screen and (max-width: 767px) {
  .realize__single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 48px 0 0;
  }
  .realize__single:first-child {
    margin-top: 0;
  }
}
.realize__single--caption {
  color: #138DCE;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .realize__single--caption {
    font-size: 14px;
  }
}
.realize__single--text {
  font-size: 16px;
  margin: 20px 0 0;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .realize__single--text {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .realize__single--text {
    font-size: 14px;
  }
}
.realize__single .link-button1 {
  width: 170px;
  margin: 16px 0 0;
}
.realize__single figure {
  margin: 32px 0 0;
}
@media only screen and (max-width: 999px) {
  .realize__single figure img {
    width: 100px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .realize__single figure {
    margin: 16px 0 0;
  }
}
.realize h3 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 999px) {
  .realize h3 {
    font-size: 1.8rem;
  }
}
.realize h3 {
  font-weight: 700;
  position: relative;
  line-height: 1.4;
  text-align: center;
  margin: 16px 0 0;
}
.realizeApp {
  margin: 50px 50px 0;
}
.realizeAppInner {
  background: #148DCE;
  border-radius: 30px;
  padding: 100px 0;
  text-align: center;
}
.realizeApp__caption {
  color: #8ACDF1;
  font-size: 20px;
  font-weight: bold;
}
.realizeApp__ttl {
  color: #FFF700;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .realizeApp {
    margin: 40px 40px 0;
  }
  .realizeAppInner {
    padding: 60px 0;
  }
  .realizeApp__caption {
    font-size: 14px;
  }
  .realizeApp__ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .realizeApp {
    margin: 40px 15px 0;
  }
  .realizeAppInner {
    padding: 28px 0;
  }
  .realizeApp__caption {
    font-size: 12px;
  }
  .realizeApp__ttl {
    font-size: 16px;
  }
}

.about-ssl__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;
}
.about-ssl__flex > * {
  -ms-flex-preferred-size: 48.8888888889%;
      flex-basis: 48.8888888889%;
}
@media only screen and (max-width: 767px) {
  .about-ssl__flex > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.application__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;
}
.application__single {
  -ms-flex-preferred-size: 48.8888888889%;
      flex-basis: 48.8888888889%;
}
@media only screen and (max-width: 767px) {
  .application__single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.application__single a {
  display: inline-block;
  border-radius: 70px;
}

.service__single {
  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;
}
.service__single.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service__img {
  -ms-flex-preferred-size: 48.8888888889%;
      flex-basis: 48.8888888889%;
}
@media only screen and (max-width: 767px) {
  .service__img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.service__info {
  -ms-flex-preferred-size: 46.6666666667%;
      flex-basis: 46.6666666667%;
}
@media only screen and (max-width: 767px) {
  .service__info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.service__info .link-button1 a::before {
  background: url("../../images/icon/window.svg") !important;
  width: 22px;
  height: 21px;
}
.service__info .title span {
  font-weight: bold;
  display: block;
  color: #148dce;
}
.service .tag {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.service .tag li {
  margin-right: 4px;
  color: white;
  padding: 0 16px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 999px) {
  .service .tag li {
    font-size: 1.4rem;
  }
}
.service .tag li:nth-of-type(1) {
  background-color: #148DCE;
}
.service .tag li:nth-of-type(2) {
  background-color: #6680ff;
}
.service .tag li:nth-of-type(3) {
  background-color: #148DCE;
}
.service .tag li:last-of-type {
  margin-right: 0;
}
.service .text {
  font-size: 1.6rem;
}
@media only screen and (max-width: 999px) {
  .service .text {
    font-size: 1.4rem;
  }
}
.service .link-button1 {
  max-width: 100%;
  width: 344px;
}
@media only screen and (max-width: 767px) {
  .service .link-button1 {
    width: 100%;
  }
}

.news span.caption {
  padding: 0 8px;
  cursor: pointer;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.news span.caption:hover {
  opacity: 0.6;
}
.news span.tag {
  margin-left: 8px;
}
.news span.title + span.tag,
.news span.title + span.caption {
  margin-left: 16px;
  padding: 0 8px;
}
.news .news-tab {
  display: none;
}
.news .news-tab.tab-on {
  display: block;
  -webkit-animation: anime-fade 0.5s ease;
          animation: anime-fade 0.5s ease;
}
.news__list li {
  border-bottom: 1px solid #cccccc;
  position: relative;
  padding-left: 16px;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .news__list li {
    padding-left: 0;
    padding-right: 24px;
  }
}
.news__list li:first-of-type {
  border-top: 1px solid #cccccc;
}
.news__list li::before {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  background: url("../../images/icon/arrow-right-b.svg") no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news__list .date {
  font-size: 1.2rem;
}
@media only screen and (max-width: 999px) {
  .news__list .date {
    font-size: 1.2rem;
  }
}
.news__list .date {
  line-height: 12px;
  padding-right: 6px;
  font-weight: 700;
  border-right: 1px solid #cccccc;
}
.news__list .tag {
  margin-left: 6px;
  padding: 2px 8px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 999px) {
  .news__list .tag {
    font-size: 1.2rem;
  }
}
.news__list .tag {
  line-height: 12px;
  text-align: center;
}
.news .link-button1 {
  margin-left: auto;
  margin-right: auto;
  width: 344px;
  max-width: 100%;
}

.suport__list {
  background: white;
  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;
}
.suport__list .single {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  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;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .suport__list .single:nth-of-type(2) {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 767px) {
  .suport__list .single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .suport__list .single:nth-of-type(2) {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}
.suport__list h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 999px) {
  .suport__list h3 {
    font-size: 1.8rem;
  }
}
.suport__list h3 {
  font-weight: 700;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
.suport__list h3::before {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  background: url("../../images/icon/arrow-right-b.svg") no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  right: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mvCp {
  overflow: hidden;
  padding: 9px 0;
  background-image: url(../../images/campaign/260212/mv_headbnr_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mvCp img {
  display: block;
  margin: 5px auto;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mvCp img {
    max-width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .mvCp img {
    max-width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mvCp {
    height: auto;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mvCp {
    height: auto;
    padding: 3px 0 1px;
  }
}

.supportLink {
  padding: 150px 0 30px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: center;
  border-right: 1px solid #ccc;
  -webkit-transition: linear 0.1s all;
  transition: linear 0.1s all;
  font-weight: 500;
}
.supportLink:last-child {
  border-right: none;
}
.supportLink:hover {
  letter-spacing: 0.1em;
}
.supportLink span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 10px;
  background: url("../../images/icon/arrow-right-b.svg") no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  top: 7px;
}
.supportLink__faq {
  display: block;
  background: #fff url(../../images/index/support01.svg) 50% 30px no-repeat;
}
.supportLink__contact {
  display: block;
  background: #fff url(../../images/index/support02.svg) 50% 30px no-repeat;
}
.supportLink__manual {
  display: block;
  background: #fff url(../../images/index/support03.svg) 50% 30px no-repeat;
}
.supportLink__community {
  display: block;
  background: #fff url(../../images/index/support04.svg) 50% 30px no-repeat;
}
.supportLink__media {
  display: block;
  background: #fff url(../../images/index/support05.svg) 50% 30px no-repeat;
}
@media only screen and (max-width: 767px) {
  .supportLink {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .supportLink:last-child {
    border-bottom: none;
  }
}

@media only screen and (min-width: 1000px) {
  .disp__s {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .disp__s {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .disp__lm {
    display: none;
  }
}

.svSpec {
  width: 100%;
  padding: 100px 0;
  background-image: url(../../images/index/sv_spec_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .svSpec {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .svSpec {
    padding: 50px 0;
  }
}
.svSpec__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .svSpec__ttl {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.svSpec__body {
  margin: 0 auto;
  width: 1080px;
  max-width: 95%;
  padding: 30px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .svSpec__body {
    width: 90%;
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .svSpec__body {
    width: 90%;
    padding: 10px 0 0;
  }
}

.tabBtn {
  display: none;
}

.tabLtWrap {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabLtWrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 15px;
}
.tabLtWrap li:last-child {
  margin-right: 0;
}

.tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background: #c2ddeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 2.1rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .tabList {
    padding: 8px 0;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .tabList {
    padding: 8px 0;
    font-size: 1.7rem;
  }
}
.tabList:hover {
  background: #ffffff;
}

#cpu:checked ~ .tabLtWrap #tabLt1,
#iops:checked ~ .tabLtWrap #tabLt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  font-weight: 700;
}

.tabContent {
  padding: 40px;
  background: #ffffff;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .tabContent {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tabContent {
    padding: 20px;
  }
}

#cpu:checked ~ .tabCtWrap #tabCt1,
#iops:checked ~ .tabCtWrap #tabCt2 {
  display: block;
}

.topSideBnr {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 10px;
          box-shadow: rgba(0, 0, 0, 0.25) 0 2px 10px;
  border-radius: 10px;
  z-index: 200;
}
@media only screen and (max-width: 767px) {
  .topSideBnr {
    width: 180px;
    bottom: 20px;
    right: 20px;
  }
}
.topSideBnr a, .topSideBnr img {
  display: inline-block;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .topSideBnr a, .topSideBnr img {
    width: 180px;
  }
}

.bnr-del {
  position: absolute;
  top: -17px;
  right: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #28425b;
  color: #fff;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 2px 4px 0 #666;
          box-shadow: 0 2px 4px 0 #666;
}
@media only screen and (max-width: 767px) {
  .bnr-del {
    width: 26px;
    height: 26px;
  }
}

.bnr-del span::before,
.bnr-del span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 12%;
  margin: -7% 0 0 -30%;
  background: #fff;
}

.bnr-del span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bnr-del span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is--none {
  display: none !important;
}

.minecraftPr {
  margin: 50px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .minecraftPr img {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .minecraftPr {
    margin: 30px 0;
  }
  .minecraftPr img {
    width: 90%;
  }
}

.mv2Column {
  position: relative;
  z-index: 1;
}
.mv2Column + .reccommend {
  padding-top: 120px;
}
.mv2Column .mvWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.mv2Column .mvWrap:before, .mv2Column .mvWrap:after {
  content: "";
  display: block;
  width: 70px;
  height: 9px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvWrap:before, .mv2Column .mvWrap:after {
    width: 50px;
    height: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvWrap:before, .mv2Column .mvWrap:after {
    width: 28px;
    height: 3px;
  }
}
.mv2Column .mvWrap:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.mv2Column .mvWrap > * {
  width: 50%;
  height: 494px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvWrap > * {
    height: 358px;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvWrap > * {
    height: 286px;
  }
}
.mv2Column .mvColumn--can {
  background: #029585;
}
.mv2Column .mvColumn--can:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../images/index/mv_bg_01_l.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvColumn--can:before {
    background: url(../../images/index/mv_bg_01_m.png) no-repeat right center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvColumn--can:before {
    background: url(../../images/index/mv_bg_01_s.png) no-repeat right center;
    background-size: cover;
  }
}
.mv2Column .mvColumn--can .mvColumnInner {
  right: 0;
}
.mv2Column .mvColumn--can .mvColumn__ttl > picture > img {
  max-width: 46.5%;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvColumn--can .mvColumn__ttl > picture > img {
    max-width: 52.5%;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvColumn--can .mvColumn__ttl > picture > img {
    max-width: 113px;
  }
}
.mv2Column .mvColumn--no1 {
  background: #0E73BA;
}
.mv2Column .mvColumn--no1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../images/index/mv_bg_02_l.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvColumn--no1:before {
    background: url(../../images/index/mv_bg_02_m.png) no-repeat left center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvColumn--no1:before {
    background: url(../../images/index/mv_bg_02_s.png) no-repeat left center;
    background-size: cover;
  }
}
.mv2Column .mvColumn--no1 .mvColumnInner {
  left: 0;
}
.mv2Column .mvColumn--no1 .mvColumn__ttl > picture > img {
  max-width: 52%;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvColumn--no1 .mvColumn__ttl > picture > img {
    max-width: 58.5%;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvColumn--no1 .mvColumn__ttl > picture > img {
    max-width: 125px;
  }
}
.mv2Column .mvColumnInner {
  position: absolute;
  top: 0;
  text-align: center;
  width: 540px;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvColumnInner {
    width: 380px;
    padding: 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvColumnInner {
    width: 50vw;
    padding: 40px 4vw;
  }
}
.mv2Column .mvColumn__caption {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvColumn__caption {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvColumn__caption {
    font-size: 13px;
  }
}
.mv2Column .mvColumn__caution {
  margin: 8px 0 0;
  font-size: 10px;
  color: #73B2DE;
}
.mv2Column .mvRegistry {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 1080px;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -60px;
  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 only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvRegistry {
    width: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvRegistry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    min-width: 300px;
    top: 240px;
    bottom: auto;
  }
}
.mv2Column .mvRegistry__caption {
  max-width: 47%;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvRegistry__caption {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvRegistry__caption {
    max-width: 230px;
    margin: 0 0 10px;
  }
}
.mv2Column .mvRegistry__link {
  width: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column .mvRegistry__link {
    max-width: 53%;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvRegistry__link {
    width: 100%;
  }
}
.mv2Column .mvRegistry__link .planPriceBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 60px;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvRegistry__link .planPriceBtn {
    width: 100%;
    font-size: 1.2rem;
  }
}
.mv2Column .mvRegistry__link .planPriceBtn::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
}
.mv2Column .mvRegistry__link .planPriceBtn::after {
  content: "";
  display: block;
  background: #148dce;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.mv2Column .mvRegistry__link .planPriceBtn:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mv2Column .mvRegistry__link .planPriceBtn span {
  position: relative;
  padding-right: 15px;
}
.mv2Column .mvRegistry__link .planPriceBtn span::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-image: url("../../images/index/ico_mv_plan.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mv2Column .mvRegistry__link .topMvRegisterBtn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 60px;
  border-radius: 4px;
  color: #148dce;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .mv2Column .mvRegistry__link .topMvRegisterBtn {
    width: 100%;
    font-size: 1.2rem;
  }
}
.mv2Column .mvRegistry__link .topMvRegisterBtn::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
}
.mv2Column .mvRegistry__link .topMvRegisterBtn::after {
  content: "";
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #148dce;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.mv2Column .mvRegistry__link .topMvRegisterBtn:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mv2Column .mvRegistry__link .topMvRegisterBtn span {
  position: relative;
  padding-right: 15px;
}
.mv2Column .mvRegistry__link .topMvRegisterBtn span::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("../../images/index/ico_mv_register.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .visible-s {
    display: none !important;
  }
}
.mvFootBnr {
  text-align: center;
  margin: 124px auto 0;
}
.mvFootBnr p {
  color: #f7716f;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .mvFootBnr p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mvFootBnr {
    max-width: 700px;
  }
  .mvFootBnr img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .mvFootBnr {
    margin-top: 148px;
  }
}

.planRenewalArea {
  padding: 140px 0 60px;
  background: url("../../images/index/spec_update_bg.svg") no-repeat 50% 110%;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .planRenewalArea {
    padding: 110px 0 40px;
    background: url("../../images/index/spec_update_bg_m.svg") no-repeat 50% 110%;
  }
}
@media only screen and (max-width: 767px) {
  .planRenewalArea {
    padding: 130px 0 30px;
    background: url("../../images/index/spec_update_bg_s.svg") no-repeat 50% 100%;
  }
}
.planRenewalArea .planRenewal {
  background: #0083E3;
  width: 100%;
  max-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;
  }
}

.pickup {
  background-color: #0E73BA;
  max-width: 960px;
  margin: 0 auto;
  padding: 35px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pickup {
    padding: 30px 0 45px;
  }
}
.mv2Column + .pickup {
  margin-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv2Column + .pickup {
    margin-top: 110px;
  }
}
.pickup__ttl {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .pickup__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup__list__wrap {
    overflow-x: auto;
    padding: 0 5vw;
  }
}
.pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 40px;
  width: 680px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .pickup__list {
    gap: 4vw;
    width: 122vw;
    max-width: 670px;
  }
}
.pickup__list li {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .pickup__list li {
    width: 38vw;
    max-width: 200px;
  }
}
.pickup__item {
  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;
  background-color: #fff;
  height: 130px;
  border-radius: 5px;
  padding-top: 6px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .pickup__item {
    height: 100px;
    padding-top: 0;
    font-size: 1.2rem;
  }
}
.pickup__item__icon {
  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: 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .pickup__item__icon {
    margin-bottom: 10px;
  }
}
.pickup__item__name {
  display: inline-block;
}
.pickup__item__name::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon/arrow-right-black2.svg) no-repeat left top/100% 100%;
  width: 7px;
  height: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .pickup__item__name::after {
    margin-left: 5px;
  }
}

/* ---- FAQ (2025.4 ???) ------ */
.faqboxSec .section__ttl__h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faqboxSec .section__ttl__h2 {
    font-size: 2rem;
  }
}
.faqboxSec .faq-item {
  margin-bottom: 3px;
}
.faqboxSec .faq-item:last-child .faq-question {
  border-radius: 0 0 8px 8px;
}
.faqboxSec .faq-item:last-child .faq-question.open {
  border-radius: 0;
}
.faqboxSec .faq-item:last-child .faq-question.open + .faq-answer .faq-answer-inner {
  border-radius: 0 0 8px 8px;
}
.faqboxSec .faq-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 15%;
  font-weight: bold;
  margin-right: 10px;
  background-color: #fff;
}
.faqboxSec .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px;
  color: #fff;
  background-color: #2f9fdb;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.faqboxSec .faq-question.cat-top {
  border-radius: 8px 8px 0 0;
}
.faqboxSec .faq-question.cat-bottom {
  border-radius: 0 0 8px 8px;
}
.faqboxSec .faq-question.open + .faq-answer {
  display: inline;
}
.faqboxSec .faq-question.open .question-text:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
.faqboxSec .question-icon {
  color: #2f9fdb;
}
.faqboxSec .question-text {
  position: relative;
  font-size: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1;
      flex: 1;
  padding-right: 48px;
}
@media only screen and (max-width: 999px) {
  .faqboxSec .question-text {
    padding-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .faqboxSec .question-text {
    font-size: 1.6rem;
  }
}
.faqboxSec .question-text::after {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 18px;
  top: calc(45% - 6px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 12px;
}
@media only screen and (max-width: 999px) {
  .faqboxSec .question-text::after {
    height: 10px;
    width: 10px;
    top: calc(50% - 8px);
    right: 8px;
  }
}
.faqboxSec .faq-answer {
  display: none;
}
.faqboxSec .faq-answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 13px 13px 20px 13px;
  background-color: #edf9ff;
}
.faqboxSec .answer-icon {
  color: #f87371;
}
.faqboxSec .faq-answer p {
  width: 93%;
  font-size: 1.4rem;
}

.freeVPS {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .freeVPS {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .freeVPS {
    width: 90%;
  }
}
.freeVPS {
  max-width: 800px;
  margin: 40px auto 0;
  border: 3px solid #eee;
  border-radius: 3px;
  padding: 45px;
  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 only screen and (max-width: 767px) {
  .freeVPS {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.freeVPS__txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #555;
  text-align: center;
  line-height: 1rem;
  margin-bottom: -1.5rem;
}
@media only screen and (max-width: 767px) {
  .freeVPS__txt {
    margin-bottom: 0;
    text-wrap-mode: nowrap;
  }
}
.freeVPS__txt b {
  font-size: 2.6rem;
  color: #23B0AB;
}
.freeVPS__btn {
  width: 100%;
  max-width: 300px;
  height: 55px;
  margin: 0 0 0 45px;
  border-radius: 10px;
}
.freeVPS__btn::before {
  border-radius: 10px;
}
.freeVPS__btn::after {
  background-color: #23B0AB;
}
@media only screen and (max-width: 767px) {
  .freeVPS__btn {
    margin-left: 0;
  }
}
.freeVPS__btn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 10px;
}
/*# sourceMappingURL=index.css.map */
