@charset "utf-8";
/*CLEAR*/

.l-content {
	width: 1200px !important;
}
.l-content .m-thumbnailList,
.l-content .m-thumbnailList > li {
	margin: 20px 0 0;
	padding: 0;
	font-size: 0;
}

/*Header Edit*/

.l-content .imageReplace {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('/pr/vona/ec-support-pre/images/mainvs.png') no-repeat;
	height: 571px;
}

/*.l-content .mainMV {
	width: 1200px;
	height: 741px;
	background: url('/pr/vona/ec-support-pre/images/mainvs.png') no-repeat;
	margin: 0 auto;
}*/

/* Base container */
.l-content .video-section-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  
}

/* Background image container */
.l-content .hero-bg-container {
  position: relative;
  width: 1200px; /* Optional: Sets a maximum width for the graphic */
  /* Maintain the aspect ratio of your background image (16:10 or 16:9) */
  aspect-ratio: 16 / 10; 
  /* Replace 'your-background-graphic.jpg' with your actual image path */
  background: url('/pr/vona/ec-support-pre/images/mainvs.png') no-repeat;
  background-size: cover;
  background-position: center;
}

/* Position the inner 'screen' element */
.l-content .screen-box {
  position: absolute;
    top: 39.5%;
    left: 20.2%;
    width: 56.6%;
    height: 60.5%;
    border-radius: 6px;
    overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Optional: Soft shadow against the bezel */
}

.l-content .italic-font {
	font-style: italic;
}

/* Ensures the YouTube element fills its box perfectly */
.l-content .screen-box iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.l-content .notice-container {
	width: 1100px;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dotted #666;
}

.l-content .notice-container .text-container {
	width: 700px;
	margin: 0 auto;
	
	border: 1px solid #000;
}

.l-content .notice-container .text-container p{
  text-align: center;
  font-size: 15px;
  color: #000;
  padding: 10px;
}

.l-content .text-cta{
	width: 380px;
  height: 50px;
  margin: 0 auto;
}

.l-content .text-cta .text-item{
	float: left;
  padding: 20px;
}	

.l-content .text-cta .text-item a{
/*	border: 1px solid #000;*/
background: #004098;
	padding: 10px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}


.l-content .m-btnSize--xxxl {
    width: 390px !important;
}

/*faq*/

a.faq-icon {
	background: #000000;
  color: #ffcc00;
  padding: 4px 8px;
  text-decoration: none;

}
.accordion-container {
    width: 900px;
    color: #000;
    padding: 40px;
    margin: 0 auto;
}

.accordion-item {
    background-color: #ffcc00;
    margin-bottom: 20px;
    border-radius: 40px; /* Large rounded corners */
    overflow: hidden;    /* Keeps content inside the yellow box */
    transition: all 0.3s ease;
}

/* Hide the checkbox */
.accordion-input {
    display: none;
}

/* Title Area */
.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

/* Content Area - Fixed the "Run" issue */
.accordion-content {
    max-height: 0;        /* This hides it */
    overflow: hidden;     /* This prevents text from showing when closed */
    padding: 0 40px;      /* Side padding only when closed */
    font-size: 16px;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

/* THE TRIGGER: This makes the text appear on click */
.accordion-input:checked ~ .accordion-content {
    max-height: 400px;    /* Big enough to hold your text */
    padding-bottom: 40px; /* Adds bottom space when open */
}

/* --- Arrow Design --- */
.icon {
    position: relative;
    width: 20px;
    height: 10px;
}

.icon::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2.5px solid black;
    border-bottom: 2.5px solid black;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    top: -5px;
}

/* Arrow Flip */
.accordion-input:checked ~ .accordion-title .icon::before {
    transform: rotate(-135deg);
    top: 2px;
}
/*Button Center*/

.l-content .m-btnList--center > li {
	padding-left: 50px;
	color: #ffffff;
}

.l-content .m-btnList--center > li:first-child {
	padding-left: 0;
}

/*Product List Style*/


.l-content .product-festo {
	background-color: #ccebff;
}


.l-content .product-kaganei {
	background-color: #ced8e1;
}


.l-content .product-mitsubishi {
	background-color: #fbf5f6;
}


.l-content .product-oriental-motor {
	background-color: #cce1f9;
}



.l-content .product {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}

.l-content .product_name {
	font-size: 14px;
	font-weight: bold;
	height: 70px;
	padding: 10px 5px 0;
	color: #004bb1;
	display: block;
}

.l-content .product_table {
	font-size: 14px;
	font-weight: bold;
  padding: 10px 5px 0;
	color: #000;
	display: block;
}

.l-content .product_img {
	margin: 20px auto;
	display: block;
}

