@charset "UTF-8";
/* CSS Document */
/*現在のページ*/
.contents_nav li:nth-child(2) a {
  background-color: #6D7991;
  color: white;
}

article {
  padding-bottom: 30px;
}

/*サブナビ*/
.products_sub_nav {
  text-align: right;
}
.products_sub_nav li {
  display: inline-block;
}
.products_sub_nav a {
  display: inline-block;
  padding: 30px;
  font-size: 95%;
}

/* ナビ */
.products_nav {
	width: 980px;
	margin: 30px auto 60px auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.products_nav a {
	display: block;
	color: #fff;
	background-color:#768DBA;
	font-weight: normal;
	border-radius: 10px;
	padding: 15px;
	font-size: 85%;
	text-align: center;
	text-decoration: none;
}
.products_nav a:hover {
	color: #768DBA;
	background-color: #F6F6F6;
}
.products_nav_orange a {
background-color: #D77E3A;
}
.products_nav_orange a:hover {
	color: #D77E3A;
	background-color: #F6F6F6;
}

/* article */
#products_list {
  background: #F6F6F6;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
#products_list h2 {
	width: 980px;
	margin: -20px auto 20px auto;
	text-align: left;
	font-size: 160%;
	line-height: 130%;
	color: #555;
	padding-top: 50px;
}
.products_border {
	border-bottom: solid 1px #aaa;
}
.products_border:last-child {
	border-bottom: none;
}
#products_list ul {
  vertical-align: top;
  margin: 30px auto;
	text-align: left;
}
#products_list li {
  vertical-align: top;
  display: inline-block;
	width: 27%;
  line-height: 130%;
  margin-bottom: 2.5%;
	padding: 29px;
	font-size: 95%;
}
#products_list .img {
  height: 150px;
  display: inline-block;
  position: relative;
}
#products_list .img img {
  width: 100%;
	height: 170px;
	object-fit: contain;
}
.products_name {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.25em;
	text-align: left;
}
.products_text {
	line-height: 1.5;
	text-align: left;
	height: 3em;
}

#products_list li .item_category_ico {
	width: auto;
	display: flex;
	margin: 1em 0;
}
#products_list li .item_category_ico li {
	width: auto;
	margin: 0;
	padding: 0;
  position: relative;
}
#products_list li .item_category_ico img {
	width: 33px;
}
.item_category_ico .text_box {
  display: none;
  z-index: 2;
  text-align: left;
  background: white;
	border: solid 3px #6D7991;
  border-radius: 15px;
	width: 280px;
  height: 180px;
	padding: 15px;
  box-sizing: border-box;
	position: absolute;
	left: 350%;
	top: -200px;
	margin-left: -235px;
}
.item_category_ico .text_box b {
  font-weight: bold;
  display: block;
  font-size: 105%;
  margin-bottom: 10px;
}
.item_category_ico .text_box p {
  font-size: 90%;
}
.item_category_ico .text_box:before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 18px solid white;
  z-index: 2;
}
.item_category_ico .text_box:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 20px solid #6D7991;
  z-index: 1;
}
.item_category_ico li:hover .text_box {
  display: block;
}

.products_list_btn {
	background-color: #768DBA;
	border: solid 1px #768DBA;
	color: white;
	text-decoration: none;
	border-radius: 10px;
	padding: 6px 25px;
	text-align: left;
	position: relative;
	display: block;
	line-height: 180%;
	font-weight: normal;
	font-size: 95%;
}
.products_list_btn:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 100%;
	right: 20px;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	background-image: url(../../../common/img/yazirushi_w.svg);
}
.products_list_btn:hover {
  background-color: #fff;
  color: #768DBA;
  text-decoration: none;
}
.products_list_btn:hover:before{
  background-image: url(../../../common/img/yazirushi.svg);
}

.products_list_btn_orange {
	background-color: #D77E3A;
	border: solid 1px #D77E3A;
	color: white;
	text-decoration: none;
	border-radius: 10px;
	padding: 6px 25px;
	text-align: left;
	position: relative;
	display: block;
	line-height: 180%;
	font-weight: normal;
	font-size: 95%;
}
.products_list_btn_orange:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 100%;
	right: 20px;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	background-image: url(../../../common/img/yazirushi_w.svg);
}
.products_list_btn_orange:hover {
  background-color: #fff;
  color: #D77E3A;
  text-decoration: none;
}
.products_list_btn_orange:hover:before{
  background-image: url(../../../common/img/yazirushi_o.svg);
}

#products_list .img .new {
  color: #D90000;
	text-align: left;
	font-weight: bold;
	position: absolute;
	left: 3%;
	font-size: 100%;
}
#products_list .img .renewal {
  color: #e879b0;
	text-align: left;
	font-weight: bold;
	position: absolute;
	left: 3%;
	font-size: 100%;
}

