@charset "utf-8";

#title h1 {
	font-size: 4.0rem;
	font-weight: 700;
}
.bgb {
	background: #f2efe6;
	padding: 9.0rem 0;
}
.bgw {
	background: #fff;
	padding-top: 9.0rem;
}
.wrap {
	padding: 0;
}
.intro {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
}
.intro dl {
	order: 2;
	width: 50.0rem;
}
.intro dl dt {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.7;	
	margin-bottom: 3.0rem;
}
.intro dl dd p {
	font-size: 1.6rem;
	line-height: 1.7;	
}
.intro dl dd p:first-of-type {
	margin-bottom: 3.0rem;
}
.intro dl dd p span {
	color: #a7852c;
}
.intro figure {
	order: 1;
	width: 42.0rem;
}

.links {
	border: 0.4rem solid #fff;
	padding: 0.5rem;
	margin-top: 8.0rem;
}
.links .links-in {
	border: 0.2rem solid #fff;
	padding: 7.0rem 9.0rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
}
.links .links-in li {
	font-size: 1.6rem;
	line-height: 2.0;
}
.links .links-in li.area {
	color: #a7852c;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.0;
	margin-top: 4.0rem;
	position: relative;
	padding-left: 1.8rem;
}
.links .links-in li.area:before {
	content: '■';
	position: absolute;
	left: 0;
}
.links .links-in li.area:first-of-type {
	margin-top: 0rem;
}
.links .links-in a {
	color: #282825;
}
.links .links-in a:hover {
	color: #93938c;
}
