
.firstGuideQa h2 {
	text-align: center;
	font-weight: bold;
}

.firstGuideQa .link li:before {
	background-image: url(/toppage/images/arrow_middle_right_1.png);
	background-size: 7px auto;
	background-position: left top;
	width: 7px;
	height: 15px;
}

@media screen and (max-width: 959px){
	.firstGuideQa {
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.firstGuideQa h2 {
		margin-bottom: 12px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.firstGuideQaDialog:last-child {
		border-bottom: 1px solid #ccc;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.firstGuideQa .link {
		margin-top: 15px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.firstGuideQa .link li:before {
		background-size: 6px auto;
		width: 6px;
		height: 15px;
	}
}

@media screen and (min-width: 960px){
	.keyvisual{
	}
	.firstGuideQa:not(:last-child) {
		margin-bottom: 40px;
	}
	.firstGuideQa h2 {
		margin-bottom: 20px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.firstGuideQaDialog {
		padding: 20px 20px 20px 20px;
	}
	.firstGuideQaDialog:first-child {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.firstGuideQaDialog:last-child {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.firstGuideQaDialog:not(:last-child) {
		margin-bottom: 2px;
	}
	.firstGuideQaDialog dt {
		cursor: pointer;
	}
	.firstGuideQaDialog dt.answerClose {
		background: url(/toppage/images/arrow_more_down.png) no-repeat right center / 20px auto;
	}
	.firstGuideQaDialog dt.answerOpen {
		background: url(/toppage/images/arrow_more_up.png) no-repeat right center / 20px auto;
	}
	.firstGuideQaDialog dd {
		margin-top: 15px;
	}
	.firstGuideQaDialog dd .tellNumber,.firstGuideQaDialog dd .tellNumber:hover{
		cursor: default;
		text-decoration: none;
		pointer-events: none;
	}
	.firstGuideQa .link {
		margin-top: 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.firstGuideQa .link li:before {
		background-size: 7px auto;
		width: 7px;
		height: 15px;
	}
}
