@charset "UTF-8";
/* CSS Document */

.html_catalog_wrap{

}
.html_catalog_wrap .mainTitle{
  margin: 0 0 45px;
  display: none;
}
.html_catalog_wrap .mainTxt{
  color: #666666;
  font-size: 14px;
  margin-top: 45px;
}
.html_catalog_wrap .mainTxt a{
  color: #007E59;
}

.html_catalog_wrap .catalog_information{
  width: 100%;
  height: auto;
  margin: 10px 0 50px;
}
.html_catalog_wrap .catalog_information ul{
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  column-gap: 1em;
  justify-content: flex-start;
}
.html_catalog_wrap .catalog_information ul li{
  margin: 0;
}
.html_catalog_wrap .catalog_information ul li a{
  color: #666666;
  font-size: 14px;
  text-decoration: none;
  padding: 0.4em 0.8em;
  width: 7em;
  display: inline-block;
  text-align: center;
  margin: 0;
  background-color: #f9f9f9;
  border: solid 1px #ccc;
  transition: all 0.3s;
}
.html_catalog_wrap .catalog_information ul li a:hover {
  background-color: #e6e6e6;
}
.html_catalog_wrap .catalog_section {
  margin: 0 0 20px;
}
.html_catalog_wrap .catalog_section:last-child{
  margin: 0;
}
.html_catalog_wrap .catalog_section h1{
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #45947D;
  line-height: 2;
  padding-left: 10px;
  box-sizing: border-box;
}
.html_catalog_wrap .catalog_section h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #45947d;
  background: -moz-linear-gradient(left, #45947d 0%, #ffffff 48%, #ffffff 52%, #45947d 100%);
  background: -webkit-linear-gradient(left, #45947d 0%,#ffffff 48%,#ffffff 52%,#45947d 100%);
  background: linear-gradient(to right, #45947d 0%,#ffffff 48%,#ffffff 52%,#45947d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45947d', endColorstr='#45947d',GradientType=1 );
}
.html_catalog_wrap .catalog_section ul{
  margin-bottom: 60px;
}
.html_catalog_wrap .catalog_section ul:last-child{
  margin: 0;
}
.html_catalog_wrap .catalog_section ul li{
  width: 197px;
  float: left;
  margin-right: 54px;
  margin-bottom: 40px;
  min-height: 465px;
  position: relative;
  padding-top: 20px;
}
.html_catalog_wrap .catalog_section ul li:nth-child(4n){
  margin-right: 0;
}
.html_catalog_wrap .catalog_section ul li .label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  color: white;
  background-color: red;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1;
}
.html_catalog_wrap .catalog_section ul li .tit{
  color: #777777;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
  display: block;
  height: 63px;
  border-left: 5px solid #33987D;
}
.html_catalog_wrap .catalog_section ul li .image {
  margin-bottom: 20px;
  margin-top: 15px;
  display: block;
}
.html_catalog_wrap .catalog_section ul li .image>img {
  width: 197px;
  height: 279px;
  border: 1px solid #aaa;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.html_catalog_wrap .catalog_section ul li .btn1{
  margin-bottom: 10px;
  display: block;
  background-color: #fff;
}
.html_catalog_wrap .catalog_section ul li .btn2{
  display: block;
  background-color: #fff;
}
.html_catalog_wrap .catalog_section ul li .btn1 a,
.html_catalog_wrap .catalog_section ul li .btn2 a{
  width:197px;
  height: 39px;
  display: block;
  background-color: #eee;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  padding-top: 9px;
  color: #666;
  text-decoration-line: none;
}
.html_catalog_wrap .catalog_section ul li .btn1:hover,
.html_catalog_wrap .catalog_section ul li .btn2:hover {
  opacity: .6;
}

.html_catalog_wrap .catalog_section ul li .btn1_junbi,
.html_catalog_wrap .catalog_section ul li .btn2_junbi{
  width:197px;
  height: 39px;
  display: block;
  background-color: #fff;
  color: #aaa;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  padding-top: 9px;
  border: 1px solid #eee;
}
.html_catalog_wrap .catalog_section ul li .btn1_junbi{
  margin-bottom: 10px;
}

.html_catalog_wrap .catalog_section h1 span {
	display: block;
	margin-top: -0.7em;
	font-size: 70%;
	line-height: 1.6;
}

.html_catalog_wrap .catalog_information ul li.btn_l {
	width: 950px;
}

.html_catalog_wrap .catalog_information ul li.btn_l a {
	width: calc(100% - 2.7em);
}

.html_catalog_wrap .catalog_section ul li span.label {
	display: none;
}

@media screen and (max-width: 1024px) {
	.html_catalog_wrap .catalog_information ul li.btn_l a {
		width: 100%;
	}
}

.tit_caution {
	margin-top: -25px;
	margin-bottom: 25px;
	color: #45947d;
}

.tit i {
	font-size: larger;
	font-weight: bold;
	margin: 0 0 0 0.3em;
}

.html_catalog_wrap .catalog_section h1 span {
	display: inline;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 430px) {
	.html_catalog_wrap .catalog_section ul li {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.html_catalog_wrap .catalog_section ul li.none {
		min-height: 360px;
	}

	.html_catalog_wrap .catalog_section ul li.none .btn1 a {
		width: initial;
	}
}


.html_catalog_wrap .catalog_information ul li a {
  width: calc((950px - 5em) / 6);
  /* height: 7em; */
  height: 5em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  /* background-color: #f8f7ea; */
  background-color: #fafafa;
  color: #333;
  font-weight: bold;
  font-family: 'Noto-Sans','sans-serif';
  border-radius: 4px;
  box-sizing: border-box;
}

.html_catalog_wrap .catalog_information ul li a:hover {
  /* background-color: #ecebdf; */
  background-color: #eaeaea;
}

@media all and (max-width:768px){
  .html_catalog_wrap .catalog_section h1 {
      margin-bottom: 1em;
      font-size: 1em;
      letter-spacing: 0.2em;
  }
  .html_catalog_wrap .catalog_information ul li a {
      width: 100%;
      height: 4em;
      font-size:10px;
  }
  .html_catalog_wrap .mainTxt {
      padding: 0 1em;
      font-size: 12px;
  }
  .html_catalog_wrap .catalog_section ul li {
      padding: 0 5px 55px;
  }
  .html_catalog_wrap .catalog_section ul li .btn1 a, .html_catalog_wrap .catalog_section ul li .btn2 a {
      height: 28px;
      padding-top: 8px;
  }
  .html_catalog_wrap .catalog_section ul li .btn1 {
      bottom: 26px;
  }
}
