body {
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto calc(100%);
  background-attachment: fixed;
}

/* --------------------------------------
	001. div _login & _forget
-------------------------------------- */
.div_login {
  width: 40rem;
  margin: 2rem auto;
}
.div_login ul {
  overflow: visible;
}
.div_login ul li {
  padding: 1rem 0;
  overflow: visible;
}
.div_login ul li a:hover {
  opacity: 0.8;
}
.div_login ul li.or {
  display: flex;
}
.div_login ul li.or span {
  flex-shrink: 0;
  padding: 0 1rem;
  margin: 0 auto;
}
.div_login ul li.or:before, .div_login ul li.or:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: rgba(229, 229, 229, 0.5);
  margin: auto 0;
}
.div_forget {
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 2rem 5rem;
}
.div_forget > div:nth-last-of-type(1) {
  border: none;
}

/* --------------------------------------
	002. aside _guide & _open
-------------------------------------- */
.aside_guide {
  border: 0.1rem solid rgba(229, 229, 229, 0.5);
  width: 40rem;
  margin: 0 auto 3rem;
  padding: 3rem 0rem !important;
  position: relative;
  background: #fff;
}
.aside_guide-header {
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  height: 3rem;
  text-align: center;
}
.aside_guide-header_ttl {
  display: inline-block;
  background: #fff;
  font-size: 2rem;
  line-height: 3rem;
  padding: 0 1.5rem;
}
.aside_guide-inner {
  text-align: center;
}
.aside_guide-inner p {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 2rem;
}
.aside_guide-inner ul {
  display: flex;
  justify-content: center;
}
.aside_guide-inner ul li {
  margin: 0 1rem;
}
.aside_guide-inner ul li a {
  width: 22rem;
  display: block;
  font-size: 2rem;
  letter-spacing: -0.03rem;
  font-weight: 700;
}
.aside_guide-inner ul li a i {
  margin-left: 1rem;
}
.aside_open {
  width: 45rem;
  margin: 0 auto;
  border: 0.1rem solid rgba(229, 229, 229, 0.5);
  border-radius: 0.5rem;
  padding: 2rem 0;
  background: rgba(229, 229, 229, 0);
  display: flex;
}
.aside_open-ttl {
  width: 16rem;
  flex-shrink: 0;
  margin: auto 0;
  text-align: center;
  color: #737373;
}
.aside_open dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-left: 0.1rem solid rgba(229, 229, 229, 0.5);
  padding: 0 1.5rem;
}
.aside_open dl div {
  display: flex;
  border-bottom: 0.1rem solid rgba(229, 229, 229, 0.5);
  padding: 0.3rem 0;
  padding-bottom: 0.3rem;
}
.aside_open dl div:nth-last-of-type(1) {
  border-bottom: none;
}
.aside_open dl div dt {
  width: 40%;
  flex-shrink: 0;
  text-align: center;
  font-size: 1.2rem;
  text-align: center;
  margin: auto 0;
  color: #737373;
}
.aside_open dl div dd {
  font-size: 1.5rem;
  text-align: left;
  margin: auto 0;
}

/* --------------------------------------
	003. btn _application & _trial & _login
-------------------------------------- */
.btn_application a {
  border: 0.1rem solid #cc0000;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 3.6rem;
  border-radius: 0.5rem;
}
.btn_application a:hover {
  background: #cc0000;
  color: #fff;
}
.btn_application a i {
  color: #cc0000;
}
.btn_trial a {
  border: 0.1rem solid rgba(204, 0, 0, 0.3);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 3.6rem;
  border-radius: 0.5rem;
}
.btn_trial a:hover {
  background: rgba(204, 0, 0, 0.3);
  color: #fff;
}
.btn_trial a i {
  color: rgba(204, 0, 0, 0.5);
}
.btn_login-id .btn-alternate {
  display: block;
  text-align: center;
  background: #cc0000;
  font-weight: 700;
  font-size: 2rem;
  line-height: 5rem;
  border-radius: 0.5rem;
  position: relative;
  width: 40rem;
  height: 5rem;
  padding: 0;
  border: none;
  color: #fff;
}
.btn_login-id .btn-alternate:before, .btn_login-id .btn-alternate:after,
.btn_login-id .btn-alternate span:before,
.btn_login-id .btn-alternate span:after {
  background: rgba(204, 0, 0, 0.8);
}
.btn_login-id .btn-alternate:hover {
  background: rgba(204, 0, 0, 0.1);
}
.btn_login-id .btn-alternate:hover .icon-user {
  color: rgba(204, 0, 0, 0.8);
}
.btn_login-id .btn-alternate:hover:before, .btn_login-id .btn-alternate:hover:after,
.btn_login-id .btn-alternate:hover span:before,
.btn_login-id .btn-alternate:hover span:after {
  height: 5rem;
}
.btn_login-id .btn-alternate:hover:before {
  border-radius: 0.5rem 0 0 0.5rem;
}
.btn_login-id .btn-alternate:hover span:after {
  border-radius: 0 0.5rem 0.5rem 0;
}
.btn_login-id .btn-alternate i.icon-user {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 4rem;
  font-size: 2.6rem;
  display: inline-block;
  color: #cc0000;
  margin-right: 1rem;
  margin-left: -1rem;
}
.btn_login-id .btn-alternate i.icon-r {
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -0.5em;
  right: 1.5rem;
}
.btn_login-trial .btn-alternate {
  display: block;
  text-align: center;
  background: #333;
  font-weight: 700;
  font-size: 2rem;
  line-height: 5rem;
  border-radius: 0.5rem;
  position: relative;
  width: 40rem;
  height: 5rem;
  padding: 0;
  border: none;
  color: #fff;
}
.btn_login-trial .btn-alternate:before, .btn_login-trial .btn-alternate:after,
.btn_login-trial .btn-alternate span:before,
.btn_login-trial .btn-alternate span:after {
  background: rgba(56, 56, 56, 0.8);
}
.btn_login-trial .btn-alternate:hover {
  background: rgba(193, 193, 193, 0.6);
}
.btn_login-trial .btn-alternate:hover .icon-trial {
  color: rgba(56, 56, 56, 0.8);
}
.btn_login-trial .btn-alternate:hover:before, .btn_login-trial .btn-alternate:hover:after,
.btn_login-trial .btn-alternate:hover span:before,
.btn_login-trial .btn-alternate:hover span:after {
  height: 5rem;
}
.btn_login-trial .btn-alternate:hover:before {
  border-radius: 0.5rem 0 0 0.5rem;
}
.btn_login-trial .btn-alternate:hover span:after {
  border-radius: 0 0.5rem 0.5rem 0;
}
.btn_login-trial .btn-alternate i.icon-trial {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 4rem;
  font-size: 2.6rem;
  display: inline-block;
  color: #333;
  margin-right: 1rem;
  margin-left: -1rem;
}
.btn_login-trial .btn-alternate i.icon-r {
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -0.5em;
  right: 1.5rem;
}

