@charset "UTF-8";
/* CSS Document */
/** contact **/

tr.isError {
	background: #FEF5F6;
}

#contact_form {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (max-width: 999px) {
	#contact_form {
		width: 92%;	
	}
}

#contact_form h3 {
	font-size: 16px;
	border-left: 5px solid #000;
	padding-left: 6px;
}

#contact_form #textarea div {
	margin-bottom: 25px;
	font-size: 12px;
}

#contact_form .point {
	color: #ff0000;
	font-size: 12px;
}

#contact_form .error {
	background: #FBE5ED;
}

#contact_form .screen-reader-response {
	color: #ff0000;
}

#contact_form .screen-reader-response li {
	color: #ff0000;
}

#contact_form .wpcf7-not-valid-tip {
	color: #ff0000;
}

#contact_form .cap {
	/*color: #999;*/
	font-size: 12px;
}

#contact_form .question2 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#contact_form .question {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#contact_form table {
	width: 100%;
	border-top: 1px solid #F2F2F2;
	margin-top: 15px;
	border-collapse: collapse;
}

#contact_form table th {
	width: 220px;
	padding: 2%;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
    border-bottom: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
	text-align: left;
	vertical-align: top;
}


#contact_form table td {
	width: calc( 100% - 220px);
	padding: 2%;
	font-size: 13px;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #F2F2F2;
	vertical-align: middle;
}

#contact_form table td p {
	margin-bottom: 0;
}

#contact_form input[type="text"] {
	background: #F7F7F7;
	border: 0;
	padding: 12px 8px;
	font-size: 14px;
	/* margin: 0 5px;
	border: 1px solid #ddd; */
	border-radius: 0;
	width: 360px;
}


#contact_form input.tex_in.mail[type="text"] {
	width: 360px;
}

#contact_form label {
	margin-right: 1.5em;
}

input::-webkit-input-placeholder {
 color: #aaa;
 font-size: 11px;
}
input:-moz-placeholder {
 color: #aaa;
 font-size: 11px;
}

#contact_form input[type="email"] {

	border: solid #CCC 1px;
    border-radius: 3px;
    padding: 5px;
    font-size: 16px;
	margin: 0 5px;
}

#contact_form input[type="tel"] {

	border: solid #CCC 1px;
    border-radius: 3px;
    padding: 5px;
    font-size: 16px;
	margin: 0 5px;
}

#contact_form input.address {

	width: 420px;
}

#contact_form textarea {
	border: 0;
	border-radius: 0;
	padding: 8px;
	font-size: 14px;
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	background: #F7F7F7;
}


#contact_form input[type="submit"] {

	padding: 6px 15px;
    font-size: 16px;
    background: #000;
    border: solid #000 1px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;

}

#contact_form input[type="submit"].revise {

	padding: 6px 15px;
    font-size: 16px;
    background: #EDEDED;
    border: solid #CCC 1px;
    border-radius: 0;
    color: #666;
    cursor: pointer;

}

#contact_form .address input[type="text"] {
	width: 480px;
}

#contact_form .address input.zip[type="text"] {
	width: 120px;
}

#contact_form select {
	background: #F7F7F7;
	border: 0;
    font-size: 14px;
    padding: 5px 10px 5px 5px;
    color: #595757;
    border-radius: 0px;
    text-align: left;
	margin-bottom: 0;
	height: 38px;
	border: 0;
	border-radius: 0;
	width: 360px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact_form select::-ms-expand{
display: none;
}

#contact_form .slc_arr {
	position: relative;
	display: inline-block;
}

#contact_form .slc_arr:after {
	content: '▼';
	font-size: 11px;
	color: rgba(228, 0, 19, 1);
	position: absolute;
	right: 2%;
	top: 50%;
	margin-top: -9px;
	transform: scale(1, 0.6);
} 


#contact_form .privacyCHK {
	text-align: center;
}

