.product_title {
  height: 26px;
  font-size: 1.4em;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  text-align: left;
}
.product_title span {
  font-size: 0.7em;
  margin-left: 20px;
}

.support_system ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  max-width: 756px;
  padding-left: 0;
}
.support_system ul li {
  margin: 0 14px;
  width: 350px;
}
.support_system .support_text {
  text-align: left;
  height: 120px;
}

/*=========
accordion
=========*/
.accordion_area {
  max-width: 960px;
  margin: 0 auto;
}
.accordion_area .accordion_one .ac_header {
  background-color: #d7c7d0;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 20px;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #d7c7d0;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #ab93a1;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #555;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #555;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  box-sizing: border-box;
  background: #fff;
}

/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 10px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 1.1em;
}

.p-faq__bodyinner {
  display: block;
  padding-left: 10px;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.1em;
  margin: 0 0 10px 0;
}

@media (max-width: 768px) {
  .product_title {
    font-size: 1.1em;
    line-height: 2.5em;
  }
  .support_system .support_text {
    height: 130px;
  }
  /*=========
  accordion
  =========*/
  .accordion_area {
    width: 280px;
  }
  .accordion_area .accordion_one .ac_header {
    padding: 0.3rem 0.5rem 0.3rem 0.3rem;
    margin-bottom: 30px;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    top: 58%;
    right: 0.5rem;
    width: 10px;
    height: 10px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 10px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    width: 0;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 4px;
    transition: 0.3s;
  }
  .accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 0.3rem 0.5rem 0.3rem 0.3rem;
    box-sizing: border-box;
    background: #fff;
  }
  /*=========
  faq
  =========*/
  .p-faq__headinner {
    display: block;
    padding-left: 0;
    position: relative;
    line-height: 1.5;
  }
}/*# sourceMappingURL=support.css.map */