.p-column{
  margin: 5px 0 60px;
  padding: 0 20px;
}
.p-column__inner{
  margin: 0 auto;
  max-width: 1100px;
}
.p-column__list{
  transition: box-shadow .4s;
  border-bottom: 1px solid #eee;
}
.p-column__list-link{
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.p-column__list-icon{
  flex-shrink: 0;
  margin-right: 18px;
  width: 60px;
  height: 60px;
}
.p-column__list-icon img{
  width: 100%;
  height: 100%;
}
.p-column__list-item{
  display: flex;
  position: relative;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  letter-spacing: .03em;
}
.p-column__list-item sup{
  vertical-align: text-top;
  font-size: 1rem;
}
.p-column__list-item::after{
  display: block;
  position: relative;
  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: "";
}
.c-login-before{
  position: relative;
  padding-top: 60px;
}
.c-login-before::before{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(rgba(255,255,255,0)0,#fff 100%);
  width: 100%;
  height: 60px;
  content: "";
}
@media (min-width:48em){
  .p-column{
    margin: 30px 0 50px;
  }
  .p-column__lists{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }
  .p-column__list:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
  }
  .p-column__list-link{
    flex-direction: column;
    padding: 20px 0 35px;
  }
  .p-column__list-icon{
    width: 132px;
    height: 132px;
  }
  .p-column__list-item{
    justify-content: center;
    margin-top: 5px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-align: center;
  }
  .p-column__list-item sup{
    vertical-align: top;
    font-size: 1.2rem;
  }
  .p-column__list-item::after{
    margin-left: 15px;
  }
  .c-login-before{
    padding-top: 80px;
  }
  .c-login-before::before{
    height: 80px;
  }}