@charset "UTF-8";

#faq .main-illust{
  left: 100px;
  top: 30px;
}
#faq .main-illust .inner:before {
  background: url(/common/img/common/illust-faq-anime.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width:768px) and ( max-width:1000px) {
  #faq .main-illust{
    left: 50px;
    top: 60px;
  }
}
@media screen and (max-width:767px) {
  #faq .main-illust{
    left: 0;
    top: 45px;
  }
}

.type-faq-choice{
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: left;
}
.faq-page-link{
  background: #edf9ed;
  border-radius: 10px;
  list-style: none;
  margin: 0;
  padding: 30px 3% 20px;
  display: flex;
  flex-wrap: wrap;
}
.faq-page-link li{
  font-size: 1.5rem;
  line-height: 1.2em;
  margin: 0 2em 10px 0;
  padding: 0;
}
.faq-page-link li:last-child{
  margin-right: 0;
}
.faq-page-link li a{
  display: block;
  padding-right: 20px;
  position: relative;
}
.faq-page-link li a:before{
  background: url(/common/img/common/icon-btn-link@2x.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  transform: translateY(-50%) rotate(90deg);
  position :absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width:767px) { 
  .type-faq-choice{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 20px 3%;
    position: relative;
  }
  .type-faq-choice:after{
    content: "";
    border-color: #1fba3b;  
    border-style: solid;
    border-width: 1px 1px 0 0;
    display: inline-block;
    height: 10px;
    transform: translateY(-65%) rotate(135deg);
    transition: .5s;
    width: 10px;
    position: absolute;
    right: 3%;
    top: 50%;
  }
  .type-faq-choice.close:after{
    transform: rotate(-45deg);
  }
  .faq-page-link{
    background: none;
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    margin-bottom: 70px;
    padding: 0;
    text-align: left;
    display: none;
  }
  .faq-page-link li{
    font-size: 1.6rem;
    margin: 0;
  }
  .faq-page-link li a{
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 1.5rem;
    padding: 20px 3%;
    text-decoration: none;
  }
  .faq-page-link li a:before{
    background: none;
  }
  .faq-page-link li:nth-last-of-type(1) a{
    border-bottom: none;
  }
}

#recipient,
#report,
#lecture,
#donation,
#othre{
  margin-top: -100px;
  padding-top: 100px;
}

#faq a.normal span,
#faq a.normal[target="_blank"] span,
#faq .pdf span{
  width: 370px;
}
@media screen and (max-width:767px) { 
  #faq a.normal span,
  #faq a.normal[target="_blank"] span,
  #faq a.pdf span{
    width: 100%;
  }
}


