@charset "utf-8";
.list-item-flex{
  display: flex;
  flex-direction: column;
}
.solution-content {
  padding: 0px 0 100px 0;
}

/*  もっと見る  */
.list-item{
  opacity: 1;
}
.list-item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.list-btn {
  margin-top: 20px;
}
.list-btn button {
  background-color: #333;
  color:#fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 120px;
}
@media screen and (max-width:750px) {
  header h1 {
    position: absolute;
    z-index: 0;
    visibility: initial;
    text-align: center;
    width: 100%;
    top: 5px;
    font-weight: bold;
  }
  .l-header {
    height: 100px;
  }
  .l-header--btn--contact__sp a {
    display: none;
  }
  .l-header--btn--gnav_open__sp {
    right: 0px;
  }
  .fs_show-more .fs_list-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 任意の行数を指定 */
  }
  .list-item-flex{
    display: flex;
    flex-direction: row;
  }
  .list-item-flex .list-item-flex-inner:first-of-type{
    width: 100px;
    margin-right: 10px;
  }
  .list-item-flex-inner.text-flex{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
  }
  .fs_list .fs_list-img {
    width: 100px;
    height: 100px;
  }
  .fs_show-more .fs_list-link .fs_list-item {
    border-bottom: 2px solid #ccc;
    padding-bottom: 8px;
  }
  .fs_show-more .fs_list-link:last-of-type .fs_list-item {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
  }
}

