@charset "utf-8";
/* CSS Document */
.productH2 {
  text-align: inherit;
  font-size: 1.8rem;
  font-weight: 700;
}
.productH3 {
  text-align: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.0rem;
  border-bottom: 1px solid #c0c0c0;
}
@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;  
}
.cat2SeriesTtl {
  width: 100%;
	margin: 2.4rem auto 1.6rem;
	padding: 0.6rem 0 0.6rem 1.0rem;
  font-weight: 700;
  font-size: 1.24rem;
  color: #016545;
	background-color: #ebfff8;
	border-left: 8px double;
}
.cat2SeriesTtl:first-of-type {
	margin-top: 0.6rem;
}
.cat2SeriesItem {
  width: 25%;
  margin-bottom: 1.6rem;
}
.cat2SeriesItem p {
  margin-left: 1.0rem;
}
.cat2SeriesItem a {
  display: block;
  width: 84%;
  margin: 0 auto 0.6rem;
  text-align: center;
  color: #046043;
  font-weight: 700;
  border: 1px solid #01654536;
  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: #f6fffc;
  font-weight: 700;
}
.cat2SeriesItem a div {
  overflow: hidden;
}
.cat2SeriesItem a img {
  transition-duration: 0.5s;
}
.cat2SeriesItem a:hover img {
  transform: scale(1.15);
  opacity: 0.8;
}
.cat2SeriesItem a span {
  display: inline-block;
  padding: 0.2rem 0.4rem;
}
.catSeriesTtl {
  width: 100%;
  font-weight: 500;
  color: #016545;
}
@media screen and (max-width: 767px) {
  .catTopMes {
    width: 94%;
    margin: 1.6rem auto;
  }
  .cat1stThm {
    width:50%;
  }
}

/* 製品シリーズ */
.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;
}
.productHeadThm{
  width: 42%;
  max-width: 600px;
  /*border: 1px solid #d0d0d0;*/
}
.productHeadMsg {
  width: 58%;
  padding: 0 0 0 1.6rem;
}
.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;
}
.pdfIcon {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  /*border: 1px solid #01654580;
  border-radius: 5px;*/
}
.pdfIcon img {
  vertical-align: middle;
  width: 48px;
}
.productHeadColor {
  align-self: stretch;
  margin-left: 1.6rem;
  padding: 0.6rem;
  /*border: 1px solid #01654580;
  border-radius: 5px;*/
	overflow: hidden;
}
.productHeadColor select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	position: relative;
	border-radius: 2px;
	border: 2px solid #91c7be;
	background: #ffffff;
	padding: 8px 38px 8px 8px;
}
.productHeadColor select::-ms-expand {
    display: none;
}
@media screen and (max-width: 767px) {
  .productHeader {
    display: block;
    width: 94%;
    margin: 0 auto 1.6rem;
  }
  .productHeadThm {
    width: inherit;
    max-width: inherit;
    margin: auto;
  }
  .productHeadMsg {
    width: 100%;
    padding: 0.6rem 0 1.0rem;
  }
  .productHeadInfo {
    /*display: block;*/
  }
  .productHeadPdf {
    width: 100%;
    margin-bottom: 1.0rem;
  }
  .pdfIcon img {
    width: 48px;
  }
  .productHeadColor {
    margin: 0 auto 1.0rem;
    width: 48%;
  }
}

