@charset "UTF-8";
/* CSS Document */

/*MEMBERS---------------------------*/
#members{
	padding:20px 10px;
	background: #efefef;
}
/*TETX BOX*/
#members .sect_title{
	font-size: 18px;
}
#members .text_box,
#members #regist,
#members #regist_fin,
#members #regist_send,
#members #tel_auth{
	text-align: left;
	background: #fff;
	padding: 10px;
	margin-top: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#members .text_box:first-child{
	margin-top: 0;
}
#members .text_box .sect_title,
#members #regist .title,
#members #regist_fin .title,
#members #regist_send .title,
#members #tel_auth .title{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #ccc solid;
	font-size: 16px;
}
#members .text_box .head_text{
	font-size: 14px;
}
#members .text_box .head_text a{
	color: #ff0058;
	text-decoration: underline;
}
#members .text_box .head_text span{
	display: block;
	margin-top: 1em;
}
#members .form fieldset{
	width: 100%;
	border: none;
	padding-bottom: 10px;
}
/*BUTTON*/
#members .button{
	margin-top: 20px;
	text-align: center;
}
#members .button a,
#members .button input{
	cursor: pointer;
	padding: 10px;
    font-size: 16px;
    display: inline-block;
	width: calc(50% - 5px);
	background: #666;
	border: 1px #666 solid;
	color: #fff;
	border-radius: 5px;
}
#members .button a:nth-child(2),
#members .button input:nth-child(2){
	background: #ff0058;
	border: 1px #ff0058 solid;
	margin-left: 10px;
}
#members .button a.wide{
	position: relative;
	width: 100%;
	background: #ff0058;
	border: 1px #ff0058 solid;
}
#members .button a.wide::after{
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	right: 15px;
	width: 5px;
	height: 5px;
	border-bottom: 1px #fff solid;
	border-left:  1px #fff solid;
	-webkit-transform: translate(0,-50%) rotate(-45deg);
	-moz-transform: translate(0,-50%) rotate(-45deg);
	-ms-transform: translate(0,-50%) rotate(-45deg);
	-o-transform: translate(0,-50%) rotate(-45deg);
	transform: translate(0,-50%) rotate(-45deg);
}
/*REGIST*/
#members #regist .form p:first-child{
	font-size: 14px;
	margin-bottom: 20px;
}
#members #regist .form p .red{
	color: #ff0000;
}
#members #regist .form p label span{
	color: #ff0000;
}
#members #regist .form fieldset p:first-child{
	margin-bottom: 0;
	padding-bottom: 5px;
	font-weight: bold;
}
#members #regist .form fieldset div{
	padding-bottom: 10px;
	border-bottom: 1px #ccc dashed;
}
#members #regist .form fieldset div p:first-child{
	padding-bottom: 0;
	font-weight: normal;
	color: #666;
}
#members form #regist_mail,
#members #regist .form #regist_date{
	font-size: 0;
}
#members #regist .form #regist_date label{
	display: inline-block;
    box-sizing: border-box;
    width: 30%;
    font-size: 13px;
}
#members #regist .form #regist_date label:first-child{
	width: 40%;
}
#members form #regist_date select{
	display: inline-block;
	width: 80%;
}
#members form #regist_mail input[type="text"],
#members form #regist_mail select{
	display: inline-block;
    box-sizing: border-box;
    width: calc(50% - 5px);
    font-size: 15px;
}
#members form #regist_mail select{
	margin-left: 10px;
}
/*REGIST FIN*/
#members #regist_fin .send_text p:first-child,
#members #regist_send .send_text p:first-child,
#members #tel_auth .send_text p:first-child{
	font-size: 15px;
	color: #ff0000;
}
#members #regist_fin .attend_text,
#members #tel_auth .attend_text{
	margin-top: 20px;
}
#members #regist_fin .attend_text .title{
	font-weight: bold;
	color: #0022ce;
}
#members #regist_fin .button a{
	background-color: #ff0058;
	border-color: #ff0058;
}
#members #regist_fin .button a:nth-child(2){
	background-color: #666;
	border-color: #666;
}
/*TEL AUTH*/
#members #tel_auth .send_text p span{
	display: inline-block;
}
#members #tel_auth .phone_number{
	font-weight: bold;
	padding: 10px 0;
	font-size: 24px;
}
#members #tel_auth .phone_number a{
	cursor: pointer;
	color: #ff0058;
}
#members #tel_auth .attend_text{
	padding: 10px;
	border: 1px #ff0000 solid;
	color: #ff0000;
}
#members #tel_auth .attend_text .title{
	border-bottom-color: #ff0000;
}
#members #tel_auth .form .button input[type="submit"] {
	background-color: #ff0058;
	border-color: #ff0058;
}
/*PROCESS LIST*/
#members .process_list{
	margin-top: 20px;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#members .process_list .title{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
	font-size: 16px;
}
#members .process_list ul li{
    position: relative;
	padding: 10px;
	background: #bdbdbd;
	margin-bottom: 20px;
	border-radius: 5px;
}
#members .process_list ul li.active{
	background: #444;
}
#members .process_list ul li:last-child{
	margin-bottom: 0;
}
#members .process_list ul li::after{
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #bdbdbd;
    border-width: 12px;
    margin-left: -12px;
}
#members .process_list ul li.active::after{
    border-top-color: #444;
}
#members .process_list ul li:last-child::after{
	display: none;
}
#members .process_list ul li p:nth-child(1){
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
#members .process_list ul li p:nth-child(2){
	font-size: 13px;
	margin-top: 5px;
	padding: 10px;
	background: #fff;
	border-radius: 30px;
}
/*USER POLICY*/
#members #user_policy{
	margin-top: 20px;
	border-collapse: collapse;
}
/*TABS*/
#members #user_policy .tabs ul li{
	float: left;
	display: inline-block;
	width: calc(50% - 5px);
}
#members #user_policy .tabs ul li:nth-child(1){
	margin-right: 10px;
}
#members #user_policy .tabs ul li p{
	cursor: pointer;
	font-weight: bold;
	padding: 10px 0 5px 0;
	font-size: 14px;
	background: #666;
	color: #fff;
	border: 1px #666 solid;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}
