@charset "utf-8";
/* CSS Document */

/*body
----------------------------------------------------------------------------------------------*/
body{
	font-size:15px;
	line-height:25.5px;
	font-weight:600;
}

a:hover{
	opacity:0.8;
	background-color:#FFF;
}



/*#wrapper
----------------------------------------------------------------------------------------------*/

/*#header
----------------------------------------------------------------------------------------------*/
#header{
	width:100%;
	min-width:1000px;
	background-image:url(../images/mainimg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#f2f2f2;
}
/*#headerIn
----------------------------------------------------------------------------------------------*/
#headerIn{
	width:1000px;
	margin:0 auto;
	height:487px;
	padding-top:53px;
}
/*#headerText
----------------------------------------------------------------------------------------------*/
#headerText{
	background-image:url(../images/headertext.png);
	background-repeat:no-repeat;
	height:260px;
	width:670px;
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}

/*#headerList
----------------------------------------------------------------------------------------------*/
#headerList{
	background-image:url(../images/headerList.png);
	background-repeat:no-repeat;
	height:192px;
	width:610px;

}
#headerList li{
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}

/* #header .conversion
----------------------------------------------------------------------------------------------*/
#header .conversion{
	background-color:#3972b7;
}
#header .conversionTitle{
	background-color:#2a5c9a;
	height:70px;
	text-align:center;
}
#header .conversionTitle p{
	width:600px;
	height:70px;
	background-image:url(../images/conversionTitle.png);
	background-repeat:no-repeat;
	margin:0 auto;
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}
#header .conversionInfo{
	height:149px;
	width:1000px;
	margin:0 auto;
	padding:28px 0 0 32px;
	box-sizing: border-box;
}
#header .conText{
	width:147px;
	height:84px;
	background-image:url(../images/conversionText01.png);
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
	float:left;
}
#header .conTel{
	width:350px;
	height:85px;
	background-image:url(../images/conversionText02.png);
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
	float:left;
	margin-right:32px;
	position:relative;
	top:-1px;
}
#header .conversionButton a{
	display:block;
	width:410px;
	height:84px;
	background-image:url(../images/conversionButton.png);
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
	position:relative;
	top:4px;
	border-radius:5px;
}
/*#headerLogo
----------------------------------------------------------------------------------------------*/

/*#gNavi
----------------------------------------------------------------------------------------------*/

/*#contents
----------------------------------------------------------------------------------------------*/

/*#main
----------------------------------------------------------------------------------------------*/

/*#sub
----------------------------------------------------------------------------------------------*/

/*#lNavi
----------------------------------------------------------------------------------------------*/

/*#footer
----------------------------------------------------------------------------------------------*/

/*#footerIn
----------------------------------------------------------------------------------------------*/

/*#copyright
----------------------------------------------------------------------------------------------*/

/*#sec01
----------------------------------------------------------------------------------------------*/
#sec01{
	width:1000px;
	margin:0 auto;
	padding:37px 0 50px 0;
}
#sec01 h2{
	height:102px;
	background-image:url(../images/sec01Title.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}
#sec01Text{
	height:320px;
	padding:10px 55px 0 340px;
	background-image:url(../images/sec01Photo01.png);
	background-repeat:no-repeat;
	background-position:1px bottom;
	box-sizing: border-box;
}
#sec01Text p{
	font-size:14.5px;
	margin-bottom:15px;

}
#sec01Box{
	border:8px solid #3972b7;
	padding:10px 0 0 0;
}
#sec01Box h3{
	height:100px;
	background-image:url(../images/sec01Title3pint.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:3px;

	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}
#sec01Box dl{
	width:750px;
	margin:0 auto;
	padding:0 0 0 20px;
	overflow:hidden;

}
#sec01Box dl dt{
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
	
}
#sec01Box dl dt strong{
	display:inline-block;
	padding:0 0 0 30px;
	height:60px;
	line-height:60px;
	font-size:23px;
}
#sec01Box dl dt:before{
	float:left;
}
#sec01Box dl dt:nth-child(1):before{
	content:url(../images/sec01Point01.png);
}
#sec01Box dl dt:nth-child(3):before{
	content:url(../images/sec01Point02.png);
}
#sec01Box dl dt:nth-child(3) strong{
	height:50px;
	line-height:50px;
}
#sec01Box dl dt:nth-child(5):before{
	content:url(../images/sec01Point03.png);
}
#sec01Box dl dt:nth-child(5) strong{
	height:50px;
	line-height:50px;
}
#sec01Box dl dd{
	display:block;
	float:left;
	width:590px;
	padding:0 0 0 30px;
	font-size:14px;
	margin-bottom:50px;
}
#sec01Box dl dd:nth-child(4){
	margin-bottom:35px;
}
#sec01Box dl dd:nth-child(6){
	margin-bottom:46px;
}
/*#sec02
----------------------------------------------------------------------------------------------*/
#sec02{
	background-color:#f2f2f2;
	padding:49px 0 25px 0;
	min-width:1000px;
}
#sec02 h2{
	background-image:url(../images/sec02Title.png);
	height:100px;
	background-position:top center;
	background-repeat:no-repeat;
	margin-bottom:24px;
	
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}
#sec02 ul{
	width:850px;
	margin:0 auto;
}
#sec02 ul li{
	background-image:url(../images/sec02ListIcon.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 0 25px 45px;
	margin:0 0 0 49px;
	font-size:15.5px;
	line-height:27.2px;
	
}

