@charset "utf-8";
/* CSS Document */

/*一覧ページ*/

.cty_news{
  padding: 74px 96px 200px;
  background: url("../img/common/ph_lightgray.png");
  margin-bottom: 180px;
}

.cty_news a{color: #212121;}
.cty_news_tab{margin-bottom: 94px;}
.cty_news_tab li{
  display: inline-block;
  padding-right: 50px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s linear;
}
.cty_news_tab li a{
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 20px 0 25px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.cty_news_tab li:nth-of-type(2){transition-delay: 0.1s;}
.cty_news_tab li:nth-of-type(3){transition-delay: 0.2s;}
.cty_news_tab li:nth-of-type(4){transition-delay: 0.3s;}
.cty_news_tab li:nth-of-type(5){transition-delay: 0.4s;}
.cty_news_tab li:nth-of-type(6){transition-delay: 0.5s;}

.cty_news_tab li.nolink a{
  color: #CCCCCC;
  pointer-events: none;
}
.cty_news_tab.active li{
  opacity: 1;
  transform: translateY(0);
}

.cty_news dl{
  margin-bottom:80px;
  opacity: 0;
  transition: all 0.3s linear 0.4s;
}
.cty_news dl:nth-of-type(2){transition-delay: 0.5s;}
.cty_news dl:nth-of-type(3){transition-delay: 0.6s;}
.cty_news dl:nth-of-type(4){transition-delay: 0.7s;}
.cty_news dl:nth-of-type(5){transition-delay: 0.8s;}
.cty_news dl:nth-of-type(6){transition-delay: 0.9s;}
.cty_news dl:nth-of-type(7){transition-delay: 1s;}
.cty_news dl:nth-of-type(8){transition-delay: 1.1s;}
.cty_news dl:nth-of-type(9){transition-delay: 1.2s;}
.cty_news dl:nth-of-type(10){transition-delay: 1.3s;}
.cty_news dl:nth-of-type(11){transition-delay: 1.4s;}
.cty_news .active dl{opacity: 1;}

.cty_news dl dt{
  padding-bottom: 16px;
  border-bottom: #E1E1E1 1px solid;
  margin-bottom: 24px;
  line-height: 1;
}
.cty_news dl dt p{
  display: inline-block;
  vertical-align: middle;
}
.cty_news dl dt p:first-of-type{
  padding-right: 40px;
  
}
.cty_news dl dt p:last-of-type{
  border-left: 1px solid  #E1E1E1;
  padding: 2px 0 2px 30px;
}

.cty_news dl dd a{
  display: block;
  min-height: 40px;
  padding: 7px 0;
  background: url("../img/news/ico_link.png") right 50px center no-repeat;
  padding-right: 160px;
}













/*詳細ページ*/

.cty_news_detail{
    padding: 100px 96px 200px;
  background: url("../img/common/ph_lightgray.png");
  margin-bottom: 200px;
}

.cty_news_detail h2{
  font-size: 2rem;
  margin-bottom: 90px;
}

.cty_news_detail_txt{
  padding-left: 96px;
  line-height: 2;
}

.cty_news_detail_txt p{margin-bottom: 40px;}

.cty_news_detail_newsbackbtn {
  text-align: center;
  margin: 90px auto 0;
}
.cty_news_detail_newsbackbtn a{
  display: inline-block;
  padding: 20px 60px;
  background: #004EA2;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 40px;
}






@media screen and (min-width:769px){
  .cty_news_tab a:hover{border-bottom: 2px solid #004ea2;}
  .cty_news dl dd a:hover{
    opacity: .6;
    background: url("../img/news/ico_link_o.png") right 55px center no-repeat;
    padding-right: 160px;
  }

  .cty_news_detail_newsbackbtn a:hover{
    padding: 18px 58px;
    background: #FFFFFF;
    border: 2px solid  #004EA2;
    font-weight: bold;
    color:  #004EA2;
  }
}






@media screen and (max-width:820px){
  .cty_news{padding: 72px 16px 104px;}
}
@media screen and (max-width:428px){
  .cty_news{margin-bottom: 40px;}
  .cty_news_tab li{padding-right: 20px;}
  .cty_news_tab li a{font-size: 0.75rem;}

  .cty_news dl dt{
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 0.75rem;
  }
  .cty_news dl dt p:first-of-type{padding-right: 12px;}
  .cty_news dl dt p:last-of-type{padding-left: 12px;}
  .cty_news dl dd{font-size: 0.875rem;}
}
