@charset "utf-8";
.meister-news-container{
	margin-top: 30px;
}
.kizuna-meister-news-container{
	width:70%;
	margin-top: auto;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 30px;
}

.kizuna-meister-news-container{
	width:90%;
	margin: auto;
}

.kizuna-meister-news-container-img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.kizuna-meister-news-btn{
	width: 100%;
	height: 40px;
	background:#F7F7F7;
	text-align:center;
	border: none;
	font-weight: bold;
}

.slide-btn-area2{
	padding: 3px 0 0;
	display: flex;
	justify-content: center;
}
.slide-menu-btn2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: auto;
	margin: 0 5px;
	position: relative;
	text-align: center;
	width: 33%;
}
	@media screen and (min-width:768px) {
		.slide-menu-btn2 {
			height: auto;
			width: 33%;
		}
	}
/*
.slide-btn-area .new-icon:before{
	content: "";
	background: url(../images/menu_icon_new.png) center center /contain no-repeat;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 10%;
	left: 5px;
}
	@media screen and (min-width:768px) {
		article#menu-new .slide-btn-area .new-icon:before{
			width: 24px;
			height: 24px;
			top: 55%;
			left: 50px;
			margin-left:-20px;
		}
	}
*/
.slide-btn-area2 .slide-menu-btn2{
	cursor: pointer;
}

@media screen and (min-width:768px) {
	.slide-btn-area2 .slide-menu-btn2 img{
		padding-bottom: 0px;
		width: 100%;
	}
}
