@charset "UTF-8";
/*
 *  SiteName : DETAIL ARTIST(ディテールアーティスト)
 *  2025 DETAIL ARTIST
 */
/*==============================================================
  contact_title
==============================================================*/
#contact_title {
  margin: 140px auto 100px;
}
#contact_title h2 {
  font-size: 20px;
  font-size: 2rem;
}
#contact_title h3 {
  margin: 23px 0 0;
  font-size: 70px;
  font-size: 7rem;
}
#contact_title h4 {
  margin: 40px 0 0;
}

/*==============================================================
  contact_form
==============================================================*/
#contact_form {
  margin: 100px 0 0;
}
#contact_form p {
  margin: 0 0 100px;
  line-height: 26px;
}
#contact_form table {
  margin: 55px 0 0;
  width: 100%;
  text-align: left;
}
#contact_form table tr th,
#contact_form table tr td {
  font-size: 16px;
  font-size: 1.6rem;
  display: table-cell;
}
#contact_form table tr th {
  padding: 17px 0;
  width: 300px;
}
#contact_form table tr th span {
  margin: 0 0 0 19px;
  padding: 3px 7px;
  color: #f23ef4;
  font-size: 10px;
  font-size: 1rem;
  border: 1px solid #f23ef4;
  border-radius: 15px;
  display: inline-block;
}
#contact_form table tr td {
  padding: 0 0 30px;
  width: calc(100% - 300px);
  vertical-align: top;
}
#contact_form table tr td input,
#contact_form table tr td textarea {
  padding: 15px 0 15px 14px;
  width: calc(100% - 1px);
  height: 49px;
  border: 1px solid #f0f0f0;
  resize: none;
}
#contact_form table tr td input::-moz-placeholder, #contact_form table tr td textarea::-moz-placeholder {
  color: #707070;
}
#contact_form table tr td input::placeholder,
#contact_form table tr td textarea::placeholder {
  color: #707070;
}
#contact_form table tr td textarea {
  height: 166px;
}
#contact_form .contact_conf-table input,
#contact_form .contact_conf-table textarea {
  border: none;
}
#contact_form .link-button {
  position: relative;
  margin: 20px auto 0;
  display: block;
}
#contact_form .link-button input {
  padding: 16px 0 15px 30px;
  width: calc(100% - 30px);
  text-align: left;
}
#contact_form .link-button span {
  position: absolute;
  top: 50%;
  right: 47px;
  width: 34px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  display: inline-block;
  transform: translateX(50%);
  transition: all 0.5s ease;
}
#contact_form .link-button span::before, #contact_form .link-button span::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9px;
  height: 2px;
  content: "";
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 100% 50%;
}
#contact_form .link-button span::before {
  transform: rotate(45deg);
}
#contact_form .link-button span::after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 48em){
  #contact_form .link-button input {
    cursor: pointer;
    transition: all 0.5s ease;
  }
  #contact_form .link-button input:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  #contact_form .link-button:hover span {
    right: 32px;
    text-decoration: none;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 48.0625em){
  #contact_title {
    margin: 100px auto 30px;
  }
  #contact_title h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #contact_title h3 {
    margin: 14px 0 0;
    font-size: 36px;
    font-size: 3.6rem;
  }
  #contact_title h4 {
    margin: 20px 0 0;
    line-height: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #contact_form {
    margin: 80px 0 0;
  }
  #contact_form p {
    margin: 0 0 58px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #contact_form table tr th,
  #contact_form table tr td {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
  }
  #contact_form table tr th {
    padding: 0 0 10px;
    width: 100%;
  }
  #contact_form table tr td {
    width: 100%;
  }
  #contact_form .contact_conf-table input,
  #contact_form .contact_conf-table textarea {
    padding: 15px 0 15px;
  }
  #contact_form .link-button {
    margin: 10px auto 0;
  }
  #contact_form .link-button input {
    width: 100%;
  }
  #contact_form .link-button span {
    right: 28px;
    width: 16px;
  }
}