@charset "UTF-8";
/*  =============================================================

　　Faq 共通

============================================================= */

/* 　Title
---------------------------------------------*/
.boxFaq {
  padding: 140px 0 0;
}

.boxFaq__text {
  margin: 20px auto;
  line-height: 1.8;
}

.boxFaq__faq {
  font-size: 1.1rem;
}

.boxFaq__faq a {
  text-decoration: underline;
}

.boxFaq__faq a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .boxFaq {
    padding: 100px 6% 60px;
  }

  .boxFaq__text {
    margin: 20px auto;
    padding: 0 4%;
    text-align: left;
    line-height: 1.8;
  }

  .boxFaq__faq {
    padding: 0 4%;
    text-align: left;
    font-size: 1.1rem;
  }

  .boxFaq__faq a {
    text-decoration: underline;
  }

  .boxFaq__faq a:hover {
    text-decoration: none;
  }

}


/* 　Faq
---------------------------------------------*/
.boxFaq__list {
  max-width: 1080px;
  margin: 40px auto 0;
  text-align: left;
}

.boxFaq__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-flow: row wrap;
}

.boxFaq__item {
  width: 50%;
  margin: 0 0 30px;
  padding: 0 15px;
}

.boxFaq__content {
  padding: 30px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ae8439;
}

.boxFaq__content dt {
  position: relative;
  padding-left: 20px;
  font-size: 1.5rem;
}

.boxFaq__content dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  color: #ae8439;
}

.boxFaq__content dd {
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
  font-size: 1.5rem;
}

.boxFaq__content dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  color: #ae8439;
}

.boxFaq__content sup {
  vertical-align: super;
  font-size: 1.1rem;
}

.boxFaq__content dd a {
  color: #443ce6;
  text-decoration: underline;
}

.boxFaq__content dd a:hover {
  text-decoration: none;
}

.boxFaq__content ul {
  margin: 0 0 10px;
  padding-left: 20px;
}

.boxFaq__content li {
  margin: 0 0 5px;
  list-style-type:disc;
}

.boxFaq__listNotes {
  max-width: 1050px;
  margin: 0px auto 40px;
  text-align: left;
}

.boxFaq__note {
  font-size: 1.3rem;
}

.boxFaq__btn {
  max-width: 780px;
  margin: 40px auto 0;
}

.boxFaq__btn a {
  display: block;
  width: 100%;
  padding: 40px 0;
  background: #ae8439;
  color: #fff;
}

.boxFaq__btn a:hover {
  opacity: 0.7;
}

.boxFaq__btn a img {
  width: 130px;
}

@media screen and (max-width: 768px) {
  .boxFaq__list {
    max-width: 1080px;
    margin: 40px auto 0;
    padding: 0;
    text-align: left;
  }

  .boxFaq__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin: 0;
  }

  .boxFaq__item {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }

  .boxFaq__content {
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ae8439;
  }

  .boxFaq__content dt {
    position: relative;
    padding-left: 20px;
    font-size: 1.5rem;
  }

  .boxFaq__content dt::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    color: #ae8439;
  }

  .boxFaq__content dd {
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 1.5rem;
  }

  .boxFaq__content dd::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "A";
    color: #ae8439;
  }

  .boxFaq__content sup {
    vertical-align: super;
    font-size: 1.1rem;
  }

  .boxFaq__listNotes {
    max-width: 100%;
    margin: 0px auto 40px;
    text-align: left;
  }

  .boxFaq__note {
    font-size: 1.3rem;
    text-align: left;
  }

  .boxFaq__btn {
    max-width: 780px;
    margin: 40px auto 0;
  }

  .boxFaq__btn a {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: #ae8439;
    color: #fff;
  }

  .boxFaq__btn a:hover {
    opacity: 0.7;
  }

  .boxFaq__btn a img {
    width: 95px;
  }
}

/* 　More
---------------------------------------------*/
.show_more {
  display: none;
}

@media screen and (max-width: 768px) {
  .text{
    height: 90px;
    overflow: hidden;
  }

  .hidden {

  }
  .show_more{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255,0) 0%, rgb(255, 255, 255,1) 70%);
    cursor: pointer;
    transition: bottom 0.2s;
  }

  .show_more .icon {
    position: relative;
  }

  .show_more .icon::before {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    content: "";
    border-top: 1px solid #ae8439;
    border-right: 1px solid #ae8439;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

