@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(18px, 6.2vw, 64px);
	line-height: 1.25;
	max-width: 1600px;
	width: 100%;
	height: 36vw;
	position: relative;
	font-family: "UD Digi Kyokasho NP-B", sans-serif;
	box-sizing: border-box;
	/* letter-spacing: 0.075em; */
}
.senshuken_name>span {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	padding: 0.5em;
	color: #26cb00;
	text-align: center;
	height: 1.5em;
	line-height: 1.5em;
	width: 14em;
}
.senshuken_name>span>span {
	color: #eb2042;
}
.senshuken_name>span>small {
	font-size: 75%;
	display: inline-block;
}

.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: #26cb00;
	font-size: 1.8em!important;
}

#senshuken-cp_sec01 .senshuken-h2 span{
	position: relative;
}

#senshuken-cp_sec01 .senshuken-h2:before{
	content: "";
    position: absolute;
    background: #8cd979;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -12px;
    left: -26px;
}

#senshuken-cp_sec01 p span.senshuken-underline{
	border-bottom: 2px solid #26cb00;
    line-height: 1.6;
}

#senshuken-cp_sec01 ul{
	list-style: inherit;
    padding-left: 1.5em;
}

#senshuken-cp_sec01 ul li{
	color: #26cb00;
}

#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: #f00020;
	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: #26cb00;
	margin-bottom: 2em;
    margin-top: 5em;
	font-size: 19px!important;
}

#senshuken-cp_sec01 .senshuken-entry-form a{
	position: relative;
	background: #26cb00;
    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-bannerbox {
	display: flex;
	width: 100%;
	justify-content: center;
}
#senshuken-bannerbox a {
	width: calc(100% / 3);
    padding: 5px;
    box-sizing: border-box;
}

.senshuken-topnews {
    padding: 2em 1em;
    text-align: center;
}
.senshuken-topnews-h3 {
}
.senshuken-topnews-h3 a {
    background: #f00020;
    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-subnews {
    padding: 2em 1em;
    text-align: center;
}
.senshuken-subnews-h3 {
}
.senshuken-subnews-h3 a {
    background: #f00020;
    display: inline-block;
    padding: 1em 3em 0.8em 3em;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.4;
    text-decoration: underline;
}
.senshuken-subnews-h3 a:hover {
    opacity: 0.7
}
#senshuken-jusyo{
	margin-bottom: 8em;
}

#senshuken-jusyo div[class*="senshuken-jusyo-sec"]{
    margin-bottom: 6em;
}

#senshuken-jusyo div[class*="senshuken-jusyo-sec"]:last-of-type{
    margin-bottom: 12em;
}

#senshuken-jusyo .senshuken-jusyo-box{
	display: flex;
    gap: 3em;
    border-bottom: 1px solid #DDD;
    padding-bottom: 3em;
    margin:0 auto 3em auto;
	max-width: 720px;
}

#senshuken-jusyo .senshuken-jusyo-box:last-of-type{
	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: #ff2c4a;
    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.4em!important;
}
#senshuken-jusyo .p-box dd {
	font-size: 1.25em;
}

#senshuken-jusyo .p-box dt .senshuken-prize{
	padding: 1px 10px;
	margin-bottom: 0.5em;
    border: 2px solid #ff2c4a;
	color: #ee2c4a;
	font-size: 90%;
	display: block;
	width: 6em;
	text-align: center;
}

#senshuken-jusyo table{
	border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 5em;
}

#senshuken-jusyo table th,#senshuken-jusyo table td{
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #eee;
    font-size: 1.2em;
	padding: 5px 10px;
}

#senshuken-jusyo table th{
	background: #ffa29d;
    text-align: center;
	white-space: nowrap;
}

#senshuken-jusyo table td{
	
}

#senshuken-jusyo table tr td:last-child{
	text-align: center;
}

#senshuken-jusyo table span{
	display: inline-block;
}

#senshuken-jusyo table .senshuken-table-shou{
	text-align: center;
	background: #f1f1f1;
	vertical-align: top;
}

#senshuken-jusyo .senshuken-jusyo-box.top1{
	border: 1px solid #999;
    background: #f9f9f9;
    padding: 3em;
	margin-bottom: 5em;
    box-sizing: border-box;
}

#senshuken-jusyo .senshuken-jusyo-box.top1 .img-box{
	width: 280px;
}

#senshuken-jusyo .senshuken-jusyo-box.top1 dl dt{
	font-size: 1.6em!important;
}

#senshuken-jusyo .senshuken-jusyo-lead-box{
	flex-wrap: wrap;
	margin-top: 3em;
    margin-bottom: 3em;
	border: none;
	width: auto;
	max-width: 100%;
}

#senshuken-jusyo .senshuken-jusyo-lead-box .senshuken-jusyo-lead{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #ff2c4a;
	width: 100%;
    text-align: center;
    font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.7;
}

#senshuken-jusyo .senshuken-jusyo-lead-box .lead-img-box{
	margin: 0 auto;
    text-align: center;
}

#senshuken-jusyo .senshuken-jusyo-lead-box .lead-img-box img{
	width: 360px;
	margin: 1.5em;
}

/*** resposive ***/
@media screen and (min-width: 1401px){
	.xlarge-only { display: none; }
}


@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 {
	left: 2%;
}
.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-jusyo .senshuken-jusyo-lead-box .lead-img-box img{
		margin: 0;
		margin-bottom: 3em;
	}
	
	#senshuken-jusyo table th, #senshuken-jusyo table td{
		font-size: 1em;
	}
	
	#senshuken-jusyo .senshuken-jusyo-box.top1{
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		padding-right: calc(50vw - 50%);
		padding-left: calc(50vw - 50%);
		margin-top: 4em;
		padding-top: 4em;
		padding-bottom: 4em;
		border: none;
		background: #f0f0f0;
	}

#senshuken-bannerbox {
	flex-direction: column;
}
#senshuken-bannerbox a {
	width: 100%
}


}

@media screen and (max-width: 450px){
}


