@charset "UTF-8";

/* float */

.left  {float:left;  display: inline;}
.right {float:right; display: inline;}

/* 見出し */

h2 {font-size: 2.2em;}
h3 , h4 {font-size: 1.9em;}

h2 {
	color: #0279af;
	text-align: center;
}

.border {
	text-align: center;
	margin-bottom: 20px;
}

.border span {
	display: inline-block;
	padding: 0 230px;
}

h3.border span {
	color: #292e33;
	background: url(../img/flow/bg_borderHead_dark_L.webp) , url(../img/flow/bg_borderHead_dark_R.webp);
	background-repeat: no-repeat , no-repeat;
	background-position: left center , right center;
}

h4.border span {
	color: #535152;
	background: url(../img/flow/bg_borderHead_light_L.webp) , url(../img/flow/bg_borderHead_light_R.webp);
	background-repeat: no-repeat , no-repeat;
	background-position: left center , right center;
}

.step {
	color: #535152;
	padding: 35px 0 35px 170px;
}

.step_text {
	margin: 0 0 50px 170px;
}

#step_1 .step {background: url(../img/flow/step_1.webp) no-repeat left center;}
#step_2 .step {background: url(../img/flow/step_2.webp) no-repeat left center;}
#step_3 .step {background: url(../img/flow/step_3.webp) no-repeat left center; margin-bottom: 50px;}
#step_4 .step {background: url(../img/flow/step_4.webp) no-repeat left center; margin-bottom: 50px;}

#step_2 .step,
#step_3 .step,
#step_4 .step {
    color: #0279af;
}

/* 「転用」のお手続きの流れ */

#diversion .img {
	margin: 50px 0;
	text-align: center;
}

#diversion ol {
	font-size: 0.8em;
	width: 750px;
	margin: 0 auto;
}
#diversion ol li {
	margin-top: 1em;
}

/* フレッツ光からTG光への「転用」お手続きの流れ */

#step_1 ,
#step_2 ,
#step_3 {
	margin-bottom: 10px;
}

#step_1 ,
#step_3 {
	background: #fafafa;
}

/* step1 */

#diversion_num {
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	margin: 50px 0 40px 0;
}

#diversion_num h4 {
	height: 44px;
	font-size: 1.2em;
	background: #e3e3e3;
}

#diversion_num h4 span {
	color: #fff;
	height: 44px;
	padding: 7px 35px 0 15px;
	display: inline-block;
	background: url(../img/flow/oblique.webp) no-repeat right center , #48525c;
}

#diversion_num h4 p {
	padding: 7px 15px 0 10px;
}

#diversion_num div {
	text-align: center;
	padding: 30px;
	background: #fff;
}

#necessary {
	padding-bottom: 40px;
}

#necessary li {
	width: 550px;
	height: 70px;
	float: left;
	margin: 10px 25px;
	padding-left: 85px;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	display: flex;
	align-items: center;
}

#necessary li:nth-child(1) {background: url(../img/flow/num_1.webp) no-repeat left center , #fff;}
#necessary li:nth-child(2) {background: url(../img/flow/num_2.webp) no-repeat left center , #fff;}
#necessary li:nth-child(3) {background: url(../img/flow/num_3.webp) no-repeat left center , #fff;}
#necessary li:nth-child(4) {background: url(../img/flow/num_4.webp) no-repeat left center , #fff;}
#necessary li:nth-child(5) {background: url(../img/flow/num_5.webp) no-repeat left center , #fff;}

#necessary p {
	display: block;
	width: 700px;
	color: #ba2500;
	margin: 30px auto;
}

#number {
	padding-bottom: 40px;
}

.pc_view {display: inherit; width: 1200px; margin: 0 auto;}
.sp_view {display: none;}

.pc_view table {width: 100%; }

.pc_view th.block_A {
	width: 20%;
}

.pc_view th.block_B ,
.pc_view th.block_C {
	width: 40%;
}

.pc_view th ,
.pc_view td {
	padding: 12px;
}

.pc_view th.east{
	color: #fff;
	background: #026ea1;
}

.pc_view th.west{
	color: #fff;
	background: #0279b0;
}

.pc_view .gray {
	border-bottom: 1px solid #fff;
	background: #f0f0f0;
	vertical-align: middle;
}

.pc_view td {
	border: 1px solid #f0f0f0;
	border-top: none;
	border-right: none;
	background: #fff;
}

.num_tel {
	margin-top: 10px;
	text-align: center;
}

.num_search {
	text-align: center;
}


.east_tel {
	background-image: url(../img/flow/arrow_A.webp) !important;
	background-repeat: no-repeat!important;
	background-position:  center top !important;
}

.west_tel {
	background-image: url(../img/flow/arrow_B.webp) !important;
	background-repeat: no-repeat!important;
	background-position:  center top !important;
}

