/* st-PageIntro
-----------------------------------*/
.is-ductcutter .st-PageIntro {
  background-image: url("../img/bg_ductcutter_01_sp.jpg");
}
.is-ductcutter .st-PageIntro_Title_Item {
  display: block;
}
.is-ductcutter .st-PageIntro_Title_Item-sm {
  font-size: 1.25rem;
  margin-bottom: 2px;
}

@media screen and (min-width: 700px) {
  .is-ductcutter .st-PageIntro {
    background-image: url("../img/bg_ductcutter_01_pc.jpg");
  }
  .is-ductcutter .st-PageIntro_Title {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
/* ductcutter-Intro
-----------------------------------*/
.ductcutter-Intro {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 26px;
  margin-top: 60px;
  margin-inline: auto;
  padding-inline: 20px;
}
.ductcutter-Intro_Title_Item {
  display: block;
}
.ductcutter-Intro_Title_Item-sm {
  color: #000;
  font-size: 1.25rem;
  margin-bottom: -6px;
}
.ductcutter-Intro_Text {
  font-size: 0.875rem;
  line-height: 1.43;
}
.ductcutter-Intro_Title + .ductcutter-Intro_Text {
  margin-top: 9px;
}
.ductcutter-Intro_Text + .ductcutter-Intro_Text {
  margin-top: 10px;
}
.ductcutter-Intro_Image {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 700px) {
  .ductcutter-Intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .ductcutter-Intro_Item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 960px) {
  .ductcutter-Intro {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin-top: 130px;
    padding-inline: 40px;
  }
  .ductcutter-Intro_Item-text {
    margin-top: 34px;
  }
  .ductcutter-Intro_Text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/* ductcutter-VideoFeature
-----------------------------------*/
.ductcutter-VideoFeature {
  background-color: #f0f0f0;
  margin-top: 57px;
  padding-top: 60px;
  padding-bottom: 72px;
}

@media screen and (min-width: 960px) {
  .ductcutter-VideoFeature {
    margin-top: 106px;
    padding-bottom: 85px;
  }
}
/* ductcutter-Video
-----------------------------------*/
.ductcutter-Video {
  max-width: 800px;
  aspect-ratio: 4/3;
  margin-inline: auto;
  padding-inline: 20px;
}
.ductcutter-Video_Vimeo {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 960px) {
  .ductcutter-Video {
    padding-inline: 40px;
  }
}
/* ductcutter-Feature
-----------------------------------*/
.ductcutter-Feature {
  max-width: 1180px;
  margin-top: 62px;
  margin-inline: auto;
  padding-inline: 20px;
}
.ductcutter-Feature_Title {
  font-size: 0.875rem;
  line-height: 1.43;
  margin-left: 10px;
}
.ductcutter-Feature_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 52px;
  margin-top: 23px;
}
.ductcutter-Feature_List_Item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 19px;
}
.ductcutter-Feature_List_Title {
  color: #556998;
  font-size: 0.875rem;
  line-height: 1.43;
}
.ductcutter-Feature_List_Text {
  font-size: 0.875rem;
  line-height: 1.43;
}
.ductcutter-Feature_List_Title + .ductcutter-Feature_List_Text {
  margin-top: 11px;
}
.ductcutter-Feature_List_Image {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 700px) {
  .ductcutter-Feature_List {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .ductcutter-Feature_List_Item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .ductcutter-Feature {
    margin-top: 67px;
    padding-inline: 40px;
  }
  .ductcutter-Feature_Title {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 40px;
  }
  .ductcutter-Feature_List {
    gap: 55px 50px;
    margin-top: 19px;
  }
  .ductcutter-Feature_List_Item {
    width: calc((100% - 100px) / 3);
    row-gap: 15px;
  }
  .ductcutter-Feature_List_Title {
    font-size: 1rem;
    line-height: 1.5;
  }
  .ductcutter-Feature_List_Text {
    font-size: 1rem;
    line-height: 1.5;
  }
  .ductcutter-Feature_List_Title + .ductcutter-Feature_List_Text {
    margin-top: 6px;
  }
}
/* ductcutter-OtherImage
-----------------------------------*/
.ductcutter-OtherImage {
  max-width: 680px;
  margin-top: 66px;
  margin-inline: auto;
  padding-inline: 20px;
}
.ductcutter-OtherImage_Item {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 960px) {
  .ductcutter-OtherImage {
    margin-top: 51px;
    padding-inline: 40px;
  }
}
/* ductcutter-Spec
-----------------------------------*/
.ductcutter-Spec {
  margin-top: 18px;
  margin-bottom: 84px;
}
.ductcutter-Spec_Title {
  font-size: 0.875rem;
  line-height: 1.43;
  max-width: 680px;
  margin-inline: auto;
  padding-inline: 20px;
}
.ductcutter-Spec_Content {
  max-width: 760px;
  margin-top: 3px;
  margin-inline: auto;
  padding-inline: 20px;
  overflow: auto;
}
.ductcutter-Spec_Tbl {
  font-size: 0.8125rem;
  line-height: 1.54;
  width: 100%;
  min-width: 470px;
  border-collapse: collapse;
}
.ductcutter-Spec_Tbl_Header {
  background-color: #f5f5f5;
  border: 1px solid #969696;
  border-top: none;
  padding: 0;
}
.ductcutter-Spec_Tbl_Header:first-of-type {
  border-left: none;
}
.ductcutter-Spec_Tbl_Header:last-of-type {
  border-right: none;
}
.ductcutter-Spec_Tbl_Header-01 {
  width: 34.0425531915%;
}
.ductcutter-Spec_Tbl_Header-02 {
  width: 21.2765957447%;
}
.ductcutter-Spec_Tbl_Header-03 .ductcutter-Spec_Tbl_Text {
  min-height: 0;
}
.ductcutter-Spec_Tbl_Data {
  border: 1px solid #969696;
  border-top: none;
  padding: 0;
}
.ductcutter-Spec_Tbl_Data:last-of-type {
  border-right: none;
}
.ductcutter-Spec_Tbl_Data-sm .ductcutter-Spec_Tbl_Text {
  min-height: 0;
}
.ductcutter-Spec_Tbl_Text {
  text-align: center;
  overflow-wrap: anywhere;
  min-height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px;
}
.ductcutter-Spec_Note {
  color: #969696;
  font-size: 0.75rem;
  line-height: 1.67;
  max-width: 760px;
  text-align: right;
  margin-top: 5px;
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (min-width: 960px) {
  .ductcutter-Spec {
    margin-bottom: 102px;
  }
  .ductcutter-Spec_Title {
    font-size: 1rem;
    line-height: 1.5;
    padding-inline: 80px;
  }
  .ductcutter-Spec_Content {
    margin-top: 0;
    padding-inline: 40px;
  }
  .ductcutter-Spec_Tbl {
    font-size: 0.8125rem;
    line-height: 1.54;
    width: 100%;
    min-width: 470px;
    border-collapse: collapse;
  }
  .ductcutter-Spec_Tbl_Header-01 {
    width: 36.8421052632%;
  }
  .ductcutter-Spec_Tbl_Header-02 {
    width: 17.1052631579%;
  }
  .ductcutter-Spec_Note {
    font-size: 0.8125rem;
    line-height: 1.54;
    margin-top: 7px;
    padding-inline: 40px;
  }
}