@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;
}

#regist {
  /*------ オレンジボタン -------*/
  /*------ アウトラインボタン -------*/
}
#regist .btn_next_line2,
#regist .btn_regist {
  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;
}
#regist .btn_next_line2:hover,
#regist .btn_regist:hover {
  background: #E2700D !important;
  background-color: #E2700D !important;
}
#regist .btn_next_line2::before, #regist .btn_next_line2::after,
#regist .btn_regist::before,
#regist .btn_regist::after {
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}
#regist .btn_next_line2::before, #regist .btn_next_line2::after,
#regist .btn_regist::before,
#regist .btn_regist::after {
  content: none !important;
}
#regist .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;
}
#regist .btn_back:hover {
  color: #E2700D !important;
  background: #fff !important;
  background-color: #fff !important;
  border: solid 1px #E2700D !important;
}
#regist .btn_back::before, #regist .btn_back::after {
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}
