@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 767px) {
  .productH2 {
    font-size: 1.24rem;
  }
  .productH3 {
    font-size: 0.85rem;
  }
}

/* カテゴリーインデックス */
.cat1stHead h3 {
  color: #a0a0a0;
  font-weight: inherit;
}
.catTopMes {
  width: 72%;
  margin: 2.4rem auto;
}
.cat1stThm {
  width: 20%;
}
.cat1stThm a {
  display: block;
  width: 86%;
  padding: 1.6rem 0;
  text-align: center;
  font-size: 1.0rem;
  font-weight: 700;
  border: 1px solid #123464;
  margin: 1.0rem auto;
  -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
}
.cat1stThm a:hover {
  background-color: #f6fffc;
  font-weight: 700;  
}

.catSeriesThm {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
.catSeriesThm h4 {
	width: 100%;
	margin: 3.6rem auto 1.0rem;
	padding: 0.72rem 1.0rem;
	background-color: #2e2e2e;
	color: #ffffff;
	font-size: 1.14rem;
}
.catSeriesThm h4:first-of-type {
	margin-top: 0;
}
.cat2SeriesTtl {
  width: 84%;
	margin: 1.6rem auto 1.0rem;
	color: #016545;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.1rem 0 0.1rem 0.46rem;
	border-left: 8px solid #016545;
}
.cat2SeriesItem {
  /*width: 33.333333%;*/
  margin-bottom: 1.6rem;
}
.other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.other .cat2SeriesItem {
  width: 46.5%;
  margin-top: 1.6rem;
}
.cat2SeriesItem p {
  margin-left: 1.0rem;
}
.cat2SeriesItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;  
  width: 72%;
  margin: 0 auto 0.6rem;
  color: #606060;
  font-weight: 700;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
  transition: 0.3s;
}
.cat2SeriesItem a:hover {
  background-color: #f4f4f4;
	color: #303030;
	border-color: #016545;
	box-shadow: none;
}
.cat2SeriesItem a div {
  overflow: hidden;
	margin-left: 1.0rem;
}
.cat2SeriesItem a img {
	width: 192px;
  transition-duration: 0.5s;
}
.cat2SeriesItem a:hover img {
  transform: scale(1.15);
  opacity: 0.8;
}
.cat2SeriesItem a span {
  display: inline-block;
	margin-left: 1.0rem;
  padding: 0.6rem 0.4rem;
}
.cat2SeriesItem a div:last-of-type {
	margin: 0 1.0rem 0 auto;
	color: #808080;
	font-size: 1.6rem;
}
.catSeriesTtl {
  width: 100%;
  font-weight: 500;
  color: #016545;
}
@media screen and (max-width: 767px) {
  .catTopMes {
    width: 94%;
    margin: 1.6rem auto;
  }
  .cat1stThm {
    width:50%;
  }
	.cat2SeriesTtl {
		width: 94%;
	}
}
.fixNav {
	display: none;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	height: 64px;
	padding-top: 3px;
	z-index: 99;
	background-color: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
}
.fixed {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.fixNaviBolck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;  
	margin-top: 4px;
	font-weight: 700;
}
.fixNav a img {
	height: auto;
	max-height: 54px;
}
.fixNav ul li:nth-of-type(2) {
	margin-left: auto;
	margin-right: 0.6rem;
}
.navMenuBtn {
	display: inline-block;
	width: 10.6rem;
	margin: 0 0.46rem;
	padding: 0.46rem 0;
	text-align: center;
	border: 1px solid #c0c0c0;
	font-size: 0.9rem;
	background-color: #016545;
	color: #ffffff;
	transition: 0.3s;
}
.navMenuBtn:hover {
	background-color: #ffffff;
	color: #016545;
}
.fixNaviBolckSP {
	display: none;
}
/* 製品シリーズ */
.productHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 92%;
  margin: 1.6rem auto;
  padding-bottom: 1.6rem;
  border-bottom: 1px dotted #016545;
}
.productHeader h3 {
	font-family: "Noto Serif JP", "DM Serif Display", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  color: #808080;
}
.dlHeadBlock {
	
}
.productHeadInfo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;  
  margin-top: 1rem;
}
.productHeadInfo a {
  color: #505050;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
	.fixNav {
		display: none;
	}
  .productHeader {
    display: block;
    width: 94%;
    margin: 0 auto 1.6rem;
  }
  .productHeadThm {
    width: 72%;
  }
  .productHeadMsg {
    width: 100%;
    padding: 0.6rem 0 1.0rem;
  }
  .productHeadInfo {
    /*display: block;*/
  }
  .productHeadPdf {
    width: 100%;
    margin-bottom: 1.0rem;
  }
  .pdfIcon img {
    width: 48px;
  }
  .dlHeadColor {
    margin: 0.2rem auto 0.6rem;
    width: inherit;
		overflow: auto;
  }
	.fixNaviBolck {
		display: none;
	}
}

