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

#main {
	padding-bottom: 40px;
	background: url(../img/faq/bg.gif) no-repeat center top;
	background-size: 1116px auto;
}

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

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

#main .contentBox {
	padding-top: 52px;
	width: 762px;
}

#main .headLine01 {
	margin: 0 -100px 59px;
}

#main dl {
	margin-bottom: 28px;
	color: #555;
}

#main dt {
	margin-bottom: 3px;
	padding-bottom: 7px;
	width: 100%;
	display: table;
	line-height: 1.35;
	border-bottom: 2px solid #003392;
}

#main .dtStyle {
	padding-bottom: 22px;
}

#main dt span {
	display: table-cell;
	vertical-align: middle;
}

#main dt .qSpan {
	color: #003392;
	font-size: 24px;
	width: 52px;
    font-family: "RobotoCondensed-Bold";
}

#main dd {
	margin-bottom: 27px;
	font-size: 14px;
	overflow: hidden;
}

#main dd .aSpan {
	color: #003392;
	font-size: 24px;
	width: 52px;
	float: left;
    font-family: "RobotoCondensed-Bold";
}

#main dd .rSpan {
	padding-top: 8px;
	float: right;
	width: 710px;
}

.comBox {
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#container {
		background: url(../img/faq/sp_body_bg.gif) repeat-y left top;
		background-size: 100%  7px;
	}

	#main {
		padding: 0;
		background: url(../img/faq/sp_bg.gif) no-repeat center top;
		background-size: 100% auto;
	}
	
	.pageTitle {
		min-height: 175px;
		background: url(../img/faq/sp_page_title_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .contentBox {
		padding: 35px 10px 0 10px;
		width: auto;
	}
	
	#main .spNaviBox {
		margin: 0 0 18px;
	}
	
	#main .spNaviBox li:nth-child(5) a {
		border-bottom: none;
	}
	
	#main .spNaviBox li:nth-child(4) a {
		border-bottom: none;
	}
	
	#main .headLine01 {
		margin: 0 10px 25px;
		font-size: 20px;
		line-height: 1.2;
	}
	
	#main .headLine01:before {
		bottom: -11px;
	}
	
	#main dt {
		margin-bottom: 6px;
		padding-bottom: 8px !important;
		overflow: hidden;
		display: block;
		font-size: 16px;
		line-height: 1.5;
     	border-bottom: 2px solid #003392;
	}
	
	#main dt .qSpan {
		margin-top: -3px;
		font-size: 20px;
		float: left;
		width: 33px;
	}
	
	#main dt .rSpan {
		padding-left: 35px;
	}
	
	#main dt span {
		display: block;
	}
	
	#main dd {
		margin-bottom: 13px;
		font-size: 14px;
	}
	
	#main dd .aSpan {
		float: left;
		width: 33px;
		font-size: 20px;
	}
	
	#main dd .rSpan {
		padding: 2px 0 0;
		display: block;
		float: none;
		width: auto;
		padding-left: 35px;
	}
	
	.comBox {
		margin-bottom: 10px;
	}

}
