/*----------------　　お問い合わせ用CSS   ----------------*/
body {
  background-color: #eee;
  color: #333;
}

.sp_br {
  display: block;
}

/* ------ old css ------*/
#inquiry {
  padding: 50px 0px;
}

#inquiry h2 {
  font-family: 'Alegreya Sans SC', sans-serif;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 1.7px;
}

#inquiry h3 {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5em;
}

#inquiry p {
  text-align: center;
}



/* ------ new css ------*/
#inquiry {
  margin-top: 113px;
  padding: 0;
}

#inquiry p {
  text-align: left;
}

#inquiry .section_sub_title,
#inquiry .section_title,
#inquiry .section_description {
  padding: 0 8px;
}

#inquiry .section_sub_title {
  border-top: 0.5px solid #333;
  border-bottom: none;
}

#inquiry .section_description {
  padding-bottom: 10px;
  border-bottom: 0.5px solid #333;
  line-height: 1.4;
}

#inquiry .section_description span {
  font-size: 14px;
  color: red;
}

#inquiry .section_description a {
  color: red;
  text-decoration: underline;
}

#inquiry .section_title {
  margin-top: 5px;
  padding-left: 8px;
  font-size: 58px;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  border-top: 0.5px solid #333;
}

#p-page {
  padding: 8px;
}

.contact_space {
  padding: 8px;
  text-align: left;
  border-top: 0.5px solid #333;
}


@media (min-width: 1000px) {

  #inquiry {
    margin-top: 166px;
    padding-bottom: 0;
  }

  .sp_br {
    display: none;
  }

  #p-page {
    max-width: 1000px;
    margin: 40px auto 20px;
    padding: 0;
  }

  #inquiry .section_sub_title {
    margin-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
    border-top: 1px solid #333;
  }

  #inquiry .section_title {
    padding-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
    font-size: 100px;
    letter-spacing: 0.05em;
    border-top: 1px solid #333;
  }

  #inquiry .section_description {
    margin-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
    padding-left: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
  }

  #inquiry form label {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .contact_space {
    padding: 12px 0;
    margin-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
    border-top: 1px solid #333;
  }



}
