@charset "UTF-8";
/*
	Filename: contact
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#sec_01
------------------------------------------------------*/
#sec_01 .wrap {
  padding: 0 230px;
}
#sec_01 .wrap .flex .contact_l {
  width: 30%;
  padding: 40px 0 60px;
}
#sec_01 .wrap .flex .contact_l h2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #d7002d;
}
#sec_01 .wrap .flex .contact_r {
  width: 70%;
  padding: 40px 0 60px;
}
#sec_01 .wrap .flex .contact_r p {
  margin-bottom: 30px;
  font-size: 16px;
}
#sec_01 .wrap .flex .contact_r p:last-child {
  margin-bottom: 0;
}
#sec_01 .wrap .flex .contact_l:nth-of-type(1), #sec_01 .wrap .flex .contact_r:nth-of-type(2) {
  padding-top: 0;
  border-bottom: 1px solid #dedede;
}
.formArea th,
.formArea td {
  border-collapse: collapse;
}
.formArea table {
	width: 100%;
	margin-bottom: 50px;
}
.formArea th {
	width: 30%;
  padding: 10px 0;
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
	vertical-align: middle;
}
.formArea table tr:nth-of-type(4) th, .formArea table tr:nth-of-type(5) th {
  padding-top: 30px;
	vertical-align: top;
}
.formArea td {
	width: 70%;
  padding: 10px 0 0;
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
	vertical-align: middle;
}
.required_red {
  margin-right: 10px;
  padding: 2px 15px 3px;
  background: #d7002d;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
}

/* Chrome */
::-webkit-input-placeholder {
  color: #999;
}
/* Firefox */
::-moz-placeholder {
  color: #999;
}
/* IE */
:-ms-input-placeholder {
  color: #999;
}
.formArea input[type="text"], .formArea textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  background: #f2f2f2;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formArea input[type="text"]:focus, .formArea textarea:focus {
  box-shadow: 0 0 7px #74A92D;
  border: 1px solid #74A92D;
}
.formArea .yuubin {
  width: 15% !important;
}
.flat.border {
  width: 100%;
  max-width: 350px;
  position: relative;
  margin: 80px auto 0;
  text-align: center;
  display: block;
  padding: 10px;
  background: #121c45;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 20px;
  transition: 0.3s;
  border: 1px solid #121c45;
  cursor: pointer;
}
.flat.border:hover {
  background: #fff;
  border: 1px solid #121c45;
  color: #121c45;
}
.btn {
  text-align: center;
}
.submit-btn, .submit-btn2 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 10px 80px;
  background-color: #d7002d;
  cursor: pointer; /* ポインターカーソルを表示 */
}
table.cofilm th {
  padding: 10px;
	border: 1px solid #f2f2f2;
}
table.cofilm td {
  padding: 10px;
	border: 1px solid #f2f2f2;
}
.mb30 {
  margin-bottom: 30px;
}
.btn_kakunin {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 700;
}
.btn_kakunin input[type=submit], .btn_kakunin input[type=button] {
  width: 30% !important;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  padding: 8px 20px;
  background-color: #d7002d;
  cursor: pointer; /* ポインターカーソルを表示 */
}
.btn_kakunin input[type=submit]:hover, .btn_kakunin input[type=button]:hover {
  opacity: .6;
}
.btn_kakunin input[type=button] {
  color: #3e3a39 !important;
  background-color: #DBDFE3 !important;
}
@media screen and (max-width: 1426px) {
  #sec_01 .wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  #sec_01 .wrap .flex .contact_l {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: 1px solid #dedede;
  }
  #sec_01 .wrap .flex .contact_l h2 {
    font-size: 20px;
  }
  #sec_01 .wrap .flex .contact_r {
    width: 100%;
    padding: 30px 0 60px;
    border-top: none;
  }
  #sec_01 .wrap .flex .contact_l:nth-of-type(1) {
    padding-top: 30px;
    border-bottom: 1px solid #dedede;
  }
  #sec_01 .wrap .flex .contact_r:nth-of-type(2) {
    padding-top: 30px;
    border-bottom: none;
  }
  .formArea th {
    display: block;
    width: 100%;
  }
  .formArea table tr:nth-of-type(4) th, .formArea table tr:nth-of-type(5) th {
    padding-top: 10px;
    vertical-align: middle;
  }
  .formArea td {
    display: block;
    width: 100%;
  }
  table.cofilm th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.cofilm td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
  table.cofilm tr:last-of-type td {
    border-bottom: 1px solid #f2f2f2;
  }
  .btn_kakunin input[type=submit], .btn_kakunin input[type=button] {
    width: 60% !important;
    margin-bottom: 20px;
  }
}