@charset "utf-8";
.contact-form {}
.contact-form th { width: 30%; background-color: #ebf2f8;}
.contact-form .mbfm { margin-bottom: 0.5em;}
.contact-form P { margin-bottom: 1em;}
.contact-form .error { display: block; color:#d90000;}
.contact-form .required {
	color:#d90000;
	font-size:13px;
	font-size:1.3rem;}
.contact-form input[type="text"],
.contact-form textarea {
	width:98%;
	padding:5px;
	line-height:1.3;
	border: 1px solid #CCC;
	border-radius:2px;
}
.contact-form .w50 { width: 50% !important;}
.contact-form input[type="radio"] {
	display: none;
}
.contact-form label {
	position: relative;
	display: inline-block;
	padding: 0 1em 0 20px;
	cursor: pointer;
}
.contact-form label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}
.contact-form input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #2d6a99;
	border-radius: 100%;
}
.contact-form .submitbox {
	width:100%;
	margin:30px auto;
	text-align:center;}
.contact-form .submitbox .formbackBtn,
.contact-form .submitbox .submitBtn {
	width:30%;
	margin:0 0.5em;
	padding:1em;
	color:#fff;
	font-size:15px;
	font-size:1.5rem;
	border:none;
	border-radius:5px;}
.contact-form .submitbox .formbackBtn {
	background:#999;}
.contact-form .submitbox .submitBtn {
	background:#2d6a99;} 
.contact-form .sendmess {
	margin:2em 0 1em;
	color:#c10b0f;
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	}
.contact-form .selectWrap{
	display: inline-block;
	width:50%;
	position: relative;
}
.contact-form .selectWrap::after {
	position: absolute;
	content: '';
	top: 43%;
	right: 10px;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #CCC;
	border-right: solid 2px #CCC;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	position: relative;
	padding: 5px 40px 5px 5px;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.5;
	border: 1px solid #CCC;
	border-radius: 2px;
}
.contact-form select::-ms-expand {
	display: none;
}
.contact-form input[type=checkbox] {
    display: none;
}

.contactBack {
	margin: 50px 0;
	text-align:center;}
.contactBack a {
	width:180px;
	display: block;
	position: relative;
	padding: 15px 35px 15px 15px;
	margin:0 auto;
	box-sizing: border-box;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #2d6a9a;
	}
.contactBack a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 12px;
	background-image: url("../images/common/common_arrow01.png");
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate3d(0, -50%, 0);
	}
.contactBack a span {
  font-size: 16px;
  font-size: 1.6rem;
}
.contactBack a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
.contact-form {width: 95%;}
.contact-form .w50 { width: 100%;}
.contact-form .submitbox .formbackBtn,
.contact-form .submitbox .submitBtn {
	padding:0.5em;
	font-size:14px;
	font-size:1.4rem;
}
.contact-form .sendmess {
	font-size:16px;
	font-size:1.6rem;
	}
.contact-form th,
.contact-form td {
	display: block;
	width: 100%;
	border-left:none;
	border-right:none; 
	box-sizing:border-box;
}
.contact-form table {
	width: 100%;
	border-top: 1px solid #bcbcbc;
}

.contactBack a {
	width:70%;
	}
.contactBack a span {
  font-size: 14px;
  font-size: 1.4rem;
}
}