@charset "UTF-8";
@import "/shop/common/css/breadcrumb.css";
/*-----------------------------------------------------------
*** [ 共通 ] ***
------------------------------------------------------------*/
:root {
  --main-blue: #003399;
  --main-pink: #e4007f;
  --btn-gray: #8c8c8c;
  --border-gray: #dadada;
  --link-blue: #0091d7;
}

/*-----------------------------------------------------------
*** [ レイアウト ] ***
------------------------------------------------------------*/
body {
  overflow-x: hidden;
}
.detail-main {
	max-width: 612px;
  margin: auto;
  padding: 0 15px;
}
.detail-section {
	padding: 30px 50px 40px;
	border-radius: 10px;
	background-color: #fff;
}
.detail-bg-color01 {
  background-color: #f3f3f3;
}
.uqv2-parts-innr {
  padding-left: 0!important;
}
.select-box {
	margin: 0 calc(50% - 50vw);
	padding: 45px calc(50vw - 50%);
	background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
	.detail-section {
		padding: 22px 15px 24px;
	}
	.select-box {
		padding-top: 23px;
		padding-bottom: 23px;
	}
}
@media screen and (max-width: 850px) {
	.uqv2-parts-breadcrumbBottomList__li {
		margin-top: 0!important;
		font-size: 1.2rem;
	}
}

/*-----------------------------------------------------------
*** [ リンク ] ***
------------------------------------------------------------*/
.detail-text-link {
  color: var(--link-blue);
	text-decoration: underline !important;
}
.detail-text-link:hover {
	text-decoration: none !important;
}
.detail-text-link--small { font-size: 1.2rem; }
.detail-text-link--normal { font-size: 1.3rem; }
.detail-text-link--large { font-size: 1.4rem; }

/* アイコン */
.detail-text-link--external::after {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 108%;
  font-family: "Material Icons";
  text-decoration: none;
  vertical-align: -2px;
  content: "\e895";
}
.detail-text-link--bottom::after {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 0.25em;
  font-size: 2.4rem;
  font-family: "Material Icons";
  vertical-align: middle;
  content: "\e313";
}
.detail-text-link--bottom:hover::after {
  text-decoration: none;
}
.detail-option-link__service {
	font-size: 1.3rem;
	font-family: "Material Icons";
	line-height: 1;
	text-decoration: underline !important;
}
.detail-option-link__service::after {
	display: inline-block;
	margin-left: 0.25em;
	font-size: 108%;
	font-family: "Material Icons";
	text-decoration: none !important;
	vertical-align: -2px;
	content: "\e895";	
}
.detail-option-link__service:hover {
	text-decoration: none !important;
}
.detail-option-link__terms {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 62px;
	height: 27px;
	margin-left: 18px;
	border-radius: 6px;
	background-color: #5c5c5c;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
.detail-option-link__terms::after {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 0.25em;
	background: url("/detail/_asset/img/zoom-in_icon.svg") no-repeat 0 0;
	content: "";
}
@media screen and (max-width: 767px) {
	.detail-option-link__terms {
		margin: 10px 0;
	}
}

/*-----------------------------------------------------------
*** [ テキスト ] ***
------------------------------------------------------------*/
.detail-text--kome {
  display: table;
}
.detail-text--kome::before {
  display: table-cell;
  content: "※"
}
.fc-main-blue {
	color: var(--main-blue)!important;
}
.fc-main-pink {
	color: var(--main-pink)!important;
}
.fc-link-blue {
	color: var(--link-blue)!important;
}

/*-----------------------------------------------------------
*** [ 注釈 ] ***
------------------------------------------------------------*/
.detail-notes {
  font-size: 1.2rem;
  line-height: 1.58;
  color: #3f3b39;
}

.plan-select-notes {
  display: block;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .plan-select-notes {
    width: auto;
    margin-left: -35px;
  }
}

.detail-text--color {
  color: var(--main-blue);
}
.detail-notes--light {
  color: #737373;
}

.detail-notes--indent {
  text-indent: 1em;
}

/*-----------------------------------------------------------
*** [ ヘッダー ] ***
------------------------------------------------------------*/
.header-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}
.header-wrap__link {
  display: flex;
  justify-content: center;
  align-items: center;
	column-gap: 10px;
  max-width: 100%;
}
.header-wrap__text {
	position: relative;
	bottom: 2px;
	font-weight: 500;
	font-size: 1.8rem;
}

/*-----------------------------------------------------------
*** [ 見出し ] ***
------------------------------------------------------------*/
.page-heading {
  height: 140px;
  margin: 0 calc(50% - 50vw) 15px;
  padding: 0 15px;
  border-top: 1px solid var(--border-gray);
  border-bottom: 1px solid var(--border-gray);
}
.page-heading__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 980px;
  height: 100%;
  margin: auto;
}
.page-title {
  color: var(--main-blue);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
}

