@charset "utf-8";

/* -----------------------------
	faq-area
-------------------------------- */
.faq-area {
	padding: 100px 0 200px;
}

.faq-area .lead-txt-wrap {
	margin: 0 0 40px;
}

.faq-area .bottom-txt-wrap {
	margin: 40px 0 0;
}

.faq-area .bottom-txt-wrap i {
	font-size: 2.8rem;
	margin-right: 5px;
	vertical-align: .2rem;
}

.faq-area .bottom-txt-wrap a {
	display: block;
}

.faq-area .bottom-txt-wrap .num {
	font-size: 4.2rem;
	font-weight: 500;
	margin-right: 20px;
	line-height: 1.4;
    font-family: var(--en);
}

.faq-area .bottom-txt-wrap .hour {
	background: var(--enji);
	color: #fff;
	display: inline-block;
	padding: 8px 12px;
	line-height: 1;
	vertical-align: 1rem;
	font-weight: bold;
	font-size: 1.5rem;
}


@media screen and (max-width: 768px){
	.faq-area {
		padding: 40px 0 140px;
	}
	
	.faq-area .lead-txt-wrap {
		margin: 0 0 30px;
	}

	.faq-area .bottom-txt-wrap {
		margin: 30px 0 0;
	}

	.faq-area .bottom-txt-wrap i {
	}
	
	.faq-area .bottom-txt-wrap a {
		text-align: center;
	}

	.faq-area .bottom-txt-wrap .num {
		margin-right: 0;
	}

	.faq-area .bottom-txt-wrap .hour {
		padding: 10px 15px;
		vertical-align: middle;
		width: 100%;
		line-height: 1.5;
		font-size: 1.6rem;
	}

	
}
/* -----------------------------
	〇〇〇
-------------------------------- */

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