/* Contact */

.contact_form_info {
	margin-bottom: 2.5em;
}
#contact_form_info .note {
	line-height: 1.6em;
}
#contact_form_info li {
	margin-bottom: 0.5em;
}
#contact_form_info_shop .note {
	font-size: 0.8em;
}
.field_address p.field:not(:last-child) {
	margin-bottom: 1em !important;
}

.contact_recommended {
	margin: 3em 0;
	border-radius: 6px;
	border: solid 1px #ddd;
	overflow: hidden;
}
.contact_recommended_image {
	float: left;
	width: 170px;
	width: 250px;
}
.contact_recommended_text {
	float: right;
	padding: 1.5em 2em 0 2em;
	width: calc(100% - 250px);
}
.contact_recommended_text h3 {
	margin-bottom: 0.35em;
	font-size: 1.05em;
	font-weight: 500;
}
.contact_recommended_text h4 {
	margin-top: 0.75em;
	font-size: 0.9em;
	line-height: 1.8em;
}
.request_recommended {
	margin-top: 5.5em;
}
#form_land_link,
.contact_recommended_text h5 {
	padding-left: 30px;
	font-size: 1.05em;
	line-height: 1.8em;
	font-weight: 500;
	color: #000 !important;
	background: url(../images/common/icon_arrow.png) no-repeat left center / 25px;
}
.contact_recommended_text p.note {
	margin-top: 0.35em;
	font-size: 0.75em !important;
	line-height: 1.5em;
}
#contact_form_form.contact_form_ask {
	width: 60%;
}
#contact_form_info {
	position: sticky;
	top: 60px;
}

#form_land_link {
	display: block;
}


@media screen and (max-width: 1100px) and (min-width: 601px) {
	
	#contact_form_form.contact_form_ask {
		width: 66%;
	}
	
}

