@charset "utf-8";

#visual{
	padding: 16px 0 43px;
	background: url(../../img/title_bar.png) left 0 bottom 20px repeat-x;
	position: relative;
}
#visual:before{
	content: '';
	display: block;
	position: fixed;
	top: -1px;
	left: 0;
	width: 100%;
	height: 311px;
	background: url(../img/bg.jpg) center top no-repeat;
	background-size: cover;
	z-index: -1;
}
#visual p{
	line-height: 0;
	text-align: center;
}
#visual p.icn{
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	text-align: center;
}

#pkz{
	padding-bottom: 29px;
}

.desc{
	margin: 0 auto 42px;
	position: relative;
	overflow: hidden;
	min-height: 110px;
}
.desc .tex{
	font-size: 1.3rem;
	line-height: 20px;
	text-align: left;
	margin: 0 auto 1em 0;
	width: 570px;
}
.desc .tex2{
	font-size: 1.3rem;
	line-height: 20px;
	text-align: left;
	margin: 0 auto 17px 0;
	width: 570px;
}
.desc .tex2 strong {
	font-size: 1.6rem;
	font-weight: normal;
}
.desc .info{
	background: #EFEFEF;
	width: 460px;
	margin: 0 auto 0 0;
	padding: 28px 28px 26px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.desc .info p{
	font-size: 1.5rem;
	line-height: 20px;
	text-align: left;
	margin: 0 auto 10px;
}
.desc .info p.tel{
	line-height: 0;
	margin: 0 auto;
}
.desc .img{
	position: absolute;
	top: 1px;
	right: 0;
	line-height: 0;
}
.desc .img img{
	max-width: 100%;
	height: auto;
}

#form{
	line-height: 0;
	margin: 0 auto;
	padding: 0 0 158px;
	width: 1000px;
}
#form h2{
	text-align: center;
	line-height: 0;
	margin: 0 auto 40px;
}
#form p.text{
	color: #333;
	font-size: 1.5rem;
	line-height: 140%;
	text-align: center;
	margin: 0 auto 20px;
}
#form p.text2{
	color: #333;
	font-size: 1.5rem;
	line-height: 140%;
	text-align: center;
	margin: 0 auto 60px;
}
#form p.text2>strong{
	font-size: 3rem;
	color: #008C66;
}
#form table{
	margin: 0 auto 14px;
}
#form.check table{
	margin: 0 auto 66px;
}
#form table tr{
	background: url(../img/border.png) left bottom no-repeat;
}
#form table th{
	font-size: 1.4rem;
	color: #646464;
	line-height: 160%;
	text-align: left;
	padding: 26px 1em 13px;
	vertical-align: top;
	font-weight: normal;
	position: relative;
	white-space: nowrap;
}
#form table th.required{
	background: url(../img/required.png) right 15px no-repeat;
	background-size: 43px;
}
#form table td{
	width: 710px;
	font-size: 1.6rem;
	color: #000000;
	line-height: 160%;
	text-align: left;
	padding: 15px 1em 16px;
	vertical-align: top;
	word-wrap: break-word;
	word-break: break-all;
}
#form table td.checks{
	padding-bottom: 6px;
}
#form.check table th{
	padding: 28px 1em 18px;
}
#form table tr.how_to th{
	padding-top: 24px;
}
#form table tr.how_to td{
	padding-top: 20px;
	padding-bottom: 18px;
}
#form.check table th.required{
	url(../img/required.png) right 16px no-repeat
}
#form.check table td{
	padding: 25px 1em 21px;
	font-weight: bold;
}
#form.check table td.checks{
	padding-bottom: 10px;
}
#form table td>span{
	color: #BA0611;
	font-weight: normal;
	font-size: 1.6rem;
	display: block;
	padding-top: 4px;
}
#form table td input,
#form table td textarea{
	width: 100%;
	padding: 8px 8px 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #868686;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	font-size: 1.6rem;
}
#form select {
	width: 210px;
	font-size: 1.4rem;
	padding: 10px 10px 7px 13px;
	border: 1px solid #969696;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../img/ico_form_02.png") no-repeat 94% 8px, -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dcdcdc));
	background: url("../img/ico_form_02.png") no-repeat 94% 8px, -webkit-linear-gradient(top, #f2f2f2 0%, #dcdcdc 100%);
	background: url("../img/ico_form_02.png") no-repeat 94% 8px, -o-linear-gradient(top, #f2f2f2 0%, #dcdcdc 100%);
	background: url("../img/ico_form_02.png") no-repeat 94% 8px, linear-gradient(to bottom, #f2f2f2 0%, #dcdcdc 100%)
}
#form table td input[name="zip"]{
	width: 210px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input::-webkit-input-placeholder{
	color: #B4B4B4;
}
input::-moz-placeholder{
	color: #B4B4B4;
}
input:-moz-placeholder{
	color: #B4B4B4;
}
input:-ms-input-placeholder{
	color: #B4B4B4;
}
#form table label{
	display: inline-block;
	margin: 0 80px 0 0;
	vertical-align: top;
}
#form table label input{
	width: auto;
	border: 1px solid #868686;
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px 0 0;
}
#form table label span{
	display: inline-block;
	vertical-align: text-top;
	margin: 2px 0 0 0;
}

#form .privacy{
	text-align: left;
	line-height: 160%;
	color: #A1A1A1;
	font-size: 1.3rem;
	margin: 0 auto 44px;
}
#form .privacy a{
	color: #A1A1A1;
}
#form .privacy a:hover{
	opacity: 0.7;
}

#form ul.btn{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
}
#form ul.btn>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 10px;
	padding: 0;
	vertical-align: middle;
}
#form.check ul.btn>li{
	margin: 0 70px;
	vertical-align: bottom;
}
#form ul.btn>li>a,
#form ul.btn>li>input,
#form ul.btn>li>button{
	display: block;
	border: none;
	background: none;
	color: #fff;
	font-size: 2.3rem;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	box-shadow: none;
}
#form ul.btn>li>a:hover,
#form ul.btn>li>input:hover{
	text-decoration: none;
}
#form ul.btn>li>input:focus,
#form ul.btn>li>button:focus{
	outline: none;
}
#form ul.btn>li>button.check{
	background: url(../img/check_btn_on.png) center top no-repeat;
}
#form ul.btn>li>button.back{
	background: url(../img/back_on.png) center top no-repeat;
}
#form ul.btn>li>button.send{
	background: url(../img/submit_on.png) center top no-repeat;
}
#form ul.btn>li>button:hover img{
	opacity: 0;
}

#form .tex3{
	width: 700px;
	margin: 75px auto 113px;
}
#form .tex3 p{
	font-size: 1.3rem;
	line-height: 160%;
	text-align: left;
	margin: 0 auto 10px;
}

.err{
	color: #BA0611;
	font-weight: bold;
}