@charset "UTF-8";
/* 色設定 */
/* ============================================ */
/* メインビジュアル */
.viewport-ss {
  max-width: 780px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: content-box;
}

body {
  background: #f5f5f5;
}

main {
  padding-bottom: 200rem;
}

main #contact-form {
  background-image: url(../img/bg_mainvisual.jpg);
  background: red;
  padding-bottom: 200rem;
}

main #contact-form h2 {
  text-align: center;
  color: #3cb57e;
}

main #contact-form h2 .ja {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 40rem;
}

main #contact-form h2 .en {
  font-weight: 700;
  letter-spacing: -1rem;
}

main #contact-form h2 .en span:nth-child(2n) {
  color: #8bc765;
}

main #contact-form figure {
  width: 350rem;
  margin: 0rem auto 100rem;
}

main #contact-form .guid {
  font-size: 15rem;
  text-align: center;
  color: #26272c;
  padding-bottom: 100px;
  font-weight: 700;
  margin-top: 40rem;
}

main #contact-form .Form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50rem;
  width: 100%;
}

main #contact-form .Form table {
  margin: 0 auto;
}

main #contact-form .Form table tbody tr {
  width: 100%;
  display: flex;
  flex-direction: column;
}

main #contact-form .Form table tbody tr th {
  display: block;
  padding-bottom: 10rem;
  width: 100%;
  font-size: 16rem;
}

main #contact-form .Form table tbody tr th .Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  width: 10px;
  display: inline-block;
  text-align: center;
  color: red;
  font-size: 14px;
}

main #contact-form .Form table tbody tr td {
  display: block;
  padding-bottom: 30rem;
  width: 100%;
}

main #contact-form .Form table tbody tr td input {
  width: 100%;
  border: 1px solid #cccccc;
  height: 40rem;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 8rem;
  background: white;
}

main #contact-form .Form table tbody tr td textarea {
  background: white;
  width: 100%;
  border: 1px solid #cccccc;
  height: 240rem;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  border-radius: 8rem;
}

main #contact-form .Form table tbody tr td select {
  width: 100%;
  border: 1px solid #cccccc;
  height: 40rem;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 8rem;
  background: white;
  position: relative;
}

main #contact-form .Form table tbody tr td .select_wrapper {
  position: relative;
}

main #contact-form .Form table tbody tr td .select_wrapper::after {
  content: "";
  position: absolute;
  top: calc(50% - 2rem);
  right: 16rem;
  width: 12rem;
  height: 12rem;
  border-right: 2rem solid #333;
  border-bottom: 2rem solid #333;
  transform: translateY(-50%) rotate(45deg);
}

main #contact-form .Form table tbody tr td input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 2px solid #3f51b5;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-1em);
}

main #contact-form .Form table tbody tr td input[type="radio"]:checked:after {
  content: "";
  width: 70%;
  height: 70%;
  background-color: #3f51b5;
  border-radius: 50%;
}

main #contact-form .Form-Btn input {
  display: flex;
  width: 100%;
  max-width: 350px;
  height: 64rem;
  background-color: #3cb57e;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16rem;
  position: relative;
  margin: 40rem auto;
}

main #contact-form .Form-Btn input:before {
  position: absolute;
  content: "";
  border: white 2px solid;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 100px;
}

main #contact-form .Form-Btn input:after {
  position: absolute;
  content: "";
  background-image: url(../img/ico_arrow_white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16rem;
  height: 16rem;
  right: 20rem;
  top: 50%;
  transform: translateY(-50%);
}

main #contact-form .Form-Btn input:hover {
  background: #3cb57e;
  color: white;
  transition: 0.3s;
}

main #contact-form .caution {
  text-align: center;
  font-size: 15rem;
  margin-top: 70rem;
  margin-bottom: 50rem;
}

main #contact-form .caution a {
  color: blue;
  text-decoration: underline;
}

/* ============================ ============================ */
@media screen and (max-width: 780px) {
  /* メインビジュアル */
  .viewport-ss {
    box-sizing: border-box;
  }
  /* ============================ ============================ */
  /* ============================================ */
  /* ============================ ============================ */
}