/* 製品サムネイル */
.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: 18.36%;
    margin: 0.6rem 0.78%;
  }
}
@media (min-width:992px) and (max-width:1136.98px){
  .thmItem {
    width: 15.1%;
    margin: 0.6rem 0.78%;
  }
}
@media (min-width:1137px) and (max-width:1366.98px){
  .thmItem {
    width: 12.7%;
    margin: 0.6rem 0.78%;
  }
}
@media screen and (min-width: 1367px) {
  .thmItem {
    width: 11.02%;
    margin: 0.6rem 0.74%;
  }  
}
.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: #0ba675;
  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(500% + 32.4%);
  }
  .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% - 8%);
  }
  .thmItem:nth-of-type(5n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 15.8%);
  }
  .thmItem:nth-of-type(5n+4) .thmItemInner {
      margin: 0 0 0 calc(-300% - 24.5%);
  }
  .thmItem:nth-of-type(5n) .thmItemInner {
      margin: 0 0 0 calc(-400% - 33%);
  }
}
@media (min-width:992px) and (max-width:1136.98px){
  .thmItem .thmItemInner {
    width: calc(600% + 50%);
  }
  .thmItem:nth-of-type(6n+1) .thmItemInner {
      margin: 0 0 0 -0;
  }
  .thmItem:nth-of-type(6n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 10%);
  }
  .thmItem:nth-of-type(6n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 20%);
  }
  .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% - 40%);
  }
  .thmItem:nth-of-type(6n) .thmItemInner {
      margin: 0 0 0 calc(-500% - 50%);
  }
}
@media (min-width:1137px) and (max-width:1366.98px){
  .thmItem .thmItemInner {
    width: calc(700% + 72.8%);
  }
  .thmItem:nth-of-type(7n+1) .thmItemInner {
      margin: 0 0 0 -0;
  }
  .thmItem:nth-of-type(7n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 12%);
  }
  .thmItem:nth-of-type(7n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 24%);
  }
  .thmItem:nth-of-type(7n+4) .thmItemInner {
      margin: 0 0 0 calc(-300% - 36%);
  }
  .thmItem:nth-of-type(7n+5) .thmItemInner {
      margin: 0 0 0 calc(-400% - 48%);
  }
  .thmItem:nth-of-type(7n+6) .thmItemInner {
      margin: 0 0 0 calc(-500% - 60%);
  }
  .thmItem:nth-of-type(7n) .thmItemInner {
      margin: 0 0 0 calc(-600% - 72%);
  }
}
@media screen and (min-width: 1367px) {
  .thmItem .thmItemInner {
    width: calc(800% + 94%);
  }
  .thmItem:nth-of-type(8n+1) .thmItemInner {
      margin: 0 0 0 -0;
  }
  .thmItem:nth-of-type(8n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 14%);
  }
  .thmItem:nth-of-type(8n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 28%);
  }
  .thmItem:nth-of-type(8n+4) .thmItemInner {
      margin: 0 0 0 calc(-300% - 42%);
  }
  .thmItem:nth-of-type(8n+5) .thmItemInner {
      margin: 0 0 0 calc(-400% - 54%);
  }
  .thmItem:nth-of-type(8n+6) .thmItemInner {
      margin: 0 0 0 calc(-500% - 68%);
  }
  .thmItem:nth-of-type(8n+7) .thmItemInner {
      margin: 0 0 0 calc(-600% - 81%);
  }
  .thmItem:nth-of-type(8n) .thmItemInner {
      margin: 0 0 0 calc(-700% - 95%);
  }
}

.thmItem .thmItemInner .itemDetail {
  left: 3%;
  padding: 1rem;
  /*background: #fcfcfc;
  background: -moz-linear-gradient(top, #fafffa 0%, #f4f4f4 72%, #f4fff4 100%);
  background: -webkit-linear-gradient(top, #fafffa 0%,#f4f4f4 72%,#f4fff4 100%);
  background: linear-gradient(to bottom, #fafffa 0%,#f4f4f4 72%,#f4fff4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4fff4',GradientType=0 );*/
  background-color: #ffffff;
  min-height: 300px;
}
.itemDetail .itemName {
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;    
}
.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 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;    
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.itemDetail .accItem {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
}
.itemDetail .accThmImg {
  position: relative;
  width: 240px;
  height: 240px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #eaeaea;  
}
.itemDetail .accThmImg:first-of-type {
   background-size: contain;
}
.itemDetail .accThmImg:nth-of-type(2) {
  margin-left: 1.6rem;
  width: 96px;
}
.itemDetail .accThmImg a {
  display: block;
  width: 240px;
  height: 240px;
}
.itemDetail .accThmImg .loupeItem {
  position: absolute;
  width: 36px;
  height:36px;
  right: 0;
  bottom: 0;
}
.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;
}

@media screen and (max-width: 767px) {
  .productThmBlock {
    width: 96%;
    margin-bottom: 2.4rem
  }
  .cat2SeriesItem {
    width: 50%;
    margin-bottom: inherit;
  }
  .cat2SeriesItem a {
    font-size: 0.9rem;
    width: 86%;
    margin: 0.6rem auto;
    /*padding: 1.0rem 0.4rem;*/
  }

  .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 .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;
  }
  .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) {
}
