@charset "UTF-8";
/* CSS Document */

#top_contact {
	width: 100%;
	height: auto;
}
#top_contact #top_img{
	width:100%;
	height: 220px;
	margin:auto;
	background: url(images/bg_top.jpg) center center no-repeat;
	background-size:cover;
}
#top_contact .inner {
	width: 650px;
	height: auto;
	margin: auto;
}
#top_contact .inner h2{
	float: left;
	width: 240px;
	margin: 0;
	padding: 80px 0 20px 0;
}
#top_contact .inner h3{
	float: right;
	width: 375px;
	margin: 0;
	padding: 97px 0 35px 0;
}

/* ----------------------------------------------------------------------------
  ▼ main
------------------------------------------------------------------------------ */
#main {
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	margin-top: -30px;
	padding: 100px 0 0 0;
}
#main .inner {
	width: 940px;
	height: auto;
	margin: auto;
}
#main .inner p.topTxt{
	float: left;
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 18px;
}
#main strong{
	display: inline-block;
	width: 100%;
	margin: 35px 0 10px 0;
}
#main strong{
	display: inline-block;
	width: 100%;
	margin: 35px 0 5px 0;
	font-size: 16px;
}
#main .sCont{
	width: 100%;
	padding: 0 0 50px 0;
	border-bottom: 2px dotted #3b8cbd;
	font-size: 14px;
}
#main h4 {
	width: 940px;
	height: auto;
	margin: auto;
}
#main .inner02 {
	width: 840px;
	height: auto;
	margin: auto;
}
#main .inner02 table{
	width: 100%;
	margin: 0 0 80px 0;
}
#main .inner02 table tr{
	width: 100%;
	border-bottom: 2px dotted #3b8cbd;
}
#main .inner02 table tr th{
	width: 280px;
	padding: 20px 0;
	font-weight: bold;
	font-size: 16px;
}
#main .inner02 table tr td{
	font-size: 16px;
}
#main .inner02 table tr th span.select{
	font-weight: nomal;
}
#main .inner02 table tr th span.required{
	display: inline-block;
	vertical-align: bottom;
	width: 44px;
	height: 24px;
	margin: 4px 0 0 15px;
	padding: 2px 0 2px 10px;
	font-size: 12px;
	font-weight: nomal;
	color: #fff;
	background: #cb3750;
	border-radius: 5px;
}
#main .inner02 table tr td{
	padding: 20px 0;
}
#main .inner02 table tr td ul{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
#main .inner02 table tr td ul li{
	width: 100%;
	height: 30px;
	margin:0 0 8px 0;
	font-size: 16px;
	font-weight: nomal;
}
textarea{
	width: 100%;
	height:150px;
	padding: 10px;
	font-size: 14px;
}
#main .inner02 table tr td ul li input[type='checkbox']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
	width: 10px;
}
#main .inner02 table tr td ul li input[type='text']{
	margin: 0 0 50px 0;
}
#main .inner02 table tr td ul li .cbox{
	width: 90%;
	height: 84%;
	background:url(images/checkbox.jpg) no-repeat;
	background-position: left top;
	background-size: 25px 50px;
	display:block;
	padding:0 0 0 30px;
	cursor:pointer;
	overflow:hidden;
	line-height:25px;
}
#main .inner02 table tr td ul li input[type='radio']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
	width: 10px;
}
#main .inner02 table tr td ul li .rbox{
	width: 82%;
	height: 84%;
	background:url(images/radioBt.jpg) no-repeat;
	background-position: left top;
	background-size: 25px 50px;
	display:block;
	padding:0 0 0 30px;
	cursor:pointer;
	overflow:hidden;
	line-height:25px;
}
.c_on{
	background-position:left bottom !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #c1c1c1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #c1c1c1;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
	color: #c1c1c1;
}
input[type="text"],
input[type="email"]{
	width: 100%;
	padding: 3px;
}
#main .inner02 table tr td #address2{
	margin: 0 0 10px 0;
}
#main .inner02 table tr td #postal{
	display: inline-block;
	width: 100%;
	margin: 0 0 15px 0;
}
#main .inner02 table tr td #postal input[type="text"]{
	width: 150px;
}
#main .inner02 table tr td #postalBox{
	display: inline-block;
	width: 100%;
	margin: 0 0 15px 0;
}
#main .inner02 table tr td #postalBox #postalBt{
	display: inline-block;
	width: 100px;
	text-align: center;
}
#main .inner02 table tr td input[type="button"]{
	width: 120px;
	padding: 2px 0 0 0;
	background: #0159aa;
	color: #fff;
	text-align: center;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	cursor:pointer;
}
#main .inner02 table tr td #postalBox #address1{
	display: inline-block;
	width: 120px;
}
#main .inner02 table tr td .adExsample{
	width: 100%;
	margin: 0 0 15px 0;
}
#main .inner02 table tr td #tel input[type="text"]{
	width: 250px;
}
#main .inner02 table tr td #postal .hyphen,
#main .inner02 table tr td #tel .hyphen,
#main .inner02 table tr td #fax .hyphen{
	width: 20px;
	margin:0 10px;
	vertical-align:middle;
}
#main .inner02 table tr td ul.question{
	width: 100%;
}
#main .inner02 table tr td ul.question li{
	float:left;
	width: 50%;
}
#main .Box{
	width: 840px;
	height: auto;
	margin: 0 auto;
	padding: 40px 30px;
	background: #f3f9fb;
}
#main .Box .inner03{
	width: 780px;
	margin: 0 auto;
	padding: 0 20px;
	background: #f3f9fb;
}
#main .Box .inner03 h5{
	width: 100%;
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#main .Box .inner03 p{
	width: 100%;
	font-size: 14px;
	margin:0 auto 20px;
}
#main .Box .inner03 .btnBox{
	position: relative;
	width: 100%;
	height: 170px;
	margin: 0 auto;
	padding: 30px 0;
	background: #fff;
}
#main .Box .inner03 .btnBox02{
	position: relative;
	width: 100%;
	height: 170px;
	margin: 0 auto;
	padding: 50px 0 30px;
	background: #fff;
}
#main .Box .inner03 .btnBox .boxCaution,
#main .Box .inner03 .btnBox02 .boxCaution{
	color: #cb3750;
	text-align: center;
	font-weight: bold;
}
.Box .inner03 .btnBox ul,
.Box .inner03 .btnBox02 ul{
	float: left;
	width: 100%;
	height: auto;
}
.Box .inner03 .btnBox ul li,
.Box .inner03 .btnBox02 ul li{
	position: absolute;
	width: 170px;
	height: 60px;
	padding: 16px 0 0 0;
	text-align: center;
	background: #0159aa;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 2px 2px 3px #67738c;
		-webkit-box-shadow: 2px 2px 3px #67738c;
		-moz-box-shadow: 2px 2px 3px #67738c;
}
.Box .inner03 .btnBox ul li label,
.Box .inner03 .btnBox02 ul li label{
	font-size: 16px;
	color: #fff;
}
.Box .inner03 .btnBox ul li.consentBt,
.Box .inner03 .btnBox02 ul li.consentBt{
	top: 80px;
	left: 150px;
	background: none;
	border: none;
	box-shadow: none;
}
.Box .inner03 .btnBox ul li.submitBox,
.Box .inner03 .btnBox02 ul li.submitBox{
	top: 80px;
	right: 150px;
}
.Box .inner03 .btnBox ul li.submitBox input[type='submit'],
.Box .inner03 .btnBox02 ul li.submitBox input[type='submit']{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background: none;
	cursor: pointer;
}
.Box .inner03 .btnBox ul li.consentBt label,
.Box .inner03 .btnBox02 ul li.consentBt label{
	font-size: 16px;
	font-weight: normal;
	color: #0159aa;
}
.Box .inner03 .btnBox ul li.consentBt input[type='checkbox'],
.Box .inner03 .btnBox02 ul li.consentBt input[type='checkbox']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
	width: 10px;
}
.Box .inner03 .btnBox ul li.consentBt .cbox,
Box .inner03 .btnBox02 ul li.consentBt .cbox{
	width: 56%;
	height: 56%;
	background:url(images/checkbox.png) no-repeat;
	background-position: left top;
	background-size: 25px 50px;
	display:block;
	padding:0 0 0 30px;
	cursor:pointer;
	overflow:hidden;
	line-height:25px;
}
footer{
	border-top: 2px dotted #3b8cbd;
	padding: 40px 0 0 0;
}

