@charset "utf-8";
/* ヘッダー */
header {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #ff8c27;
	border-bottom: solid 2px #ffffff;
}
header::after{
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1.5px;
	background-color: #0070dc;
	content: '';
}
header .logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20%;
	max-width: 65px;
	z-index: 1500;
}

footer{background-color: #fdf1e7;}

h2{
	position: relative;
	margin: 0 auto;
	display: block;
	padding: 50px 0 20px 0;
	background-image: url("../img/common/flag.png"),  url("../img/common/flag01.png");
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat, no-repeat;
	background-size: calc(50% - 5px) auto, calc(50% - 5px) auto;
}
h2 img{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {
	
	/* ヘッダー */
	header {
		height: 60px;
		border-bottom: solid 3px #ffffff;
	}
	header::after{
		bottom: -3px;
		height: 2px;
	}
	header .logo {max-width: 100px;}

	h2{
		padding: 100px 0 40px 0;
		background-image: url("../img/common/flag.png"),  url("../img/common/flag01.png"), url("../img/common/flag.png"),  url("../img/common/flag01.png");
		background-position: calc(50% - 130px) 0, calc(50% + 135px) 0, calc(50% + 380px) 0, calc(50% - 380px) 0;
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
		background-size: 250px auto, 255px auto, 250px auto, 255px auto;
	}
	h2::before{
		top:-35px;
		height: 35px;
		background-size: auto 20px;
	}
}
