@charset "utf-8";
.contents_ttl {
  background: #f4f2ec;
}
.contents_ttl h2 {
  font-size: 2.8rem;
  text-align: left;
  padding: 40px 0;
}
.sec01 {
  text-align: left;
}
.sec01 .detail_wrap, .detail_mark {
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
}
.sec01 .detail_wrap {}
.detail_wrap .detail_l {
  width: 50%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ededed;
}
.detail_wrap .detail_l img {
  width: 100%;
  height: 100%;
    object-fit: cover;
}
.detail_wrap .detail_r {
  width: 50%;
  min-height: 500px;
  padding: 0 0 0 7%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ededed;
}
.detail_ttl {
  width: 100%;
}
.detail_ttl h3 {
  margin: 0 0 10px;
  font-size: 3.2rem;
  line-height: 1;
}
.detail_ttl h4 {
  margin: 0 0 5px;
  font-size: 2.5rem;
  line-height: 1.3;
}
.detail_ttl h5 {
  font-size: 2rem;
  line-height: 1.3;
}
.detail_ttl small {
  margin: 5px 0 0;
  display: block;
  font-size: 3rem;
}
.detail_ttl .new {
  width: 80px;
  height: 30px;
  margin: 10px 0 0;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: 4px;
  background: #e73820;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.detail_ttl .new::before {
  content: "NEW";
}
.detail_ttl .new1 {
  width: 80px;
  height: 30px;
  margin: 10px 0 0;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: 4px;
  background: #e73820;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.detail_ttl .new1::before {
  content: "販売終了";
}
.detail_ttl .ended {
  width: 110px;
  height: 30px;
  margin: 10px 0 0;
  position: relative;
  text-align: center;
  vertical-align: 4px;
  display: inline-block;
  background: #005689;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.detail_ttl .ended::before {
  content: "販売終了";
}
.detail_ttl .end {
  width: 130px;
  height: 30px;
  margin: 10px 0 0;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: 4px;
  background: #50b41e;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.detail_ttl .end::before {
  content: "販売終了予定";
}
.detail_ttl .refer {
  width: 130px;
  height: 30px;
  margin: 10px 0 0;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: 4px;
  background: #F99F00;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.detail_ttl .refer::before {
  content: "参考掲載";
}
.detail_mark {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.detail_mark li {
  padding: 6px;
  margin-right: 10px;
}
.detail_mark.mark01 li {
  background: #3c9696;
}
.detail_mark.mark02 li {
  background: #e89196;
}
.detail_mark.mark03 li {
  background: #a07d73;
}
.detail_mark.mark04 {
  margin-bottom: 20px;
}
.detail_mark.mark04 li {
  background: #1e92b8;
}
.detail_mark.mark05 {
  align-items: flex-end;
  margin-bottom: 30px;
}
.detail_mark.mark05 li {
  padding: 0;
}
.detail_mark.mark05 img {
  max-width: 47px;
  width: 100%;
}
.detail_txt_group .lead_ttl {
  font-size: 2rem;
  color: #980e16;
  margin-bottom: 20px;
}
.detail-contact {
  width: 100%;
}
.detail-contact .contact_btn, .detail-contact .rental_btn {
  margin: 0 0 2%;
  max-width: 400px;
}
.detail-contact .contact_btn a, .detail-contact .rental_btn a {
  padding: 2% 0 2% 8%;
  justify-content: flex-start;
}
.detail_txt_group {
  width: 100%;
  padding: 5% 0 0;
}
/*製品を探す*/
.tab-target {
  display: none;
}
.tab-target.current {
  display: block;
}
.tab {
  display: flex;
  justify-content: flex-start;
  margin: 30px auto;
}
.tab li {
  border: 1px solid #fff;
  width: 25%;
  background: #c8c8c8;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
}
.tab li.current {
  border: 1px solid #b3b3b3;
  border-bottom: none;
  width: 25%;
  background: #fff;
  color: #505050;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
}
.tab-target ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
}
.tab-target ul li {
  width: 32.666%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 1% !important;
}
.tab-target ul.feature1 li:nth-of-type(3) {
  margin-right: 0% !important;
}
.tab-target ul li a {
  display: block;
  transition: 0.5s ease;
}
.tab-target ul li a:hover {
  text-decoration: none;
}
.sec02 {
  margin: 0 auto 5%;
}
@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 767px) {
  .sec01, .sec02 {
    margin: 0 auto 40px;
  }
  .sec01 > div {
    width: 100%;
    margin-right: 0;
  }
  .sec01 > figure {
    margin: 30px 0;
  }
  .detail_wrap .detail_l {
    width: 100%;
    min-height: auto;
    padding: 5%;
  }
  .detail_wrap .detail_r {
    width: 100%;
    min-height: auto;
    padding: 5% 7% 10%;
  }
  .detail_txt_group {
    padding: 8% 5% 0;
    order: 3;
  }
  .detail_ttl {
    margin: 0 0 10%;
    font-size: 2rem;
  }
  .detail_ttl small {
    margin: 0;
    font-size: 1.5rem;
  }
  .detail-contact .contact_btn a p, .detail-contact .rental_btn a p {
    font-size: 20px;
  }
  .tab {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .tab li {
    font-size: 14px;
  }
  .tab li, .tab li.current {
    width: 50%;
    padding: 10px 5px;
  }
  .tab li.current {
    border: 1px solid #b3b3b3;
  }
  .tab-target ul {
    flex-wrap: wrap;
  }
  .tab-target ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
/*  活用シーン
/* ------------------------------------------------------------------------ */
.scene_group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px 0;
}
.scene_group li {
  max-width: 300px;
  width: 100%;
  margin-right: 40px;
  text-align: left;
}
.scene_group li > div {
  margin-bottom: 15px;
}
.label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  background: #900e16;
  color: #fff;
  padding: 0 14px 2px;
}
.scene_group li h5 {
  font-size: 2.2rem;
}
.scene_group li a {
  display: block;
  width: 100%;
  border: solid 1px #900e16;
  color: #900e16;
  position: relative;
  text-align: center;
  padding: 10px;
  transition: 0.5s ease;
  font-weight: bold;
}
.scene_group li a::before {
  display: inline-block;
  content: "\f105";
  color: #900e16;
  font-family: 'FontAwesome';
  font-size: 28px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.5s ease;
}
.scene_group li a:hover {
  text-decoration: none;
  background: #900e16;
  border: 1px solid #fff;
  color: #fff;
}
.scene_group li a:hover::before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .scene_group {
    display: block;
  }
  .scene_group li {
    margin: 0 auto 60px;
  }
  .scene_group li:last-child {
    margin: 0 auto;
  }
}
/*  動画
/* ------------------------------------------------------------------------ */
.movie_group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0;
}
.movie_group .movie_l {
  /*border: solid 1px #b3b3b3;*/
  max-width: 462px;
  width: 35%;
  margin-right: 40px;
}
.movie_group .movie_r {
  text-align: left;
  width: 64%;
}
.movie_group .movie_r h5 {
  color: #900e16;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .movie_group .movie_l {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .movie_group {
    display: block;
  }
  .movie_group .movie_l {
    margin: 0 auto 15px;
  }
  .movie_group .movie_l, .movie_group .movie_r {
    width: 100%;
  }
}
/*  関連情報
/* ------------------------------------------------------------------------ */
.information_area {
  margin: 10px 0 70px;
}
.information_area dl {
  border-bottom: 2px dotted#505050;
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
.information_area dl dt {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.6;
  margin-right: 22px;
}
.information_area dl dd {
  width: 83.529%;
  text-align: left;
  line-height: 1.6;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .information_area dl {
    display: block;
  }
  .information_area dl dd {
    width: 100%;
  }
}
.box_style02 figure figcaption, .feature2 figure figcaption {
  margin-top: 0em;
  font-weight: bold;
}
.fb-text-image-inner {
  margin: 40px auto 30px;
  gap: 0 40px;
}
.fb-image-center figure {}
.fb-text-image-inner .fb-content {
  width: 60%;
}
/* ----------------------- 画像周り20260422追加 ----------------------- */
.fb-two-images {}
.fb-two-images .fb-media-group {
  gap: 0 40px;
}
.fb-two-images .fb-media-group figure {
  width: 50%;
}
.fb-text-image-inner figure {
  width: 40%;
}
.fb-three-images .fb-media-group {
  gap: 0 40px;
}
.fb-three-images .fb-media-group figure {
  width: 33.333333%;
}
.fb-text-image-inner figure figcaption, .fb-two-images .fb-media-group figure figcaption, .fb-image-center figure figcaption, .fb-three-images figure figcaption {
  text-align: center;
}
@media only screen and (max-width: 960px) {
    .fb-two-images .fb-media-group figure,
  .fb-text-image-inner figure,
  .fb-three-images .fb-media-group figure {
    width: 100%;
    margin: 0; 
  }
}

/* ----------------------- 申し込みボタン202604追加 ----------------------- */
.products-btn-apply{
    text-align:center;
    margin:0 auto ;
    width:400px;
}
.products-btn-apply a:hover{
    transition:0.3s;
    opacity:0.8;
}
@media only screen and (max-width: 960px) {
    .products-btn-apply{
    width:100%;
}
}