/* 製品サムネイル */
.productThmBlock {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto 1.6rem;
}
.productThmBlock h3 {
  margin-left: 0.6rem;
}
.productLineThm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 2.4rem;  
  padding: 0;
}

.thmBlock {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.thmItem {
  width: 12vw;
  margin: 0.6rem;
}

/* Product Footer */
.productCatSeries {
background-color: #ddf3dd;
margin: 0 auto 1.6rem;
padding: 1.6rem 5% 0;
}
.productCatSeries h3 {
  margin-bottom: 1.6rem;
}
.productCatSeries .catSeriesThm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 92%;
  max-width: 1320px;
  margin: 0 auto;
}
.productFootBack {
  text-align: center;
}
.productFootBack a {
  display: block;
  width: 10.4rem;
  margin: 2.4rem auto 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  color: #008a89;
  border: 1px solid #008a89;
  border-radius: 2.4rem;
  font-size: 1.1rem;
  transition: 0.3s;
  -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 12%);
}
.productFootBack a:hover {
  color: #ffffff;
  background-color: #008a89;
  box-shadow: none;
}
.productFootBack i {
  padding-right: 0.6rem;
}

@media (max-width:539.98px){
  .thmItem {
    width: 30%;
    margin: 0.6rem 1.6%;
  }
}
@media (min-width:540px) and (max-width:767.98px){
  .thmItem{
    width: 23.3%;
    margin: 0.6rem 0.84%;
  }
}
@media (min-width:768px) and (max-width:991.98px){
  .thmItem{
    width: 23.44%;
		margin: 0.6rem 0.78%;
  }
}
@media (min-width:992px) and (max-width:1136.98px){
  .thmItem {
    width: 18.4%;
		margin: 0.6rem 0.8%;
  }
}
@media (min-width:1137px) and (max-width:1366.98px){
  .thmItem {
		width: 18%;
		margin: 0.6rem 1.0%;
	}
}
@media screen and (min-width: 1367px) {
  .thmItem {
    width: 15.02%;
		margin: 0.6rem 0.82%;
  }  
}
.thmItem .thmItemHeader {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.5s;
}
.thmItem .thmItemHeader::after {
  position: inherit;
}
.thmItem .thmItemHeader:hover {
  opacity: .8;
}
.thmItemSwatch {
  position: relative;
  padding-top: calc(100% - 2px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
}
.thmItem .thmItemSwatch img {
  height: auto;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
}
.thmItem .thmItemHeader p {
  display: inline-block;
  height: 2.6rem;
  margin: 0.2rem auto 0;
  padding: 0 0.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.05rem;
}
.thmItem .thmItemHeader .i_box {
  position: absolute;
  bottom: 0;
  left: calc(50% + 20px);
  transform-origin: center center;
  transition-duration: 0.5s;
}
.thmItem .thmItemHeader .i_box .one_i {
  display: block;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transform-origin: center center;
  transition-duration: 0.5s;
}
.thmItem .thmItemHeader .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.thmItem .thmItemHeader.open .i_box .one_i:before {
  content: none;
}
.thmItem .thmItemHeader.open .i_box .one_i::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  width: 0;
  height: 0;
  border-top-width: 0;
  border: 16px solid transparent;
  border-bottom-color: #016545;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: opacity .5s ease-out;
}

