@charset "utf-8";
section.contents-wrap .inner{
	padding:25px 15px 40px;
}
section.contents-wrap h2 {
    text-align: center;
    font-weight: 900;
    font-size: 2.3rem;
}
/*気軽に使えるモバイルWiFi--------------------------------*/
#main{
	background: url(/sp/img/common/bg-top.jpg) no-repeat top center;
	background-size: cover;
}
#main .inner{
	padding: 20px 15px 10px;
}
#main .text{
	flex: 1;
	text-align: center;
}
#main .text p{
	font-weight: 900;
}
#main .check-wrap{
	display: flex;
    margin-bottom: 12px;
    justify-content: center;
}
#main .check-wrap p{
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 15px;
}
#main .check-wrap p::before{
	content: "";
	width: 15px;
	height: 15px;
	background: url(/pc/img/common/icon_check) no-repeat center;
	display: block;
	background-size: contain;
	margin-right: 5px;
}
#main .b-blue{
	font-size: 2rem;
	line-height: 1;
}
#main .title{
	font-size: 3.4rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
}
#main .circle{
	background-color: var(--yellow);
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
#main .fee{
	width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
}
#main .fee img{
	object-fit: contain;
	font-family: "object-fit: contain;";
}
#main .career{
	font-size: 1.4rem;
	margin-bottom: 15px;
	line-height: 1;
}
#main .apply{
	margin-bottom: 20px;
}
#main .apply a{
	width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px;
	-webkit-box-shadow: 4px 4px 0 #b43331;
	box-shadow: 4px 4px 0 #b43331;
	position: relative;
	text-align: center;
}
#main .apply a::after {
    content: "▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto 0;
    height: fit-content;
}
#main .apply a span{
	display: none;
}
#main .text p.attention{
	font-size: 1.1rem;
    font-weight: bold;
    text-align: justify;
}
#main .main-picture{
	width: 50%;
    margin: 10px auto;
}
#main .main-picture img{
	object-fit: contain;
	font-family: "object-fit: contain;";
}

/*バナー--------------------------------*/
#banner .inner{
	padding: 20px 15px 30px;
}
#banner .inner .block{
	height: 100px;
    background: #252525;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    position: relative;
    z-index: -1;
    font-size: 1.4rem;
}
#banner .inner .ribon{
	width: 90%;
    height: 45px;
    margin: 0 auto;
    background: url(/pc/img/common/ashirai_ribon.png) no-repeat center;
    background-size: contain;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/*３つのブロック*/
#problem .worries{
	display: flex;
    flex-wrap: wrap;
}
#problem .worries-point{
	background: #fff;
    width: 100%;
    padding: 15px 15px 15px;
    margin-bottom: 35px;
}

/*悩みタイトル*/
#problem .worries-point .title{
	text-align: center;
    margin-top: -34px;
}
#problem .worries-point .worries-title{
	background-color: var(--blue);
    color: #fff;
    width: 40%;
    height: 33px;
    font-size: 1.5rem;
    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: 2.3rem;
}
#problem .worries-point .detail{
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
}
#problem .worries .image{
	width: 85px;
    display: block;
}
#problem .worries-point .detail p{
	font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: -.08em;
    text-align: center;
}
@media screen and (max-width: 374px) {
	#problem .worries-point .detail p{
		font-size: 1.4rem;
	}
}
#problem .solution{
	background-color: #fff;
    text-align: center;
    margin: 0 auto;
    border: var(--blue) solid 6px;
    border-radius: 5px;
    padding: 15px;
    position: relative;
}
#problem .solution::before{
	content: "";
    width: 100px;
    height: 82px;
    background: url(/pc/img/common/illust_cat_gray.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: -35px;
}
#problem .solution .blue{
	font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.6;
}
#problem .solution p{
	font-size: 1.8rem;
    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;
    font-size: 1.5rem;
}
#problem .solution p .border{
	background-image: linear-gradient(rgba(0,0,0,0) 85%, var(--yellow) 60%);
    font-size: 2.6rem;
}

