﻿@charset "utf-8";
/* CSS Document */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
* {
  box-sizing: border-box;
}

#wrapper {
  width: 100vw;
  height: 100vh;
  background: url("../img/bg_sp.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
}
#wrapper p {
  line-height: 180%;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#wrapper h1 {
  max-width: 230px;
  height: auto;
  margin: 30px auto;
  display: block;
}
#wrapper .btnContact a{
  display: none !important;
}
#wrapper .btnContact a:hover {
  background: rgba(255, 255, 255, 0.45);
}
#wrapper .btnContact_sp a{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 300px;
  position: relative;
  margin: 30px auto 30px;
  width: 250px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
#wrapper .btnContact_sp a:hover {
  background: rgba(255, 255, 255, 0.45);
}
#wrapper .btnContact_sp a:link, #wrapper .btnContact_sp a:visited, #wrapper .btnContact_sp a:active {
  color: #fff;
  text-decoration: none;
}
#wrapper #mainBox01 {
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
  padding: 20px;
}
#wrapper #mainBox02 {
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: 805px;
  width: 90%;
  padding: 20px 20px 20px;
}
.terms #wrapper #mainBox02 {
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: 805px;
  width: 90%;
  padding: 20px 20px 40px;
}
.reminder #wrapper #mainBox02 {
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: 805px;
  width: 90%;
  padding: 20px 20px 10px;
}
#wrapper #mainBox01 h2, #wrapper #mainBox02 h2 {
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 2rem;
  font-size: 1.2rem;
}
#wrapper #mainBox02 p {
  font-weight: 600;
  display: block;
  margin: 0 0 20px 0;
}
.terms #mainBox02 p {
  line-height: 180% !important;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
#wrapper #mainBox02 a {
  text-decoration: none;
}
#wrapper #mainBox01 .loginBox label {
  display: inline-block;
  color: #646464;
  font-size: 12px;
  width: 30%;
  font-weight: 500;
}
#wrapper #mainBox02 .loginBox label {
  display: inline-block;
  color: #646464;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
}
.reminder #wrapper #mainBox02 .loginBox label{
	display:flex;
} 
.reminder #wrapper #mainBox02 .loginBox label span{
	width:48%;
	display: inline-block;
}
.reminder #wrapper #mainBox02 .loginBox label span + span{
	margin:0 0 0 11px;
}