.detail-section__heading {
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
}
.detail-section__mandatory {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 39px;
	height: 21px;
	margin-left: 10px;
	border-radius: 4px;
	background-color: var(--main-pink);
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 680px) {
  .page-heading {
    margin-bottom: 6px;
  }
  .page-title {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
  }
  
  .detail-section__heading {
    margin: 0;
    font-weight: 700;
    font-size: 1.6rem;
  }
}

/* 後日削除予定 */
.sec__tit {
  margin-top: 40px;
  position: relative;
  z-index: 10;
  line-height: 1.38;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 5px;
}
@media screen and (min-width: 820px) {
	.is-acco-tit.sec__tit {
		cursor: pointer;
	}	
}
@media screen and (min-width: 767px) {
  .sec__tit {
    margin-top: 50px;
    line-height: 1.45;
    font-size: 3.2rem;
  }
  .top .sec__tit {
    margin-top: 40px;
  }
}
.sec__tit::after {
  content: "";
  margin: 6px auto 0;
  display: block;
  width: 45px;
  height: 3px;
  background-color: #E4007F;
}
@media screen and (min-width: 767px) {
  .sec__tit::after {
    margin-top: 10px;
    width: 60px;
    height: 6px;
  }
}
.sec__inner {
  margin-top: 40px;
}

/*-----------------------------------------------------------
*** [ 戻るボタン ] ***
------------------------------------------------------------*/
.back-btn {
  position: absolute;
  top: 5px;
  left: 0;
  width: 70px;
  height: 30px;
}
.back-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 1em;
  width: 100%;
  height: 100%;
  border: 1px solid var(--btn-gray);
  border-radius: 100vh;
  box-shadow: 0 4px 0 0 var(--btn-gray);
  color: #737373;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
.back-btn__link::before {
  position: absolute;
  left: 4px;
  font-size: 2rem;
  font-family: "Material Icons";
  content: "\e5cb";
}
.back-btn__link:hover::before {
  text-decoration: none;
}

/*-----------------------------------------------------------
*** [ 選択ボタン ] ***
------------------------------------------------------------*/
.select-box-button__inner {
	display: flex;
	align-items: center;
  position: relative;
  width: 100%;
	min-height: 60px;
  padding: 1px 16px;
  border: 1px solid var(--btn-gray);
  border-radius: 6px;
  box-shadow: 0 4px 0 0 var(--btn-gray);
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.select-box-wrap__item {
	position: relative;
}
.is-disabled.select-box-wrap__item {
  pointer-events: none;
}
.is-disabled .select-box-button__inner {
  opacity: 0.5;
  background-color: #e1e1e1;
}
.select-box-button__inner::before {
  content: "";
  margin-right: 1.5rem;
  display: inline-block;
	flex: 0 0 auto;
  width: 20px;
  height: 20px;
  vertical-align: -2px;
  border: 1px solid var(--btn-gray);
  border-radius: 50%;
}
.select-box-button__text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
  font-weight: 700;
}
.select-box-button__text--small {
	font-weight: 400;
	font-size: 1.3rem;
}
.select-box-button__text--price {
	font-weight: 400;
	font-size: 1.2rem;
}
.select-box-button__stock {
  position: absolute;
  right: 40px;
  font-size: 1.2rem;
}
.select-box-button__input {
  display: none;
}
.select-box-button__input:checked + .select-box-button__inner {
  color: var(--main-blue);
  padding: 0 15px;
  border: 2px solid var(--main-blue);
  box-shadow: 0 4px 0 0 var(--main-blue);
}
.select-box-button__input:checked + .select-box-button__inner::before {
  border: 5px solid var(--main-blue);
}
.select-box-button__input:checked + .select-box-button__inner .select-box-button__stock {
  right: 39px;
}
.select-box__link {
  margin-top: 25px;
}
.select-box__notes {
  margin-top: 20px;
}
.select-box-balloon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -14px;
	left: 50px;
	z-index: 1;
	height: 23px;
	padding: 0 0.75em;
	border-radius: 4px;
	background-color: var(--main-blue);
	color: #fff;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
}
.select-box-balloon::after {
	position: absolute;
	bottom: -7px;
	left: 27px;
	transform: skewX(-6.5deg);
	width: 7px;
	aspect-ratio: 1;
	clip-path: polygon(0 0,100% 0,0 100%);
	background-color: var(--main-blue);
	content: "";
}
@media screen and (max-width: 767px) {
	.select-box-balloon {
		top: -16px;
	}
}
@media screen and (max-width: 680px) {
  .select-box__link {
    margin-top: 16px;
  }
  .select-box__povo {
    margin-top: 12px;
  }
}
@media screen and (max-width: 680px) {
	.select-box-button__inner {
		line-height: 1.2;
	}
}

