@charset "utf-8";
/* CSS Document */

.mainVisual{
	text-align: center;
	background: #528dad;
	margin-top: 20px;
}

.contents{
	width: 950px;
	margin: 0 auto;
	float: none
}
.clear{
	overflow: hidden;
}
.contents .box{
	margin: 40px auto 0;
	border: 2px solid #528dad;
	border-radius: 10px;
	padding: 0 30px;
	width: 690px;
}
.contents .box h3{
	color: #e95283;
	text-align: left;
	padding: 0;
	text-indent: -9999px;
	margin: -10px 0 15px;
}
.contents .point .box-title {
	border: none;
}
.contents .point .box-content {
	border: 6px solid #dce9f6;
}
.contents .point .box h3{
	background: url(../images/box_title_01.png) no-repeat 0 0;
	height: 88px;
}
.contents .point .box-content h4 {
	font-size: 180%;
	color: #073b91;
}
.contents .box img{
	float: left;
	width: 162px;
}
.contents .box .text{
	float: left;
	width: 500px;
	margin-left: 20px;
	text-align: left;
}
.contents .box h4{
	color: #528dad;
	font-size: 300%;
	margin: 0 0 5px;
	font-weight: normal;
	height: 43px;
}
.contents .box p{
	margin-top: 5px;
	font-size: 110%;
	line-height: 1.6em;
}

.system{
	margin-top: 60px;
}
.system h2{
	background: #528dad;
	padding: 10px;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	font-size: 180%;
	
}
.system .inner{
	padding: 0 50px;
}
.system h3{
	color: #528dad;
	border-bottom: 1px solid #528dad;
	padding-bottom: 5px;
	margin: 0 0 20px;
	font-size: 150%;
}
.system  img{
	float: right;
	width: 305px;
}
.system  .text{
	float: left;
	width: 500px;
	margin-right: 20px;
	text-align: left;
}
.system h4{
	font-size: 130%;
	color: #528dad;
	margin: 0 0 10px;
}
.contents .system .box h3{
	border: none;
	background: url(../images/box_title_02.png) no-repeat 0 0;
	height: 97px;
}
.flow{
	margin-top: 60px;
	position: relative;
}
.flow .tel{
	position: absolute;
	margin: 0;
	bottom: 0px;
	right: 230px;
	font-weight: bold;
	font-size: 13px;
}
.faq{
	margin-top: 60px;
}
.faq .question{
	font-size: 160%;
	padding: 0 0 5px 35px;
	color: #e95283;
	display: inline-block;
	font-weight: bold;
	background: url(../images/icon_03.png) no-repeat 0 0;
	text-align: left;
}
.faq .border{
	border-bottom: 1px solid #528dad;
	padding-bottom: 5px;
}
.faq .answer{
	text-align: left;
	font-size: 140%;
	padding: 0 0 5px 35px;
	color: #4f8aa9;
	display: inline-block;
	font-weight: bold;
	background: url(../images/icon_04.png) no-repeat 0 0;
}
.faq .inner{
	padding: 0 50px;
	text-align: left;
}
.faq clear img{
	float: right;
	width: 183px;
}
.faq .text{
	float: left;
	width: 640px;
	margin-right: 20px;
	text-align: left;
}
.faq .credit{
	margin-top: 60px;
	padding: 15px;
	border: 2px solid #2680c1;
}
.faq .credit h2{
	background: #2680c1;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 140%;
	margin: 0 0 10px;
}
.faq .credit h3{
	padding: 0 10px;
	text-align: left;
}
.faq .credit ul{
	overflow: hidden;
	margin: 0;
	text-align: left;
}
.faq .credit ul li{
	float: left;
	width: 435px;
	margin: 0 10px;
}
.faq .credit ul li p{
	margin: 0;
}
.faq .credit h4{
	color: #073b91;
	margin: 0 0 10px;
}
.faq .credit .linkArea{
	display: inline-block;
	background: #dce9f6;
	color: #000;
	text-decoration: none;
	padding: 10px 30px;
	text-align:center;
	margin-top: 20px;
}
.faq .credit .linkArea:hover{
	opacity: 0.8;
}
.attention{
	margin: 60px 0;
	padding: 0 50px;
	text-align: left;
}
.attention h2{
	color: #e95283;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px;
}
.attention ul{
	margin: 0 0 0 20px;
}
.attention ul li{
	list-style: disc;
	margin-bottom: 5px;
}
span.strong{
	background: #ffff00;
	font-weight: bold;
}
em.strong {
	display: inline-block;
	position: relative;
	font-style: normal;
	font-weight: bold;
	z-index: 0;
}
em.strong:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 6px;
	background-color: #fad9e4;
	z-index: -1;
}

@media screen and (max-width: 640px){
	.mainVisual{
		padding: 0 10px;
	}
	.contents{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.contents .box{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.contents .box h3{
		text-indent: 0;
		margin: 0 0 10px;
    padding: 0 0 0 70px;
    font-size: 115%;
		min-height: 45px;
	}
	.contents .point .box-title h3 {
		color: #000;
	}
	.contents .point .box h3{
		background: url(../images/icon_01.png) no-repeat 0 0;
		background-size: 45px auto;
		padding-left: 50px;
		height: auto;
	}
	.contents .system .box h3{
		background: url(../images/icon_02.png) no-repeat 0 0;
		background-size: 45px auto;
		padding-left: 50px;
		height: auto;
	}
	.system img,
	.contents .box img{
		float: none;
		width: auto;
	}
	.faq .text,
	.system .text,
	.contents .box .text{
		float: none;
		margin: 0;
		width: auto;
	}
	.flow .tel{
		position: static;
		margin-top: -10px;
		text-align: left;
	}
	.contents .box h4{
		margin-top: 10px;
		font-size: 120%;
		font-weight: bold;
		height: auto;
	}
	.system h2{
		font-size: 120%;
		border-radius: 5px;
	}
	.faq .inner,
	.system .inner{
		padding: 0;
	}
	.system h3{
		font-size: 120%;
	}
	.system h4{
		font-size: 110%;
	}
	.faq{
		text-align: left;
	}
	.faq .answer,
	.faq .question{
		font-size: 120%;
	}
	.faq .credit{
		padding: 10px;
	}
	.faq .credit h2{
		font-size: 120%;
	}
	.faq .credit ul li{
		float: none;
		margin: 0 0 10px;
	}
	.faq .credit .linkArea{
		padding: 10px;
	}
	.faq .credit .linkArea span{
		display: block;
	}
	.attention{
		width: 100%;
		padding: 0;
	}
}

