/* CSS Document */

main{}
	main hr+hr{
		display: none;
		}

#thanks{}
	#thanks hr+div{
		padding: 10% 0;
		}
	#thanks p{
		text-align: center;
		}

#step{}
	#step ul{
		display: flex;
		background: #d9d9d9;
		list-style: none;
		}
	#step li{
		position: relative;
		width: 33.33%;
		padding: 1em 0;
		text-align: center;
		line-height: 1em;
		overflow: hidden;
		}
		#step li:before,
		#step li:after{
			position: absolute;
			top: -0.5em;
			left: -0.5em;
			width: 0;
			height: 0;
			border: 2em solid transparent;
			}
		#step li:before{
			left: -0.3em;
			border-left-color: #fff;
			}
		#step li:after{
			border-left-color: #d9d9d9;
			}
	#step li+li{
		padding-left: 1.5em;
		}
		#step li+li:before,
		#step li+li:after{
			content: "";
			}
	#step li.now{
		background: #0093dc;
		color: #fff;
		font-weight:bold;
		}
		#step li.now+li:after{
			border-left-color: #0093dc;
			}

#agreement{
	margin-top: 2em;
	text-align: center;
	}
	#agreement.err{
		border: none !important;
		background: none !important;
		}
		#agreement.err label{
			background: #fff0f3;
			border: 2px solid #e0002a;
			}
	#agreement label{
		display: inline-block;
		padding: 0.5em 0.8em;
		padding-left: 2.5em;
		border: 2px solid rgba(0,0,0,0);
		font-size: 1.1em;
		font-weight: bold;
		}
		#agreement label:before,
		#agreement label:after{
			margin-left: 0.5em;
			}

#captcha{
	text-align: center;
	}
	#captcha .captcha-holder{
		max-width: 360px;
		margin: auto;
		}

#submit{}
	#submit div{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: -0.5em;
		}
	#submit button{
		margin: 0.5em;
		}
	#submit #btnModify{
		background: #d9d9d9;
		}
	#submit #btnConfirm.lsf-error-btn{
		pointer-events: none;
		background: #e0002a;
		}

.acids{}
	.acids:after{
		content: "必須";
		color: #e0002a;
		font-weight: bold;
		}

.entry{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.entry dt,
	.entry dd{
		padding: 0.8em;
		margin-top: 1px;
		}
	.entry dt{
		position: relative;
		width: 13em;
		padding-right: 3em;
		background: rgba(0,147,220,0.2);
		font-weight: bold;
		}
	.entry dd{
		width: calc(100% - 13em);
		background: rgba(217,217,217,0.2);
		}
	.entry small{
		display: block;
		margin-top: 0.5em;
		font-size: 0.8em;
		line-height: 1.2em;
		}
	.entry .acids:after{
		position: absolute;
		right: 0;
		top: 0;
		padding: 0.4em;
		background: #e0002a;
		color: #fff;
		font-size: 0.8em;
		font-weight: normal;
		line-height: 1em;
		}

.err {
	background-color: #ffffcc;
	border: 2px solid #e0002a;
	}

.lsf-modify{}
	.lsf-modify .entry dt{
		padding-right: 4em;
		}


/* for mobile */
@media (max-width: 767px) {
/*767以下px*/
#notice{
	margin: 1em 0;
	}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
#step{}
	#step li{
		font-size: 0.85em;
		}
	#step li:nth-child(2){
		width: 12em;
		}
#submit{}
	#submit button{
		width: 100%;
		}
.entry{
	display: block;
	margin: 0 -1em;
	}
	.entry dt,
	.entry dd{
		width: 100%;
		padding: 0.8em 1em;
		}
	.entry dd{
		margin-top: 0;
		}
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
#thanks{}
	#thanks br{
		display: none;
		}
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
#step{}
	#step li{
		padding: 1.5em 0;
		}
		#step li:before,
		#step li:after{
			border-width: 2.5em;
			}
#notice{
	margin: 2em 0;
	}
#policy{}
	#policy p{
		text-align: center;
		}
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
}
@media (max-width: 991px) {
/*991px以下*/
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
.entry{}
	.entry dt{
		width: 15em;
		}
	.entry dd{
		width: calc(100% - 15em);
		}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1200px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
#step{}
	#step ul{
		margin: 0 100px;
		}
}


/* ie */
@media all and (-ms-high-contrast: none){}