#problem .solution .b-blue{
	font-size: 2.6rem;
    font-weight: 900;
    line-height: 1;
}
@media screen and (max-width: 374px) {
	#problem .solution p .border{
		font-size: 2rem;
	}
	#problem .solution .b-blue{
		font-size: 2rem;
	}
}
/*------------------------
Chat WiFiの特徴
------------------------*/
#feature{
	background: url(/pc/img/common/bg_check.jpg) center top;
	margin: 0 auto;
}
#feature h2{
	color: #fff;
    margin-bottom: 40px;
}
#feature h2 span{
	font-size: 45px;
}
#feature .four-points{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#feature .block .icon{
    margin: 0 auto;
    height: 50px;
    width: 50px;
    margin-top: -40px;
    margin-bottom: 10px;
}
#feature .block{
	background-color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 15px 25px;
    margin-bottom: 30px;
}
#feature .point {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
#feature .point .image{
	height: 60px;
    width: 110px;
}
#feature .point .tit{
    margin-bottom: 8px;
}
#feature .point .image img{
	object-fit: contain;
	font-family: "object-fit: contain;";
}
#feature .sub-title-1{
	background: linear-gradient(transparent 60%, var(--yellow));
    font-size: 20px;
    font-size: 1.5rem;
    font-weight: bold;
}
#feature .sub-title-2{
	background: linear-gradient(transparent 60%, var(--yellow));
    font-size: 1.5rem;
    font-weight: bold;
}
#feature .text{
	font-size: 1.6rem;
    font-weight: 900;
}
#feature .big-text{
	font-size: 2rem;
    color: var(--b-blue);
    font-weight: 900;
    letter-spacing: -.06em;
}
#feature .big-text.wf-r{
    font-size: 3rem;
}
#feature .mini-text{
	font-size: 14px;
	font-weight: bold;
}


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

#lowprice,#good-value{
	background: #fff;
}
#good-value{
    margin-bottom: 30px;
}
#lowprice{
	margin-bottom: 30px;
}
#lowprice .inner,#good-value .inner{
	padding: 20px 15px 25px;
}
#lowprice h2,#good-value h2{
	font-size: 2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
#lowprice h2::before{
	content: "";
    background: url(/pc/img/index/ashirai_point.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 30px;
    position: absolute;
    top: -13px;
    left: 0%;
}
#lowprice h2 .b-blue,#good-value h2 .b-blue{
	font-size: 2.5rem;
}
#lowprice h2 .yellow,#good-value h2 .yellow{
	font-size: 2.3rem;
}

/*3つの比較*/
#lowprice .box-wrap ul{
	
}
#lowprice .box-wrap ul li{
	border-radius: 5px;
    display: flex;
    align-items: center;
    min-height: 70px;
    margin-bottom: 15px;
}
#lowprice .box-wrap ul li .title{
	background: #bcdaff;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    padding: 15px;
    border-radius: 5px 0px 0 5px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
}
#lowprice .box-wrap ul li .price{
	padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lowprice .box-wrap ul li .price .icon{
	background: #787878;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 1.1rem;
    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: 1.6rem;
    letter-spacing: -.08em;
}
#lowprice .box-wrap ul li .price p b{
	font-size: 3.2rem;
    font-weight: 900;
}
/*ChatWifi部分*/
#lowprice .box-wrap ul li.chat{
	border: var(--b-blue) 6px solid;
    margin: 0 -10px;
}
#lowprice .box-wrap ul li.chat .title{
	background: var(--b-blue);
    color: #fff;
    border-radius: unset;
    line-height: 1.4;
    font-size: 1.6rem;
    padding: 10px 5px;
    flex-direction: column;
    width: 32%;
}
#lowprice .box-wrap ul li.chat .title span{
	font-size: 1.1rem;
    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;
}

@media screen and (max-width: 374px) {
	#lowprice h2 .yellow, #good-value h2 .yellow{
		font-size: 2rem;
	}
	#lowprice h2 .b-blue, #good-value h2 .b-blue{
		font-size: 2rem;
	}
	#lowprice .box-wrap ul li .price p b{
		font-size: 2.8rem;
		font-weight: 900;
	}
	#lowprice .box-wrap ul li .price p{
		font-size: 1.3rem;
	}
    #lowprice .box-wrap ul li .title{
        width: 26%;
    }
}

/*------------------------
1年契約でもこんなにお得
------------------------*/

