#contact_contact_header_div2 {
  margin: 30vh 10vw 4vh 10vw;
}

#contact_contact_title {
  font-size: 6vw;
  font-family: Cormorant;
  line-height: 3vh;
}

.contact_contact_O {
  color: #b90000;
}

#contact_contact_title_ja {
  font-size: 3vw;
  font-weight: bold;
}

main {
  font-size: 1vw;
}

#contact_top_message {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 20vw 2vh 20vw;
}

#contact_form {
  display: flex;
  flex-direction: column;
  margin: 0 20vw 0 20vw;
}

label {
  width: 14vw;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 2vh 0 1vh 0;
  display: flex;
  justify-content: space-between;
}

input {
  width: 60vw;
  height: 4vh;
  border: solid 1px #969591;
  margin: 0 0 2vh 0;
}

#contact_content {
  width: 60vw;
  height: 16vh;
  border: solid 1px #969591;
  margin: 0 0 7vh 0;
}

#privacy_policy {
  border: solid 1px #969591;
  width: 50vw;
  height: 26vh;
  overflow-y: scroll;
  padding: 2vh 2vw;
  margin: 0 5vw 0 5vw;
}

#privacy_policy h3 {
  text-align: center;
  padding: 1vh 1vw;
}

#privacy_policy ol {
  line-height: 5vh;
}

#privacy_policy hr {
  margin: 1vh 0 2vh 0;
}

#agree_button {
  width: 25vw;
  height: 7vh;
  text-align: center;
  background-color: #969591;
  color: #fff;
  border-radius: 10px;
  margin: 5vh 18vw 0 18vw;
}

@media screen and (max-width: 767px) {
  #contact_contact_header_div2 {
    height: 7vh;
    margin: 10vh 5vw 0vh 5vw;
  }

  #contact_contact_title {
    font-size: 10vw;
    font-family: Cormorant;
    line-height: 3vh;
  }
  

  
  #contact_contact_title_ja {
    font-size: 3.8vw;
    font-weight: bold;
  }

  main {
    font-size: 4vw;
  }

  #contact_top_message {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 15vh 5vw 2vh 5vw;
  }

  #contact_form {
    display: flex;
    flex-direction: column;
    margin: 0 5vw 0 5vw;
  }

  label {
    width: 50vw;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 2vh 0 1vh 0;
    display: flex;
    justify-content: space-between;
  }

  input {
    width: 90vw;
    height: 4vh;
    border: solid 1px #969591;
    margin: 0 0 2vh 0;
  }

  #contact_content {
    width: 90vw;
    height: 16vh;
    border: solid 1px #969591;
    margin: 0 0 7vh 0;
  }

  #privacy_policy {
    border: solid 1px #969591;
    width: 90vw;
    height: 32vh;
    overflow-y: scroll;
    padding: 2vh 2vw;
    margin: 0 5vw 0 0vw;
  }

  #privacy_policy h3 {
    text-align: center;
    padding: 1vh 1vw;
  }

  #privacy_policy ol {
    line-height: 5vh;
  }

  #privacy_policy hr {
    margin: 1vh 0 2vh 0;
  }

  #agree_button {
    width: 90vw;
    height: 9vh;
    text-align: center;
    background-color: #969591;
    color: #fff;
    border-radius: 10px;
    margin: 5vh 0vw 0 0vw;
    
  }
}