/*-----------------------------------------------------------
*** [ 選択ボタンのコンテナ ] ***
------------------------------------------------------------*/
.select-box-wrap {
  margin-top: 10px;
}
.select-box-wrap__item {
	margin-top: 20px;
}
.select-box-wrap__item--wide {
	height: auto;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
	.select-box-wrap__item {
		margin-top: 12px;
	}
}

/*-----------------------------------------------------------
*** [ 手続きボタン ] ***
------------------------------------------------------------*/
.submit__button {
  max-width: 315px;
  height: 52px;
  margin: 40px auto 0;
}
.submit__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  box-shadow: 0 2px 0 0 #000026;
  background-color: var(--main-blue);
	cursor: pointer;
}
@media screen and (max-width: 767px) {
  .submit__button {
		margin: 35px auto 0;
  }
}

/*-----------------------------------------------------------
*** [ 特定商取引法に基づく表示 ] ***
------------------------------------------------------------*/
.submit-box-expression-wrapper {
	margin-top: 35px;
	text-align: center;
}
.submit-box-expression {
	font-weight: 300;
	font-size: 1.6rem;
}
.detail-footer-notes-list {
	max-width: 397px;
	margin: 30px auto 0;
}
.detail-footer-notes-item {
	font-weight: 300;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.submit-box-expression-wrapper {
		margin-top: 25px;
	}
	.detail-footer-notes-list {
		max-width: 345px;
		margin: 15px auto 0;
	}
	.detail-footer-notes-item {
		font-size: 1.2rem;
	}
}

/*-----------------------------------------------------------
*** [ スライダー ] ***
------------------------------------------------------------*/
.wimax-device-block {
  margin-top: 30px;
}
.wimax-device-block img {
	max-width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}
.wimax-device__list {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.wimax-device__item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99;
	overflow: hidden;
	width: 100%;
}
.wimax-device__item.is-current {
	position: relative;
	z-index: 1;
}
.wimax-device-slider {
	max-width: 320px;
	margin: auto;
}
.wimax-device-slider .slick-track {
	display: flex;
	align-items: center;
}
.wimax-device-slider .slick-arrow {
	z-index: 1;
	width: 50px;
	height: 50px;
  border-radius: 50%;
  background-color: #f7f7f7;
}
.wimax-device-slider .slick-arrow::before {
  opacity: 1;
	color: #737373;
	font-size: 2.4rem;
	font-family: "Material Icons";
}
.wimax-device-slider .slick-arrow:hover {
  opacity: 0.7;
}
.wimax-device-slider .slick-prev {
	left: -80px;
}
.wimax-device-slider .slick-prev::before {
	content: "\e5cb";
}
.wimax-device-slider .slick-next {
	right: -80px;
}
.wimax-device-slider .slick-next::before {
	content: "\e5cc";
}
.wimax-device-slider__inner {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
}
.wimax-device-slider__inner img {
	margin: auto;
}
.wimax-device-slider__inner--video {
	height: 350px !important;
}
.wimax-device-slider__inner--video iframe {
	width: 100%;
}
.wimax-device-slider > .wimax-device-slider__inner:not(:first-child) {
	display: none !important;
}

