@charset "UTF-8";


  
  
  /* 子ページ　両デザイン　共通 */
  .article {
    padding: 40px 0;
  }
  
  .article-container {
    max-width: 390px;
    width: 85%;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .article-title {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .article-body {
    max-width: 390px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  
  .article-body h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 1em;
  }
  
  .article-body h3:not(:first-child) {
    margin-top: 50px;
  }
  
  .article-body h3::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    content: "";
    border-radius: 3px;
    background-color: #333;
  }
  
  .article-body p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  
  .list-link {
    text-align: center;
  }
  
  .design-ver {
    padding-top: 8px;
    padding-bottom: 3px;
  }
  
  .design-ver h4 {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1em;
  }
  
  .design-ver-list {
    padding-left: 5%;
  }
  
  .design-ver-list li {
   list-style-type: square;
  }
  
  
  .URL_link p a {
 font-size: 10px;
  }


  /* 子ページ作品 メインイメージ swiper */
  .article-main-image {
    margin-bottom: 10px;
  }
  
  
  .swiper{
    width: 200px;
    height: auto;
  }
  
  .swiper-slide {
    text-align: center;
  }
  
  
  .swiper-slide img {
    width: 200px;
    height: auto;
  }
  
  
  
  
  /* 作品子ページのナビゲーション */
  .child-nav {
    display: flex;
    justify-content: space-evenly;
  }


/* Webのサムネイルの大きさ（暫定） */
  .web-thumb {
    width: 260px;
  }
  
  