@charset "UTF-8";
.secttl .en span {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  display: inline;
}
.warranty img {
  display: block;
}
.warranty .page_in {
  max-width: 935px;
}
.warranty .content {
  width: calc(100% - 85px);
  max-width: 814px;
  padding-bottom: min(10%, 70px);
  border-bottom: 1px solid #808080;
  overflow-x: clip;
}
.warranty .content > p {
  line-height: 2.063;
  margin-top: -0.5em;
}
.warranty .cont_ttl {
  font-size: clamp(14px, 4vw, 18px);
  font-weight: bold;
}
.warranty .cont_ttl::before {
  content: "■";
  color: #7d8a68;
}
.warranty .cont_ttl span {
  font-size: clamp(12px, 3vw, 13px);
  font-weight: 400;
  padding-left: 0.5em;
  display: inline-block;
}
.warranty .notes {
  font-size: clamp(12px, 3vw, 13px);
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}

/* ---------------
sec1
------------------ */
#sec1 .content > p {
  margin-bottom: 16px;
}
#sec1 .note1 {
  font-size: clamp(12px, 3vw, 13px);
  font-weight: 400;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 20px;
  background: #e5e5e5;
}
#sec1 .imgbk {
  width: 100%;
  max-width: 790px;
  margin-bottom: 20px;
  overflow: auto;
}
#sec1 .imgbk img {
  min-width: 450px;
}

/* ---------------
sec2
------------------ */
#sec2 .detail_2 {
  margin-bottom: 40px;
}
#sec2 .content > p {
  margin-bottom: 16px;
}
#sec2 .detail_1 {
  position: relative;
  margin-bottom: 88px;
}
#sec2 .detail_1 .cont_ttl {
  position: absolute;
  bottom: 86%;
}
#sec2 .detail_1 .imgbk {
  width: 100%;
  overflow: auto;
}
#sec2 .detail_1 .imgbk img {
  min-width: 450px;
}
#sec2 .detail_2 .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px 20px;
  max-width: 768px;
  margin-bottom: 20px;
}
#sec2 .detail_2 .txtbk {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 46px;
}
#sec2 .detail_2 .txtbk_in {
  width: 260px;
}
#sec2 .detail_2 .txtbk .sttl {
  font-size: clamp(14px, 4vw, 18px);
  font-weight: bold;
  color: #fff;
  background-color: #7d8a68;
  padding: 0px 15px;
}
#sec2 .detail_2 .txtbk p {
  background-color: #e5e8e1;
  padding: 7px 15px;
}

#sec2 .detail_2 .imgbk {
  width: calc(100% - 280px);
  max-width: 428px;
}

#sec2 .faq {
  background: #e6e1d4;
  padding: 28px min(4%, 30px);
}
#sec2 .faq .faq_q {
  font-size: clamp(14px, 4vw, 18px);
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}
#sec2 .faq .faq_q:before {
  content: "Q.";
  font-size: clamp(14px, 4vw, 18px);
  font-weight: bold;
  position: absolute;
  left: 0;
}
#sec2 .faq .faq_a_wrap {
  background: #fff;
  position: relative;
  padding: min(4%, 20px);
}

#sec2 .faq .faq_a_wrap .faq_a {
  line-height: 1.75;
  padding-left: 25px;
  position: relative;
}
#sec2 .faq .faq_a_wrap .faq_a:before {
  content: "A.";
  font-size: clamp(14px, 4vw, 18px);
  font-weight: bold;
  position: absolute;
  left: 0;
}
#sec2 .faq .faq_a_wrap .faq_a span {
  font-weight: bold;
  color: #b43c3c;
}
/* box1 */
#sec2 .faq .faq_a_wrap.box1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
#sec2 .faq .faq_a_wrap.box1 .faq_a {
  width: calc(100% - 159px);
  max-width: 540px;
}
#sec2 .faq .faq_a_wrap.box1 .imgbk {
  width: 139px;
  position: relative;
}
#sec2 .faq .faq_a_wrap.box1 .imgbk img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -26%);
}
/* box2 */
#sec2 .faq .faq_a_wrap.box2 .faq_a {
  max-width: 606px;
  margin-bottom: 10px;
}

