	@charset "UTF-8";
    @import url('fonts.css');
    body {
        font-family: NotoSansJP;
    }
	@keyframes moveleft {
	  from { left: -200px; }
	  to   { left: 0; }
	}
	@keyframes moveup {
	  from { top: 300px; }
	  to   { top: 0; }
	}
	@keyframes widthslide {
	  from { width: 0px; height: 0; top:30%; left: 50%; transform: translateX(0px); }
	  to   {  }
	}
	@keyframes borderhslide {
        from {border: 2px solid #d1d1d1;}
        to   {border: 2px solid #00937B;}
    }
	@keyframes fadeIn {

	  from { opacity: 0; }
	  to   { opacity: 1; }
	}
    @keyframes fadeOut {
        from {opacity: 1;}
        to {opacity: 0; }
    }
.defaultCss  {font-size: 17px; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;box-sizing:border-box; margin: 0; padding: 0; color: #333;  line-height:  1.7rem; font-family: NotoSansJP; font-weight: 400;}
.defaultCss header, footer, article, section, aside, nav, main{display:block;}
.defaultCss mark{background-color:#fff;}
.defaultCss a {color: inherit; text-decoration: none;}
.defaultCss a:hover {text-decoration: underline;}
.defaultCss a[href*=tel]{color: inherit;}
.defaultCss ul, ol, li, dl, dt, dd { margin: 0; padding: 0; list-style: none; }
.defaultCss h1, h2, h3, h4, h5, h6, p, form, figure, figcaption { margin: 0; padding: 0; }
.defaultCss fieldset, hr { display: block; margin: 0; padding: 0; border: 0 none; }
.defaultCss input, select { max-width: 100%; vertical-align: middle; background-color: #fff;-webkit-appearance:none; border-radius: 0;}
.defaultCss input, select, button, textarea, optgroup { margin: 0; font-family: inherit; font-size: inherit; color: inherit; }
.defaultCss select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.defaultCss select::-ms-expand { display: none; }
.defaultCss address, em, i { font-style: normal; }
.defaultCss strong { font-weight: 400; }
.defaultCss button { padding: 0; border: 0 none; background: none; cursor: pointer; }
.defaultCss input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.defaultCss img { border: 0 none; font-size: 0; vertical-align: middle; }
.defaultCss img[usemap] {max-width: 100%; width: auto; height: auto;}
.defaultCss table { width: 100%; border-collapse: collapse; }
.defaultCss table th{white-space:nowrap;}
.defaultCss table td{white-space:normal;}
.defaultCss caption, legend, .sr_only, .sr-only, .hidden, .blind, .IR { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0 none; clip: rect(0, 0, 0, 0); }
.defaultCss iframe {margin:0; padding:0; border:currentcolor; border-image-source:none;}
.defaultCss .table-default {
		border-top: 3px solid #494949;
	}
.defaultCss  .table-default  td,
.defaultCss  .table-default  th {
		padding: 30px;
        background: none!important;
		border-bottom: 1px solid #ddd;	
}
.defaultCss  .table-default  tr:last-child th,
.defaultCss  .table-default  tr:last-child td {
	border-bottom: 1px solid #494949;
}
.text_left {
    text-align: left;
}
h3 {
    font-size: 26px;
}
.table-default td>span.example {
    font-size: 14px;
}
.inlineblock {
	display: inline-block;
}
h2 span, h3 span {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;
}
.nav-item img {
    margin-top: 15px;
    width: 130px;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 400 !important;
}
.sub_menu_panel > .title_box {
    font-weight: 500 !important;
}
#container_wrap{
	position: relative;
	overflow: hidden;
}
.scroll_txt {
	transition-duration: 0.5s;
	transition-property: all;
}
.back-to-top {
    bottom: 100px;
}
.searchLayout {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.searchLayout .search-open {
    position: absolute;
    top: -50px;
    right: 0px;
    display: block;
    cursor: pointer;
}
.searchLayout .searchBox {
    width: 330px;
    height: 100px;
    padding: 30px 20px;
    margin-right: 50px;
    border: 1px solid #e1e1e1;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    background: #fff;
}
.searchLayout .searchBox input {
    width: 290px;
    height: 40px;
    padding-right: 50px;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.searchLayout .searchBox .btnSearch{
    position: absolute;
    bottom: 33px;
    right: 80px;
    cursor: pointer;
}
.searchLayout .searchBox .btnclose {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #777;
    cursor: pointer;
}
.video-wrap {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: 1300px;
    height: 700px;
    transform: translateY(-300px);
    background-color: #000;
    text-align: center;
    overflow: hidden !important;
    object-fit: cover;
    z-index: -1;
}
.video-inner{
    position: relative;
    height: 700px;
    overflow: hidden !important;
}
.video-wrap video {
    position: relative;
    width: 100%;
    height: 1360px;
    object-fit: cover;
}
.proBg {
    background: none !important;
}
.topidxLayerWrap {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	z-index:0;
}
.topidxLayerWrap a[target="_blank"]:hover:after {
	content:""; 
	position: absolute; 
	left: 0; 
	bottom:0; 
	width: 30px; 
	height: 30px; 
	background: url(/resources/image/renew/target_blank.png) no-repeat;
}
.topidxLayerWrap{
	height: 840px;
	padding-top:200px;
	background: url(/resources/image/renew/sub2/proTopLayer_bg.jpg) no-repeat;
	background-size: cover;
}
.topidxLayerWrap h2 {
	margin: 30px 0 20px;
	font-size: 25px;
	text-align: left;
	padding-left: 83px;
}
.swiper {
	width: 1185px;
}
.swiper-slide {
	text-align: center;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-thumbs {
	margin-top: -528px;
	background: #ccc;
	border: 0px !important;
}
.swiper.slideMenu {
	line-height: 24px;
}
.swiper.slideMenu .slideBtn {
	width: calc(100% /3) !important;
	margin-right: 0 !important;
	font-size: 12px;
	cursor: pointer;
}
.swiper-btn .swiper-slide-thumb-active  {
	position: relative;
	width: calc(100% /3) !important;
	margin-right: 0 !important;
	color: #fff;
	z-index: 10;
}
.swiper.slideMenu > div {
	position:relative;
	height: 24px;
}
.swiper.slideMenu .slideOnBg {
	display: block;
	position:absolute;
	top: -5px;
	left: 0;
	width: calc(100% /3) !important;
	height: 35px;
	color: #fff;
	background: #04306a; 
	/*animation-name: moveleft, fadeIn;*/
	animation-duration: 1s;
	animation-iteration-count: 1;
	z-index: 0
}
.swiper-btn .swiper-slide-thumb-active span{ 	
	position: relative;
	z-index: 0
}
.swiper-button-prev {
	left: 15%;
}
.swiper-button-next {
	right: 15%;	
}
.swiper-button-prev:after,
.swiper-button-next:after {
    color: #777;
}
/*
.swiper-button-prev:after, .swiper-button-next:after {
	 content:"";
	 display: block; 
	 position: absolute;
	 top: 16px;
	 width: 20px;
	 height: 20px;
} 
.swiper-button-prev:after {
	 left: 15px;
	 background: url(/resources/image/renew/sub2/protop_btn_pre.png) no-repeat;
}
.swiper-button-next:after {
	 left: 15px;
	 background: url(/resources/image/renew/sub2/protop_btn_next.png) no-repeat;
}*/
.topLayerWrap{
	height: 840px;
	padding-top: 140px;
	background: url(/resources/image/renew/sub2/proTopLayer_bg.jpg) no-repeat;
	background-size: cover;
}
.topLayerWrap h2 {
	margin: 30px 0 20px;
	font-size: 25px;
	text-align: left;
	padding-left: 83px;
}
.proTopSlide{
	width: 1185px;
	height: 510px;
    padding: 20px 0;
	background-color: #f1f1f1;
}
.proTopSlide h2 {
    margin-top: 10px;
}
.proTopSlide ul{
	display: flex;
	flex-wrap: wrap;
	width: 1020px;
	margin: 0 auto;
}
.proTopSlide li {
	position: relative;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.proTopLayer01 li {
	flex-basis: 320px;
	width: 320px;
	height: 110px;
	margin-right: 30px;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.proTopLayer01 li:hover{
	border: 2px solid #ca040c;
}
.proTopLayer01 li:nth-child(3),
.proTopLayer01 li:nth-child(6),
.proTopLayer01 li:nth-child(9){
	margin-right: 0;
}
.proTopLayer01 li img {
	display: block;
	margin: 18px auto;
}
.proTopLayer02 li {
	flex-basis: 140px;
	width: 140px;
	height: 185px;
	margin-right: 30px;
	margin-bottom: 25px;
}
.proTopLayer02 li:nth-child(6),
.proTopLayer02 li:nth-child(12),
.proTopLayer02 li:nth-child(18){
	margin-right: 0;
}
.proTopLayer02 li {
	overflow: hidden;
}
.proTopLayer02 li:hover>a>img{
	opacity: 50%;
	transition: all 0.5s 0.5s;
}
.proTopLayer02 li .over{
	display: none;
	position: relative;
}
.proTopLayer02 li:hover .over{
	display: block;
	position: absolute;
	left: 0;
	top:0px;
	width: 140px;
	height: 192px;
	padding: 25px 0px;
	text-align: center;
	font-size: 12px;
	animation-name: moveup, fadeIn;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	z-index: 0;
	background: rgba(255,255,255, 0.8);
	word-wrap: break-word;
}
.proTopLayer02 li p {
	margin-top:10px;
	padding:0 15px;
}
.proTopLayer03 li {
	display: flex;
	flex-wrap: wrap;
	width: 320px;
	height: 145px;
	margin-right: 20px;
	padding: 10px;
	cursor: pointer;
	box-sizing: border-box;
}
.proTopLayer03 li:nth-child(3),
.proTopLayer03 li:nth-child(6),{
	margin-right: 0;
}
.proTopLayer03 li span {
	display: block;
	flex-basis: 85px;
	width: 85px;
}
.proTopLayer03 li div {
	flex-basis: 190px;
	width: 190px;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 12px;
	text-align: left;
	word-wrap: break-word;
}
.proTopLayer03 li div p {
	margin-top: 10px;
}
.proTopLayer03 li:hover {
		border: 2px solid #ca040c;
}
.por_sub2th_wrap.topLayerWrap {
	height: 480px;
}
.por_sub2thTop {
	width: 1300px;
	height: 230px;
	margin: 0 auto;
    padding: 26px 0;
	background-color: rgba(255,255,255, 0.7);
	text-align: center;
}
.por_sub2thTop h2{
	padding-top: 20px;
	font-size: 30px;
	text-align:  center;
	margin-left: 0;
	padding-left: 0;
}

.por_sub2thTop h2 span {
	display: block;
	margin-bottom: 7px;
	font-weight: 400;
}
.por_sub2thTop ul {
	display: flex;
	flex-wrap: wrap;
	width: 1205px;
	margin: 0 auto;
}
.por_sub2thTop ul li {
	display: table;
	flex-basis: 225px;
	width: 225px;
	height: 40px;
	margin :  5px 8px;
    border-radius: 50px;
	border: 2px solid #d1d1d1;
	box-sizing: border-box;
	background: #fff;
}
.por_sub2thTop ul li a{
	display: table-cell; 
	vertical-align: middle;
	padding: 5px 10px;
}
.por_sub2thTop .menuLayer .onMenu,
.por_sub2thTop .menuLayer li:hover {
		border: 2px solid #00937B;
        animation-name: borderhslide;
        animation-duration: 0.5s;
        animation-iteration-count: 1;
}
.sub2thMenu_wrap {
    min-width: 1300px;
	height: 350px;
    padding-top: 120px;
}
.sub2thMenu {
	position: relative;
	display: table;
	width: 1300px;
	height: 150px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
.sub2thMenu nav {
	display: table-cell;
	vertical-align: middle;
}
.sub2thMenu span {
	display: block;
	margin-bottom: 7px;
	font-weight: 400;
}
.sub2thMenu ul {
	display: flex;
	flex-wrap: wrap;
	width: 1300px;
	margin: 0 auto;
    padding: 10px 20px;
    border-radius: 50px;
	background-color: rgba(255,255,255, 0.5);
}
.sub2thMenu ul li {
	display: table;
	position: relative;
	line-height: 25px;
	margin :  0px 15px;
	box-sizing: border-box;
}
.sub2thMenu ul li a{
	position: relative;
	display: table-cell; 
	padding: 5px 20px 10px;
	line-height: 25px;
	vertical-align: middle;
    z-index: 3;
}
.sub2thMenu ul li a:hover {
	text-decoration: none;
}
.sub2thMenu li:hover,
.sub2thMenu .onMenu {
	position: relative;
    color: #fff;
    transition: all 0.5s;
    z-index: 1;
}
.sub2thMenu li:hover::after ,
.sub2thMenu .onMenu::after {
	content:"";
	position: absolute;
	top: 0px;
	left: -6%;
    transform: translateX(0px);
    width: 112%;
	height: 35px;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
	background-color: #00937B;
	animation-name: widthslide, fadeIn;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
    z-index: 1;
}
.sub_menu_panel {
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.navbar .nav-item .dropdown-menu {
    --bs-dropdown-border-color: none !important;
}
.tlabBg {
    
}
.proBg{
    background: url(/resources/image/renew/sub2/proTopLayer_bg.jpg) no-repeat;
    background-size:  cover;
}
.bbsBg {
    background: url(/resources/image/renew/bbs/topLayer_bg.jpg) no-repeat;
    background-size:  cover;    
    height: 300px;
}
.bbsBg .sub2thMenu, .ecoBg .sub2thMenu, .cataBg  .sub2thMenu {
    height: 115px;
}
.aboutBg  {
   /* background: url(/resources/image/renew/about/topLayer_bg.jpg) no-repeat;*/
    background-size:  cover;
} 
.aboutBg .about-video-img {
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 535px;
    height: 230px;
    transform: translateX(-391px);
}
.aboutBg .video-wrap video {
    top: -390px;
}
.ecoBg {
    /*background: url(/resources/image/renew/eco-topLayer-bg.jpg) no-repeat;
    background-size:  cover;*/
    height: 300px;
}
.cataBg {
    background: url(/resources/image/renew/catalog/cata-topLayer-bg.jpg) no-repeat;
    background-size:  cover;
    height: 300px;
}
.pavilBg {
    /*background: url(/resources/image/renew/pavil-topLayer-bg.jpg) no-repeat;
    background-size:  cover;*/
    height: 300px;
}
.subContents .titLayer {
	position: relative;
	width: 410px;
	height: 45px;
	padding-top: 0px;
	color: #fff;
}
.subContents .titLayer:before {
	content:" ";
	display: block;
	position: absolute;
	left: 0;
	top: -70px;
	width: 410px;
	height: 115px;
	border-radius: 0 50px 0 0;
	background: #00937B;
	z-index: 2;
}
.subContents .titLayer:after {
	content:"";
	display: block;
	position: absolute;
	left: -320%;
	top: -70px;
	width: 330%;
	height: 115px;
    transform: translateX(40px);
	background: #00937B;
	z-index:1;
}
.subContents .productTitleLayer:before {
	background: #00937B;
}
.subContents .productTitleLayer:after {
	background: #00937B;
}
.subContents .titLayer h2 {
	position: relative;
	top: -40px;
    font-size: 28px;
	z-index: 3;
}
/*.subContents h2 span {
	display: block;
	margin-bottom: 7px;
	font-weight: 400;
}*/
.subContents .naviWrap {
	position: relative;
	height: 0px;
}
.subContents .naviWrap p {
	position: absolute;
	top: -50px;
	right: 30px;
	width: 50%;
	height: 30px;
	padding-right: 10px;
	text-align: right;
	line-height: 30px;
	z-index: 3;
}
.subContents .naviWrap:after {
	content:"";
	display: block;
	position: absolute;
	right: -192.99%;
	top: -60px;
	width: 270%;
	height: 60px;
	background: #fff;
	z-index: 1;
}
.bbsContainer  .subContents .naviWrap p {
    top: -30px;
}
.bbsContainer .subContents .naviWrap:after {
    background: none;
}
.contentLayer {
	position: relative;
	width: 100%;
	padding: 50px 0 100px;
	background: #fff;
	z-index: 10;
}
@media screen and (max-width: 1920px) {  
    .nav-item img {
        margin-top: 15px;
        width: 130px;
    }
}
@media screen and (max-width: 1600px) {   
    .sub_menu_panel1 {
        margin-left: -263px;
    }
    .sub_menu_panel2 {
        margin-left: -360px;
    }
    .sub_menu_panel3 {
        margin-left: -735px;
    }
    .sub_menu_panel4 {
        margin-left: -621px;
    }
    .sub_menu_panel5 {
        margin-left: -462px;
    }
}
@media screen and (max-width: 1299px) {  
    .navbar .img-fluid {
        max-width: 200px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0;
        margin-right: 15px;
    }
    .navbar-nav > div:nth-child(6) img {
        width: 130px;
		margin-top: 3px;
    }
    .sub_menu_panel .title_box {
        display: none;
    }
    .sub_menu_panel > .menu_box {
        border-left: none;
    }
    #container_wrap{
        position: relative;
        overflow: scroll;
    }
    .container_inner {
        width: 1300px;
        overflow: hidden;
    }
    .proIdxContainer, .subContents {
        overflow: hidden;
    }
    .contentLayer, .subContents-wide, .mid-container, .container-min-width {
        width: 1320px;
    }
    .subContents .titLayer {
        height: 100px;
    }
    .subContents .titLayer:before{
        top: 00px;
        border-radius: 0;
              
    }
    .subContents .titLayer h2 {
        top: 0;
        padding: 20px;
    }
    .por_sub2th_wrap.topLayerWrap {
        height: auto;
    }
    .contentLayer {
        padding: 30px 10 50px;
    }
}

