@charset "utf-8";
/* main
-----------------*/
main {
	font-family: "UD新ゴ R", "UD Shin Go Regular";
}
.inner {
	max-width: 73rem;
	margin: 0 auto;
}
.mv {
	text-align: center;
}
@media (max-width: 768px) {
	.inner {
		max-width: 100%;
		padding: 0 3rem;
	}
}

/*=====target=====*/
.target {
	margin-top: 4rem;
	padding: 8.5rem 0 6.5rem;
	background-color: #ea4605;
}
.target h2 {
	margin-bottom: 4rem;
	font-size: 3rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	color: #fff;
	background: none;
	text-align: center;
}
.target .box {
	margin-top: 2rem;
	font-size: 2.4rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	background-color: #fff;
	border-radius: 1rem;
	padding: 1.5rem 3.5rem;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.target .box .num {
	width: 3rem;
	font-size: 3rem;
}
.target .box .txt {
	width: calc(100% - 4rem);
	text-align: center;
}
.target .box .txt p:nth-child(2) {
	margin-top: 0.5rem;
	font-size: 2rem;
	color: #ea4605;
}
.target .sub {
	margin-top: 4rem;
	font-size: 2rem;
	text-align: center;
	color: #fff;
}
@media (max-width: 768px) {
	.target {
		margin-top: 7rem;
		padding: 8rem 0 7rem;
	}
	.target h2 {
		font-size: 4rem;
		line-height: 5.5rem;
	}
	.target .box {
		margin-top: 3rem;
		font-size: 3.2rem;
		line-height: 1.5;
		padding: 3rem;
	}
	.target .box .num {
		width: 4rem;
		font-size: 4rem;
	}
	.target .box .txt {
		width: calc(100% - 5rem);
	}
	.target .box .txt p:nth-child(2) {
		font-size: 2.6rem;
	}
	.target .sub {
		margin-top: 3rem;
		font-size: 2.6rem;
		line-height: 1.3;
	}
}

/*=====btn=====*/
.btn {
	margin: 6rem auto 0;
	max-width: 60rem;
	font-size: 2.7rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	text-align: center;
	background-color: #ea4605;
	border-radius: 6rem;
}
.btn a {
	display: block;
	padding: 2rem 3rem 2rem 2rem;
	color: #fff;
	position: relative;
}
.btn a::after {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	border-right: solid 0.2rem #fff;
	border-bottom: solid 0.2rem #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.7rem);
	right: 3rem;
}
@media (max-width: 768px) {
	.btn {
		max-width: 70%;
		font-size: 3.4rem;
	}
	.btn a {
		padding: 3.5rem;
	}
	.btn a::after {
		width: 2.6rem;
		height: 2.6rem;
		border-width: 0.4rem;
		top: calc(50% - 1.3rem);
	}
}

/*=====notice=====*/
.notice {
	padding: 4.5rem 0 6rem;
	font-size: 2rem;
	line-height: 1.5;
}
.notice .noticeTtl {
	font-size: 2.3rem;
	/* color: #ff001e; */
}
.notice ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.notice li.red {
	color: #ff001e;
}
.notice .link {
	text-indent: 1em;
}
.notice .link a {
	color: #0033cc;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.notice {
		font-size: 3rem;
	}
	.notice .noticeTtl {
		font-size: 3.5rem;
	}
}
