@charset "utf-8";
/*.form関係のリセットここから*/
input,
button,
select,
textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea{
	resize: vertical;
}

input[type='checkbox'],
input[type='radio']{
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select{
	cursor: pointer;
}

select::-ms-expand{
	display: none;
}

::placeholder{
	color: #ACB6BA;
	font-weight: 500;
}
/*.form関係のリセットここから*/

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	min-height: calc(100vh - 68px - 344px);
	margin: 0 auto;
	background-color: #F5F5F5;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
		min-height: calc(100vh - 70px - 390px);
	}
}
.contents01 .contents01_01{
	width: 570px;
	height: auto;
	padding: 75px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 55px 0 50px;
	}
}
.contents01 .contents01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 40px;
	font-size: 25px;
	line-height: 35px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		margin: 0 0 30px;
		font-size: 22px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	padding: 50px 60px 45px;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 18px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		padding: 40px 25px 35px;
		border-radius: 12px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-widget-form form{
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 400;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-username-label{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-label{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-input-visibility,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-remember-me{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-login-submit,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-forgot-pass-link,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-join-us-link,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-login-action-msg{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-username-label label,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-label label{
	width: 100%;
	height: auto;
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-username-input,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-input{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-username-input input,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-input input{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #9D9D9D;
	background-color: #ffffff;
	padding: 13px 15px;
	font-size: 13px;
	line-height: 23px;
	font-weight: 700;
	color: #000000;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-input-visibility .swpm-password-toggle-checkbox,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-remember-me .swpm-remember-checkbox{
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-input-visibility .swpm-password-toggle-checkbox::before,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-remember-me .swpm-remember-checkbox::before{
	box-sizing: border-box;
	content: '';
	width: 20px;
	height: 20px;
	margin: 0;
	border-radius: 2px;
	border: 1px solid #9D9D9D;
	background-color: #ffffff;
	display: block;
	flex-shrink: 0;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-input-visibility .swpm-password-toggle-checkbox::after,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-remember-me .swpm-remember-checkbox::after{
	content: '';
	width: 10px;
	height: 5px;
	border-left: 2px solid #C94032;
	border-bottom: 2px solid #C94032;
	-webkit-transform: rotate(-45deg) scaleX(0);
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	display: block;
	position: absolute;
	top: 0;
	bottom: -5px;
	left: 6px;
	right: auto;
	margin: auto;
	transition: transform 0.125s ease-in-out;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-input-visibility .swpm-password-toggle-checkbox.active::after,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-remember-me .swpm-remember-checkbox.active::after{
	transform: rotate(-45deg) scaleX(1);
	transition: transform 0.125s ease-in-out;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-input-visibility label,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-remember-me label{
	width: auto;
	height: auto;
	padding: 0 0 0 25px;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-password-input-visibility label span,
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-remember-me label span{
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-login-submit input{
	width: 320px;
	height: 65px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #000000;
	background-color: #FABE00;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-login-submit input{
		width: 100%;
		max-width: 270px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-forgot-pass-link a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #262626;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-login-action-msg .swpm-login-widget-action-msg{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-login-action-msg .swpm-login-widget-action-msg .swpm-red-error-text{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	display: block;
	opacity: 0;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-login-action-msg .swpm-login-widget-action-msg .swpm_login_error_activation_required{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-login-form-inner .swpm-login-action-msg .swpm-login-widget-action-msg .swpm_login_error_activation_required a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #262626;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	display: inline;
}
/*.contents01ここまで*/






