@charset "utf-8";
@import "common.css";

/*-----------------------------------------------
	products
-----------------------------------------------*/
/* top */
.top {
	background:url(/assets/img/products/img_top.jpg) center top no-repeat;
	/*background-color: #eee;*/
}
.top_category{
	background:url(/assets/img/products/img_top_category.jpg) center top no-repeat; /* 20210628 I.Yasuda.Add */
}
/*.products_A .top {
	background-image:url(../img/products/img_products_A.jpg);
}
.products_B .top {
	background-image:url(../img/products/img_products_B.jpg);
}
.products_C .top {
	background-image:url(../img/products/img_products_C.jpg);
}
.products_D .top {
	background-image:url(../img/products/img_products_D.jpg);
}
.products_E .top {
	background-image:url(../img/products/img_products_E.jpg);
}
.products_F .top {
	background-image:url(../img/products/img_products_F.jpg);
}
.products_G .top {
	background-image:url(../img/products/img_products_G.jpg);
}
.services_A .top {
	background-image:url(../img/products/img_services_A.jpg);
}
.services_B .top {
	background-image:url(../img/products/img_services_B.jpg);
}*/

@media only screen and (min-width:1400px){
	.top,.top_category{
		background-size:cover;
	}
}
@media only screen and (max-width:767px){
	.top,.top_category{
		/*background-image:url(../img/products/img_top_sp.jpg);*/
		background-size:cover;
		background-position: right center;
	}
	/*.products_A .top {
		background-image:url(../img/products/img_products_A_sp.jpg);
	}
	.products_B .top {
		background-image:url(../img/products/img_products_B_sp.jpg);
	}
	.products_C .top {
		background-image:url(../img/products/img_products_C_sp.jpg);
	}
	.products_D .top {
		background-image:url(../img/products/img_products_D_sp.jpg);
	}
	.products_E .top {
		background-image:url(../img/products/img_products_E_sp.jpg);
	}
	.products_F .top {
		background-image:url(../img/products/img_products_F_sp.jpg);
	}
	.products_G .top {
		background-image:url(../img/products/img_products_G_sp.jpg);
	}
	.services_A .top {
		background-image:url(../img/products/img_services_A_sp.jpg);
	}
	.services_B .top {
		background-image:url(../img/products/img_services_B_sp.jpg);
	}*/
}



/* top NEW */
div.products_top{
	width: 1024px;
	max-width: 100%;
	margin: 0 auto 40px;
}

div.pic_up{
	background: #FD8E01;
    padding: 15px 4px;
	margin: 25px 0 45px 0;
}

div.pic_up p{
	color: #FFF;
	margin: 0;
	padding: 0;
}

div.pic_up .title_txt{
	font-size: 24px;
	font-weight: bold;
 	text-align: left;
	margin: 0 0 25px 10px;
}

div.pic_up ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

div.pic_up ul::after{
	content:"";
	display: block;
	width: 200px;
}

div.pic_up ul li{
	margin-left: 3px;
}

div.pic_up ul li:first-child{
	margin-left: 0;
}

div.pic_up ul li img{
	max-width: 200px;
	max-height: 140px;
	margin: 0 0 20px 0;
}

div.category{
	margin-bottom: 45px;
}

div.category .title_txt{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

div.category .list{
	background-color: #F2F2F2;
	padding: 25px 10px;
}

div.category .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}

div.category .list ul li{
	font-size: 18px;
    font-weight: bold;
	padding: 0 15px;
	border-right: solid 1px #B7B7B7;
}

div.category .list ul li:first-child{
	padding-left: 0;
}

div.category .list ul li:last-child{
	border-right:none;
	padding-right: 0;
}

