@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;
	/*background-color: #eee;*/
}
/*.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.category{
	margin-bottom: 45px;
}

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

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

div.category .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 0;
	padding: 0 0 0 1em;
}

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.category .list ul li{
		margin-bottom: 15px;
	}

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

	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 {
	margin-bottom:24px;
	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;
		font-size:14px;
		line-height:20px;
	}
	.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-detail img,
.products-list_item img {
	max-width: 100%;
	height: auto;
}


/* products-list (index) */
.products-list {
	display: flex;
	flex-direction: column;/*rowにしたい*/
	height: 900px;/*高さを設定しなければならなくなる→戻した*/
	/*height: 1300px;*/ /*20210623 I.Yasuda.Add*/
	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 {
	height: 137px;
	margin: 7px 0 0;
	padding: 1px 0;
	text-align: left;
}
.products-list_item:nth-last-of-type(n+3) .text {
	border-right: 1px solid #ededed;
}

.products-list_item .text > * {
	padding-left: 16px;
	padding-right: 16px;
}
.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 .img {
	/*background-color: #eee;
	border-right: 1px solid #fff;*/
	margin: 0 10px;
}
.products-list_category .products-list_item .img img {
	height: 190px;
	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: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;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 64px;
	text-align: center;
	padding: 0 38px;
}
.pdf-link {
	clear: left;
	float: left;
	width: auto;
}
.pdf-link .like-btn {
	width: 240px;
}
.pdf-link .fa {
	margin-left: 8px;
	/*vertical-align: 5%;*/
}

.entry-content {
	margin-top: 40px;
	padding-bottom: 20px;
}
.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.m-t-10 {/*<dt>が長い時に回避する*/
	margin-top: 10px;
}
.entry-content dd h5,
.entry-content dd p,
.entry-content dd ul,
.entry-content dd ol {
	margin-top: 3px;
	line-height: 35px;
}
.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.m-t-10 h6:first-child {
	margin-top: 15px;
}
.entry-content dd em {
	color: #ff8e00;
}
.entry-content table {
	border-collapse: collapse;
	width: 100%; /* 20210701 I.Yasuda.Add */
}
@media only screen and (min-width:768px){
	.entry-content table{
		width: 500px; /* 20210701 I.Yasuda.Add */
	}
}
.entry-content th,
.entry-content td {
	border: 1px solid #ccc;
	padding: 6px 12px;
}
.entry-content th {
	background-color: #fdf4ea;
	width: 9em; /* 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;
	flex: 1;
	text-align: center;
}
.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;
	}
	.entry-content dd p + h5 {
		margin-top: 1em;
	}
}

.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;
	}
	
	.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;
	}
	.entry-content dd h5,
	.entry-content dd p,
	.entry-content dd ul,
	.entry-content dd ol {
		line-height: 18px;
	}
	.local-nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.local-nav li {
		flex: 0 0 33.3%;
		margin-bottom: 5px;
	}

}

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


