@media (max-width: 576px) {
  #main-visual > div {
      display: block;
      padding:0;
  }
  #main-visual .slide-wrap {
      width: 100%;
      padding: 0rem;
  }
  #main-visual .news-wrap {
    width: 100%;
    color: #fff;
    padding: 2rem;
}

#main-visual  .slide-wrap .slide .item {
  height:300px;
  background-color:#fff;
  position:relative;
}

#main-visual .slide-wrap .slide .item .ttl {
    font-size: 15px;
}

#main-visual .news-wrap {
    width: 100%;
    color: #fff;
    padding: 1rem;
    background-color: #fff;
}

#main-visual .news-wrap .list .item {
    margin-bottom:1rem;
}

.article .item .info .cate span {
    font-size: 11px;
  }

  #service-list .list .item {

      width: 50%;
    }

    #service-list .list .item .txt {
        padding: 1rem 0;
        border-top: 1px solid #fff;
        margin-top: 1rem;
        font-size: 12px;
    }

#service-list .list .item.bg2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d9459+0,1d9459+70,118e8a+100 */
background: #1d9459; /* Old browsers */
background: -moz-linear-gradient(top,  #1d9459 0%, #1d9459 70%, #118e8a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1d9459 0%,#1d9459 70%,#118e8a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1d9459 0%,#1d9459 70%,#118e8a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d9459', endColorstr='#118e8a',GradientType=0 ); /* IE6-9 */
}

#service-list .list .item.bg2-sp{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17aa61+0,17aa61+70,23aaa1+100 */
background: #17aa61; /* Old browsers */
background: -moz-linear-gradient(top,  #17aa61 0%, #17aa61 70%, #23aaa1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #17aa61 0%,#17aa61 70%,#23aaa1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #17aa61 0%,#17aa61 70%,#23aaa1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17aa61', endColorstr='#23aaa1',GradientType=0 ); /* IE6-9 */

}

#blog-list .category {
    width: 100%;
}

#blog-list .category .list .item .date {
    width: 80px;
    background: #1D9459;
    font-size: .7rem;
    color: #fff;
    text-align: center;
    line-height: 4;
}

#blog-list .category .list .item .txt {
    width: calc(100% - 80px);
    padding: 0 0 0 1rem;
}
#voice .list .item {
    width: 100%;
}

#voice .list .item .img {
    height: 200px;
}

#sns .list {
    display: block;
}
#sns .list .item {
    width: 100%;
    margin: 0rem;
    /*max-width: 500px;
    background: #000;
    height: 600px;
    margin: 1rem;*/
}
#pwa .ttl {
font-weight:bold;
    font-size: 1.3rem;
    line-height: 1.5em;
}
#pwa .sub-ttl {
    text-align:left;
    font-size: 1.1rem;
    line-height: 1.5;
}
#pwa .txt {
  text-align:left;
    position: relative;
}

}
