.note {
	font-size: 85%;
}
.image {
	text-align: center;
}

/* ***** ページタイトル ***** */
.guide_header {
	overflow: hidden;
}

.guide_title h1 {
    margin-top: 1.5em;
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
    margin-bottom: 14px;
}

.guide_title h3{
	position:relative;
	padding:0 0 0 1em;
	font-size:20px;
	border:1px solid #111;
	margin: 2em 0;
	letter-spacing: 0.08em;

}

.guide_title h3::after{
	content: "配送時の家具のお引取り料金例(通常料金の半額)";
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	font-size: 14px;
	color: #111;
	padding: 0 10px;
}


.guide_title h4{
	font-size: 15px;
}
.guide_title p{
font-size: 13px;
line-height: 2;
/*padding: 1.5em 0 1.5em 1.5em;*/
font-weight: normal;
letter-spacing: 0.05em;
}

.guide_title .text{
	font-size: 14px;
	padding: 0 0 2em 0;
	font-weight: normal;
}

.guide_title span{
 font-weight: bold;
 font-size: 14px;
}


/********* link  *********/

.link_btn {
	margin: 0 1em 3em 0;
}
.link_btn a {
	display: block;
	padding: 0.8em;
	border: solid 1px #111;
	text-align: center;
	position: relative;
	color: #111;
	letter-spacing: 0.2em;
	
	font-size: /*2.168vw*/ 1.125rem /*18px**/
}
.link_btn a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}



.moreinfo_list {
	margin-top: 1.2em;
	margin-left: 0.5em;
}
.moreinfo_list li::before {
	content: "\f0da";
	margin-right: 0.25em;
	color: #c00;
	font-family: FontAwesome;
}
.moreinfo_list li:not(:first-child) {
	margin-top: 0.5em;
}

/* ***** 料金表リンク ***** */
.cta {
	margin-top: 3em;
	padding: 1em;
	background-color: #e7e7e7;
	border: solid 3px #aaa;
	text-align: center;
}
.cta p {
	margin: 0;
	font-weight: bold;
}
.cta li::before {
	content: "\f0da";
	margin-right: 0.5em;
	color: #c00;
	font-family: FontAwesome;
}