#sec2 .faq .faq_a_wrap.box2 .notes {
  margin-bottom: 10px;
  margin-left: 25px;
}
#sec2 .faq .faq_a_wrap.box2 .imgbk {
  width: 100%;
  max-width: 530px;
  margin-left: 25px;
  overflow: auto;
}
#sec2 .faq .faq_a_wrap.box2 .imgbk img {
  min-width: 355px;
}
/* ---------------
sec3
------------------ */
#sec3 .content {
  border: none;
}
#sec3 .content > p {
  max-width: 450px;
  margin-bottom: 15px;
}
#sec3 .content > p + ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#sec3 .content > p + ul li {
  color: #fff;
  line-height: 1.6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 226px;
  padding: 15px 30px;
  background: #7d8a68;
}
#sec3 .content > p + ul li span {
  font-size: 130%;
  font-weight: 900;
  letter-spacing: 0.05em;
}
#sec3 .notes {
  margin-bottom: 30px;
}
/* detail_1 */
#sec3 .detail_1 {
  margin-bottom: 30px;
}
#sec3 .detail_1 .cont_ttl {
  margin-bottom: 10px;
}
#sec3 .detail_1 ul {
  display: flex;
  justify-content: center;
  gap: 14px;
}
#sec3 .detail_1 ul li {
  width: 149px;
}
/* detail_2 */
#sec3 .detail_2 .cont_ttl {
  margin-bottom: 10px;
}
#sec3 .detail_2 .flex {
  gap: 20px;
}
#sec3 .detail_2 .flex .sttl {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 2px 20px;
}
#sec3 .detail_2 .flex ol {
  font-size: clamp(12px, 3vw, 13px);
  line-height: 1.9;
  font-weight: bold;
  padding: 10px 20px;
}
#sec3 .detail_2 .flex .box_l,
#sec3 .detail_2 .flex .box_r {
  width: 290px;
}
#sec3 .detail_2 .flex .box_l .sttl {
  background: #7d8a68;
}
#sec3 .detail_2 .flex .box_l ol {
  background: #e5e8e1;
}
#sec3 .detail_2 .flex .box_r .sttl {
  background: #000;
}
#sec3 .detail_2 .flex .box_r ol {
  background: #d9d9d9;
}

@media screen and (max-width: 860px) {
  #sec3 .content > p + ul {
    justify-content: center;
    gap: 20px;
  }
  #sec3 .content > p + ul li {
    width: calc((100% - 20px) / 2);
  }
  #sec3 .content > p + ul li:last-child {
    min-width: 270px;
  }
  #sec3 .detail_1 ul {
    flex-wrap: wrap;
    max-width: 475px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #sec2 .detail_2 .cont_ttl {
    margin-bottom: 30px;
  }
  #sec2 .detail_2 .flex {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  #sec2 .detail_2 .txtbk {
    padding-top: 0;
    flex-direction: row;
    justify-content: center;
  }
  #sec2 .detail_2 .txtbk p {
    min-height: 4em;
  }
  #sec2 .detail_2 .imgbk {
    width: 100%;
    margin: 0 auto;
  }
  #sec2 .faq .faq_a_wrap.box1 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #sec2 .faq .faq_a_wrap.box1 .faq_a {
    width: 100%;
  }
  #sec2 .faq .faq_a_wrap.box1 .imgbk img {
    position: static;
    transform: initial;
  }
}
@media screen and (max-width: 720px) {
  #sec3 .detail_2 .flex {
    flex-direction: column;
  }
  #sec3 .detail_2 .flex .box_l,
  #sec3 .detail_2 .flex .box_r {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .warranty .content {
    width: 100%;
  }
  #sec2 .detail_1 .cont_ttl {
    position: static;
  }
  #sec2 .detail_2 .flex .txtbk {
    padding-top: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  #sec2 .detail_2 .flex .txtbk_in {
    width: 100%;
  }
  #sec2 .faq .faq_a_wrap.box2 .imgbk {
    margin-left: 0;
  }
  #sec3 .content > p {
    max-width: initial;
  }
  #sec3 .content > p + ul li {
    width: 100%;
  }
  #sec3 .detail_1 ul li {
    width: calc((100% - 28px) / 3);
    max-width: 149px;
  }
}

@media screen and (max-width: 480px) {
  #sec3 .detail_1 ul {
    justify-content: space-between;
    max-width: 312px;
    margin: 0 auto;
  }
  #sec3 .detail_1 ul li {
    width: calc((100% - 14px) / 2);
  }
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
