.flexbox {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	align-items: flex-start;
}

#content .flexbox{
	justify-content: space-between;
}

#logo .flexbox{
	justify-content: space-evenly;
}

#content_flexbox {
	margin-bottom: 108px;
}

#content_flexbox div {
	max-width: 520px;
}

.content_flexbox_text {
	padding: 15px;
}

.content_flexbox_text p {
	line-height: 28px;
}

.box-size25 {
	max-width: 150px;

}

#logo,
#content,
#youtube {
	margin-top: 108px;
}

.box-item p{
	font-family: "EB Garamond", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

}

.box-item-txt2 {
	font-size: 2.5rem;
	font-style: normal;
}

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

.box-item-txt3 {
	font-size: 2rem;
	line-height: 3rem;
}

#top_title,
h2 {
	line-height: 60px;
}
#top_lead {
	line-height: 4rem;
	text-align: center;

}

.center{
	text-align: center;
}

