@charset "utf-8";
/* CSS Document */

.mv2 h1 {
	line-height: 1em;
}

/*/////////////// セクション1 //////////////*/
.sec1 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.sec1 h1 {
	line-height: 1.5em;
}

.sec1 a {
	color: #3F3F3F;
	word-wrap: break-word;
}

.sec1 h3 {
	font-size: 1.4rem;
	line-height: 1.5em;
	font-weight: 600;
	color: #493a30;
	display: block;
	padding-left: 1.5em;
	text-indent: -1.5em;	
}


