@charset "UTF-8";

.sec-hero {
}

.sec_news{
	padding-top: 2em;
	padding-bottom: 2em;
}
.sec_news h2{
    color: #666666;
    border-bottom: solid 1px #333;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 20px;
	line-height: 0.8;
}

@media screen and (max-width:750px){
	.sec_news{
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

.sec-about h3 {
	color: #aaaaaa;
	font-weight: normal;
}
h2.btn-usual{
	display: block;
	text-align: center;
	color: #fff!important;
	background-color: #650d3b!important;
	border-radius: 10px;
	line-height: 1.3;
	padding: 0.8em 1.5em;
	letter-spacing: 1px;
}
.sec-outline .title-diagram {
	display: inline-block;
	text-align: center;
	color: #fff!important;
	background-color: #333!important;
	line-height: 1.3;
	padding: 0.8em 1.5em;
	margin-top: 30px;
	font-size: 22px;
	letter-spacing: 1px;
}

@media screen and (max-width:750px){
	.sec-outline .title-diagram {
		display: table;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		font-size: 12px;
	}
}

.box_info{
	margin-bottom: 80px;
}
.box_info img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 800px;
}

@media screen and (min-width: 751px){
	.sec-about h3 {
		font-size: 46px;
	}
}
@media screen and (max-width:750px){
	.sec-about h3 {
		font-size: 26px;
	}
	
}

