@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++
   File: news.css
   Version: 1.0.0
   Update: 2025-06-10
   Author: kobako design

   (c)2025 kobako design
++++++++++++++++++++++++++++++++++++++ */



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

   PC

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ====================================================
		Common
==================================================== */
/* -------------------------------
		Page Title
------------------------------- */
h1 {
  padding-bottom: 30px!important;
}

/* -------------------------------
		Layout
------------------------------- */
#news article {
  border-bottom: 1px solid #eee;
  padding: 120px 0;
}

/* -------------------------------
		Title
------------------------------- */
#news h2 {
  font-size: 1.6rem;
  padding-bottom: 50px;
}

/* Time */
#news h2 time {
  font-size: 1.1rem;
  letter-spacing: .08em;
  display: block;
  padding-bottom: 5px;
}

/* -------------------------------
		Entry
------------------------------- */
#news article div {
  line-height: 2.2;
}

/* -------------------------------
		Link
------------------------------- */
#news a {
  border-bottom: 1px solid #999;
  transition: .3s;
}
#news a:hover {
  border-bottom: 1px solid #fff;
}

/* -------------------------------
		Images
------------------------------- */
#news .photo {
  padding-bottom: 30px;
}
#news .photo img {
  border-radius: 10px;
}

/* -------------------------------
		Credit
------------------------------- */
#news .credit {
  font-size: 1.2rem;
  padding-top: 25px;
  margin-top: 25px;
  position: relative;
}
#news .credit::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 0;
  left: 0;
}
#news .credit dt,
#news .credit dd {
  line-height: 1.4;
  padding: 4px 0;
}
#news .credit dt {
  width: 7em;
}
#news .credit dd {
  width: calc(100% - 7em);
}










/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

   TABLET

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  

  
  
  
  
}






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

   SMART PHONE

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Page Title
  ------------------------------- */
  h1 {
    padding-bottom: 30px!important;
  }
  
  /* -------------------------------
      Layout
  ------------------------------- */
  #news article {
    padding: 80px 0;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #news h2 {
    font-size: 1.4rem;
    padding-bottom: 30px;
  }
  
  /* -------------------------------
      Images
  ------------------------------- */
  #news .photo {
    padding-bottom: 20px;
  }
  
  /* -------------------------------
      Credit
  ------------------------------- */
  #news .credit {
    font-size: 1.1rem;
  }
  
  
  
  
}