@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=Noto+Sans+JP:wght@900&display=swap');

.senshuken-nowrap{
	white-space: nowrap;
}

.senshuken-kv{
	background: url("images/top_cp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
	max-width: 1903px;
	margin: 0 auto;
}

.senshuken-kv .senshuken-maintitle{
    font-size: 5em;
	font-family: 'UD デジタル 教科書体 NK-R','M PLUS Rounded 1c', sans-serif;
    color: #ff2c4a;
    background: rgba(255,255,255,0.9);
    padding: 0.7em 2em;
	margin-right: 1em;
    margin-left: 1em;
}

.senshuken-kv .senshuken-maintitle span{
	font-size: 85%;
	margin-right: 0.5em;
}

.senshuken-lead{
	max-width: 1903px;
	margin: 0 auto;
}

#senshuken-cp_sec01{
	margin-top: 8em;
}

#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: #ff2c4a;
	font-size: 1.8em!important;
}

#senshuken-cp_sec01 .senshuken-h2 span{
	position: relative;
}

#senshuken-cp_sec01 .senshuken-h2:before{
	content: "";
    position: absolute;
    background: #ffdee3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -12px;
    left: -26px;
}

#senshuken-cp_sec01 p span.senshuken-underline{
	border-bottom: 2px solid #ff2c4a;
    line-height: 1.6;
}

#senshuken-cp_sec01 ul{
	list-style: inherit;
    padding-left: 1.5em;
}

#senshuken-cp_sec01 ul li{
	color: #ff2c4a;
}

#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: #ff2c4a;
	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: #ff2c4a;
	margin-bottom: 2em;
    margin-top: 5em;
}

#senshuken-cp_sec01 .senshuken-entry-form a{
	position: relative;
	background: #ff2c4a;
    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-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-bottom: 3em;
}

#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.2em;
	padding-left: 5em;
    text-indent: -5em;
} 

#senshuken-jusyo .p-box dt .senshuken-prize{
	padding: 1px 10px;
	margin-right: 0.5em;
    border: 2px solid #ff2c4a;
	color: #ee2c4a;
	font-size: 90%;
}

#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: 12em;
    margin-bottom: 9em;
	border: none;
}

#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 (max-width: 1100px){
	.senshuken-kv .senshuken-maintitle{
		font-size: 3.7em;
		padding: 0.7em 1em;
	}
}
@media screen and (max-width: 650px){

#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: 50vh;
}
	
.senshuken-kv .senshuken-maintitle{
    font-size: 3em;
    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;
	}
	
}

@media screen and (max-width: 450px){
	.senshuken-kv .senshuken-maintitle{
		font-size: 2em;
	}
}


