
#title {
	background-image: url(images/title_bg.jpg);
}

p.trademark {
	background-color: white;
	border: 2px solid #dcdde9;
	color: #555a88;
	display: block;
	font-size: 25px;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
	width: 500px;
}

div.concept-bg {
	background: url(images/concept_bg.jpg) no-repeat center center;
	padding: 60px 0;
}

div.concept {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.concept div.img {
	width: 450px;
}

div.concept div.text {
	width: 485px;
}

div.concept div.text h3 {
	margin-left: -25px;
	text-align: left;
}

div.concept div.text h3 span {
	color: #949494;
	font-size: 46px;
	font-weight: 400;
	padding: 1rem 1.5rem;
	position: relative;
}

div.concept div.text h3 span:after {
	content: "";
	height: 2.2rem;
	position: absolute;
	right: 2px;
	top: 30px;
}

div.concept div.text h3 span:after {
	border-right: solid 1px;
	transform: rotate(40deg);
}

div.concept div.text h3 em {
	color: black;
	font-size: 32px;
	font-weight: 400;
	padding-left: 15px;
}

div.concept div.text ul {
	margin-top: 20px;
}

div.concept div.text ul li {
	background: url(../images/ul_list_li_gray.svg) no-repeat 2px 13px;
	background-size: 7px;
	display: block;
	padding: 5px 0 5px 20px;
}