/* よくある質問 */
#pagetit {
	background: url(../img/bg_pagetit.jpg) no-repeat center top;
}
.pagelink {
	margin: 20px auto 0;
}
.pagelink li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.pagelink li:nth-of-type(2n) {
	margin-right: 0;
}
.pagelink li a {
	position: relative;
	display: block;
	height: 60px;
	padding-top: 22px;
	text-align: center;
	line-height: 1.3;
	color:  #fff;
	background: #A73946;
	border-radius: 5px;
}
.pagelink li a.l2 {
	padding-top: 10px;
}
.pagelink li a:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -2px;
	width: 6px;
	height: 4px;
	display: block;
	background: url(../img/icn_arrow_btm.png) no-repeat;
	background-size: 100%;
}

.faq_tit {
	margin-bottom: 10px;
	padding: 6px 6px;
	color: #fff;
	background: #A73946;
	border-radius: 5px;
	font-weight: bold;
	font-family:'Lucida Grande','segoe UI',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
dl.faq {
}
dl.faq dt {
	min-height: 40px;
	padding: 8px 10px 7px 45px;
	line-height: 1.65;
	background: url(../img/icn_q.png) no-repeat 15px 5px;
	font-weight: bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	background-size: 26px auto;
}
dl.faq dd {
	margin-bottom: 5px;
	min-height: 35px;
	padding: 8px 10px 7px 45px;
	line-height: 1.65;
	background: url(../img/icn_a.png) no-repeat 15px 5px, rgba(255,255,255,.66);
	background-size: 26px auto;
}

.red {
	color: #A73946;
}

#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
#sec06,
#sec07,
#sec08 {
	margin-bottom: 30px;
}