@charset "UTF-8";

/*#course,
#lesson,
#job,
#cost{
  margin-top: -100px;
  padding-top: 100px;
}*/
.faq-link{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.faq-link li{
  border-left: 1px solid #E7E7E7;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: calc(100% / 4);
}
.faq-link li:last-child{
  border-right: 1px solid #E7E7E7;
}
.faq-link li a{
  display: inline-block;
  position: relative;
}
.faq-link li a:before{
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.0rem;
  font-weight: bold;
  position :absolute;
  right: -20px;
  top: 0;
}
.block-faq:last-child{
  margin-bottom: 0;
}
@media screen and (max-width:767px) { 
  .faq-link{
    width: 100%;
    flex-wrap: wrap;
  }
  .faq-link li{
    font-size: 1.3rem;
    line-height: 1.2em;
    margin-bottom: 30px;
    padding: 0 1em;
    width: calc(100% / 2);
  }
  .faq-link li:nth-of-type(even){
    border-right: 1px solid #E7E7E7;
  }
  .faq-link li:nth-last-of-type(2),
  .faq-link li:nth-last-of-type(1){
    margin-bottom: 0;
  }
  .faq-link li a{
    display: inline-block;
    position: relative;
  }
  .faq-link li a:before{
    font-size: 1.0rem;
    right: -15px;
    top: 0;
  }
}
