@charset "UTF-8";
body {
  background: #F5F5F5;
}

body.login-action-lostpassword #nav {
  display: none;
}

body.login .button-primary {
  background: #325F96;
  background-color: #325F96;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  body.login .button-primary:hover {
    background: #325F96;
    background-color: #325F96;
    opacity: 0.7;
  }
}
body {
  background: #F5F5F5;
}

.login #pass2 {
  font-family: Consolas, Monaco, monospace;
}
.login #backtoblog {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0;
  width: 786px;
  margin-right: -233px;
  margin-left: -233px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  margin-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .login #backtoblog {
    word-wrap: break-word;
    font-size: 4.2666666667vw;
    margin: 10.6666666667vw 0 0;
    width: 100%;
    padding-bottom: 16vw;
  }
}
.login #backtoblog .login-community {
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .login #backtoblog .login-community {
    padding-top: 12.2666666667vw;
  }
}
.login #backtoblog .login-community h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5909090909;
  position: relative;
}
@media screen and (max-width: 767px) {
  .login #backtoblog .login-community h2 {
    font-size: 4.8vw;
  }
}
.login #backtoblog .login-community h2::after {
  display: block;
  content: "";
  width: 102px;
  height: 6px;
  background-color: #325F96;
  -webkit-mask-image: url(../images/common/title_bg.svg);
          mask-image: url(../images/common/title_bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  left: 50%;
  top: -46px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .login #backtoblog .login-community h2::after {
    width: 27.2vw;
    height: 1.6vw;
    top: -12.2666666667vw;
  }
}
.login #backtoblog .login-community__text {
  font-size: 16px;
  margin-top: 1.5em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .login #backtoblog .login-community__text {
    word-wrap: break-word;
    font-size: 4.2666666667vw;
  }
}
.login #backtoblog .login-community ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .login #backtoblog .login-community ul {
    margin-top: 7.4666666667vw;
    display: block;
  }
}
.login #backtoblog .login-community li {
  list-style: none;
}
.login #backtoblog .login-community li:last-child {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .login #backtoblog .login-community li:last-child {
    margin-left: 0;
    margin-top: 3.2vw;
  }
}
.login #backtoblog .login-community li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 8px 32px 8px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #325F96;
  border: solid 2px #325F96;
  text-align: left;
  background-color: #fff;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .login #backtoblog .login-community li a {
    min-width: 280px;
    max-width: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .login #backtoblog .login-community li a {
    padding: 2.1333333333vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    width: 100%;
  }
}
.login #backtoblog .login-community li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #325F96;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.login #backtoblog .login-community li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 9px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #325F96;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .login #backtoblog .login-community li a::after {
    right: 4.2666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid;
    border-bottom: 0.5333333333vw solid;
  }
}
.login #backtoblog .login-community li a span {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .login #backtoblog .login-community li a:hover::before {
    width: 100%;
  }
  .login #backtoblog .login-community li a:hover::after {
    border-color: #fff;
    -webkit-transition: border-color 0.2s 0.18s;
    transition: border-color 0.2s 0.18s;
  }
  .login #backtoblog .login-community li a:hover span {
    color: #fff;
  }
}