.levels{
    max-width: 800px;
    margin: auto;
}
.levels__header{
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #161932;
    margin: 5rem auto 1rem auto;

}
.levels__inner{

}


.levels__subttl{
 	font-size: 21px;
	font-weight: 800!important;
	color: #330066;
	clear: both;
	margin-top: 15px;
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #8F69AF;
	padding-bottom: 7px;
	border-top: 3px solid #330066;
	padding-top: 7px;
    text-align: center;
    line-height: 1.6
}


.levels__descImage{
    text-align: center;

}
.levels__descImg{
    text-align: center;
    margin: 3rem auto;
}

.level{
    background-color: #ffffff;
    padding: 35px;
    border-radius: 6px;
    margin-bottom: 35px;
}
.level__inner{

}
.level__ttl{
    font-size: 18px;
    font-weight: 800;
    color: #161932;
    border-bottom: 5px solid #7b3191;
    line-height: 1.6;
 padding-bottom: .3em
}
.level__date{
    font-size: 14px;
    font-weight: 800;
    color: #161932;
    margin-bottom: 45px;
}
.level__list{
    display: flex;
    flex-wrap: wrap;
}
.level__item{
    width: calc(100% / 3);
    text-align: left;
    padding: .5em;
    line-height: 1.6;
}
.level__prefecture{
    margin-left: 25px;
}

.levels__links{
    display: flex;
    flex-wrap: wrap;
}
.levels__link{
    text-align: center;
    width: 50%;
    margin-bottom: 45px;
}
.levels__levelname{
    line-height: 1.5;
}
.level__none{
    font-size: 12px;
    color: #a3a3a3;
    display: block;
    font-weight: 600;
}

.levels__subttl br.sp_block{
display: none
}
    

@media screen and (max-width: 768px){
    .levels__header{
        font-size: 23px;
        font-weight: 900;
        margin: 5rem auto 1rem auto;
    }
    .levels__inner{
        padding: 0 25px;
    }
    .levels__subttl{
        font-size: 18px;
    }
    .levels__description{
        font-size: 14px;
    }
    .level__item{
        width: calc(100% / 2);
        text-align: left;
        padding-left: 15px;
    }
    .levels__link{
        width: 100%;
    }
}

@media screen and (max-width: 599px){
    
.levels__subttl br.sp_block{
display: block
}
    
    .level{
        padding: 25px;
    }
    .level__item{
        width: calc(100% / 2);
        padding-left: 0;
        font-size: 13px;
    }
    .level__prefecture{
        margin-left: 15px;
    }
}