@charset "utf-8";


/*　　ページタイトル
-------------------------------------------------------*/
.pagetitle {
	height: 420px;
	background-image: url(../images/faq/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle .inner-pagetitle {
	max-width: 880px;
	padding-top: 210px;
	margin-left: auto;
	margin-right: auto;
}
.pagetitle .inner-pagetitle .tit {
	color: #fff;
	font-size: 36px; font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 5px;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 220px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	line-height: 220px;
	margin-left: 40px;
	margin-right: 40px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 30px; font-size: 3.0rem;
}
}

@media screen and (max-width: 767px){
.pagetitle {
	height: 120px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	line-height: 120px;
	margin-left: 30px;
	margin-right: 30px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 22px; font-size: 2.2rem;
	letter-spacing: 3px;
}
}

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




/*　　コンテンツ
-------------------------------------------------------*/
.cnt-faq {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}
.cnt-faq dt {
	min-height: 48px;
	padding: 8px 5px 8px 60px;
	font-weight: 500;
	line-height: 1.5;
	background-image: url(../images/faq/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.cnt-faq dd {
	min-height: 48px;
	margin-top: 15px;
	padding: 8px 5px 8px 60px;
	background-image: url(../images/faq/icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.cnt-faq {
	margin-top: 50px;
	padding-bottom: 50px;
}
}

@media screen and (max-width: 767px){
.cnt-faq {
	margin-top: 30px;
	padding-bottom: 30px;
}
.cnt-faq dt {
	padding: 0 5px 8px 60px;
}
.cnt-faq dd {
	padding: 0 5px 8px 60px;	
}
}

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