/* 製品詳細コンテナ　レイアウト5種 */
.thmItem .thmItemInner {
  display: none;
  padding: 1.0rem 0;
}
@media (max-width:539.98px){
  .thmItem .thmItemInner {
    width: calc(300% + 21%);
  }
  .thmItem:nth-of-type(3n+1) .thmItemInner {
      margin: 0 0 0 0;
  }
  .thmItem:nth-of-type(3n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 10%);
  }
  .thmItem:nth-of-type(3n) .thmItemInner {
      margin: 0 0 0 calc(-200% - 21%);
  }
}
@media (min-width:540px) and (max-width:767.98px){
  .thmItem .thmItemInner {
    width: calc(400% + 21.6%);
  }
  .thmItem:nth-of-type(4n+1) .thmItemInner {
      margin: 0 0 0 -0;
  }
  .thmItem:nth-of-type(4n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 7.7%);
  }
  .thmItem:nth-of-type(4n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 15.4%);
  }
  .thmItem:nth-of-type(4n) .thmItemInner {
      margin: 0 0 0 calc(-300% - 23%);
  }
}
@media (min-width:768px) and (max-width:991.98px){
  .thmItem .thmItemInner {
    width: calc(400% + 21.4%);
  }
  .thmItem:nth-of-type(4n+1) .thmItemInner {
      margin: 0 0 0 1.1%;
  }
  .thmItem:nth-of-type(4n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 5%);
  }
  .thmItem:nth-of-type(4n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 12.2%);
  }
  .thmItem:nth-of-type(4n) .thmItemInner {
      margin: 0 0 0 calc(-300% - 18%);
  }
}
@media (min-width:992px) and (max-width:1136.98px){
  .thmItem .thmItemInner {
    width: calc(500% + 36%);
  }
  .thmItem:nth-of-type(5n+1) .thmItemInner {
      margin: 0 0 0 2%;
  }
  .thmItem:nth-of-type(5n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 8%);
  }
  .thmItem:nth-of-type(5n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 18%);
  }
  .thmItem:nth-of-type(5n+4) .thmItemInner {
      margin: 0 0 0 calc(-300% - 26%);
  }
  .thmItem:nth-of-type(5n) .thmItemInner {
      margin: 0 0 0 calc(-400% - 34%);
  }
}
@media (min-width:1137px) and (max-width:1366.98px){
  .thmItem .thmItemInner {
    width: calc(500% + 45%);
  }
  .thmItem:nth-of-type(5n+1) .thmItemInner {
      margin: 0 0 0 -0;
  }
  .thmItem:nth-of-type(5n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 11%);
  }
  .thmItem:nth-of-type(5n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 22%);
  }
  .thmItem:nth-of-type(5n+4) .thmItemInner {
      margin: 0 0 0 calc(-300% - 33%);
  }
  .thmItem:nth-of-type(5n) .thmItemInner {
      margin: 0 0 0 calc(-400% - 44%);
  }
}
@media screen and (min-width: 1367px) {
  .thmItem .thmItemInner {
    width: calc(600% + 55%);
  }
  .thmItem:nth-of-type(6n+1) .thmItemInner {
      margin: 0 0 0 4%;
  }
  .thmItem:nth-of-type(6n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 6%);
  }
  .thmItem:nth-of-type(6n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 18%);
  }
  .thmItem:nth-of-type(6n+4) .thmItemInner {
      margin: 0 0 0 calc(-300% - 30%);
  }
  .thmItem:nth-of-type(6n+5) .thmItemInner {
      margin: 0 0 0 calc(-400% - 42%);
  }
  .thmItem:nth-of-type(6n) .thmItemInner {
      margin: 0 0 0 calc(-500% - 54%);
  }
}

