@charset "UTF-8";
/* Base Css Overwrite */


/* ==================================================
Page Head Custom
================================================== */
#page-head {}


/* ==================================================
Page Body
================================================== */
.news-block .flex {
	display: flex;
	justify-content: center;
	margin-inline: auto;
	align-items: flex-start;
    width: 70%;
}

.marmot img {
	width: 90%;
}

.logo {
	width: 40%;
	margin:0 auto;
}


.area-title {
	display: inline-block;
	border-bottom: 1px solid #000;
	padding: 0 30px;
}


.itemGlp{
width: 20%;
margin-inline: auto;
}

/* SP用 */
@media screen and (max-width: 480px) {

}

@media screen and (max-width: 768px) {

	.news-block .flex {
		column-gap: 12px;
		width: 95%;
	}

	



}