@charset "UTF-8";
/*====================================
  Common
====================================*/
body,
input,
textarea,
#global_header,
#contents,
#contents_title,
#global_footer {
  font-family: "ryo-gothic-plusn", sans-serif !important;
}

.bg-beige {
  background: #FCF6E8 !important;
}

#formmail {
  /*------ オレンジボタン -------*/
  /*------ アウトラインボタン -------*/
}
#formmail .btn_next {
  border-radius: 0px !important;
  box-shadow: none !important;
  transition: all 0.1s !important;
  justify-content: center;
  color: #fff !important;
  background: #E2700D !important;
  background-color: #E2700D !important;
}
#formmail .btn_next:hover {
  background: #E2700D !important;
  background-color: #E2700D !important;
}
#formmail .btn_next::before, #formmail .btn_next::after {
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}
#formmail .btn_next::before, #formmail .btn_next::after {
  content: none !important;
}
#formmail .btn_back {
  border-radius: 0px !important;
  box-shadow: none !important;
  transition: all 0.1s !important;
  justify-content: center;
  color: #242424 !important;
  background: #fff !important;
  background-color: #fff !important;
  border: solid 1px #242424 !important;
}
#formmail .btn_back:hover {
  color: #E2700D !important;
  background: #fff !important;
  background-color: #fff !important;
  border: solid 1px #E2700D !important;
}
#formmail .btn_back::before, #formmail .btn_back::after {
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}
#formmail .btn_back::before, #formmail .btn_back::after {
  content: none !important;
}
