.concept01 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 60px;
	display: table;
	position: relative;
	z-index: 9;
}
.concept01 dt,
.concept01 dd {
	display: table-cell;
	vertical-align: middle;
}
.concept01 dt {
	width: 40%;
	text-align: center;
}
.concept01 dd {
	padding-left: 7%;
}
.concept02 {
	overflow: hidden;
	max-width: 1600px;
	width: 100%;
	margin: 0px auto 50px;
}
.concept02 .box {
	float: left;
	width: 33.33%;
	margin-bottom: 30px;
}
.concept02 .box .ph1,
.concept02 .box .ph2,
.concept02 .box .ph3 {
	height: 460px;
	margin-bottom: 15px;
}
.concept02 .box .ph1 {
	background: url(../images/concept/ph03.jpg) no-repeat center center;
	background-size: cover;
}
.concept02 .box .ph2 {
	background: url(../images/concept/ph02.jpg) no-repeat center center;
	background-size: cover;
}
.concept02 .box .ph3 {
	background: url(../images/concept/ph01.jpg) no-repeat center center;
	background-size: cover;
}
.concept02 .box .txt {
	width: 85%;
	margin: 0px auto;
}
.concept03 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 50px;
}
.concept03 .ttl {
	width: 170px;
	margin: 0px auto 30px;
}
.concept03 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.concept03 li {
	float: left;
	width: 49%;
	margin-right: 2%;
	border: #bbb 2px solid;
	border-radius: 7px;  
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	padding: 20px;
	margin-bottom: 20px;
}
.concept03 li:nth-child(2n) {
	margin-right: 0;
}
.concept04 {
	width: 100%;
	margin: 0px auto 50px;
	padding: 50px 0 30px;
	background-color: #fff;
}
.concept04 .ttl {
	text-align: center;
	font-size: 120%;
	font-weight: 400;
	margin-bottom: 30px;
	color: #666;
}
.concept04 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
}
.concept04 li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	text-align: center;
	margin-bottom: 30px;
}
.concept04 li:nth-child(3n) {
	margin-right: 0;
}
.concept04 li .ph {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.concept04 li .ph p {
	text-align: center;
	position: absolute;
	width: 90px;
	height: 90px;
	background-color: #777;
	color: #fff;
	left: 50%;
	margin-left: -45px;
	bottom: 0;
	margin-bottom: -20px;
	font-size: 90%;
	font-weight: 400;
	border-radius: 50%;  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	padding-top: 35px;
}
.concept04 li p {
	text-align: center;
	line-height: 160%;
}
.concept04 li p strong {
	display: block;
	text-align: center;
	color: #666;
	font-size: 110%;
}
.concept05 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
}
.concept05 .ttl {
	text-align: center;
	font-size: 120%;
	font-weight: 400;
	margin-bottom: 30px;
	color: #666;
}
.concept05 .box {
	margin-bottom: 40px;
}
.concept05 .box .ph {
	margin-bottom: 20px;
}
.concept05 .box h6 {
	text-align: center;
	font-size: 120%;
	font-weight: 400;
	margin-bottom: 15px;
}
.concept05 .box h6 br {
	display: none;
}
.concept05 .box .txt {
	max-width: 750px;
	margin: 0px auto;
}





@media screen and (max-width: 900px) {
	/* ---------------------------------------
	
	--------------------------------------- */
}






@media screen and (max-width: 780px) {
	.concept05 .box h6 br {
		display: inherit;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
}






@media screen and (max-width: 600px) {
	.concept01,
	.concept01 dt,
	.concept01 dd {
		display: block;
	}
	.concept01 {
		margin: 0px auto 40px;
	}
	.concept01 dt {
		width: 60%;
		margin: 0px auto 20px;
	}
	.concept01 dd {
		padding-left: 0;
	}
	.concept02 {
		margin: 0px auto 10px;
	}
	.concept02 .box {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.concept02 .box .ph1,
	.concept02 .box .ph2,
	.concept02 .box .ph3 {
		height: 200px;
		margin-bottom: 15px;
	}
	.concept02 .box .txt {
		width: 90%;
	}
	.concept02 .box .ttl_style02 {
		position: relative;
		margin: 0px auto -30px;
	}
	.concept03 {
		margin: 0px auto 50px;
	}
	.concept03 .ttl {
		width: 100px;
		margin: 0px auto 30px;
	}
	.concept03 li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.concept04 {
		margin: 0px auto 30px;
		padding: 40px 0 20px;
	}
	.concept04 .ttl,
	.concept05 .ttl {
		font-size: 110%;
		margin-bottom: 20px;
	}
	.concept04 li,
	.concept04 li:nth-child(3n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}
	.concept04 li:nth-child(2n) {
		margin-right: 0;
	}
	.concept05 .box {
		margin-bottom: 30px;
	}
	.concept05 .box .ph {
		margin-bottom: 15px;
	}
	.concept05 .box h6 {
		text-align: left;
		font-size: 110%;
		margin-bottom: 15px;
		color: #666;
		line-height: 160%;
	}
	.concept05 .box h6 br {
		display: none;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
}