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

.contactform {

}
.contactform table {
	width: 100%;
	border-collapse: collapse;
}
.contactform th,
.contactform td {
	padding: 2em;
	border-bottom: 1px dashed #999999;
}
.contactform th {
	text-align: left;
	vertical-align: top;
	width: 280px;
}
input::placeholder,
input::-webkit-input-placeholder,
input::-ms-input-placeholderinput,
input:-ms-input-placeholder {
	color: #dcdcdc;
}
.contactform input[type="text"],
.contactform input[type="tel"],
.contactform input[type="email"],
select,
textarea {
	font-size: 16px;
	border: 1px solid #cccccc;
	padding: 5px;
}
.biko {
	font-size: 12px;
	color: #999999;
}
.hiss {
	font-size: 12px;
	color: #ffffff;
	padding: 5px;
	border-radius: 2px;
	background-color: #c71754;
}
.con-btn {
	text-align: center;
	margin: 2em auto;
}
.con-btn button {
	color: #555555;
	font-weight: 900;
	border: 1px solid #dbb100;
	background-color: rgba(255,255,255,.8);
	transition: all .3s ease;
	padding: 2em;
}
.con-btn button:hover {
	color: #ffffff;
	border: 1px solid #dbb100;
	background-color: #dbb100;
}
.con-btn button:disabled {
	color: #e5e5e5;
	border: 1px solid #e5e5e5;
	cursor: default;
	pointer-events: none;
}
.chs {
	display: flex;
	justify-content: center;
}
.chs > div {
	margin: 1em;
}
.g-recaptcha {
	padding: 1em;
}
.g-recaptcha > div {
	margin: auto;
}

.thnks-btm {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border-bottom: 1px solid #999999;
}
.thnks-btm > div {
	padding: 0 1em;
}
.thnks-btm-l {
}
.thnks-btm-l img {
	width: auto;
	height: 320px;
}
.thnks-btm-r {
}
.thnks-btm-r-txt {
	padding: 1em;
	border: 1px solid #999999;
	border-radius: 1em;
}
.thanksback {
	padding: 2em;
	margin: 2em 0;
}
.thanksback a {
	border: 1px solid #dbb100;
	padding: 1em;
}

@media screen and (max-width:1024px){

}
@media screen and (max-width:840px){
	.contactform th,
	.contactform td {
		font-size: 14px;
	}
}
@media screen and (max-width:480px){
	.contactform th,
	.contactform td {
		display: block;
	}
	.contactform th {
		width: 100%;
		border-bottom: none;
	}

}