/* NEWSRELEASE 共通
------------------------------- */
dt{
  color:#432;
  padding:0 10px 0 0;
  width:200px;
  float:left;
  margin-bottom:20px;
  text-align: left;
  font-size: 1rem;
  font-family: 'Rajdhani',"Yu Mincho", "YuMincho", serif;
}

dd{
  color:#fff;
  margin-bottom:20px;
  text-align: left;
  font-size: 1.2rem;  
    font-family: 'Copse',"Yu Mincho", "YuMincho", serif;
}

.item h2{
  color:#432;
  padding:0 10px 0 0;
  width:100%;
  float:left;
  margin-bottom:20px;
  text-align: left;
  font-size: 1.5rem;
    font-family: 'Noto Serif JP',"Yu Mincho", "YuMincho", serif;
}

.item p{
  color:#432;
  margin-bottom:20px;
  text-align: left;
  line-height: 2;
  font-size: 1.1rem;
  text-indent: 1em;  
}

.item p a {
  position: relative;
  display: inline-block;
  text-decoration: none;
    color:#432;
}
.item p a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #432;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.item p a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* NEWSRELEASE ニュース
------------------------------- */
#news201001_01 {
    background-image: url(../newsrelease/images/news-201001_01.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news201001_02 {
    background-image: url(../newsrelease/images/news-201001_02.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news201001_03 {
    background-image: url(../newsrelease/images/news-201001_03.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news201016 {
    background-image: url(../newsrelease/images/news-201016.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news201028 {
    background-image: url(../newsrelease/images/news-201028.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news210104 {
    background-image: url(../newsrelease/images/news-210104.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news210213 {
    background-image: url(../newsrelease/images/news-210213.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news210220 {
    background-image: url(../newsrelease/images/news-210220.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news210308 {
    background-image: url(../newsrelease/images/news-210308.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news210901 {
    background-image: url(../newsrelease/images/news-210901.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news211001 {
    background-image: url(../newsrelease/images/news-211001.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news211202 {
    background-image: url(../newsrelease/images/news-211202.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news211227 {
    background-image: url(../newsrelease/images/news-211227.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news220104 {
    background-image: url(../newsrelease/images/news-220104.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news220309 {
    background-image: url(../newsrelease/images/news-220309.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news220401 {
    background-image: url(../newsrelease/images/news-220401.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news220603 {
    background-image: url(../newsrelease/images/news-220603.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news220901 {
    background-image: url(../newsrelease/images/news-220901_02.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news230105 {
    background-image: url(../newsrelease/images/news-230105.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news230310 {
    background-image: url(../newsrelease/images/news-230310.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}
#news230901 {
    background-image: url(../newsrelease/images/news-230901.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
 }   
 #news240105 {
    background-image: url(../newsrelease/images/news-240105.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
}   
 #news250106 {
    background-image: url(../newsrelease/images/news-250106.jpg);
    min-height: 100vh;
    margin-bottom: 40px;
 }  
/* モバイル版
------------------------------- */
@media (max-width: 600px) {
    .page-title {
        font-size: 2.5rem;
    }
    .page-header {
        flex-direction: column;
        align-items: center;
    }

.item h2{
    font-size: 1.2rem;
}


