.producttech{
  padding-top: 98px;
  padding-bottom: 160px;
}

.producttech__flexbox{
  display:flex;
  gap:37px;
  width:100%;
  margin-bottom: 100px;
}

.producttech__box-left{
  width:60%;
}

.producttech__box-left img{
  width:100%;
  height:auto;
  display:block;
}

.producttech__box-right{
  flex:1;
}

.producttech__type-title{
  width: 100%;
  background-color: #000;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  line-height: 2.0;
  letter-spacing: 0.05em;
  padding: 0 0 0 8px;
  margin-bottom: 16px;
}

.producttech__sub-title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 5px;
  margin-bottom: 16px;
}

.producttech__text{
  font-weight: 600;
  line-height: 2.0;
  letter-spacing: 0.05em;
  padding: 0 5px;
  margin-bottom: 32px;
}

.producttech__title-l{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

a.btn_producttech {
  display: block;
  position: relative;
  padding: 7px 10px;
  color: #fff;
  background-color: rgba(0,0,0,.50);
  margin: 0 auto 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.0;
  letter-spacing:0.05em;
  border-radius: 6px;
}

a.btn_producttech::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
a.btn_producttech.browser::before {
  background-image:url("../images/icon_browser.svg");
}
a.btn_producttech.download::before {
  background-image:url("../images/icon_download.svg");
}
a.btn_producttech.movie::before {
  background-image:url("../images/icon_movie.svg");
}

a.btn_redo {
  display: inline-block;
  position: relative;
  padding: 6px 16px 6px 58px;
  color: #000;
  background-color: #fff;
  margin: 0 auto 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing:0.05em;
  border-radius: 30px;
}
a.btn_redo::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 7px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-image:url("../images/arrow_redo.svg");
}


@media (max-width:768px){
  .producttech{
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .producttech__flexbox{
    flex-direction:column;
    gap:20px;
    margin-bottom: 40px;
  }

  .producttech__box-left,
  .producttech__box-right{
    width:100%;
  }

  .producttech__text{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    letter_spacing:0.05em;
    margin-bottom: 32px;
  }
  .producttech__title-l{
    font-size: 28px;
  }
}
/*動画用モーダル*/
/*※モーダルのCSSは本文に記述*/


/*絞り込み用カテゴリ名ボタン*/
.producttech_filter__item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height: 1.75;
  padding:0 20px;
  border-radius:9999px;
  background:rgba(0,0,0,.50);
  color:#fff;
  text-decoration:none;
  transition:.3s;
  margin-right: 20px;
  letter-spacing: 0.05em;
}
.producttech_filter__item:hover{
  opacity:.8;
}
.producttech_filter a.producttech_filter__item.is-active{
  background:#fff;
  color:#000;
}
@media screen and (max-width: 768px) {
  .producttech_filter__item{
    margin-bottom: 0;
    padding:0 12px;
    margin-right: 5px;
  }
}
