
/*=================================================
 * CSS for PC
 * ================================================= */

/***** for JS control *****/

#exp_girl_2{
	margin-top: 5px;
	/* display: none; */
}


/** step **/

.step{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 0 1px 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.step div{
	position: relative;
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #999;
	text-align: center;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.step div em{
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	padding-top: 4px;
}

#step1 div:nth-child(1),
#step2 div:nth-child(2),
#step3 div:nth-child(3),
#step4 div:nth-child(4){	background: #ff3399; color: #fff;}

#step1 div:nth-child(2),
#step2 div:nth-child(1),
#step3 div:nth-child(1),
#step4 div:nth-child(1){	background: #1c1c1e;}

#step1 div:nth-child(3),
#step2 div:nth-child(3),
#step3 div:nth-child(2),
#step4 div:nth-child(2){	background: #28282a;}

#step1 div:nth-child(4),
#step2 div:nth-child(4),
#step3 div:nth-child(4),
#step4 div:nth-child(3){	background: #3e3e41;}

#step1 div:nth-child(2):after,
#step2 div:nth-child(1):after,
#step3 div:nth-child(1):after,
#step4 div:nth-child(1):after{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 20px;
	border-color: transparent transparent transparent #1c1c1e;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
}

#step1 div:nth-child(3):after,
#step2 div:nth-child(3):after,
#step3 div:nth-child(2):after,
#step4 div:nth-child(2):after{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 20px;
	border-color: transparent transparent transparent #28282a;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
}
#step4 div:nth-child(3):after{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 20px;
	border-color: transparent transparent transparent #3e3e41;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
}

#step1 div:nth-child(1):after,
#step2 div:nth-child(2):after,
#step3 div:nth-child(3):after{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 20px;
	border-color: transparent transparent transparent #ff3399;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
}

.step div:after{
	border-width: 30px 0 30px 10px !important;
	right: -10px !important;
}

.error_block{
    background: #f8d3d2 !important;
	animation-name: indfade;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}

@keyframes indfade {
	0%{
		color: #ff0000;
	}
	80% {
		color: #ff0000;
	}
	85% {
		color: #f8d3d2;
	}
	90% {
		color: #ff0000;
	}
	95% {
		color: #f8d3d2;
	}
	100%{
		color: #ff0000;
	}
}

.error_text{
	color: #ff0000;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
	background: #f8d3d2;
	padding: 10px;
	border-radius: 3px;
}

.error_text:empty{display: none;}

