@charset "utf-8";
/* ============================================================ */
/* contact */
/* ============================================================ */
.contents._contact_ {
	background: url("../../img/contact/bg_contact.png"), linear-gradient(90deg, #001B25 0%, rgba(0, 38, 53, 0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
}

.contact-list {
	margin: 0 -20px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.contact-list {
		margin: 0 -10px;
	}
}

.contact-list__item {
	padding: 25px 35px;
	border-radius: 8px;
	border: 2px solid var(--white);
	margin: 0 20px 40px;
	width: calc((100% - 120px) / 3);
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.contact-list__item {
		padding: 25px;
		margin: 0 10px 40px;
		width: calc((100% - 60px) / 3);
	}
}

.contact-list__item::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 48px 48px;
	border-color: transparent transparent #00A7EA transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0 0 8px 0;
}

.contact-list__item .__ttl {
	margin: 0 0 15px;
	color: var(--blue);
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 2.4px;
	text-align: center;
	line-height: 1.5;
}

.contact-list__item .__address {
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	margin: 0 0 15px;
}

.contact-list__item .__tel {
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.8;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.contact-list__item .__tel {
		font-size: 1.8rem;
	}
}
