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

/* -------------------------------
common
------------------------------- */

.l-content img {
	vertical-align: bottom;
}

.l-content a {
	text-decoration: none;
}

.l-content a:hover {
	text-decoration: underline;
}

.l-content .fs-14{
	font-size: 14px;
}

/* ------------------------------------------------------
mv
------------------------------------------------------ */
.l-content .mv{
	width: 950px;
	height: 200px;
	display: flex;
}
.l-content .mv .mvLogo img{
	width: 316px;
	height: 200px;
}

.l-content .mv .mvTxt{
	padding-top: 40px;
	padding-left: 35px;
	width: 634px;
	background-color: #000000;
	background-image: url(/pr/vona/el/robot_cable/img/mv_bg.png);
}

.l-content .mv .mvTxt p{
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #ffcc00;
}

.l-content .mv .mvTxt h1{
	margin: 18px 0;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #ffffff;
}

.l-content .mv .mvTxt .mvWrapper{
	display: flex;
}

.l-content .mv .mvTxt .mvWrapper .mvItem{
	margin-right: 22px;
	width: 150px;
	height: 34px;
	border: 2px solid #ffcc00;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	color: #ffcc00;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */

.l-content .leadtxt {
    text-align: center;
    margin: 30px 0px;
    font-size: 16px;
    font-weight: bold;
	line-height: 26px;
}

/* ------------------------------------------------------
ancNav
------------------------------------------------------ */
.l-content .ancNav  {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.l-content .ancNav > li:not(:last-child) {
	margin-right: 30px;
}
.l-content .ancNav > li a.m-btn--down{
	text-align: center;
	width: 231px;
}

/* ------------------------------------------------------

------------------------------------------------------ */
.l-content .newBox,
.l-content .sceneBox,
.l-content .pointBox  {
	padding:0 20px;
}
.l-content .pointBox {
	display: inline-block;
}
.l-content .newBox .title,
.l-content .itemBox .title {
	margin-bottom:30px;
	padding:7px 0;
	border-bottom:2px solid #fdd000;
	background-color: #fdf7dd;
	text-indent: 0;
	font-size:16px;
	font-weight:bold;
	text-align: center;
}
.l-content .newBox ul.point {
	display: flex;
	justify-content: space-between;
	width: 780px;
	margin:0 auto;
}
.l-content .newBox ul.point li .pointlist {
	width: 236px;
	text-align: center;
	height: 185px;
	border:2px solid #fdd000;
}
.l-content .newBox ul.point li .pointlist .head {
	background:#fdd000;
	font-size: 16px;
	font-weight: bold;
	padding:8px 0;
}
.l-content .newBox ul.point li .pointlist .lead {
	height: 145px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-content .newBox ul.point li .pointlist .lead .leadbox {
	display: inline-block;
	margin:0 auto;
	line-height: 23px;
}
.l-content .newBox ul.point li .pointlist .lead .leadbox .red {
	color: #d00;
}
.l-content .newBox ul.point li .pointlist .lead .leadbox .marking {
	background:linear-gradient(transparent 0%, #ffea89 0%);
}
.l-content .newBox .m-btnLink--conversion {
	width:250px;
}
.l-content .newBox .imgbox,
.l-content .itemBox .imgbox {
	width:550px;
	margin:0 auto;
}

.l-content .itemBox .imgbox .m-btn--conversion{
	width: 100%;
}
/* ------------------------------------------------------
scene
------------------------------------------------------ */
.l-content .sceneBox .box {
	display: inline-block;
}
.l-content .sceneBox .imgbox {
	width: 280px;
	float: left;
	display: inline-block;
	margin-right:32px;
	text-align: center;
	border:1px solid #bfbfbf;
}
.l-content .sceneBox .imgbox.last {
	margin-right:0px;
}
.l-content .sceneBox .imgbox .subtitle {
	background: #efefef;
	padding:12px 0;
}
.l-content .sceneBox .imgbox img {
	padding:15px 0;
}

/* ------------------------------------------------------
secret
------------------------------------------------------ */
.l-content .secretBox .lead{
	font-size: 16px;
}

.l-content .secretBox .container{
	display: flex;
	justify-content: center;
}

.l-content .secretBox .container .item{
	width: 430px;
}

.l-content .secretBox .container .img{
	margin: auto 20px;
	width: 20px;
	height: 80px;
}

.l-content .secretBox .container .item .itemTtl{
	height: 44px;
	border: 1px solid #000000;
	text-align: center;
	line-height: 44px;
}

/* ------------------------------------------------------
performance
------------------------------------------------------ */
.l-content .performanceBox .lead{
	font-size: 16px;
}

.l-content .performanceBox .wrapper{
	margin: 0 auto;
	width: 668px;
}

/* ------------------------------------------------------
products
------------------------------------------------------ */
.l-content .productsBox .container{
	display: flex;
	justify-content: center;
}

.l-content .productsBox .container .item{
	width: 438px;
	border: 1px solid #bfbfbf;
	text-align: center;
}

.l-content .productsBox .container .item:nth-of-type(1){
	margin-right: 12px;
}

.l-content .productsBox .container .item .itemTtl{
	height: 36px;
	background-color: #efefef;
	line-height: 36px;
}

.l-content .productsBox .container .item .itemMain{
	text-align: center;
}

.l-content .productsBox .container .item .itemMain .itemTxt{
	display: inline-block;
	text-align: left;
}

.l-content .productsBox .container .item .itemMain .m-btn--conversion{
	display: block;
	margin: auto;
}

.l-content .productsBox .container .item .itemInner{
	display: flex;
	justify-content: space-evenly;
}

.l-content .productsBox .container .item .itemInner .itemMain{
	width: 186px;
}

.l-content .productsBox .container .item .itemInner .itemMain .itemLink{
	height: 46px;
}

.l-content .productsBox .container .item .itemInner .itemMain .itemDesc{
	height: 78px;
}

/* ------------------------------------------------------
banner
------------------------------------------------------ */
.l-content .bnrList{
	display: flex;
	justify-content: center;
}

.l-content .bnrList li {
	width: 800px;
}
