@charset "utf-8";
/*気軽に使えるモバイルWiFi--------------------------------*/
#main .inner{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	padding: 65px 0 50px;
}
#main .text{
	flex: 1;
}
#main .text p{
	font-weight: 900;
}
#main .check-wrap{
	display: flex;
	margin-bottom: 25px;
}
#main .check-wrap p{
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
}
#main .check-wrap p::before{
	content: "";
	width: 40px;
	height: 40px;
	background: url(/pc/img/common/icon_check) no-repeat center;
	display: block;
	background-size: contain;
	margin-right: 5px;
}
#main .b-blue{
	font-size: 40px;
	line-height: 1;
}
#main .title{
	font-size: 73px;
	line-height: 1.3;
}
#main .circle{
	background-color: var(--yellow);
	width: 135px;
	height: 130px;
	border-radius: 80px;
}
#main .fee{
	height: 150px;
	width: max-content;
}
#main .fee img{
	object-fit: contain;
	font-family: "object-fit: contain;";
}
#main .career{
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 1;
}
#main .apply{
	margin-bottom: 55px;
}
#main .apply a{
	width: 560px;
	height: 90px;
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
	font-size: 28px;
	align-items: center;
	-webkit-box-shadow: 4px 4px 0 #b43331;
	box-shadow: 4px 4px 0 #b43331;
}
#main .apply a span{
	font-size: 18px;
}
#main .text p.attention{
	font-size: 14px;
	font-weight: bold;
}
#main .main-picture{
	margin: 0 -90px 20px 0;
	width: 570px;
}
#main .main-picture img{
	object-fit: contain;
	font-family: "object-fit: contain;";
}

/*1025px以下になったときに適用*/
@media screen and (max-width: 1025px) {
	#main .check-wrap p{
		font-size: 24px;
	}
	#main .b-blue {
		font-size: 32px;
	}
	#main .title {
		font-size: 60px;
	}
	#main .fee {
		height: 130px;
	}
	#main .career {
		font-size: 26px;
	}
	#main .apply a {
		width: 500px;
		height: 80px;
	}
	#main .apply {
		margin-bottom: 25px;
	}

}
/*バナー--------------------------------*/
#banner .inner{
	padding: 40px 0 60px;
}
#banner .inner .block{
	height: 215px;
	background: #252525;
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -25px;
	position: relative;
	z-index: -1;
}
#banner .inner .ribon{
	width: 515px;
	height: 56px;
	margin: 0 auto;
	background: url(/pc/img/common/ashirai_ribon.png) no-repeat center;
	background-size: contain;
	font-size: 32px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*こんな悩みありませんか？--------------------------------*/
#problem{
	background: url(/pc/img/common/bg-blue.jpg) no-repeat center top;
	background-size: cover;
}
/*３つの悩み--------------------------------------------*/
/*タイトル*/
#problem .hatena{
	width: 70px;
	margin: 0 auto 10px;
}
#problem .under{
	text-align: center;
	margin-bottom: 75px;
}
#problem h2 .b-blue{
	font-size: 48px;
}
#problem h2{
	letter-spacing: .08em;
}

/*３つのブロック*/
#problem .worries{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 115px;
}
#problem .worries-point{
	background: #fff;
	width: 320px;
	padding: 40px 25px 30px;
}

/*三角部分*/
#problem .worries::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 42px 57.5px 0 57.5px;
	border-color: var(--b-blue) transparent transparent transparent;
	position: absolute;
	bottom: -80px;
	left: 45%;
}
/*悩みタイトル*/
#problem .worries-point .title{
	text-align: center;
	margin-top: -65px;
	margin-bottom: 15px;
}
#problem .worries-point .worries-title{
	background-color: var(--blue);
	color: #fff;
	width: 150px;
	height: 50px;
	font-size: 22px;
	border-radius: 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
#problem .worries-point .worries-title span{
	font-size: 35px;
}

#problem .worries .image{
	width: 125px;
	display: block;
	margin: 0 auto 10px;
}
#problem .worries-point .detail p{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -.08em;
	text-align: center;
}

