@charset "utf-8";

#h2Hanger{ background-image: url("../contact/img/h2_bg01.jpg");}

section{
	margin: 15px auto;
	padding: 0 15px;
	background: none;
}

h3{
	margin: 30px 0 15px;
	padding: 10px 10px 10px 20px;
	border-left: 5px solid #07244f;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: inherit;
}
form h3:nth-child(1){ margin-top: 5px;}

h4{
	margin: 10px 0 5px;
	font-size: 18px;
	font-size: 1.8rem;
}

p,ul,ol,dl,table{
	padding: 15px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.more{ margin: 30px 0;}
.more a{
	position: relative;
	display: block;
	width: 260px;
	padding: 20px;
	background-color: rgba(178,78,37,1.00);
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}
.more a::after{
	content: url(../img/icon_blank_w.svg);
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
}
.more a:hover{ background: rgba(178,78,37,0.80);}

table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}

th{
	width: 35%;
	padding: 15px;
	background-color: #07244f;
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: left;
}

td{
	width: 65%;
	font-size: 16px;
	font-size: 1.6rem;
	background: #f7f6f3;
	padding: 15px;
}

input[type="text"],
input[type="number"],
input[type="email"],
textarea,
select{
	max-width: 100%;
	padding: 5px;
	border: 1px solid #CCC;
}

p span,
th span{
	display: inline-block;
	color: #fafafa;
	background-color: #c5132a;
	margin: 0 0 0 5px;
	border-radius: 10.0rem;
	padding: 1px 10px 2px 10px;
	font-size: 1.2rem;
}

.form_btn{
	margin: 30px auto;
	text-align: center;
}

.form_btn button{
	display: inline-block;
	height: 60px;
	justify-content: center;
	margin: 10px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	line-height: 16px;
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	outline: none;
	align-items: center;
	cursor: pointer;
}
.form_btn input{
	display: inline-block;
	height: 60px;
	justify-content: center;
	margin: 10px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	line-height: 16px;
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	outline: none;
	align-items: center;
	cursor: pointer;
}
.form_btn .send{
	width: 260px;
	background-color: rgba(178,78,37,1.00);
}
.form_btn .send:hover{ background: rgba(178,78,37,0.80);}
.form_btn .back{
	width: 140px;
	background-color: #8F8F8F;
}
.form_btn .back:hover{ background: rgba(143,143,143,0.80);}
	
label{ display: inline-block;}

footer{
	margin-top: 10vh;
	border-top: 1px dotted #07244f;
}


/**************************************************
 Responsive
**************************************************/

@media screen and (max-width: 640px){
	
	.more{
		margin: 20px auto;
	}
	.more a{ margin: auto;}

	form{
		margin: 0;
		padding: 0;
	}
		
	input,
	textarea,
	select{ width: 100%;}
	
	input[type="checkbox"]{
		display: inline-block;
		width: auto;
	}
	
	label{
		display: inline-block;
		width: 80%;
		margin: 0;
		padding: 10px 0 0 0;
		line-height: 1;
	}
	
	table th,
	table td{
		display: block;
		width: 100%;
		padding: 10px;
	}
	
	.form_btn{ margin: 15px auto;}
	
}