@charset "UTF-8";
/* Vars
--------------------- */
/* ソースサイズ */
/* css-mqpacker 用
--------------------- */
/* Extend
--------------------- */
/* Ellipsis */
.cmn-single-800,
.cmn-box1 {
  min-height: 100vh;
}

.cmn-btns {
  margin-top: 16px;
}

.cmn-form-part {
  margin-bottom: 16px;
}

.mylogin__hd1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
.mylogin__btn-line {
  margin-bottom: 32px;
  text-align: center;
}
.mylogin__btn-line > * {
  background: #06c755;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 52px;
  max-width: 280px;
  padding-left: 50px;
  padding-right: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
.mylogin__btn-line > *::after {
  background: url(../images/common/ico_line.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 30px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
}
.mylogin__btn-line > *:hover {
  color: #fff;
  opacity: 0.5;
}
.mylogin__lostpasswd {
  margin-top: 24px;
  text-align: center;
}
.mylogin__rememberme {
  margin-top: 24px;
}
.mylogin__rememberme .cmn-form-part__checkbox {
  justify-content: center;
}
.mylogin__txt1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 28px;
  margin-top: 40px;
  text-align: center;
}
.mylogin__links li {
  margin-bottom: 24px;
  text-align: center;
}
.mylogin__links li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1104px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 880px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  .mylogin__btn-line a {
    max-width: 100%;
  }
  .mylogin__rememberme .cmn-form-part__checkbox {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 375px) {
  body {
    margin: 0;
  }
}

/* 追記 エラーメッセージ */
.err_msg {
  margin-bottom: 30px;
  color: rgb(252, 55, 55);
}