.l-content .product > .product_part {
	font-size: 12px;
	margin: 0;
	padding: 20px 5px 0;
	height: 50px;
	display: block;
}

.l-content .product > .product_price {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0 5px;
	height: 20px;
	display: block;
}

.l-content .product > .product_price_discount {
	font-size: 18px;
	font-weight: bold;
	color: #d30000;
	padding: 0 5px;
	height: 30px;
	display: block;
}

.l-content .product > .product_price_smalldesc {
	font-size: 13px;
	font-weight: bold;
	color: #d30000;
	padding: 0 5px;
	height: 20px;
	display: block;
}

.l-content .product > .product_stock {
	font-size: 14px;
	font-weight: bold;
	color: #9f4f00;
	padding: 10px 5px 0;
	height: 35px;
	display: block;
}

.l-content .product_stock .stock_img {
	vertical-align: middle;
	margin-right: 10px;
}
.l-content .product > .product_truck {
    font-size: 14px;
    font-weight: bold;
    color: #1d2c4e;
    padding: 10px 5px 0;
    height: 35px;
    display: block;
}
.l-content .truck_img {
    vertical-align: middle;
    margin-right: 7px;
}
.l-content .m-btnSize--edit {
	width: 165px;
	padding-left: 10px;
}

/*Hover*/

.l-content .m-thumbnailList [data-clickable="area"]:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}

/*Border Style*/

.l-content .m-thumbnailList > .border_style {
	border: 1px solid #ccc;
    /* border-width: 4px; */
    padding: 10px 0 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 2px;
}

.l-content .m-thumbnailList > .border_style--last {
	border: 1px solid #ccc;
    /* border-width: 4px; */
    padding: 10px 0 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 2px;
}


/*Fix Height Element +1 (Ex - Element Height 558 Fix Height 558+1 = 559)*/

.l-content .m-thumbnailList > .border_style.col_1of5,
.l-content .m-thumbnailList > .border_style--last.col_1of5 {
	width: 20%;
}

/*What New*/

.l-content .box_tablelist {
  background-color: #f2f2f2;
  padding: 70px 0 20px;
  position: relative;
}

.l-content .sub_head{
  position: absolute;
  top: 5px;
  left: -10px;
}

.l-content .box_line {
  position: relative;
}

.l-content .box_line--detail2{
  position: absolute;
  left: 185px;
  z-index: -1;
}

.l-content .box_line--detail3{
  position: absolute;
  top: 60px;
  left: 140px;
  z-index: -1;
}

.l-content .border_top {
  border-top: 1px dashed #9e9d9d;
}

.l-content .box_height--edit {
  height: 225px;
}

.l-content .m-cols__wrap--edit {
  width: 930px;
  margin: 40px 0 0 0;
}

.l-content .box_height {
  height: 203px;
}

.l-content .img_product {
  margin: -30px;
}

.l-content .product_tname {
  padding: 70px 0 0;
}

.l-content .box_hover {
  display: block;
}

.l-content .box_hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.l-content .m_list--edit > li {
  text-indent: 0;
}

.l-content .display_block {
  display: block;
}


/*new-content*/
.l-content .coating-table{
	width:950px;
	height: auto;
}

.l-content .coating-table .table-content{
	width:430px;
	padding:20px;
	float: left;
}

.l-content .coating-table .table-content .table-title{
	background-color: #004976;
	color:#ffffff;
	height: 40px;
	line-height: 1.2;
	font-size: 16px;
	padding: 15px 0;
	font-weight: bold;

}

.l-content .coating-table .table-content .table-title-2{
	background-color: #4fb9cc;
}

.l-content .coating-table .table-content .table-info{
	background-color: #d7eefa;
	color:#000;
	height: 30px;
	line-height: 2;
	font-size: 14px;
	padding: 10px 0;
	border: 1px solid #ffffff;

}

.l-content .coating-table .table-content .table-info-2{
	background-color: #d7f9f9;
}

.l-content .sub-content{
	text-align:center;
	padding: 10px 30px;
	height: 200px;
}

.l-content .sub-content h3{
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}

.l-content .sub-content p{
	font-size: 13px;
	padding-top: 10px;
	
}

.l-content .coating-table .clear{
	clear: both;
}