.error_text{
	color: #ff0000;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

.error .bt_bg,
.over .bt_bg{
	margin: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.error .bt,
.over .bt{
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}


/*============================
STEP1
============================*/

/** expreg **/

#expreg{}

#expreg h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background: #28282a;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	padding: 6px 0;
}

.regbox1{
	margin-bottom: -1px;
	border-bottom: 1px solid #3e3e41;
}

.regbox1.mb{
	border-bottom: none;
}


.regbox1#girl_prof_box{ border-bottom: none;}

.regbox2{
	margin: 0 10px;
	border-top: 1px solid #3e3e41;
	border-left: 1px solid #3e3e41;
}

.regbox2_in{
	width: 100%;
	display: table;
	min-height: 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.regbox2_in.line1{
	display: block;
	min-height: 0;
}

.regbox2_l,
.regbox2_r{
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #3e3e41;
	border-right: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.regbox2_l{
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	background: #28282a;
	padding: 10px 0;
}
.regbox2_l.ss{	font-size: 14px;}

.regbox2_r{
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
}

.regbox2_r .txtlink{
	text-align: center;
}

.regbox2_in.line1 .regbox2_l,
.regbox2_in.line1 .regbox2_r{
	display: block;
	width: auto;
}


.regbox2_r.fz16{
	font-size: 16px;
	line-height: 25px;
}

.ct{
	display: block;
	font-size: 11px;
	line-height: 20px;
}
.ct em{	color: #ff429c;}

#modal_form .regbox2_r{	
	border-right: none;
	background: #1c1c1e;
}
#modal_form .regbox2_in:last-of-type .regbox2_l,
#modal_form .regbox2_in:last-of-type .regbox2_r{	border-bottom: none;}


/** expuser **/

.expuser{
	position: relative;
	display: block;
	color: #fff;
	text-align: left;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.expuser .img{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: calc(50% - 27.5px);
    left: 12px;
}

.expuser .usbox_l{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

.expuser .usbox_l img{
	width: 55px;
	height: auto;
	border-radius: 50%;
}

.expuser .usbox_l .age {
    display: inline-block;
    width: 50px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: 40px;
    left: 2.5px;
}

.expuser h5{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #d3b565;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.expuser .img+div {
    padding-left: 70px;
}

.expuser > div {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 13px 0;
	width: 100%;
	min-height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/** expcast **/

.expcast{
	position: relative;
	display: block;
	color: #fff;
	text-align: left;
	padding: 0 30px 0 10px;
	border-bottom: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.expcast:before{
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	top: calc(50% - 2px);
	right: 9px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.expcast:after{
	content: '';
	height: 100%;
	border-left: 1px dotted #3e3e41;
	position: absolute;
	top: 0;
	right: 20px;
}

.expcast h5{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 3px 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.expcast h5 .a_girl{
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: calc(100% - 55px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.expcast p{
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.expcast p span{	color: #999999;}

.expcast .img {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 35px);
    left: 10px;
}

.expcast .img img {
    width: 70px;
    height: auto;
}

.expcast .img+div {
    padding-left: 80px;
}

.expcast > div {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 13px 0;
	width: 100%;
	min-height: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/** detail_link **/

.regbox3{
	padding: 0 0 20px 0;
}
.detail_link{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
.detail_link span{
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	padding: 0 20px;
	color: #ffae00;
	background: #1c1c1e;
	border: 1px solid #ffae00;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.detail_link span:hover{
	text-decoration: none;
	color: #ffffff;
	background: #ffae00;
}
.detail_link.open{	display: none;}
.detail_link+.regbox2{	display: none; height: 0;}
.detail_link.open+.regbox2{	display: block; height: auto;}


/** regbt **/

.regbt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 10px 0;
	padding: 0 10px;
}

.regbt + .regbox2 + .regbox1,
.regbt + .regbox2 + .req_caution_box + .regbox1{
	margin-top: 20px;
}

.regbt button{
	display: none;
	width: 100%;
	max-width: 300px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 7px 0;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.regbt button i{
	display: inline-block;
	vertical-align: middle;
	margin: -2px 3px 0 0;
}

.regbt #use_data{
	background: #ff9000;
	box-shadow:0px -1px 0px 0px #c66600 inset;
}
.regbt #use_data i{	font-size: 18px;}
.regbt #use_draft{
	background: #94742f;
	box-shadow:0px -1px 0px 0px #6c521c inset;
}
.regbt #use_draft i{	font-size: 22px;}


/** expmaintxt **/

.expmaintxt{
	font-size: 12px;
	line-height: 18px;
	padding: 10px 10px 20px 10px;
}
.regbox1 .expmaintxt{	padding-bottom: 0;}

#exp_comment_note{
	font-size: 11px;
	line-height: 16px;
	padding: 2px 0 0 0;
}

#exp_comment_num{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
#exp_comment_num span{	color: #ff429c;}


/** star **/

.bt_req2{
	font-size: 10px;
	line-height: 14px;
	padding: 2px 0 0 16px;
	position: relative;
}
.bt_req2 i{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	position: absolute;
    top: 2px;
    left: 0;
}

.regbox2_in.star .regbox2_l,
.regbox2_in.star .regbox2_r{
	padding-top: 0;
	padding-bottom: 0;
	height: 60px;
}

.req_caution_box{
	padding-bottom: 0;
	padding-top: 10px;
}
.expmaintxt .req_caution_box{	padding: 0;}
.expmaintxt .req_caution{	margin: 0 0 10px 0;}
.expmaintxt .req_caution .pink{	color: #ff429c;}
.expmaintxt .req_caution a{	cursor: pointer;}
.expmaintxt .req_caution a#comment_sample{ color: #ffe600;}
.expmaintxt .req_caution a.beginer{	color: #3366ff;}

.evaluation{
	display: flex;
	width: 100%;
	flex-direction: row-reverse;
	justify-content: space-around;
}
.evaluation input[type='radio']{	display: none;}
.evaluation label{
	-webkit-flex-basis:30px;
    flex-basis:30px;
	width: auto;
	height: auto;
	line-height: 10px;
	color: #3e3e41;
	cursor: pointer;
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0;
}
.evaluation label i{
	font-size: 36px;
}
.evaluation label:hover,
.evaluation label:hover ~ label,
.evaluation input[type='radio']:checked ~ label{	color: #ffcc00;}


/** beginer_box **/

#beginer_box{
	position: relative;
	width: 290px;
	background: #28282a;
	margin: 0 auto 10px 0;
	padding: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#beginer_box:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #28282a transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 15px;
}

#beginer_box > div{
	text-align: left;
	background: #1c1c1e;
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 8px 10px 10px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#beginer_box > div:last-of-type{	margin-bottom: 0;}

#beginer_box > div p{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 3px 0;
}
#expreg #beginer_box > div select{
	line-height: 16px;
}


/** form item **/

.w1{	width		: 100%;}
.w2{	width		: 100%;}
.w3{	width		: 40px;}

#expreg input[type="text"],
#expreg input[type="email"],
#expreg input[type="tel"],
#expreg input[type="password"],
#expreg textarea{
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 6px;
	font-size		: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	line-height		: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#expreg textarea{
	width: 100%;
	height: 250px;
}
.form .exp_comment_fs{
	font-size: 14px !important;
	line-height: 22px !important;
}
#expreg textarea.s_advice{	height: 85px;}

#expreg textarea::-webkit-input-placeholder {
	color: #999;
}
#expreg textarea:-ms-input-placeholder {
	color: #999;
}
#expreg textarea::-moz-placeholder {
	color: #999;
}
#expreg textarea::placeholder {
	color: #999;
}

#expreg select{
	width: 250px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 25px;
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 6px 30px 6px 6px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	background: url(../../img/all/select.png) right 50% no-repeat;
	-webkit-background-size: 30px 60px;
	background-size: 30px 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


#expreg select#exp_manzoku_num{
	border: none;
	outline: none;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	padding: 8px 10px;
	background: url(../../img/all/select_pink.png) right 50% no-repeat #ff528f;
	background: url(../../img/all/select_pink.png) right 50% no-repeat, -moz-linear-gradient(left, #ff528f 0%, #ff34a7 100%);
	background: url(../../img/all/select_pink.png) right 50% no-repeat, -webkit-linear-gradient(left, #ff528f 0%,#ff34a7 100%);
	background: url(../../img/all/select_pink.png) right 50% no-repeat, linear-gradient(to right, #ff528f 0%,#ff34a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff528f', endColorstr='#ff34a7',GradientType=1 );
	background-color: #ff4726 !important;
	-webkit-background-size: 30px 60px, auto;
	background-size: 30px 60px, auto;
}

#expreg select#exp_manzoku_num option{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: #1c1c1e;
}


#expreg input::placeholder,
#expreg textarea::placeholder{	color: #ccc;}
#expreg input:-ms-input-placeholder,
#expreg textarea:-ms-input-placeholder{	color: #ccc;}
#expreg input::-ms-input-placeholder,
#expreg textarea::-ms-input-placeholder{	color: #ccc;}

#expreg .bt_bg{	padding: 20px 10px;}
.regbox3+.bt_bg{	border-top: 1px solid #3e3e41;}
#expreg #dra_bt{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #3e9ef2;
	border: 1px solid #3e9ef2;
	border-radius: 3px;
	background: #1c1c1e;
	margin: 0 0 10px 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#expreg #dra_bt:hover{
	color: #ffffff;
	background: #3e9ef2;
}

.mb{	margin-bottom: 10px;}



/*============================
STEP2
============================*/

/** smbox **/

.smbox_bg{
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.smbox_bg span{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: calc(50%  - 8px);
}

.smbox_bg span:nth-of-type(1){	left: 7px;}
.smbox_bg span:nth-of-type(2){	right: 7px;}

.smbox_bg em{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}

.smbox_bg em{	text-shadow: 1px 1px 0px rgba(28, 28, 30, 0.3); color: #fff;}
.smbox_bg.sm0 em{	text-shadow:-1px -1px 0px #1c1c1e; color: #999;}
.smbox_bg span:nth-of-type(1),
.smbox_bg.sm7 span:nth-of-type(2){	color: #ff67cc;}
.smbox_bg.sm1 span:nth-of-type(1),
.smbox_bg span:nth-of-type(2){	color: #039aff;}
.smbox_bg.sm0 span{
	color: #999;
	background: #3e3e41;
}

.smbox{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: center;
	width: 100%;
	margin: 0 auto;
}

.smbox p{
	width: calc(100% / 6);
	height: 30px;
	background: #039aff;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	border-right: 1px dotted #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sm0 .smbox p{	background: #28282a;}
.smbox p:first-of-type{	border-left: 1px solid #3e3e41; border-radius: 15px 0 0 15px;}
.smbox p:last-of-type{	border-right: 1px solid #3e3e41; border-radius: 0 15px 15px 0;}

.smbox_bg.sm1 .smbox p{	background: #039aff;}

.smbox_bg.sm2 .smbox p:nth-of-type(1),
.smbox_bg.sm3 .smbox p:nth-of-type(1),
.smbox_bg.sm3 .smbox p:nth-of-type(2),
.smbox_bg.sm4 .smbox p:nth-of-type(1),
.smbox_bg.sm4 .smbox p:nth-of-type(2),
.smbox_bg.sm4 .smbox p:nth-of-type(3),
.smbox_bg.sm5 .smbox p:nth-of-type(1),
.smbox_bg.sm5 .smbox p:nth-of-type(2),
.smbox_bg.sm5 .smbox p:nth-of-type(3),
.smbox_bg.sm5 .smbox p:nth-of-type(4),
.smbox_bg.sm6 .smbox p:nth-of-type(1),
.smbox_bg.sm6 .smbox p:nth-of-type(2),
.smbox_bg.sm6 .smbox p:nth-of-type(3),
.smbox_bg.sm6 .smbox p:nth-of-type(4),
.smbox_bg.sm6 .smbox p:nth-of-type(5),
.smbox_bg.sm7 .smbox p{	background: #ff67cc;}


#re_sm .smbox_bg{	margin-bottom: 10px;}
#re_sm .smbox p{	height: 45px;}
#re_sm .smbox p:first-of-type{	border-radius: 22.5px 0 0 22.5px;}
#re_sm .smbox p:last-of-type{	border-radius: 0 22.5px 22.5px 0;}

#modal_form #re_sm .smbox{
	position: relative;
	flex-direction: row-reverse;
}

#modal_form #re_sm .smbox label{
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 7);
	height: 60px;
	font-size: 14px;
	line-height: 14px;
	background: #1c1c1e;
	border: none;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	border-right: 1px dotted #3e3e41;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	background: -webkit-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -moz-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -o-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -ms-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: linear-gradient(0deg, #28282a 0%, #1c1c1e 100%);
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#modal_form #re_sm .smbox input[type='radio']{	display: none;}
#modal_form #re_sm .smbox label:last-of-type{	border-left: 1px solid #3e3e41; border-radius: 5px 0 0 5px;}
#modal_form #re_sm .smbox label:first-of-type{	border-right: 1px solid #3e3e41; border-radius: 0 5px 5px 0;}

#modal_form #re_sm .smbox label:nth-of-type(4),
#modal_form #re_sm .smbox label:nth-of-type(5){	height: 30px;}
#modal_form #re_sm .smbox label:nth-of-type(5){
	border-top: none;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#modal_form #re_sm .smbox_bg span{
	font-size: 11px;
	color: #fff;
	top: 44px;
}
#modal_form #re_sm .smbox_bg span:nth-of-type(1){	left: -9px;	background: #ff67cc;}
#modal_form #re_sm .smbox_bg span:nth-of-type(2){	right: -9px;	background: #039aff;}

#modal_form #re_sm .smbox input[type='radio']:checked + label{
	color:#fff;
	background: #ff3399;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.smtxt{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

.sm_z{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	border: 1px solid #3e3e41;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sm_z label{
	cursor: pointer;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	background: #1c1c1e;
	border: none;
	border-bottom: 1px solid #3e3e41;
	border-right: 1px dotted #3e3e41;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	background: -webkit-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -moz-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -o-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -ms-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: linear-gradient(0deg, #28282a 0%, #1c1c1e 100%);
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (max-width: 359px) {
	#modal_form .sm_z label{ font-size: 12px;}
}

.sm_z input[type='radio']:checked + label{
	color:#fff;
	background: #ff3399;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.sm_z input[type='radio']{	display: none;}
.sm_z #re_sm_5+label,
.sm_z #re_sm_6+label,
.sm_z #re_sm_7+label,
.sm_z #re_sm_1+label,
.sm_z #re_sm_2+label,
.sm_z #re_sm_3+label{
	width: calc(100% / 3);
}
.sm_z #re_sm_4+label,
.sm_z #re_sm_0+label{
	width: calc(100% / 2);
}
.sm_z #re_sm_7+label,
.sm_z #re_sm_0+label,
.sm_z #re_sm_1+label{
	border-right: none;
}
.sm_z #re_sm_1+label{	order: 8; border-bottom: none;}
.sm_z #re_sm_2+label{	order: 7; border-bottom: none;}
.sm_z #re_sm_3+label{	order: 6; border-bottom: none;}
.sm_z #re_sm_4+label{	order: 4;}
.sm_z #re_sm_5+label{	order: 1;}
.sm_z #re_sm_6+label{	order: 2;}
.sm_z #re_sm_7+label{	order: 3;}
.sm_z #re_sm_0+label{	order: 5;}
.sm_z #re_sm_5+label{	border-radius: 3px 0 0 0;}
.sm_z #re_sm_7+label{ border-radius: 0 3px 0 0;}
.sm_z #re_sm_3+label{ border-radius: 0 0 0 3px;}
.sm_z #re_sm_1+label{ border-radius: 0 0 3px 0;}




.form .td input[type="text"],
.form .td input[type="email"],
.form .td input[type="tel"],
.form .td input[type="password"],
.form .td textarea{
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 6px;
	font-size		: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	line-height		: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form .td textarea{
	width: 100%;
	height: 145px;
}
.form .exp_comment_fs{
	font-size: 14px !important;
	line-height: 22px !important;
}
.form .td textarea.s_advice{	height: 85px;}

.form .td textarea::-webkit-input-placeholder {
	color: #999;
}
.form .td textarea:-ms-input-placeholder {
	color: #999;
}
.form .td textarea::-moz-placeholder {
	color: #999;
}
.form .td textarea::placeholder {
	color: #999;
}

.form .td select{
	width: 170px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 25px;
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 6px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	background: url(../../img/all/select.png) right 50% no-repeat;
	-webkit-background-size: 30px 60px;
	background-size: 30px 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** kikbox **/

.kikbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: left;
	color: #fff;
	border: 1px solid #3e3e41;
	border-radius: 3px;
}

.kikbox_l,
.kikbox_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.kikbox_l{
	width: 66px;
	padding: 8px;
}

.kikbox_l .usbox_l{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

.kikbox_l .usbox_l img{
	width: 50px;
	height: auto;
	border-radius: 50%;
}

.kikbox_l .usbox_l .age {
    display: inline-block;
    width: 50px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: 36px;
    left: 0;
}

.kikbox_r{	padding: 15px 5px 15px 0;}

.kikbox_r h5{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #5d4429;
}
.kikbox_r h5 a{	color: #5d4429;}

.kikbox_r p{
	font-size: 10px;
	line-height: 12px;
	padding: 2px 0 0 0;
}
.kikbox_r p span{	color: #956123;}
.kikbox_r p em{	color: #ff429c;}

#re_kik .kikbox{
	position: relative;
	border-top: none;
	border-left: none;
	border-right: none;
}
#re_kik .kikbox.select{	background: #fff3f9;}
#re_kik .kikbox:last-of-type{	border-bottom: none;}
#modal_form #re_kik .td{
	padding: 0;
}
#re_kik .kikbox_r p:last-of-type{	font-size: 11px;}

#re_kik .kik_bt{
	width: 40px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #3e3e41;
	cursor: pointer;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	background: -webkit-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -moz-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -o-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -ms-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: linear-gradient(0deg, #28282a 0%, #1c1c1e 100%);
	position: absolute;
	bottom: 10px;
	right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#re_kik .select .kik_bt{
	color: #fff;
	border-color: #c72976;
	background: #ff3399;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

#re_mess .td p{
	font-size: 11px;
	line-height: 16px;
	padding: 5px 0 0 0;
}
#re_mess .td p em{	color: #ff429c;}



/*============================
STEP3
============================*/

/** rewrite **/

.rewrite_bg{
	position: relative;
	padding-right: 60px;
}

.rewrite_bg .rewrite{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: calc(50% - 13px);
	right: 10px;
}
.rewrite2,
.rewrite4{
	text-align: right;
	padding-top: 10px;
}
.rewrite4{	padding-right: 10px;}

.rewrite .edit_btn{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ff429c;
	color: #ff429c;
	background: #1c1c1e;
	border-radius: 3px;
	padding: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rewrite .edit_btn:hover{
	color: #fff;
	background: #ff429c;
}

.rewrite3{
	text-align: center;
	padding: 10px 0;
}
.rewrite3 .edit_btn{
	width: 100%;
	max-width: 150px;
}

.tag{	color: #3e9ef2;}

.score_p{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #ff429c;
}
.score_p span{
	font-family: "FontA";
	font-size: 40px;
	font-weight: normal;
}

.step3_star{
	font-size: 30px;
	line-height: 30px;
	color: #3e3e41;
	letter-spacing: 9px;
}
.step3_star em{	color: #ffcc00;}



/*============================
STEP4
============================*/

.ov2.ov2n{
	padding-bottom: 0;
}

.ovapp{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 40px;
}

.ovapp span{
	color: #ff429c;
	font-size: 11px;
}

#regist5{	padding-bottom: 20px;}

#regist5 .bt_bg{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#regist5 .bt{
	display: inline-block;
	max-width: 300px;
}

#regist5 .bt_bg.bt_bgb{
	margin-bottom: 30px;
}

#regist5 .bt_bg.bt_bgb .bt:nth-of-type(2){
	margin-top: 10px;
}

.campaign_box{
    margin-bottom: 10px;
}

.campaign_box div{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding-top: calc(490 / 640 * 100%);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-background-size: contain;
	background-size: contain;
}
.campaign_box div:after{
	content: '';
	width: 100%;
	height: auto;
	background: url(./img/gacha_title.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: calc(100 / 640 * 100%);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-background-size: contain;
	background-size: contain;
}

.campaign_box p{
    font-size: 11px;
    line-height: 16px;
	margin: 0 10px;
}

.rgtxt{
	text-align: center;
	background: #28282a;
	border: 1px solid #28282a;
	margin: 0 10px 10px 10px;
	padding: 15px 10px;
}

.rgtxt div{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #ff98de;
	margin: 0 0 10px 0;
}

.rgtxt p{
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.rgtxt .align-left{
	display: inline-block;
	font-size: 14px;
	text-align: left;
}


/*============================
modal
============================*/

#step5+#regist3+#modal_bg{
	align-items: flex-start;
	padding: 20px 0;
	overflow-y: auto;
}

#step5+#regist3+#modal_bg #modal_box{	width: calc(100% - 44px);}

.amz_bnr{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 10px 0;
}
.amz_bnr img{
	width: 75%;
	height: auto;
}

.kfsize{
	font-size: 14px !important;
	line-height: 20px !important;
}



/** modal_form **/

.form .td.rewrite_bg{	padding-right: 55px;}
.form .td .rewrite,
.form .td .rewrite2{
	display: inline-block;
	vertical-align: bottom;
	font-size: 13px !important;
	line-height: 20px;
	padding-right: 10px;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.form .td .rewrite2{
	display: block;
	position: static;
	text-align: right;
}

.form .td .rewrite span,
.form .td .rewrite2 span{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	padding: 0 3px;
}
.form .td .rewrite span:hover,
.form .td .rewrite2 span:hover{	text-decoration: none;}

	.form .td .rewrite,
	.form .td .rewrite2{
		display: inline-block;
		vertical-align: bottom;
		font-size: 13px !important;
		line-height: 20px;
		padding-right: 10px;
		position: absolute;
		bottom: 10px;
		right: 0;
	}

.form .td p.remain{
	display: block;
	width: 250px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	border-radius: 15px;
	background: #28282a;
}
.form .td p.remain span{	color: #ff429c;}
#re_point{	padding-bottom: 0;}










#modal_form{
}


#modal_form .form{
	padding: 0;
	border: 1px solid #3e3e41;
}

#modal_form .tr{
	display: block;
	width: auto;
	margin: 0;
}

#modal_form .th{
	display: block;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	background: #28282a1;
	border-bottom: 1px solid #3e3e41;
	box-shadow: none;
	padding: 15px 0;
}
#modal_form .th br{	display: none;}

#modal_form .td{
	display: block;
	width: auto;
	text-align: center;
	padding: 10px;
	background: #1c1c1e;
}
#modal_form .td.tcheck{	text-align: left; padding-right: 5px; padding-bottom: 0;}
#modal_form .evaluation{	justify-content: space-around;}

#modal_form .th:after,
#modal_form .td:after{	display: none;}

#modal_form input[type="text"],
#modal_form input[type="email"],
#modal_form input[type="tel"],
#modal_form input[type="password"],
#modal_form textarea{
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 6px;
	font-size		: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	line-height		: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#modal_form select{	width: 100% !important;}
#modal_form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 25px;
	border			: 1px solid #ccc;
	border-radius	: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 6px 30px 6px 6px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	background: url(../../img/all/select.png) right 50% no-repeat;
	-webkit-background-size: 30px 60px;
	background-size: 30px 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#modal_form select#edit_manzoku_num{
	border: none;
	outline: none;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	padding: 8px 10px;
	background: url(../../img/all/select_pink.png) right 50% no-repeat #ff528f;
	background: url(../../img/all/select_pink.png) right 50% no-repeat, -moz-linear-gradient(left, #ff528f 0%, #ff34a7 100%);
	background: url(../../img/all/select_pink.png) right 50% no-repeat, -webkit-linear-gradient(left, #ff528f 0%,#ff34a7 100%);
	background: url(../../img/all/select_pink.png) right 50% no-repeat, linear-gradient(to right, #ff528f 0%,#ff34a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff528f', endColorstr='#ff34a7',GradientType=1 );
	background-color: #ff4726 !important;
	-webkit-background-size: 30px 60px, auto;
	background-size: 30px 60px, auto;
}

#modal_form select#edit_manzoku_num option{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: #1c1c1e;
}
#modal_form textarea{	height: 40vh;}
#modal_form textarea.s_advice{	height: 200px;}

#modal_box #submit{
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
}
#modal_form .td a.bt_bbb{
	position: static;
	margin: 3px auto 0 auto;
}

#modal_form #exp_comment_note{
	text-align: left;
	padding: 7px 0 0 0;
}
#modal_form #exp_comment_num{	text-align: left;}

#modal_form #edit_exp_advice_box{
	text-align: left;
}

	#modal_form #submit .bt{	width: 100%;}
	#modal_form .line3 label,
	#modal_form .line4 label,
	#modal_form .line5 label,
	#modal_form .line6 label,
	#modal_form .line8 label,
	#modal_form .line6.ex_point label{
		width: calc(100% / 3 - 5px);
	}
	#modal_form .td p.remain{	width: 100%;margin-bottom: 10px;}

#modal_form #re_wari label{
	width: calc(50% - 5px);
}
#modal_form #re_wari label.line100,
#modal_form #re_pay label{	width: calc(100% - 5px);}

#modal_form .req_caution{
	margin-right: 0;
	margin-left: 0;
}
#modal_form .req_caution a{
	color: #ff3399;
}
.form .td input[type="checkbox"],
.form .td input[type="radio"]{	display: none;}

.form .td label{
	display: inline-block;
	height: 34px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #3e3e41;
	margin: 0 5px 5px 0;
	cursor: pointer;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	background: -webkit-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -moz-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -o-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -ms-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: linear-gradient(0deg, #28282a 0%, #1c1c1e 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form .td input[type="checkbox"]:checked + label,
.form .td input[type="radio"]:checked + label{
	color: #fff;
	border-color: #c72976;
	background: #ff3399;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

	.form .th.amtel{
		box-shadow:3px 0px 0px 0px #ba0000 inset;
		-moz-box-shadow:3px 0px 0px 0px #ba0000 inset;
		-webkit-box-shadow:3px 0px 0px 0px #ba0000 inset;
	}
	.form .th p{	line-height: 14px;}

	.form .td.line3,
	.form .td.line4,
	.form .td.line5,
	.form .td.line6,
	.form .td.line7,
	.form .td.line8{
		font-size: 0;
		line-height: 0;
		text-align: left;
		padding-bottom: 10px;
	}
	.line3 label{
		width: -webkit-calc(33.3% - 5px);
		width: -moz-calc(33.3% - 5px);
		width: calc(33.3% - 5px);
	}
	.line4 label{	width: calc(97 / 320 * 100%);}
	.line5 label{	width: calc(97 / 320 * 100%);}
	.line6 label{	width: calc(97 / 320 * 100%);}
	.line8 label{	width: calc(55 / 320 * 100%);}
	.line6.ex_point label{	width: calc(55 / 320 * 100%);}
	.form .hashtag{
		display: block;
	}
	.form .hashtag .th,
	.form .hashtag .td{	display: block;}
	.form .hashtag .th{
		width: 100%;
		padding: 18px 0;
	}
	.form .hashtag .th:after{	display: none;}
	.form .hashtag .th br{	display: none;}
	.form .hashtag .th em{	font-size: 13px;}
	.form .hashtag .td{	padding-right: 5px;}
	.form .hashtag.hashtag2 .td{	padding-right: 10px;}
	.form .hashtag .td div.hashtag_in{
		text-align: left;
		padding-bottom: 5px;
	}
	.form .hashtag .td.line5 div.hashtag_in label{	width: calc(100% / 5 - 5px);}

	.form .td.line6 a.bt{
		margin: 0 auto;
	}

	.sys_check_link{
		margin-top: 5px;
		display: block;
	}








/*******************************
EXP_LABEL
********************************/

.exp_label_bg{	padding-bottom: 6px !important;}

.exp_label{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #3e3e41;
}
.exp_label:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}

.exp_label_bg .remain{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-radius: 15px;
	background: #28282a;
}
.exp_label_bg .remain span{	color: #ff429c;}

.exp_label .sv_t{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	margin: 0 0 5px 0;
}

.exp_label input[type="checkbox"],
.exp_label input[type="radio"]{	display: none;}
.exp_label label{
	display: inline-flex !important;
	align-items: center !important;
	align-content: center !important;
	justify-content: center !important;
	width: calc(100% / 3 - 3px) !important;
	height: 40px !important;
	font-size: 14px !important;
	line-height: 14px !important;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #3e3e41;
	margin: 0 0 4px 0 !important;
	cursor: pointer;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	background: -webkit-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -moz-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -o-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: -ms-linear-gradient(90deg, #28282a 0%, #1c1c1e 100%);
	background: linear-gradient(0deg, #28282a 0%, #1c1c1e 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.exp_label label:nth-of-type(3n){	margin-right: 0;}

.exp_label input[type="checkbox"]:checked + label,
.exp_label input[type="radio"]:checked + label{
	color: #fff;
	border-color: #c72976;
	background: #ff3399;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.cat_t{
	margin: 10px 10px 0;
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #3e3e41;
}

.ertext_1{
	padding: 60px 10px;
}
.ertext_1 .erbox_text{
	color: #ffde00;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.ertext_1 .erbox_text::before,
.ertext_1 .erbox_text::after{
	content: '';
	height: 40px;
	border-left: 2px solid #fff;
	position: absolute;
	top: 2px;
}

.ertext_1 .erbox_text::before{
	left: -12px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.ertext_1 .erbox_text::after{
	right: -12px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.ertext_1 p{
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
}

.ertext_1 .erbox_box{
	border: 1px solid #999;
	border-radius: 5px;
	padding: 15px 10px;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	display: inline-block;
	margin: 0 10px;
}

.ertext_1 .erbox_box li{
	padding: 0 0 0 15px;
	position: relative;
	margin-bottom: 10px;
}

.ertext_1 .erbox_box li:last-child{
	margin-bottom: 0;
}

.ertext_1 .erbox_box li::before{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 4px;
    left: 4px;
}

.ertext_1 .erbox_box.erbox_box_nouer li{
	padding-left: 0;
}

.ertext_1 .erbox_box.erbox_box_nouer li::before{
	content: none !important;
}


.exp_name_input_box h4{
	margin-bottom: 10px;
}
.exp_name_input_box .regbox1{
	border-bottom: none;
}
.exp_name_input_box .regbox2_in{
	margin-bottom: 10px;
}

.exp_name_input_box .quo_box{
	margin:10px 0 10px;
	box-sizing: border-box;
}

.exp_name_input_box .quo_box .box{
	display: table;
	margin: auto;
}

.exp_name_input_box .quo_box .box div:nth-child(1){
	display: table-cell;
	width: 110px;
	vertical-align: middle;
}

.exp_name_input_box .quo_box .box div:nth-child(1) img{
	width: 100px;
	height: auto;
}

.exp_name_input_box .quo_box .box div:nth-child(2){
	display: table-cell;
	font-size: 13px;
	line-height: 18px;
	vertical-align: middle;
}

.exp_name_input_box .quo_box .box div:nth-child(2) span{
	font-size: 16px;
	line-height: 21px;
}

.exp_name_input_box .quo_box .box div:nth-child(2) em{
	color: #ffff00;
}



.quo_login_btn{
	text-align: center;
	padding: 0 0 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #3e3e41;
}
.quo_login_btn a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 5px 0;
	width: 140px;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #3e3e41;
}

.quo_login_btn a:nth-child(1) span{
	color: #ffae00;
}

.quo_login_btn a:nth-child(2) span{
	color: #ff6600;
}

.quo_login_btn a span{
	font-size: 16px;
	line-height: 24px;
	margin-right: 5px;
}


#modal_caution .log_bt2.clostbt{
	margin-top: 10px;
}

/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.regbox2_l{ width: 80px;}
	#expreg select{ width: 100%;}

	#modal_bg{
		width: 100%;
		left: 0;
	}

	.form .th{	width: 95px;}

	.form .hashtag .td.line5 div.hashtag_in label{	width: calc(100% / 4 - 5px);}
}

@media screen and (max-width: 320px) {
	.form .td label{	font-size: 12px;}
	.evaluation label i{ font-size: 30px;}
	.exp_label label{	font-size: 13px !important;}

	

}

