@charset "utf-8";

#contact {
	padding-top: 60px;
}
/* _____ 834px 以下 _____ */
@media not (min-width: 835px) {
	#contact.element-box {
		max-width: 650px;
	}
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	#contact {
		padding-top: 80px;
	}
}



.faq-contents h3 {
	padding: 20px  0 5px;
	border-bottom: 2px #333333 solid;
	font-weight: bold;
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.faq-contents h3 {
		padding: 40px  0 10px;
		border-bottom: 4px #333333 solid;
	}
}



.faq-box {
	border: 1px solid #333333;
	margin: 20px 0;
	border-radius: 8px;
	padding: 0 20px;
	background-color: #fff;
}
.faq-q {
	justify-content: space-between;
	display: grid;
	grid-template-columns: 1fr 20px;
	color: #333333;
	cursor: pointer;
	padding: 20px 0;
}
.faq-q::after {
	content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" fill="%23333333"><path d="M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160v160Zm40 200q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	width: 25px;
	height: auto;
	transition: .3s ease-out;
}
.faq-q.on::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" fill="%23333333"><path d="M280-440h400v-80H280v80ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.faq-a {
	border-top: 1px #333333 solid;
	font-weight: 400;
}
.faq-a p {
	margin: 20px 0;
}
/* _____ 834px 以下 _____ */
@media not (min-width: 835px) {
	.faq-box {
		font-size: 14px;
	}
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.faq-box {
		padding: 0 30px;
		margin: 30px 0;
	}
	.faq-q {
		padding: 24px 0;
		grid-template-columns: 1fr 30px;
	}
	.faq-q::after {
		width: 30px;
	}
	.faq-a p {
		margin: 24px 0;
	}
}




.contact-contents {
	margin-top: 80px;
}
.contact-link {
	display: inline-block;
	background-color: var(--color-orange);
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	padding: 10px 15px;
}
.contact-box {
	text-align: center;
}
.contact-box .contact-txt {
	margin: 25px 0 20px;
}
.contact-box .contact-txt2 {
	margin: 12px 0 20px;
}
/* _____ 834px 以下 _____ */
@media not (min-width: 835px) {
	.contact-box .contact-txt {
		text-align: left;
	}
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.contact-contents {
		margin-top: 160px;
	}
	.element-box:last-child {
		margin-top: 160px;
	}
	.contact-box .contact-txt {
		margin: 50px 0 40px;
	}
	.contact-box .contact-txt2 {
		margin: 8px 0 40px;
	}
	.contact-link {
		font-size: 20px;
		padding: 16px 24px;
		position: relative;
	}
	.contact-link:hover {
		text-decoration: none;
	}
	.contact-link.ripple:before, .contact-link.ripple:after {
		background-color: var(--color-orange);
	}
}

