@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 #ajaxZip,
#regist .btn_next,
#regist .btn_login_new_online {
  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 #ajaxZip:hover,
#regist .btn_next:hover,
#regist .btn_login_new_online:hover {
  background: #E2700D !important;
  background-color: #E2700D !important;
}
#regist #ajaxZip::before, #regist #ajaxZip::after,
#regist .btn_next::before,
#regist .btn_next::after,
#regist .btn_login_new_online::before,
#regist .btn_login_new_online::after {
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}
#regist #ajaxZip::before, #regist #ajaxZip::after,
#regist .btn_next::before,
#regist .btn_next::after,
#regist .btn_login_new_online::before,
#regist .btn_login_new_online::after {
  content: none !important;
}
