@charset "UTF-8";
/* ニュース中ページサイドメニュー */
/* 中ページタイトル */
/*section.page_title{
  background-image: url(../image/news_ttl@2x.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  section.page_title{
    height:312px;
  }
}
main section.page_title,
main section.page_title h1,
 ul.breadcrumb a,
main  h1 span{
  color: #fff;
}
main  h1::after{
  background-color: #fff;
}
ul.breadcrumb li a:after{
  border-color: #fff;
}*/
section.page_title .l-wrap{
  border-bottom:1px solid #231815;
}
ul.news-list{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.news-list:first-child{
  margin-bottom: 5px;
}
ul.news-list li{
  margin-bottom: 10px;
}
ul.news-list li a{
  color: #231815;
}
ul.news-list_cate li a:hover{
  color: #E50020;
}
ul.news-list_year li a:hover{
  color: #036EB7;
}
ul.news-list h2{
  font-size: 14px;
  margin-bottom: 0;
}
ul.news-list_cate h2, ul.news-list_cate .current a{
  color: #E50020;
}
ul.news-list_cate .current a{
  border-bottom: 2px solid #E50020;
  padding-bottom:3px;
}
ul.news-list_year h2, ul.news-list_year .current a{
  color: #036EB7;
}
ul.news-list_year .current a{
  border-bottom: 2px solid #036EB7;
  padding-bottom:3px;
}

ul.news-list-disc{
  padding-left: 2rem;
}

ul.annotation-list{
  font-size: .6875rem;
  line-height: 2;
  padding-left: 0;
  list-style-type: none;
}
ul.annotation-list li {
  padding-left: 2.5em;
  position: relative;
}
ul.annotation-list li::before {
    left: 0;
    position: absolute;
    top: 0;
}
ul.annotation-list li:nth-child(1)::before{
  content: "※1";
}
ul.annotation-list li:nth-child(2)::before{
  content: "※2";
}
ul.annotation-list li:nth-child(3)::before{
  content: "※3";
}
ul.annotation-list li:nth-child(4)::before{
  content: "※4";
}
ul.annotation-list li:nth-child(5)::before{
  content: "※5";
}
ul.dl-inner-list {
  padding-left: 1.5rem;
}
#wpcontent .entry .body ul a{
  color: #E50020 !important;
  border-bottom: 1px solid #E50020;
}


.rss_set{
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.rss_set{
	margin-bottom: 1.5rem;	
	}
  ul.dl-inner-list {
    padding-left: 1rem;
  }
}
.rss{
  float: right;
}
.rss img {
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
/* EIR用 */
main #wpcontent a.eir_pdf{
  display: block;
  position: relative;
  padding: 20px 50px 20px 0;
  border-bottom: 1px solid #231815;
}

main #wpcontent a.eir_pdf::after {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #E50020;
  border-left: solid 2px #E50020;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0,-50%) rotate(135deg);
}

main #wpcontent a.eir_pdf[target="_blank"]::after {
  position: absolute;
  content: "";
  background-size: 80%;
  background-repeat: no-repeat;
  border: none;
  top: 50%;
  right: 10px;
  width: 27px;
  height: 23px;
  background-image: url(../image/ir/icon_ir_menu_tabhover@2x.png);
  -webkit-transform: translate(0,-50%);
   transform: translate(0,-50%);
}

main #wpcontent a.eir_pdf[href$=".pdf"]::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  top: 50%;
  right: 10px;
  width: 27px;
  height: 23px;
  background-image: url(../image/ir/icon_pdf@2x.png);
  -webkit-transform: translate(0,-50%);
   transform: translate(0,-50%);
}

@media screen and (max-width: 767px) {
  ul.news-list li{
    float: left;
    border-left: 1px solid #231815;
    padding:0 5px;
    line-height: 1em;
    font-size: 14px;
    margin-bottom:15px;
  }
  ul.news-list li:first-child{
    display: block;
    width: 100%;
    border-left:none;
  }
  ul.news-list.news-list_year:last-child {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  ul.news-list:first-child{
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  ul.news-list:first-child::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #C8C9CA;
  }
  ul.news-list h2{
    font-size: 18px;
    margin-bottom: 10px;
  }
}
main .h_news_in{
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
}
main #wpcontent{
  width: 100%;
  clear: both;
}
/* ニュース中ページpタグ*/
.news_text p{
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.news_text p.date{
  text-align: right;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.news_text p a{
  color: #E50020 !important;
  border-bottom: 1px solid #E50020;
}
.news_text p a:hover{
  opacity: .7;
}
main #wpcontent h1{
  text-align: left;
  font-size: 22px;
  color:#231815;
}
main #wpcontent h1::after{
  display:none;
}

/* ニュース中ページ youtube*/
#wpcontent .entry .body .youtube {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 56.25%;
}
#wpcontent .entry .body .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}