@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(24px, 6.2vw, 72px);
	line-height: 1;
	max-width: 1600px;
	width: 100%;
	height: 36vw;
	position: relative;
	font-family: "UD Digi Kyokasho NP-B", sans-serif;
	box-sizing: border-box;
}
.senshuken_name>span {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	bottom: 100px;
	left: 20px;
	padding: 0.5em;
	color: #4faa2f;
}
.senshuken_name>span>span {
	color: #ff4a64;
}
.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: #ff4a64;
	font-size: 1.8em!important;
}

#senshuken-cp_sec01 .senshuken-h2 span{
	position: relative;
}

#senshuken-cp_sec01 .senshuken-h2:before{
	content: "";
    position: absolute;
    background: #ffd3d9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -12px;
    left: -26px;
}

#senshuken-cp_sec01 p span.senshuken-underline{
	border-bottom: 2px solid #ff4a64;
    line-height: 1.6;
}

#senshuken-cp_sec01 ul{
	list-style: inherit;
    padding-left: 1.5em;
}

#senshuken-cp_sec01 ul li{
	color: #ff4a64;
}

#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: #ff4a64;
	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: #ff4a64;
	margin-bottom: 2em;
    margin-top: 5em;
	font-size: 19px!important;
}

#senshuken-cp_sec01 .senshuken-entry-form a{
	position: relative;
	background: #ff4a64;
    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-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: #ff4a64;
    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 #ff4a64;
	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: #ff4a64;
    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
}


/*** 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: 650px){
h1.senshuken_kv {
	height: 75vw;
	max-height: 100vw;
	background-image: url(images/sp-top.jpg);
}
.senshuken_name {
	height: 75vw;
	max-height: 100vw;
	line-height: 0.2em;
}
.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){
}


