@charset "UTF-8";
/* CSS Document */

#pageTop {
	width: 100%;
}
#top01 {
	background-image: url('../images/main.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
}
/*----------section01 top01------------*/

#topTitle {
	background: url('../images/faq_bg_02.jpg');
	color: #010117;
	height: auto;
	padding: 40px;
	text-align: center;
}

.bg00 {
	background: url(../images/bg_00.jpg) center top no-repeat;
}

.bg01 {
	background: url(../images/bg_01.jpg) center top no-repeat;
}
.bg02 {
	background: url(../images/bg_02.jpg) center top no-repeat;
}
.bg03 {
	background: url(../images/bg_03.jpg) center top no-repeat;
}
div.Inr {
	width: 1024px;
	margin: 0 auto;
	padding: 96px 0;
	color: #FFF;
}
div.Inr h2 {
	margin-bottom: 30px;
	font-size: 22px!important;
}
div.Inr dl dt {
	text-align: center;
	padding-top: 10px;
}
div.Inr dl dt, div.Inr dl dd {
	width: 50%;
}
div.Inr dl dd {
	line-height: 1.7;
}
.flL {
	float: left;
}
.flR {
	float: right;
}


@media only screen and (max-width: 800px) {
	
/*#top01 {
	background-size:100% auto;
	height: auto;
	padding-top:60px;
}*/
.bg00 {
	background-size: 130% auto;
}

.bg01,.bg02,.bg03 {
    background-size: 100% auto;
}
div.Inr h2 {
	margin-bottom: 10px;
}

div.Inr dl dt {
	padding-top:0;
	text-align:center;
}

div.Inr dl dt img {
    width: 9%!important;
    padding: 7% 0;
}

.flL,
.flR {
	display:none;
}

div.Inr {
    width: 100%;
    color: #000;
	padding:0;
}

div.Inr dl dt, div.Inr dl dd {
	width: 100%;
	display:block;
}
 div.Inr dl dd {
	 padding:0 5%;
 }
}