@charset "utf-8";
/* 見出し */
.page_title .page_title_image {
    display: none;
  }
  
  @media only screen and (min-width: 640px) {
    .page_title .image {
      display: none;
    }
  
    .page_title .page_title_image {
      display: inline-block;
      position: absolute;
      width: 400px;
      height: 140px;
      right: 0;
      bottom: 50px;
      background-image: url("./page_title.png");
      background-repeat: no-repeat;
      background-position: right;
      background-size: cover;
      z-index: -1;
    }
  }
  
  @media only screen and (min-width: 930px) {
    .page_title .page_title_image {
      width: 600px;
    }
  }
  
  @media only screen and (min-width: 930px) {
    .page_title .page_title_image {
      width: 600px;
    }
  }

/* お問い合わせフォーム */
.contact_form {
    width: 90%;
    margin: 8px auto;
}

.contact_form p {
    text-indent: 0;
}

.form_list {
    border: solid 1px #BDBDBD;
}

.form_list dt {
    display: block;
    background-color: #E6E6E6;
    padding: 8px;
}

.form_list dt p {
    margin: 0;
}

.form_list dd {
    padding: 8px;
}

.form_list .text_area {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}

/* .form_list .text_area {
    height: 200px;
} */

.required_con {
    color: white;
    background-color: #F78181;
    border-radius: 5px;
    display: inline-block;
    width: 42px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-left: 4px;
}

.submit_button {
    width: 145px;
    height: 32px;
    background: #EFF9FF;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #58ACFA;
    display: block;
    margin: auto;
}

/*checkページの送信ボタン*/
.submitbtn_area {
    text-align: center;
}

.submitbtn_area .button {
    width: 145px;
    height: 32px;
    background: #EFF9FF;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #58ACFA;
    display: inline-block;
    margin: auto 8px;
}

@media screen and (min-width: 752px) {
    .contact_form {
        margin: 8px auto;
        padding-left: 0;
    }
}
