/****************************************************************************************/
#top .image {
	margin-top: 35px;
}

/****************************************************************************************/
.content-area {
	margin-top: 65px;
}

/****************************************************************************************/
footer {
	margin-top: 120px;
}

/****************************************************************************************/
#top h2 {
	font-size: 4rem;
	line-height: 3.5rem;
	text-align: center;
}

[nh-image] {
	background-size: cover;
	background-position: center;
	height: 350px;
}

/****************************************************************************************/

#flexbox {
	margin: 50px auto 0;
}

.box-item {
	text-align: center;
	padding: 15px 40px 40px;
}

.box-item p {
	text-align: left;
}

.box-size25 {
	margin-top: 50px;
	width: 100%;
	height: auto;
	text-align: center;
}

.box-item-txt1 {
	font-size: 2rem;
	font-weight: 900;
	border-left: solid 3px black;
	padding-left: 10px;
}

.box-item-txt2 {
	font-size: 2rem;
}

.box-item-txt2 span {
	font-size: 1.2rem;
	line-height: 1rem;
}

.box-item-txt3 {
	font-size: 1.7rem;
}

/****************************************************************************************/
.content_flexbox_text {
	margin-bottom: 50px;
}

#logo img {
	width: 80%;
	height: auto;
}

#top_title,
h2 {
	line-height: 35px;
	margin-bottom: 10px;
}

#top_lead {
	line-height: 3rem;
	text-align: justify;
}

#logo .flexbox {
	display: flex;
	align-items: center
}
.center iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}