@charset "UTF-8";

#overview > .inner {
	position : relative;
}
#overview > .inner::before {
	display : block;
	position : absolute;
	top : -32px;
	right : 32px;
	content : url(/wp/wp-content/themes/paginagrafico/company/img/img_character_01.png);
}

#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) {
	#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;
	}
}
