@charset "UTF-8";
/* CSS Document */

.top .l_main {
	margin-top: 0;
}

 /* slider */
 .top .l_main .l_slider {
	position: relative;
	width: 100%;
	height: 471px;
	background-repeat: repeat-x;
	background-size: auto 471px;
	background-position: top center;
	box-shadow: 1px -2px 2px rgba(128, 127, 127, 0.6) inset;
	overflow: hidden;
	transition: all 1.2s;
	-webkit-transition: all 1.2s;
}
.top .l_main .l_slider img {
	opacity: 0;
}
.top .l_main .l_slider .news_bar {
	position: absolute;
	width: 800px;
	left: 0;
	right: 0;
	bottom: 60px;
	margin: auto;
	font-size: 13px;
	line-height: 18px;
	background: rgba(255,255,255,0.8);
	border: solid 1px #CBCCC5;
}
.top .l_main .l_slider .news_bar p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 6px 0;
}
.top .l_main .l_slider .news_bar .news_heading {
	color: white;
	background: #00A3D6;
	padding: 6px 25px;
}
.top .l_main .l_slider .news_bar p span.news_date {
	float: left;
	padding: 0 24px;
}
.top .l_main .l_slider .news_bar p span.news_content {
	display: block;
	width: 680px;
}

/* content */
.top .l_main .l_inner.hp_top {
	margin-top: -30px;
	padding: 16px 30px 0;
	background: #f7f7f7;
	box-shadow: 0px -2px rgba(128, 127, 127, 0.3);
}
/* parvticular */
.top .top_sec_1{
	padding-bottom: 49px;
}
.top .parvticular_bar {
	text-align: center;
	color: white;
	font-size: 0;
}
.top .parvticular_bar li {
	display: inline-block;
	width: calc(50% - 10px);
	font-size: 0;
	vertical-align: top;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #2d2d2d;
}
.top .parvticular_bar li:nth-child(even) {
	margin-right: 0;
}
.top .parvticular_bar li a{
	color: #fff;
}
.top .parvticular_bar li a:hover{
	text-decoration: underline;
}
.top .parvticular_bar li a > * {
	display: inline-block;
	vertical-align: top;
}
.top .parvticular_bar li img {
	width: 57.4%;
}
.top .parvticular_bar li div {
	width: 42.6%;
	padding: 12px 0 6px;
}
.top .parvticular_bar li h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 11px 10px 12px;
	padding: 0 0 4px;
	border-bottom: solid 2px #00a3d6;
}
.top .parvticular_bar li h2 span {
	color: #00a3d6;
	font-size: 13px;
	line-height: 1;
	display: block;
}
.top .parvticular_bar li p{
	font-size: 12px;
	margin: 0 10px;
	padding: 0 0 2px;
	line-height: 1.4;
	letter-spacing: 2px;
}

/* product */
.top .l_product {
	background: url(https://www.mmtec.co.jp/frp/img/top/bg_top_product.jpg) repeat center #191919;
	padding: 6px 0 72px;
}
.top .l_product .l_inner {
    padding: 16px 30px 0px;
}
.top .l_product h1 {
	color: #F7F7F7;
	border-color: #F7F7F7;
}
.top .l_product .top_sec_2 img{
	width: calc(100% - 18px);
	margin: 20px 0 0 9px;
}
.top .l_product .top_sec_2 ul {
	font-size: 0;
	margin: 5px 8px 0;
}
.top .l_product .top_sec_2 ul > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 4px) / 4);
	margin-left: 1px;
	margin-bottom: 1px;
	background: #2D2D2D;
}
.top .l_product .top_sec_2 ul > li:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background:#00A3D6;
	bottom: 1px;
	left: 0;
	right: 0;
	margin: auto;
}
.top .l_product .top_sec_2 ul > li.active:before {
	background: #F7F7F7;
}
.top .l_product .top_sec_2 ul > li a {
	font-size: 15px;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 20.5px 6px;
	display: block;
}

/* banner */
.top .l_banner{
	padding: 25px 0 31px;
	background: #EBEBEB;
	border-top: solid 1px #C3C3C3;
}
.top .l_banner ul{
	font-size: 0;
	text-align: center;
}
.top .l_banner ul > li {
	display: inline-block;
	vertical-align: top;
	margin-left: 58px;
}
.top .l_banner ul > li:first-child {
	margin-left: 0;
}
.top .l_banner ul > li a {
	display: block;
}
