@charset "UTF-8";
#lead {
	margin-bottom : 120px;
}
#lead > .inner {
	max-width : 1220px;
}
#lead header {
	margin-bottom : 40px;
	padding : 0 160px;
	text-align : center;
	background-image : url(/wp/wp-content/themes/paginagrafico/commitment/img/img_character_01.png), url(/wp/wp-content/themes/paginagrafico/commitment/img/img_character_02.png);
	background-repeat : no-repeat, no-repeat;
	background-position : 0 50%, 100% 50%;
}
#lead header h2 {
	font-size : 2.4em;
	margin-bottom : 0.75em;
	font-weight: 600;
}
#lead header p {
	font-size : 1.2em;
}
#lead .text > p:not(:last-child) {
	margin-bottom : 1em;
}

#commitmentlist ul > li:not(:last-child) {
	margin-bottom : 32px;
}
#commitmentlist ul > li {
	display : grid;
	grid-template-columns : 30% 1fr;
	grid-gap : 40px;
}
#commitmentlist ul > li .img img {
	width : 100%;
}
#commitmentlist ul > li .content {
	display : flex;
	flex-direction : column;
	justify-content : center;
	align-items : flex-start;
}
#commitmentlist ul > li h3 {
	font-size : 1.4em;
	font-weight : bold;
	margin-bottom : 0.5em;
}

/* --- 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 : 12vw 0 0;
		background-position : 30% 0, 70% 0;
		background-size : 12vw, 12vw;
	}
	#commitmentlist ul > li {
		grid-template-columns : 1fr;
		grid-gap : 24px;
	}
	#commitmentlist ul > li:not(:last-child) {
		margin-bottom : 40px;
	}
}
