body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #231815;
  background-color: #fff!important;
  line-height: 1.6;
}

/* ヘッダー */
.contact_logo_sec{
    
    background-color: #EBEEE8;
}
.contact_logo{
    max-width: 260px;
    margin: 0 auto;
}
  
  /* メインラップ */
  .contact-section .inner {
    max-width: 700px;
    /* margin: -100px auto 80px; */
    padding: 0px 20px 60px;
    background: #fff;
  }
  
  /* タイトル */
  .title {
    text-align: center;
  }
  .title h1 {
    display: inline-block;
    font-size: 2em;
    color: #4487b0;
    border-bottom: 1px solid #231815;
    padding: 0 1.5em;
    padding-bottom: 6px;
}
  .title h2 {
    margin-top: 8px;
    font-size: 1em;
    color: #4487b0;
  }
  
  /* 説明文 */
  .intro {
    color: #333;
    text-align: left;
    margin: 4em 0;
    line-height: 1.7;
  }
  
  /* フォーム */
  .pri_table {
    width: 100%;
}
  .pri_table th {
    display: block;
    /* width: 25%; */
    font-weight: 600;
    color: #4487b0;
    padding-left: 1em;
  }
  .pri_table td{
    width: 75%;
    font-size: 16px;
    color: #231815;
  }
  .pri_table tr {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 2em;
    border-bottom: dotted 1px #000;
    margin-bottom: 2em;
}
.pri_table tr:first-child{
  padding-top: 2em;
  border-top: dotted 1px #000;
}

.pri_table tr:last-child{
  align-items: flex-start;
  padding-top: 10px;
  margin-bottom: 6em;
}
  .contact-form textarea {
    resize: vertical;
  }
  .contact-form input.short{
    max-width: 250px;
  }


  .contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--gray03);
    border-radius: 0;
    background: var(--white);
    font-size: 1em;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition: all 0.5s;
    border: solid 1px;
}

  /* 送信ボタン */
  .form-submit {
    text-align: center;
    margin-top: 10px;
  }
  .contact-form .cont_btn_box input,.base_btn{
    background-color: #4487b0;
    color: #fff;
    border: none;
    padding: 10px 0;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    max-width: 200px;
  }
  .contact-form .cont_btn_box input:hover {
    opacity: 0.9;
  }
  .form-group .error{
    position: absolute;
    bottom: -0.7em;
    font-size: 0.9em;
    color: red;
    font-weight: 600;
  }
  .ch_box{
    text-align: center;
  }
 .gl_1_ba{
  margin-right: 2em;
  background-color: #676767!important;
 }

 .base_btn{
  text-align: center;
  margin: 0 auto;
 }
 .base_btn a{
  color: #FFF;
 }
  
  
  /* レスポンシブ */
  @media (max-width: 767px) {
    .contact_logo {
      max-width: 180px;
    }
    .contact-section .inner {
      margin: initial;
      padding: initial;
    }
    .contact-form .form-group {
      flex-direction: column;
      align-items: stretch;
    }
    .contact-form label {
      width: auto;
      margin-bottom: 8px;
    }
    .gl_1_ba {
      margin-bottom: 1em;
      margin-right: 0;
    }
    .pri_table td{
      width: 100%;
    }
    .pri_table th {
      width: 100%;
      padding-left: 0;
      margin-bottom: 1em;
      text-align: justify;
  }
  .pri_table tr:last-child {
    align-items: flex-start;
    padding-top: 0px;
    margin-bottom: 4em;
}

.cont_btn_box.ck_ac.con_b_btn {
  display: flex
;
  flex-direction: column;
  align-items: center;
}
  .contact-form textarea{
    width: 100%;
  }
  .title h1{
    font-size: 1.6em;
  }
  .intro {
    margin: 3em 0;
  }
  }