@charset "UTF-8";
/* ▽ SP共通 layout ========== */
.faq-unk {
	display: block;
	margin-bottom: 45px;
	position: relative;
	z-index: 10;
}
.faq-unk ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.faq-unk ul li {
	margin-bottom: 10px;
	flex-basis: 49%;
}
.faq-unk ul li:nth-child(3n+1) {
	margin-left: 0px;
}
.faq-unk ul li a {
    padding: 17px 0;
    font-size: 1.2rem;
    line-height: 1;
    background: #F7986A;
    color: #111;
}
.faq-unk ul li a::before{
	position: absolute;
	bottom: 3px;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-top: 4px solid #111;
}
.posit-link {
	display: block;
	position:relative;
	margin-top: -70px;
	padding-top: 70px;
	z-index: -1;
}
.faq-main {
	display: block;
	padding-bottom: 20px;
}
.faq-one {
	display: block;
	margin-bottom: 25px;
}
.faq-one dt {
	display: block;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	color: #0BB2A1;
	border-bottom: #0BB2A1 solid 2px;
	padding-top: 11px;
	padding-bottom: 17px;
	margin-bottom: 17px;
	padding-left: 45px;
}
.faq-one dt::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	text-align: center;
	content: "Q";
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	background: #0BB2A1;
	width: 39px;
	padding: 8px 0 9px 0;
}
.faq-one dd {
	display: block;
	font-size: 1.5rem;
	line-height: 1.8;
	position: relative;
	padding-left: 45px;
}
.faq-one dd::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	text-align: center;
	content: "A";
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	background: #F25B14;
	width: 39px;
	padding: 8px 0 9px 0;
}
.faq-one dd  p {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom:1em;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.faq-unk {
		background: #f0f0f0;
		padding: 15px 15px 1px 15px;
		margin-bottom: 55px;
	}
	.faq-unk ul li {
		margin-left: 25px;
		margin-bottom: 18px;
		flex-basis: calc((100% - (25px * 2)) / 3 - .01px);
	}
	.faq-unk ul li a {
		font-size: 1.5rem;
	}
	.faq-unk ul li a:hover {
		background: #F25B14;
		color: #FFF;
	}
	.faq-unk ul li a:hover::before{
		border: 4px solid transparent;
		border-top: 4px solid #FFF;
	}
	.posit-link {
		margin-top: -170px;
		padding-top: 170px;
	}
	.faq-main {
		padding-bottom: 40px;
	}
	.faq-one {
		margin-bottom: 45px;
	}
	.faq-one dt {
		font-size: 2.1rem;
		padding-left: 70px;
	}
	.faq-one dt::before {
		font-size: 3.1rem;
		width: 59px;
		padding: 4px 0 13px 0;
	}
	.faq-one dd {
		line-height: 2;
		padding-left: 70px;
	}
	.faq-one dd::before {
		font-size: 3.1rem;
		width: 59px;
		padding: 4px 0 13px 0;
	}
	.faq-one dd p {
		line-height: 2;
	}
}