
.header01 {
	position: relative;
	z-index: 10;
}
.img01 {
	margin-top: -5%;
}
.note01 {
	margin: -4% 5% 30px 0;
	text-align: right;
	font-size: 73.3%;
}
body.pc .img01 {
	margin-top: -2%;
}
body.pc .note01 {
	margin: -2% 5% 15px 0;
	font-size: 9px;
}

.consult {
	display: table;
	border-spacing: 5px;
	width: 100%;
}
.consult .box {
	position: relative;
	display: table-cell;
	width: 50%;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 18px 10px 35px 135px;
	box-sizing: border-box;
}
.consult .img {
	position: absolute;
	top: 0;
	left: 7px;
	bottom: 0;
	height: 132px;
	margin: auto 0;
}
.consult .img img {
	height: 100%;
}
.consult h3 {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}
.consult li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 5px;
	font-size: 86.7%;
	line-height: 1.3;
}
.consult li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 2px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #aaa;
}
.consult .etc {
	position: absolute;
	right: 16px;
	bottom: 12px;
}
body.sp .consult {
	margin: 0;
}
body.sp .consult .box {
	padding: 5px 5px 18px 54px;
}
body.sp .consult .img {
	left: 2px;
	height: 52px;
}
body.sp .consult h3 {
	margin-bottom: 3px;
	font-size: 12px;
}
body.sp .consult li {
	padding-left: 8px;
	margin-bottom: 3px;
	line-height: 1.2;
	font-size: 10px;
}
body.sp .consult li:before {
	top: 5px;
	left: 1px;
	width: 3px;
	height: 3px;
}
body.sp .consult .etc {
	right: 8px;
	bottom: 5px;
	font-size: 9px;
}