div.lineup .title_txt{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

div.lineup .lineup_txt{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
	background: #000;
    padding: 15px 20px;
    color: #FFF;
	margin-top: 40px;
	/*margin-top: 85px;*/
	margin-bottom: 20px;
}

div.lineup .lineup_txt span{
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 70px;
}

div.lineup ul{
	display: flex;
	flex-wrap: wrap;
}

div.lineup ul li{
	margin-left: 5px;
	margin-bottom: 2em;
}

div.lineup ul li:first-child{
	margin-left: 0;
}

div.lineup ul li img{
	margin-bottom: 10px;
}

div.lineup ul li p{
	font-size: 14px;
    font-weight: bold;
	max-width: 200px;
	line-height: 1.2em;
}

/*テキスト左揃え用*/
.txt_Left{
	text-align: left;
}

@media only screen and (max-width:767px){
	div.pic_up{
		padding: 15px 10px;		
	}

	div.pic_up ul,
	div.lineup ul{
		justify-content: space-between;
	}

	div.pic_up ul li,
	div.lineup ul li{
		width: 47%;
		margin-bottom: 15px;
    	text-align: left;
	}

	div.pic_up ul li img,
	div.lineup ul li img{
		width: 100%;
		margin-bottom: 5px;
	}

	
	div.pic_up ul li:nth-child(odd),
	div.lineup ul li:nth-child(odd){
		margin-left: 0;
	}

	div.products_top .title_txt{
		font-size: 18px;
		margin-bottom: 10px;
	}

	div.pic_up p{
		font-size: 14px;
		line-height: 1.2em;
	}

	div.category .list ul li{
		margin-bottom: 15px;
	}

	div.category .list{
		padding-bottom: 10px;
	}

	div.category .list ul{
		justify-content: left;
	}

	div.category .list ul li{
		border-bottom: solid 1px #B7B7B7;
		border-right: none;
		padding: 0;
		margin: 0 15px 20px 0;
		font-size: 16px;
	}
	div.lineup .lineup_txt{
		font-size: 16px;
		padding: 8px 15px;
	}

	div.lineup .lineup_txt span{
		display: block;
		margin-left: 0;
		font-size: 12px;
	}

	div.lineup ul li p{
		padding: 0;
		line-height: 1.2em;
	}

}

/* contents */
.contents {
	text-align:center;
}
/*.contents .section{
	max-width:1400px;
	margin:0 auto 110px;
}*/
.contents h4{
	margin-bottom:8px;
	font-weight:bold;
	font-size:26px;
	line-height:36px;
	text-align: left;
}
.contents h4:after {
	display: none;
}
.contents p,
.contents ul,
.contents ol,
.contents table {
	font-size:16px;
	line-height:28px;
}
.entry-content h5 {
	font-size:16px;
	font-weight: bold;
	line-height:28px;
	margin-bottom:24px;
}




@media only screen and (max-width:767px){

	.contents h4{
		margin-bottom:4px;
		padding:0 14px;
		font-size:20px;
		line-height:30px;
	}
	.contents p,
	.contents ul {
		margin-bottom:4px;
		padding:0 14px;
	}
	.entry-content h5 {
		font-size:16px;
		font-weight: bold;
		line-height:18px;
		margin-bottom:4px;
		padding:0 14px;
	}
	.contents p br{
		display:none;
	}
	.section .img{
		display:block;
	}

}

/* はさまれん棒注意喚起用 */
.product_attention{
	color:red;
	border:1px solid red;
	max-width:960px;
	margin:10px auto 0;
	text-align:left;
	padding:10px;
	font-weight: bold;
}
.product_attention>a{
	color: red;
	text-decoration: underline;
}
@media only screen and (max-width:767px){
	.product_attention{
		margin: 10px;
		line-height: 1.5;
	}
}

.product-detail img,
.products-list_item img {
	max-width: 100%;
	height: auto;
}


/* products-list (index) */
.products-list {
	display: flex;
	flex-direction: column;/*rowにしたい*/
	height: 1300px;/*高さを設定しなければならなくなる*/
	flex-wrap: wrap;
	width: 1020px;
	margin: 0 auto 40px;
	padding-top: 54px;
}
.products-list_item {
	height: 400px;/*高さを設定しなければならなくなる*/
	/*margin-bottom: 10px;*/
	width: 340px;
	position: relative;
	overflow: hidden;
}
.products-list_item .text {
	text-align: left;
}
.products-list_item .text {
	min-height: 137px;
	margin: 7px 0 20px;
	padding: 1px 0;
	text-align: left;
}
.products-list_item:nth-last-of-type(n+4) .text {
	border-right: 1px solid #ededed;
}

.products-list_item .text > * {
	padding-left: 14px;
	padding-right: 14px;
}
.products-list_item .text h4 {
	margin-bottom: 0;
	margin-top: 8px;
}
.products-list_item .text .fa {
	margin-left: 8px;
}
.products-list_item .overlay {
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 400px;*/
	transform: translateX(100%);/*右側から左方向へ飛び出す*/
	transition: transform 0.3s ease 0.1s;/*マウスアウトした時の動きを遅らせる*/
}
.products-list_item:hover .overlay,
.products-list_item.hover-event .overlay {
	transform: translateX(0);/*右側から左方向へ飛び出す*/
	transition: transform 0.5s ease 0;
}

.products-list_item .sub-menu {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	padding: 19px;
}
.products-list_item .sub-menu a {
	color: #fff;
	display: inline-block;
	padding: 5px 0;
}
.products-list_item .sub-menu a:hover {
	color: #ff8e00;/*グローバルナビから採取*/
	opacity: 1;
	text-decoration: underline;
}

@media only screen and (max-width:767px){
	.products-list {
		flex-direction: row;
		height: auto;
		width: auto;
	}
	.products-list_item {
		height: auto;
		margin-bottom: 10px;
		width: 50%;
	}
	.products-list_item .text {
		height: auto;
	}
	.products-list_item:nth-last-of-type(n+4) .text {
		border-right: 0 none;
	}
	.products-list_item:nth-of-type(2n-1) .text {
		border-right: 1px solid #ededed;
	}
	.products-list_item:nth-last-of-type(1) .text {
		border-right: 0 none;
	}
	.products-list_item .overlay {
		display: none;
	}
}


/* カテゴリ別一覧　categry/index */

.products-list_category {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1020px;
	margin: 0 auto 40px;
	padding-top: 54px;
}
.products-list_category .products-list_item {
	height: auto;
	flex: 0 0 20%;
	margin-bottom: 20px;
}

.products-list_category .products-list_item figure {
	margin: 0 10px;
	padding: 0 0 10px 0;
}
.products-list_category .products-list_item figure img {
	height: 165px;
	width: 100%;
	object-fit: contain;
	object-position: center top;
}

.object_fit_img {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
.products-list_category .products-list_item .text h4 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 6px;
}
.products-list_category .products-list_item .text p {
	font-size: 14px;
}
.products-list_category .products-list_item .text {
	border-right: 1px solid #ededed;
}
.products-list_category .products-list_item:nth-of-type(5n) .text,
.products-list_category .products-list_item:nth-last-of-type(1) .text {
	border-right: 0 none;
}


@media only screen and (max-width:767px){
	.products-list_category {
		flex-direction: row;
		height: auto;
		width: auto;
	}
	.products-list_category .products-list_item {
		flex: 0 0 50%;
	}
	.products-list_category .products-list_item .img img {
		height: 160px;
	}
	.products-list_category .products-list_item figure img {
		height: 160px;
	}
	.products-list_category .products-list_item:nth-of-type(2n-1) .text {
		border-right: 1px solid #ededed;
	}
	.products-list_category .products-list_item:nth-of-type(2n) .text,
	.products-list_category .products-list_item:nth-last-of-type(1) .text {
		border-right: 0 none;
	}
}




/* 詳細　product-detail */
.product-detail {
	background-color: #eeeeee;
	padding-bottom: 1px;
}
.product-detail .section {
	/*width: 960px;*/
	padding: 36px;
	padding: 35px calc(50% - 480px);
}
.entry-header_wrap {
	background-color: #FFF;
	overflow: hidden;
}
.entry-header_wrap .main-image {
	float: right;
	width: 50%;
}
.entry-header_wrap .main-image img {
	vertical-align: bottom;
}
.entry-header_wrap .entry-header {
	float: left;
	padding-right: 35px;
	padding-bottom: 64px;
	width: 50%;
}
.entry-header_wrap .entry-header,
.entry-content,
.pdf-link {
	padding-left: 35px;
	text-align: left;
}

.category-name {
	display: inline-block;
	min-width: 82px;
	padding: 5px 13px 3px;
	border-radius: 11px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 23px;
}
.category-name.cat1{
	background-color: #313131;
}
.category-name.cat2{
	background-color: #ff8e00;
}

.contents .entry-title {
	margin: 8px 0 30px;
}

.like-btn {
	background-color: #ff8e00;
	border-radius: 64px;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 64px;
	text-align: center;
	padding: 0 38px;
}

.bg_pdf-blue{
	background-color: #1366ad;
	display: block;
	white-space: nowrap;
    margin: 20px auto;
}

.popup {
	background-color: #2e8b57!important;
	cursor:pointer;
}

.popup:hover{
	opacity: 0.8;
}

.bg_youtube{
	background-color: #b30000;
	line-height: 1.2em;
    padding: 10px 20px;
}

.bg_youtube span{
    font-size: 13px;
    display: inline-block;
    line-height: 1em;
}



@media only screen and (max-width:767px){
	.bg_pdf-blue{
		margin-top: 15px;
	}

	.bg_youtube{
		line-height: 1.6em!important;
	}
}


.pdf-link {
	clear: left;
	float: left;
	width: auto;
}
.pdf-link .like-btn {
	width: 240px;
	display: block;
    margin: 20px auto;
}
.pdf-link .fa {
	margin-left: 8px;
	/*vertical-align: 5%;*/
}

.excel-link a{
	line-height: 1.2em;
    padding: 20px;
}

.excel-link .fa {
	margin-left: 8px;
}

.entry-content {
	margin-top: 40px;
	padding-bottom: 20px;
}
.entry-content small {
	font-size: 85%;
}
.entry-content sup {
	vertical-align: 20%;
	font-size: 80%;
}
.entry-content sub {
	vertical-align: 0%;
	font-size: 80%;
}
.entry-content .highlight {
	background-color: #ff8e00;
	border-radius: 20px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 40px;
	padding: 0.5em;
	text-align: center;
}
.entry-content .highlight p {
	margin: 0;
}
.entry-content hr {
	margin-bottom: 36px;
}
.entry-content dt {
	background-color: #000;
	border-radius: 18px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	min-width: 110px;
	padding: 0 20px;
	text-align: center;
}
.entry-content dd {
	border-bottom: 1px solid #cccccc;
	margin-top: -36px;
	margin-bottom: 36px;
	overflow: hidden;
	padding-bottom: 9px;
	/*padding-bottom: 33px;*/
	padding-left: 130px;
}
.entry-content dd h5,
.entry-content dd p,
.entry-content dd ul,
.entry-content dd ol {
	margin-top: 3px;
/*	line-height: 35px;*/
	line-height: 26px;
}
.entry-content dd ul {
	margin-left: 2em;
}
.entry-content dd ul {
	list-style: disc;
}
.entry-content dd ol {
	list-style: decimal;
	margin-left: 2em;
}
.entry-content dd h5,
.entry-content dd h6 {
	margin-bottom: 0;
}
.entry-content dd h5 + h6 {
	margin-top: 1em;
}
.entry-content dd  h6,
.entry-content dd h6 + p,
.entry-content dd h6 + ol {
	padding-left: 20px;
}
.entry-content dd h6 {
	font-size: 15px;
	font-weight: bold;
}
.entry-content dd em {
	color: #ff8e00;
	font-style: normal;
	text-decoration: none;
}
.entry-content table {
	border-collapse: collapse;
	width: 100%; /* 20210701 I.Yasuda.Add */
}
@media only screen and (min-width:768px){ /* 20210701 I.Yasuda.Add */
	.entry-content table{
		width: 350px;
	}
}
.entry-content th,
.entry-content td {
	border: 1px solid #ccc;
	padding: 6px 12px;
}
.entry-content th {
	background-color: #fdf4ea;
	width: 6em; /* 20210701 I.Yasuda.Add */
}
@media only screen and (max-width:767px){ /* 20210701 I.Yasuda.Add */
	.entry-content th{
		width: 6em;
	}
}
.entry-content td {
	background-color: #FFF;
}
.entry-content .row {
	display: flex;
	flex-wrap: wrap;
}
.entry-content .col {
	/*padding: 10px 5px;*/
	padding: 10px 15px;
	flex: 1;
}
.entry-content .col .caption {
	text-align: center;
}
@media only screen and (max-width:767px){
	.entry-content .row {
		display: block;
	}
	.entry-content .col {
		margin-bottom: 10px;
	}
}

.products-footer {
	background-color: #FFF;
	margin: 0 auto 58px;
	padding: 30px;
	text-align: center;
	max-width: 890px;
}


.prosucts-categories {
	background-color: #FFF;
	padding: 77px 0 35px;
}
.prosucts-categories h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 1em;
}
.local-nav {
	display: flex;
	justify-content: center;
}
.local-nav li {
	flex: 0 0 115px;
	list-style: none;
}
.local-nav li img {
	margin-bottom: 5px;
	max-width: 100%;
	height: auto;
}


