h1 {
	margin: 0.5em 0.5em 0;
	font-size: 120%;
	color: #7f7f7f;
}
.guide_header {
	margin: 1em 0.5em 2.5rem;
	display: flex;
	flex-flow:column wrap;
	justify-content: space-between;
}
.guide_header .servicebook_DL {
	width: calc(100%);
	background: #153f71;
}
.guide_header .servicebook_DL a {
	display: block;
	padding: 0.9rem;
	font-size: 80%;
	text-align: center;
	border: none;
	border: solid 3px #1a467a;
	background-color: #1a467a;
	color: #fff;
}
.guide_header .servicebook_DL a img {
	width: 0.8rem;
	margin-left:0.3rem;
    background-color: #fff;
    vertical-align: text-bottom;
}

.guide_header_2col {
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
	align-items:center;
	align-contents:center;
	margin:0.5rem 0;
}

.guide_header_2col p {
	width: calc(49%);
	margin-bottom:0.5rem;
}
.guide_header_2col p a {
	display: block;
	padding: 1.03rem;
	border: solid 3px #ccc;
	font-size: 80%;
	text-align: center;
	box-sizing:border-box;
}
.guide_header_2col .price_list a {
	display: block;
	padding: 0.48rem;
	border: solid 3px #ccc;
	font-size: 80%;
	text-align: center;
	box-sizing:border-box;
}


.category {
	margin: 0 0.5em 3rem;
}
.category img {
	max-width: 100%;
}
.category h2 {
	display: block;
	padding: 0.5em;
	background-color: #7f7f7f;
	color: #fff;
}
.category ul {
	margin-left: 1em;
}
.category p,
.category li {
	margin-top: 0.5em;
}
.category h2 a::before,
.category li a::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
