@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document company > visual
--------------------------------------------------------- */

#visual {
	background-image: url(../img/service/faq/visual_01.jpg);
}

/* ---------------------------------------------------------
	CSS Document faq > anchor
--------------------------------------------------------- */

.faq #anchor {
	width: 980px;
	margin: 0 auto 70px;
}

.faq #anchor li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin: 5px;
}

.faq #anchor li a {
	display: block;
	padding: 0 10px;
	border: solid 1px #cecece;
	background: url(../img/service/faq/anchor_01.png) no-repeat 97%;
	text-align: left;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: 100;
	font-size: 16px;
	line-height: 40px;
	color: #000;
}

.faq #anchor li a:hover {
	background-color: #efefef;
}

/* ---------------------------------------------------------
	CSS Document faq > entry
--------------------------------------------------------- */

.faq h3 {
	margin-bottom: 10px;
	background: url(../img/service/faq/h3.jpg) no-repeat left bottom;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: 100;
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 50px;
}

.faq h3 span {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	border-bottom: solid 3px #3564ff;
	text-align: center;
}

.faq .odd {
	padding: 60px 0;
	background: #efefef;
}

.faq .even {
	padding: 60px 0;
	background: #fff;
}

.faq .entry {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.faq dl {
	padding: 25px 20px;
	border-bottom: solid 1px #cecece;
}

.faq .entry dl:last-child {
	padding-bottom: 0;
	border: 0;
}

.faq dt ,
.faq dd {
	padding-left: 45px;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
}

.faq dt {
	margin-bottom: 20px;
	font-weight: bold;
}

.faq dt:before ,
.faq dd:before {
	content: 'Q';
	width: 28px;
	height: 28px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #001649;
	text-align: center;
	font-family: 'Times New Roman';
	font-size: 18px;
	font-weight: 100;
	line-height: 25px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.faq dd:before {
	content: 'A';
	background: #567bd2;
}

.ferry {
    padding: 25px 40px;
    border-bottom: solid 1px #cecece;
}
