html, body{
	width:100%;
	height:100%; 
}

nav{
	height: 60px;
}

.navbar-header{
	text-align: center;
	float: none;
}

.navbar-brand{
	text-align: center;
}

h2{
	font-size: 24px;
}

@media screen and (min-width: 768px) {
	h2{
		font-size: 24px;
	}
}

.regist{
	margin-top: 2rem;
}

@media screen and (min-width: 768px) {
	.regist{
		margin-top: 20px;
	}
}
/*----- 必須ラベル -----*/


/*----- 本登録 -----*/
#result{
	display: block;
    margin-top: -1rem;
    font-size: 1.4rem;
    color: #D9534F;
}
.required-item #result {
    margin-top: 1rem;
    white-space: pre-line;
}

/*----- 登録完了 -----*/

.pre_done h2, .done h2{
	margin-top: 2rem;
}

.done p, .pre_done p{
	margin-top: 2rem;
}

@media screen and (min-width: 768px) {
	.pre_done h2, .done h2{
		margin-top: 8rem;
	}
	.pre_done p.pre_done p{
		margin-top:4rem;
	}
}

.attention{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 2rem;
	padding: 2rem 1rem;
	border: solid 2px #adadad;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.attention{
		margin-top: 6rem;
		padding: 3rem  5rem;
		font-size: 16px;
	}
}

ul.attention-cont{
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;	
}

.attention-cont li{
	list-style-type: none;
}

.pre .btn{
	width: 100%;
}
.mail .btn{
	/*margin: 10px 10px 0;*/
}
@media screen and (min-width: 768px) {
	.pre .btn{

	}
	.mail .btn{
		margin: 10px 15px 0;
	}
}

.pre_done .btn, .done .btn{
	margin-top: 2rem;
}

@media screen and (min-width: 768px) {
	.pre_done .btn, .done .btn{
		margin-top: 5rem;
	}	
}
/****** 仮登録画面改修 css 2021/10/19~ *****/
.pre-lead-text{
	margin:24px auto;
}
.step{
	margin:16px auto;
}
.step img{
	width: 100%;
}
.form-group.regist{
	margin-bottom: 30px;
}
.pre-text-note{
	font-size: 1.3rem;
	color:#373A3C;
	margin-top: 1rem;
}
/*仮登録画面４つの画像*/
.pre-img-group{
	background-color:#F9F9F9;
    padding: 24px 10px;
    float: left;
    width: 100%;
}
.pre-img-block:first-child,
.pre-img-block:nth-child(2){
	margin-bottom:20px;
}
.pre-img-block{
	font-size: 1.4rem;
}
.pre-img-block figure{
	margin-bottom:10px;
}

@media screen and (min-width: 768px) {
	.pre-img-group{
	    padding: 24px 30px;
	}
	.step img{
		width:auto;
	}
	.form-group.regist{
		margin-bottom: 0px;
	}

}

@media screen and (max-width: 340px) {
	.pre-img-block img{
		width:98%;
	}
	.pre-img-block{
		font-size: 1.2rem;
	}
}

.input-wrap {
	position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: calc(100% - 0.4rem);
    line-height: 1.42857143;
    z-index: 2;
    font-size: inherit;
    margin-top: 0.4rem;
    margin-right: 6px;
}

.input-wrap i.far {
	position: absolute;
    top: 1.5em;
    right: 20px;
    transform: translateY(-50%);
}

.input-wrap i.circle-on {
    right: 50px;
}

.next-recaptcha-error-message {
	padding-left: 15px;
	padding-right: 15px;
}
