﻿@charset "utf-8";
/* CSS Document */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
* {
  box-sizing: border-box;
}
#wrapper {
  width: 100vw;
  height: 100vh;
  background: url("../img/bg_pc.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
	min-height:850px;
}
.inquiry #wrapper{
  width: 100vw;
  height: 100vh;
  background: url("../img/bg_pc.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
	min-height:540px;
}
.browser #wrapper{
  width: 100vw;
  height: 100vh;
  background: url("../img/bg_pc.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
	min-height:650px;
}
#wrapper p {
  line-height: 180% !important;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#wrapper h1 {
  max-width: 258px;
  height: auto;
  margin: 20px 35px;
  display: block;
}
#wrapper .btnContact a{
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 300px;
  position: absolute;
  top: 30px;
  right: 45px;
  width: 187px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wrapper .btnContact a:hover {
  background: rgba(255, 255, 255, 0.45);
}
#wrapper .btnContact a:link, #wrapper .btnContact a:visited, #wrapper .btnContact a:active {
  color: #fff;
  text-decoration: none;
}
#wrapper .btnContact_sp {
  display: none;
}
#wrapper #mainBox01 {
  background: #fff;
  position: relative;
margin:3% auto;
  max-width: 500px;
  width: 90%; 
  padding: 20px;
}
#wrapper #mainBox02 {
  background: #fff;
margin:2% auto 4%;
	max-width: 805px;
  width: 90%;
  padding: 20px 40px 40px;
}
#wrapper #mainBox01 h2, #wrapper #mainBox02 h2 {
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 5rem;
}
#wrapper #mainBox02 p {
  font-weight: 600;
  display: block;
  margin: 0 0 20px 0;
}
#wrapper #mainBox02 a {
  text-decoration: none;
}
#wrapper #mainBox01 .loginBox label {
  display: inline-block;
  color: #646464;
  font-size: 16px;
  width: 30%;
  font-weight: 700;
}
#wrapper #mainBox02 .loginBox label {
  display: inline-block;
  color: #000;
  font-size: 16px;
  width: 35%;
  font-weight: 700;
}

.reminder #wrapper #mainBox02 .loginBox label span{
	width:25%;
	display: inline-block;
}

#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: 64%;
}
#wrapper #mainBox01 .loginBox {
  max-width: 390px;
  display: block;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
#wrapper #mainBox02 .loginBox {
  width: 100%;
  display: block;
  margin: 20px auto 30px;
  padding: 40px;
  background: #ebebeb;
}
#wrapper #mainBox02 .termsBox {
  width: 100%;
  display: block;
  margin: 40px auto 40px;
  padding: 10px;
  height: 160px;
  overflow-y: scroll;
}
#wrapper #mainBox01 .formRow {
  border-bottom: 1px solid #ababab;
  margin: 0 0 40px 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;
  bottom: 0%;
  left: 40%;
  pointer-events: none;
}
#wrapper #mainBox02 .formRow .errorTxt:nth-last-of-type(2) {
  top: 5%;
}
#wrapper #mainBox02 .formRow .errorTxt + .errorTxt {
  position: absolute;
  top: 5%;
  left: 72%;
}
#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: 64.8%;
  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 {
  margin-left: 5px;
}
#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;
}
#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;
}
#wrapper .btnWhite.pc {
  margin: 0 34px 0 0;
}
#wrapper .btnFlex {
  width: 80%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between !important;
}
#wrapper .btnSingle {
  width: 80%;
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between !important;
}
#wrapper .btnFlex input {
  width: 47%;
}
#wrapper .btnSingle input {
  width: 47%;
  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: 47%;
}
#wrapper .addTxt {
  display: block;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 580px;
  text-align: right;
  font-size: 12px;
  padding: 10px 60px 0 0px;
}
#wrapper .noReturn .addTxt {
  text-align: left;
}
#wrapper .link {
  font-weight: 600;
  font-size: 12px;
  color: #3264c8;
  text-decoration: none;
  padding: 20px 15px 0 0px;
}
#wrapper .envlink {
  margin: 0 0 0 16px;
}
#wrapper #mainBox01 .loginBox .middle {
  font-weight: 600;
  font-size: 12px;
  padding: 20px 0px 10px !important;
  display: block;
}
#wrapper .small {
  color: #646464;
  font-weight: 600;
  font-size: 10px;
  padding: 20px 0px;
  letter-spacing: -0.05rem;
}
.reminder #wrapper .small {
  color: #646464;
  font-weight: 600;
  font-size: 10px;
  padding: 20px 0px 0;
  letter-spacing: -0.05rem;
	text-align: center;
	display:block;
}
.browser #wrapper #mainBox02 p {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
#wrapper .copyright {
  position: absolute;
  right: 35px;
  bottom: 10px;
  font-size: 10px;
  color: #fff;
	text-align: right;
}