#problem .solution{
	background-color: #fff;
	text-align: center;
	width: 750px;
	height: 160px;
	margin: 0 auto;
	border: var(--blue) solid 8px;
	border-radius: 10px;
	padding: 30px 0;
	position: relative;
}
#problem .solution::before{
	content: "";
	width: 156px;
	height: 200px;
	background: url(/pc/img/common/illust_cat_gray.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -40px;
	left: -80px;
}
#problem .solution .blue{
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
}
#problem .solution p{
	font-size: 43px;
	font-weight: 900;
	line-height: 1;
	position: relative;
}
#problem .solution p .min{
	transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(18deg);
	display: inline-block;
	padding-left: 5px;
}
#problem .solution p .border{
	background-image: linear-gradient(rgba(0,0,0,0) 85%, var(--yellow) 60%);
}
#problem .solution .b-blue{
	font-size: 55px;
	font-weight: 900;
	line-height: 1;
}
/*------------------------
Chat WiFiの特徴
------------------------*/
#feature{
	background: url(/pc/img/common/bg_check.jpg) center top;
	margin: 0 auto;
}
#feature h2{
	color: #fff;
	font-size: 50px;
	margin-bottom: 90px;
}
#feature h2 span{
	font-size: 45px;
}
#feature .four-points{
	display: flex;
	justify-content: space-between;
}
#feature .block .icon{
	height: 70px;
    width: 70px;
    margin: -30px auto 10px;
}
#feature .block{
	background-color: #fff;
	width: 240px;
	height: 265px;
	text-align: center;
	border-radius: 2.5%;
}
#feature .point .image{
	height: 70px;
    width: 120px;
    margin: 0px auto 10px;
}
#feature .point p.tit{
	margin-bottom: 10px;
}
#feature .sub-title-1{
	background: linear-gradient(transparent 60%, var(--yellow));
    font-size: 20px;
    font-weight: bold;
}
#feature .sub-title-2{
	background: linear-gradient(transparent 60%, var(--yellow));
	font-size: 18px;
	font-weight: bold;
}
#feature .text{
	font-size: 24px;
	font-weight: bold;
}
#feature .big-text{
	font-size: 28px;
    color: var(--b-blue);
    font-weight: 900;
    line-height: 1;
}
#feature .big-text.wf-r{
    font-size: 40px;
    letter-spacing: -0.08rem;

}

#feature .mini-text{
	font-size: 14px;
	font-weight: bold;
}

/*------------------------
Chat WiFiはこんなに安い
------------------------*/
.price-wrapper{
	background: url(/pc/img/common/bg_yellow.jpg) center top;
	padding: 50px 0 90px;
}

#lowprice,#good-value{
	width: 1200px;
    margin: 0 auto 60px;
    background: #fff;
    padding: 40px 100px 50px;
}
#lowprice{
	margin-bottom: 70px;
}
#lowprice h2,#good-value h2{
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 35px;
	position: relative;
}
#lowprice h2::before{
	content: "";
	background: url(/pc/img/index/ashirai_point.png) no-repeat;
	background-size: contain;
	width: 48px;
	height: 30px;
	position: absolute;
	top: -10px;
	left: 20%;
}
#lowprice h2 .b-blue,#good-value h2 .b-blue{
	font-size: 50px;
}
#lowprice h2 .yellow,#good-value h2 .yellow{
	font-size: 50px;
}

