@charset "UTF-8";
#lead {
	margin-bottom : 120px;
}
#lead > .inner {
	max-width : 1220px;
}
#lead header {
	margin-bottom : 40px;
	padding : 0 160px;
	text-align : center;
}
#lead header h2 {
	font-size : 2.4em;
	margin-bottom : 0.5em;
	font-weight: 600;
}
#lead header p {
	font-size : 1.2em;
	font-weight: 600;
}
#lead .text > p:not(:last-child) {
	margin-bottom : 1em;
}
#overview > .inner {
	position : relative;
}
#overview > .inner::before {
	display : block;
	position : absolute;
	top : -32px;
	right : 32px;
}

#access > .inner {
	position : relative;
}
#access > .inner::before {
	display : block;
	position : absolute;
	top : -32px;
	right : 32px;
	content : url(/wp/wp-content/themes/paginagrafico/company/img/img_character_02.png);
}
#access .leadtext {
	margin-bottom : 40px;
}

#catalogue .column {
	display : grid;
	grid-template-columns : 1fr auto;
	grid-gap : 16px;
	padding : 1em 0;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
}
#catalogue .column > * {
	display : flex;
	align-items : center;
}
#catalogue .column .button {
	display : flex;
	align-items : center;
}

/* --- for 2K or more pc --- */
@media screen and (min-width: 1980px) {
}

/* --- for HD pc --- */
@media screen and (min-width: 1440px) and (max-width: 1979px) {
}

/* --- for normal pc --- */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
}

/* --- for tablet --- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
}

/* --- for mobile --- */
@media screen and (max-width: 767px) {
	#lead {
		margin-bottom : 60px;
	}
	#lead header {
		padding : 0;
		background-position : 30% 0, 70% 0;
		background-size : 12vw, 12vw;
	}
	#lead header h2 {
		font-size : 2em;
	}
	#lead header p {
		font-size : 1em;
	}
	#overview > .inner::before {
		transform : scale(0.75);
	}

	#access > .inner::before {
		transform : scale(0.75);
	}
	#catalogue .column {
		grid-template-columns : 1fr;
	}
	#catalogue .column > * {
		justify-content : center;
		align-items : center;
	}
}
