@charset "UTF-8";
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

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

#container main section#contact {
  margin: 30px auto 0;
  max-width: 1000px;
}
#container main section#contact .title {
  text-align: center;
  margin: 0 0 20px;
}
#container main section#contact .title h2 {
  color: #000000;
  font-size: 22px;
}
#container main section#contact .title h2 span {
  display: block;
  color: #C10000;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
}
#container main section#contact .formarea {
  margin: 50px 0;
}
#container main section#contact .formarea form table {
  width: 100%;
}
#container main section#contact .formarea form table tr td {
  padding: 0 0 10px;
}
#container main section#contact .formarea form table tr td:first-child {
  width: 20%;
  text-align: right;
}
#container main section#contact .formarea form table tr td:last-child {
  width: 80%;
  padding: 0 0 10px 20px;
}
#container main section#contact .formarea form table tr td:last-child input {
  background: #f2f2f2;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
}
#container main section#contact .formarea form table tr td:last-child .select {
  position: relative;
  width: 60%;
}
#container main section#contact .formarea form table tr td:last-child .select:after {
  content: "▼";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
}
#container main section#contact .formarea form table tr td:last-child .select select {
  background: #f2f2f2;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
}
#container main section#contact .formarea form table tr td:last-child textarea {
  width: 100%;
  height: 250px;
  background: #f2f2f2;
}
#container main section#contact .btnarea {
  margin: 50px 0;
  text-align: center;
}
#container main section#contact .btnarea .check {
  margin: 0 0 20px;
}
#container main section#contact .btnarea .check input[type="checkbox"] {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
#container main section#contact .btnarea .check input[type="checkbox"]:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -15px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #585753;
  background-color: #FFF;
}
#container main section#contact .btnarea .check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -14px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753;
}
#container main section#contact .btnarea .check a {
  color: #f00;
}
#container main section#contact .btnarea .btn {
  width: 70%;
  height: 50px;
  background: #C10000;
  border-radius: 25px;
  margin: 10px auto 0;
  transition: all .3s ease-out;
}
#container main section#contact .btnarea .btn:hover {
  background: #FF6969;
}
#container main section#contact .btnarea .btn input {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  #container main section#contact .formarea {
    padding: 0 10px;
  }
}
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #container main section#contact {
    margin: 20px auto 0;
  }
  #container main section#contact .title h2 {
    font-size: 16px;
  }
  #container main section#contact .formarea {
    max-width: 420px;
    margin: 20px auto;
  }
  #container main section#contact .formarea form table {
    width: 100%;
  }
  #container main section#contact .formarea form table tr td {
    padding: 0 0 10px;
  }
  #container main section#contact .formarea form table tr td:first-child {
    width: 100%;
    display: block;
    text-align: left;
  }
  #container main section#contact .formarea form table tr td:last-child {
    width: 100%;
    display: block;
    padding: 0 0 20px;
  }
  #container main section#contact .formarea form table tr td:last-child input {
    background: #f2f2f2;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
  #container main section#contact .formarea form table tr td:last-child .select {
    width: 100%;
  }
  #container main section#contact .btnarea {
    margin: 0 0 50px;
  }
  #container main section#contact .btnarea .check {
    margin: 0 0 20px;
  }
  #container main section#contact .btnarea .btn {
    width: 100%;
  }
}

/*# sourceMappingURL=contact.css.map */
