@charset "UTF-8";
/*キャンペーン*/
.section-campaign {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  max-width: 736px;
  margin: 0 auto 60px;
}
.section-campaign .campaign-item {
  height: 178px;
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 16px;
  margin-bottom: 25px;
  padding: 0px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-campaign .campaign-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-campaign .campaign-item {
    height: auto;
    border-width: 2px;
    margin-bottom: 20px;
  }
}
.section-campaign .campaign-item .campaign-title {
  height: 58px;
  margin-top: 4px;
  border-bottom: 2px solid #aaa;
  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;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-campaign .campaign-item .campaign-title {
    height: auto;
    padding: 12px 0;
  }
}
.section-campaign .campaign-item .campaign-title img {
  max-width: 240px;
  vertical-align: bottom;
}
.section-campaign .campaign-item .campaign-price {
  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;
  margin: 12px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .section-campaign .campaign-item .campaign-price {
    display: block;
    text-align: center;
  }
}
.section-campaign .campaign-item .campaign-price p {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-campaign .campaign-item .campaign-price p {
    font-size: 14px;
  }
}
.section-campaign .campaign-item .campaign-price .img-price {
  height: 52px;
  width: auto;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .section-campaign .campaign-item .campaign-price .img-price {
    margin: 6px auto 0;
  }
}

/*幅*/
.w-160 {
  width: 160px;
}

/*角丸*/
.bd-radius-8 {
  border-radius: 8px;
}

.bd-radius-48 {
  border-radius: 48px;
}

/*余白*/
@media screen and (max-width: 767px) {
  .p-md-sp {
    padding: 16px !important;
  }
}

/*罫線*/
.bd-top-primary {
  border-top: solid #ea3316 3px;
}

.bd-top-gray {
  border-top: solid #ccc 3px;
}

.bd-bottom-gray,
.bd-bottom-primary {
  position: relative;
  border-bottom: solid #ea3316 3px;
}
.bd-bottom-gray.arrow::after,
.bd-bottom-primary.arrow::after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: -10px;
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: transparent transparent #ea3316 #ea3316;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.bd-bottom-gray {
  border-color: #ccc;
}
.bd-bottom-gray.arrow::after {
  border-color: transparent transparent #ccc #ccc;
}

/*リスト*/
.list-num-circle.list-color-tv li {
  padding-left: 1.7em;
}
.list-num-circle.list-color-tv li::before {
  line-height: 1.25em;
  top: 0.1em;
  font-weight: bold;
  width: 1.4em;
  height: 1.4em;
  background: #e40077;
}

/*ボックス*/
.box-middle {
  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;
}

/*ボード*/
.board-plan {
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 24px;
  border: solid #e2e2e2 2px;
}
@media screen and (max-width: 767px) {
  .board-plan {
    padding: 24px 16px 24px;
  }
}
.board-plan .plan-header {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: calc(100% + 48px);
  margin: -36px -24px 28px;
  padding: 16px 16px;
}
@media screen and (max-width: 767px) {
  .board-plan .plan-header {
    font-size: 18px;
    margin-top: -24px;
    margin-bottom: 20px;
  }
}
.board-plan.color-net {
  border-color: #1985cd;
}
.board-plan.color-net .plan-header {
  background-color: #1985cd;
}
.board-plan.color-tv {
  border-color: #e40077;
}
.board-plan.color-tv .plan-header {
  background-color: #e40077;
}

[class^="board-"] .board-footer {
  width: calc(100% + 48px);
  margin-left: -24px;
  border-radius: 0;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  [class^="board-"] .board-footer {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 24px 16px;
  }
}

.board-giga {
  border: none;
  background-color: #f0f9ff;
}
@media screen and (max-width: 767px) {
  .board-giga {
    padding: 0;
    background: none;
  }
}

/*ラベル*/
.label-period {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #d9161b;
  text-align: center;
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 8px;
  border: solid #d9161b 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .label-period {
    font-size: 12px;
    margin-right: 8px;
    padding: 4px 8px;
    border-radius: 6px;
  }
}

/*おすすめの理由 画像*/
@media screen and (max-width: 1099px) {
  .img-recommend {
    width: 100%;
    height: auto;
  }
}

/*金額*/
.text-price-total {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text-price-total > .label-price-1,
.text-price-total > .label-price-2 {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .text-price-total > .label-price-1,
  .text-price-total > .label-price-2 {
    margin-right: 6px;
  }
}
.text-price-total > .txt-1 {
  font-size: 22px;
  line-height: 1.2;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .text-price-total > .txt-1 {
    font-size: 18px;
  }
}
.text-price-total > .txt-2 {
  position: relative;
  z-index: 1;
  top: -3px;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
  color: #d9161b;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .text-price-total > .txt-2 {
    font-size: 52px;
    padding-left: 4px;
  }
}
.text-price-total > .txt-2 .color-marker {
  position: relative;
  background: none;
}
.text-price-total > .txt-2 .color-marker::after {
  content: "";
  width: 100%;
  height: 12px;
  background-color: #f8d200;
  position: absolute;
  bottom: 12.5%;
  left: 0;
  border-radius: 12px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .text-price-total > .txt-2 .color-marker::after {
    height: 10px;
  }
}
.text-price-total > .txt-3 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-price-total > .txt-3 small {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .text-price-total > .txt-3 small {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .text-price-total > .txt-3 {
    font-size: 26px;
  }
}

.text-price-taxin {
  position: relative;
  margin-top: -16px;
}

/*サービスロゴ*/
.service-logo {
  height: 29px;
  width: auto;
}
.service-logo img {
  height: 100%;
  width: auto;
}

/*CVエリア*/
.section-cv .container .cv-guide[data-max-width="764"] {
  max-width: 764px;
  width: 100%;
}
.section-cv .container svg#icon-mobile.icon-lg {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .section-cv .container svg#icon-mobile.icon-lg {
    position: relative;
    display: block;
    top: 16px;
    height: 30px;
    width: auto;
    margin: 0 auto 9px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-cv .container [class^="btn-"].square {
    height: 135px;
  }
}
.section-cv .container [class^="btn-"].adjust {
  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;
  min-height: 68px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  vertical-align: bottom;
}
@media (min-width: 768px) and (max-width: 959px) {
  .section-cv .container [class^="btn-"].adjust {
    font-size: 16px !important;
  }
  .section-cv .container [class^="btn-"].adjust::after {
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section-cv .container [class^="btn-"][data-icon-sp="false"]::after {
    display: none !important;
  }
}
.section-cv .container [class^="btn-"].icn-mail-black {
  background: #fff url(/common_v10/images/icn-mail-black.svg) no-repeat 20px center;
  background-size: 28px 28px;
}
@media screen and (max-width: 767px) {
  .section-cv .container [class^="btn-"].icn-mail-black.square {
    padding-top: 50px;
    background-position: center 15px;
    background-size: 32px 32px;
  }
}
