@charset "utf-8";

section .container article {
	margin-bottom: 50px;
	padding-left: 380px;
	position: relative;
	width: 720px;
	min-height: 233px;
}

section .container article h2 {
	margin-bottom: 0.75em;
	padding-left: 50px;
	line-height: 40px;
	background-image: url(../../awards/images/award_marker.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.1em;
}

section .container article p {
	margin-bottom: 1em;
}

section .container article img {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
}

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

section .container article {
	padding-left: 0;
	width: 100%;
}

section .container article h2 {
	margin: 0 15px 20px 15px;
	background-position: left 5px;
}

section .container article img {
	margin-bottom: 20px;
	position: relative;
	left: inherit;
	top: inherit;
	width: 100%;
}

section .container article p {
	padding: 0 15px;
}

}
