@charset "UTF-8";

@media screen and (min-width: 767px) {
	.main_text {
		font-size: 1.6rem;
	}
}
.contents_box {
	margin: 0 auto;
	padding: 0 15px;
}
@media screen and (min-width: 767px) {
	.w586 {
		margin-right: auto;
		margin-left: auto;
		width: 586px;
	}
}
.tb_layout {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #C3C3C4;
	border-bottom: 1px solid #C3C3C4;
}
.tb_layout_item {
  list-style: disc inside;
}
.item_note {
  margin: 0;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 767px) {
	.tb_layout {
		width: 586px;
	}
}
.tb_layout td, .tb_layout th {
  padding: 5px 0;
	border-top: 1px solid #C3C3C4;
	border-bottom: 1px solid #C3C3C4;
	border-right: 1px solid #C3C3C4;
}
.tb_layout td:last-child,
.tb_layout th:last-child {
	border-right: 0px;
}
.tb_layout th {
	width: 33%;
	text-align: center;
	font-weight: normal;
	background-color: #EDF7FC;
}
.note_list {
	margin-top: 10px;
	list-style: none;
	font-size: 1.3rem;
}
.color_pink {
  color: #E4007F;
}
.color_white {
  color: #fff;
}

.guide_top_btn {
	margin-top: 50px;
	text-align: center;
}
.guide_top_btn a {
  padding: 10px 0;
	width: calc(100% - 47px);
	position: relative;
  display: inline-block;
	height: 44px;
  color: #3F3B39;
  font-size: 1.3rem;
  background-color: #fff;
  border-radius: 44px;
	border: 1px solid #C3C3C4;
}
.guide_top_btn a::after {
  content: "";
	margin: auto;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #3F3B39;
	border-right: 2px solid #3F3B39;
	transform: rotate(-45deg);
}
@media screen and (min-width: 767px) {
.guide_top_btn a {
	width: 446px;
	height: 53px;
  font-size: 1.6rem;
	}
}

.application_btn {
  margin-top: 15px;
	text-align: center;
}
.application_btn:first-child {
  margin-top: 0;
}
.application_btn:last-child {
  padding-bottom: 38px;
}
.application_btn a {
  padding: 7px 0;
	width: calc(100% - 47px);
	position: relative;
  display: inline-block;
	height: 44px;
  color: #3F3B39;
  font-size: 1.7rem;
  background-color: #fff;
  border-radius: 44px;
  transition: opacity .3s ease;
}
.application_btn a::after {
  content: "";
	margin: auto;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #0091D7;
	border-right: 2px solid #0091D7;
	transform: rotate(-45deg);
}
.application_btn a:hover {
  text-decoration: none;
  opacity: .5;
}
.application_btn em {
	color: #0091D7;
}
@media screen and (min-width: 1180px) {
	.application_btn {
		margin: 22px 12px 35px;
		}
	.application_btn:first-child {
		margin-top: 22px;
		}
	.application_btn a {
		width: 446px;
		height: 53px;
		font-size: 2.2rem;
		}
	.application_btn_flex {
	display: flex;
	justify-content: center;
	}
}

.sec__tit_w {
	padding-top: 40px;
	color: #fff;
}

