@charset "UTF-8";
.apply__box {
	padding: 60px;
	border-radius: 50px;
	background-color: var(--cmnBeige);
	position: relative;
}
.forms__tit{
	text-align: center;
}
.forms__tit img{
	width: 1080px;
}
@media screen and (max-width:812px){
	.apply__box {
		padding: 20px;
		border-radius: 20px;
	}
	.forms__tit{
		margin-top: 20px;
	}
	.forms__tit img{
		width: 100%;
		max-width: 500px;
	}
}


/*
	入力画面
-----------------------------------------------------------------------------------------------*/
.forms__txt{
	margin: 0 0 30px;
}
a.forms__txtLink{
	display: inline-block;
	margin: 15px 0 0;
	padding: 0 0 0 25px;
	font-weight: bold;
	color: #fb576b;
	text-decoration: underline;
	position: relative;
}
a:hover.forms__txtLink{
	text-decoration: none;
	opacity: 1.0;
}
.forms__txtLink::before{
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--cmnLbl);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.forms__txtLink::after{
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 6px;
}
.forms__form iframe {
	width: 100%;
	border: none;
	height: 150vh;
	overflow: visible;
	min-height: 1300px;
}


/*
	応募完了画面
-----------------------------------------------------------------------------------------------*/
.forms__finish_tit{
	font-size: 3.0rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.forms__finish{
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:812px){
	.forms__finish_tit{
		font-size: 2.2rem;
		margin: 0 0 15px;
		text-align: center;
	}
	.forms__finish{
		text-align: left;
	}
}





.comform-row .itemInput {
	border: 1px solid #000000;
	}