#wrapper #mainBox01 .loginBox input[type=text], #wrapper #mainBox01 .loginBox input[type=password] {
  display: inline-block;
  color: #000;
  font-size: 16px;
  width: 68%;
}
#wrapper #mainBox02 .loginBox input[type=text] {
  display: inline-block;
  color: #000;
  font-size: 16px;
  width: 100%;
}
#wrapper #mainBox01 .loginBox {
  max-width: 390px;
  display: block;
  margin: 0 auto;
  padding: 0 0 0px 0;
}
#wrapper #mainBox02 .loginBox {
  width: 100%;
  display: block;
  margin: 20px auto 30px;
  padding: 20px;
  background: #ebebeb;
}
#wrapper #mainBox02 .termsBox {
  width: 100%;
  display: block;
  margin: 40px auto 40px;
  padding: 0px;
  height: 160px;
  overflow-y: scroll;
}
#wrapper #mainBox01 .formRow {
  border-bottom: 1px solid #ababab;
  margin: 0 0 20px 0;
  position: relative;
}
#wrapper #mainBox01 .formRow .errorTxt {
  position: absolute;
  top: 25%;
  left: 40%;
  pointer-events: none;
}
#wrapper #mainBox02 .formRow {
  border-bottom: 0px solid #ababab;
  margin: 0 0 15px 0;
  position: relative;
}
#wrapper #mainBox02 .formRow .errorTxt {
  position: absolute;
  top: 40%;
  left: 5%;
  pointer-events: none;
}
#wrapper #mainBox02 .formRow .errorTxt:nth-last-of-type(2) {
  width: 44%;
  top: 37%;
}
#wrapper #mainBox02 .formRow .errorTxt + .errorTxt {
  position: absolute;
  left: 56%;
  top: 37%;
}
#wrapper #mainBox02 .formRow:last-child {
  margin: 0 0 0px 0;
}
#wrapper .textlines {
  border: 0px solid #fff; /* 枠線 */
  border-radius: 0em; /* 角丸 */
  padding: 0.5em; /* 内側の余白量 */
  background-color: #fff; /* 背景色 */
  width: auto; /* 横幅 */
  height: 40px; /* 高さ */
  font-size: 1em; /* 文字サイズ */
  line-height: 1.2; /* 行の高さ */
}
#wrapper #mainBox02 .textlines {
  border: 1px solid #c8c8c8; /* 枠線 */
  border-radius: 0em; /* 角丸 */
  padding: 0.5em; /* 内側の余白量 */
  background-color: #fff; /* 背景色 */
  width: auto; /* 横幅 */
  height: 40px; /* 高さ */
  font-size: 1em; /* 文字サイズ */
  line-height: 1.2; /* 行の高さ */
}
#wrapper .nameFlex {
  width: 100%;
  display: inline-block;
}
#wrapper .nameFlex span {
  display: flex;
}
#wrapper .textlinesName {
  border: 1px solid #c8c8c8;
  border-radius: 0em;
  padding: 0.5em;
  background-color: #fff;
  width: 50% !important;
  height: 40px;
  font-size: 1em;
  line-height: 1.2;
  display: inline-block;
}
#wrapper .textlinesName + .textlinesName {
  margin: 0 0 0 10px;
}
#wrapper .errorTxt {
  color: #f00 !important;
  font-size: 12px !important;
  font-weight: 600;
}
#wrapper .btnRed {
  background: #f54336;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  border: 1px solid #f54336;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wrapper .btnRed:hover {
  background: #fff;
  border: 1px solid #f54336;
  color: #f54336;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  width: 100%;
}
.reminder .btnRed {
	margin:0 0 15px 0!important;
}
#wrapper .btnWhite, #wrapper .LnkClose {
  background: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  border: 1px solid #000;
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wrapper .btnWhite:hover, #wrapper .LnkClose:hover {
  background: #b9b9b9;
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  width: 100%;
}
#wrapper .btnFlex {
  width: 100%;
  display: block;
  margin: 0 auto;
  justify-content: space-between !important;
}
#wrapper .btnSingle {
  width: 100%;
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between !important;
}
#wrapper .btnFlex input {
  width: 100%;
}
#wrapper .btnSingle input {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#wrapper .btnSingle input:hover {
  background: #b9b9b9;
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  width: 100%;
}
#wrapper .addTxt {
  display: block;
  margin: 0 auto 15px !important;
  width: 100% !important;
  text-align: center;
  font-size: 12px;
  padding: 10px 0px 0px 0px;
}
#wrapper .link {
  font-weight: 600;
  font-size: 13px;
  color: #3264c8;
  text-decoration: none;
  padding: 5px 0px;
  display: block;
}
#wrapper .envlink {
  margin: 25px 0 0 0;
}
#wrapper #mainBox01 .loginBox .middle {
  font-weight: 600;
  font-size: 12px;
  padding: 10px 0px 5px !important;
  display: block;
}
#wrapper .small {
  color: #646464;
  font-weight: 600;
  font-size: 10px;
  padding: 0px 0px;
  letter-spacing: -0.05rem;
  display: block;
}
.reminder #wrapper .small {
  color: #646464;
  font-weight: 600;
  font-size: 10px;
  padding: 15px 0px 0;
  letter-spacing: -0.05rem;
  display: block;
}
.browser #wrapper #mainBox02 p {
  width: 100%;
  display: lock;
  vertical-align: top;
}
#wrapper .copyright {
  position: relative;
  font-size: 10px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
/* iOSでのデフォルトスタイルをリセット 
----------------------*/
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}