#good-value .box-wrap .text-wrap li{
	font-weight: 900;
    font-size: 1.4rem;
    text-align: right
}
#good-value .box-wrap .text-wrap .list2{
	margin-top: 15px;
}
#good-value .box-wrap .text-wrap .list2 span{
	font-size: 1.3rem;
	display: block;
}
#good-value .box-wrap .text-wrap .list3{
	margin-top: 19px;
}
#good-value .box-wrap .text-wrap .list4{
	margin-top: 38px;
}


#good-value .box-wrap .price-wrap .flex-box{
	justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-bottom: 15px;
}
#good-value .box-wrap .price-wrap .box{
    border-radius: 5px;
    text-align: center;
    flex: 1;
    margin-left: 15px;
    list-style: none;
}
#good-value .box-wrap .price-wrap .flex-box::before{
	content: "";
    background: url(/pc/img/index/dod_line.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 140px;
    right: 0;
    z-index: 10;
}
#good-value .box-wrap .price-wrap .flex-box::after{
	content: "";
    background: url(/pc/img/index/dod_line.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: 83px;
}

#good-value .box-wrap .box .title{
	background: #bcdaff;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    padding: 15px;
    line-height: 1;
    border-radius: 5px 5px 0 0;
}

#good-value .box-wrap .box .box1{
	padding: 20px 15px 15px;
}
#good-value .box-wrap .box .box1 span{
	font-size: 1.6rem;
    font-weight: bold;
    display: block;
    line-height: 1;
}
#good-value .box-wrap .box .box2{
	padding: 10px 0;
	font-size: 24px;
	background: #e4f0ff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#good-value .box-wrap .box .box2 span{
	font-size: 1.6rem;
    font-weight: bold;
}
#good-value .box-wrap .box .box3{
	padding: 15px 0 15px;
}
#good-value .box-wrap .box .box3 span{
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
}
#good-value .box-wrap .box p{
	font-weight: bold;
}
#good-value .box-wrap .box p b{
	font-weight: 900;
    font-size: 3.2rem;
    letter-spacing: -.08rem;
    line-height: 1.2;
}

/*ChatWifi部分*/
#good-value .box-wrap .box.chat{
	border: var(--b-blue) 8px solid;
	position: relative;
}

#good-value .box-wrap .box.chat .title{
    background: var(--b-blue);
    color: #fff;
    border-radius: unset;
    line-height: 1.4;
    font-size: 2.4rem;
    padding: 10px 0 15px;
}
#good-value .box-wrap .box.chat .box1{
    padding: 15px 0 20px;
}
#good-value .box-wrap .box.chat .box1 p{
	font-size: 2rem;
    font-weight: 900;
}
#good-value .box-wrap .box.chat .box1 p b{
	color: var(--yellow);
    font-size: 3.2rem;
    margin-right: 5px;
}
#good-value .box-wrap .box.chat .box3{
    padding: 13px 0 8px;
}

.price-wrapper .point-box{
	background: #fff;
    padding: 10px;
    border: 6px solid var(--blue);
    border-radius: 5px;
    position: relative;
}
.price-wrapper .point-box::after{
	content: "";
    width: 95px;
    height: 66px;
    background: url(/pc/img/common/illust_cat_point.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -15px;
}
.price-wrapper .point-box ul{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.price-wrapper .point-box ul li{
    font-size: 2rem;
    color: #fff;
    background: var(--pink);
    font-weight: 900;
    padding: 7px 15px;
    text-align: center;
    margin: 5px;
    line-height: 1;
    border-radius: 5px;
}
.price-wrapper .point-box p{
    font-size: 2.2rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: .08em;
    line-height: 1;
    padding-right: 30px;
}
.price-wrapper .point-box p span{
    font-size: 3rem;
}

/*------------------------
キャンペーン実施中
------------------------*/
#campaign{
	background: url(/pc/img/common/bg_check.jpg) center top;
    padding: 46px 0 40px;
}
#campaign .inner{
	padding: 15px;
    background: #fff;
    border-radius: 5px;
    margin: 0 15px;
}

#campaign .ribon {
    width: 90%;
    height: 45px;
    margin: -40px auto 10px;
    background: url(/pc/img/common/ashirai_ribon.png) no-repeat center;
    background-size: contain;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
