@charset "utf-8";

/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
.faqList {
  margin-bottom: 47px;
  
}

.faqList::after{
  content:"";
  display: block;
  width:30%;
}


.faqList li {
  width: calc(100% / 3 - 7px);
  height: 136px;
  background-color: #F6F3F3;
  border: 1px solid #957575;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
  padding: 0 min(4.26vw, 16px);
}

.faqList li:hover {
  background-color: #fff;
}

.faqList li a {
  padding: 25px 25px 16px;
  /*display: block;*/
  font-size: 14px;
  font-weight: normal;
  color: #957575;
}

.faqList li a p:first-child {
  padding-left: 1.65em;
  text-indent: -1.65em;
  letter-spacing: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.faqList li a p:first-child span {
  font-size: 17px;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: middle;
}

.faqList li a p:last-child {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 184px;
  font-size: 10px;
  color: #957575;
  border: 3px solid #F0E7E7;
  background-color: #fff;
  text-align: center;
  padding: 9px 0;
  margin-top: 16px;
  background-image: url(../img/faq/icon01.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 6px;
  z-index: 1;
}

@media all and (max-width: 896px) {
  .faqList {
    display: block;
  }

  .faqList li {
    width: 100%;
    height: 180px;
    margin-bottom: 18px;
  }

  .faqList li a {
    padding: 30px 18px 0;
    font-size: 16px;
    font-weight: bold;
  }

  .faqList li a p:first-child span {
    font-size: 24px;
  }

  .faqList li a p:last-child {
    bottom: 28px;
    width: 75%;
    font-size: 15px;
    margin-top: 26px;
    left: 50%;
    transform: translateX(-50%);
  }
}
