@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : privacy.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.h1_box {
  background: url(/products/img/pinefiber/bg_h1.jpg) no-repeat center top/cover;
}

section.feature .feature_wrap {
  margin-bottom: 90px;
}
section.feature .feature_wrap .feature_box {
  background: #FFF;
  padding: 100px 0 60px;
  border-radius: 135px;
}
section.feature .feature_wrap .feature_box.box01 {
  margin-bottom: 60px;
}
section.feature .feature_wrap .feature_box .tit01 {
  width: 53%;
  margin: 0 auto 30px;
  border-top: solid 1px #827826;
  border-bottom: solid 1px #827826;
  font-size: 24px;
  padding: 12px 0;
  position: relative;
  color: #827826;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
section.feature .feature_wrap .feature_box .tit01::before {
  content: "パインファイバーWは";
  display: inline-block;
  background: #358742;
  color: #FFF;
  font-size: 15px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: -60px;
}
section.feature .feature_wrap .feature_box .tit01::after {
  content: "";
  display: block;
  border-top: 14px solid #358742;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  position: absolute;
  left: 85px;
  top: -25px;
}
section.feature .feature_wrap .feature_box .img01 {
  text-align: center;
  margin-bottom: 20px;
}
section.feature .feature_wrap .feature_box .img01 img {
  width: 65.1%;
}
section.feature .feature_wrap .feature_box .img02 {
  text-align: center;
}
section.feature .feature_wrap .feature_box .img02 img {
  width: 66.3%;
}
section.feature .feature_wrap .feature_box .img03 {
  text-align: center;
  margin-bottom: 20px;
}
section.feature .feature_wrap .feature_box .img03 img {
  width: 65.1%;
}
section.feature .point_wrap {
  margin-bottom: 80px;
}
section.feature .point_wrap .point_title {
  text-align: center;
  margin-bottom: 60px;
}
section.feature .point_wrap .point_title span {
  display: inline-block;
  font-size: 40px;
  color: #877826;
  line-height: 1.1;
  letter-spacing: 0.2em;
  position: relative;
  padding-top: 80px;
}
section.feature .point_wrap .point_title span::before {
  content: "";
  display: block;
  width: 637px;
  height: 117px;
  background: url(/products/img/pinefiber/img_point_title01.png) no-repeat center center/100% auto;
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -318px;
}
section.feature .point_wrap .point_title span::after {
  content: "";
  display: block;
  width: 201px;
  height: 105px;
  background: url(/products/img/pinefiber/img_title01.png) no-repeat center center/100% auto;
  position: absolute;
  right: -315px;
  bottom: -10px;
}
section.feature .point_wrap .point_box {
  background: #FFF;
  border-radius: 135px;
  padding: 70px 0;
  margin-bottom: 30px;
}
section.feature .point_wrap .point_box .box_inner {
  display: flex;
  justify-content: flex-start;
}
section.feature .point_wrap .point_box .box_inner .box_txt .tit_box {
  position: relative;
}
section.feature .point_wrap .point_box .box_inner .box_txt .tit_box .point {
  width: 72px;
  height: 72px;
  position: absolute;
  left: -82px;
  top: 50%;
  margin-top: -36px;
  border-radius: 50%;
  background: #877826;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  line-height: 1.2;
}
section.feature .point_wrap .point_box .box_inner .box_txt .tit_box .point span {
  font-size: 33px;
  display: inline-block;
  line-height: 1;
}
section.feature .point_wrap .point_box .box_inner .box_txt .tit_box .tit {
  font-size: 24px;
  color: #877826;
  line-height: 1.4;
  margin-bottom: 30px;
}
section.feature .point_wrap .point_box .box_inner .box_txt .tit_box .tit span {
  font-size: 17px;
}
section.feature .point_wrap .point_box .box_inner.inner01 {
  padding: 0 100px 0 160px;
}
section.feature .point_wrap .point_box .box_inner.inner01 .box_txt {
  width: 77.8%;
  margin-right: 10.5%;
}
section.feature .point_wrap .point_box .box_inner.inner01 .box_img {
  width: 11.7%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.feature .point_wrap .point_box .box_inner.inner02 {
  padding: 0 70px 0 160px;
}
section.feature .point_wrap .point_box .box_inner.inner02 .box_txt {
  width: 56.6%;
  margin-right: 4.9%;
}
section.feature .point_wrap .point_box .box_inner.inner02 .box_img {
  width: 38.5%;
}
section.feature .point_wrap .point_box .box_inner.inner02 .box_img02 {
  margin-top: 10%;
}
section.feature .point_wrap .point_box .box_inner.inner02 .box_img02_sp {
  display: none;
}
section.feature .point_wrap .point_box .box_inner.inner03 {
  padding: 0 50px 0 160px;
}
section.feature .point_wrap .point_box .box_inner.inner03 .box_txt {
  width: 74%;
  margin-right: 2.2%;
}
section.feature .point_wrap .point_box .box_inner.inner03 .box_img {
  width: 23.8%;
}
section.feature .point_wrap .point_box .box_txt_sp {
  display: none;
}
section.feature .point_wrap .point_box.bottom {
  margin-bottom: 0;
}

section.faq .faq_title .tit span::before {
  content: "";
  display: block;
  width: 201px;
  height: 105px;
  background: url(/products/img/pinefiber/img_title01.png) no-repeat center center/100% auto;
  position: absolute;
  right: -225px;
  bottom: 0px;
}

section.howto .howto_box {
  background: #FFF;
  border: dotted 2px #877826;
  border-radius: 30px;
  text-align: center;
  padding: 30px 0 20px;
  position: relative;
}
section.howto .howto_box .tit01 {
  width: 53%;
  margin: 0 auto 15px;
  border-top: solid 1px #827826;
  border-bottom: solid 1px #827826;
  font-size: 24px;
  padding: 12px 0;
  position: relative;
  color: #827826;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
section.howto .howto_box .img01 {
  width: 81.9%;
  margin: 30px auto 0;
}
section.howto .howto_box .img02 {
  width: 11.1%;
  position: absolute;
  top: 30px;
  right: 30px;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .h1_box {
    background: url(/products/img/pinefiber/bg_h1_sp.jpg) no-repeat center center/cover;
  }
  section.feature .feature_wrap {
    margin-bottom: 20px;
  }
  section.feature .feature_wrap .feature_box {
    background: #FFF;
    padding: 40px 10px 20px;
    border-radius: inherit;
  }
  section.feature .feature_wrap .feature_box.box01 {
    margin-bottom: 60px;
  }
  section.feature .feature_wrap .feature_box .tit01 {
    width: 100%;
    margin: 0 auto 30px;
    border-top: solid 1px #827826;
    border-bottom: solid 1px #827826;
    font-size: 20px;
    padding: 10px 0;
    position: relative;
    color: #827826;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
  }
  section.feature .feature_wrap .feature_box .tit01::before {
    content: "パインファイバーWは";
    display: inline-block;
    background: #358742;
    color: #FFF;
    font-size: 15px;
    padding: 5px 0;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -60px;
  }
  section.feature .feature_wrap .feature_box .tit01::after {
    content: "";
    display: block;
    border-top: 14px solid #358742;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    position: absolute;
    left: 50%;
    top: -33px;
    margin-left: -14px;
  }
  section.feature .feature_wrap .feature_box .img01 {
    text-align: center;
    margin-bottom: 10px;
  }
  section.feature .feature_wrap .feature_box .img01 img {
    width: 100%;
  }
  section.feature .feature_wrap .feature_box .img02 {
    text-align: center;
  }
  section.feature .feature_wrap .feature_box .img02 img {
    width: 100%;
  }
  section.feature .feature_wrap .feature_box .img03 {
    text-align: center;
    margin-bottom: 10px;
  }
  section.feature .feature_wrap .feature_box .img03 img {
    width: 100%;
  }
  section.feature .point_wrap {
    margin-bottom: 40px;
  }
  section.feature .point_wrap .point_title {
    text-align: center;
    margin-bottom: 80px;
  }
  section.feature .point_wrap .point_title span {
    display: block;
    font-size: 25px;
    color: #877826;
    line-height: 1.1;
    letter-spacing: 0.2em;
    position: relative;
    padding-top: 50px;
  }
  section.feature .point_wrap .point_title span::before {
    content: "";
    display: block;
    width: 100%;
    height: 65px;
    background: url(/products/img/pinefiber/img_point_title01.png) no-repeat center center/100% auto;
    position: absolute;
    left: 0;
    top: 5px;
    margin-left: 0;
  }
  section.feature .point_wrap .point_title span::after {
    content: "";
    display: block;
    width: 100px;
    height: 53px;
    background: url(/products/img/pinefiber/img_title01.png) no-repeat center center/100% auto;
    position: absolute;
    right: inherit;
    left: 50%;
    margin-left: -50px;
    bottom: -60px;
  }
  section.feature .point_wrap .point_box {
    background: #FFF;
    border-radius: inherit;
    padding: 30px 0;
    margin-bottom: 0px;
    border: solid 2px #907826;
    border-bottom: none;
  }
  section.feature .point_wrap .point_box .box_inner {
    display: none;
  }
  section.feature .point_wrap .point_box .box_inner .box_txt {
    margin-bottom: 10px;
  }
  section.feature .point_wrap .point_box .box_inner .box_txt .tit_box {
    display: none;
    position: relative;
    padding-left: 60px;
  }
  section.feature .point_wrap .point_box .box_inner .box_txt .tit_box .point {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -27px;
    border-radius: 50%;
    background: #877826;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: -0.08em;
  }
  section.feature .point_wrap .point_box .box_inner .box_txt .tit_box .point span {
    font-size: 24px;
    display: inline-block;
    line-height: 1;
  }
  section.feature .point_wrap .point_box .box_inner .box_txt .tit_box .tit {
    font-size: 20px;
    color: #877826;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  section.feature .point_wrap .point_box .box_inner .box_txt .tit_box .tit span {
    font-size: 12px;
  }
  section.feature .point_wrap .point_box .box_inner.inner01 {
    padding: 15px 15px 0;
  }
  section.feature .point_wrap .point_box .box_inner.inner01 .box_txt {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    box-sizing: border-box;
  }
  section.feature .point_wrap .point_box .box_inner.inner01 .box_img {
    width: 100%;
    display: block;
    text-align: center;
  }
  section.feature .point_wrap .point_box .box_inner.inner01 .box_img img {
    width: 100px;
  }
  section.feature .point_wrap .point_box .box_inner.inner02 {
    padding: 15px 15px 0;
  }
  section.feature .point_wrap .point_box .box_inner.inner02 .box_txt {
    width: 100%;
    margin-right: 0;
  }
  section.feature .point_wrap .point_box .box_inner.inner02 .box_img {
    width: 100%;
    margin-bottom: 10px;
  }
  section.feature .point_wrap .point_box .box_inner.inner02 .box_img02 {
    display: none;
  }
  section.feature .point_wrap .point_box .box_inner.inner02 .box_img02_sp {
    display: block;
  }
  section.feature .point_wrap .point_box .box_inner.inner03 {
    padding: 15px 15px 0;
  }
  section.feature .point_wrap .point_box .box_inner.inner03 .box_txt {
    width: 100%;
    margin-right: 0;
  }
  section.feature .point_wrap .point_box .box_inner.inner03 .box_img {
    width: 100%;
    text-align: center;
  }
  section.feature .point_wrap .point_box .box_inner.inner03 .box_img img {
    width: 185px;
    border-radius: 50%;
  }
  section.feature .point_wrap .point_box .box_txt_sp {
    display: block;
    position: relative;
    padding: 0 15px 0 60px;
    margin: 0 15px;
  }
  section.feature .point_wrap .point_box .box_txt_sp .point {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -27px;
    border-radius: 50%;
    background: #877826;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: -0.08em;
  }
  section.feature .point_wrap .point_box .box_txt_sp .point span {
    font-size: 24px;
    display: inline-block;
    line-height: 1;
  }
  section.feature .point_wrap .point_box .box_txt_sp .tit {
    font-size: 20px;
    color: #877826;
    line-height: 1.4;
    margin-bottom: 0;
  }
  section.feature .point_wrap .point_box .box_txt_sp .tit span {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  section.feature .point_wrap .point_box .box_txt_sp::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #857826;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -1px;
  }
  section.feature .point_wrap .point_box .box_txt_sp::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #857826;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
    transition: 0.5s;
  }
  section.feature .point_wrap .point_box .box_txt_sp.active {
    border-bottom: none;
  }
  section.feature .point_wrap .point_box .box_txt_sp.active::after {
    opacity: 0;
    transition: 0.5s;
  }
  section.feature .point_wrap .point_box.bottom {
    margin-bottom: 0;
    border-bottom: solid 2px #907826;
  }
  section.faq {
    padding: 80px 0 0;
  }
  section.faq .faq_title .tit span::before {
    content: "";
    display: block;
    width: 132px;
    height: 69px;
    background: url(/products/img/pinefiber/img_title01.png) no-repeat center center/100% auto;
    position: absolute;
    right: inherit;
    bottom: inherit;
    left: 50%;
    top: -190px;
    margin-left: -66px;
  }
  section.howto .howto_box {
    background: #FFF;
    border: solid 2px #877826;
    border-right: none;
    border-left: none;
    border-radius: inherit;
    text-align: center;
    padding: 30px 15px;
    position: relative;
  }
  section.howto .howto_box .tit01 {
    width: 100%;
    margin: 0 0 15px;
    border-top: solid 1px #827826;
    border-bottom: solid 1px #827826;
    font-size: 24px;
    padding: 12px 0;
    position: relative;
    color: #827826;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
  }
  section.howto .howto_box .txt01 {
    text-align: left;
    width: 60%;
  }
  section.howto .howto_box .img01 {
    width: 68.4%;
    margin: 30px auto 0;
  }
  section.howto .howto_box .img02 {
    width: 33.6%;
    position: absolute;
    top: 115px;
    right: 15px;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=pinefiber.css.map */