@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#container {
	background: #fff;
}

#gNavi .navi05 a {
	border-bottom: 2px solid #fff;
}

.pageTitle {
	position: relative;
	min-height: 350px;
	background: url(../img/support/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pageTitle h1 {
	padding-top: 140px;
}

.contentBox {
	width: 950px;
} 

#main {
	padding: 52px 0 116px;
	background: url(../img/support/bg02.gif) no-repeat center top;
	background-size: 1116px auto;
}

#main .headLine01 {
	margin-bottom: 65px;
}

#main .imgBox {
	margin-bottom: 42px;
	text-align: center;
}

#main h3 {
	margin-bottom: 25px;
	color: #003392;
	font-size: 40px;
	text-align: center; 
}

#main .textP {
	margin: 0 0 67px;
}

#main .textP01 {
	margin-bottom: 60px;
}

#main .infoBox {
	margin: 0 36px;
} 

#main .ttl {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

#main .topText {
	margin-bottom: 8px;
	color: #003392;
	font-weight: bold;
	font-size: 18px;
}

#main p {
	margin-bottom: 33px;
	line-height: 1.6;
}

#main .h2Ttl {
	margin-bottom: 86px;
}

#main .inner {
	margin: 0 5px 82px 0;
}

#main .inner .photoBox {
	float: right;
}

#main .inner .textBox {
	margin-right: -180px;
	float: left;
	width: 465px;
}

#main .inner .textBox .title {
	margin: 5px 0 25px 35px;
	padding-left: 22px;
	font-size: 24px;
	color: #333;
	line-height: 1.3;
	font-weight: bold;
	background: url(../img/support/line.png) no-repeat left 2px;
	background-size: 6px auto;
}

#main .inner .textBox .title span {
	display: block;
	color: #003392;
	font-size: 14px;
	font-weight: normal;
    font-family: "RobotoCondensed-Bold";
}

#main .inner .textBox .subBox {
	margin-left: 5px;
	background: url(../img/support/bg01.png) repeat left top;
	box-sizing: border-box;
	padding: 40px 30px 52px 40px;
	box-shadow: 0px 0px 7px #ccc;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle {
		min-height: 165px;
		background: url(../img/support/sp_page_title_bg.jpg) no-repeat center top;
		background-size: cover;
	}
	
	.pageTitle h1 {
		padding-top: 70px;
	}
	
	#main {
		padding: 36px 0 46px;
		background: url(../img/support/sp_bg.png) no-repeat center top;
		background-size: 100% auto;
	}
	
	.contentBox {
		width: auto;
	}
	
	.spNaviBox {
		margin-bottom: 25px;
	}
	
	#main .imgBox {
		margin: 0 10px 18px;
	}
	
	#main .imgBox img {
		width: 100%;
	}
	
	#main .headLine01 {
		margin-bottom: 37px;
	}
	
	#main h3 {
		margin-bottom: 10px;
		line-height: 1.2;		
		font-size: 25px;
	}
	
	#main .infoBox {
		margin: 0 15px;
	}
	
	#main .textP {
		margin-bottom: 10px;
		line-height: 1.6;
	}
	
	#main .ttl {
		margin-bottom: 16px;
		font-size: 20px;
	}
	
	#main .topText {
		margin-bottom: 2px;
		font-size: 16px;
	}
	
	#main p {
		margin-bottom: 11px;
		line-height: 1.5;
	}
	
	#main .textP01 {
		margin-bottom: 32px;
	}
	
	#main .inner {
		margin: 0 15px 36px;
	}
	
	#main .inner .photoBox {
		margin-bottom: 8px;
		float: none;
		width: auto;
	}
	
	#main .inner .photoBox img {
		width: 100%;
	}
	
	#main .inner .textBox {
		margin: 0;
		float: none;
		width: auto;
	}
	
	#main .inner .textBox .subBox {
		margin: 0 5px 0 5px;
		box-shadow: 0 0 0;
		width: auto;
		padding: 0;
	}
	
	#main .inner .textBox .title {
		margin: 0 0 12px;
		padding-left: 16px;
		font-size: 18px;
		background: url(../img/support/sp_line.png) no-repeat left 2px;
		background-size: 4.5px auto;
	}
	
	#main .inner .textBox .title span {
		font-size: 11px;
	}
}
