@charset "utf-8";
@media screen and (min-width: 850px) {
#mainvisual {
	height: 40vh;
	background: url(../img/area/contact_header.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#mainvisual p {
	height: fit-content;
	position: absolute;
	top: 70px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0;
	font-size: 2.3rem;
}
.location-hero {
	margin: 30px auto 60px;
}
.data-format-section p {
	font-size: 1.0rem;
}
.ta_flick {
	display: none;
}
.data-format-section .equipment-table {
	font-size: 1.0rem;
}
.location-hero .hero-content h1 {
	font-size: 2.0rem;
}
.location-hero .lead-text {
	font-size: 1.0rem;
	line-height: 2.0;
}
.location-hero .location-badges span {
	width: calc(95% / 4);
	padding: 10px;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
}
.location-features {
	margin: 60px auto;
}
.location-features h2 {
	font-size: 1.3rem;
}
.location-features h3 {
	font-size: 1.3rem;
}
.location-features .answer-first {
	font-size: 1.0rem;
}
.location-features .feature-block p {
	font-size: 1.0rem;
}
.location-features .feature-block {
}
.data-format-section h2 {
	font-size: 1.3rem;
}
.flow-section h2 {
	font-size: 1.3rem;
	display: block;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 20px;
}
.flow-section .container {
	display: flex;
	align-items: stretch;
	margin: 0 auto 60px;
}
.flow-section .arrow {
	transform: rotate(0deg);
	margin: auto 30px;
}
.flow-section .container .item {
	width: calc(80% / 4);
	flex-direction: column;
	align-items: center;
	background: var(--grey);
	padding: 20px;
}
.flow-section .item i {
	margin-right: 0;
}
.flow-section .item h4 {
	font-size: 1.2rem;
	text-align: center;
}
.f_text {
	font-size: 1.0rem;
}
.location-access {
	padding: 60px 0;
}
.location-access h2 {
	font-size: 1.3rem;
}
.location-access h3 {
	font-size: 1.2rem;
}
.location-access .access-info p {
	font-size: 1.0rem;
}
.location-access .area-list {
	font-size: 1.0rem;
}
.location-access address {
	font-size: 1.0rem;
}
.location-access .access-grid {
}
.location-faq {
	margin: 60px auto;
}
.location-faq h2 {
	font-size: 1.3rem;
}
.faq-list .faq-item {
	margin: 0 auto 10px;
}
.faq-list dt {
	font-size: 1.1rem;
}
.faq-list dd {
	font-size: 1.0rem;
}
.cta-section {
	padding: 60px 0;
}
.cta-section h2 {
	font-size: 1.3rem;
}
.cta-section p {
	margin: 0 auto 20px;
	font-size: 1.0rem;
}
.cta-section .cta-buttons {
	width: 65%;
	margin: 40px auto;
	flex-direction: row;
	justify-content: space-between;
}
.cta-section a {
	width: calc(92% / 2);
}
.cta-section a:hover {
	outline-offset: 5px;
	opacity: 0.8;
}
}
