@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  concept.css
 style info :  スタイル指定
=================================================================== */

#concept_bg {
	padding-top:230px;
	overflow:hidden;
}
#concept_bg img.fixImg {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}
.title+div { padding: 0 60px; margin-bottom: 20px;}
.txt {
	margin: 0 0 50px;
	font-size: 15px;
	color: #262626;
	line-height: 2.5;
}
.title+div figcaption { text-align:left; color:#333; font-size:0.8em; margin-top:4px;}

/*-----point-----*/

.point {
	background:url(../../../img/elements/point_bg.jpg) 0 0 repeat;
	max-width:980px;
	position:relative;
	border-radius:3px;
	-webkit-box-shadow: 0 1px 10px #777;
	-moz-box-shadow: 0 1px 10px #777;
	box-shadow: 0 1px 10px #777;
	color:#333;
	margin:0 auto 60px;
	padding:40px 15px;
}
.point p {
    font-size: 0.9em;
    letter-spacing: 0.08em;
    line-height: 2;
}
.point strong {
    display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
}
.point::before {
	content:'';
	display:block;
	width:27px;
	height:27px;
	background: url(../../../img/elements/point_flame.png) no-repeat;
	position:absolute;
	top:10px;
	left:10px;
	z-index:10;
}
.point::after {
	content:'';
	display:block;
	width:27px;
	height:27px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	background: url(../../../img/elements/point_flame.png) no-repeat;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
}
.point p::before {
	content:'';
	display:block;
	width:27px;
	height:27px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	background: url(../../../img/elements/point_flame.png) no-repeat;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:10;
}
.point p::after {
	content:'';
	display:block;
	width:27px;
	height:27px;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	background: url(../../../img/elements/point_flame.png) no-repeat;
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:10;
}

/*-----layout-----*/
.layout {
	max-width:1082px;
	margin:0 auto;
}

/*-----layoutImage-----*/
.layoutImage {
	margin:60px auto 100px;
}
.layoutImage ul {
    max-width: 980px;
    margin: 0 auto;
}
.layoutImage ul li {
	display:inline-block;
	max-width:23.469387755%;
	position:relative;
    margin: 0 0.714285714%;
	margin-bottom:14px;
}
.layoutImage ul li figcaption {
	display:block;
	width:100%;
	height:48px;
	background: rgba(32,168,226,0.8);
	position:absolute;
	bottom:0;
	left:0;
    color: #fff;
    line-height: 46px;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    font-family: "Times New Roman", Times, "HG明朝B", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.layoutImage ul li figcaption::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -6px;
}
.layoutImage ul li figcaption span {
	font-size:0.8em;
    letter-spacing: 0em;
    vertical-align: 1px;
}


@media screen and (max-width: 1000px) {
.point {
    margin: 0 20px 60px;
}
.layoutImage ul {
    max-width: 480px;
}
.layoutImage ul li {
    max-width: 230px;
    margin: 0 5px 10px;
}
}
@media screen and (max-width: 640px) {
#concept_bg {
	padding-top:150px;
}
.txt {
    padding: 0 20px;
	text-align:left;
}
.txt br {
	display:none;
}

.point {
    margin: 0 10px 60px;
}
.point strong {
    font-size: 1.2em;
}
.point p > br {
	display:none;
}
.layoutImage ul li {
    max-width: 45%;
}

#concept_bg > .pcOnly {
	display:none;
}
#concept_bg > .smpOnly {
	display:inline-block!important;
}
}
@media screen and (max-width: 500px) {
.layoutImage ul li figcaption span {
    font-size: 0.7em;
}
}
@media screen and (max-width: 400px) {
.layoutImage ul li figcaption {
    height: 36px;
    line-height: 36px;
    font-size: 1.1em;
}
}
@media screen and (max-width: 320px) {
.point strong br {
	display:none;
}
}