td .time {
	margin-top: 10px;
	margin-left: 21px;
	padding-left: 80px;
	background: url(../img/flow/time.webp) no-repeat left center;
}


/* step2 */

#info_block {
	width: 960px;
	margin: 0 auto;
	padding: 25px 35px;
	border: 8px solid #fafafa;
}

/* step3 , 4 */

#step_3 p ,
#step_4 p {
	width: 360px;
	margin-left: 130px;
}

#step_4 p span {
	display: inline-block;
	padding: 15px 10px;
}

#step_3 .right ,
#step_4 .right {
	width: 350px;
	margin-right: 60px;
}



@media screen and (max-width: 640px) {

/* font-size */

p {font-size: 0.7em;}
ol {font-size: 0.7em;}

/* section */

.contents_area {padding: 0 6%;}

/* float */

.left  {float:inherit; display: inherit;}
.right {float:inherit; display: inherit;}

/* 見出し */

h2 {font-size: 1.1em;}
h3 , h4 {font-size: 0.8em;}

h2 {
	margin-bottom: 6%;
}

.border {
	margin-bottom: 6%;
}

.border span {
	padding: 0 40px;
	background-position: left -175px center , right -175px center !important;
}

.step {
	color: #535152;
	padding: 17px 0 17px 85px;
}

.step_text {
	font-size: 0.7em;
	margin: 0 0 6% 0;
}

#step_1 .step {-webkit-background-size: 74px auto; background-size: 74px auto;}
#step_2 .step {-webkit-background-size: 74px auto; background-size: 74px auto; margin-bottom: 20px;}
#step_3 .step {-webkit-background-size: 74px auto; background-size: 74px auto; margin-bottom: 6%;}
#step_4 .step {-webkit-background-size: 74px auto; background-size: 74px auto; margin-bottom: 6%;}

/* 「転用」のお手続きの流れ */

#diversion {
	margin: 35px 0 16%;
}

#diversion .img {
	margin: 8% 0;
	text-align: center;
}

#diversion ol {
	font-size: 0.6em;
	width: 100%;
}

/* フレッツ光からTG光への「転用」お手続きの流れ */

#step_1 ,
#step_2 ,
#step_3 {
	margin-bottom: 8%;
}

/* step1 */

#diversion_num {
	margin-bottom: 8%;
}

.pc_view {display: none;}
.sp_view {display: inherit;}

#diversion_num h4 {
	height: inherit;
	font-size: 0.8em;
	text-align: center;
}

#diversion_num h4 span {
	width: 100%;
	display: block;
	height: inherit;
	padding: 5px 0;
	background: #48525c;
}

#diversion_num h4 p {
	padding: 7px 0;
}

#diversion_num div {
	padding: 15px;
}

#necessary {
	padding-bottom: 40px;
}

#necessary li {
	width: 100%;
	height: 70px;
	font-size: 0.7em;
	float: inherit;
	display: inherit;
	margin: 10px 0;
	padding-right: 5px;
	padding-left: 75px;
	padding-top: 24px;
}

#necessary li:nth-child(1) {padding-top: 12px;}
#necessary li:nth-child(5) {padding-top: 12px;}

#necessary p {
	width: 100%;
	text-align: left;
	margin: 8% 0;
}

.sp_view table {width: 100%; border: 1px solid #eee;}

.sp_view th ,
.sp_view td {
	padding: 12px;
}

.sp_view th {
	font-size: 0.7em;
}

	.sp_view th.east{
		color: #fff;
		background: #026ea1;
	}
	
	.sp_view th.west{
		color: #fff;
		background: #0279b0;
	}
	
	.sp_view th.gray {
		background: #f0f0f0;
	}

.sp_view td {
	background: #fff;
}

.num_tel {
	margin-top: 10px;
	text-align: center;
}

.num_search {
	text-align: center;
}

td .time {
	margin-top: 10px;
	margin-left: 0;
	padding-left: 80px;
	background: url(../img/flow/time.webp) no-repeat left center;
}


/* step2 */

#info_block {
	width: 100%;
	padding: 5% 7%;
}

#info_block li {
	width: 100%;
}

#info_block .footer_info_list {
	display: inherit;
	-webkit-box-pack: inherit;
	-webkit-justify-content: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-webkit-box-align: inherit;
	-webkit-align-items: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
}

#info_block .footer_info_list .date {
	text-align: center;
	padding-left: 0;
	padding: 4% 0;
	border-left: none;
}

#step_2 .footer_info_btn {
	font-size: 0.8em;
}

/* step3 , 4 */

#step_3 p ,
#step_4 p {
	width: 100% ;
	padding: 0;
	margin: 0;
}

#step_3 .right ,
#step_4 .right {
	width: 100%;
	margin-top: 6%;
	margin-right: 0;
	text-align: center;
}

/* step4 */
#step_4 {
	margin-bottom: 30%;
}

}