.concept main header {
	background-image: url(../../concept/img/visual.jpg);
}

#philosophy figure {
	text-align: center;
}

#concept section figure img {
	vertical-align: top;
}

#concept section p.marker {
	margin: 0 auto;
	position: relative;
	margin-top: -25px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	background-color: #a40a5e;
	border-radius: 50%;
 	font-family: "ヒラギノ丸ゴ W3 JIS2004", "Hiragino Maru Gothic W3 JIS2004";
}


#concept #concept-01 p.marker {
	background-color: #f1a2c8;
}

#concept #concept-02 p.marker {
	background-color: #f5a631;
}

#concept #concept-03 p.marker {
	background-color: #2bb680;
}

#concept #concept-04 p.marker {
	background-color: #a5ca3d;
}

#concept #concept-05 p.marker {
	background-color: #2cabd8;
}

#concept #concept-06 p.marker {
	background-color: #f88160;
}
	
#concept section p.marker + p {
	text-align: center;
	font-size: 16px;
	color: #a40a5e;	
	margin-top: 8px;
	font-family: "ヒラギノ丸ゴ W3 JIS2004", "Hiragino Maru Gothic W3 JIS2004";
}

#concept section h2  {
	margin-bottom: 12px;
 	font-family: "ヒラギノ丸ゴ W3 JIS2004", "Hiragino Maru Gothic W3 JIS2004";
}


#concept .saliva .row {
	overflow: hidden;
	margin: 0 -20px;
	margin-bottom: 20px;
}

@media(max-width:768px){
	#concept .saliva .row {
		margin-bottom: 0;
	}
}

#concept .saliva .col {
	width: 50%;
	padding: 0 20px;
	float: left;
}

@media(max-width:768px){
	#concept .saliva .col {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}


#concept .saliva iframe {
	width: 100%;	
}

#concept .saliva .row .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#concept .saliva .row .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#concept .saliva figcaption {
	font-size: 12px;
}

#concept-03 ul {
	margin-left: -10px;
}

#concept-03 ul li {
	display: inline-block;
	border: 1px solid #a40a5e;
	line-height: 40px;
	color: #a40a5e;
	padding: 0 20px;
	margin-left: 10px;
	margin-top: 12px;
}



#concept-04 ul {
	margin: 0 -20px;
	overflow: hidden;
}

#concept-04 ul li {
	width: 33.333333%;
	padding: 0 20px;
	float: left;
}

@media(max-width:768px){
	#concept-04 ul li {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}

#concept-04 ul li p {
	line-height: 20px;
	margin-top: 8px;
}


main section a {
	font-weight: bold;
	text-decoration: underline;
	color: #a40a5e;
}