@charset "UTF-8";

.l-header__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5.6rem;
	margin-bottom: 1.31rem;
	background-color: #04275b;
	color: #fff;
}

.header__topH1 {
	text-align: center;
	line-height: 2rem;
	font-size: 1.4rem;
	font-weight: normal;
}

.top__mainVisual {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2.1rem;
}
.top__catchText {
	margin-bottom: 1.9rem;
	text-align: center;
	font-weight: bold;
	color: #04275b;
}
.top__middleText {
	margin: 3rem 2rem 2.6rem;
	line-height: 2.4rem;
	font-size: 1.2rem;
}
.top__ttlH2 {
	margin-bottom: 3.1rem;
	text-align: center;
	font-size: 1.8rem;
}
.top__ttlH3 {
	margin-bottom: 2.2rem;
}
.top__seoBox {
	margin: 0 1rem 2.5rem;
	padding: 3rem 2rem;
	border: 0.1rem solid #e3e5e8;
	border-radius: 0.5rem;
}
.top__seoText {
	line-height: 2.4rem;
	font-size: 1.2rem;
}

.f-searchArea {
	padding: 4.3rem 2rem;
	background: #e9e9e9;
}

.spOnly {
	display: block;
}

.pcOnly {
	display: none;
}

@media screen and (min-width: 451px) {
	.l-header__top {
		height: 39px;
		margin-bottom: 25px;
	}
	.header__topH1 {
		font-size: 14px;
	}
	.top__mainVisual {
		margin-bottom: 23px;
	}
	.top__catchText {
		margin-bottom: 26px;
		font-size: 24px;
	}
	.top__middleText {
		margin: 40px 0;
		text-align: center;
		line-height: 27px;
		font-size: 16px;
	}
	.top__ttlH2 {
		margin-bottom: 43px;
		font-size: 20px;
	}
	.top__ttlH3 {
		margin-bottom: 28px;
		font-size: 16px;
	}
	.top__seoBox {
		margin: 0 auto 35px;
		padding: 33px 40px 30px;
	}
	.top__seoText {
		line-height: 26px;
		font-size: 14px;
	}
	.f-searchArea {
		margin: 0 auto;
		padding: 40px;
		background-color: #04275b;
	}
	.spOnly {
		display: none;
	}
	.pcOnly {
		display: block;
	}
}