.l-content .middle-board-content{
	text-align:center;
	width: 700px;
	margin: 0 auto;
	/*background-color: #0b4871;*/
	padding:0px 20px;
	color: #000;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}

.l-content .middle-board-content-lb{
	border-radius: 5px;
	background-color: #0466ae;
	font-size: 14px;
	font-weight: bold;
}

.l-content .products-container{
	width: 950px;
}

.l-content .product_list{
	width: 24%;
}


.l-content .coating-table .table-content-how-to{
	width:800px;
	padding:20px 0 0;
	float: none;
	margin:0 auto;
}

.l-content .how-to-title{
	background-color: #1b6b85 !important;
	color: #fff !important;
}

.l-content .how-to-content{
	background-color: #0b4871 !important;
	color: #fff !important;
}

.l-content .ticn-container{
	width: 800px;
	margin: 0 auto;
	border: 1px solid #ef9d39;
	height: 288px;
}

.l-content .ticn-container .images-container{
	width: 350px;
	float: left;
}

.l-content .ticn-container .content-container{
	width: 450px;
	float: left;
}

.l-content .ticn-container .content-container .bar{
	width: 420px;
    float: left;
    border-bottom: 1px solid #fff;
    height: 38px;
    line-height: 1.2;
    font-size: 14px;
    background: #fbe6cd;
    padding: 23px 15px 10px;
    font-weight: bold;

}

.l-content .relative-content{
	position: relative;
}


.l-content .ticn-container .content-container .yellow{
	background: #f7d1a2;
}

.l-content .float-content{
	position: absolute;
    top: 87px;
    left: 524px;
    color: #ffffff;
    font-size: 33px;
}

.l-content .crown{
    top: 22px;
    left: 600px;   
}

.l-content .arrow-2{
    top: 167px;
}

.l-content .arrow-3{
    top: 240px;
}

.l-content .arrow-4{
    top: 303px;
}

.l-content .m-thumbnailList > .border_style.col_1of4, .l-content .m-thumbnailList > .border_style--last.col_1of4 {
    width: 24.4%;
}

.l-content .section-title{
	width: 700px;
    font-size: 21px;
    color: #ffcc00;
    padding: 27px 50px 0;
    font-weight: bold;
}


/*main highlight*/
.y-highlight-container {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.highlight-item-box {
    width: 300px;
    background-color: #e5b80b;
    padding: 20px 25px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlight-item-box:nth-child(even) {
    background-color: #dfb100;
}

/* Dedicated Target for Titles */
.highlight-item-box h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 15px 0;
    color: #000;
    font-style: italic;
    text-transform: none; /* Prevents site-wide uppercase rules */
    height: 25px;
}

/* Dedicated Target for Body Copy */
.highlight-item-box p {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    color: #000;
}

/* Dedicated Target for Icons */
.highlight-item-box .icon {
    width: 60px;
    height: auto;
    
}

/* youtube container */
.video-gallery-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    font-family: Arial, sans-serif;
}

.video-item-box {
    width: 400px;
    text-align: center;
    cursor: pointer;
    background-color: #eee;
}

.video-item-box:nth-child(2) { background-color: #e5e5e5; }
.video-item-box:nth-child(3) { background-color: #eee; }

.video-thumbnail-wrapper {
    position: relative;
    
}

.video-thumbnail-wrapper img{
    width: 100%;
}

.video-item-box h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    padding: 10px 10px;
    margin: 0;
    color: #ffffff;
}

/* Overlay Styles */
.video-overlay {
    display: none; 
    position: fixed;
    z-index: 10000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.video-content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
}

.video-content iframe { width: 100%; height: 100%; }

.close-btn {
    position: absolute;
    top: 20px; right: 40px;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
}

.item-1-bg {
	background-color: #000000;
    border-right: 1px dotted #ffffff;
}

.item-2-bg {
	background-color: #000000;
    border-right: 1px dotted #ffffff;
}

.item-3-bg {
	background-color: #000000;
}

/*yellow-bar*/
.yellow-bar {
	height: 1px;
	width: 1200px;
	background-color: #585858;
}

/*step-container*/
/* Container */
.steps-section-container {
    width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
}

/* Row Setup */
.step-row {
    display: flex;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px dotted #666; /* Optional separator */
}

/* Alternate Layout: Flips Step 2 and Step 4 */
.step-row:nth-child(even) {
    flex-direction: row-reverse;
}

/* Image Side */
.step-image {
    width: 60%;
    padding: 0 40px;
    box-sizing: border-box;
}

.step-image img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Adds that "elevation" look */
}

/* Content Side */
.step-content {
    width: 40%;
    padding: 0 40px;
    box-sizing: border-box;
}

/* Yellow Step Box */
.step-content .step-tag {
    display: inline-block;
    background-color: #ffcc00; /* Yellow box */
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.step-content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

.step-content p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}

/* Remove bottom border on last item */
.step-row:last-child {
    border-bottom: none;
}



.black-bar {
    background-color: #000000;
    width: 1200px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0;
}

.white-bar {
    background-color: #ffffff;
   height: 10px;
   width: 100%;
}

.tab_content_nav li .cta-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}