@import url(reset.css);
@import url(common.css);

/* For Concept Page 
 * --------------------------------------------------------*/
/* wrapper  ---------------**/
#wrapper {
	width: 1100px;
	margin: 0 auto;
	background: #fff;
	border-right: 1px solid #3e3a39;
	border-left: 1px solid #3e3a39;
}
/* c_header */

#c_hdImg {
	width: 800px;
	margin: 45px auto 75px;
}
#c_hdImg h2 {
	font-weight: 100;
	font-size: 24px;
	padding-top: 46px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	text-align: left;
	margin: 0 auto;
	letter-spacing: 5px;
}

#c_hdImg .head_img_box{
	display: block;
	width: 800px;
	height: 430px;
	text-indent: -9999px;
	background: url(../images/concept/head.jpg) no-repeat;
}

#c_hdImg h2 span {
	display: block;
	margin-right: 200px;
	width: 197px;
	height: 20px;
	background: url(../images/concept/ttl_what.png) no-repeat;
	background-size: 197px 20px;
	text-indent: -9999px;
	float: right;
}
#c_contents .boxArea {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 96px;
}
#c_contents .boxArea h3 {
	color: #6487ae;
	font-size: 20px;
	font-weight: 100;
	padding: 0 0 20px 0;
}
#c_contents .boxArea div img {
	padding: 5px 0 10px 0;
	width: 320px;
	height: 260px;
}
#c_contents .boxArea div img.plAdjst {
	padding-right: 8px;
}

#c_contents .boxArea div.box0{
	text-indent: -9999px;
	background: url(../images/concept/img0.jpg) no-repeat;
	width: 650px;
	height: 430px;
}
#c_contents .boxArea div.box0 img {
	width: 650px;
	height: 430px;

}
#c_contents .boxArea p {
	text-align: left;
	padding: 18px 0 0 0;
	line-height: 2;
	font-size: 15px;
}
#c_contents .boxArea .cap {
	font-size: 14px;
	color: #808080;
}
#c_wrapper #goTopBtn {
	margin-top: 150px;
}

@media screen and (max-width: 767px){

#wrapper {
	width: auto;
	border-right: none;
	border-left: none;
}

#c_hdImg {
	width: auto;
	margin: 0 auto 50px;
}

#c_hdImg .head_img_box{
	display: block;
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
}

.head_img{
	width: 100%;
}

#c_hdImg h2 {
	font-size: 21px;
	padding-top: 30px;
	padding-bottom: 0;
	border-bottom: 1px solid #000;
	margin: 0 20px;
	letter-spacing: 0px;
}

#c_hdImg h2 span {
	margin:10px 0;
	width: 170px;
	height: 17px;
	background: url(../images/concept/ttl_what.png) no-repeat;
	background-size: 170px 17px;
	text-indent: -9999px;
	float: none;
}

#c_contents .boxArea {
	width: auto;
	margin: 0 20px;
	text-align: left;
	margin-bottom: 60px;
}

#c_contents .boxArea div.box0{
	text-indent: 0;
	background: none;
	width: auto;
	height: auto;
}

#c_contents .boxArea div.box0 img {
	width: 100%;
	height: auto;
}

#c_contents .boxArea h3 {
	font-size: 18px;
	padding: 0 0 20px 0;
}

#c_contents .boxArea p {
	padding: 12px 0 0 0;
	line-height: 1.8;
	font-size: 16px;
}

#c_contents .boxArea .cap {
	font-size: 15px;
}

#c_contents .boxArea div img {
	padding: 0 0 10px 0;
	width: 100%;
	height: auto;
}

}