/*#sec03
----------------------------------------------------------------------------------------------*/
#sec03{
	padding:31px 0 50px 0;
}
#sec03 h2{
	background-image:url(../images/sec03Title.png);
	height:180px;
	background-position:top center;
	background-repeat:no-repeat;
	
	border-bottom:2px solid #e5e3e3;
	
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
	position:relative;
}
#sec03Title{
	position:relative;
	height: 180px;
	margin-bottom:53px;
}
#sec03Title:after{
	content:url(../images/sec03Arrow.png);
	
	position:absolute;
	display:inline-block;
	left:50%;
	bottom:-42px;
	margin-left:-40px;
}

.sec03List{
	background-color:#3972b7;
	width:1000px;
	margin:0 auto 30px auto;
}
.sec03List p{
	margin-bottom:15px;
	position:relative;
	top:-0.1em;
}
.sec03List h3{
	height:60px;
	text-align:center;
	color:#FFF;
	font-size:30px;
	line-height:60px;
}
.sec03List h4{
	border-left:8px solid #3972b7;
	font-size:22px;
	padding:0.1em 0 0.1em 0.5em;
	margin:0.5em 0 0.5em 0; 
}
.sec03ListInner{
	background-color:#FFF;
	border:8px solid #3972b7;
	border-top:none;
	padding:30px 40px;
	overflow:hidden;
}
.sec03photo01{
	float:left;
	padding-right:40px;
	top:0;
	margin-bottom:0;
}
#sec03List02 .sec03List02read{
	text-align:center;
	margin-bottom:35px;
}
.sec03List table{
	width:100%;
	border:3px solid #cccccc;
	border-radius:2px;
	font-size:13px;
	
}
.sec03List table thead{}
.sec03List table thead tr td{
	background-color:#acacac;
	text-align:center;
	color:#FFF;
	border:3px solid #cccccc;
	border-bottom:none;
	padding:0.5em;
}
.sec03List table tbody tr td{
	border:3px solid #cccccc;
	border-top:none;
	padding:0.5em 1em;
	color:#333333;
	line-height:2.2;
}
#sec03List02Table01{
	margin-bottom:85px;
	position:relative;
}
#sec03List02Table01:after{
	content:url(../images/sec03List02Arrow.png);
	position:absolute;
	left:50%;
	bottom:-78px;
	margin-left:-31px;
}
#sec03List02Table02 thead td{
	background-color:#689bd8;
}
#sec03List02Box{
	background-color:#f6f6f6;
	margin: 40px -40px -30px -40px;
	padding: 30px 40px;
	overflow:hidden;
}
#sec03List02BoxPhoto{
	float:left;
	margin-right:25px;
	
}
#sec03List02Box h4{
	background-image:url(../images/sec03List02Phot03.png);
	background-repeat:no-repeat;
	width:526px;
	height:101px;
	float:left;
	border:none;
	margin:0;
	padding:12px 0 0 50px;
	box-sizing: border-box;
	font-size:24px;
	font-weight:900;
	font-weight:bold;
	line-height:1.5;
}
#sec03List02Box h4 strong{
	color:#e84e59;
}
#sec03List02Text{
	float:left;
	width:510px;
	padding:23px 0 0 15px;
}
#sec03List02Text span{
	display:inline-block;
	padding:1em 0 0 0;
}
#sec03List03Photo{
	text-align:center;
	padding:30px 0 15px 0;
}
#sec03List03 td{
	text-align:center;
}
#sec03List03 tbody th{
	text-align:left;
	padding: 0.25rem 0.5rem;
	border-bottom:1px solid #dddddd;
	background-color:#f2f2f2;
}
#sec03List03 tbody td{
	border-bottom:1px solid #dddddd;
	font-size:18px;
	padding: 0.25rem 0.5rem;
	font-weight:500;
}
#sec03List03 thead td.sec03List03td{
	background-color:#3972b7;
	font-size:120%;
}
#sec03List03 tbody td.sec03List03td{
	background-color:#bcd5f3;
	color:#e84e59;
}
#sec03List03 tbody td.sec03List03td img{
	vertical-align:middle;
}
/*#sec04
----------------------------------------------------------------------------------------------*/
#sec04{
	width:900px;
	margin:0 auto;
	padding: 47px 0 0 0;
}

