@charset "utf-8";
/* CSS Document */

.content .ir_content { padding-bottom:45px;padding-top:120px; margin-top:-120px;}
.content .ir_content.first{ padding-bottom:0;} 

.content .ir_content.last, .inner_content.last { padding-bottom:0 !important;}
.ir_title .h3_title {
    font-size: 1.6rem;
}
.ir_title { margin-bottom:20px; position:relative;}
.ir_title .yearSelect{ position:absolute; right:0; top:8px; width:130px;}
.ir_title .yearSelect label { border:none; background-color:#f6f6f6; outline:none;  width:100%;
display: block;}
.ir_title .yearSelect select option { font-size:1.2rem; font-weight:bold;}
.ir_title .yearSelect label {
    position: relative;
    display: none;
   
}
.ir_title .yearSelect label.block { display:block;} 
.ir_title .yearSelect label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
background: url(/ja/ir/img/pulldown.svg) right -100% no-repeat;
}



@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .ir_title .yearSelect label:before {
    top: 30%;
	} /* IE11 */
}

.ir_title .yearSelect label select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
	-moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
    display: block;
    width: 130px;
    padding:10px 15px 12px !important;
    color: #000;
    border: none;
    background: transparent;
margin-bottom:0 !important;
font-family: "YakuHanJP", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:1.2rem; position: relative;font-weight:bold;
}

::-ms-expand {
    display: none;
}

.news_list li:first-child {
   padding: 0 0 15px 0 ;
}

.content .ir_content .inner_content { padding-bottom:40px;}

.heading {
    font-size: 1.6rem;
    color: #333333;
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: bold;
}

.bottom_link { border-top:none;}
.news_list .pub_date dt:after {    
    border-right: none;
}