/* ----------------------------------------------------------------------------
  ▼ mainCompletion
------------------------------------------------------------------------------ */
#mainCompletion{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	padding: 100px 0 0 0;
}
#mainCompletion .inner {
	width: 940px;
	height: auto;
	margin: auto;
}
#mainCompletion .inner h4{
	margin: 0 auto 60px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#mainCompletion .inner h5{
	margin: 0 auto 20px;
	font-size: 22px;
	text-align: center;
}
#mainCompletion .inner h6{
	margin: 0 auto 60px;
	font-size: 16px;
	text-align: center;
}
#mainCompletion .inner p{
	width: 170px;
	height: 60px;
	margin: 0 auto;
	padding: 18px 0 0 0;
	text-align: center;
	background: #0159aa;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 2px 2px 3px #67738c;
		-webkit-box-shadow: 2px 2px 3px #67738c;
		-moz-box-shadow: 2px 2px 3px #67738c;
}
#mainCompletion .inner p a{
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;

}

/* ----------------------------------------------------------------------------
  ▼ php
------------------------------------------------------------------------------ */
.btn{
	width: 170px;
	height: 60px;
	text-align: center;
	color: #fff;
	background: #0159aa;
	font-size: 14px;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 2px 2px 3px #67738c;
		-webkit-box-shadow: 2px 2px 3px #67738c;
		-moz-box-shadow: 2px 2px 3px #67738c;
	cursor: pointer;
	
}
#modorunote,
.alignC{
	width: 100%;
	color: #cb3750;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#modoru{
	width: 100%;
	text-align: center;
}
#btn03{
	float: left;
	margin: 0 0 0 150px;
}
#btn04{
	float: right;
	margin: 0 150px 0 0;
}
.ERR{
	color: #cb3750;
}