@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}


/*************************************************

 index

*************************************************/
#wrapper {
	min-width: 1080px;
}


/* index
--------------------------------------*/
main {
	padding-top: 180px;
}
.ttl_img {
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	font-size: 25px;
	font-family: 'Zen Antique', serif;
}
.ttl_img.border01:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 340px;
	height: 4px;
	background-image: url(../images/common/borer06.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translateX(-50%);
}
main .wrap {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px 40px;
}
.ttlLead01 {
	margin-top: 80px;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: bold;
}
.ttlLead02 {
	font-size: 16px;
	font-weight: bold;
}
.lead01 {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.8;
}