@media only screen and (max-width:767px){
	.entry-header_wrap .main-image,
	.entry-header_wrap .entry-header,
	.pdf-link {
		float: none;
		width: auto;
		padding: 0 10px;
	}
	.entry-header_wrap .entry-header {
		margin-bottom: 30px;
	}
	.entry-header_wrap .entry-title {
		margin-bottom: 10px;
	}
	.pdf-link {
		text-align: center;
	}
	
	.like-btn {
		font-size: 16px;
		border-radius: 48px;
		line-height: 48px;
		padding: 0 20px;
		max-width: 100%; /*241206 Terada Add*/
	}
	
	.entry-content {
		padding: 0 10px;
		margin-top: 0;
	}
	.entry-content dt {
		border-radius: 14px;
		font-size: 14px;
		line-height: 28px;
		min-width: 90px;
		padding: 0 14px;
	}
	.entry-content dd {
		margin-top: 10px;
		padding-left: 0px;
		padding-bottom: 20px;
	}
	.entry-content dd h5,
	.entry-content dd p,
	.entry-content dd ul,
	.entry-content dd ol,
	.entry-content p {
		line-height: 25px;
	}
	.local-nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.local-nav li {
		flex: 0 0 33.3%;
		margin-bottom: 5px;
	}

}

/*字下げ*/
.txt1em{
	text-indent:-1em;
	padding-left:1em;
}

