@charset "UTF-8";

#key-visual{
	background: url(../images/invitation-key-visual.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

#sec01 ul{
	line-height: 2;
	border: 1px solid #eee;
	border-bottom: none;
	margin-bottom: 2em;
}
#sec01 li{
	padding: 1.5em;
	border-bottom: 1px solid #eee;
}
#sec01 h2{
	font-size: 2.2rem;
	margin: 0 0 45px;
	line-height: 1.8;
	color: #393e90;
}
#sec01 h3{
	font-size: 2rem;
	margin: 0 0 30px;
	text-align: center;
}
#sec01 h3:after{
	content: "";
	display: block;
	width: 2em;
	height: 1px;
	background: #343436;
	margin: .5em auto 0;
}
.signature{
	text-align: right;
	line-height: 2;
	font-weight: 600;
}

@media screen and (max-width: 768px){
	#sec01 h2{
		font-size: 1.8rem;
		margin: 0 0 3rem;
	}
	#sec01 h3{
		font-size: 1.6rem;
		margin: 2.5rem;
	}
}