@charset "UTF-8";




/* ウェブ */

.web-design-img img{
    width: 70%;
    height: auto;
    }









/* グラフィック */




.graphic-design-list {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .graphic-design-item:hover {
    opacity: .9;
  }

  .graphic-design-item {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }


.graphic-design-img img{
    width: 70%;
    height: auto;
    border: 1px solid #e6e6e6;
    }


.graphic-design-name {
    font-size: 8px;
    margin-top: 4px;
}


/* .graphic-design-info {
    font-size: 6px;
    margin-top: 5px;
}
 */


/* イラストレーション */
.list-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    }


.list-gallery img {
    width: 80px;
}

.illustration {
    margin-bottom: 35px;
}