#header {
	background-color: #fff;
}

#teaser {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/* !Sections
---------------------------------------------------------- */
.main {
	background-color: #f5f5f5;
	font-size: 14px;
}

.section__intro {
	padding: 50px 0;
}
.section__intro img {
	width: 100%;
}

.bunkou__section {
	padding: 50px 0;
}

/* !Titles
---------------------------------------------------------- */

.title--main {
	font-family: ヒラギノ明朝 Pro, 'meiryo','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	position: relative;
	text-align: center;
	font-size: 40px;
	margin-bottom: 50px;
}

.title--main span {
	display: block;
	font-size: 22px;
}

.title--main:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80px;
	height: 1px;
	background-color: #000;
	transform: translateX(-50%);
}

.title--section {
	font-family: ヒラギノ明朝 Pro, 'meiryo','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}

.subtitle {
	text-align: center;
	margin-bottom: 30px;
}

.text--underline {
	text-decoration: underline;
}

/* !Bunkou Description
---------------------------------------------------------- */
.bunkou__description {
	display: flex;
	padding: 50px 0 70px 0;
}

.bunkou__description-text {
	margin-bottom: 30px;
}

.bunkou__description-disc {
	display: block;
	text-decoration: underline;
	margin-bottom: 30px;
}

.bunkou__right .blanklink {
	position: relative;
}

.bunkou__right .blanklink i {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}

.bunkou__left {
	width: 50%;
	padding-right: 20px;
}

.bunkou__left img {
	width: 100%;
}

.bunkou__right {
	width: 50%;
}

.bunkou__img--04 {
	margin-bottom: 50px;
}

#footer {
	background-color: #f5f5f5;
}
.bunkou__description-text span{
font-size: 20px;
}