@charset "UTF-8";

/* contact */
.contact {
  margin-top: 56px;
}
.contact .description_static_pages {
  font-size: 14px;
  width: 85%;
  text-align: center;
  margin: 40px auto 0;
}
.contact .wrapper_content_static_pages {
  width: 860px;
  margin: 60px auto 0;
  padding: 56px;
}

/* form */
#form .form_group dl {
  margin-top: 48px;
}
#form .form_group dl:first-child {
  margin-top: 0px;
}
#form .form_group dt {
  display: -webkit-flex;
  -webkit-align-items: baseline;
  display: flex;
  align-items: baseline;
}
#form .form_group dt label {
  font-weight: bold;
}
#form .form_group dd {
  margin-top: 24px;
}
#form .must_form {
  font-weight: bold;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  margin-left: 8px;
  border-radius: 2px;
  width: 56px;
  text-align: center;
  padding: 3px 0;
}
#form .detail_contact {
  border: none;
  padding: 30px 20px;
  box-shadow: 0 0 2px #aaa;
  width: 380px;
  font-size: 14px;
}
#form .form_group dd input.form_box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 12px;
  width: 100%;
  border: solid 1px #eee;
  background: #fff;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
}
#form .form_group dd textarea.form_detail {
  width: 100%;
  height: 360px;
  border: solid 1px #eee;
  background: #fff;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
  padding: 16px;
}
#form .wrapper_submit_button {
  margin-top: 0 !important;
}
#form .submit_button {
  width: 100%;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 0;
  border-radius: 80px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#form .submit_button:hover {
  box-shadow: none;
}
#form :placeholder-shown {
  color: #aaa;
}
#form ::-webkit-input-placeholder {
  color: #aaa;
  font-size: 12px;
  font-weight: bold;
}
#form :-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 12px;
  font-weight: bold;
}
#form ::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 12px;
  font-weight: bold;
}
#form :-ms-input-placeholder {
  color: #aaa;
  font-size: 12px;
  font-weight: bold;
}

/*---------------------------------------------------------------*\
$1080px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1080px) {

  /* contact */
  .contact {
    margin-top: 48px;
  }

  /* form */
  #form .wrapper_form {
    width: 100%;
  }
}

/*---------------------------------------------------------------*\
$1000px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1000px) {

  /* contact */
  .contact .description_static_pages {
    margin-top: 24px;
  }
  .contact .description_static_pages br {
    display: none;
  }
  .contact .wrapper_content_static_pages {
    width: 100%;
    margin-top: 40px;
    padding: 5%;
    border: none !important;
    border-radius: inherit !important;
  }
}

/*--------------------------------------------------------------*\
$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

  /* form */
  #form .detail_contact {
    width: 100%;
  }
  #form .title_contact_form {
    width: 220px;
  }
  #form .form_group dl {
    margin-top: 32px;
  }
  #form .form_group dd {
    margin-top: 16px;
  }
  #form .submit_button {
    width: 100%;
    font-size: 12px;
    padding: 12px 0;
  }
}

/*---------------------------------------------------------------*\
$360px
\*---------------------------------------------------------------*/
@media screen and (max-width: 360px) {
}
