@charset "UTF-8";

h1 {
	padding-top: 40px;
	font-size: 1.7em;
	text-align: center;
	position: relative;
}
h1:after {
	content: "";
	display: block;
	border-bottom: solid 5px #FFC229;
	border-radius: 5px;
	bottom: -3px;
	position: absolute;
	width: 70px;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
h1 > img {
	max-width: 300px;
	width: 55%;
}
h1 > span {
	display: block;
	padding-top: 50px;
}
section > p.decoration1 {
	background-color: #FF7200;
	padding: 10px 10px 10px 15px;
	border-radius: 20px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: inherit;
	margin: 30px 15px 15px;
}
section > div {
	padding: 0 20px 20px;
}
section > div > a {
	color: #1558d6;
	font-size: 1.3em;
}
section > div > img {
	width: 100%;
	max-width: 664px;
	min-width: 0;
}

@media screen and (min-width:768px) {
	h1 > img {
		display: none;
	}
	section {
		max-width: 1000px;
		margin: auto;
	}
	section > p.decoration1 {
		text-align: center;
		display: inline-block;
	}
	section > div {
		max-width: 1280px;
		margin: auto;
	}
	section > div.decoration2 {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 0;
	}
}