#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	background-size: px px;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

#dammy {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:0;
	height:6px;
	background-color: #FFF;
}

#dammy:last-child {
	margin-bottom:0;
}

/*
=================================== */
.faq_area1 {
	background-color: #f7f4f3;
}

.faq_navi {
	margin:0 0 65px;
	border-top:1px solid #c2c2c2;
}

.faq_navi li {
	border-bottom:1px solid #c2c2c2;
}

.faq_navi li a {
	display: block;
	padding:30px 0 30px 1px;
	font-size:2.0rem;
	letter-spacing: 1px;
	position: relative;
}

.faq_navi li a:after {
	position: absolute;
	top:calc(50% - 7px);
	right:0;
	content: '';
	border-top:14px solid #989898;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:14px solid transparent;
}

.faq_block {
	margin:0 0 30px;
}

.faq_block:last-child {
	margin-bottom:0;
}

.faq_block h3 {
	display: flex;
	align-items: flex-start;
	margin:0 0 20px;
	padding:0 0 15px;
	font-size:2.2rem;
	font-weight: 400;
	border-bottom:1px dashed #bbb;
}

.faq_block h3 b {
	margin:0 10px 0 0;
	font-weight: 400;
}

.faqbox {
	margin:0 0 15px;
	background-color: #FFF;
	border:2px solid #eaebed;
	border-radius: 10px;
}

.faqbox:last-child {
	margin-bottom:0;
}

.faqbox .titlebox {
	display: flex;
	align-items: flex-start;
	background: url('../images/faq/icon_plus.png') no-repeat center bottom 20px;
	background-size: 15px 15px;
	padding:15px 15px 45px;
	border-radius: 10px;
}

.faqbox.open .titlebox {
	background-image: url('../images/faq/icon_minus.png');
	background-size: 15px 2px;
	background-color: #fed1e1;
}

.faqbox .titlebox .label {
	margin:0 15px 0 0;
	font-size:2.4rem;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
}

.faqbox .titlebox .qtitle {
	padding:5px 0 0;
	font-size:1.8rem;
	font-weight: bold;
}

.faqbox .abox {
	display: none;
	padding:20px 15px 30px 60px;
	position: relative;
}

.faqbox.open .abox {
	display: block;
}

.faqbox .abox .label {
	position: absolute;
	top:12px;
	left:20px;
	font-size:2.4rem;
	font-family: 'Noto Serif JP', serif;
}

.faqbox .abox .ex {
	line-height:1.8;
}

.faqbox .abox .ex a {
	color:#29ABE2;
	text-decoration: underline;
}

.faqbox .abox .ex b {
	color:#FF0000;
}

@media screen and (min-width: 768px) {

	/*
	=================================== */
	.faq_area1 .block1 {
		padding-top:70px;
		padding-bottom:60px;
	}

	.faq_navi {
		margin:0 auto 20px;
		width:840px;
		border-top:none;
	}

	.faq_navi ul {
		display: flex;
		align-items: stretch;
		flex-wrap:wrap;
	}

	.faq_navi li {
		margin:0 40px 40px 0;
		width:400px;
		border-bottom:none;
	}

	.faq_navi li:nth-child(2n) {
		margin-right:0;
	}

	.faq_navi li a {
		padding:0 0 6px 2px;
		text-align: center;
		font-size:1.8rem;
		letter-spacing: 2px;
		border-bottom:1px solid #989898;
	}

	.faq_navi li a:after {
		top:100%;
		right:auto;
		left:calc(50% - 8px);
	}

	.faq_block {
		margin:0 auto 100px;
		width:840px;
	}

	.faqbox .titlebox {
		align-items: center;
		background-position: right 20px center;
		padding:0 50px 0 20px;
		height:88px;
		cursor: pointer;
	}

	.faqbox .titlebox .label {
		font-size:2.2rem;
	}

	.faqbox .titlebox .qtitle {
		padding:0;
		font-size:1.6rem;
	}

	.faqbox .abox {
		padding:40px 30px 40px 50px;
	}

	.faqbox .abox .label {
		top:35px;
		left:20px;
		font-size:2.2rem;
	}
}
