/* ***** ヘッダー部分（タイトル・PDFリンク） ***** */
.guide_btn {
	margin: 1em 0 0;
	display: -webkit-flex;
	display: flex;
	flex-flow:row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.guide_btn p {
	width: calc(31.5%);
}
.guide_btn p a {
	display: block;
	padding: 0.5em;
	border: solid 3.2px #ccc;
	box-sizing:border-box;
	font-size: 14px;
	text-align: center;
}
.guide_btn .servicebook_DL {
}

.guide_btn .servicebook_DL a img {
	width: 0.8rem;
    background-color: #fff;
    vertical-align: text-bottom;
}
.guide_btn .servicebook_DL a:hover,
.guide_btn .price_warranty a:hover,
.guide_btn .delivery_area a:hover,
.guide_btn .price_list a:hover,
.guide_btn .hikitori a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.guide_btn .servicebook_DL a {
	border: none;
	border: solid 3px #1a467a;
	background-color: #1a467a;
	box-sizing:border-box;
	color: #fff;
}
.guide_btn .servicebook_DL a::before {
	content: "\f0da";
    margin-right: 0.5em;
    color: #fff;
    font-family: FontAwesome;
}
.guide_btn .price_warranty a::before,
.guide_btn .delivery_area a::before,
.guide_btn .price_list a::before,
.guide_btn .hikitori a::before {
	content: "\f0da";
    margin-right: 0.5em;
    color: #000018;
    font-family: FontAwesome;
}

.guide_btn .price_warranty {
	flex-grow: 2;
	margin-left:1.7rem;
}


/* ***** 各項目 ***** */
.guide_index {
	margin-top: 5.5rem;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.guide_index_item {
	width: calc((100% - 2em * 2) / 3);
}
.guide_index_item:not(:nth-child(3n+1)) {
	margin-left: 2em;
}
.guide_index_item:nth-child(n+4) {
	margin-top: 2em;
}
.guide_index_item h2 {
	margin: 0;
	padding: 0.25em 0.5em;
	background-color: #7f7f7f;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	display: block;
	transition: 0.5s;
}
.guide_index_item h2 a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.guide_index_item ul {
	margin-left: 0.5em;
}
.guide_index_item ul ul {
	margin-left: 1em;
}
.guide_index_item ul li {
	margin-top: 1em;
}
.guide_index_item ul li::before {
	content: "\f0da";
	margin-right: 0.25em;
	color: #c00;
	font-family: FontAwesome;
}

/* ***** パートナーズ ***** */
.guide_partners h2 a {
	margin: 0;
	padding: 0.25em 0.5em;
	background-color: #7f7f7f;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	display: block;
	transition: 0.5s;
}
.guide_partners h2 a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.guide_partners p {
	text-align: center;
}