#members #user_policy .tabs ul li.selected p{
	background: #fff;
	color: #ff0058;
}
/*TABCONTENTS*/
#members #user_policy div[id^="tabcontents"] {
	display: none;
	position: relative;
	background: #fff;
	padding: 10px;
	border: 1px #666 solid;
	z-index: 1;
}
#members #user_policy #tabcontents_1{
	display: block;
}
#members #user_policy div[id^="tabcontents"]::after {
	content: "";
	display: inline-block;
	width: calc(50% - 7px);
	height: 3px;
	position: absolute;
	top: -2px;
	background: #fff;
}
#members #user_policy #tabcontents_1::after {
	left: 1px;
}
#members #user_policy #tabcontents_2::after {
	right: 1px;
}
#members #user_policy div[id^="tabcontents"] .sub_title,
#members #user_policy div[id^="tabcontents"] .title{
	padding: 5px 0 3px 0;
	font-size: 16px;
	border-bottom: 2px #666 solid;
	margin-bottom: 10px;
}
#members #user_policy div[id^="tabcontents"] .title{
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-weight: bold;
}
#members #user_policy div[id^="tabcontents"] .text{
	text-align: left;
	font-size: 13px;
}
#members #user_policy div[id^="tabcontents"] ol li{
	padding-top: 10px;
}
/*LOGIN---------------------------*/
#login{
	padding:20px 10px;
	background: #efefef;
}
#login .sect_title{
	font-size: 18px;
}
#login #login_wgt,
#login #advantage{
	background: #fff;
	padding: 10px;
	margin-top: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#login #login_wgt .title,
