@charset "UTF-8";

/* access
-----------------------------------------------------*/
.address {
	border-bottom:1px solid #c3cbca;
	margin-bottom:2em;
	padding-bottom:1.5em;
	text-align:center;
}

.address .htype01 {
	margin-bottom:.4em;
}

.root dd {
	margin-bottom:3em;
}

.guide {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.guide li {
	margin-bottom:40px;
	width:48%;
}

.guide li span {
	background:#fff;
	display:block;
	padding:1em 2em;
}

.third p span {
	background:#1265F7;
	border-radius:30px;
	color:#fff;
	font-weight:500;
	display:inline-block;
	line-height:1;
	margin-right:.8em;
	padding:.4em .6em;
}

@media only screen and (max-width:767px) {

.guide {
	display:block;
}

.guide li {
	margin-bottom:4%;
	width:auto;
}

.guide li span {
	padding:1em;
}

}

