@charset "utf-8";

#title:before{
	background: url(../img/bg.jpg) center top no-repeat;
	background-size: cover;
}

#contents .texts{
	margin: 0 auto 40px;
}
#contents .texts p{
	font-size: 1.4rem;
	line-height: 24px;
	color: #000;
	text-align: left;
	margin: 0 auto 1em;
}
#contents .texts p:last-child{
	margin-bottom: 0;
}
#contents .texts p.strong{
	font-size: 2.2rem;
	line-height: 38px;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
}
#contents .texts p.strong2{
	font-size: 1.8rem;
	line-height: 31px;
	margin: 0 auto 120px;
	font-weight: bold;
	text-align: center;
}

#contents form{
	background: #f3f3f3;
	padding: 50px 0;
	margin: 0 auto 60px;
}
#contents form table{
	margin: 0 auto 10px;
	border: none;
}
#contents form table th{
	text-align: left;
	width: 280px;
	padding: 15px 40px 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#contents form table th.req:after{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 20px;
	background: url(../img/req.svg) 0 0 no-repeat;
	background-size: auto 100%;
	margin: 2px 0 10px 20px;
}
#contents form table td{
	padding: 12px 40px 10px;
	font-size: 1.4rem;
	color: #000;
	border: none;
}
#contents form table td>p{
	display: block;
	margin: 0 auto 10px !important;
}
#contents form table td>p:last-child{
	margin-bottom: 0 !important;
}
#contents form table td ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
}
#contents form table td ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 24px;
	color: #000;
}
#contents form table td ul.col2>li{
	width: 50%;
}
#contents form table td ul.col3>li{
	width: 33.333%;
}
#contents form table td ul>li input{
	vertical-align: top;
	margin-top: 6px;
}
#contents form>table td>table{
	background: #a8c2d2;
	border-radius: 10px;
	padding: 10px 0;
}
#contents form>table td>table th{
	padding: 10px 0 8px 20px;
	font-weight: bold;
}
#contents form>table td>table td{
	padding: 10px 20px 8px 0;
}
#contents form>table td>table tr:first-child th,
#contents form>table td>table tr:first-child td{
	padding-top: 20px;
}
#contents form>table td>table tr:last-child th,
#contents form>table td>table tr:last-child td{
	padding-bottom: 18px;
}


#contents form input[type="text"],
#contents form input[type="email"]{
	width: 100%;
	max-width: 590px;
	padding: 10px 10px 8px;
	line-height: 120%;
	border: 1px solid #666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents form input[name="zip"]{
	width: 100px;
	padding: 10px 10px 8px;
	line-height: 120%;
	border: 1px solid #666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 1em 0 0;
	/* text-align: center; */
}
#contents form input[name="tel1"],
#contents form input[name="tel2"],
#contents form input[name="tel3"]{
	padding: 10px 10px 8px;
	width: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents form textarea{
	width: 100%;
	max-width: 590px;
	padding: 10px 10px 8px;
	line-height: 120%;
	border: 1px solid #666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#contents form select{
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	width: 80px;
	padding: 10px 10px 8px 10px;
	line-height: 120%;
	border: 1px solid #666;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff url(../img/select.svg) no-repeat right 0.75rem center;
	background-size: 10px auto;
	margin: 0 10px;
}
#contents form ul>li:firs-child select{
	margin: 0 10px 0 0;
}
#contents form select::-ms-expand{
	display: none;
}

#contents form p.privacy_check{
	max-width: 900px;
	padding: 0 20px;
	margin: 0 auto 15px;
	font-size: 1.6rem;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents form p.privacy_check input{
	vertical-align: top;
	margin: 4px 0 0 0;
}
#contents form p.link{
	padding: 0 20px;
	margin: 0 auto 40px;
	font-size: 1.4rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents form p.link>a{
	color: #0071bc;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents form p.link>a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#contents form .privacy{
	max-width: 900px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 40px 20px;
	margin: 0 auto 75px;
	font-size: 1.4rem;
	text-align: left;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents form .btn{
	text-align: center;
	line-height: 0;
}
#contents form .btn input{
	border: 1px solid #9e9e9e;
	min-width: 290px;
	line-height: 54px;
	font-size: 1.9rem;
	color: #424242;
	background: -moz-linear-gradient(top,  rgba(220,220,220,1) 0%, rgba(231,231,231,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(231,231,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(220,220,220,1) 0%,rgba(231,231,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 0 20px;
	cursor: pointer;
	margin: 0 8px;
	border-radius: 15px;
	font-weight: bold;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
#contents form .btn input:focus{
	outline: none;
}
#contents form .btn input:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contents form p.error {
	color: #CC0000;
	font-weight: bold;
	margin-top: 10px;
}

#contents .dial{
	text-align: center;
	margin: 0 auto;
}
#contents .dial p.text{
	font-size: 1.8rem;
	line-height: 120%;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
	color: #000;
}
#contents .dial p.tel{
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 20px;
	font-size: 1.8rem;
	line-height: 120%;
	font-weight: bolder;
}
#contents .dial p.tel>small,
#contents .dial p.tel>a,
#contents .dial p.tel>span{
	display: inline-block;
	line-height: 120%;
	vertical-align: middle;
}
#contents .dial p.tel>small{
	font-size: 1.4rem;
	line-height: 100%;
	text-align: left;
}
#contents .dial p.tel>a{
	font-size: 3rem;
	padding: 0 20px 0 10px;
	color: #666;
}

@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	#contents .texts p{
		font-size: 1.3rem;
	}
	#contents .texts p.strong{
		font-size: 1.8rem;
	}
	#contents .texts p.strong2{
		font-size: 1.6rem;
		margin-bottom: 100px;
	}
	
	#contents form{
		margin: 0 -20px 40px;
		padding: 10px 5px;
	}
	#contents form table,
	#contents form table tbody,
	#contents form table tr,
	#contents form table th,
	#contents form table td{
		display: block;
	}
	#contents form table th{
		width: auto;
		padding: 12px 20px 0px;
	}
	#contents form table td{
		padding: 6px 20px 10px;
	}
	#contents form>table td>table th,
	#contents form>table td>table td{
		padding: 2px 20px 10px;
	}
	#contents form>table td>table tr:first-child td{
		padding-top: 2px;
	}
	#contents form>table td>table tr:last-child th,
	#contents form>table td>table tr:last-child td{
		display: inline-block;
	}
	#contents form>table td>table tr:last-child td{
		width: 70%;
		padding: 2px 10px 10px;
	}
	#contents form table td ul.col_sp2>li{
		width: 50%;
	}
	#contents form table td ul.col_sp2>li:nth-child(1),
	#contents form table td ul.col_sp2>li:nth-child(2){
		padding-bottom: 20px;
	}
	
	#contents form input[name="zip"]{
		width: 90px;
	}
	#contents form table td ul.col2 {
		margin-top: 10px;
	}
	#contents form table td ul.col2>li {
		font-size: 1.5rem;
		width: 100%;
		margin-bottom: 13px;
	}
	#contents form table td ul.col3 {
		margin-top: 10px;
	}
	#contents form table td ul.col3>li {
		font-size: 1.5rem;
		width: 50%;
		margin-bottom: 13px;
	}
	#contents .dial{
		margin-top: 60px;
	}
	#contents .dial p.tel{
		margin: 0 -20px;
	}
	#contents .dial p.tel>span{
		display: block;
		padding: 5px 0 0;
	}
}