@charset "UTF-8";

.contact_content {
  width: 100%;
  padding: 0px 0 120px 0;
}

.contact_content h1 {
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
}

.contact_content h2 {
  font-family: "Shin Go Regular", "sans-serif";
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin: 60px 0 15px 0;
  color: #00a99d;
}

p.contact_tel {
  text-align: center;
  margin: 30px 0;
  font-feature-settings: "palt";
}

.contact_tel span {
  font-size: 1.1rem;
  margin: 0 5px 0 0;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
}

.contact_tel a {
  font-feature-settings: "palt";
  font-size: 1.8rem;
  margin: 30px 0;
  font-family: "Shin Go DeBold", "sans-serif";
  color: #00a99d;
}

p.contact_adress {
  font-size: 0.9rem;
  text-align: center;
  margin: 0 auto 28px auto;
}

.contact_notice {
  width: 100%;
  margin: 0 auto 36px auto;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #d3ebe8;
  border-radius: 10px;
  background: rgba(245, 251, 250, 0.82);
}

.contact_notice li {
  position: relative;
  padding: 0 0 0 1.05em;
  font-size: 0.87rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
  word-break: normal;
  overflow-wrap: break-word;
}

.contact_notice li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.contact_notice li + li {
  margin-top: 9px;
}

.contact_form {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

.contact_form P{
    text-align: center;
    margin: 0 0 15px 0;
}


.form_table {
  width: 100%;
  margin: 0 auto;
  font-feature-settings: "palt";
  border-collapse: separate;
  border-spacing: 30px;
}

.form_table input[type="text"] {
  width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 3px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-family: "Shin Go Regular", "sans-serif";
}

.form_table textarea {
  width: 100%;
  resize: none;
  height:300px;
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 3px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.form_table input[type="text"]:focus,
.form_table textarea:focus{
    border: 2px solid  #00a99d;
    outline: 0;
}

.contact_content input[type="submit"],
.contact_content input[type="button"],
.contact_content input[type="reset"]{
width: 120px;
 border-style:none;
 border-radius: 5px;
 padding: 10px 5px;
 margin: 10px 0;
 cursor: pointer;
 font-size: 1rem;
 letter-spacing: 0.1rem;
 box-sizing: border-box;
 transition: all 0.3s ease;
}

.contact_content input[type="submit"]:hover,
.contact_content input[type="button"]:hover,
.contact_content input[type="reset"]:hover{
opacity: 0.6;
}


.contact_content input[type="submit"]{
  color: #fff;
  background:  #00a99d;
}

.contact_content input[type="reset"],
  .contact_content input[type="button"]{
  color: #333;
  background:  #fff;
  border: solid 2px #00a99d;
}




.contact_content th {
width: 100%;
display: block;
  text-align: left;
  letter-spacing: 0.1rem;
}

.contact_content td  {
width: 100%;
display: block;
letter-spacing: 0.1rem;
text-align: left;
line-height: 1.8rem;
}

.contact_content th span {
  margin: 0 0 0 10px;
  font-size: 0.7rem;
  padding: 2px 3px;
  border-radius: 5px;
  color: red;
  border: 1px solid red;
  letter-spacing: 0.1rem;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}


/*送信完了ページ*/
.contact_content .contact_done{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin: 120px 0 0 0;
    }
    
    .contact_bt{
      width: 200px;
      display: block;
      text-align: center;
      margin: 0 auto;
      color: #fff;
      background:  #00a99d;
      padding: 10px 15px;
    }

    /*必須項目が入力されなかった時の*/

.contact_error{
  width: 100%;
  margin: 50px auto 0 auto;
  font-size: 0.8rem;
  text-align: center;
}

.contact_error h4{
font-size: 1rem;
line-height: 1.8rem;
margin: 0 0 30px 0;
}

.contact_error p{
  margin:  0 0 10px 0;
}
