/*
Theme Name: Flapnext
*/


.p-webAcademy__contents p{
  line-height: 2;
  margin-top: 30px;
  font-size: 1.6rem;
}


.p-news__contentWrap h2, .p-case__content h2{
  font-size: 1.8rem;
  position: relative;
  border-bottom: 2px solid #f5f3f2;
  font-weight: bold;
  line-height: 1.8;
}

.p-news__contentWrap h2::before, .p-case__content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 90px;
  height: 2px;
  background-color: #dd8d78;
}

.p-news__contentWrap p, .p-case__content p{
  margin-top: 30px;
  line-height: 2;
  font-size: 1.6rem;
}

.p-contactForm__input{
  border: 2px solid #e8e1dd !important;
}

.p-whitePaper__form__button, .p-contactForm__button{
  background-color: #000 !important;
}

.is-sp{
  display: none;
}

@media (max-width: 768px) {
  .is-pc{
    display: none;
  }

  .is-sp{
    display: block;
  }
}