@charset "UTF-8";


.access section.box {
	margin-top: 60px;
}
.access h2 {
	margin-top: 50px;
}

.access .button-wrap {
	display: flex;
	justify-content: center;
}
.access .button-wrap .button {
	margin: 0 10px;
}
.access .button-wrap a {
	padding: 15px 0;
	line-height: 1.4;
}
.access .button-wrap-s a {
	min-width: 280px;
}

.access p + .basic-list {
	margin-top: -1.5em;
}

.access .button-wrap + h5 {
	margin-top: 2em;
}

.access .box .img a {
	transition: opacity .3s ease-out;
}
.access .box .img a:hover {
	opacity: .6;
}

@media screen and (max-width: 768px) {
	.access section.box {
		margin-top: 30px;
	}
	.access h2 {
		margin-top: 30px;
	}

	.access .tab-button a {
		min-height: 58px;
	}

	.access .button-wrap {
		display: block;
	}
	.access .button-wrap .button {
		margin: 10px 0 0;
	}
	.access .button-wrap a {
		padding: 0;
	}

	.access p + .basic-list {
		margin-top: -.5em;
	}

	.access .button-wrap + h5 {
		margin-top: 1.5em;
	}
}