.p-qa{
  padding: 25px 20px 60px;
}
.p-qa__inner{
  margin: 0 auto;
  max-width: 800px;
}
.p-qa__lists-wrap{
  margin-top: 45px;
}
.p-qa__lists{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.p-qa__list{
  transition: color .2s;
  font-weight: 700;
  font-size: 1.5rem;
}
.p-qa__list+.p-qa__list{
  border-top: 1px solid #eee;
}
.p-qa__list-link{
  display: block;
  position: relative;
  padding: 20px 30px 20px 0;
}
.p-qa__list-link::before{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_circle_line_green.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}
.p-qa__btn-wrap{
  margin-top: 25px;
  text-align: center;
}
.p-qa__btn{
  display: inline-block;
}
.c-heading__style01{
  margin-bottom: 20px;
}
@media (min-width:48em){
  .p-qa{
    padding: 55px 20px 60px;
  }
  .p-qa__list{
    font-size: 2rem;
  }
  .p-qa__list:hover{
    color: #09a7a8;
    text-decoration: underline;
  }
  .p-qa__list-link{
    padding: 25px 40px 25px 0;
  }
  .p-qa__list-link::before{
    width: 30px;
    height: 30px;
  }
  .p-qa__btn-wrap{
    margin-top: 60px;
  }
  .c-page{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .c-main{
    flex: 1;
  }}