@charset "UTF-8";
/*-----------------------------------
ページ共通
-----------------------------------*/
#campaign {
	max-width: 1240px;
	margin: 0 auto;
	line-height: 1.8;
}
#campaign a{
	color: #006cd8;
}
#campaign img{
	width: 100%;
}
#campaign section {
	padding: 40px 0;
}
#campaign section:first-of-type{
	padding-top: 0;
}
#campaign section:last-of-type{
	padding-bottom: 0;
}
#campaign h2{
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.08em;
}
#campaign h3{
	font-size: 22px;
	font-weight: 600;
}
#campaign h4{
	display: inline-block;
	padding-left: 12px;
	margin-bottom: 8px;
	font-size: 19px;
	border-left: 5px solid #e3a12c;
	font-weight: 600;
}
#campaign .attention-list .attention-tx{
	text-indent: -1em;
	padding-left: 1em;
}

/*ボタン*/
#campaign .button{
	width: 340px;
	margin: 20px auto 0;
}
#campaign .button a{
	background: #202020;
	border-radius: 100vh;
	border: 2px solid #202020;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	transition: 0.3s all;
}
#campaign .button a::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 23px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: 0.3s all;
}

@media screen and (min-width: 600px){
	.sp-only{
		display: none;
	}
	
	/*ボタン*/
	#campaign .button a:hover{
		background: #fff;
		color: #202020;
		text-decoration: none;
	}
	#campaign .button a:hover::after{
		border-top: solid 2px #202020;
		border-right: solid 2px #202020;
	}
}

@media screen and (max-width: 599px){
	#campaign section{
		padding: 20px 0;
	}
	#campaign h2{
		margin-bottom: 25px;
		font-size: 20px;
	}
	#campaign h3{
		font-size: 20px;
	}
	.pc-only{
		display: none;
	}
	
	/*ボタン*/
	#campaign .button{
		width: 85%;
		margin: 25px auto 0;
	}
	#campaign .button a{
		padding: 13px 30px;
		font-size: 17px;
		line-height: 1.5;
	}
}

/*-----------------------------------
概要
-----------------------------------*/
#campaign .notes-wrap h2 .main-tx{
	font-size: 35px;
}
#campaign .notes-wrap .notes-inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 35px 40px;
	border-radius: 16px;
	border: 2px dashed #000000;
	font-size: 18px;
	box-sizing: border-box;
}
#campaign .notes-wrap .notes-inner h3{
	display: inline-block;
	margin-bottom: 4px;
	line-height: 1.5;
	background: linear-gradient(transparent 70%, #ffe52f 70%);
}
#campaign .notes-wrap .notes-inner p{
	font-weight: 500;
}
#campaign .notes-wrap .notes-inner .notes-item + .notes-item{
	margin-top: 15px;
}
#campaign .notes-wrap .notes-inner .notes-item.flow p{
	text-indent: -1em;
	padding-left: 1em;
}
#campaign .notes-wrap .notes-inner .notes-item .number{
	font-size: 24px;
}
#campaign .notes-wrap .notes-inner .notes-item .attention-tx{
	font-size: 15px;
}
#campaign .notes-wrap .em-text{
	color: #cf2e33;
}

@media screen and (max-width: 599px){
	#campaign .notes-wrap h2 .main-tx{
		font-size: 28px;
		line-height: 1.5;
	}
	#campaign .notes-wrap .notes-inner{
		padding: 20px 15px 35px;
		font-size: 16px;
	}
	#campaign .notes-wrap .notes-inner h3{
		margin-bottom: 6px;
	}
	#campaign .notes-wrap .notes-inner .notes-item + .notes-item{
		margin-top: 18px;
	}
	#campaign .notes-wrap .notes-inner .notes-item .number{
		font-size: 22px;
	}
}

/*-----------------------------------
応募規約
-----------------------------------*/
#campaign .rule-wrap h3{
	margin-bottom: 8px;
	font-size: 24px;
	border-bottom: 1px solid #e3a12c;
}
#campaign .rule-wrap .rule-inner{
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin: 30px auto 20px;
	font-size: 15px;
}
#campaign .rule-wrap .rule-inner::after{
	display: none;
}
#campaign .rule-wrap .rule-inner .rule-item .period{
	font-size: 18px;
	font-weight: 600;
}
#campaign .rule-wrap .rule-inner .rule-item .privacy-policy{
	margin-top: 15px;
	font-weight: 600;
}
#campaign .rule-wrap .company{
	text-align: right;
	font-size: 15px;
}

@media screen and (max-width: 599px){
	#campaign .rule-wrap h3{
		font-size: 22px;
	}
}
 

