@charset "UTF-8";
/* ******************************************************************

	--contact.css--

	1. Layout setting

****************************************************************** */
.breakLine{
	word-break: break-all;
}

/*==================================================================
	1. Layout setting
===================================================================*/

.faqCut {
	padding: 0 2rem;
	margin-bottom: 70px;
}

.faqCut ul {
	padding: 0 1.5rem;
}

.faqCut ul li a {
	display: inline-block;
    font-size: 17px;
    line-height: 1.5;
	padding-left: 20px;
	position: relative;
}

.faqCut ul li a::before {
	border-top: 5px solid transparent;
	border-left: 8px solid #88be21;
	border-bottom: 5px solid transparent;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 8px;
	width: 0;
}

.faqCut .headline {
	padding: 2px 1rem;
	color: #000;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 22px;
    font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}

.faqCut .headline::before,
.faqCut .headline::after {
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
}

.faqCut .headline::before {
	background-color: #87bf0d;
	height: 100%;
	top: 0;
	width: 5px;
}

.faqCut .headline::after {
	background-color: #e9e9e9;
	bottom: -10px;
	height: 2px;
	width: 100%;
}
