@charset "UTF-8";

@media screen and (max-width: 767px) {
	.contact_area {
		padding-bottom: 12%;
	}
}
.form_top_txt {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.form_top_txt {
		margin-top: 8%;
	}
}
.form_top_txt.complete {
font-size: 24px;
font-weight: bold;
margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
.form_top_txt.complete {
font-size: 20px;
}
}
.red {
	color: #df0000;
}
.red_txt {
	margin-top: 2%;
	color: #df0000;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.txt_top {
	margin-top: 7.5%;
}
@media screen and (max-width: 767px) {
	.txt_top {
	margin-top: 12%;
	}
}

.contact_area .txt_box {
  margin-top: 7.5%;
  margin-bottom: 4%;
  padding: 35px 40px;
  border: 2px solid #008e00;
}
@media screen and (max-width: 767px) {
.contact_area .txt_box {
  padding: 20px 25px;
}
}
.contact_area .txt_box .sub_ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
.contact_area .txt_box .sub_ttl {
line-height: 1.6;
}
}
.contact_area .txt_box .cmn_txt {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.form_table {
  width: 100%;
  margin-top: 4%;
  border-top: 1px solid #222;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .form_table {
    margin-top: 8%;
  }
}
.form_table tr {
	border-bottom: 1px solid #222;
}
.form_table th {
  width: 25%;
  padding: 3%;
  text-align: left;
  background-color: #EBF4F9;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_table th {
    display: block;
    width: 100%;
    padding: 4% 5%;
  }
}
.form_table td {
	padding: 3.5% 4%;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .form_table td {
    display: block;
    width: 100%;
	padding: 6% 4%;
  }
}
@media screen and (max-width: 767px) {
  .form_table.confirm {
    margin-bottom: 12%;
  }
}
.form_table.confirm th {
  padding-top: 2.5%;
  padding-bottom: 3%;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 767px) {
  .form_table.confirm th {
    border-bottom: none;
    padding-top: 5%;
    padding-bottom: 1%;
  }
}
.form_table.confirm td {
  padding-top: 2.5%;
  padding-bottom: 3%;
  border-bottom: 1px solid #222;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form_table.confirm td {
    padding-bottom: 6%;
  }
}

/* iOS Reset */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: transparent;
}

input[type=text], select, textarea {
  display: inline-block;
  width: 100%;
  padding: 18px 20px 20px;
  border: 1px solid #222;
  font-family: "Roboto", Arial, "Noto Sans JP", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
	input[type=text], select, textarea {
		padding: 6%;
	}
}
input[type=text]:focus, select:focus, textarea:focus {
  background-color: #EBF4F9;
  outline: none;
}

textarea {
  height: 200px;
}

.form_table tr:nth-of-type(4) input[type=text] {
	width: 100px !important;
}
@media screen and (max-width: 767px) {
	.form_table tr:nth-of-type(4) input[type=text] {
		width: 45% !important;
	}
}

select {
	width: 50%;
}
@media screen and (max-width: 767px) {
	select {
		width: 100%;
	}
}

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

label {
  display: block;
  margin: 20px 0;
}

label:nth-of-type(1) {
  margin: 0;
}

label:nth-of-type(3) {
  margin-bottom: -20px;
}

input[type=radio] + label {
  padding-left: 35px;
  position: relative;
  margin-right: 50px;
}

label:hover {
  cursor: pointer;
}

input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
}

input[type=radio]:checked + label {
  color: #df0000;
}

input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #df0000;
  border-radius: 50%;
}

.input_btn {
  border: none;
  z-index: 100;
}

.button_box {
  margin-top: 4%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button_box {
    margin-top: 8%;
  }
}
.button_box input[type=submit] {
	display: block;
  transition: 0.2s;
  width: 400px;
  margin: 0 auto -1%;
  border: none;
  border-bottom: 5px solid #a85300;
}
@media screen and (max-width: 767px) {
  .button_box input[type=submit] {
    width: 100%;
  }
}
.button_box input[type=submit]:hover {
  opacity: 0.9;
  box-shadow: none;
  cursor: pointer;
}
.button_box input[type=submit]:nth-of-type(2) {
margin-top:3.5%;
  border: 1px solid #333;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
.button_box input[type=submit]:nth-of-type(2) {
margin-top:6%;
}
}
.button_box .txt_link {
	margin-top: 2%;
}

/*.contact_area .btn_box {
	width: 400px;
	height: 70px;
	margin: 5% auto 0;
	.btn_wrap {
		position: relative;
		margin-top: -70px;
	}
	.arrow {
		position: absolute;
		right: 120px;
		top: 35px;
		z-index: 100;
	}
}*/
.contact_area .privacy {
	margin-top: 6%;
  text-align: center;
}
@media screen and (max-width: 767px) {
	.contact_area .privacy {
		margin-top: 12%;
		line-height: 1.8;
	}
}

.contact_area .link {
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .contact_area .link {
    margin-top: 8%;
    margin-bottom: 8%;
  }
}

.form_table td br {
  display: none;
}
input[type=radio]:nth-of-type(4) + label {
  padding-top: 20px;
}
input[type=radio]:nth-of-type(4) + label::before {
  top: 20px;
}
input[type=radio]:nth-of-type(4):checked + label::after {
  top: 24px;
}
.cmn_txt.confirm {
  margin-top: 7.5%;
}

.button_box .btn {
  font-size: 2.4rem;
  padding: 24px 60px 24px 50px;
  height: auto;
}
.button_box .btn:hover {
  color: #fff;
  background-color: #FF7E00;
  opacity: 0.75;
}
.txt_link:hover {
  opacity: 0.75;
}