
.hybrid-contact-inner {
	align-items: stretch;
}

.hybrid-contact-contents {
	margin-bottom: 30px;
}

.hybrid-contact-contents > div {
	height: 100%;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hybrid-contact-contents .media-title {
	padding: 18px 23px 8px;
}

.hybrid-contact-contents h3 {
	font-size: 16px;
}

.hybrid-contact-contents-info {

	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}

.hybrid-contact-contents-address {
	line-height: 24px !important;
}

.hybrid-contact-contents-tel {
	font-size: 16px !important;
	line-height: 24px !important;
}

.hybrid-contact-contents-tel span {
	font-size: 14px;
}

.hybrid-contact-contents-btn {

	max-height: 120px;
	white-space: normal;
	word-break: break-word;
}


.hybrid-contact-contents-link {
	padding-left: 1.5em;
}

.hybrid-contact-contents-link:before {

	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
	._pcHide {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	._spHide {
		display: none;
	}
	h1 {
		font-size: 22px;
	}
	.hybrid-contact h2 {
		margin-top: 50px;
	}
	.hybrid-contact h2:after {
		border: solid 2px #0081cc;
		width: 30px;
	}
	.hybrid-contact-contents {
		margin-bottom: 20px;
	}
	.hybrid-contact-contents .media-title:after {
		border: solid 2px #0081cc;
		width: 30px;
	}
	.hybrid-contact-contents-inner {
		display: flex;
		align-items: flex-start;
		padding: 0 20px;
	}
	.hybrid-contact-contents-info {
		width: 50%;
		margin: -5px 0 0 10px;
	}
	.hybrid-contact-contents-img {
		width: 47%;
	}
	.hybrid-contact-contents-address {
		margin-top: 10px !important;
	}
	.hybrid-contact-contents-tel {
		font-size: 18px !important;
	}
}