#campaign .p-btn a {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px;
    -webkit-box-shadow: 4px 4px 0 #b43331;
    box-shadow: 4px 4px 0 #b43331;
    position: relative;
    text-align: center;
}
#campaign .p-btn a::after {
    content: "▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    height: fit-content;
}
#campaign .price-wrap{
    margin-bottom: 10px;
}
#campaign .price-wrap .come{
	font-size: 1.8rem;
    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: 60px;
    height: 60px;
    font-size: 1.3rem;
    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: 5rem;
    font-weight: 900;
}
#campaign .price p {
    font-size: 1.8rem;
    letter-spacing: -.08em;
    font-weight: bold;
}
#campaign .price p .big{
    font-size: 3rem;
    margin-left: 7px;
}
#campaign .price-wrap .coupon{
    font-size: 4vw;
    font-weight: 900;
}
#campaign .price-wrap .coupon b{
    font-size: 4vw;
    font-weight: 900;
    color: var(--pink);
}
#campaign .price-wrap .coupon .min{
    display: block;
    font-size: 3.47vw;
    font-weight: normal;
}
@media screen and (max-width: 374px) {
    #campaign .price p .big{
        font-size: 2.2rem;
    }
}

/*------------------------
Chat WiFiの特徴
------------------------*/
#plan{
	background: url(/pc/img/common/bg-blue.jpg) no-repeat center top;
    background-size: cover;
}
#plan h2{
    color: #fff;
    margin-bottom: 15px;
}
#plan .comment{
    margin-bottom: 40px;
    font-size: 1.4rem;
    text-align: justify;
}
#plan h2 span{
    font-size: 2rem;
}
#plan .box{
    margin-bottom: 30px;
}
#plan .box a{
    width: 100%;
    border: 5px solid var(--blue);
    border-radius: 5px;
}
#plan .box.sim a{
	border: 10px solid var(--b-blue);
}
#plan .box .title{
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    background: var(--blue);
    text-align: center;
    padding: 13px 0 15px;
    position: relative;
    line-height: 1;
}
#plan .box.sim .title{
	background: var(--b-blue);
}
#plan .box.router .title::before{
    content: "";
    width: 90px;
    height: 90px;
    background: url(/pc/img/index/icon_router.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -10px;
    top: -25px;
}
#plan .box.sim .title::before{
    content: "";
    width: 90px;
    height: 90px;
    background: url(/pc/img/index/icon_sim.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -18px;
    top: -26px;
}

#plan .box .text-wrap{
    background: #fff;
    padding: 20px 15px 15px;
}
#plan .box .text-wrap .text{
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
}
#plan .box .price {
    display: flex;
    align-items: center;
    justify-content: center;
}
#plan .box .price .icon {
    background: var(--yellow);
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
    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: 4rem;
    font-weight: 900;
}
#plan .box .price p {
	font-size: 1.8rem;
    letter-spacing: -.08em;
    font-weight: bold;
}
#plan .box .link{
	background: var(--blue);
    font-size: 1.6rem;
    color: #fff;
    font-weight: 900;
    padding: 15px 15px 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: 70px;
    height: 70px;
    position: absolute;
    left: -15px;
    bottom: -10px;
}
#plan .p-btn a {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px;
    -webkit-box-shadow: 4px 4px 0 #b43331;
    box-shadow: 4px 4px 0 #b43331;
    position: relative;
    text-align: center;
}
#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;
}
@media screen and (max-width: 374px) {
    #plan .box .title{
        padding: 13px 0 15px 15px;
    }
}

/*------------------------
Chat WiFiの取扱端末
------------------------*/
#device{
	background: url(/pc/img/common/bg_yellow.jpg) center top;
}
#device h2{
	color: #fff;
    margin-bottom: 30px;
    position: relative;
}

#device h2 span{
    font-size: 2rem;
}

#device .box {
    background: #fff;
    padding: 20px 15px 15px;
    margin-bottom: 15px;
}
#device .box.ma{
    margin-bottom: 30px;
}
#device .box .flex-box {
	display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
