.contact{
  padding: 60px 0;
}
.contact__top{
  margin: 40px 0 30px;
}
.contact__top p{
  text-align: center;
  font-size: 14px;
}
.contact__form table {
  width: 100%;
  border: none;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.contact__form tr {
  border-top: solid 1px #ccc;
}

.contact__form tr + tr {
  border-bottom: solid 1px #ccc;
}

.contact__form tr:nth-child(2n) {
  background: #FBFBF9;
}

.contact__form th {
  width: 30%;
  max-width: 280px;
  padding: 10px 30px;
  vertical-align: middle;
  background: #fff;
  font-weight: bold;
  text-align: center
}

.contact__form th,
.contact__form td {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #fff;
	border: none;
	line-height: 1.4;
  font-size: 14px;
}

.contact__form td {
  text-align: left;
}

.contact__form textarea {
  border: 1px solid #ccc;
  background-color: #fff;
  padding-top: 10px;
  padding-left: 10px;
}

.contact__form input {
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.contact__form select {
	padding: 3px 10px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
	border-color: #CCC;
}

.contact__form .c-txt{
  width: 80%;
  max-width: 400px;
}

.contact__form .required:before{
  content: '必須';
  padding: 3px 20px;
  border-radius: 20px;
  background: #C38B88;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
}

.required_1{
  content: '必須';
  padding: 3px 20px;
  border-radius: 20px;
  background: #C38B88;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
}

.contact__form input[type=radio] {
  visibility: hidden;
  position: absolute;
}

.contact__form input[type=radio] + label:before {
  height: 10px;
  width: 10px;
  margin-right: 10px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #ccc;
  position: absolute;
  top: 1px;
  left: 5px;
  display: none;
}

.contact__form input[type=radio] + label:after {
  height: 20px;
  width: 20px;
  margin-right: 0px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #ccc;
  position: absolute;
  top: -4px;
  left: 0px;
  border-radius: 50%;
}

.contact__form input[type=radio]:checked + label:before {
  background: #39A5A9;
  display: block;
}

.contact__form input[type=radio] + label:before {
  border-radius: 50%;
}

.form_select label {
  position: relative;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  margin-bottom: 15px;
  cursor: pointer;
}

.contact__form .sub{
  margin-top: 10px;
}

.contact__form .formbotan{
  display: flex;
  justify-content: center;
}

.contact__form button{
  padding: 10px 60px;
  border-radius: 25px;
  border: none;
  color: #C38B88;
  font-weight: bold;
  border: 2px solid #C38B88;
  background: #FFF;
  margin: 0 20px;
  cursor: pointer;
  transition: .5s;
  font-size: 14px;
}

.contact__form button:hover{
  background: #C38B88;
  color: #FFF;
}

.policy{
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
}

.policy_2{
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
}

.policyBox {
	width: 47%;
	margin: 0 auto;
}

/* .policyBox dl + dl {
  margin-left: 30px;
  margin-right: -30px;
} */

.policyBox .policyBox-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.policyBox-content {
  padding: 40px;
  border: solid 1px #CCC;
  border-radius: 12px;
  background-color: #fff;
  max-height: 160px;
  overflow-y: auto;
}

.policyBox p {
  font-size: 12px;
  text-align: center;
}

.policyBox p + p {
  margin-top: 20px;
}

.fRed {
  color: #FF0000;
}