@charset "utf-8";

section#sect_qa {}

.qa_set {
  font-size: 1rem;
  border-radius: 0.5em;
  border: solid 3px #dcd8d2;
}

.qa_set>* {
  padding-top: 1em;
  padding-left: 3.5em;
  padding-bottom: 1em;
  position: relative;
  font-size: 1.25em;
}

.qa_set p {}

.qa_set .q_box {
  padding-right: 1em;
  font-weight: bold;
}

.qa_set .a_box {
  padding-right: 1.5em;
}

.qa_set .a_box:after {
  content: "";
  width: calc(100% - 1.5em);
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  background-color: #dcd8d2;
  margin: auto;
  right: 0;
  left: 0;
}

.qa_set .a_box .cc_list {
  margin-left: 0;
}

.qa_set .q_box .icon-plus {
  color: var(--FIT_TXT);
  width: 2em;
  height: 2em;
  position: absolute;
  display: block;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*.qa_set .q_box .icon-plus:before,
.qa_set .q_box .icon-plus:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 0.25em;
  background-color: var(--FIT_PINK);
}*/
.qa_set .q_box .icon-plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.qa_set .q_box.opened .icon-plus:after {
  display: none;
}

.qa_set .q_box.opened .icon-plus:before {
  background-color: var(--FIT_KHAK);
}

.qa_set>*:before {
  font-weight: bold;
  font-size: 150%;
  position: absolute;
  top: 0.7em;
  left: 20px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

.qa_set .q_box:before {
  content: "Q.";
  color: var(--FIT_PINK);
}

.qa_set .a_box:before {
  content: "A.";
  color: var(--FIT_KHAK);
}

.qa_set+.qa_set {
  margin-top: 1.5em;
}

section#sect_qa .btn_box {
  padding-top: 4em;
}

/*下からフェードイン*/
.opened:after {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

section#sect_tel {}

.tel_box {
  text-align: center;
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 2em;
  border: 1px solid #a5a5a5;
}

.tel_box .uketsuke {
  font-size: 1.2rem;
  display: block;
  line-height: 1em;
}

.tel_box a {
  font-size: 2.8rem;
  color: #373737;
  display: inline-block;
  font-weight: bold;
}

.atten_box {
  font-size: 1rem;
  padding-top: 3em;
}

/* add */
.member_text {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1em;
}

.member h2 {
  background: #dc6e71;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.2em;
  color: #fff;
}

.member ul {
  width: 90%;
  margin: auto;
  font-size: 1.2em;
  display: flex;
  align-items: flex-start;
  /*justify-content: center;*/
  flex-wrap: wrap;
  color: #646464;
}

.member ul:last-child {
  margin-bottom: 1.4em;
}

.member ul li {
  width: 48%;
  /*margin: auto;*/
  padding: 8px;
  display: flex;
  align-items: flex-start;
}

.member ul li span {
  padding-right: 20px;
}

.member a {
  color: #646464;
}

.unmember h2 {
  background: #a5a5a5;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.2em;
  color: #fff;
}

.unmember ul {
  width: 90%;
  margin: auto;
  font-size: 1.2em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.4em;
  color: #646464;
}

.unmember ul li {
  width: 48%;
  margin: auto;
  padding: 8px;
  display: flex;
  align-items: flex-start;
}

.unmember ul li span {
  padding-right: 20px;
}

.unmember a {
  color: #646464;
}

.member-top {
  margin-top: 3.6em;
}

.menber_sub-top {
  margin-top: 1.8em;
}

.menber_sub {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 0.6em;
  line-height: 1em;
  color: #969696;
  padding: 0.5em 1em;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

.menber_sub:before, .menber_sub::after {
  content: "";
  height: 1px;
  background-color: #969696;
  width: 1em;
}

.sp {
  display: none;
}

/* ##### responsive ##### */
@media screen and (max-width: 760px) {
  section#sect_qa {}

  .qa_set>* {
    font-size: 1em;
    padding-top: 0.5em;
    padding-left: 3em;
    padding-bottom: 0.5em;
  }

  .qa_set .q_box {
    padding-right: 2.5em;
  }

  .qa_set .a_box {
    padding-right: 1em;
  }

  .qa_set>*:before {
    top: 0.3em;
    left: 0.5em;
  }

  .tel_box {}

  .tel_box .uketsuke {
    font-size: 1rem;
    display: block;
    line-height: 1em;
  }

  .tel_box a {
    font-size: 2.2rem;
  }

  .atten_box {
    font-size: 0.8rem;
    padding-top: 2em
  }

  section#sect_qa .btn_box {
    padding-top: 2em;
  }

  .member_text {
    font-size: 1em;
  }

  .member h2 {
    font-size: 1.4rem;
  }

  .member ul {
    font-size: 1em;
    display: block;
  }

  .member ul li {
    display: block;
    padding: 4px;
    width: 100%;
  }

  .unmember ul {
    font-size: 1em;
    display: block;
  }

  .unmember ul li {
    display: block;
    padding: 4px;
    width: 100%;
  }

  .unmember h2 {
    font-size: 1.4rem;
  }

  .menber_sub {
    font-size: 1.2em;
    padding: 0.5em;
  }

  .sp {
    display: block;
  }
}