@charset "utf-8";

/*------------------------------------------------------------
	question
------------------------------------------------------------*/
.questionPage {
	background: url(../img/question/page_title_bg.webp) no-repeat center center;
}

.question {
	margin: -5px 0 0;
}

.question .headLine01 {
	margin-bottom: 37px;
}

.question dt {
	padding: 3px 0 20px 44px;
	font-size: 19px;
	background: url(../img/question/img.webp) no-repeat 2px top;
	background-size: 30px auto;
}

.question dd {
	margin-bottom: 52px;
	padding: 0 0 42px 3px;
	line-height: 2;
	border-bottom: 1px solid #EBEBEB;
}

.question dd:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.question dd a {
	color: #F57173;
	text-decoration: underline;
}

.question dd a:hover {
	text-decoration: none;
}




@media all and (min-width: 0) and (max-width: 767px) {
	.questionPage {
		background: url(../img/question/sp_page_title_bg.webp) no-repeat center center;
		background-size: cover;
	}

	.question {
		margin: -3px 0 0;
	}

	.question .headLine01 {
		margin-bottom: 32px;
		padding-bottom: 8px;
		line-height: 1.75;
	}

	.question dt {
		padding: 0px 0 16px 29px;
		font-size: 13px;
		line-height: 1.75;
		background: url(../img/question/img.webp) no-repeat 2px top;
		background-size: 20px auto;
	}

	.question dd {
		font-size: 12px;
		margin-bottom: 36px;
		padding: 0 0 34px 3px;
		line-height: 1.8;
	}

	.question dd:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
}