/*赤文字*/
.txtRed{
	color:#eb3a3d;
}

/*テキスト位置*/

.txtLeft{
	text-align:left;
}

.txtCenter{
	text-align:center;
}

.txtRight{
	text-align:right;
}

/*背景色*/
.bgMainCol{
	background-color:#ff8e00;
	color:#FFF;
}

/*フォントサイズ*/
.txt120{
	font-size:120%!important;
}

.txt140{
	font-size:140%!important;
}

.mb0{
	margin-bottom: 0!important;
}

/*背景白・中央揃え：トンネル照明リユースのご提案の表で使用*/
.bgWhite01{
	background: #FFF;
	padding:10px;
	text-align: center;
	margin: 0!important;
}

@media only screen and (max-width:767px){
	.bgWhite01 br{
		display:block!important;
	}
}

/*スマホの場合表を右スクロールで表示させる*/
@media only screen and (max-width:767px){
	.tableScroll{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}

/*サクラで使用*/
@media only screen and (min-width:768px){
	.mw350{
		max-width:350px;
	}
}

/*要素横並び*/
.flex_box{
	display: flex;
	justify-content: space-between;
	list-style: none!important;
}

.flex_box li{
	margin-right: 20px;
}

.flex_box li:last-child{
	margin-right: 0;
}

@media only screen and (max-width:767px){
	.flex_box{
		display: block;
	}
	.flex_box li{
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.flex_box li:last-child{
		margin-bottom: 0;
	}
}