@charset "utf-8";


#about{
	background: #eaeae7;
	padding: 70px 0 70px 0;
}
#about h2{
	-webkit-writing-mode: initial;
	border-right: none;
	text-align: center;
	margin: 0 0 80px 0;
}
#about h2 span{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
}
#about .news_bigbox{
	position:relative;
	width: 100%;
	right: 0;
}
#about .news_bigbox #about_txt{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

#about_txt p{
	text-align: center;
	padding-bottom: 15px;
	line-height: 1.8;
	width: 85%;
	margin: 0 auto;
}

#about_txt p.tx_big{
	font-size: 18px;
	font-weight: bold;
}
.eigo{
	font-size: 13px;
}
.nihongo{
	font-size: 12px;
}
#about .news_bigbox{
	float: right;
	width: 75%;
}
@media screen and (min-width:768px){
#about .news_bigbox{
	width: 85%;
}
}