@charset "utf-8";

/*ｳｨﾝﾄﾞｳ幅0〜750pxに適用するCSS*/
@media screen and (max-width: 750px) {}

/*サービス案内-*/
.InBox1{
	width: 1000px;
	margin: 25px auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.B1Text1 br{
	display: none;
}
.B1Text2{}
/*スマホ用サービス案内-*/
@media screen and (max-width: 750px) {
	.InBox1{
		width: 100%;
		margin: 25px auto;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	.B1Text1 br{
		display: block;
	}
	.B1Text2{}
}

/*ひかりパック*/
.InBox5{
	width: 100%;
	background: #b0c4de;
	padding: 30px 0 5px;
	
}
.B5img{
	width: 700px;
	margin: 0 auto;
}
.B5img img{
	width: 100%;
}
@media screen and (max-width: 750px) {
.B5img{
	width: 80%;
	margin: 5px auto;
}
}

/*コース一覧-*/
.InBox2{
	width: 100%;
	height: 550px;
	background: #b0c4de;
	padding: 20px 0;
}
.B2Box1{
	width: 900px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.B2Box2{
	width: 570px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.B2C1{
	width: 560px;
	height: 132px;
	margin: 5px;
	position: relative;
	font-weight: bold;
}
.C1-1-1{
	widows: 100%;
	height: 25px;
	text-align: center;
	background: #dc143c;
	line-height: 30px;
	color: #fff;
}
.C1-1-2{
	widows: 100%;
	height: 25px;
	text-align: center;
	background: #148bdb;
	line-height: 30px;
	color: #fff;
}
.C1-1-3{
	widows: 100%;
	height: 25px;
	text-align: center;
	background: #2a990e;
	line-height: 30px;
	color: #fff;
}
.C1-1-4{
	widows: 100%;
	height: 25px;
	text-align: center;
	background: #db5014;
	line-height: 30px;
	color: #fff;
}
.C1-2{
	font-size: 36px;
	width: 300px;
	text-align: center;
	margin: 5px 0 0;
}
.Ct1{font-size: 25px;}
.C1-3{
	font-size: 15px;
	width: 320px;
	text-align: center;
	margin: -5px 0 0;
}
.Ct2{font-size: 30px;}
.Ct3{font-size: 10px;}
.C1-4{
	position: absolute;
	top: 50px;
	right: 13px;
	font-size: 25px;
}
.Ct4{font-size: 40px;}
.C1-5{
	position: absolute;
	top: 55px;
	right: 10px;
	font-size: 10px;
}
.C1-6-1{
	widows: 100%;
	height: 5px;
	background: #dc143c;
}
.C1-6-2{
	widows: 100%;
	height: 5px;
	background: #148bdb;
}
.C1-6-3{
	widows: 100%;
	height: 5px;
	background: #2a990e;
}
.C1-6-4{
	widows: 100%;
	height: 5px;
	background: #db5014;
}
.C1-7{
	position: absolute;
	top: 98px;
	right: 13px;
	font-size: 15px;
}
.Ct5{font-size: 22px;}

.B2Box4{
	width: 300px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-weight: bold;
}
.B2Box4 a{text-decoration: none;}
.B2B4t{
	width: 280px;
	height: 30px;
	margin: 10px 10px 0;
	color: #28332e;
	font-size: 20px;
	line-height: 40px;
}
.B2B4b1{/*加入の流れ*/
	width: 270px;
	height: 125px;
	background: #2c79de;
	margin: 5px 10px;
	border-radius: 20px;
	border: #fff 5px solid;
	color: #fff;
}
.B4b1t1{
	font-size: 22px;
	margin: 5px 0 0;
}
.B4b1t2{
	font-size: 35px;
	margin: -8px 0 0;
}
.B4b1t3{line-height: 18px;}

.B2B4b2{/*高速通信パック*/
	width: 270px;
	height: 125px;
	background: #de382c;
	margin: 5px 10px;
	border-radius: 20px;
	border: #fff 5px solid;
	color: #fff;
}
.B4b2t1{
	font-size: 30px;
	margin: 15px 0 0;
}
.B4b2t2{
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0 0;
}

.B2B4b3{/*らくらくWi-Fi*/
	width: 270px;
	height: 125px;
	background: #1f9964;
	margin: 5px 10px;
	border-radius: 20px;
	border: #fff 5px solid;
	color: #fff;
}
.B4b3t1{
	font-size: 30px;
	line-height: 35px;
	margin: 12px 0 0;
}
/*スマホ用コース一覧*/
@media screen and (max-width: 750px) {
	/*コース一覧-*/
	.InBox2{
		width: 100%;
		height: 1370px;
	}
	.B2Box1{
		width: 90%;
	}
	.B2Box2{
		width: 100%;
		position: static;
		height: 825px;
		padding: 2px 0 0;
	}
	.B2C1{
		width: 97%;
		height: 200px;
	}
	.C1-1-1{
		line-height: 28px;
	}
	.C1-1-2{
		line-height: 28px;
	}
	.C1-1-3{
		line-height: 28px;
	}
	.C1-1-4{
		line-height: 28px;
	}
	.C1-2{
		font-size: 33px;
		width: 100%;
	}
	.Ct1{font-size: 25px;}
	.C1-3{
		font-size: 15px;
		width: 100%;
		margin: -5px 0 0;
	}
	.Ct2{font-size: 30px;}
	.Ct3{font-size: 10px;}
	.C1-4{
		position: static;
		font-size: 22px;
		margin: -5px 0 0 25%;
		text-align: center;
		width: 180px;
		float: left;
	}
	.Ct4{font-size: 35px;}
	.C1-5{
		position: static;
		font-size: 10px;
		width: 30px;
		float: left;
		margin: 20px 0 0 0;
	}
	.C1-6-1{
		widows: 100%;
		height: 5px;
		background: #dc143c;
		margin: 73px 0 0 0;
	}
	.C1-6-2{
		widows: 100%;
		height: 5px;
		background: #148bdb;
		margin: 73px 0 0 0;
	}
	.C1-6-3{
		widows: 100%;
		height: 5px;
		background: #2a990e;
		margin: 73px 0 0 0;
	}
	.C1-6-4{
		widows: 100%;
		height: 5px;
		background: #db5014;
		margin: 73px 0 0 0;
	}
	.C1-7{
		position: static;
		font-size: 15px;
		margin: -5px 30% 0;
		text-align: center;
		width: 180px;
		float: left;
	}

	.B2Box4{
		width: 100%;
		height: 550px;
		position: static;
	}
	.B2B4t{
		margin: 10px auto 0;
	}
	.B2B4b1{/*加入の流れ*/
		margin: 5px auto;
	}
	.B2B4b2{/*高速通信パック*/
		margin: 5px auto;
	}
	.B2B4b3{/*らくらくWi-Fi*/
		margin: 5px auto;
	}
}

/*コース変更希望*/
.InBox3{
	width: 100%;
	height: 220px;
	background: #afeeee;
	margin: 10px 0 0;
}
.B3box{
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0;
	font-weight: bold;
	text-align: center;
}
.B3t1{
	font-size: 22px;
	padding: 5px 0 0;
	width: 470px;
	margin: 0 auto;
	border-top: double 8px #000;
	border-bottom: double 8px #000;
}
.B3t2{
	font-size: 22px;
	margin: 10px 0 0;
}
.B3t2 br{display: none;}
.B3t3{font-size: 17px;}
.B3t4{font-size: 25px;}
.B3t4 br{display: none;}
.B3t5{font-size: 40px;}
.B3t6{font-size: 15px;}
.B3t7{
	font-size: 18px;
	background: #0066cc;
	padding: 5px 0 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 2px 0 0;
}
.B3t7 br{display: none;}
.B3t8{font-size: 13px;}
/*スマホ用コース変更希望*/
@media screen and (max-width: 750px) {
	/*コース変更希望*/
	.InBox3{
		height: 230px;
	}
	.B3box{width: 95%;}
	.B3t1{
		font-size: 16px;
		padding: 2px 0 0;
		width: 90%;
		border-top: double 6px #000;
		border-bottom: double 6px #000;
	}
	.B3t2{
		font-size: 18px;
		margin: 10px 0 0;
		line-height: 20px;
	}
	.B3t2 br{display: block;}
	.B3t3{font-size: 16px;}
	.B3t4{font-size: 20px;
		line-height: 20px;
		margin: 15px 0 8px;}
	.B3t4 br{display: block;}
	.B3t5{font-size: 30px;}
	.B3t6{font-size: 15px;}
	.B3t7{
		font-size: 15px;
		line-height: 17px;
		padding: 5px 0 3px;
	}
	.B3t7 br{display: block;}
	.B3t8{font-size: 10px;}
}

/*サポート*/
.InBox4{
	width: 800px;
	margin: 20px auto;
}
.B4t1{
	font-size: 25px;
	font-weight: bold;
}
.B4t2{width: 100%;}
.B4t2 a{color: #000;}
.B4t3{
	font-size: 18px;
	margin: 10px auto 0;
}
.B4t4{
	font-size: 15px;
	width: 740px;
	margin: 0 0 0 20px;
}
.B4t5{font-size: 12px}

/*スマホ用サポート*/
@media screen and (max-width: 750px) {
	/*サポート*/
	.InBox4{
		width: 90%;
	}
	.B4t1{
		font-size: 15px;
	}
	.B4t2{width: 100%;}
	.B4t2 a{color: #000;}
	.B4t3{
		font-size: 12px;
		margin: 7px auto 0;
	}
	.B4t4{
		font-size: 11px;
		width: 100%;
		margin: 0 auto 0;
	}
	.B4t5{font-size: 10px}
}
/**/
.InBox5{}

/*お問い合わせ*/
.CONbox{
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin: 20px 0 30px;
	background: #b0c4de;
	padding: 10px 0;
}
.CONt1 br{
	display: none;
}
.CONt2{
	font-size: 35px;
	font-weight: bold;
}
.CONt3{
	font-size: 20px;
}
.CONt4{
	font-size: 13px;
	line-height: 15px;
}
.CONt5{
	font-size: 15px;
}
.CONt6{
	font-size: 25px;
	font-weight: bold;
}

/*スマホ用 お問い合わせ*/
@media screen and (max-width: 750px) {
	.CONbox{
		width: 100%;
		text-align: center;
		font-size: 14px;
		margin: 10px 0 20px;
		background: #b0c4de;
		padding: 10px 0;
	}
	.CONt1{
		font-size: 13px;
	}
	.CONt1 br{
	display: block;
}
	.CONt2{
		font-size: 22px;
		font-weight: bold;
	}
	.CONt3{
		font-size: 18px;
	}
	.CONt4{
		font-size: 12px;
		line-height: 15px;
	}
	.CONt5{
		font-size: 11px;
	}
	.CONt6{
		font-size: 15px;
		font-weight: bold;
	}
}