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

.contact-header {
  text-align: center;
  padding: 10rem 0 6rem 0;
}
.contact-title {
  font-size: 4.5rem;
}
/* CONTACT */
.contact {
  padding-top: 4rem;
  max-width: 900px;
  margin: auto;
  padding: 0 4rem;
}
@media only screen and (max-width: 767px) {
  .contact-header {
    padding: 0 0 6rem 0;
  }

  .contact {
    max-width: 90rem;
  }
}

.contact dl {
  padding-bottom: 4rem;
}
.contact dl dt,
.contact dl dd {
  padding: 0 0 1rem 0;
}
.contact dl dt span {
  font-weight: 500;
  color: #ef0202;
}
.contact dl dd {
  margin-bottom: 1rem;
}
.contact dl dd .cap {
  text-align: right;
  font-size: 2rem;
  padding: 1rem 0;
}
.contact input,
.contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact input[type="text"],
.contact textarea {
  border: #020225 2px solid;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
  padding: 2.25rem 2.5rem;
  font-size: 2.25rem;
}
.contact input[type="text"]:focus {
  outline: none;
}
.contact textarea {
  min-height: 30rem;
}
@media only screen and (max-width: 767px) {
  .contact input[type="text"],
  .contact textarea {
    font-size: 16px;
  }
}
.contact input[type="submit"],
.btn-submit {
  display: block;
  width: 35rem;
  line-height: 8rem;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.4em;
  background: #f5dd60;
  border: #f5dd60 4px solid;
  color: #000000;
  margin: auto;
  transition: 0.3s;
  border-radius: 8rem;
  font-size: 4rem;
}
.contact input[type="submit"]:hover,
.btn-submit:hover {
  background: #fff;
  color: #000000;
  transition: 0.3s;
}
.btn-return,
.back-home {
  display: block;
  width: 34rem;
  line-height: 8rem;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.2em;
  background: #ffffff;
  color: #000000;
  margin: auto;
  transition: 0.3s;
  border-radius: 8rem;
  font-size: 3rem;
  margin: 0 auto;
}
.btn-return:hover,
.back-home:hover {
  background: #ccc;
}
@media only screen and (max-width: 767px) {
  .contact input[type="submit"],
  .btn-submit,
  .btn-return,
  .back-home {
    width: 45rem;
  }
}
.el_selectBoxel_selectBox {
}
.el_selectBoxel_selectBox li {
  list-style: none;
  display: inline-block;
  width: calc(34% - 10px);
  padding: 12px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .el_selectBoxel_selectBox {
    display: flex;
    flex-wrap: wrap;
  }
  .el_selectBoxel_selectBox li {
    list-style: none;
    display: block;
    width: 50%;
  }
}
.el_selectBoxel_selectBox li input[type="radio"] + label {
  cursor: pointer;
}
.el_selectBoxel_selectBox li input[type="radio"] + label:hover {
  color: #f5dd60;
}
.el_selectBoxel_selectBox li input[type="radio"] + label:hover:before {
  background-color: #cccccc;
}
.el_selectBoxel_selectBox li input[type="radio"] + label:before {
  display: inline-block;
  content: "\f00c";
  font-family: "FontAwesome";
  color: transparent;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2rem;
  text-align: center;
  line-height: 2.5rem;
  background-color: #d7d7d7;
  border-radius: 50%;
  margin-right: 1rem;
  vertical-align: middle;
  border: solid 3px #ffffff;
}
.el_selectBoxel_selectBox li input[type="radio"]:checked + label:before {
  background-color: #f5dd60;
  border: solid 3px #f5dd60;
  color: white;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
#drop-area {
  width: 100%;
  border: 2px dashed #ccc;
  border-radius: 1.5rem;
  text-align: center;
  line-height: 20rem;
  color: #999;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#drop-area.highlight {
  border-color: #007bff;
  color: #007bff;
}
#drop-area input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#drop-area p {
  margin: 5px;
  line-height: 1.5;
}
#drop-area .dm-drop-area {
  display: block;
  border: solid 2px #ffffff;
  background: #ffffff;
  color: #000000;
  border-radius: 5rem;
  padding: 0 4rem;
}
.contact-message {
  width: 90rem;
  margin: 0 auto;
  padding: 5rem 0 0 0;
}

@media only screen and (max-width: 767px) {
  .contact-message {
    max-width: 90vw;
    width: 90vw;
  }
}
.contact-message .small {
  opacity: 0.6;
  font-size: 90%;
}
.contact-container {
  padding: 10rem 0 5rem 0;
}
@media only screen and (max-width: 767px) {
  .contact-container {
    padding: 5rem 0 5rem 0;
  }
}
#formWrap {
  text-align: center;
}
#formWrap h3,
.thanks-txt {
  margin-bottom: 1rem;
}
.formTable {
  max-width: 80rem;
  margin: 2.5rem auto;
  background: #ffffff;
  color: #000000;
  border-collapse: collapse;
  margin-bottom: 5rem;
}
.formTable th,
td {
  border: 2px solid #000;
}
.formTable tr th,
.formTable tr td {
  padding: 2.25rem 2.5rem;
  text-align: left;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .formTable {
    width: 90rem;
  }
}

.contact-message {
  margin-bottom: 5rem;
}
