@charset "utf-8";
/* CSS Document */

#main-img {
	height: 390px;
    background: url(/products/infra-total/img/img_main.jpg) 0 0 no-repeat;
    background-size: contain;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}

#h1-main {
	font-size: 55px;
	margin-top: 4%;
	font-weight: bold;
}

#catch {
	margin: 23% auto;
}

.p-25 {
	font-size: 25px;
	line-height: 0;
}

.p-18 {
	font-size: 18px;
}

#voice {
	height: 400px;
    background: url(/products/infra-total/img/img_voice.jpg) 0 0 no-repeat;
    background-size: contain;
	overflow: hidden;
}

#h2-voice {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-top: 12%;
}

#h2-voice span {
	background: #ec6941;
	padding: .5% 1%;
	box-sizing: border-box;
	margin: 0 1%;
	border-radius: 10%;
	color: #fff;
}

#voice ul {
	font-size: 22px;
	width: 60%;
	margin: 3% auto 0;
	list-style-type:disc;
}

#h2-step {
	height: 60px;
    background: url(/products/infra-total/img/img_h2_step.jpg) 0 0 no-repeat;
    background-size: contain;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-top: 5%;
}

#h2-step span {
	font-size: 50px;
	color: #00a0e9;
}

#ul-step {
	width: 90%;
	margin: 4% auto;
}

.li-pic, .li-arw {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.li-pic {
	width: 25%;
}

.li-arw {
	width: 10%;
}

.p-step-no {
	font-size: 40px;
	font-weight: bold;
	color: #00a0e9;
}

.p-step-ex {
	font-size: 20px;
	font-weight: bold;
}

#h2-net {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}

#bg-net {
	background: #fdfcee;
	padding: 4% 0;
	box-sizing: border-box;
}

.img-box {
	margin: 3% 0;
}

.btn-orange{
	padding: 15px 50px;
	background: #F60;
	border: 1px solid #F60;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	transition: 0.2s;
}

.btn-orange:hover{
	background:rgba(255,255,255,0.6);
	color:#000;
}
.area-inquiry{
	width:900px;
	height:188px;
	background:url(/products/infra-total/img/area/inquiry_bg.png) no-repeat left top;
	clear:both;
	margin:30px auto;
}
.area-inquiry dl{
	float:left;
	padding:50px 10px 0 20px;
}
.area-inquiry dl dt{
	font-size:16px;
	font-weight:bold;
}

/* SP */
@media only screen and (max-width: 767px) {

.area-inquiry{
	display: none;
}

#main-img {
	height: 220px;
}
	
#h1-main {
	font-size: 23px;
	margin-top: 4%;
}
	
#catch {
	width: 90%;
}
	
.p-25 {
	font-size: 18px;
	line-height: 1em;
}

.p-18 {
	font-size: 16px;
}
	
#voice {
	margin-top: 5%;
	height: 230px;
    background: url(/products/infra-total/img/img_voice_sp.jpg) center 0 no-repeat;
    background-size: cover;
	padding-top: 5%;
	box-sizing: border-box;
}

#h2-voice {
	font-size: 18px;
	margin-top: 8%;
}

#h2-voice span {
	padding: .3% 1%;
}

#voice ul {
	font-size: 16px;
	width: 80%;
	margin: 5% auto 0;
	list-style-type:disc;
}	

#h2-step {
	height: 20px;
    background: url(/products/infra-total/img/img_h2_step.jpg) center no-repeat;
    background-size: contain;
	font-size: 20px;
	margin-top: 5%;
}

#h2-step span {
	font-size: 25px;
}

#ul-step {
}

.li-pic, .li-arw {
	display: block;
	vertical-align: middle;
	text-align: center;
}

.li-pic {
	width: 80%;
	margin: 0 auto 5%;
}

.li-arw {
	display: none;
}
	
.p-step-no {
	font-size: 30px;
}

.p-step-ex {
	font-size: 18px;
}	
	
#bg-net {
	padding: 5%;
}
	
#h2-net {
	font-size: 20px;
}
	
.img-box img {
	width: 100%;
}


}