.product_link {
	height: 55px;
}

ul.green-arrow {
	overflow: hidden;	
}

ul.green-arrow li {
	background: url("/sustainability/society/share/images/icn_arrow_smaller.png") no-repeat 5px 0.8em;
	float: left;
	display: block;
    line-height: 1.6;
    padding: 3px 0 3px 16px; 	
	margin-right: 35px;
	white-space: nowrap;
}


.border {
	border: 1px #cccccc solid;
	border-top: none;
	padding-top: 10px;
}


.border_top {
	border-top: 1px #cccccc dotted;	
	width: 635px;
	text-align: center;
	margin-left: 63px;
	margin-top: 20px;
}

.border_botttom {
	border-bottom: 1px #cccccc dotted;	
	width: 635px;
	text-align: center;
	margin-left: 63px;
}

.line_top_bottom{
	border-top: 1px #cccccc dotted;	
	border-bottom: 1px #cccccc dotted;
}




p.green-arrow a {
	display: block;
    line-height: 1.6;
    padding: 3px 0 3px 16px;
	text-align: right; 	
}


/* 2001_css */

.superior_product_title {
	display: block;
    line-height: 1.6;
    padding: 3px 0 3px 16px;
	text-align: center;
	font-size: 17px;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
.superior_product_title img{
	vertical-align: middle !important;
	margin-top: -2px;
}

.commentator {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
} 

.superior_product {
	font-size: 24px;
	color: #cc6600;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.superior_product_click {
	text-align: center;
}

.superior_product_introduction {
	text-align: center;
	padding-top: 10px;
}

.green-arrow_top_back {
	background: url(..//sustainability/society/share/images/icn_arrow_smaller.png) no-repeat 5px 0.8em;
	float: left;
	display: block;
    line-height: 1.6;
    padding: 3px 0 3px 16px; 	
	margin-left: 300px;
}

/* 2001_css_finish */


/* tab_float */

ul.yu_img,
ul.sin_img,
ul.kasa_img,
ul.nyu_img{
	display:flex;
	flex-wrap:wrap;
}

.tab_inner ul > li ul > li{
	 margin-left:0 !important;
    margin-bottom:50px;
    height: auto;
    line-height:1.2 !important;
    font-size:71.4% !important;
    text-align: center;
}

ul.yu_img{
	padding:20px 20px;
	justify-content:space-between;
}

ul.yu_img li{
	flex-basis:calc(100% / 2);
	text-align: center;
	font-size:71.4% !important;
}

ul.sin_img{
	padding:20px 30px;
}

ul.sin_img li {
    flex-basis:calc(100% / 3);
}


ul.kasa_img{
	padding:20px 20px;
	justify-content:space-between;
}

ul.kasa_img::after{
	content:"";
	display:inline-block;
	flex-grow:1;
}

.kasa_img li{
	flex-basis:calc(100% /4);
	min-height: 280px;/* 一番高いサイズに合わせてください。 */
}

.kasa_img li p.title{
	font-weight: bold;
	margin-top: 10px !important;
}


ul.nyu_img::before,
ul.nyu_img::after{
	display:none !important;
}
.nyu_img li{
    flex-basis:calc(100% /3.5);

}


ul.nyu_img{
	padding:20px 30px;
	justify-content:space-around;
}


.nyu_img li p{
}
p.title{
	font-weight: bold;
	margin-top: 10px !important;
}

.nyu_img li a{
	text-align: center;
}



/*トップスライドショー*/
#top_images{
	background-image:linear-gradient(0deg,#666666 , black);
	height:260px;
	margin:0px auto;
	overflow:auto;
	position:relative;
	width:100%;
}

#top_images ul{
	height:260px;		
	position:relative;
	align-items: center;
	z-index:2;
	width:100%;
}

#top_images li{
	height: 100%;
	text-align: center;
	max-width: calc(100% / 3);
	box-sizing:border-box;
	width: auto;
}


#top_images li img{
	vertical-align:middle;
	max-width:100%;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

/*ロゴ*/
#top_images #top_images_logo{
	left:0px;	
	position:absolute;
	top:-1px;
	z-index:3;
}
#top_images #top_images_logo img{
		border:none;
}

/* tab スタイル */

li.t_kasa-w110 a{
	width: 110px !important;
}

li.t_kasa a {
	width: 101px !important;
}
li.t_nyu a {
	width: 111px !important;
}

.fade{
	animation: fadeInOut 1.5s ease;
}
@keyframes fadeInOut {
0% {opacity:1}
50% {opacity:0.2}
100% {opacity:1}
}