.moobile-device-slider-notes {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.moobile-device-slider__notes {
	font-size: 1rem;
	line-height: 1.75;
	text-align: left;
}
.moobile-device-slider__notes--link {
	color: #0091d7;
	text-decoration: underline !important;
}
.moobile-device-slider__notes--link:hover {
	text-decoration: none !important;
}
.wimax-device-thumbnail .slick-list {
	overflow: visible;
}
.js-device-thumbnail .slick-track {
	display: flex;
	gap: 12px;
	justify-content: center;
	overflow: hidden;
	transform: unset !important;
	width: 100% !important;
}
.js-device-thumbnail .slick-track::before,
.js-device-thumbnail .slick-track::after {
	content: none;
}
.wimax-device-thumbnail {
	margin-top: 20px;
	display: flex;
	gap: 12px;
	justify-content: center;
}
.wimax-device-thumbnail__inner {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	width: 90px !important;
	height: 90px !important;
  border-radius: 6px;
  cursor: pointer;
}
.wimax-device-thumbnail__inner.slick-current {
	border: 1px solid #333;
}
.wimax-device-thumbnail__inner--youtube::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 35px;
	margin: auto;
	background: url("/system/images/icon_youtube.svg") no-repeat 50% 50% / contain;
	content: "";
}
.wimax-device-thumbnail__inner--youtube img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 150%;
	height: 150%;
	margin: auto;
}
.wimax-device-color {
	margin-top: 25px;
}
.wimax-device-color__list {
	display: flex;
	column-gap: 60px;
	justify-content: center;
}
.wimax-device-color__button {
	display: block;
	width: 62px;
	height: 62px;
	margin: auto;
	padding: 0;
	border: 3px solid #d1d1d1;
	border-radius: 50%;
	background-color: #fff;
  cursor: pointer;
}
.is-current .wimax-device-color__button {
	border-color: var(--main-blue);
}
.wimax-device-color__inner {
	display: block;
	width: 48px;
	height: 48px;
	margin: auto;
	border-radius: 50%;
	font-size: 0;
}
.wimax-device-color__text {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}
.slick-num {
  display: none;
}
@media screen and (max-width: 850px) {
	.wimax-device {
		margin: 20px -15px 0;
		padding: 0 15px;
	}
	.wimax-device-block {
		position: relative;
		flex-direction: column;
    margin-top: 24px;
		padding-top: 0;
	}
	.wimax-device-block.aucertified {
		padding-top: 0;
	}
	.wimax-device-block__left {
		max-width: 100%;
	}
	.wimax-device-block__right {
		width: 100%;
		margin-left: 0;
		padding-top: 0;
	}
	.wimax-device-block__right.aucertified {
		width: 100%;
		padding-top: 20px;
	}	
	.wimax-device-slider {
		height: auto;
	}
	.wimax-device-slider.aucertified {
		max-width: 100%;
		height: auto;
	}	
	.wimax-device-slider .slick-arrow {
    top: auto;
    bottom: -11px;
		width: 24px;
		height: 24px;
    background-color: transparent;
	}
  .wimax-device-slider .slick-prev {
    left: 84px;
  }
  .wimax-device-slider .slick-next {
    right: 84px;
  }
	.wimax-device-slider__inner--video {
		height: 100% !important;
	}
	.wimax-device-slider__inner--video iframe {
		width: 100%;
	}
	.moobile-device-slider-notes {
		position: relative;
		bottom: auto;
		margin-top: 10px;
	}
	.wimax-device-thumbnail {
    display: none;
		margin-top: 0;
	}	
	.wimax-device-thumbnail__inner {
		width: calc(20% - 6px) !important;
		height: auto !important;
	}
	.wimax-device-thumbnail__inner--youtube::after {
		width: 30px;
		height: 30px;
	}
	.wimax-device-color {
		margin-top: 10px;
	}
  .wimax-device-color__item {
    flex-basis: 25%;
  }
  .slick-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 26px;
    margin: 7px auto 0;
    border-radius: 100vh;
    background-color: #f7f7f7;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
  }  
}

/*-----------------------------------------------------------
*** [ コンテンツ ] ***
------------------------------------------------------------*/
.wimax-device-link {
  margin-top: 40px;
}
.detail-price {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.detail-price__title {
  display: inline-block;
  margin-right: 0.75em;
  font-size: 1.6rem;
  vertical-align: 1px;
}
.detail-price__price {
  display: inline-block;
}
.detail-price__price em {
  font-size: 4.2rem;
}
.detail-price__price span {
  margin-left: 0.1em;
  font-size: 2.4rem;
  vertical-align: 2px;
}
.detail-otoku {
  max-width: 720px;
  margin: auto;
}
.detail-otoku__inner {
  margin-top: 45px;
  padding: 40px 105px 35px;
  border-radius: 10px;
  background-color: #fff;
}
.detail-otoku__heading {
  margin: 0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.07em;
}
.detail-otoku-anchor {
  margin-top: 35px;
}
.detail-otoku-anchor__link {
  position: relative;
  padding-right: 25px;
}
.detail-otoku-anchor__link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  font-size: 2.4rem;
  font-family: "Material Icons";
  line-height: 1;
  content: "\e313";
}
.detail-otoku-anchor__link:hover::after {
  text-decoration: none;
}
.detail-otoku__wrap {
  padding: 0 55px 20px;
  border: 1px solid var(--border-gray);
  border-radius: 10px;
}
.detail-otoku__type02 {
  padding: 0 22px 20px;
}
.detail-lead {
  max-width: 400px;
  margin: -41px auto 20px;
  text-align: center;
}
.detail-lead--small {
  margin-top: -21px;
}
.detail-lead__anchor {
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-gray);
  border-radius: 10px;
  background-color: #fff;
}
.detail-lead__nolink,
.detail-lead__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.43;
  text-align: center;
}
.detail-lead__link::after {
  align-self: center;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  color: var(--link-blue);
  font-size: 2.4rem;
  font-family: "Material Icons";
  content: "\e313";
}
.detail-otoku__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
.detail-otoku-price {
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--border-gray);
  text-align: center;
}
.detail-otoku-price--noborder {
  padding-bottom: 0;
  border: none;
}
.detail-otoku-price__title {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1;
}
.detail-otoku-price__price {
  margin-top: 15px;
}
.detail-otoku-price-price {
  color: var(--main-blue);
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1;
  
}
.detail-otoku-price-price span {
  margin-left: 0.25em;
  font-size: 2.4rem;
}
.detail-otoku-pay {
  margin-top: 6px;
}
.detail-otoku-pay__inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.detail-otoku__type02 .detail-otoku-pay__inner {
  justify-content: center;
  margin-right: 2.4em;
}
.detail-otoku-pay__title {
  font-size: 1.6rem;
}
.detail-otoku__type02 .detail-otoku-pay__title {
  min-width: 75px;
  margin-right: 1em;
  text-align: right;
}
.detail-otoku-pay__price {
  font-size: 2.4rem;
}
.detail-otoku-pay__price--small {
  font-size: 2rem;
}
.detail-otoku-pay__price span {
  margin-left: 0.25em;
  font-size: 1.6rem;
}
.detail-otoku-pay__price-irregular {
  position: relative;
}
.detail-otoku-pay__times {
  position: absolute;
  right: -60px;
  bottom: 2px;
  font-size: 1.6rem;
  line-height: 1;
}
.detail-otoku-notes {
  margin-top: 25px;
}
.detail-otoku-notes__list {
  margin-top: 25px;
}
.detail-condition-link {
  margin-top: 20px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .wimax-device-link {
    margin-top: 38px;
  }
  .detail-otoku__inner {
    margin-top: 35px;
    padding: 30px 15px 35px;
  }
  .detail-otoku__heading {
    font-size: 2.3rem;
  }
  .detail-otoku-anchor {
    margin-top: 30px;
  }
  .detail-otoku-anchor__link {
    padding-right: 30px;
  }
  .detail-otoku__wrap {
    padding: 0 15px 20px;
  }
  .detail-otoku__type02 {
    padding: 0 15px 20px;
  }
}

