@charset "utf-8";
/* contact */
.h1Wrap h1 {
	background: url(../images/contact_hbg.png) no-repeat left center;
	background-size: 21px 17px;
	padding: 0 0 0 32px;
}
.contact {
	max-width: 880px;
	margin: 0 auto;
	padding: 100px 20px 40px;
}
.contact table th {
	padding: 35px 20px 30px;
}
.contact table td {
	padding: 30px 35px;
}
.contact table td input, .contact table td select, .contact table td textarea {
	border: 1px solid #d4d4d4;
	padding: 3px 6px;
}
.contact table td select {
	width: 350px;
	-webkit-border-radius : 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
	background: url(../images/icon_arrow1.png) no-repeat right 10px center;
	background-size: 15px 11px;
}
.contact table td select::-ms-expand {
	display: none;
}
.contact table td input {
	width: 350px;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.contact table td textarea {
	width: 590px;
	height: 200px;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.contact .privacy {
	margin: 50px auto 53px;
	padding: 40px 50px;
	border: 1px solid #e2e2e2;
	background: #f3f4f8;
	width: 664px;
}
.contact .privacy ul {
	text-align: center;
	margin: 18px 0 0 0;
}
.contact .privacy ul li:first-child {
	margin-right: 40px;
}
.contact .privacy ul li {
	display: inline-block;
}
.contact .privacy ul li a {
	color: #929292;
}
.contact .privacy ul li input {
	border: 1px solid #d4d4d4;
	width: 25px;
	height: 25px;
}
.contact .checkbox label {
	padding-left: 36px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.contact .checkbox label:before {
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	left: 0;
	background-color: #fff;
	border: 1px solid #d4d4d4;
}
.contact .checkbox input[type=checkbox] {
	display: none;
}
.contact .checkbox input[type=checkbox]:checked + label:before {
	content: '\2713';
	font-size: 22px;
	color: #333333;
	line-height: 1.2;
}
.contact .btn {
	background: url(../../common/images/icon_arrow2.png) no-repeat right 72px center #19487a;
	background-size: 13px 13px;
	font-size: 1.6rem;
	color: #ffffff;
	padding: 18px 95px 17px 75px;
	border: none;
	width: 200px;
	margin: 0 auto;
	display: block;
	-webkit-border-radius : 0;
}
.contact .btn:hover {
	opacity: 0.8;
}
.contact .btnWrap {
	margin: 50px auto 0;
	overflow: hidden;
	width: 420px;
}
.contact .btnWrap .btn {
	float: right;
}
.contact .btnWrap .btn2 {
	margin-right: 20px;
	float: left;
}
.contact .btn2 {
	background: url(../../common/images/icon_arrow4.png) no-repeat left 72px center #a2a4a5;
	background-size: 13px 13px;
	font-size: 1.6rem;
	color: #ffffff;
	padding: 18px 75px 17px 95px;
	border: none;
	width: 200px;
	margin: 0 auto;
	display: block;
	-webkit-border-radius : 0;
}
.contact .btn2:hover {
	opacity: 0.8;
}
.contact h2 {
	margin-bottom: 10px;
	font-size: 2rem;
}
.contact .txt1 {
	margin-bottom: 20px;
}
.contact .noIcon {
	text-decoration: none;
}
.contact .noIcon .btn {
	margin-top: 50px;
	background: #19487a;
}
.contact .scr {
	overflow: scroll;
	margin: 50px auto;
	padding: 12px 0;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	width: 664px;
	height: 300px;
}
.contact .scr h3 {
	margin: 0 22px 12px;
    font-weight: bold;
}
.contact .scr p {
	margin: 12px 22px;
}
.contact .scr ul {
	margin: 12px 22px;
}
.contact .scr li {
	margin: 12px 0;
}

@media screen and (max-width:900px) {
/* contact */
.h1Wrap h1 {
	background: url(../images/contact_hbg.png) no-repeat left center;
	background-size: 15px 12px;
	padding: 2px 0 1px 22px;
}
.contact {
	max-width: 100%;
	margin: 0 auto;
	padding: 84px 24px 23px;
}
.contact table th {
	padding: 12px;
}
.contact table td {
	padding: 20px 12px;
}
.contact table td input, .contact table td select, .contact table td textarea {
	padding: 12px 6px;
}
.contact table td select {
	width: 100%;
	background: url(../images/icon_arrow1.png) no-repeat right 12px center;
	background-size: 22px 16px;
}
.contact table td input {
	width: 100%;
}
.contact table td textarea {
	width: 100%;
	height: 234px;
}
.contact .privacy {
	margin: 8px auto 30px;
	padding: 28px 15px;
	border: 1px solid #e2e2e2;
	background: #f3f4f8;
	width: 100%;
}
.contact .privacy ul {
	text-align: center;
	margin: 18px 0 0 0;
}
.contact .privacy ul li:first-child {
	margin-right: 0;
}
.contact .privacy ul li {
	display: block;
}
.contact .privacy ul li input {
	border: 1px solid #d4d4d4;
	width: 25px;
	height: 25px;
}
.contact .checkbox {
	margin: 20px 0 0 0;
}
.contact .checkbox label {
	padding-left: 30px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.contact .checkbox label:before {
	content: '';
	width: 19px;
	height: 19px;
}
.contact .checkbox input[type=checkbox]:checked + label:before {
	font-size: 18px;
}
.contact .btn {
	background: url(../../common/images/icon_arrow2.png) no-repeat right 72px center #19487a;
	background-size: 12px 12px;
	font-size: 1.8rem;
	padding: 18px 95px 17px 72px;
}
.contact .btn:hover {
	opacity: 1;
}
.contact .btnWrap {
	margin: 28px auto 0;
	overflow: hidden;
	width: 100%;
}
.contact .btnWrap .btn {
	float: none;
}
.contact .btnWrap .btn2 {
	margin: 20px auto;
	float: none;
}
.contact .btn2 {
	background: url(../../common/images/icon_arrow4.png) no-repeat left 72px center #a2a4a5;
	background-size: 12px 12px;
	font-size: 1.8rem;
	padding: 18px 72px 17px 95px;
}
.contact .btn2:hover {
	opacity: 1;
}
.contact .noIcon .btn {
	margin-top: 28px;
}
.contact .scr {
	overflow: scroll;
	margin: 8px auto 30px;
	padding: 12px 0;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	width: 100%;
	height: 300px;
}
.contact .scr h3 {
	margin: 0 22px 12px;
    font-weight: bold;
}
.contact .scr p {
	margin: 12px 22px;
}
.contact .scr ul {
	margin: 12px 22px;
}
.contact .scr li {
	margin: 12px 0;
}
}
