@charset "UTF-8";


.wrap{
	width: 57.77777vw;
	background: #FEFAF7;
	margin: 0 auto;
	border-radius: 1.66666vw;
	margin-top: 5.55555vw;
	transition: 0.5s;
	margin-bottom :6.11111vw;
}

.top{
	padding-top: 30vh;
    margin-top: -2.2vw;
}


h2.ttl{
	font-size: 3.33333vw;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
	position: relative;
	margin-bottom: 16.25vw;
	line-height: 1.0;
}

h2.ttl:after{
	content: "";
    position: absolute;
    left: 32.75vw;
    bottom: -2.0833333vw;
    width: 34.2vw;
    height: 0.1388888vw;
    background: url(../img/dummy/headline.svg);
}

hr.wp-block-separator{
    border-top: 1px solid #3C3130!important;
	border-bottom:none!important;
	margin: 5.555555vw 0;
}