#device .box .text {
    flex: 1;
}
#device .box .image {
    width: 20%;
    margin-right: 30px;
    margin-left: 20px;
}
#device .box.ma .image {
    width: 30%;
    margin-right: 20px;
}
#device .box h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;

}
#device .box ul li {
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
}
#device .box ul li span{
    font-size: 1.4rem;
}
#device .box .b-btn a {
	display: block;
    width: 90%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px;
    background: var(--blue);
    margin: 0 auto;
    border-radius: 5px;
    line-height: 1;
    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: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px;
    -webkit-box-shadow: 4px 4px 0 #b43331;
    box-shadow: 4px 4px 0 #b43331;
    position: relative;
    text-align: center;
}
#device .p-btn a::after {
    content: "▶▶";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    height: fit-content;
}
@media screen and (max-width: 374px) {
    #device .box .image{
        width: 24%;
    }
}

/*------------------------
Chat WiFiのオプション
------------------------*/
#option{
	background: url(/pc/img/common/bg_check.jpg) center top;
}

#option h2{
	color: #fff;
    margin-bottom: 20px;
    position: relative;
}
#option h2 span{
	font-size: 2rem;
}

#option .block{
	padding: 20px 15px 15px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}
#option .block h3 {
    font-size: 2rem;
    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: 35px;
    height: 32px;
    background: url(/pc/img/common/icon_support1.png) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 8px;
}
#option .block .text{
    text-align: justify;
    font-size: 1.4rem;
    margin-bottom: 15px;
}
#option .block .price-wrap{
    text-align: center;
}
#option .block .price-wrap .box{
    background: #f4fbff;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
#option .block .price-wrap p{
    font-size: 1.6rem;
    font-weight: bold;
}
#option .block .price-wrap  p span {
    font-size: 2.4rem;
    font-weight: 900;
}


/*各ブロック*/
#option .block.security1{
    position: relative;
}
#option .block.security1::after {
	content: "";
    background: url(/pc/img/common/illust_cat_flag.png) no-repeat;
    background-size: contain;
    width: 100px;
    height: 90px;
    position: absolute;
    right: -15px;
    bottom: 0;
}

#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{
    margin-bottom: 20px;
}
#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 .block.security2 .text,#option .block.security3 .text{
    margin-bottom: 0;
}
#option .p-btn a {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px;
    -webkit-box-shadow: 4px 4px 0 #b43331;
    box-shadow: 4px 4px 0 #b43331;
    position: relative;
    text-align: center;
}
#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;
    margin-bottom: 0px;
    position: relative;
}
#flow h2 span{
	font-size: 45px;
}

#flow .flow-wrap li .step{
	font-size: 2rem;
    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 left top;
    background-size: contain;
    height: 53px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: -24px;
    padding: 0 15px;
    position: relative;
}
#flow .flow-wrap li:nth-child(2) .title{
	background: url(/pc/img/index/arrow_flow2.png) no-repeat left top;
    background-size: contain;
}
#flow .flow-wrap li:nth-child(3) .title{
	background: url(/pc/img/index/arrow_flow3.png) no-repeat left top;
    background-size: contain;
	position: relative;
}
#flow .flow-wrap li .box{
    padding: 35px 15px 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#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 h2{
	color: #fff;
	margin-bottom: 20px;
	position: relative;
}

#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: 10px;
    width: 15px;
    height: 2px;
    background: #48443b;
    transform: translateY(-50%);
}
#faq .qa_list .qa_box span {
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--pink);
    padding: 0px 10px 3px;
    text-align: center;
}
#faq .qa_list .qa_box .q_box p {
    padding: 10px 30px 10px 10px;
    font-size: 1.4rem;
    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: 10px 30px 10px 10px;
    font-size: 1.4rem;
}
/*------------------------
ボタン
------------------------*/
.ct-btn{
    padding: 30px 15px;
}
.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: 70px;
    height: 70px;
    position: absolute;
    left: -15px;
    bottom: -10px;
}
.ct-btn .p-btn a {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px;
    -webkit-box-shadow: 4px 4px 0 #b43331;
    box-shadow: 4px 4px 0 #b43331;
    position: relative;
    text-align: center;
}
.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;
    position: relative;
    margin-bottom: 20px;
}

#news ul{
	max-height: 510px;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px 15px;
}
#news ul li{
	padding: 10px 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: 1.5rem;
    font-weight: 900;
    margin-right: 15px;
}
#news ul li .icon{
    background: var(--blue);
    color: #fff;
    padding: 3px 7px;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 5px;
}
#news ul li p{
	font-size: 1.3rem;
    text-align: justify;
}

