/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper .photobox {
  height: 424px;
  background-image: url(../../images/bg_qa.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s01 .wrapper .pagemenu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
main section.s01 .wrapper .pagemenu li {
  width: 333px;
}
main section.s01 .wrapper .pagemenu li:nth-child(2) {
  width: 318px;
}
main section.s01 .wrapper .pagemenu li a {
  width: 100%;
  display: block;
  text-decoration: none;
  background-image: url(../../images/qa0101.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 21px 0;
  font-weight: 500;
  color: #fff;
}
main section.s01 .wrapper .pagemenu li a img {
  width: 10px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 40px;
}
main section.s02 {
  background-image: url(../../images/qa0201.jpg);
  background-size: 2000px auto;
  background-repeat: no-repeat;
  background-position: top 0 center;
  padding-bottom: 100px;
}
main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
main section.s02 .wrapper .ttlbox_en {
  position: relative;
  height: 135px;
  padding-top: 30px;
  padding-left: 110px;
}
main section.s02 .wrapper .ttlbox_en .design {
  width: 115px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s02 .wrapper .ttlbox_en .ttl_en {
  width: 187px;
  display: block;
}
main section.s02 .wrapper h2 {
  font-size: 23px;
  font-weight: bold;
  margin-top: -15px;
  padding-left: 140px;
}
main section.s02 .wrapper .pagemenu02 {
  width: 58px;
  position: fixed;
  top: 50%;
  right: -10px;
  z-index: 10;
  margin-top: -150px;
}
main section.s02 .wrapper .pagemenu02 li + li {
  margin-top: 5px;
}
main section.s02 .wrapper .pagemenu02 li a {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .pagemenu02 li a img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .category_btn {
  width: 800px;
  height: 91px;
  margin: 80px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
main section.s02 .wrapper .category_btn li {
  width: 395px;
  height: 90px;
  background-color: #cfd7dc;
  border: 1px solid #cfd7dc;
  font-size: 23px;
  text-align: center;
  color: #9d9d9e;
  padding-top: 29px;
  cursor: pointer;
}
main section.s02 .wrapper .category_btn li.active {
  height: 91px;
  border: 1px solid #7fcbe2;
  border-bottom: none;
  background-color: #fff;
  color: #403634;
}
main section.s02 .wrapper .faqbox {
  width: 800px;
  margin: -1px auto 0;
  background-color: #fff;
  border: 1px solid #7fcbe2;
  padding: 60px 50px 70px;
  display: none;
  position: relative;
  z-index: 1;
}
main section.s02 .wrapper .faqbox .faq_dl + .faq_dl {
  margin-top: 30px;
}
main section.s02 .wrapper .faqbox .faq_dl.active dt .icon_qa_open {
  opacity: 0;
}
main section.s02 .wrapper .faqbox .faq_dl.active dt .icon_qa_close {
  opacity: 1;
}
main section.s02 .wrapper .faqbox .faq_dl dt {
  background-color: #e6eff3;
  border-top: 5px solid #7fcbe2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 30px 75px 30px 25px;
  cursor: pointer;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s02 .wrapper .faqbox .faq_dl dt .icon_q {
  width: 20px;
  display: block;
  margin-top: 10px;
}
main section.s02 .wrapper .faqbox .faq_dl dt p {
  width: calc(100% - 20px);
  padding-left: 8px;
  font-size: 19px;
  line-height: 170%;
}
main section.s02 .wrapper .faqbox .faq_dl dt .icon_qa_open {
  width: 26px;
  display: block;
  position: absolute;
  margin-top: -13px;
  top: 50%;
  right: 25px;
  opacity: 1;
}
main section.s02 .wrapper .faqbox .faq_dl dt .icon_qa_close {
  width: 26px;
  display: block;
  position: absolute;
  margin-top: -13px;
  top: 50%;
  right: 25px;
  opacity: 0;
}
main section.s02 .wrapper .faqbox .faq_dl dd {
  display: none;
}
main section.s02 .wrapper .faqbox .faq_dl dd .box {
  padding: 30px 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s02 .wrapper .faqbox .faq_dl dd .box .icon_a {
  width: 20px;
  display: block;
  margin-top: 10px;
}
main section.s02 .wrapper .faqbox .faq_dl dd .box p {
  width: calc(100% - 20px);
  padding-left: 8px;
  font-size: 16px;
  line-height: 180%;
  padding-right: 20px;
  font-weight: 600;
}
main section.s02 .wrapper .faqbox .faq_dl dd .box p a {
  text-decoration: none;
  color: #403634;
}
main section.s02 .wrapper .faqbox .faq_dl dd .box p .blue {
  color: #5fb3e4;
}
main section.s02 .wrapper .faqbox .faq_dl dd .box p .blue a {
  color: #5fb3e4;
}
main section.s02 .wrapper .faqbox .faq_dl dd .box p .img {
  display: block;
  width: 100%;
  max-width: 300px;
}

footer .wrapper .contactbox {
  background-image: url(../../images/bg_contactbox02.jpg);
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper .photobox {
    height: 40vw;
    background-image: url(../../images/bg_qa.jpg);
    background-size: cover;
    background-position: top 0 center;
  }
  main section.s01 .wrapper .pagemenu {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }
  main section.s01 .wrapper .pagemenu li {
    width: 100% !important;
  }
  main section.s01 .wrapper .pagemenu li + li {
    margin-top: 10px;
  }
  main section.s01 .wrapper .pagemenu li a {
    width: 100%;
    display: block;
    text-decoration: none;
    background-image: url(../../images/qa0101.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 15px 0;
    font-weight: 500;
    color: #fff;
  }
  main section.s01 .wrapper .pagemenu li a img {
    width: 8px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 15px;
  }
  main section.s02 {
    background-image: url(../../images/cm0200.png);
    background-size: 150% auto;
    background-repeat: no-repeat;
    background-position: top 0 center;
    padding-bottom: 50px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  main section.s02 .wrapper .ttlbox_en {
    position: relative;
    height: 80px;
    padding-top: 20px;
    padding-left: 0;
  }
  main section.s02 .wrapper .ttlbox_en .ttl_en {
    width: 94px;
    display: block;
  }
  main section.s02 .wrapper h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: -15px;
    padding-left: 0px;
  }
  main section.s02 .wrapper .pagemenu02 {
    width: 40px;
    top: auto;
    margin-top: 0;
    right: -10px;
    bottom: 20px;
    z-index: 1000;
  }
  main section.s02 .wrapper .pagemenu02 li + li {
    margin-top: 5px;
  }
  main section.s02 .wrapper .pagemenu02 li a {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .pagemenu02 li a img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .category_btn {
    width: calc(100% - 40px);
    height: 51px;
    margin: 50px 0 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  main section.s02 .wrapper .category_btn li {
    width: calc(50% - 5px);
    height: 50px;
    background-color: #cfd7dc;
    border: 1px solid #cfd7dc;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #9d9d9e;
    padding-top: 15px;
    cursor: pointer;
  }
  main section.s02 .wrapper .category_btn li.active {
    height: 51px;
    border: 1px solid #7fcbe2;
    border-bottom: none;
    background-color: #fff;
    color: #403634;
  }
  main section.s02 .wrapper .faqbox {
    width: 100%;
    margin: -1px auto 0;
    background-color: #fff;
    border: 1px solid #7fcbe2;
    padding: 30px 20px 20px;
    display: none;
    position: relative;
    z-index: 1;
  }
  main section.s02 .wrapper .faqbox .faq_dl + .faq_dl {
    margin-top: 15px;
  }
  main section.s02 .wrapper .faqbox .faq_dl.active dt .icon_qa_open {
    opacity: 0;
  }
  main section.s02 .wrapper .faqbox .faq_dl.active dt .icon_qa_close {
    opacity: 1;
  }
  main section.s02 .wrapper .faqbox .faq_dl dt {
    background-color: #e6eff3;
    border-top: 3px solid #7fcbe2;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 15px 40px 15px 15px;
    cursor: pointer;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main section.s02 .wrapper .faqbox .faq_dl dt .icon_q {
    width: 20px;
    display: block;
    margin-top: 5px;
  }
  main section.s02 .wrapper .faqbox .faq_dl dt p {
    width: calc(100% - 20px);
    padding-left: 8px;
    font-size: 16px;
    line-height: 170%;
  }
  main section.s02 .wrapper .faqbox .faq_dl dt .icon_qa_open {
    width: 20px;
    display: block;
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 10px;
    opacity: 1;
  }
  main section.s02 .wrapper .faqbox .faq_dl dt .icon_qa_close {
    width: 20px;
    display: block;
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 10px;
    opacity: 0;
  }
  main section.s02 .wrapper .faqbox .faq_dl dd {
    display: none;
  }
  main section.s02 .wrapper .faqbox .faq_dl dd .box {
    padding: 20px 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main section.s02 .wrapper .faqbox .faq_dl dd .box .icon_a {
    width: 20px;
    display: block;
    margin-top: 5px;
  }
  main section.s02 .wrapper .faqbox .faq_dl dd .box p {
    width: calc(100% - 20px);
    padding-left: 8px;
    font-size: 14px;
    line-height: 180%;
    padding-right: 0px;
  }
  main section.s02 .wrapper .faqbox .faq_dl dd .box p a {
    text-decoration: none;
    color: #403634;
  }
  main section.s02 .wrapper .faqbox .faq_dl dd .box p .blue {
    color: #5fb3e4;
  }
  main section.s02 .wrapper .faqbox .faq_dl dd .box p .blue a {
    color: #5fb3e4;
  }
  footer .wrapper .contactbox {
    background-image: url(../../images/bg_contactbox02.jpg);
  }
}