/*3つの比較*/
#lowprice .box-wrap ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#lowprice .box-wrap ul li{
	width: 320px;
	border-radius: 5px;
}
#lowprice .box-wrap ul li .title{
	background: #bcdaff;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	padding: 20px;
	line-height: 1;
	border-radius: 5px 5px 0 0;
}
#lowprice .box-wrap ul li .price{
	padding: 18px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#lowprice .box-wrap ul li .price .icon{
	background: #787878;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	margin-right: 8px;
}
#lowprice .box-wrap ul li .price p{
	font-size: 20px;
	letter-spacing: -.08em;
}
#lowprice .box-wrap ul li .price p b{
	font-size: 45px;
}
/*ChatWifi部分*/
#lowprice .box-wrap ul li.chat{
	border: var(--b-blue) 6px solid;
}
#lowprice .box-wrap ul li.chat .title{
	background: var(--b-blue);
	color: #fff;
	border-radius: unset;
	line-height: 1.4;
	font-size: 30px;
	padding: 6px 10px 13px;
}
#lowprice .box-wrap ul li.chat .title span{
	font-size: 13px;
	font-weight: normal;
	display: block;
}
#lowprice .box-wrap ul li.chat .price .icon{
	background: var(--yellow);
	color: #252525;
}
#lowprice .box-wrap ul li.chat .price p b{
	color: var(--yellow);
	margin-right: 5px;
}

/*------------------------
1年契約でもこんなにお得
------------------------*/
#good-value .box-wrap{
	display: flex;
	align-items: end;
	position: relative;
}
#good-value .box-wrap::before{
	content: "";
	background: url(/pc/img/index/dod_line.png) no-repeat;
	background-size: contain;
	width: 1002px;
	height: 8px;
	position: absolute;
	top: 246px;
	right: 0;
	z-index: 10;
}
#good-value .box-wrap::after{
	content: "";
	background: url(/pc/img/index/dod_line.png) no-repeat;
	background-size: contain;
	width: 1002px;
	height: 8px;
	position: absolute;
	right: 0;
	bottom: 145px;
}
#good-value .box-wrap .text-wrap{
	font-weight: 900;
	font-size: 18px;
	text-align: right;
}
#good-value .box-wrap .text-wrap .list2{
	margin-top: 25px;
}
#good-value .box-wrap .text-wrap .list2 span{
	font-size: 14px;
	display: block;
}
#good-value .box-wrap .text-wrap .list3{
	margin-top: 25px;
}
#good-value .box-wrap .text-wrap .list4{
	margin-top: 85px;
}
#good-value .box-wrap ul.price-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 900px;
	margin: 0 0 0 auto;
}
#good-value .box-wrap ul.price-wrap li{
	width: 285px;
	border-radius: 5px;
	text-align: center;
}
#good-value .box-wrap ul.price-wrap li:nth-child(1){
	position: relative;
}
#good-value .box-wrap ul.price-wrap li:nth-child(1)::after{
	content: "";
	background: url(/pc/img/common/illust_cat_white.png) no-repeat;
	background-size: contain;
	width: 107px;
	height: 107px;
	position: absolute;
	top: -105px;
	left: 0;
}
#good-value .box-wrap ul.price-wrap li .title{
	background: #bcdaff;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	padding: 18px;
	line-height: 1;
	border-radius: 5px 5px 0 0;
}

#good-value .box-wrap ul li .box1{
	padding: 50px 0 35px;
}
#good-value .box-wrap ul li .box1 span{
	font-size: 22px;
	font-weight: bold;
	display: block;
	line-height: 1;
}
#good-value .box-wrap ul li .box2{
	padding: 10px 0;
	font-size: 24px;
	background: #e4f0ff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#good-value .box-wrap ul li .box2 span{
	font-size: 18px;
	font-weight: bold;
}
#good-value .box-wrap ul li .box3{
	padding: 25px 0 35px;
	font-size: 24px;
}
#good-value .box-wrap ul li .box3 span{
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}
#good-value .box-wrap ul li p{
	font-weight: bold;
}
#good-value .box-wrap ul li p b{
	font-weight: 900;
	font-size: 45px;
	letter-spacing: -.08rem;
	line-height: 1.2;
}