.thmItem .thmItemInner .itemDetail {
  padding: 1rem;
  background-color: #ffffff;
	border: 1px solid #f0f0f0;
  -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
}
.itemDetail .itemName {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;    
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	margin-bottom: 1.0rem;
}
.itemDetail .itemTtl {
  font-size: 1.0rem;
  font-weight: 700;
  color: #002b37;
}
.itemDetail .itemSpMsg {
  font-weight: 500;
  color: #002b37;
}
.itemDetail .itemSpMsg i {
  color: #cc2222;
  margin-right: 0.6rem;
}
.itemDetail .accItemProc {
	padding: 0 1.0rem;
}
.itemDetail a {
	display: block;
	color: #404040;
	transition: 0.3s;
}
.itemDetail a:hover {
	background-color: #f6fff6;
}
.itemDetail .dlImgType {
	display: inline-block;
	padding: 0.4rem 1.0rem;
	border: 1px solid #c0c0c0;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 2.0;
	transition: 0.3s;
}
.itemDetail .dlImgType i {
	padding-left: 0.6rem;
	color: #016545;
}
.itemDetail .dlImgType:hover {
	background-color: #f6fff6;
}
.dlImgComp {
	color: #016545;
	font-weight: 700;
}
.itemDetail .accItem {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
}
.itemDetail .itemThm {
  width: auto;
	max-width: 192px;
	height: auto;
	max-height: 192px;
}
.itemDetail .accThmImg a {
  display: block;
  width: 240px;
  height: 240px;
}
.itemDetail .accThmItem {
  padding-left: 1.6rem;
}
.itemDetail .thmItem01 {
  width: 48%;
}
.itemDetail .thmItem02 {
  width: 50%;
}
.msg {
  width: 100%;
}
.itemDetail .accThmItem li span {
  font-weight: 700;
  color: #051800;
}
.itemDetail .accThmItem li .cont + span { /* 隣接する項目の左マージン取得 */
  margin-left: 1.0rem;
}
.itemDetail .accThmItem li {
  line-height: 1.8;
}
.itemDetail .accThmItem li i {
  margin-left: 0.2rem;
  margin-right:1.0rem;
  color: #0a8f8f;
}
.itemDetail .accThmItem img {
  width: 36px;
}

.assetItemDetail .accItemProc{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;    
}

@media screen and (max-width: 767px) {
  .productThmBlock {
    width: 96%;
    margin-bottom: 2.4rem
  }
  .cat2SeriesItem {
    /*width: 50%;
    margin-bottom: inherit;*/
  }
  .cat2SeriesItem a {
    font-size: 0.85rem;
    width: 92%;
    margin: 0.6rem auto;
		justify-content: space-between;
  }
	.cat2SeriesItem a div {
    margin-left: inherit;
		width: calc(50% - 1.8rem);
	}
	.cat2SeriesItem a img {
		width: 100%;
	}
	.cat2SeriesItem a span {
		width: 50%;
		margin-left: 0;
		padding-left: 0.6rem;
	}
	.cat2SeriesItem a div:last-of-type {
    width: 1.8rem;
		margin: auto;
    font-size: 1.2rem;
	}
  .thmItem .thmItemHeader {
    font-size: 0.9rem;
  }
  .thmItem .thmItemHeader p {
    height: 3.2rem;
    padding: 0;
  }
  .thmItem .thmItemInner .itemDetail {
    padding: 1.0rem 0.6rem;
  }
	.itemDetail .accItem {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
  }
	.itemDetail .itemThm {
		margin: 1.0rem auto 0.6rem;
	}
  .itemDetail .itemName {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
  }
  .itemDetail .itemTtl:nth-of-type(2) {
    text-align: right;
  }
  .itemDetail .accThmImg {
    width: 40vw;
    height: 40vw;
    margin: 0.4rem auto 0.6rem;
  }
  .itemDetail .accThmImg:nth-of-type(2) {
    width: 40vw;
    margin-left: 1.6rem;
  }
  .itemDetail .accThmImg a {
  display: block;
  width: 100%;
  height: 100%;
}
 .itemDetail .accThmItem {
    width: 100%;
    margin-left: 0;
  }
	.itemDetail .accItemProc {
		padding: 1.0rem 0.4rem 0 1.0rem;
	}
  .productCatSeries {
    width: inherit;
    padding: 1.0rem 0.6rem 0.6rem;
  }
  .productCatSeries h3 {
    margin-bottom: 0.4rem;
  }
  .productCatSeries .catSeriesThm {
    width: inherit;
  }
  .productFootBack a {
    width: 8rem;
    border: 1px solid #016545;
    line-height: 42px;  
  }
}

/* 大カテゴリーページ Ｑ＆Ａボタン */
.catQanda {
  text-align: center;
}
.catQanda h4 {
  font-size: 1.1rem;
  color: #016545;
}
.catQanda a {
  display: block;
  margin: 1.0rem auto;
  width: 96px;
}
.catQanda a img {
  border: 1px solid #016545;
  border-radius: 5px;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
}
.catQanda a:hover img {
  opacity: 0.7;
  background-color: #ecfcf7;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
}
