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

#member {
  /*------ オレンジボタン -------*/
  /*------ アウトラインボタン -------*/
  /*------ 見出し -------*/
}
#member .btn_login_new,
#member .btn_login_line2 {
  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;
}
#member .btn_login_new:hover,
#member .btn_login_line2:hover {
  background: #E2700D !important;
  background-color: #E2700D !important;
}
#member .btn_login_new::before, #member .btn_login_new::after,
#member .btn_login_line2::before,
#member .btn_login_line2::after {
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}
#member .btn_login_new::before, #member .btn_login_new::after,
#member .btn_login_line2::before,
#member .btn_login_line2::after {
  content: none !important;
}
#member .btn_login_line2 {
  position: relative !important;
}
#member .btn_login_line2::before {
  content: "" !important;
  display: block !important;
  width: 1.5em !important;
  height: 1.5em !important;
  position: absolute !important;
  left: 7% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: unset !important;
  background-size: contain;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-color: unset !important;
  border-radius: 0px !important;
  border-top-color: unset !important;
  border-bottom-color: unset !important;
  border-left-color: unset !important;
  border-right-color: unset !important;
  border-width: 0px !important;
}
@media screen and (max-width: 760px) {
  #member .btn_login_line2::before {
    width: 1.3em !important;
    height: 1.3em !important;
    left: 5% !important;
  }
}
#member .btn_login_line2::before {
  background-image: url("/shared/img/xec/icon_login.png");
}
#member .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;
}
#member .btn_back:hover {
  color: #E2700D !important;
  background: #fff !important;
  background-color: #fff !important;
  border: solid 1px #E2700D !important;
}
#member .btn_back::before, #member .btn_back::after {
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}
#member .login_area_title {
  color: #1B1311 !important;
  border-bottom-color: #1B1311 !important;
}