/*ChatWifi部分*/
#good-value .box-wrap ul li.chat{
	border: var(--b-blue) 8px solid;
	position: relative;
}
#good-value .box-wrap ul li.chat::after{
	content: "";
	background: url(/pc/img/common/ashirai_yellow.png) no-repeat;
	background-size: contain;
	width: 74px;
	height: 74px;
	position: absolute;
	top: -65px;
	right: -65px;
}
#good-value .box-wrap ul li.chat .title{
	background: var(--b-blue);
	color: #fff;
	border-radius: unset;
	line-height: 1.4;
	font-size: 30px;
	padding: 20px 0;
}
#good-value .box-wrap ul li.chat .box1{
	padding: 25px 0 30px;
}
#good-value .box-wrap ul li.chat .box1 p{
	font-size: 26px;
	font-weight: 900;
}
#good-value .box-wrap ul li.chat .box1 p b{
	color: var(--yellow);
	font-size: 55px;
	margin-right: 5px;
}
#good-value .box-wrap ul li.chat .box3{
	padding: 25px 0 27px;
	font-size: 24px;
}

.price-wrapper .point-box{
	background: #fff;
    padding: 25px 170px 15px 0;
    border: 8px solid var(--blue);
    border-radius: 5px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.price-wrapper .point-box::after{
	content: "";
    width: 185px;
    height: 146px;
    background: url(/pc/img/common/illust_cat_point.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 80px;
}
.price-wrapper .point-box ul{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.price-wrapper .point-box ul li{
	font-size: 36px;
    color: #fff;
    background: var(--pink);
    font-weight: 900;
    width: 152px;
    padding: 7px 10px;
    text-align: center;
    margin-right: 20px;
    line-height: 1;
    border-radius: 5px;
}
.price-wrapper .point-box p{
	font-size: 38px;
    font-weight: 900;
    text-align: center;
    letter-spacing: .08em;
}
.price-wrapper .point-box p span{
	font-size: 48px;
}

/*------------------------
キャンペーン実施中
------------------------*/
#campaign{
	background: url(/pc/img/common/bg_check.jpg) center top;
	padding: 60px 0 40px;
}
#campaign .inner{
	padding: 40px 10px 20px;
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    border-radius: 5px;
}
#campaign .pc-flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#campaign .ribon {
    width: 515px;
    height: 56px;
    margin: -66px auto 20px;
    background: url(/pc/img/common/ashirai_ribon.png) no-repeat center;
    background-size: contain;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
#campaign .p-btn a {
    width: 400px;
    margin: 0 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    -webkit-box-shadow: 4px 4px 0 #b43331;
    box-shadow: 4px 4px 0 #b43331;
    position: relative;
}
#campaign .p-btn a::after {
    content: "▶▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    height: fit-content;
}
#campaign .price-wrap .come{
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
#campaign .price {
    display: flex;
    align-items: center;
    justify-content: center;
}
#campaign .price .icon {
    background: #ffd307;
    width: 80px;
    height: 80px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    margin-right: 8px;
    font-weight: bold;
    text-align: center;
}
#campaign .price p b {
	color: var(--yellow);
    margin-right: 5px;
    font-size: 73px;
    font-weight: 900;
}
#campaign .price p {
	font-size: 32px;
    letter-spacing: -.08em;
    font-weight: bold;
}
#campaign .price p .big{
	font-size: 44px;
    margin-left: 7px;
}
#campaign .price-wrap .coupon{
	font-size: 22px;
	font-weight: bold;
}
#campaign .price-wrap .coupon b{
	font-weight: 900;
	color: var(--pink);
	font-size: 25px;
}
#campaign .price-wrap .coupon .min{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
/*------------------------
Chat WiFiの特徴
------------------------*/
#plan{
	background: url(/pc/img/common/bg-blue.jpg) no-repeat center top;
    background-size: cover;
}
#plan h2{
	color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}
#plan .comment{
	margin-bottom: 50px;
    font-size: 18px;
    text-align: center;
}
#plan h2 span{
	font-size: 45px;
}
#plan .pc-flex{
	display: flex;
    justify-content: space-between;
	margin-bottom: 50px;
}
#plan .box a{
	width: 480px;
	border: 10px solid var(--blue);
	border-radius: 5px;
	transition: 0.3s;
}
#plan .box.sim a{
	border: 10px solid var(--b-blue);
}
#plan .box .title{
	font-size: 30px;
    font-weight: 900;
    color: #fff;
    background: var(--blue);
    text-align: center;
    padding: 20px 30px 30px 70px;
    position: relative;
    line-height: 1;
}
#plan .box.sim .title{
	background: var(--b-blue);
}
#plan .box.router .title::before{
	content: "";
    width: 150px;
    height: 150px;
    background: url(/pc/img/index/icon_router.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: -40px;
}
#plan .box.sim .title::before{
	content: "";
    width: 150px;
    height: 150px;
    background: url(/pc/img/index/icon_sim.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: -40px;
}

