
.nyuen-set{
margin-top:3em;
}
.nyuen-set a.btn_10 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
	border-radius: 100vh;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
font-size:120%;
width:70%;
}
.nyuen-set a.btn_10:hover {
	color: #fff;
	background-image: linear-gradient(to left, #27acd9 0%, #b4e12b 100%);
}

#newsframe {
display: block;
margin:0 auto;
width:100%;
height:550;
}

.top-en-news-title{
width:90%;
font-size:30px;
font-weight:800;
font-family: Poppins, sans-serif;
text-align:center;
margin:40px auto 2px auto;}
.p-underNews_navi{padding:10px;margin-right:15px;width:28% !important;}
@media screen and (max-width: 768px){
.p-underNews_navi{width:100% !important;}
.top-en-news-title{font-size:170%;}
}