.sec__tit_w::after {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .sec__tit_w {
    padding-top: 55px;
  }
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 deliverydate ] ***
------------------------------------------------------------*/
.tb_01 th {
	padding: 18px 0;
}
.tb_01 td {
	padding-left: 15px;
	text-align: left;
}
@media screen and (min-width: 767px) {
	.tb_01 th {
		padding: 22px 0;
	}
	.tb_01 td {
		padding-left: 33px;
		text-align: left;
	}
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 delivery ] ***
------------------------------------------------------------*/
.tb_02 th {
	padding: 10px 0;
}
.tb_02 td {
	padding: 0 13px;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.tb_02 th, .tb_02 td {
		line-height: 1.3;
	}
	.tb_02 th {
		padding: 5px 0;
	}
	.tb_02 td {
		padding: 28px 0;
	}
	.tb_02 td:last-child {
		padding: 10px 0;
	}
}
/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 payment ] ***
------------------------------------------------------------*/
.payment_box {
  margin-top: 35px;
	padding: 25px 22px 0;
	border: 1px solid #D7D7D7;
	border-radius: 12px;
}
@media screen and (min-width: 767px) {
	.payment_box {
		margin: 45px auto 0;
		padding: 35px 40px 15px;
		width: 690px;
	}
	.payment_box .note_list {
		text-align: center;
	}
}
.credit_tit {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.credit_list {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.credit_list li {
	margin: 0 12px;
	list-style: none;
}
@media screen and (min-width: 767px) {
	.credit_list li {
		margin: 0 auto;
	}
}
@media screen and (min-width: 767px) {
	.credit_text {
		text-align: center;
	}
}
@media screen and (min-width: 767px) {
	.payment_qna {
		width: 690px;
	}
}
/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 sim ] ***
------------------------------------------------------------*/
.p-kv img {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.p-kv {
		margin-top: 43px;
		text-align: center;
	}
	.p-kv img {
		width: 980px;
		height: 440px;
	}
}
.sim_intro_text {
	margin-top: 25px;
}
@media screen and (min-width: 767px) {
	.sim_intro_text {
		margin: 45px auto 0;
		width: 586px;
	}
}

.sec__sub_tit {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (min-width: 767px) {
	.sec__sub_tit {
		font-size: 2.6rem;
	}
}

.sim_01_img img {
	width: 100%;
}
.sim_01_icon img {
	width: 20px;
}
@media screen and (min-width: 767px) {
.sim_01_img img {
	width: 535px;
	height: 235px;
	}
.sim_01_icon img {
	width: 27px;
	height: 28px;
	}
}
.sec__small_tit {
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
}
@media screen and (min-width: 767px) {
	.sec__small_tit {
		font-size: 16px;
	}
}

.sim_flex_box ul {
	list-style: none;
}
.sim_flex_box ul li {
	margin-top: 15px;
}
.sim_flex_box_tit {
	margin: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.sim_flex_box_inner {
	margin-top: 10px;
	padding: 25px 27px;
	width: 100%;
	background-color: #F3F3F3;
	border-radius: 6px;
}
@media screen and (min-width: 767px) {
	.sim_flex_box {
		margin: 0 auto;
		width: 980px;
		display: flex;
		justify-content: space-between;
	}
	.sim_01 .sim_flex_box {
		justify-content: space-around;
	}
	.sim_flex_box_tit {
		font-size: 2.4rem;
	}
	.sim_flex_box_inner {
		margin-top: 0;
		padding: 45px 0;
		width: 480px;
		border-radius: 12px;
	}
}

.sim_02_inner dl {
	height: 84px;
	display: flex;
	align-items: center;
	border: 1px solid #E4007F;
	border-radius: 6px;
}
.sim_02_inner dt {
	padding: 25px 0;
	width: 64%;
	height: 100%;
	text-align: center;
	background-color: #FEF3F9;
	border-right: 1px solid #E4007F;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.sim_02_inner dd {
	width: 35%;
	text-align: center;
}
.sim_02_s_text {
	font-size: 1.3rem;
}
.sim_02_s_text {
	margin: 0;
	display: inline-block;
	position: relative;
}
.sim_02_s_text a::after {
	content: "";
	margin: auto;
	position: absolute;
	width: 15px;
  height: 12px;
	top: 0;
	bottom: 0;
	right: -2em;
	background-image: url( "../img/icon/link_icon05.svg");
}
.sim_mail {
	margin-top: 17px;
}
.sim_btn_title {
	font-size: 1.8rem;
	font-weight: bold;
}
.sim_btn_title span {
	margin-left: 18px;
}
.sim_btn_sub_title {
	position: relative;
	font-size: 1.3rem;
}
.kome_icon {
	position: absolute;
	font-size: 1.2rem;
	top: -5px;
}
.sim_04_img img {
	width: 100%;
}
.network_text {
	margin: 35px 0 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.sim_04 .btn-w01 {
	width: calc(100% - 16px);
}
	.my_app_box_inner {
		width: 100%;
		text-align: center;
		background-color: #FEF3F9;
		border-radius: 6px;
	}
	.my_app_title {
		margin: 10px 10px 0;
		width: calc(100% - 20px);
		display: inline-block;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		background-color: #fff;
		border-radius: 6px;
	}
	.my_app_box_inner_flex {
		display: flex;
		justify-content: center;
	}
	.my_app_list {
		margin: auto 0;
		position: relative;
		text-align: left;
		line-height: 1;
		font-size: 1.7rem;
		font-weight: bold;
		color: #E4007F;
	}
	.my_app_list li {
		width: 11em;
		text-indent: -0.5em;
		padding-left: 0.5em;
	}
	.my_app_list li::before {
		content: "・"
	}
	.my_app_box:last-child {
		margin-top: 35px;
	}
	.my_app_img {
		margin: 0;
	}
	.my_app_img img {
		width: 100%;
	}
	.my_app_text {
		margin: 20px auto;
	}
	.sim_06 {
		width: 100%;
	}
@media screen and (min-width: 767px) {
	.sim_02_inner {
		width: 306px;
	}
	.sim_02_inner dl {
		height: 80px;
		border-radius: 12px;
	}
	.sim_02_inner dt {
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.sim_02_s_text {
		font-size: 1.4rem;
	}
	.sim_mail {
	margin-top: 0;
	}
	.sim_btn_title {
		font-size: 1.9rem;
	}
	.sim_btn_title span {
		margin-left: 10px;
	}
	.sim_btn_sub_title {
		font-size: 1.2rem;
	}
	.sim_04_img img {
		width: 462px;
		height: 317px;
	}
	.sim_04_text {
		text-align: center;
	}
	.network_text {
		font-size: 2.4rem;
	}
	.sim_03 .btn-w01 {
	width: 346px;
	}
	.sim_04 .btn-w01 {
	width: 406px;
	}
	.my_app_box:last-child {
		margin-top: 0;
	}
	.my_app_box_inner {
		width: 480px;
		border-radius: 12px;
	}
	
	.my_app_title {
		margin: 15px 15px 0;
		width: 450px;
		height: 43px;
		border-radius: 12px;
	}
	.my_app_list {
		font-size: 2rem;
	}
	.my_app_img {
		width: 241px;
		height: 230px;
	}
	.my_app_text {
		margin: 30px auto;
		width: 438px;
	}
	.sim_06 {
		width: 980px;
	}
}
/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 fixedline ] ***
------------------------------------------------------------*/
.wimax_img {
	display: block;
}
.wimax_img source,
.wimax_img img {
	max-width: 100%;
	max-height: 100%;
}
.fixedline .t-cnts__item::before {
	content: "・";
	padding-right: 5px;
}
.product__wimax {
	margin: auto;
	width: 220px;
	height: 266px;
}
.product__wimax_list {
	margin:24px auto;
	width: calc(100% - 15px);
}
.product__wimax_list li::before {
	content: "・";
}
.fixedline .btn-blue a {
	color: #0091D7;
	border-color: #0091D7;
} 
.fixedline .blue-arrow::after {
	background-image: url(../img/icon/link_icon02.svg);
} 
.product_detail_tit {
	position: relative;
	font-size: 1.3rem;
	text-align: center;
}
.product_detail_tit .btn-exl--type-b::after {
	content: "";
	margin: auto;
	position: absolute;
	width: 11px;
	height: 9px;
}
.fee_tit {
	margin-top: 42px;
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.fee_sup {
	vertical-align: top;
	font-size: 1.2rem;
	font-weight: normal;
	color: #3f3b39;
}
.highspeed_icon {
	margin-right: 18px;
	width: 93px;
	height: 93px;
}
.fee_flex_box {
	display: flex;
	justify-content: center;
}
.fee_text_box {
	width: 224px;
}
.fee_blue_text_box {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #0091D7;
}
.fee_blue_text_box .item_note {
	font-weight: normal;
	color: #3f3b39;
}
.fee_blue_text_box p {
	line-height: 1.25;
	margin: 15px 0 0 0;
}
.fee_price {
	font-size: 3.8rem;
}
.all_area {
	font-size: 3.4rem;
}
.customer_flex_box {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.customer_icon {
	margin-right: 18px;
	width: 75px;
	height: 75px;
}
.customer_info {
	margin-right: 18px;
	line-height: 1.5;
	font-size: 1.2rem;
	text-align: center;
}
.grad-wrap {
	position: relative;
}
.grad-trigger {
  display: none;
}
.grad-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	border-radius: 2px;
	color: #0091D7;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}
.grad-btn::before {
  content: "続きを読む";
}
.grad-btn .fa::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	left: -20px;
	bottom: 0;
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #0091D7;
	border-right: 2px solid #0091D7;
	transform: rotate(45deg);
}
.grad-trigger:checked ~ .grad-btn {
	bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn .fa::before {
	transform: rotate(-135deg);
}
.customer_text_box {
	width: 243px;
	position: relative;
  overflow: hidden;
  height: 150px /*隠した状態の高さ*/
}
.customer_text_box::before {
	content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #fff;
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる"
}
.grad-trigger:checked ~ .customer_text_box {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .customer_text_box::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.customer_text_box p {
	margin: 0;
}
.customer_text_box p em {
	color: #0091D7;
}
.wimax02 {
	margin-top: 40px;
}
@media screen and (min-width: 767px) {
	.wimax_img {
	}
	.fixed_img01 {
		margin: 43px auto;
		width: 980px;
		height: 440px;
	}
	.fixedline .t-cnts {
		padding: 45px 60px;
	}
	.fixed_img02 {
		margin: 0 auto;
		width: 947px;
		height: 409px;
	}
	.fixed_img03 {
		margin: 0 auto;
		width: 409px;
	}
	.fixed_img04 {
		margin: 0 auto;
		width: 940px;
	}
	.fixed_img04_text {
		margin: 0 auto;
		width: 940px;
	}
	.product_flex_box,
	.fee_flex_area {
		display: flex;
		justify-content: center;
	}
	.wimax01 {
		margin-right: 20px;
	}
	.wimax02 {
		margin-top: 0;
	}
	.product__wimax {
		margin: auto;
		width: 480px;
		height: 368px;
	}
	.product__wimax_list {
		margin:24px auto;
		width: calc(100% - 15px);
	}
	.product__wimax_list .list_none::before {
		content: "　";
	}
	.fee_contents01 {
		margin-right: 88px;
	}
	.fee_text_box {
		width: 288px;
	}
	.fee_tit {
		margin-top: 0;
		font-size: 2.2rem;
	}
	.fee_blue_text_box {
		font-size: 2.8rem;
	}
	.pc_display .product_flex_box p {
	line-height: 0.8;
	margin: 15px 0 0 0;
	}
	.fee_price, .all_area {
		font-size: 5.4rem;
	}
	.w926 {
		margin: 0 auto;
		width: 926px;
	}
	.fixed_img08 {
		width: 477px;
	}
	.fixed_text08 {
		margin: auto 0;
		width: 407px;
	}
	.list_04 {
		width: 937px;
	}
	.list_05 {
		width: 980px;
	}
	.all_area_flex_box,
	.customer_flex_area {
		display: flex;
		justify-content: space-between;
	}
	.customer_text_box {
		width: 339px;
		height: 120px;
	}
	.customer_text_box::before {
		height: 40px;
	}
}
/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 transition ] ***
------------------------------------------------------------*/
.underline {
	text-decoration: underline!important;
}
.underline:hover {
	text-decoration: none!important;
}
.transition_tit {
	font-size: 2.5rem;
	letter-spacing: 1px;
}
/*# sourceMappingURL=maps/style.css.map */
