@charset "utf-8";

/* -------------------------------------------------------
	concept
------------------------------------------------------- */

.mv-concept {
	background: url(../img/concept/mv.png) no-repeat bottom center;
	background-size: cover;
}
.readText p {
	text-align: left;
}
.con {
	text-align: center;
	margin-top: 30px;
}
.con ul {
  text-align: left;
	margin: 70px auto 40px;
	width: 80%;
}
.con ul > li {
	font-size: 20px;
	line-height: 32px;
	color: #000;
	margin-bottom: 35px;
}
.con .em {
	color: #053597;
	font-weight: bold;
	font-style: normal;
}
.scene {
	text-align: left;
}
.scene b {
	background-color: #053597;
	font-size: 16px;
	line-height: 48px;
	font-weight: normal;
	padding: 5px 10px;
	color: #fff;
}
.scene .underline {
	border-bottom: solid 1px #000;
}
@media screen and (max-width:768px) {
	.con ul {
    margin: 40px auto 40px;
		width: 100%;
	}
	.con ul > li {
    line-height: 1.7;
    margin-bottom: 20px;
	}
}
@media screen and (max-width:767px) {
	.con ul > li {
    font-size: 16px;
	}
}
