@charset "utf-8";
/* CSS Document */

.download-section_area{
	background: none;
	display: flex;
	justify-content: center;
	padding: 0;
}
.btn-download{
	width: 500px;
	color: #000!important;
}
.tbl-education img{
	display: block;
	width: auto;
	max-height: 150px;
	margin: 10px auto;
}
.c-grid-cols-2{
	gap: 48px;
}

.study-section_title{
	background-image: none;
	padding-left: 0;
}

/*全体余白指定*/
.study-section > * + *{
	margin-top: 24px;
}

a img:hover{
	opacity: 0.6;
}

@media (min-width: 480px) {    
.flex_bnr{
    display: flex;
    justify-content: space-between;
}
.flex_bnr .flex_title{
    width: 60%;
}
.flex_bnr .flex_title h1{
    font-size: 2.4rem;
}
.flex_bnr a{
    width: 30%;
}

}
@media (min-width: 768px) {
.study-section{
	margin-top: 60px;
}
.study-block-wrap{
	display: flex;
	justify-content: space-between;
}
.flex_bnr .flex_title{
    width: 70%;
}
.flex_bnr .flex_title h1{
    font-size: 3.4rem;
}
.flex_bnr a{
    width: 20%;
}		
}