#about-top{
	margin-bottom: 100px;
}

#about-top figure{
	margin: 25px 0 70px;
}

#about-top .inner{
	text-align: center;
}

#about-top .inner p{
	margin-bottom: 25px;
}

#about-top .body > img{
	width: 40%;
	margin: auto;
}

#education{
	margin-bottom: 100px;
}

#training{
	margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
	.boxlist{
		display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    gap: 3%;
	    margin-top: 30px;
	}
}

.boxlist > div{
	text-align: center;
	padding: 15px;
	border: 2px solid #333;
	background-color: #fff;
}

.boxlist h4{
	font-size: 25px;
	line-height: 1;
	margin-bottom: 15px;
}

.boxlist h4 span{
	color: #ED3E43;
	font-size: 16px;
}

.table-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1200px;
    margin: auto;
    border: 1px solid #ccc;
}

.table-pair {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

.table-header {
    background-color: #EEEEEE;
    padding: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.table-body {
    padding: 16px;
    text-align: center;
    font-size: 15px;
}

#training p{
	margin-bottom: 30px;
}

#training h3{
	font-size: 20px;
	margin-bottom: 15px;
}

.boxlist_2{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: auto;
}

.boxlist_2 > div{
	width: 48%;
	margin-bottom: 20px;
}

.boxlist_2 > div h4{
	font-size: 22px;
	margin: 10px 0;
}

.boxlist_2 > div a{
	display: inline-block;
	border: 1px solid;
	padding: 10px 20px;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#about-top .body > img{
		width: 70%;
	}

	.boxlist{
		margin-top: 25px;
	}

	.boxlist > div{
		margin-bottom: 5px;
	}

	.table-container {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 0;
	    max-width: 1200px;
	    margin: auto;
	    border: 1px solid #ccc;
	}

	.boxlist_2{
		width: 100%;
	}

	.boxlist_2 > div{
		margin-bottom: 35px;
	}
}