@charset "utf-8";

/**
 * qaLists
 */
/* item */
.qaLists__item:not(:first-child) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.qaLists__item:not(:first-child) {
		margin-top: 20px;
	}
}

/* dd */
.qaLists__dd {
	color: #000;
	display: none;
	line-height: 2;
	padding: 40px;
}

@media screen and (max-width:767px) {
	.qaLists__dd {
		padding: 30px 20px;
	}
}

/* flex */
.qaLists__flex {
	display: flex;
}

/* img */
.qaLists__dd img {
	max-width: 100%;
}


/**
 * infoCont
 */
.infoCont {
	background-color: #fff;
	max-width: 800px;
	padding: 40px;
}

.infoCont p {
	color: #000;
}

@media screen and (max-width: 767px) {
	.infoCont {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 20px;
	}
}

.Center {
	display: flex;
	justify-content: center;
}
a{
	color: rgb(var(--main-color-gold));
}