.conf,
.thanks {
	display: none;
}
.alertbg {
	background-color: #fcc !important;
}



.btn_sky_r {
	display: block;
	width: 250px;
	margin: 0 auto; 
	text-align: center;
	font-size: 1.0rem;
	padding: 10px 25px 10px 10px;
	background-color: #143966;
	position: relative;
	border-radius: 10px;
}
.btn_sky_r::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 18px;
	display: inline-block;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	transition: .2s;
}
a.btn_sky_r {
    color: #fff;
}
.btn_back {
    display: block;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.0rem;
    padding: 10px 25px 10px 10px;
    background-color: #666;
    position: relative;
    border-radius: 10px;
}
.btn_back {
	display: block;
	width: 250px;
	margin: 0 auto; 
	text-align: center;
	font-size: 1.0rem;
	padding: 10px 25px 10px 10px;
	background-color: #666;
	position: relative;
	border-radius: 10px;
}
.btn_back::before {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: 18px;
	display: inline-block;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 12px;
	height: 12px;
	transform: rotate(225deg);
	transition: .2s;
}
a.btn_back { 
	color: #fff;
}
a.btn_back:hover::before {
	left: 14px;
}
a.btn_back:hover {
	opacity: 0.8;
}

#contact a.normlink{display: block; margin: 2em auto 0; color: #143966;}
#contact a.normlink:hover{text-decoration: underline;}

.w65_100 {
    width: 65% !important;
	margin: 2em auto;
}
.for_pc { display:block!important; }
.for_sp { display:none!important; }
@media screen and (max-width : 768px){
	.for_sp { display:block!important; }
	.for_pc { display:none!important; }
    .w65_100 {
        width: 100% !important;
    }	
}
