/* ================================
  IRカレンダー ページ
================================ */

/* IRカレンダー
-------------------------------- */
.l-calendar {
    grid-area: main;
}

.l-calendar .l-sec-inner {
    padding: 0;
}

.news_tab {
  margin-top: 50px;
}

.news_select_cate {
  margin-bottom: 40px;
}

.news_tab_list h1 {
  font-size: calc(48 / 16 * 1rem);
  font-weight: 400;
  margin: 50px auto 70px;
  text-align: center;
}

.news_tab_ul_li a.window {
  position: relative;
  padding-right: 22px;
}

.news_tab_ul_li a.window:hover::after {
  background: url(../img/icn_window_white.png) no-repeat center / contain;
}

.news_tab_ul_li a.window::after {
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/icn_window_black.png) no-repeat center / contain;
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
}

.l-library__dl {
	border-bottom: 1px solid #999;
	display: flex;
	align-items: flex-start;
	margin: 0;
	padding: 1.35em 0;
}

.l-library__dl:first-child {
	border-top: 1px solid #999;
}

.l-library__dl__dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100px;
	min-width: 100px;
	box-sizing: border-box;
}

.l-library__dl__dt__time {
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	letter-spacing: 0;
	line-height: 1.4;
}

.l-library__dl__dd {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	margin-left: 2.0em;
}

.l-library__dl__dt__dd__a:hover .pdf-icon::before {
	background: url(../img/icn_pdf_blue.png) no-repeat center / contain;
}


@media only screen and (max-width: 1199px) {
    .l-library__dl {
        display: block;
    }
    
    .l-library__dl__dd {
		margin: 10px 0 0 0;
	}
	
	.news_tab_ul_li a.window::after {
		width: 14px;
		height: 12px;
		right: 25%;
  }
}


@media (max-width: 999px) {
	.news_tab_ul_li a.window::after {
		width: 14px;
		height: 12px;
		right: 25%;
  }
}


@media (max-width: 767px) {
    .l-calendar {
        padding: 10px 0 0;
    }

    .news_tab {
        margin-top: 30px;
    }
    
    .news_tab_list h1 {
		font-size: 1.5rem;
		margin: 20px auto 30px;
    }
    
    .news_select_cate {
		margin: 0 0 20px;
    }
    
    .news_tab_ul_li a.window::after {
		width: 14px;
		height: 12px;
		right: 25%;
    }
  
    .l-library__dl {
		padding: .6em 0;
    }
    
    .l-library__dl__dt {
		justify-content: flex-start;
		width: auto;
		min-width: auto;
	}
	
	.l-library__dl__dt__time {
		font-size: 12px;
		margin-right: 10px;
	}
	
	.l-library__dl__dd {
		font-size: 14px;
		line-height: 1.6;
		margin: 5px 0 0 0;
	}
	
	.pdf-icon {
		font-size: 14px;
	}

	.pdf-icon:before {
		width: 12.5px;
		height: 15.5px;
		margin: 0 4px 0 9px;
		top: 2px;
	}
	
	.l-library__dl__dt__dd__a:hover .pdf-icon::before {
		background: url(../img/icn_pdf_black.png) no-repeat center / contain;
	}
}