@charset "utf-8";

/* PAGE TITLE */
#container_pagetitle {
	width: 100%;
	height: 150px;
	padding: 0;
	margin: 0 0 150px 0;
	top: 100px;
	background-image: url("../img/img_head_contact.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#container_pagetitle h2 {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #FFFFFF;
}
@media only screen and (max-width: 400px) {
	#container_pagetitle {
		top: 90px;
	}
}
@media only screen and (max-width: 350px) {
	#container_pagetitle {
		top: 80px;
	}
}
@media screen and (min-width: 849px) {
	#container_pagetitle {
		width: auto;
		margin: 50px 50px 50px 50px;
		top: 0;
	}
}
/* Contact */
#container_contact {
	width: 100%;
	padding: 0;
	margin: 0 0 15%;
}
#container_contact .inner {
	width: 100%;
	padding: 0 5%;
}
#container_contact .inner h4 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 auto 3% auto;
}
/* List */
ul.asterisk {
	font-weight: normal;
	padding: 0;
	margin: 0 0 5% 0;
}
ul.asterisk li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	list-style-type: none;
}
ul.asterisk li:before {
	display: inline;
	content: "※";
}
.form_notice {
	font-size: 80%;
	color: #666;
}
#container_contact .inner table.border_table {
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}
#container_contact .inner table.border_table th {
	padding: .75em;
	box-sizing: border-box;
	width: 200px;
	text-align: left;
	vertical-align: middle;
}
#container_contact .inner table.border_table td {
	padding: .75em;
	box-sizing: border-box;
}
#container_contact .inner table.border_table tr {
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 849px) {
	#container_contact .inner table.normal_table {
		border-bottom: none;
	}
	#container_contact .inner table.normal_table th {
		display: block;
		width: 100%;
		border: none;
	}
	#container_contact .inner table.normal_table td {
		display: block;
		border-left: none;
		border-right: none;
	}
	#container_contact .inner table.normal_table tr {
		display: block;
	}
	#container_contact .inner table.border_table th {
		display: block;
		border-bottom: 1px solid #F0F0F0;
		width: 100%;
		font-weight: bold;
	}
	#container_contact .inner table.border_table td {
		display: block;
	}
	#container_contact .inner table.border_table tr {
		display: block;
	}
}
/* Form */
.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form select,
.form textarea {
	padding: 15px;
	background: #F5F5F5;
	border: none;
	transition: border-color 0.3s;
	font-size: 100%;
}
.form input[type="checkbox"] {
	vertical-align: -0.32em;
	margin-right: 5px;
	font-size: 16px;
	height: 20px;
	width: 20px;
	
}
.form select {
	padding-right: 30px;
	cursor: pointer;
	background-image: url(../../common/images/selectArrow.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	color: #000;
	max-width: 100%;
}
.form .rabel_contactMethod {
	margin-right: 20px;
}
.form .formWidth_40 {
	width: 40px;
}
.form .formWidth_60 {
	width: 60px;
}
.form .formWidth_300 {
	width: 100%;
	max-width: 300px;
}
.form .formWidth_600 {
	width: 100%;
	max-width: 600px;
}
.form .formWidth_max {
	width: 100%;
}
.form_required {
	color: #FF0000;
}
.form span {
	margin-left: 5px;
	margin-right: 5px;
}
.form .notice {
	margin: 5px 0 0 0;
	font-size: 80%;
	color: #666;
}
.form_required {
	color: #FFF;
	background-color: #FF0000;
	padding: 0 5px 2px 5px;
	font-size: 10px;
	vertical-align: text-bottom;
}
.form_alert {
	color: #FF0000;
	font-size: 90%;
	line-height: 1.5em;
}
.contact_btn {
	margin: 70px auto 0 auto;
}
.contact_btn input[type="button"], .contact_btn input[type="submit"] {
	display: block;
	width: 90%;
    max-width: 400px;
    padding: 0.8em;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #c4d82e;
	border: none;
	cursor: pointer;
	margin: 0 auto;
    font-size: 20px;
    font-size: 2.0rem;
	box-sizing: border-box;
	border-radius: 100px;
}
.contact_btn input[type="button"]:hover, .contact_btn input[type="submit"]:hover {
	opacity: 0.7;
	transition: all 0.5s ease 0s;
}
.contact_btn #form_confirm_back {
	margin: 10px auto 0 auto;
	cursor: pointer;
	text-decoration: underline;
	text-align: center;
}
.contact_btn #form_confirm_back:hover {
	opacity: 0.7;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.contact_btn {
		margin: 35px auto 0 auto;
	}
	.contact_btn input[type="button"], .contact_btn input[type="submit"] {
		width: 100%;
	}
	.form .formWidth_300 {
		max-width: 100%;
	}
	.form .formWidth_600 {
		max-width: 100%;
	}
}