@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関係のリセットここから*/

/*.デイトピッカーここまで*/
.ui-datepicker{
	box-sizing: border-box;
	width: 90%;
	max-width: 315px;
	height: auto;
	padding: 14px;
	background-color: #ffffff;
	border-radius: 9px;
	display: none;
	margin: auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	z-index: 1000!important;
}
.ui-datepicker .ui-datepicker-header{
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	background: none;
	color: #262626;
	font-weight: 400;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next{
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 5px 0 13px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year{
	box-sizing: border-box;
	width: auto;
	height: auto;
	min-height: 28px;
	padding: 0 35px 0 10px;
	border: 1px solid #AAAAAA;
	border-radius: 6px;
	font-size: 17px;
	line-height: 27px;
	color: #000000;
	background-image: url(../img/admin_contact/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
	display: block;
	margin: 0;
	position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month{
	box-sizing: border-box;
	width: auto;
	height: auto;
	min-height: 28px;
	padding: 0 35px 0 10px;
	border: 1px solid #AAAAAA;
	border-radius: 6px;
	font-size: 17px;
	line-height: 27px;
	color: #000000;
	background-image: url(../img/admin_contact/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
	display: block;
	margin: 0;
}
.ui-datepicker .ui-datepicker-calendar{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.ui-datepicker .ui-datepicker-calendar thead{
}
.ui-datepicker .ui-datepicker-calendar thead tr{
	
}
.ui-datepicker .ui-datepicker-calendar thead tr th{
	padding: 0 0 2px;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}
.ui-datepicker .ui-datepicker-calendar tbody{
	
}
.ui-datepicker .ui-datepicker-calendar tbody tr{
	
}
.ui-datepicker .ui-datepicker-calendar tbody tr td{
	border: 4px solid #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 17px;
	line-height: 27px;
	color: #000000;
	background: none;
	background-color: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-active{
	background-color: #FABE00;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 17px;
	line-height: 27px;
	color: #000000;
	background-color: #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .5;
}
/*.デイトピッカーここから*/

/*.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: 450px;
	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 h2{
	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 h2{
		margin: 0 0 30px;
		font-size: 22px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
	}
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-profile-update-success{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-profile-update-success p{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	display: block;
	text-align: center;
	position: absolute;
	position: 0;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-warning{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-warning.swpm-yellow-box{
	padding: 0;
	margin: 0 0 10px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-warning p{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	color: #C94032;
	font-weight: 400;
	display: block;
	position: absolute;
	position: 0;
}
.contents01 .contents01_01 .contents01_01_01 .swpm_error{
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0 auto 40px;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 700;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm_error ul{
	width: auto;
	height: auto;
	margin: 5px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm_error ul li{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	color: red;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder .swpm-fieldset{
	width: 100%;
	height: auto;
	margin: 0 0 25px;
	font-size: 0;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder .swpm-fieldset ul{
	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-fb-registration-form .swpm-form-builder ul li{
	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-fb-registration-form .swpm-form-builder ul li:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li label{
	width: 100%;
	height: auto;
	margin: 0;
	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-fb-registration-form .swpm-form-builder ul li label .swpm-required-asterisk{
	display: none;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li label.swpm-form-builder-error{
	width: 100%;
	height: auto;
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: #C94032;
	display: block;
	opacity: 0;
	position: absolute;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li b{
	width: 100%;
	height: auto;
	margin: 5px 0 0;
	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-fb-registration-form .swpm-form-builder ul li input{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 5px 0 0;
	border: 1px solid #B4B4B4;
	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-fb-registration-form .swpm-form-builder ul .swpm-item-select{
	width: 180px;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul .swpm-item-select select{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 5px 0 0;
	border: 1px solid #B4B4B4;
	background-color: #ffffff;
	background-image: url(../img/register_actor/item01.png);
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: center right 10px;
	padding: 13px 15px;
	font-size: 13px;
	line-height: 23px;
	font-weight: 700;
	color: #000000;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li > div{
	width: 100%;
	height: auto;
	margin: 5px 0 15px;
	display: block;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li > div:last-of-type{
	margin: 0;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li > div input{
	margin: 0;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul .swpm-fb-membership-level{
	display: none;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li > div .approval{
	display: none;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li > div .approval + label{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	display: block;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li > div .approval + label::before{
	box-sizing: border-box;
	content: '';
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	border-radius: 2px;
	border: 1px solid #9D9D9D;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: top;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li > div .approval + label::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: 9px;
	bottom: auto;
	left: 6px;
	right: auto;
	margin: auto;
	transition: transform 0.125s ease-in-out;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li > div .approval:checked + label::after{
	transform: rotate(-45deg) scaleX(1);
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-form-builder ul li > div .approval + label a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #262626;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	display: inline;
}

.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-item-submit{
	width: 320px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-item-submit{
		width: 100%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-item-submit .swpm-submit{
	width: 100%;
	height: 65px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	background-color: #FABE00;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	pointer-events: auto;
	opacity: 1;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-item-submit .swpm-submit{
	}
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .swpm-item-submit .swpm-submit.events_none{
	pointer-events: none;
	opacity: .5;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .swpm-fb-registration-form .link01{
	width: auto;
	height: auto;
	margin: 15px auto 0;
	font-size: 14px;
	line-height: 24px;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #262626;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	display: block;
}
/*.contents01ここまで*/