#plan .box .text-wrap{
	background: #fff;
    padding: 30px 0 20px;
}
#plan .box .text-wrap .text{
	font-size: 28px;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
}
#plan .box .price {
    display: flex;
    align-items: center;
    justify-content: center;
}
#plan .box .price .icon {
    background: var(--yellow);
    width: 70px;
    height: 70px;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-right: 8px;
    font-weight: bold;
    text-align: center;
}
#plan .box .price p b {
	color: var(--yellow);
    margin-right: 5px;
    font-size: 65px;
    font-weight: 900;
}
#plan .box .price p {
	font-size: 26px;
    letter-spacing: -.08em;
    font-weight: bold;
}
#plan .box .link{
	background: var(--blue);
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    padding: 20px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#plan .box.sim .link{
	background: var(--b-blue);
}

#plan .p-btn{
	position: relative;
}
#plan .p-btn::after{
	content: "";
    background: url(/pc/img/index/icon_24th.png) no-repeat;
    background-size: contain;
    width: 144px;
    height: 144px;
    position: absolute;
    right: 60px;
    bottom: -20px;
}
#plan .p-btn a {
    width: 560px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    padding: 30px 25px;
    -webkit-box-shadow: 4px 4px 0 #b43331;
    box-shadow: 4px 4px 0 #b43331;
    position: relative;
    display: block;
}
#plan .p-btn a::after {
    content: "▶▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    height: fit-content;
}

#data-image h2{
	position: relative;
}
#data-image h2::after {
	content: "";
    background: url(/pc/img/common/ashirai_yellow.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -19px;
    right: 180px;
}


/*------------------------
Chat WiFiの取扱端末
------------------------*/
#device{
	background: url(/pc/img/common/bg_yellow.jpg) center top;
}
#device h2{
	color: #fff;
	font-size: 50px;
	margin-bottom: 30px;
	position: relative;
}
#device h2::after {
	content: "";
    background: url(/pc/img/common/ashirai_yellow.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -13px;
    left: 204px;
    transform: rotate(-95deg);
}

#device h2 span{
	font-size: 45px;
}
#device .pc-flex{
	display: flex;
    justify-content: space-between;
	margin-bottom: 50px;
}
#device .box {
    background: #fff;
    padding: 30px 20px 20px;
    width: 485px;
}
#device .box .flex-box {
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#device .box .text {
    flex: 1;
}
#device .box .image {
	width: 90px;
    margin-right: 50px;
    margin-left: 40px;
}
#device .box.ma .image {
    width: 160px;
    margin-right: 20px;
}
#device .box h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;

}
#device .box ul li {
    font-size: 18px;
    margin-bottom: 5px;
	font-weight: bold;
	display: flex;
}

#device .box .b-btn a {
	display: block;
    width: 65%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 15px;
    background: var(--blue);
    margin: 0 auto;
    border-radius: 5px;
    line-height: 1.2;
    position: relative;
    color: #fff;
	-webkit-box-shadow: 4px 4px 0 var(--b-blue);
    box-shadow: 4px 4px 0 var(--b-blue);
}
#device .box .b-btn a::after {
    content: "▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    height: fit-content;
}

#device .p-btn a {
    width: 560px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    padding: 30px 25px;
    -webkit-box-shadow: 4px 4px 0 #b43331;
    box-shadow: 4px 4px 0 #b43331;
    position: relative;
    display: block;
}
#device .p-btn a::after {
    content: "▶▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    height: fit-content;
}


