.sec-lower-mv {
	width: 100%;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/common/bg-lower-mv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.sec-voice-venue {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	position: relative;
	padding: 0 3.47%;
	background: #fff;
	border-radius: 30px 30px 0 0;
}

.voice-venue-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	padding-top: 125px;
	padding-bottom: 80px;
}

.h2-box{
	top: 40px;
}

.card-venue > div .txt-link{
	color: #E35C51;
    text-decoration: none;
    text-align: center;
}

.name{
	color: #E35C51;
}

.venue-list{
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.wrapper{
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #F0F0F0;
	line-height: 28px;
}

.wrapper:first-child{
	border-top: 1px solid #F0F0F0;
}

.date{
	color: #E35C51;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 30px;
}
.wrapper a{
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
 letter-spacing: 0.05rem;
}

.wrapper a:hover{
	opacity: 0.7;
}

.news-venue-cont{
	width: 100%;
    display: flex;
    flex-flow: column;
    gap: 50px;
    align-items: center;
    position: relative;
    padding: 0 3.47%;
    background: #fff;
    border-radius: 30px 30px 0 0;
	padding-top: 125px;
    padding-bottom: 80px;
}
.sec-inner{
	max-width: none;
    margin: auto;
}

.news-venue-cont h1,
.news-venue-cont h2,
.news-venue-cont h3,
.news-venue-cont h4 {
	font-weight: bold
}

.news-venue-cont h1,
.news-venue-cont h2 {
	font-size: 1.5em;
}

.news-venue-cont h3 {
	font-size: 1.35em;
}

.news-venue-cont h4 {
	font-size: 1.2em;
}

.news-venue-cont img {
	display: inline-block;
	margin: 5px 0;
}

@media screen and (max-width: 999px) {
	.sec-lower-mv {
		height: 300px;
		padding-top: 30px;
	}

	.sec-voice-venue {
		padding: 0 5.128%;
		border-radius: 15px 15px 0 0;
	}

	.voice-venue-cont {
		gap: 30px;
		padding-top: 60px;
		padding-bottom: 30px;
	}
	
	.h2-box{
		top: 35px;
	}
	
	.news-venue-cont{
		padding-top: 60px;
	}
}

@media screen and (max-width: 500px){
	.wrapper{
		padding: 30px 15px;
	}
	.date{
		padding: 0 15px 0 0;
	}
}

/*---------- single ----------*/
.title{
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
}
.date-info{
	color: #E35C51;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 20px;
    line-height: 19px;
}
.category{
	color: #E35C51;
    border-left: 1px solid #E35C51;
    padding: 0px 0 5px 20px;
    line-height: 15px;
}
.flex-box{
	display: flex;
}
.main-text{
	font-size: 18px;
	line-height: 35px;
}
.title,.main-text{
	max-width: 1000px;
	margin: 0 auto;
}

img.alignright{
 float: right;
}
img.aligncenter { 
 display: block; 
 margin: 0 auto!important;
}