/* -------------------------------------------------------
 story teko or kote
------------------------------------------------------- */
.story-head_ttl_txt3.ttl_txt-another{
  font-family: Noto Sans JP;
  color: #AE7331;
  letter-spacing: 0.1em;
}
.text-combine {
  text-combine-upright: all;
  -ms-text-combine-horizontal: all;
  margin-bottom: 4px;
  }
  @media screen and (max-width: 480px) {
    .article_pic-last{
      margin-bottom: 60px;
    }
  }
/* topic_in */
.topic_in {
  background-color: #F4EBE2;
  padding: 108px 0 10px;
  margin-bottom: 100px;
	margin: 0 calc(30% - 50vw);
	width: 100vw;
  padding: 0 calc(50vw - 30%);
}
.topic-container {
  padding-bottom: 100px;
}
.topic_ttl {
  color: #AE7331;
  font-size:2.5rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 60px;
  position: relative;
  padding-top: 10px;
  padding-left: 45px;
}
.topic_ttl::before,
.topic_ttl::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
}
.topic_ttl::before {
  top: -18px;
  left: 0px;
  border-left: solid 1px #AE7331;
  border-top: solid 1px #AE7331;
}
.topic_ttl::after {
  bottom: -18px;
  right: 0px;
  border-right: solid 1px #AE7331;
  border-bottom: solid 1px #AE7331;
}
.topic_in .story-article_text {
  margin-bottom: 0px;
}
.teko-or-kote .btn.btn-contact a {
  padding: 25px 0;
}
@media screen and (max-width: 480px) {
  .topic_in {
    padding: 108px 0 10px;
    margin-bottom: 100px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 calc(50vw - 50%);
  }
  .topic-container {
    padding-bottom: 40px;
  }
  .topic_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .topic_ttl::before,
  .topic_ttl::after {
    width: 20px;
    height: 20px;
  }
  .story-head_ttl-icon {
      width: 106px;
      margin-bottom: -15px;
  }
  .story-head_ttl_txt3.ttl_txt-another {
    font-size: 2rem;
  }
  .teko-or-kote .cooperation-set_pic.wcd-pattern {
    width: 125px;
    margin: 20px auto -15px;
  }
  .topic_ttl::before {
    top: 0px;
    left: 0px;
  }
  .topic_ttl::after {
    bottom: -5px;
    right: 0px;
  }
  .topic_in .story-article_first-block {
    padding-top: 40px;
  }
  .cooperation-set {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .teko-or-kote .story-article > .story_in {
      overflow: visible;
  }
}
/* product
------------------------------------------------------- */

/* left*/
.product-head_pic::before {
  background: #C0CEDC;
}
/* right*/
.product-head_pic::after {
  background: #19211E;
}
.product_pic {
  display: block;
}
.product_pic figcaption {
  margin-top: 10px;
  line-height: 1.3;
}
.product_name {
  position: relative;
}
.product_item:last-child {
  padding-left: 0;
}
.btn-row:first-child {
  padding: 0;
}
.btn-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.btn-col {
  width: 50%;
}
.btn-col:first-child {
  margin-right: 10px;
}
.btn-col:last-child {
  margin-left: 10px;
}
.btn-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mb-25 {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 480px) {
  .product_ttl,
  .product_ttl > .fnt-italic {
    margin-top: 0;
  }
  .product_ttl {
    position: relative;
  }
  .btn-row {
    display: block;
  }
  .btn-col {
    width: 100%;
  }
  .btn-col:last-child {
    margin-left: 0;
  }
}