@charset "utf-8";
.mainimage img {
	width: 100%;
	height: auto;
}
.message {
	background-color: #F2F2F2;
	width: 85%;
	margin-left: auto;
	position: relative;
}
.message .title {
	background-image: url(../../img/line01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 140px;
	margin-left: -18%;
	display: inline-block;
	vertical-align: middle;
	width: 280px;
}
.message .title h2 {
	font-size: 50px;
	line-height: 50px;
}
.message .txt  {
	display: inline-block;
	vertical-align: middle;
	padding-top: 40px;
	padding-bottom: 40px;
	width: calc(90% - 290px);
}
.products {
	background-image: url(../../img/products-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 200px;
	position: relative;
	padding-bottom: 60px;
}
.products .title {
	text-align: center;
	background-image: url(../../img/line02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 80px;
	position: relative;
	top: -120px;
}
.products .title h2 {
	font-size: 50px;
	line-height: 50px;
}
.products-area {
	margin-top: -80px;
}
.support {
	background-image: url(../../img/support-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.support .support-area {
	background-color: #FFFFFF;
	width: 25%;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 5%;
	padding-right: 20%;
	padding-bottom: 5%;
	padding-left: 5%;
}
.support .title {
	background-image: url(../../img/line01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 140px;
	margin-left: -140px;
	display: inline-block;
	vertical-align: middle;
	width: 280px;
	margin-bottom: 20px;
}
.support .title h2 {
	font-size: 50px;
	line-height: 50px;
}











#newsarea {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0px;
	display: flex;
	background-color: #EBECEC;
	
}
.news-title{
	width: 120px;
	padding: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}
.news-txt {
	width: calc(100% - 220px);
	display: inline-block;
	vertical-align: middle;
}

.news-tbl {
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
.news-tbl th ,news-tbl td{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.news-tbl th {
	width: 116px;
	color: #aaa;
	text-align: center;
}
.news-tbl td {

}


.harf2 {
	font-size: 0;
}
.harf2 li {
	display: inline-block;
	width: 50%;
}
.harf2 li img {
	width: 100%;
	height: auto;
}
