.main-con{
	width:97%;
	margin: 0 auto;
	font-size: 1.6rem;
}
.mes-tab{
	display: flex;
	border-radius:1.0rem ;
	margin: 1.5rem 0;
	overflow: hidden;
	height: 2.0rem;
	line-height: 2.0rem;
	border: 1px #9d9d9d solid;
}
.mes-tab a{
	width: 50%;
	box-sizing: border-box;
	/*background: #7990be;*/
	color:#fff;
	text-align: center;
	border-radius: 1.0rem;
}
	.mes-tab .mes-active {
		background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#4d81de), to(#163670));
		background-image: -webkit-linear-gradient(90deg,#4d81de, #163670);
		background-image: -moz-linear-gradient(90deg, #4d81de, #163670);
		background-image: -o-linear-gradient(90deg, #4d81de, #163670);
		background-image: linear-gradient(90deg, #4d81de, #163670);
	}

.mes-con{
	font-size: 1.6rem;
}


.single-news-con{
	width: 100%;
	display: flex;
	padding: 1.0rem 0.5rem 1.1rem;
	border: 1px #ccc solid;
	border-radius: 5px;
	align-items: center;
	margin-bottom: 1.5rem;
	position: relative;
	background: #f1f1f1;
}
.mes-news-img{
	flex: 0 0 8.5rem;
	height:6.0rem ;
	overflow: hidden;
	text-align: center;
	margin-right: 0.5rem;
}
.mes-news-img img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
}
.mes-news-detail{
	flex: 1;
	box-sizing: border-box;
	overflow: hidden;
}
.mes-news-tit{
	font-size: 1.4rem;
	margin-bottom: 1.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mes-news-date{
	font-size: 1.0rem;
}

.mes-review-con{
	background: #fff;
	border-radius: 15px;
	padding: 1.0rem 0.5rem 0;
}
.mes-intro{
	display: flex;
	align-items: center;
	font-size: 1.0rem;
	color:#000;
	margin-bottom: 1.0rem;
	width: 100%;
}
.news-intro{
	background: #fff;
	padding: 0.5rem;
	border-radius:5px;
	width: 100%;
}
.mes-review-con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.single-review-con{
	width: 47%;
	padding-bottom:30% ;
	height: 0;
	overflow: hidden;
	margin-bottom:1.5rem ;
	border-radius: 5px;
	position: relative;
	display: inline-block;
}
.single-review-con img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.mncs{
	display: none;
}
.mes-con-active{
	display: flex;
	flex-wrap: wrap;
}
.review-show-panel{
	position: fixed;
	width: 90%;
	padding: 2.0rem 1.0rem;
	background: #fff;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none;
	z-index: 2;
}
.rsp-close{
	position: absolute;
	right: 0rem;
	top: 0rem;
}
.rsp-close img{
	width: 0.3rem;
}

.fix-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
}
			html,body{
				height: 100%;
				width: 100%;
			}
			.main-con{
				width: 97%;
			    margin: 0 auto;
			    font-size: 1.6rem;
			    
			    display: flex;
			    flex-flow: column;
			}
			.mes-tab {
			    display: flex;
			    border-radius: 1.5rem;
			    margin: 1.5rem 0;
			    overflow: hidden;
			    height: 3.0rem;
			    line-height: 3.0rem;
			    border: 1px #9d9d9d solid;
			}		
			/*.mes-con{
				flex: 1;
				overflow-y: scroll;
			}*/	