#sec04 h2{
	
	background-image:url(../images/sec04Title.png);
	height:62px;
	background-position:top center;
	background-repeat:no-repeat;
	
	margin-bottom:45px;
	
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}
#sec04 dl{
	overflow:hidden;
}
#sec04 dl dt{
	clear:both;
	width:181px;
	float:left;
	padding:0 0 30px 0;
}
#sec04 dl dd{
	padding:0 0 0 25px;
	width:694px;
	float:left;
}
#sec04 dl dd h3{
	font-size:22px;
	padding:0 0 15px 0;
}
#sec04 dl dd p{
	font-size:14px;
}
#sec04 dl dd p small{
	font-size:12px;
}


/*#sec05
----------------------------------------------------------------------------------------------*/
#sec05{
	background-color:#f2f2f2;
	padding:50px 0 25px 0;
	min-width:1000px;
}
#sec05Inner{
	width:800px;
	margin:0 auto;
}
#sec05 h2{
	background-image:url(../images/sec05Title.png);
	height:55px;
	background-position:top center;
	background-repeat:no-repeat;
	
	margin-bottom:45px;
	
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}
#sec05 h3{
	border-left:8px solid #3972b7;
	font-size:22px;
	padding:0.1em 0 0.1em 0.5em;
	margin:50px 0 20px 0; 
}
#sec05 small{
	font-size:13px;
	color:#333333;
}
#sec05 table{
	width:100%;
}
#sec05 table tr{}
#sec05 table tr td{
	border:3px solid #cccccc;
	padding: 20px 35px;
	font-size:16px;
	background-color:#FFF;
	color:#333333;
}
#sec05Text{
	text-align:center;
	margin:60px 0 100px 0;
	font-size:22px;
	line-height:1.5;
	position:relative;
	
}
#sec05Text:after{
	position:absolute;
	content:url(../images/sec05Arrow.png);
	left:50%;
	bottom:-72px;
	margin-left:-30px;
}
/*#sec06
----------------------------------------------------------------------------------------------*/
#sec06{
	padding:50px 0;  
}
#sec06 h2{
	background-image:url(../images/sec06Title.png);
	height:60px;
	background-position:top center;
	background-repeat:no-repeat;
	
	margin-bottom:45px;
	
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}
#sec06Inner{
	width:900px;
	margin:0 auto;
}
.voisebox{
	clear:both;
	margin-bottom:60px;
	overflow:hidden;
}
.voisebox p{
	font-weight:500;
	overflow:hidden;
	width:480px;
} 
.voicePhoto{
	float:left;
	width:420px; 
}
.voiseHead{
	width:450px;
	float:left;
	background-color:#f6f6f6;
	padding:15px;
	overflow:hidden;
	margin-bottom:15px;
}
.voiseHead h3{
	font-size:22px;
	padding:0 0 12px 0;
}
.voiseHead ul{

}
.voiseHead ul li{
	float:left;
	background-color:#4c85ca;
	margin-right:10px;
	padding:5px;
	color:#FFF;
	
}
/*#sec07
----------------------------------------------------------------------------------------------*/
#sec07{
	padding:0 0 50px 0;
}
#sec07Inner{
	width:1000px;
	margin:0 auto;
	padding:30px 40px 0 40px;
	box-sizing: border-box;
	border:8px solid #3972b7;
	
}
#sec07 h2{
	background-image:url(../images/sec07Title.png);
	height:60px;
	background-position:top center;
	background-repeat:no-repeat;
	
	margin-bottom:38px;
	
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}
#sec07 dl{}
#sec07 dl dt{
	background-image:url(../images/sec07Q.png);
	background-repeat:no-repeat;
	min-height:40px;
	padding:6px 0 0 55px;
	font-size:16px;
}
#sec07 dl dd{
	background-image:url(../images/sec07A.png);
	background-repeat:no-repeat;
	min-height:40px;
	padding:8px 0 30px 55px;
	font-weight:500;
	border-bottom:1px solid #CCC;
	margin:0 0 30px 0;
}
#sec07 dl dd:last-child{
	border:none;
}
/* #sec08
----------------------------------------------------------------------------------------------*/
#sec08{
	
	background-color:#f2f2f2;
	padding:50px 0 25px 0;
	min-width:1000px;
}
#sec08 h2{
	
	background-image:url(../images/sec08Title.png);
	height:80px;
	background-position:top center;
	background-repeat:no-repeat;
	
	margin-bottom:28px;
	
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}
#sec08 table{
	background-color:#FFF;
	width:900px;
	margin:0 auto;
}
#sec08 table th,
#sec08 table td{
	border:3px solid #cccccc;
	padding:20px 40px;
	color:#333333;
	font-weight:500;
}
/* #form
----------------------------------------------------------------------------------------------*/
#form{
	background-color:#3972b7;
	color:#333333;
	min-width:1000px;
}
#form h2{
	height:107px;
	text-align:center;
	background-color:#2a5c9a;
	font-size:36px;
	color:#FFF;
	line-height:107px;
	letter-spacing:0.1em;
}
#formInner{
	padding:55px 0 50px 0;
}
#form form{
	width:900px;
	background-color:#FFF;
	margin:0 auto;
	padding:25px 0;
}

