@charset "utf-8";
/*------------------------------------------------------------
	entry
------------------------------------------------------------*/
#main {
	padding: 9.4rem 0 12.05rem;
	background: url(../img/entry/bg.jpg) no-repeat center top / cover;
}
#main .stepList {
	margin-bottom: 4.4rem;
}
#main .stepList li {
	margin: 0 5.3rem;
	width: 6rem;
	min-height: 6rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #BBA93C;
	text-align: center;
	border: 2px solid #BBA93C;
	background-color: #FFF;
	border-radius: 50%;
	box-sizing: border-box;
}
#main .stepList li.on {
	color: #FFF;
	background-color: #BBA93C;
}
#main .stepList li:nth-child(2)::before {
	position: absolute;
	top: 50%;
	left: -9.7rem;
	width: 8.4rem;
	height: 1px;
	border-top: 1px dashed #BBA93C;
	content: '';
}
#main .stepList li:nth-child(2)::after {
	position: absolute;
	top: 50%;
	right: -9.7rem;
	width: 8.4rem;
	height: 1px;
	border-top: 1px dashed #BBA93C;
	content: '';
}
#main .subInner {
	margin-bottom: 5.1rem;
}
#main .subInner .subBox {
	margin: 0 auto 3.5rem;
	padding-bottom: 2rem;
	width: 88.7rem;
	position: relative;
	box-sizing: border-box;
}
#main .subInner .subBox::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: url(../img/common/line01.png) repeat-x left top / 1rem;
	content: '';
}
#items .subBox:not(:last-of-type) .comLink {
	display: none;
}
#main.confirm {
	background-image: url(../img/entry/comfirm_bg.jpg);
}
#main.confirm .headLine02 {
	margin-bottom: 4rem;
}
#main.confirm .headLine02.style01 {
	margin-bottom: 3.8rem;
}
#main.confirm .subInner {
	margin-bottom: 4.1rem;
}
#main.confirm .bgBox {
	margin-top: -3.8rem;
	padding: 3.4rem 0 3.3rem;
	background-color: #EFEBD2;
}
#main.confirm .subBox {
	margin: 0 auto 2.4rem;
	padding-bottom: 0;
	width: 64rem;
}
#main.confirm .subBox:last-child {
	margin-bottom: 0;
}
#main.confirm .subBox::before {
	display: none;
}
#main.confirm .comInner {
	padding-bottom: 6.8rem;
}
#main.confirm .comDepartArea .smlText {
	padding: 0.8rem 1rem;
}
#main.confirm .comDepartArea .text {
	padding-right: 1rem;
}
#main.thanks {
	background-image: url(../img/entry/thanks_bg.jpg);
}
#main.thanks .comInner {
	padding-bottom: 7.4rem;
}
#main.thanks .inner {
	margin: 0 auto;
	width: 80rem;
}
#main.thanks .headLine01 {
	margin-bottom: 6.7rem;
}
#main.thanks .stepList {
	margin-bottom: 7rem;
}
#main.thanks .pic {
	margin: 0 auto 3.4rem;
	width: 4.8rem;
}
#main.thanks .text {
	line-height: 2.14;
	text-align: center;
}