/*-----------------------------------------------------------
*** [ フッター] ***
------------------------------------------------------------*/
.footer {
  margin-top: 40px;
}

.footer__nav {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .footer__nav {
    margin-top: 40px;
  }
}

.footer__list {
  text-align: center;
}

.footer__item {
  display: inline-block;
  line-height: 1.8;
  font-size: 1.1rem;
  font-size: 1.3rem;
}

.footer__item:not(:last-child)::after {
  content: "｜";
}

.footer__inner {
  margin-top: 15px;
  padding: 16px 0;
  background-color: #3F3B39;
}

@media screen and (min-width: 767px) {
  .footer__inner {
    padding: 40px 0;
  }
}

.footer__info, .footer__copy {
  margin: 0;
  line-height: 1.37;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .footer__info {
    font-size: 1.5rem;
  }
}

.footer__info span {
  display: block;
}

@media screen and (min-width: 767px) {
  .footer__info span {
    margin-left: 1em;
    display: inline;
  }
}

.footer__copy {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .footer__copy {
    margin-top: 18px;
    font-size: 1.2rem;
  }
}

.page-top {
  position: fixed;
  bottom: -500px;
  z-index: 100;
  right: 30px;
  width: 57px;
  height: 57px;
}

.page-top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #3F3B39;
  border-radius: 50%;
}

.page-top a::before, .page-top a::after {
  content: "";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  border-color: #3F3B39;
  transition: opacity .5s ease;
}

.page-top a::before {
  top: 14px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(225deg);
}

.page-top a::after {
  top: 14px;
  display: inline-block;
  width: 2px;
  height: 30px;
  border-right: 2px solid;
}

.page-top a:hover::before, .page-top a:hover::after {
  opacity: 0.5;
}

.page-top span {
  display: none;
}

/*-----------------------------------------------------------
*** system ***
------------------------------------------------------------*/
[data-notation-contract][data-notation-storage]{
  display: none;
}

/*-----------------------------------------------------------
*** 注釈ボックス ***
------------------------------------------------------------*/
.detail-notice-box {
	margin: 10px auto 10px;
	padding: 10px 20px;
	background-color: #EFEFEF;
}
.detail-notice-box-date {
	display: block;
	text-align: right;
}
@media screen and (min-width: 767px) {
	.detail-notice-box {
		margin: 20px auto 20px;
		text-align: left;
	}
}

/* ----------------------------------------------------------------------------
 *  契約種別メッセージ導線
 * ------------------------------------------------------------------------- */

.contract-message-box {
	background-color: #FFF2F9;
	color: #e4007f;
	text-align: left;
	padding: 12px;
	font-size: 1.2rem;
}

.contract-message-box a,
.contract-message-box a:link {
	text-decoration: underline;
	color: #e4007f;
}

