@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');


h1.senshuken_kv {
	width: 100%;
	height: 36vw;
	max-width: 1920px;
	margin: auto;
	background: url(images/pc-top.jpg) center no-repeat;
	background-size: cover;
	display: block;
	text-indent: 0;
	position: relative;
}

.senshuken_name {
	display: block;
	color: #ffffff;
	margin: auto;
	font-weight: normal;
	padding: 24px 0;
	font-size: clamp(20px, 5.4vw, 72px);
	line-height: 1;
	max-width: 1600px;
	width: 100%;
	height: 36vw;
	position: relative;
	/* font-family: "UD Digi Kyokasho NP-B", sans-serif; */
	font-family: 'UD デジタル 教科書体 NK-R', 'M PLUS Rounded 1c', sans-serif;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.senshuken_name>span {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	/*position: relative;*/
	position: absolute;
	background: rgba(255 255 255 / 80%);
	top: 40%;
	left: 0;
	margin: auto;
	padding: 0.5em 1em;
	color: #000;
	text-align: center;
	line-height: 1.25;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}

.senshuken_name>span>span {
	font-weight: normal;
}

.senshuken_name>span>small {
	font-size: 0.5em;
	display: inline-block;
	margin: auto;
}

.senshuken-lead {
	margin-bottom: 8em;
	margin-right: auto;
	margin-left: auto;
	max-width: 1903px;
}

#senshuken-cp_sec01 p,
#senshuken-cp_sec01 ul {
	overflow: inherit;
}

#senshuken-cp_sec01 .senshuken-sec {
	font-size: 1.2em;
	margin-bottom: 4em;
}

#senshuken-cp_sec01 .senshuken-h2 {
	position: relative;
	text-align: left;
	padding: 0;
	color: #32cd32;
	font-size: 1.8em !important;
}

#senshuken-cp_sec01 .senshuken-h2 span {
	position: relative;
}

#senshuken-cp_sec01 .senshuken-h2:before {
	content: "";
	position: absolute;
	background: #ffdddd;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: -12px;
	left: -26px;
}

#senshuken-cp_sec01 p span.senshuken-underline {
	border-bottom: 2px solid #ff0000;
	line-height: 1.6;
}

#senshuken-cp_sec01 ul {
	list-style: inherit;
	padding-left: 1.5em;
}

#senshuken-cp_sec01 ul li {
	color: #32cd32;
}

#senshuken-cp_sec01 ul li span {
	color: #000;
}

#senshuken-cp_sec01 ol {
	counter-reset: li;
}

#senshuken-cp_sec01 ol li {
	position: relative;
	padding-left: 1.5em;
	margin: 0 0 10px;
}

#senshuken-cp_sec01 ol li:before {
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	counter-increment: li;
	content: counter(li)'.';
}

#senshuken-cp_sec01 em {
	font-size: 150%;
	font-style: inherit;
}

#senshuken-cp_sec01 p .senshuken-logo {
	float: right;
	width: 180px;
	position: relative;
	top: -1.4em;
}

#senshuken-cp_sec01 .senshuken-entry-form {
	text-align: center;
	margin-bottom: 7em;
}

#senshuken-cp_sec01 .senshuken-entry-form .senshuken-ef-h3 {
	background: none;
	line-height: 1.4;
	color: #32cd32;
	margin-bottom: 2em;
	margin-top: 5em;
	font-size: 19px !important;
}

#senshuken-cp_sec01 .senshuken-entry-form a {
	position: relative;
	background: #32cd32;
	color: #fff;
	padding: 0.8em 2em 0.8em 2.5em;
	font-size: 1.7em;
	font-weight: 700;
	border-radius: 9999px;
}

#senshuken-cp_sec01 .senshuken-entry-form a:before {
	content: "";
	position: absolute;
	top: 51%;
	left: 10%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid #fff;
}

#senshuken-cp_sec01 .senshuken-entry-form a:hover {
	opacity: 0.6;
}

.senshuken-banner {
	text-align: center;
	width: 100%;
}

.senshuken-banner+.senshuken-banner {
	margin-top: 3rem;
}

.senshuken-bannerbox {
	display: flex;
	width: 100%;
	justify-content: center;
}

.senshuken-bannerbox a {
	width: calc(100% / 3);
	padding: 5px;
	box-sizing: border-box;
}

#senshuken-jusyo {
	margin-bottom: 8em;
}

#senshuken-jusyo .senshuken-jusyo-box {
	display: flex;
	gap: 3em;
	border-bottom: 1px solid #DDD;
	padding-bottom: 3em;
	margin-bottom: 3em;
}

#senshuken-jusyo .senshuken-jusyo-box:last-child {
	border: none;
}

#senshuken-jusyo .senshuken-jusyo-box div.img-box {
	width: 300px;
	margin: 0 auto;
}

#senshuken-jusyo .senshuken-jusyo-box div.img-box img {
	width: 100%;
}

#senshuken-jusyo .senshuken-jusyo-box div.p-box {
	flex: 1;
	min-width: 300px;
}

#senshuken-jusyo h2 {
	text-align: left;
	padding: 0;
	background: #ff0000;
	color: #fff;
	font-size: 1.6em !important;
	padding: 8px 0 8px 15px;
	margin-bottom: 2em;
}