/* --------------------------------------
	004. section _login & _form
-------------------------------------- */
.section_login {
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.5rem;
}
.section_login-header_ttl {
  font-size: 1.4rem;
  line-height: 4.6rem;
  color: #737373;
  font-weight: 400;
}
.section_login-header_nav ul {
  border-radius: 0.5rem 0 0 0.5rem;
  display: flex;
  position: relative;
}
.section_login-header_nav ul.client:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  background: #e5e5e5;
  width: 0.1rem;
}
.section_login-header_nav ul li {
  width: 100%;
  text-align: center;
  border-top: 0.4rem solid transparent;
  font-size: 1.6rem;
  background: rgba(229, 229, 229, 0.25);
  border-bottom: 0.1rem solid #e5e5e5;
}
.section_login-header_nav ul li.active {
  border-bottom: none;
  border-top-color: #cc0000;
  background: #fff;
}
.section_login-header_nav ul li.active .section_login-header_ttl {
  color: #cc0000;
  font-weight: 700;
}
.section_login-inner {
  padding: 2rem 5rem 0;
}
.section_login-guide {
  padding: 2rem 5rem;
}
.section_form-header_ttl {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
  font-weight: 400;
}

/* --------------------------------------
	005. ul _link
-------------------------------------- */
.ul_link {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  padding: 2rem 0;
  flex-wrap: wrap;
}
.ul_link li {
  margin: 1rem;
}
.ul_link li i {
  color: #737373;
  margin-right: 0.5rem;
}

/* --------------------------------------
	006. nav _links & _step
-------------------------------------- */
.nav_links ul {
  flex-direction: row;
}
.nav_step {
  width: 80%;
  margin: 0 auto;
  padding: 3rem 0;
}
.nav_step ul {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.nav_step ul:after {
  content: "";
  width: 100%;
  z-index: -1;
  height: 0.1rem;
  margin: auto 0;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
.nav_step ul li {
  overflow: visible;
  position: relative;
  padding-bottom: 4rem;
}
.nav_step ul li:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #eeeeee;
  border: 0.1rem solid #e5e5e5;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.nav_step ul li.finish span {
  opacity: 0.3;
}
.nav_step ul li.finish:before {
  background: #fff;
  border-color: #eeeeee;
}
.nav_step ul li.now:before {
  background: #cc0000;
  border-color: #cc0000;
}
.nav_step ul li.now span {
  font-weight: 700;
  color: #cc0000;
  border-color: #cc0000;
}
.nav_step ul li.now span:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: -0.4rem;
  background: #fff;
  border-top: 0.1rem solid #cc0000;
  z-index: 1;
  margin-left: -0.3rem;
}
.nav_step ul li.now span:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: -0.4rem;
  border-top: 0.1rem solid #cc0000;
  margin-left: -0.3rem;
  z-index: 2;
}
.nav_step ul li span {
  position: absolute;
  width: 15rem;
  border: 0.1rem solid transparent;
  text-align: center;
  border-radius: 0.3rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  left: 50%;
  margin-left: -7.5rem;
  bottom: 0;
}

.container {
  background: #fff;
  max-width: 66rem;
  border-radius: 0.5rem;
  padding: 0 3rem;
  margin: 12rem auto 4rem;
}
.container .header_img {
  padding: 3rem 0;
  display: block;
}
.container .header_img img {
  display: block;
}

.section_form-inner dl > div {
  flex-wrap: wrap;
  padding: 0.5rem 0;
  border-bottom: none;
}
.section_form-inner dl > div dt {
  width: 100%;
  padding-right: 0;
  margin-bottom: 0.5rem;
}
.section_form-inner dl > div dt small {
  display: inline;
  margin-left: 1rem;
}
.section_form-inner dl > div dt:after {
  right: auto;
  margin-left: 1rem;
}
.section_form-inner dl > div dd {
  width: 100%;
  padding-left: 0;
}
.section_form-inner dl > div dd .size_l {
  width: 100%;
}
.section_form-inner dl > div dd.set {
  display: flex;
  justify-content: space-between;
}
.section_form-inner dl > div dd.set input {
  margin-right: 0rem;
}
.section_form-inner dl > div dd.set span {
  margin-right: 0rem;
}

/*# sourceMappingURL=login.css.map */
