@charset "utf-8";
/* CSS Document */

html, body {
  font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
}
h1, h2, h3 {
  font-family: "Eina01-Bold",'nunito-light', Meiryo, sans-serif;
}
h4, p, a, span, div, select, option, textarea, label, ul, li, dl, dt, dd {
  font-family: 'メイリオ',"Eina01-Bold", Meiryo, sans-serif;
}


.faq-container {
  padding-top: 86px;
  margin-bottom: 130px;
}
.container h1 {
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 4rem;
}
.faq-wrap {
  width: 100%;
}
.faq-wrap p, ol, ul {
  line-height: 2rem;
}
.faq-wrap h3 {
  margin-top: 3rem;
  list-style: none;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
}
.fas {
  display: block!important;
}
.faqList button {
  border: none;
  background: unset;
  outline:none;
  vertical-align: -webkit-baseline-middle;
}
.fa-angle-right {
  font-family: at-icons;
  position: absolute;
  left: 15px;
  top: 25%;
  bottom: -100%;
  margin: auto;
  content: "\f105";
  font-weight: 900;
  font-size: 30px;
  display: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 45% 14%;
  -moz-transform-origin: 45% 14%;
  -ms-transform-origin: 45% 14%;
  -o-transform-origin: 45% 14%;
  transform-origin: 45% 14%;
}
#faq dl.faqList dt.active .fa-angle-right {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.faq-wrap h4 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}
.faq-wrap a {
  color: #b5b4b4;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.page-btn-wrap {
  width: 100%;
  margin: 0 auto 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
}
.page-btn-wrap li {
  align-items: center;
  list-style: none;
  min-width: 30%;
  position: relative;
  z-index: 90;
}
.page-btn-wrap li a.btn {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: eina01-bold;
  font-size: 1.0714rem;
  font-weight: bold;
  border-radius: 2.5em;
  transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in;
  box-shadow: 0 2px 7px -2px #333;
  color: #272727;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  height: 5em;
}
@media (min-width: 1200px) {
  .page-btn-wrap {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .page-btn-wrap {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .page-btn-wrap li a.btn  {
    font-size: 1.0714rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .page-btn-wrap li a.btn  {
    font-size: 1rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 550px) {
  .page-btn-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-btn-wrap li:nth-of-type(-n+2) {
    margin-bottom: 1.25rem;
  }
}

.faq-container .btn:hover {
  color: #fff!important;
  background-color: #272727;
  border-color: #272727;
}
#faq h3 {
  vertical-align: inherit;
  font-weight: normal;
  margin-bottom: 2.5rem;
  background-color: #888;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  font-size: 1.4rem;
}
#faq dl.faqList dt {
  margin-top: 1rem;
  background-color: #f7f6f5;
  padding: 15px 15px 15px 15px;
  position: relative;
  cursor: pointer;
}
#faq dl.faqList dt h4 {
  font-size: 1.25rem;
  margin: 0 0 0 25px;
  text-align: left;
  color: #000;
}
#faq dl.faqList dd {
  display: none;
}
#faq dl.faqList dd {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
#product, #repair {
  padding-bottom: 2.5rem;
}

/* 211015追記 */
.underline {
  color: #b5b4b4;
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

/* 211020追記 */
.global-gradient-before-bg::before {
  background-clip: text!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}

/* 20220328追記 */
.giftImg {
  width: 100%;
  max-width: 400px;
}