#senshuken-jusyo .p-box dt {
	margin-bottom: 1em;
	font-size: 1.2em;
	padding-left: 5em;
	text-indent: -5em;
}

#senshuken-jusyo .p-box dt .senshuken-prize {
	padding: 1px 10px;
	margin-right: 0.5em;
	border: 2px solid #ff0000;
	color: #ee2c4a;
	font-size: 90%;
}

.senshuken-topnews {
	padding: 3em 1em 0 1em;
	text-align: center;
}

.senshuken-topnews-h3 {
	margin-bottom: 0;
}

.senshuken-topnews-h3 a {
	background: #ff0000;
	display: inline-block;
	padding: 1em 3em 0.8em 3em;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.4;
	text-decoration: underline;
}

.senshuken-topnews-h3 a:hover {
	opacity: 0.7
}

.senshuken-leadvoice {
	display: flex;
	max-width: 800px;
	padding: 50px 20%;
	margin: auto;
	flex-wrap: wrap;
}

.senshuken-leadvoice>strong {
	width: 100%;
	text-align: center;
	font-family: 'Noto Sans JP', 'Zen Kaku Gothic New', sans-serif;
	font-size: 2.5em;
	color: #a921c1;
	padding-bottom: 1em;
	box-sizing: border-box;
}

.senshuken-leadvoicephoto {
	width: 25%;
	box-sizing: border-box;
}

.senshuken-leadvoicetxt {
	width: 75%;
	padding-left: 3em;
	font-size: 1.2em;
	box-sizing: border-box;
}

.senshuken-leadvoicetxt h4 {
	font-size: 1.3em;
	font-family: 'Noto Sans JP', 'Zen Kaku Gothic New', sans-serif;
}

.senshuken-leadvoicetxt strong {
	display: block;
	padding: 1em 0 0.25em 0;
	font-family: 'Noto Sans JP', 'Zen Kaku Gothic New', sans-serif;
}

.senshuken_resultLinks {
	padding: 50px;
	margin: auto;
	max-width: 700px;
}

.senshuken_resultLinks h2 {
	margin: 0;
	padding-bottom: 0;
	color: #32cd32;
}

.senshuken_boxResultBtns {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0 2rem;
	margin: auto;
	align-items: center;
	justify-items: center;
}

.senshuken_boxResultBtns a {
	border: 2px solid #000;
	border-radius: 0.5rem;
	padding: 0.75em;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'Noto Sans JP', 'Zen Kaku Gothic New', sans-serif;
	transition: opacity 0.2s linear;
	width: 100%;
	max-width: 360px;
}

.senshuken_boxResultBtns a:hover {
	opacity: 0.6;
}

.senshuken_boxResultBtns a.senshuken_resultBtn-medium {
	border-color: #ff4500;
	color: #ff4500;
}

.senshuken_boxResultBtns a.senshuken_resultBtn-large {
	border-color: #008000;
	color: #008000;
}

.senshuken_boxResultTxtlinks {
	padding-top: 3rem;
	border-bottom: 1px solid #cccccc;
	font-family: 'Noto Sans JP', 'Zen Kaku Gothic New', sans-serif;
}

.senshuken_resultTxtlinks_row {
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 1rem;
	font-size: 1rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	gap: 0 2rem;
	text-align: center;
}


/*** resposive ***/
@media screen and (min-width: 1401px) {
	.xlarge-only {
		display: none;
	}
}

@media screen and (min-width: 651px) {
	.senshuken-sponly {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.senshuken-leadvoice {
		flex-direction: column;
		padding: 10%;
	}

	.senshuken-leadvoicephoto {
		padding: 0 2em 2em 2em;
		width: 100%;
	}

	.senshuken-leadvoicetxt {
		padding: 2em 0 0 0;
		width: 100%;
	}
}

@media screen and (max-width: 650px) {
	h1.senshuken_kv {
		height: 75vw;
		max-height: 100vw;
		background-image: url(images/sp-top.jpg);
	}

	.senshuken_name {
		height: 75vw;
		max-height: 100vw;
	}

	.senshuken_name>span::before,
	.senshuken_name>span::after {
		width: 10vw;
		padding-top: 10vw;
		max-width: 60px;
	}

	.senshuken-lead {
		margin-bottom: 2em;
	}

	#senshuken-cp_sec01 .senshuken-h2:before {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		top: -3px;
		left: -20px;
	}

	#senshuken-cp_sec01 .senshuken-entry-form .senshuken-ef-h3 {
		padding: 0;
		margin-bottom: 30px;
	}

	#senshuken-cp_sec01 p .senshuken-logo {
		width: 150px;
	}

	#senshuken-jusyo .senshuken-jusyo-box {
		flex-wrap: wrap;
	}

	.senshuken-kv {
		background: url("images/sp-top_cp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		height: 40vh;
	}

	.senshuken-kv .senshuken-maintitle {
		padding: 0.5em 1em;
	}

	#senshuken-jusyo .senshuken-jusyo-box {
		gap: 4em;
	}


	#senshuken-bannerbox {
		flex-direction: column;
	}

	#senshuken-bannerbox a {
		width: 100%
	}


}

@media screen and (max-width: 450px) {}