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

/* =========================================================
 * contact
 * =========================================================*/
#CONTACT table {
	margin: 0rem auto;
}
#CONTACT table th {
	display: block;
	padding-bottom: 0.5rem;
}
#CONTACT table td {
	display: block;
	padding-bottom: 1rem;
}
#CONTACT table th {
	font-size: 1rem;
	vertical-align: top;
	text-align: left;
	padding-right: 0;
}
#CONTACT p.supplement {
	font-size: 0.8rem;
	color: #000;
	line-height: 1.1rem;
}
#CONTACT p i,
#CONTACT table th i {
	color: #900000;
}
#CONTACT input[type="text"],
#CONTACT input[type="email"],
#CONTACT input[type="tel"] ,
#CONTACT input[type="date"] ,
#CONTACT textarea,
#CONTACT select {
	padding: 0.5rem 0.5rem 0.5rem;
	font-size: 1rem;
	resize: none;
	width: 100%;
}
#CONTACT select {
	padding: 0.3rem 0.5rem 0.6rem;
}
#CONTACT input[type="checkbox"] {
	vertical-align: middle;
	min-height: 18px;
	width: 18px;
	display: inline;
	margin: 7px 5px 10px 10px;
}
#CONTACT input#q1,
#CONTACT input#q2,
#CONTACT input#s1,
#CONTACT input#s2,
#CONTACT input#s3,
#CONTACT input#k1,
#CONTACT input#k2{
	min-height: 20px;
	width: 20px;
	display: inline;
	position: relative;
	top: 3px;
	margin: 0 10px 0.5rem 0;
}
#CONTACT input[type="submit"], #CONTACT .confirm_button {
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
	width: 300px;
	background: #fff;
	border: 1px solid #0157ce;
	padding: 0.5rem;
	color: #0157ce;
	border-radius: 0.5rem;
}
#CONTACT input[type="submit"]:hover, #CONTACT .confirm_button:not(:disabled):hover {
	background: #0157ce;
	color: #fff;
}
#CONTACT .confirm_button:disabled{
	border: 1px solid #eee;
	color: #eee;
}
#CONTACT label {
    font-size: 1.2rem;
}
#CONTACT input#k2{
	margin-left: 2rem;
}
#CONTACT .back_button{
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
	width: 300px;
	background: #fff;
	border: 1px solid #aaa;
	padding: 0.5rem;
	color: #aaa;
	border-radius: 0.5rem;
}
@media screen and (min-width:960px) {
	
	#CONTACT table th {
		padding-right: 1rem;
	}
	#CONTACT table th,
	#CONTACT table td {
		display: table-cell;
	}
	#CONTACT table th {
		text-align: right;
	}
}