@charset "UTF-8";
/* CSS Document */
.content form {
  background-color: #fff;
}
/* .submitBtn {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8; 
  color: #fff;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.submitBtn:active {

  -webkit-transform: translateY(4px);
  transform: translateY(4px); 
  border-bottom: none; 
} */
/* .submitBtn {
  text-decoration: none;
  width: 100px;
  margin: 0 0 10px 0;
  padding: 8px 10px;
  font-weight: bold;
  border: 2px solid rgb(239, 128, 76);
  background: rgb(239, 128, 76);
  color: #fff;
  border-radius: 9999px;
  transition: 0.5s;
}
.submitBtn:hover {
  color: rgb(239, 128, 76);
  background: #fff;
} */

.submitBtn {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #d45315;
  background-color: #fff;
  border: solid 1px #d45315;
  border-radius: 9999999px;
  transition: 0.4s;
}

.submitBtn:hover {
  background: #d45315;
  color: white;
}

/*ウィンドウ幅600px以上の場合*/
@media only screen and (min-width: 600px) {
  #contact_btn img {
    border-bottom: solid 2px #000;
  }
}
