@charset "utf-8";
/* CSS Document */

#sec_bizregist .lead{
	margin-top: 40px;
}

#sec_bizregist .hd01{
	margin-top: 75px;
}

#seldata{
	align-items: stretch;
	justify-content: space-between;
}
	#seldata .box{
		width: calc(100% / 2 - 20px);
	}

	#seldata .box p{
		color: #3a520a;
		margin-bottom: 10px;
	}

	#seldata .box > div{
		border: solid 1px #000;
		overflow: hidden;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	#seldata .box select{
		width: 100%;
		height: 334px;
		border: none;
		padding: 10px 0;
		border-top-right-radius: 0;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 10px;
	}
		#seldata .box select option{
			padding: 0 10px;
		}
		#seldata .box select option:checked{
			background: #d5eba0;
		}

	/* Safariだけに適用 */
	_::-webkit-full-page-media, _:future, :root #seldata .box select{
		height: auto;
	}

#u_cap1_blk #pdata{
	margin-top: 15px;
}
#u_cap1_blk #pdata .ucapitem{
	margin-bottom: 10px;
}
#u_cap1_blk #pdata .ucapitem a{
	background: #3a520a;
	color: #fff;
	font-size: var(--fs-base);
	position: relative;
	display: inline-block;
	width: 60px;
	padding: 1px 0 2px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
}
#u_cap1_blk #pdata .ucapitem a::before{
	content: "\f00d";
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: var(--fs-xs);
	margin-right: 3px;
}

form .birthdayBox > div + div{
	margin-left: 20px;
}
form .birthdayBox .txt{
	margin-left: 5px;
}

.cautionStyle{
	display: inline-block;
}

@media screen and (max-width: 880px){
	.tblStyle01 tr{
		flex-direction: column;
	}
	form .tblStyle01 th,
	form .tblStyle01 td{
		width: 100%;
	}
	form .tblStyle01 th{
		padding: 15px 0 0;
	}
	form .tblStyle01 td{
		padding: 5px 0 20px;
	}
	
	form .tblStyle01 th .flex{
		justify-content: flex-start;
	}
	form .hissu{
		margin-left: 15px;
	}
	
	#seldata .box{
		width: calc(100% / 2 - 5px);
	}
}
@media screen and (max-width: 767px){
	#sec_bizregist .hd01{
		margin-top: 40px;
	}
	#seldata{
		display: block;
	}
	#seldata .box{
		width: 100%;
	}
	#seldata .box + .box{
		margin-top: 20px;
	}
	#seldata .box p{
		margin-bottom: 5px;
	}
	#seldata .box select{
		height: 170px;
		font-size: var(--fs-base);
	}
	form .birthdayBox > div + div{
		margin-left: 10px;
	}
	form .birthdayBox .txt{
		margin-left: 5px;
	}
	form .birthdayBox #year{
		width: 80px;
	}
	form .birthdayBox #month,
	form .birthdayBox #day{
		width: 50px;
	}
}

/* ステップインジケーター完了チェックマーク */
.step.is-done .num {
	position: relative;
}
.step.is-done .num::after {
	content: "\f00c";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	right: -6px;
	bottom: -4px;
	font-size: 10px;
	color: #fff;
	background: #3a520a;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

