@charset "utf-8";

.main01,
.main02,
.main03,
.main04,
.main05,
.main06,
.main07 {
	width: 960px;
	margin: 0 auto 120px;
}

.ancArea {
	padding-bottom: 115px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ancArea li {
	margin: 0 10px 20px;
}

.ancArea li a {
	display: block;
	padding: 15px 0;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 10px;
	text-decoration: none;
	color: #f39700;
	font-weight: bold;
}

.ancArea li a:hover {
	opacity: 0.7;
}
.ancArea .anc01,
.ancArea .anc02{
	width: 45%;
}

.ancArea .anc03,
.ancArea .anc04,	
.ancArea .anc05 {
	width: 31%;
}

.ancArea .anc06,
.ancArea .anc07 {
	width: 45%;
	
}


.faq p {
	font-size: 1.6rem;
	margin-bottom: 1em;
}

.faq p:last-child {
	margin-bottom: 0;
}

.faq dl {
	background: url(../images/index/icon_q.png) 15px 30px no-repeat;
	border-bottom: 1px solid #ccc;
}

.faq dl.open {
	padding-bottom: 30px;
}

.faq dt {
	cursor: pointer;
	background: url(../images/index/icon_open.png) 97% center no-repeat;
	padding: 30px 80px 30px 85px;
	box-sizing: border-box;
	font-size: 2.0rem;
	font-weight: bold;
	min-height: 100px;
	display: flex;
	align-items: center;
}

.faq .open dt {
	background: url(../images/index/icon_close.png) 97% center no-repeat;
}

.faq dd {
	display: none;
	border-radius: 10px;
	padding: 30px 30px 30px 85px;
	background: #fef2e1 url(../images/index/icon_a.png) 15px 20px no-repeat;
}

.faq ul {
	margin-bottom: 1em;
}

.faq li {
	font-size: 1.6rem;
}

.faq table {
	margin-bottom: 2em;
}

.faq td {
	background: #fff;
}

.faq th.lv01 {
	background: #f39700;
	color: #fff;
	text-align: center;
}

.alC {
	text-align: center;
}

.alR {
	text-align: right;
}











