@import url('common.css');

.seo-meti
{
	font-size: 16pt;
}

.seo-meti .main-top
{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 0;
}

.seo-meti .main-top::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../assets/images/banner.webp) no-repeat center top;
	background-size: cover;
	opacity: 0.6;
}

.seo-meti .main-top .ttl
{
	padding: 20px 50px 24px;
	text-align: center;
	color: white;
	background: #514F5C;
}

.seo-meti .main-top .subttl
{
	font-size: 20pt;
}

.seo-meti .chapo
{
	padding: 20px;
	text-align: center;
	color: var(--v-smky1fg-base);
	background-color: var(--v-smky1-base);
}

.seo-meti .menu
{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 6px;
	font-size: 14pt;
	font-style: italic;
	color: white;
	background-color: black;
}

.seo-meti.mnu-fixed .menu
{
	position: fixed;
	top: 120px;
	width: 100%;
	max-width: 1280px;
	z-index: 2;
}

.seo-meti .menu .item
{
	cursor: pointer;
}

.seo-meti .menu.sel1 .item.i1,
.seo-meti .menu.sel2 .item.i2,
.seo-meti .menu.sel3 .item.i3,
.seo-meti .menu.sel4 .item.i4
{
	color: var(--v-smky2-base);
}

.seo-meti .anchor
{
	height: 1px;
	margin-top: -160px;
	padding-bottom: 160px;
}

.seo-meti:not(.mnu-fixed) .anchor
{
	margin-top: -200px;
	padding-bottom: 200px;
}

.seo-meti .panel
{
	padding-top: 20px;
}

.seo-meti .panel .note,
.seo-meti .panel .subpane
{
	max-width: 1000px;
	margin: auto;
}

.seo-meti .panel .subpane
{
	padding-top: 20px;
}

.seo-meti .panel H3
{
	width: 350px;
	margin-left: -30px;
	padding: 1px 10px;
	font-weight: 400;
	color: white;
	background-color: #747474;
}

.seo-meti .panel H3.fit
{
	width: fit-content;
}

.seo-meti .panel-bottom
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	margin: 30px auto;
}

.seo-meti .panel-bottom .item
{
	width: 450px;
	margin: 0 10px 0 40px;
	padding: 28px 10px 28px 100px;
	background: url(../assets/public/commons/path.png) no-repeat left center;
	background-size: 76px;
}
.seo-meti .panel-bottom .item.i2 { background-image: url(../assets/public/commons/euro.png) }
.seo-meti .panel-bottom .item.i3 { background-image: url(../assets/public/commons/idea.png) }
.seo-meti .panel-bottom .item.i4 { background-image: url(../assets/public/commons/reviews.png); background-size: 90px }

.seo-meti .directory H1,
.seo-meti .directory H2
{
	padding: 30px 0;
	color: var(--v-smky1-base);
}

.seo-meti .directory .list
{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 1000px;
	margin: 50px auto;
}

/*.seo-meti .directory H3
{
	width: 300px;
	padding: 1px 10px;
	font-weight: 400;
	background-color: #747474;
}

.seo-meti .directory H3 A
{
	text-decoration: none;
	color: white;
}*/

@media (max-width: 800px)
{
	.seo-meti .menu
	{
		display: none;
	}
}

@media (max-width: 900px)
{
	.seo-meti.mnu-fixed .menu
	{
		top: 90px;
	}

	.seo-meti .anchor
	{
		margin-top: -130px;
		padding-bottom: 130px;
	}

	.seo-meti:not(.mnu-fixed) .anchor
	{
		margin-top: -170px;
		padding-bottom: 170px;
	}
}

@media (max-width: 1050px)
{
	.seo-meti
	{
		font-size: 15pt;
	}

	.seo-meti .main-top
	{
		padding: 40px 0;
	}

	.seo-meti .main-top .subttl
	{
		font-size: 18pt;
	}

	.seo-meti .panel H3
	{
		margin-left: 0;
	}
}
