@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  font-size: 62.5%;
  height: 100%;
}
body {
  background-color: #FAF8F6;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #454545;
}
a:link, a:visited, a:active {
  color: #00BE96;
  text-decoration: none;
  word-break: break-all;
}
a:hover {
  color: #00BE96;
  opacity: 0.5;
  transition: .5s;
}
.header_in {
  width: 750px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  flex-shrink: 0;
  padding: 60px 0px;
  border-bottom: 1px solid #EDEAEA;
}
.header_logo {
  color: #00BE96;
  display: flex;
  flex-wrap: wrap;
}
.logo {
  width: 130px;
  font-family: 'Roboto', sans-serif;
  margin: 5px 0 0 0;
}
.logo img {
  width: 100%;
}
.use_txt {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin: 0px 0px 0px 20px;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
  border-left: 1px solid #00BE96;
}
.use_txt1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 2.0rem;
  margin: 0px 0px 3px 0px;
}
.use_txt2 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.use_txt3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.login_title {
  background-color: #00BE96;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 900px;
  width: 300px;
  height: 95px;
  padding: 35px 0px;
  text-align: center;
  letter-spacing: 1px;
}
.txt1 {
  text-align: center;
  padding: 0px 0px 20px 0px;
  line-height: 160%;
  margin: 0px auto 0px auto;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.domain::before {
  content: '@';
}
input[type=text]:focus {
  outline: none;
  box-shadow:
    3px 3px #f5f1ed, -3px 3px #f5f1ed, -3px -3px #f5f1ed, 3px -3px #f5f1ed, 3px 0px #f5f1ed, 0px 3px #f5f1ed, -3px 0px #f5f1ed, 0px -3px #f5f1ed;
  border-color: transparent;
}
input[type=password]:focus {
  outline: none;
  box-shadow:
    3px 3px #f5f1ed, -3px 3px #f5f1ed, -3px -3px #f5f1ed, 3px -3px #f5f1ed, 3px 0px #f5f1ed, 0px 3px #f5f1ed, -3px 0px #f5f1ed, 0px -3px #f5f1ed;
  border-color: transparent;
}
.login_box {
  border-radius: 10px;
  background-color: #FFF;
  width: 750px;
  margin: 50px auto 0px auto;
  padding: 55px 0px;
}
.bt_box {
  margin-top: 20px;
  width: 100%;
  text-align: right;
  text-justify: none;
}
.login {
  width: 300px;
  margin: 0px auto;
}
.login2 {
  margin: 10px auto;
  text-align: center;
}
.login input {
  width: 300px;
  border-radius: 3px;
  padding: 16px;
  background-color: #FAF8F6;
  margin: 5px 0px 15px 0px;
}
input[type="submit"] {
  color: #FFF;
  padding: 20px 30px;
  width: 200px;
  display: block;
}
.login_bt {
  width: 200px;
  font-weight: bold;
  border-radius: 100vh;
  margin: 5px auto 20px auto;
  position: relative;
  background-color: #454545;
}
.login_bt:before {
  content: "";
  position: absolute;
  top: 45%;
  bottom: 0;
  right: 25px;
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mypage_bt > a {
  position: relative;
  width: 300px;
  margin: 0px auto 20px auto;
  background-color: #00BE96;
  color: #FFF;
  padding: 20px 30px;
  border-radius: 100vh;
  display: block;
  font-weight: bold;
}
.mypage_bt > a:before {
  content: "";
  position: absolute;
  top: 45%;
  bottom: 0;
  right: 25px;
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}