/*==================================================
catalog_dl css カタログダウンロード
===================================*/
.catalog_dl{
	background-image: url("../../../index/img/bg/catalog_bg_lt.png"),url("../../../index/img/bg/catalog_bg_rb.png"),url("../../../index/img/bg/catalog_bg.png?date=260701");
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: top left,bottom right,center;
	background-size: 835px 116px,842px 110px,cover;
	height: 500px;
	border-top: solid 10px #a6354f;
	border-bottom: solid 10px #a6354f;
}
.catalog_dl_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
	margin-bottom: 70px;
}
.catalog_dl_box img{
	width: 53%;
	height: auto;
}
.catalog_dl_box h3{
	font-size:1.625rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #555;
}
.catalog_dl_box h3 span{
	font-size:1.5625rem;
	font-weight: bold;
}
.catalog_dl_box p{
	font-size:1.125rem;
	margin-bottom: 10px;
}
.catalog_dl_box ul{
	margin-bottom: 24px;
	color: #a6354f;
}
.catalog_dl_box ul li{
	position: relative;
	padding-left: 16px;
	line-height: 1.4;
	margin-bottom: 8px;
	font-size: 95%;
	color: #a6354f;
}
.catalog_dl_box ul li:before{
	position: absolute;
	content: '※';
	top: -2px;
	left:0;
	display: block;
}
.catalog_dl_box ul li:last-of-type{margin-bottom: 0;}
.catalog_dl_box ul li span{font-weight: bold;}

/*==================================================
btn css
===================================*/
.btn_box{
	margin: 20px auto;
}
.btn_box a{
	display: inline-block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	width: 260px;
	border-radius: 10px;
	padding: 15px 20px;
	font-size: 100%;
	margin: 0px auto;
	position: relative;
}
.btn_box a:before{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	right: 5%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	background-image: url("../../../common/img/yazirushi_w.svg");
}
.top_btn_green a{
	border: solid 1px #a7b545;
	background-color: #a7b545;
}
.top_btn_green a:hover {
	color: #a7b545;
  background: #fff;
}
.top_btn_green a:hover:before{
	background-image: url("../../../index/img/svg/yazirushi_g.svg");
}

/* =============================================
MOBILE
================================================ */
@media screen and (max-width: 736px) {
  /*サブナビ*/
  .products_sub_nav {
    margin: 10px auto;
  }
  .products_sub_nav li {
    display: block;
  }
  .products_sub_nav a {
    padding: 10px 20px 5px;
    font-size: 80%;
  }
	/* ナビ */
	.products_nav {
		width: 90%;
		margin: 20px auto 30px auto;
		grid-template-columns: repeat(2, 1fr);
	}
	.products_nav a {
		width: auto;
		display: block;
		line-height: 1.5;
		padding: 10px 20px;
		font-size: 80%;
	}
	/* article */
	#products_list h2 {
		width: 90%;
		font-size: 130%;
		margin: 20px auto 0 auto;
	}
	.products_border {
		padding-bottom: 20px;
	}	
	#products_list ul {
		margin: 0 auto 30px 0;
	}	
	#products_list li {
		width: 45%;
		padding: 7px;
	}
	#products_list .img img {
		height: 130px;
	}	
	.products_name {
		font-size: 75%;
	}
	.products_text {
		font-size: 70%;
	}
	#products_list a:hover .img:after {
		display: none;
	}
	.products_name {
    margin-top: -25px;
	}
	#products_list li .item_category_ico {
    flex-wrap: wrap;
		margin: 0.5em 0;
	}
	#products_list li .item_category_ico img {
		width: 29px;
	}
	.products_list_btn {
		font-size: 70%;
    line-height: 130%;
    padding: 5px 15px;
		}
	.products_list_btn:before {
		width: 12px;
		right: 15px;
	}
	#products_list a .img .new {
		left: 0;
		font-size: 120%;
	}
	#products_list a .img .renewal {
		left: 0;
		font-size: 120%;
	}

	/*==================================================
	catalog_dl css カタログダウンロード
	===================================*/
	.catalog_dl{
		background-image:url("../../../index/img/bg/catalog_bg_m.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		height: auto;
	}
	.catalog_dl_box{
		flex-direction: column;
		margin-top: 56px;
		margin-bottom: 56px;
	}
	.catalog_dl_box img{
		width: 80%;
		margin: 0 auto;
	}
	.catalog_dl_box h3{
		text-align: center;
		font-size: 1.375rem;
	}
	.catalog_dl_box h3 span{
		font-size:1.3125rem;
	}
	.catalog_dl_box p{font-size: 1rem; text-align: center;}

	/*==================================================
	btn css
	===================================*/
	.btn_box{
		text-align: center;
	}
	.btn_box a{
		text-align: left;
	}
}
@media print, screen and (max-width: 500px) {
	.catalog_dl_box img{
		width: 100%;
	}
}