#form table{
	width:700px;
	margin:0 auto 40px auto;
}
#form table th{
	text-align:right;
	padding:20px 20px 20px 0;
	white-space: nowrap;
}
#form table th img{
	position:relative;
	vertical-align:middle;
	top:-2px;
	margin-left:10px;
}
#form table td{
	padding:20px 0 0 40px;
	vertical-align:top;
	
}
#form .inputText{
	border:1px solid #dddddd;
	width:450px;
	padding:0.5em;
}
#form .textArea{
	border:1px solid #dddddd;
	width:450px;
	padding:0.5em;
}
#form .inputCheck{
	border:1px solid #dddddd;
	
	font-size:18px !important;
}
#form .agreement{
	text-align:center;
	padding:20px;
}
#submitBtn:after{

}
#submitArea{
	text-align:center;
}

#form label.error{
	display:block;
	color:#e84e59;
}

#form .error_messe{
	color:#e84e59;
}
#form input[type="button"],
#form input[type="submit"]
{
	background-color:#FFF;
	border:1px solid #DDD;
	width:280px;
	padding:10px 0;
}
#form input[type="button"]:hover,
#form input[type="submit"]:hover
{
	background-color:#2a5c9a;
	border:1px solid #2a5c9a;
	color:#FFF;
	width:280px;
	padding:10px 0;
}


#privacy{
	width:700px;
	height:150px;
	border:1px solid #DDD;
    overflow-y: scroll;
    overflow-x: hidden;
	font-weight:500;
	margin:0 auto;
	
}
#privacyInner{
	width:600px;
	margin:20px auto;
	font-size:12px;
}
#privacyInner h3{
	text-align:center;
	font-size:14px;
}
#privacyInner h4{
	background-color:#f6f6f6;
	margin:1em 0 0.5em 0;
	padding:0.3em;
	font-size:13px;
}
#privacyInner ul{
	margin:0 0 0 2em;
}
#privacyInner ul li{
	list-style-type: disc;
}
footer{
	text-align:center;
	font-size:11px;
	padding:24px 0;
	color:#333333;
	font-weight:400;
	min-width:1000px;
}




.conversion2{
	background-color:#3972b7;
	min-width:1000px;
}
.conversionTitle{
	background-color:#2a5c9a;
	height:70px;
	text-align:center;
}
.conversionTitle p{
	width:600px;
	height:70px;
	background-image:url(../images/conversionTitle.png);
	background-repeat:no-repeat;
	margin:0 auto;
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
}
.conLeft{
	width:400px;
	float:left;
	padding:40px 40px 0 30px;
}
.conversion2 .conversionInfo{
	height:250px;
	width:1000px;
	margin:0 auto;
	padding:28px 0 0 32px;
	box-sizing: border-box;
}
.conversion2 .conText{
	width:396px;
	height:46px;
	background-image:url(../images/conversion02Title.png);
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
	float:left;
}
.conversion2 .conTel{
	width:400px;
	height:95px;
	background-image:url(../images/conversion02Text02.png);
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
	float:left;
	margin-right:32px;
	position:relative;
	top:-1px;
}
.conversion2 .conversionButton{
	padding: 40px 0 0 0;
}
.conversion2 .conversionButton a{
		display:block;
	width:400px;
	height:114px;
	background-image:url(../images/conversion02Button.png);
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space: nowrap;
	position:relative;
	top:4px;
	border-radius:5px;
}



@media screen and (max-width:640px){

body{
	
	}

}


