@charset "utf-8";
/* CSS Document */





/* 背景グラデーション */
.featureArea .gradient-bg {
	padding-bottom: 50px;
}

main > section .gradient-bg {
    background: linear-gradient(to bottom, #e3dedb, #fff 50%, #e3dedb 100%);
    padding-top: 50px;
}


/* 各セクションタイトル */
.contents-title {
	padding-top: 0;
  margin: 0;
}
.contents-title > span, .contents-title > i {
	opacity: 1;
}
.contents-title:before {
	content: none;
}

.loginPage {
	min-height: 720px;
  height: calc(100vh - 433px);
}

.loginPage .content_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 28px 50px;
  width: 1000px;
  margin: 30px auto;
  background-color: #fff;
	line-height: 1;
	border: 1px solid #e6e6e6;
}

.loginPage form {
  font-family: 'Noto Serif Jp','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.loginPage .autocomplete-dammy {
    display: none !important;
}

.loginPage .form-box {
  display: flex;
  flex-direction: column;
  border-bottom:  none;
}

.loginPage .form-box label {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  height: auto;
  line-height: 20px;
  background: none;
  padding: 0;
}

.loginPage .form-box > label > span {
  line-height: 1.4em;
  font-family: 'Noto Serif Jp','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.loginPage .form-box > label + div {
  width: auto;
  padding: 0;
	font-family: 'Yu Gothic','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}

.loginPage .form-box span.password {
  width: 100%;
  position: relative;
}

.loginPage .form-box input[type=text], 
.loginPage .form-box input[type=password] {
  width: 550px;
  border: 1px solid #c8c8c8;
  font-size: var(--fs-14);
}

.loginPage .login_panel-form-box .password {
    width: 100%;
    position: relative;
}

.loginPage .form-box input[type=text]::placeholder,
.loginPage .form-box input[type=password]::placeholder {
	color: #c8c8c8;
}
.loginPage .form-box input[type=text]:-ms-input-placeholder,
.loginPage .form-box input[type=password]:-ms-input-placeholder {
	color: #c8c8c8;
}
.loginPage .form-box input[type=text]::-ms-input-placeholder,
.loginPage .form-box input[type=password]::-ms-input-placeholder {
	color: #c8c8c8;
}
.loginPage .form-box input[type=text]:focus::placeholder,
.loginPage .form-box input[type=password]:focus::placeholder {
	color: #c8c8c8;
}
.loginPage .form-box input[type=text]:focus:-ms-input-placeholder,
.loginPage .form-box input[type=password]:focus:-ms-input-placeholder {
	color: #c8c8c8;
}
.loginPage .form-box input[type=text]:focus::-ms-input-placeholder,
.loginPage .form-box input[type=password]:focus::-ms-input-placeholder {
	color: #c8c8c8;
}
.loginPage .form-box input[type=text]:focus,
.loginPage .form-box input[type=password]:focus {
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(0, 140, 103, 0.6) 0px 0px 8px;
	border-color: #008C67;
	outline: 0px;
}

.loginPage .form-box .password > i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.form-box .password > i:before {
  content: '';
  display: block;
  width: 16px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.form-box .password > input[type=password] + i:before {
  background-image: url(../img/common-form-password.png);
  background-repeat: no-repeat;
  background-size: 16px 13px;
}

.form-box .password > input[type=text] + i:before {
  background-image: url(../img/common-form-password-disabled.png);
  background-repeat: no-repeat;
  background-size: 16px 13px;
}

.loginPage .login-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

.btn.disabled, 
.black-square-btn:disabled, 
.black-square-btn[data-status="disabled"] {
  background: #939393;
  cursor: not-allowed;
}

.loginPage .login-wrap .black-square-btn {
  width: calc(100% - 250px);
  height: 65px;
  line-height: 65px;
	position: relative;
	font-weight: bold;
}

.loginPage .login-wrap .black-square-btn .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.loginPage .login-wrap .form-box {
  width: 230px;
  padding-left: 15px;
  border-bottom: none;
}

.loginPage .form-box .checkbox {
  width: 100%;
  display: block;
}

.loginPage .login-wrap .form-box .checkbox > div {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

.loginPage  .form-box .checkbox > div > label {
  line-height: 46px;
  height: 46px;
  font-family: 'Noto Serif Jp','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: var(--fs-10);
  padding-left: 56px;
	letter-spacing: -0.04em;
}

.form-box .checkbox > div > label:before {
  width: 46px;
  height: 46px;
}

.form-box .checkbox > input[type=checkbox]:checked + div > label:before {
  background: none;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  box-shadow: none;
	border: 1px solid #c8c8c8;
}

.loginPage .form-box .checkbox > div > label.memory {
  margin: 0;
}

.loginPage .login-wrap label {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  height: 34px;
  line-height: 1.2em;
  padding-left: 45px;
  display: flex;
  align-items: center;
}

.loginPage .form-box .checkbox > input[type=checkbox]:checked + div > label:after {
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  top: 9px;
  left: 9px;
  width: 26px;
  height: 16px;
}

.loginPage .login-disabled {
  display: block;
  margin: 20px auto 0 auto;
  width: 550px;
  height: 50px;
  line-height: 50px;
  border-radius: 24px;
  padding: 0 10px;
  font-size: 0.9em;
  text-align: center;
  border: 1px solid #cc0000;
  background: #ffcccc;
  color: #cc0000;
  font-family: 'Yu Gothic','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}

.loginPage .login_panel-links {
  width: 550px;
  justify-content: flex-start;
  padding: 20px 0 0;
  margin-bottom: 0;
}

.loginPage .forget_password {
    display: inline-block;
    text-decoration: none !important;
    color: #008C67 !important;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    background-image: none;
    font-size: var(--fs-9);
    padding-right: 24px;
    letter-spacing: .1em;
    font-weight: bold;
		font-family: 'Noto Serif Jp','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.loginPage .forget_password:first-child {
  margin-right: 36px;
}

.loginPage .forget_password span {
    position: relative;
}

.loginPage .forget_password span:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 18px;
    background: linear-gradient(45deg, #008C67 25%, transparent 25%, transparent 75%, #008C67 75%), linear-gradient(45deg, #008C67 25%, transparent 25%, transparent 75%, #008C67 75%);
    background-color: transparent;
    background-size: 12px 12px;
    background-position: 0 6px, 6px 0;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
}

.loginPage .login_arrow {
	position: relative;
}

.loginPage .login_arrow:after {
    margin-left: 30px;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    transform-origin: center;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all .2s;
    position: absolute;
    top: 50%;
    right: 20px;
    animation: 1.5s ease infinite alternate link-action-icon;
    border-top: 5px double #ffffff;
    border-right: 5px double #ffffff;
}





.submit-wrap {
	margin: 40px 0 0;
	display: flex;
	justify-content: center;
}
.submit-wrap > a {
	width: 700px;
	cursor: not-allowed;
	position: relative;
}
.submit-wrap > a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 5px 0 5px rgba(0,0,0,.1) inset, 0 5px 5px rgba(0,0,0,.1) inset, -5px 0 5px rgba(0,0,0,.1) inset, 0 -5px 5px rgba(0,0,0,.1) inset;
}
.submit-wrap > a[data-status="true"] {
	cursor: pointer;
}
.submit-wrap > a > span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: var(--fs-17);
	font-weight: bold;
	line-height: 1.0em;
	transition: all .2s;
	position: relative;
	color: #C8C8C8;
	padding: 20px 0 20px 49px;
	border: 1px solid #C8C8C8;
	border-bottom: none;
	letter-spacing: .15em;
}

.submit-wrap > a > span .small {
	font-size: var(--fs-9);
}

.submit-wrap > a[data-status="true"] > span {
	color: #008C67;
	border: 1px solid #008C67;
	border-bottom: none;
}
.submit-wrap > a[data-status="true"]:hover > span {
	color: #fff;
}
.submit-wrap > a > span > i {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.submit-wrap > a > span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #008C67;
	transition: all .2s;
	transform-origin: left;
	transform: scale(0.0,1.0);
}
.submit-wrap > a[data-status="true"]:hover > span:before {
	transform: scale(1.0,1.0);
}
.submit-wrap > a[data-status="true"]:active > span:before {
	background: #00674F;
}
.submit-wrap > a > span:after {
	margin-left: 30px;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	transform-origin: center;
	transform: translate(-50%,-50%) rotate(45deg);
	border-top: 6px double #C8C8C8;
	border-right: 6px double #C8C8C8;
	transition: all .2s;
	position: absolute;
	top: 50%;
	right: 30px;
}
.submit-wrap > a[data-status="true"] > span:after {
	border-top: 6px double #008C67;
	border-right: 6px double #008C67;
}
.submit-wrap > a[data-status="true"]:hover > span:after {
	border-top: 6px double #fff;
	border-right: 6px double #fff;
}
.submit-wrap > a > i {
	color: #fff;
	background: #C8C8C8;
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
	padding: 10px 0;
	transition: all .2s;
	font-size: var(--fs-11);
}
.submit-wrap > a[data-status="true"] > i {
	background: #008C67;
}
.submit-wrap > a[data-status="true"]:hover > i {
	background: #00C39C;
}