/*------------------------
Chat WiFiのオプション
------------------------*/
#option{
	background: url(/pc/img/common/bg_check.jpg) center top;
}
#option .inner{
	width: 800px;
}
#option h2{
	color: #fff;
	font-size: 50px;
	margin-bottom: 40px;
	position: relative;
}
#option h2::after {
	content: "";
    background: url(/pc/img/common/ashirai_yellow.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -19px;
    right: 90px;
}
#option h2 span{
	font-size: 45px;
}

#option .pc-flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#option .block{
	padding: 30px;
	background: #fff;
	border-radius: 5px;
}
#option .block h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#option .block.security1 h3::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/pc/img/common/icon_support1.png) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 8px;
}
#option .block .text{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
#option .block .price-wrap{
	display: flex;
	justify-content: space-around;
}
#option .block .price-wrap .box{
	background: #f4fbff;
    padding: 10px;
    width: 320px;
    text-align: center;
}
#option .block .price-wrap p{
	font-size: 22px;
	font-weight: bold;
}
#option .block .price-wrap  p span {
    font-size: 42px;
    font-weight: 900;
}


/*各ブロック*/
#option .block.security1{
	margin-bottom: 20px;
	position: relative;
}
#option .block.security1::after {
	content: "";
    background: url(/pc/img/common/illust_cat_flag.png) no-repeat;
    background-size: contain;
    width: 222px;
    height: 190px;
    position: absolute;
    right: -148px;
    bottom: 0;
}
#option .block.security2, #option .block.security3 {
    width: 390px;
}
#option .block.security2 h3, #option .block.security3 h3{
    font-size: 24px;
}
#option .block.security2 h3::before {
    content: "";
    width: 30px;
    height: 40px;
    background: url(/pc/img/common/icon_support2.png) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 8px;
}
#option .block.security3 h3::before {
    content: "";
    width: 44px;
    height: 35px;
    background: url(/pc/img/common/icon_support3.png) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 8px;
}

#option .p-btn a {
    width: 560px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    padding: 30px 25px;
    -webkit-box-shadow: 4px 4px 0 #b43331;
    box-shadow: 4px 4px 0 #b43331;
    position: relative;
    display: block;
}
#option .p-btn a::after {
    content: "▶▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    height: fit-content;
}


/*------------------------
Chat WiFiご利⽤の流れ
------------------------*/
#flow{
	background: url(/pc/img/common/bg-blue.jpg) no-repeat center top;
}
#flow h2{
	color: #fff;
    font-size: 50px;
    margin-bottom: 40px;
    position: relative;
}
#flow h2::after {
	content: "";
    background: url(/pc/img/common/ashirai_yellow.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -13px;
    left: 182px;
    transform: rotate(-95deg);
}

#flow h2 span{
	font-size: 45px;
}
#flow .flow-wrap ul{
	display: flex;
	justify-content: space-between;
}
#flow .flow-wrap li{
	width: 330px;
}
#flow .flow-wrap li .step{
	font-size: 28px;
    font-weight: 900;
    color: #6aaeff;
    margin-bottom: -11px;
}
#flow .flow-wrap li:nth-child(2) .step{
	color: #5499ec;
}
#flow .flow-wrap li:nth-child(3) .step{
	color: #3c82d7;
}
#flow .flow-wrap li .step span{
	font-size: 38px;
}
#flow .flow-wrap li .title{
	background: url(/pc/img/index/arrow_flow1.png) no-repeat center top;
    background-size: 330px;
    height: 80px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#flow .flow-wrap li:nth-child(2) .title{
	background: url(/pc/img/index/arrow_flow2.png) no-repeat center top;
    background-size: 330px;
}
#flow .flow-wrap li:nth-child(3) .title{
	background: url(/pc/img/index/arrow_flow3.png) no-repeat center top;
    background-size: 330px;
	position: relative;
}
#flow .flow-wrap li:nth-child(3) .title::after{
	content: "";
    background: url(/pc/img/index/flow_cat.png) no-repeat;
    background-size: contain;
    width: 250px;
    height: 153px;
    position: absolute;
    top: -152px;
    right: -70px;
}
#flow .flow-wrap li .box{
	padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15px;
    min-height: 285px;
}
#flow .flow-wrap li .box p{
	font-size: 16px;
	text-align: justify;
	margin-bottom: 10px;
}
#flow .flow-wrap li .box .image img{
	border-radius: 5px;
}


