.adj2307 #idea .flxB {
  flex-direction: row-reverse
}

.adj2307 #idea .flxB .imgBlc {
  position: static;
  width: 55.93%
}

.adj2307 #idea .flxB .imgBlc::after {
  display: block;
  width: 100%;
  min-height: auto;
  padding-top: 68.78%;
  content: ''
}

.adj2307 #idea .flxB .txtBlc {
  position: relative;
  width: calc(100% - 55.93%);
  padding: 65px 15px 55px 20px;
  padding: 0 20px
}

.adj2307 #idea .flxB .txtBlc .innr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 40px;
  transform: translateY(-50%)
}

.sub.adj2307_catalog .clm01 .imgBlc {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background-color: #cdcdcd;
  transition: .2s all ease
}

.sub.adj2307_catalog .clm01 .imgBlc::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-radius: 2px;
  background-image: url(../img/catalog/ico_page.svg);
  background-color: #cacacb;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  transition: .2s all ease
}

.sub.adj2307_catalog .clm01 .imgBlc:hover::before {
  width: 80px;
  height: 80px;
  opacity: 1
}

.sub.adj2307_catalog .clm01 .imgBlc a {
  display: inline-block;
  width: 100%;
  height: 100%
}

.sub.adj2307_catalog .clm02 .imgBox {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background-color: #cdcdcd;
  transition: .2s all ease
}

.sub.adj2307_catalog .clm02 .imgBox::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-radius: 2px;
  background-image: url(../img/catalog/ico_page.svg);
  background-color: #cacacb;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  transition: .2s all ease
}

.sub.adj2307_catalog .clm02 .imgBox:hover::before {
  width: 80px;
  height: 80px;
  opacity: 1
}

.sub.adj2307_catalog .clm02 .imgBox a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (min-width: 768px) {
  header.header_2307 .pc-nav>.flxB {
    align-items: center;
    justify-content: space-between
  }

  header.header_2307 .pc-nav .logoBlc {
    padding: 0 0 0 30px
  }

  header.header_2307 .pc-nav .rightBlc {
    height: 100%;
    height: 85px;
    padding: 0
  }

  header.header_2307 .pc-nav .rightBlc ul {
    height: 100%
  }

  header.header_2307 .pc-nav .rightBlc ul li {
    width: 102px;
    height: 100%;
    padding: 0
  }

  header.header_2307 .pc-nav .rightBlc ul li:nth-child(1) {
    border-right: none
  }

  header.header_2307 .pc-nav .rightBlc ul li:nth-child(2) {
    background-color: #e3bf5b
  }

  header.header_2307 .pc-nav .rightBlc ul li:nth-child(2) a {
    background-image: url(../img/common/icon_mail_2307.svg);
    background-size: 28px auto
  }

  header.header_2307 .pc-nav .rightBlc ul li:nth-child(2) a span {
    color: #fff
  }

  header.header_2307 .pc-nav .rightBlc ul li:nth-child(2):hover {
    opacity: .7
  }

  header.header_2307 .pc-nav .rightBlc ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-position: top 20px center
  }

  header.header_2307 .pc-nav .rightBlc ul li a span {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .adj2307 #idea .flxB {
    display: block
  }

  .adj2307 #idea .flxB .imgBlc {
    width: 100%;
    min-height: auto
  }

  .adj2307 #idea .flxB .txtBlc {
    width: 100%;
    padding: 6vw 4vw
  }

  .adj2307 #idea .flxB .txtBlc .innr {
    position: static;
    padding: 0;
    transform: translateY(0)
  }
}