@charset "utf-8"; /* default PC */
#contents .qa-area .qa-box {
  background-color: #f8f3ee;
  margin-bottom: 35px;
  padding: 40px 40px 43px;
}

#contents .qa-area .qa-box:last-child {
  margin-bottom: 0;
}

#contents .qa-box .q-ttl, #contents .qa-box .a-box {
  display: flex;
  flex-wrap: wrap;
}

#contents .qa-box .a-box p:last-of-type {
  margin-bottom: 0;
}

#contents .qa-box .q-ttl {
  align-items: baseline;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

#contents .qa-box .q-txt, #contents .qa-box .a-txt {
  align-items: center;
  background-color: #56bfdb;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  margin-bottom: 0;
  width: 40px;
}

#contents .qa-box .q-txt {
  position: relative;
  top: 2px;
}

#contents .qa-box .a-txt {
  background-color: #6cbf55;
}

#contents .qa-box .txt {
  margin-left: 15px;
  width: calc(100% - 55px);
}

#contents .qa-box .a-box .txt {
  padding-top: 5px;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .qa-box .txt {
    width: calc(100% - 53px);
  }

  #contents .qa-area .qa-box {
    padding: 35px 25px 38px;
  }

  #contents .qa-box .q-txt, #contents .qa-box .a-txt {
    font-size: 23px;
    height: 38px;
    width: 38px;
  }

  #contents .qa-box .q-ttl {
    font-size: 21px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .qa-area .qa-box {
    padding: 35px 15px 38px;
  }

  #contents .qa-box .txt {
    width: calc(100% - 48px);
  }

  #contents .qa-box .q-txt, #contents .qa-box .a-txt {
    font-size: 19px;
    height: 33px;
    width: 33px;
  }

  #contents .qa-box .q-ttl {
    font-size: 18px;
  }
}