#login #advantage .title{
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
	font-size: 16px;
}
#login #login_wgt .title span{
	display: inline-block;
}
#login #login_wgt .form fieldset{
	text-align: left;
	float: left;
	width: calc(50% - 5px);
	border: none;
	padding-bottom: 10px;
}
#login #login_wgt .form fieldset:nth-of-type(2){
	margin-left: 10px;
}
#login #login_wgt .form fieldset p label{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
#login #login_wgt .form fieldset div span{
	display: block;
    color: #ff0000;
	padding-top: 5px;
}
#login #login_wgt ul{
	text-align: left;
}
#login #login_wgt li{
	display: inline-block;
    vertical-align: middle;
}
#login #login_wgt input[type=checkbox]{
	display: none;
	margin: 0;
}
#login #login_wgt input[type=checkbox] + label{
	position: relative;
	display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    line-height: 30px;
    width: 70%;
	text-align: left;
	padding: 0 0 0 29px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    border: 1px #ccc solid;
    font-size: 12px;
    letter-spacing: -0.04em;
}
#login #login_wgt input[type=checkbox] + label::before{
	border: 2px solid #ccc;
	content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
}
#login #login_wgt input[type=checkbox]:checked + label::after{
	content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
	left: 8px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #ff0058;
    border-bottom: 3px solid #ff0058;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#login #login_wgt li a{
	line-height: 1;
    font-size: 11px;
    display: block;
    padding: 3px 0;
    text-align: left;
	color: #ff0058;
	text-decoration: underline;
}
#login #login_wgt .button a,
#login #advantage .button a{
	display: inline-block;
	border-radius: 4px;
}
#login #login_wgt .button input[type="reset"],
#login #login_wgt .button input[type="submit"],
#login #login_wgt .button a,
#login #advantage .button a{
	width: calc(50% - 5px);
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
	margin-top: 20px;
}
#login #login_wgt .button input[type="reset"]{
	background: #666;
}
#login #login_wgt .button input[type="submit"],
#login #login_wgt .button a,
#login #advantage .button a{
	margin-left: 10px;
	background: #ff0058;
}
#login #login_wgt .box_title,
#login #advantage .box_title{
	font-weight: bold;
	border: 2px #ccc solid;
	padding: 10px 0;
	border-radius: 30px;
}
#login #advantage .box_title{
	margin-top: 10px;
}
#login #login_wgt .box:last-child .box_title{
	margin-top: 20px;
}
#login #login_wgt .text_box,
#login #advantage .text_box{
	text-align: left;
	margin-top: 10px;
}
#login #login_wgt .text_box .text span,
#login #advantage .text_box .text span{
	display: inline-block;
}
#login #login_wgt .text_box .phone_number{
	font-weight: bold;
	padding: 10px 0;
	font-size: 24px;
}
#login #login_wgt .text_box .phone_number a{
	cursor: pointer;
	color: #ff0058;
}
#login #login_wgt .reminder_box{
	margin-top: 10px;
}
#login #login_wgt #carrier.reminder_box{
	margin-left: 10px;
}
/*TABS*/
#login #advantage .tabs li{
	float: left;
	display: inline-block;
	width: calc(50% - 5px);
	margin-top: 10px;
}
#login #advantage .tabs li:nth-child(2n){
	margin-left: 10px;
}
#login #advantage .tabs li p{
	cursor: pointer;
	font-weight: bold;
	padding: 10px 0;
	font-size: 14px;
	background: #666;
	color: #fff;
	border: 1px #666 solid;
	border-radius: 10px;
}
#login #advantage .tabs li.selected p{
	background: #fff;
	color: #ff0058;
}
/*TABCONTENTS*/
#login #advantage div[id^="tabcontents"] {
	display: none;
	position: relative;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	border: 1px #666 solid;
	z-index: 1;
}
#login #advantage #tabcontents_1{
	display: block;
}
#login #advantage div[id^="tabcontents"] .sub_title{
	padding-bottom: 3px;
    font-size: 16px;
    border-bottom: 2px #666 solid;
    margin-bottom: 10px;
}
#login #advantage div[id^="tabcontents"] .text{
	text-align: left;
    font-size: 13px;
}
/*MEDIA QUERIES
--------------------------------------------------*/
/*smartphone*/
@media (max-width: 640px) {
	/*MEMBER---------------------------*/
	/*TETX BOX*/
	#members .text_box{
		text-align: center;
	}
	#members form #regist_mail input[type="text"],
	#members form #regist_mail select{
		width: 100%;
	}
	#members form #regist_mail select{
		margin-left: 0;
		margin-top: 10px;
	}
	/*LOGIN---------------------------*/
	#login #login_wgt .title,
	#login #advantage .title,
	#members #regist .title,
	#members #regist_fin .title,
	#members #regist_send .title,
	#members #tel_auth .title{
		text-align: center;
	}
	#login #login_wgt .text_box,
	#login #advantage .text_box,
	#members #regist_fin .send_text,
	#members #regist_send .send_text,
	#members #tel_auth .send_text{
		text-align: center;
	}
	#login #login_wgt .form fieldset{
		width: 100%;
	}
	#login #login_wgt .form fieldset:nth-of-type(2){
		margin-left: 0;
	}
	#login #login_wgt #carrier.reminder_box{
		margin-left: 0;
	}
}
/*tablet*/
@media (min-width: 641px) and (max-width: 893px) {
	/*HEADER---------------------------*/
}
/*PC*/
@media (min-width: 894px) {
	/*HEADER---------------------------*/
}