@charset "UTF-8";
/* ビルドアップフィルム　Insulationfilm
  ------------------------------------------- */
#MainVisual {
  background-image: url(../../images/i-tape/i-tape_mv.png);
}

@media screen and (max-width: 767px) {
  #MainVisual h1 {
    font-size: 5.6666666667vw;
    line-height: 1.5;
  }
}
.ThermalInsulationfilm h3 {
  margin-top: 0;
}
.ThermalInsulationfilm .list--dotted {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .column2 {
    gap: 0;
    margin-bottom: 0;
  }
}
.section__box {
  margin-bottom: 40px;
}
.section__box:last-child {
  margin-bottom: 0;
}

.img_box {
  border: 1px solid #C5C5C5;
}
.img_box.-overview {
  width: 460px;
  padding: 12px 31px 12px 23px;
}
.img_box.-usage {
  width: 100%;
  padding: 16px 20px;
}
.img_box img {
  width: 100%;
}

@media (max-width: 767px) {
  .img_box.-overview {
    width: 100%;
  }
}
.box--gray {
  margin-bottom: 46px;
}
.box--gray h4 {
  margin-top: 0;
}

.function_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 15px 20px;
  border: 1px solid #C5C5C5;
}

.icon__plus {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .icon__plus {
    font-size: 5.3333333333vw;
  }
}
.function_box__item {
  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;
  width: 284px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.function_box__item.-red {
  background-color: #A33F38;
}
.function_box__item.-green {
  background-color: #719B4E;
}
.function_box__item.-yellow {
  background-color: #BE9D3A;
}
.function_box__item.-orange {
  background-color: #CB762B;
}

@media (max-width: 767px) {
  .function_box__item {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.function_box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 21px;
}