/*------------------------
Chat WiFiのオプション
------------------------*/
#faq{
	background: url(/pc/img/common/bg_check.jpg) center top;
}
#faq .inner{
	width: 800px;
}
#faq h2{
	color: #fff;
	font-size: 40px;
	margin-bottom: 30px;
	position: relative;
}
#faq h2::after {
	content: "";
    background: url(/pc/img/common/ashirai_yellow.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -19px;
    right: 208px;
}
#faq .qa_list .qa_box {
    margin-bottom: 10px;
    text-align: justify;
}
#faq .qa_list .qa_box .q_box.flex-box {
	position: relative;
    align-items: center;
    padding: 1px;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
}
#faq .qa_list .qa_box .q_box.on{
    border-radius: 5px 5px 0 0;
}
#faq .qa_list .qa_box .q_box::before,#faq .qa_list .qa_box .q_box::after {
	content: '';
    position: absolute;
    top: 48%;
    right: 20px;
    width: 20px;
    height: 3px;
    background: #48443b;
    transform: translateY(-50%);
}
#faq .qa_list .qa_box span {
	font-size: 34px;
    font-weight: 900;
    color: var(--pink);
    padding: 0 20px;
    min-width: 70px;
    text-align: center;
}
#faq .qa_list .qa_box .q_box p {
	padding: 13px;
    font-size: 20px;
    font-weight: bold;
}

#faq .qa_list .qa_box .q_box.on::after{
	transition: transform .2s linear 0s;
}

#faq .qa_list .qa_box .q_box::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .2s linear 0s;
}

#faq .qa_list .qa_box .q_box.on::after {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-50%) rotate(0deg);
    animation-name: fade-in;
    animation-duration: .2s;
}
#faq .qa_list .qa_box .a_box {
	background: #fffdee;
	display: none;
	border-radius: 0 0 5px 5px;
}
#faq .flex-box {
    display: flex;
}
#faq .qa_list .qa_box .a_box p {
	padding: 20px 60px 20px 15px;
    font-size: 16px;
}
/*------------------------
ボタン
------------------------*/
.ct-btn{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.ct-btn .p-btn {
    position: relative;
}
.ct-btn .p-btn::after {
    content: "";
    background: url(/pc/img/index/icon_24th.png) no-repeat;
    background-size: contain;
    width: 144px;
    height: 144px;
    position: absolute;
    right: 60px;
    bottom: -20px;
}
.ct-btn .p-btn a {
    width: 560px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    padding: 30px 25px;
    -webkit-box-shadow: 4px 4px 0 #b43331;
    box-shadow: 4px 4px 0 #b43331;
    position: relative;
    display: block;
}
.ct-btn .p-btn a::after {
    content: "▶▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    height: fit-content;
}


/*------------------------
新着情報
------------------------*/
#news{
	background: url(/pc/img/common/bg_yellow.jpg) center top;
}
#news h2{
	color: #fff;
    font-size: 40px;
    position: relative;
}
#news h2::after {
	content: "";
    background: url(/pc/img/common/ashirai_yellow.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -25px;
    left: -44px;
    transform: rotate(-95deg);
}
#news .inner{
	display: flex;
	justify-content: space-between;
}
#news ul{
	max-height: 475px;
    width: 730px;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 15px 30px 20px;
}
#news ul li{
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 2px solid var(--blue);
}
#news ul li .flex-box{
	display: flex;
    margin-bottom: 6px;
}
#news ul li .date{
	font-size: 18px;
	font-weight: 900;
	margin-right: 20px;
}
#news ul li .icon{
	background: var(--blue);
    color: #fff;
    padding: 3px 5px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}
#news ul li p{
	font-size: 15px;
	text-align: justify;
}