/*-----------------------------------------------------------
*** [ お申し込み区分「法人」数量選択 ] ***
------------------------------------------------------------*/
.quantity-select-area {
	margin-top: 15px;
	padding: 15px 26px 30px;
	background-color: #ebf6fa;
	border-radius: 6px;
}
.quantity-select-title {
	font-weight: 700;
	font-size: 1.6rem;
}
.quantity-container {
	display: flex;
	align-items: center;
	position: relative;
	width: 130px;
	margin-top: 10px;
}
.quantity-container::after {
	position: absolute;
	top: -5px;
	right: 15px;
	bottom: 0;
	transform: rotate(-45deg);
	width: 9px;
	height: 9px;
	margin: auto;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-color: var(--btn-gray);
	content: "";
	pointer-events: none;
}
.quantity {
	position: relative;
	width: 100%;
	min-height: 60px;
	padding: 0 16px 0 22px;
	border: 1px solid var(--btn-gray);
	border-radius: 6px;
	box-shadow: 0 4px 0 0 var(--btn-gray);
	background-color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.quantity-select__notes {
	margin-top: 25px;
}
.quantity-notes {
	display: flex;
	margin-top: 18px;
	font-size: 1.2rem;
	line-height: 1.583;
}
.quantity-notes::before {
	content: "※";
}
.quantity-select-dial {
	margin-top: 5px;
}
.quantity-select-dial__title {
	font-weight: 700;
	font-size: 1.2rem;
}
.quantity-select-dial-wrap {
	display: flex;
	align-items: center;
}
.quantity-select-dial__num {
	margin-right: 10px;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
}
.quantity-select-dial__hour {
	position: relative;
	top: 1px;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.364;
}
@media screen and (max-width: 767px) {
	.quantity-select-area {
		padding: 20px 20px 15px;
	}
	.quantity-select__notes {
		margin-top: 20px;
	}
	.quantity-select-dial__num {
		margin-right: 10px;
		font-size: 2.2rem;
	}
	.quantity-select-dial__hour {
		font-size: 1.1rem;
	}
}

/*-----------------------------------------------------------
*** [ 商品（機種）のお支払い回数 ] ***
------------------------------------------------------------*/
.installment-breakdown {
	margin-top: 15px;
	padding: 26px 26px 20px;
	background-color: #ebf6fa;
	border-radius: 6px;
	font-size: 1.4rem;
	line-height: 1.86;
}
.installment-breakdown-list {
	padding: 18px 20px;
	border-radius: 6px;
	background-color: #fff;
}
.installment-breakdown-list__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.installment-breakdown-list__title span {
	display: inline-block;
}
.installment-breakdown__notes {
	margin-top: 10px;
}
.installment-notes {
	display: flex;
	margin-top: 20px;
	color: var(--link-blue);
	font-size: 1.3rem;
	line-height: 1;
}
.installment-notes::before {
	content: "※";
}
@media screen and (max-width: 767px) {
	.installment-breakdown {
		padding: 20px 20px 15px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.installment-breakdown-list {
		padding: 18px 20px;
	}
	.installment-breakdown-list__inner:not(:first-child) {
		margin-top: 5px;
	}
	.installment-notes {
		margin-top: 15px;
		line-height: 1.6;
	}
}

/*-----------------------------------------------------------
*** [ オプションサービス ] ***
------------------------------------------------------------*/
.detail-option-img {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.detail-option-img img {
	width: 100%;
	height: auto;
}

.option-select {
	align-items: flex-start;
	padding: 18px 16px 15px;
}
.select-box-button__input:checked + .option-select {
	padding: 17px 15px 14px;
}
.option-select__wrap {
	margin-top: 2px;
}
.option-select-wrap__inner {
	display: block;
	position: relative;
	left: -18px;
}
.option-text {
	display: inline-block;
	margin: 18px 0 15px;
	font-size: 1.3rem;
	line-height: 1.46;
}
@media screen and (max-width: 767px) {
	.option-select-wrap__inner {
		margin: 0 -16px;
	}
	.option-text {
		margin-bottom: 10px;
	}
}

/*-----------------------------------------------------------
*** [ 料金プランの選択 ] ***
------------------------------------------------------------*/
.plan-select {
	align-items: flex-start;
	padding: 18px 16px 15px;
	font-size: 1.8rem;
}
.select-box-button__input:checked + .plan-select {
	padding: 17px 15px 14px;
}
.plan-select-type-notes {
	display: block;
	width: 380px;
	margin-top: 15px;
	padding: 10px 27px 10px 17px;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.583;
	color: #333333;
	border: 1px solid #999999;
}
.plan-select-detail {
	display: block;
	width: 440px;
	margin: 18px 0 0 -31px;
	padding-bottom: 17px;
	border: 3px solid var(--main-blue);
}
.plan-select-detail-img {
	display: block;
	text-align: center;
}
.plan-select-detail-notes {
	display: block;
	width: 268px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 1.2rem;
	color: #333333;
}
.plan-select-detail-notes a {
	text-decoration: underline;
}
.plan-select-detail-notes a:hover {
	text-decoration: none;
}
.plan-select-detail-zoom {
	position: relative;
}
.plan-select-detail-zoom::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto;
	width: 25px;
	height: 21px;
	background: var(--main-blue) url("../img/zoom-in_icon.svg") no-repeat center/14px 14px;
	border-radius: 4px;
	content: "";
}
@media screen and (max-width: 767px) {
	.plan-select-type-notes {
		width: auto;
		margin-left: -35px;
		padding: 10px 25px 10px 20px;
	}
	.plan-select-detail {
		width: auto;
		margin: 10px 0 0 -35px;
		padding-bottom: 14px;
		border: 2px solid var(--main-blue);
	}
	.plan-select-detail-img img {
		height: 100%;
	}
	.plan-select-detail-img-01 img {
		width: 100%;
	}
	.plan-select-detail-img-02 img {
		width: calc(100% - 28px);
	}
	.plan-select-detail-notes {
		width: auto;
		padding: 0 14px;
	}
}

/*-----------------------------------------------------------
*** [ WiMAX ＋5G割についてはこちら ] ***
------------------------------------------------------------*/
.modal-area {
	display: none;
}
.plan-select-detail-5g-bg {
	padding: 45px 43px;
	background-image: repeating-linear-gradient(-40deg, #FFF100, #FFF100 35px, #FFFAA6 0, #FFFAA6 70px);
}
.plan-campaign {
	max-width: 850px;
	margin: 0 auto;
	padding: 50px 100px 40px;
	background-color: #fff;
	border-radius: 14px;
}
.plan-campaign__title {
	text-align: center;
}
.plan-campaign__title span {
	position: relative;
	display: inline-block;
	margin: auto;
	padding: 0 15px;
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}
.plan-campaign__title span::before,
.plan-campaign__title span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 3px;
	height: 32px;
	margin: auto;
	background-color: #003399;
}
.plan-campaign__title span::before {
	left: 0;
	transform: rotate(-15deg);
}
.plan-campaign__title span::after {
	right: 0;
	transform: rotate(15deg);
}
.plan-campaign__logo {
	margin: 15px auto 0;
	max-width: 482px;
}
.plan-campaign__lead {
	margin: 25px auto 0;
	text-align: center;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: 0.06em;
}
.plan-campaign__lead-box {
	display: none;
}
.plan-campaign__text {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
	line-height: 1;
}
.plan-campaign__text-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan-campaign__period {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 151px;
	height: 64px;
	margin-right: 15px;
	font-weight: 700;
	font-size: 2.4rem;
	border: 1px solid #333333;
}
.plan-campaign__period strong {
	font-weight: 500;
	font-size: 4.6rem;
}
.plan-campaign__period span {
	position: relative;
	top: 8px;
}
.plan-campaign__month {
	margin-right: 5px;
	font-weight: 500;
	font-size: 6.4rem;
}
.plan-campaign__price {
	margin-right: 24px;
	font-weight: 900;
	font-size: 8.2rem;
	color: #003399;
}
.plan-campaign__price span {
	position: relative;
	top: -5px;
	left: 10px;
	font-weight: 700;
	font-size: 4.6rem;
	color: #3f3b39;
}
.plan-campaign__discount {
	font-weight: 900;
	font-size: 6.5rem;
}
.plan-campaign__balloon {
	display: flex;
	justify-content: center;
	align-items: baseline;
	max-width: 491px;
	height: 51px;
	margin: 20px auto 0;
	border-radius: 100vh;
	font-weight: 500;
	font-size: 2.1rem;
	letter-spacing: 0.06em;
	color: #fff;
	background-color: #eb5505;
}
.plan-campaign__balloon-01 {
	font-weight: 900;
	font-size: 3.1rem;
	line-height: 1;
}
.plan-campaign__balloon-02 {
	font-weight: 900;
	font-size: 2.1rem;
}
.plan-campaign__balloon-03 {   
	font-weight: 500;
	font-size: 3rem;
}
.plan-campaign__balloon-04 {
	position: relative;
	top: -2px;
}
.accordion-heading01 {
	font-weight: 700;
	font-size: 1.6rem;
	color: var(--main-blue);
}
.accordion-common-text {
	font-weight: 400;
	font-size: 1.4rem;
}
.accordion-content-inner {
	margin-top: 20px;
}
.accordion-common-list li {
	position: relative;
	padding-left: 1em;
}
.accordion-common-list--number li {
	padding-left: 1em;
	text-indent: -1em;
}
.accordion-common-list--asterisk li::before {
 display: block;
 width: 1em;
 height: 1em;
 position: absolute;
 left: 0;
 top: 0;
}
.accordion-common-list--asterisk li::before {
 content: "※";
}

@media screen and (max-width: 1199px) {
	.plan-select-detail-5g-bg {
		padding: 16px;
	}
	.plan-campaign {
		padding: 30px 15px 20px;
		border-radius: 8px;
	}
	.plan-campaign__title span {
		font-size: 1.6rem;
	}
	.plan-campaign__title span::before,
	.plan-campaign__title span::after {
		width: 2px;
		height: 21px;
	}
	.plan-campaign__logo {
		margin: 0 auto;
		max-width: 236px;
	}
	.plan-campaign__logo img {
		width: 100%;
	}
	.plan-campaign__lead {
		margin: 0 auto;
		font-size: 1.4rem;
	}
	.plan-campaign__lead-box {
		display: inline-block;
		margin-left: 5px;
		padding: 3px 4px;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1;
		border: 1px solid #333333;
	}
	.plan-campaign__lead-box strong {
		font-weight: 500;
		font-size: 1.5rem;
	}
	.plan-campaign__text {
		margin-top: 0;
	}
	.plan-campaign__text-inner {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.plan-campaign__period {
		display: none;
	}
	.plan-campaign__period strong {
		font-weight: 500;
		font-size: 4.6rem;
	}
	.plan-campaign__period span {
		position: relative;
		top: 8px;
	}
	.plan-campaign__month {
		position: relative;
		top: 3px;
		font-size: 2rem;
		writing-mode: vertical-rl;
	}
	.plan-campaign__price {
		margin-right: 7px;
		font-size: 5.3rem;
	}
	.plan-campaign__price span {
		top: -2px;
		left: 3px;
		font-size: 2.7rem;
	}
	.plan-campaign__discount {
		font-size: 4rem;
	}
	.plan-campaign__balloon {
		align-items: center;
		max-width: 255px;
		height: 29px;
		margin: 10px auto 0;
		font-size: 1.1rem;
	}
	.plan-campaign__balloon-01 {
		font-size: 1.6rem;
	}
	.plan-campaign__balloon-02 {
		font-size: 1.2rem;
	}
	.plan-campaign__balloon-03 {   
		font-size: 1.4rem;
	}
	.plan-campaign__balloon-04 {
		top: 0;
	}
	.accordion-heading01 {
		font-size: 1.5rem;
	}
	.accordion-common-text {
		font-size: 1.3rem;
	}
	.accordion-content-inner {
		margin-top: 20px;
	}
}

/*-----------------------------------------------------------
*** [ ご利用料金（プラン）のお支払い方法 ] ***
------------------------------------------------------------*/
.section-cc-imgs {
	display: flex;
	column-gap: 9px;
}
.section-cc-imgs img {
	display: block;
}

/*-----------------------------------------------------------
*** [ 明細（内訳） ] ***
------------------------------------------------------------*/
.detail-result {
	padding: 32px 50px 25px;
}
.detail-result {
	background-color: #f3f3f3;
	border: 1px solid #c2c2c2;
}
.detail-result-inner,
.detail-result-breakdown-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detail-result-bg {
	margin-top: 13px;
	padding: 15px 23px;
	background-color: #fff;
	border-radius: 10px;
}
.detail-result__heading {
	position: relative;
	top: -42px;
	margin: 0;
	font-weight: 700;
	font-size: 2.2rem;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
	line-height: 1;
	text-align: center;
}
.detail-result__heading span {
	padding: 0 10px;
	background-color: #f3f3f3;
}
.detail-result-heading {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1;
}
.detail-result-price {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
}
.detail-result-price em {
	margin-right: 3px;
	font-weight: 700;
	font-size: 2.6rem;
}
.detail-result-breakdown {
	margin-left: -10px;
	font-weight: 400;
	font-size: 1.3rem;
	color: #999999;
}
.detail-result-breakdown-inner__text,
.detail-result-breakdown-inner__price {
	font-weight: 400;
	font-size: 1.4rem;
}
.detail-result-breakdown-inner__text em,
.detail-result-breakdown-inner__price em {
	font-weight: 400;
	color: var(--main-pink);
}
.detail-guideline {
  margin-top: 20px;
}
.detail-guideline__title {
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.detail-result {
		padding: 10px 15px 20px;
	}
	.detail-result-bg {
		margin-top: 10px;
		padding: 10px 20px;
	}
	.detail-result__heading {
		top: -20px;
		font-size: 1.8rem;
	}
	.detail-result-heading {
		font-size: 1.4rem;
		line-height: 1.403;
	}
	.detail-result-price {
		font-size: 1.4rem;
	}
	.detail-result-price em {
		font-size: 2.2rem;
	}
	.detail-result-breakdown-inner__text,
	.detail-result-breakdown-inner__price {
		font-size: 1.3rem;
	}
}

/*-----------------------------------------------------------
*** [ ご注意事項 ] ***
------------------------------------------------------------*/
.detail-note {
	margin-top: 35px;
	padding: 0;
}
.detail-note-list {
	margin-top: 10px;
}
.detail-note-item {
	display: table;
	font-weight: 400;
	font-size: 1.2rem;
}
.detail-note-item::before {
	position: relative;
	top: -1px;
	display: table-cell;
	padding-right: 3px;
	font-size: 0.8rem;
	content: "●";
}
@media screen and (max-width: 767px) {
	.detail-note {
		margin-top: 20px;
	}
}