#contact_form .privacyCHK li {
	display: inline-block;
	padding: 6px 8px;
	box-sizing: border-box;
}

#contact_form .privacyCHK li.isError {
	background: #FEF5F6;
}


#contact_form #btn_area {
	text-align: center;
}

#contact_form #btn_area ul {
	width: 200px;
	margin-left: auto;
	margin-right: auto;

}

#contact_form #btn_area ul li {
	float: left;
	margin: 0 10px;
	
}



@media screen and (max-width: 640px) {
	#content .unit_wrap table td label {
		line-height: 2.6em;
	}
	
	#contact_form input[type="text"] {
		width: 96%;
		padding: 2%;	
	}
	
	#contact_form .address input[type="text"] {
		width: 96%;
		padding: 2%;	
	}
	
	#contact_form textarea {
		width: 96%;
		padding: 2%;	
	}
	
	#contact_form table th {
		width: 100%;
		display: block;	
		box-sizing: border-box;
		border-bottom: 0;
		padding-bottom: 0;
		border-right: 0;
	}
	
	#contact_form table td {
		width: 100%;
		display: block;	
		box-sizing: border-box;
	}
	
	#contact_form input.tex_in.mail[type="text"] {
		width: 96%;
	}
	
	#contact_form select {
		width: 100%;
		padding-right: 30px;
		box-sizing: border-box;
	}
}


#privacy_box {
	margin-top: 25px;
}

#privacy_box a {
	color: rgba(229, 0, 18, 1);
}

#contact_form input[type="submit"] {

	position: relative;
	display: inline-block;
	height: 50px;
	min-width: 235px;
	border: 1px solid rgba(229, 0, 18, 1);
	text-align: center;
	border-radius: 0;
	text-decoration: none;
	background: rgba(229, 0, 18, 1);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

#contact_form .btn_area .btn_submit {
	position: relative;
	width: 235px;
	margin-left: auto;
	margin-right: auto;
}

#contact_form .btn_area .btn_submit .arrLink {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	right: 4%;
	content: '';
	display: inline-block;
	width: 20px;
	height: 14px;
	
}

#contact_form .btn_area .btn_submit .arrLink .arr {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


#contact_form .btn_area .btn_submit .arrLink .arr:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background: #fff;
}

#contact_form .btn_area .btn_submit .arrLink .arr:after {
	content: '';
	position: absolute;
	display: block;
	top: 2px;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}


/** contact **/

.btn_area {
	text-align: center;
	margin-bottom: 55px;
}

.btn_area input[type="submit"] {
    padding: 6px 30px;
    font-size: 16px;
    background: #043B8B;
    border: solid #043B8B 1px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}



/** checkbox **/

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
 margin: 0 0px 8px 0;
  padding: 0px 12px 12px 35px;
  /*border-radius: 8px;*/
  /*background-color: #f6f7f8;
  vertical-align: middle;*/
  cursor: pointer;
}

.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline;
  margin: 0 0px 8px 0;
  padding: 0 12px 12px 18px;
  border-radius: 8px;
  /*background-color: #f6f7f8;
  vertical-align: middle;*/
  cursor: pointer;
}

.radio:hover, .checkbox:hover {
  /*background-color: #e2edd7;*/
}
.radio:hover:after, .checkbox:hover:after {
  border-color: rgba(229, 0, 18, 1.0);
}
.radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #bbb;
  border-radius: 15px;
  content: ' ';
}

.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 0px;
  left: 0%;
  display: block;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #bbb;
  content: ' ';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  margin-top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #71d9c8;
  border-radius: 15px;
  background-color: #71d9c8;
  content: ' ';
  opacity: 0;
}



input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.active .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0px;
  left: 6px;
  margin-top: -1px;
  display: block;
  width: 12px;
  height: 16px;
  border-right: 3px solid rgba(229, 0, 18, 1.0);
  border-bottom: 3px solid rgba(229, 0, 18, 1.0);
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}