@charset "utf-8";
/* ===========================================================

	Title: ir.css
	Created: 2020-9-27

/* ===========================================================

	library
	schedule
	distribute
    event

=========================================================== */
/* ===========================================================

	library

=========================================================== */
.library-table thead th,
.library-table thead td {
	color: #fff;
    background-color: #0165ad;
    text-align: center;
    vertical-align: middle;
}
table.library-table tbody th{
    text-align: center;
}
.library-table td {
	vertical-align: top;
	width: 16%;
}
.library-table__wrapper {
	position: relative;
	text-align: center;
}

.library-table__wrapper .file-title{
    display:block;
}
.library-table__file-size {
	display: inline-block;
}
.file-size {
}

/* correction-menu
----------------------------------------------------------- */
.correction-menu {
	position: relative;
}
/* js-popup-open
----------------------------------------------------------- */
.library-table td .js-popup-open {
    display: block;
}
.js-popup-open {
    position: relative;
    overflow: hidden;
    max-width: 80px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    margin: 0 auto;
    padding: 0 5px;
    display: inline-block;
    border: solid 1px #cccccc;
    color: #111 !important;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}
.js-popup-open:hover {
    text-decoration: none;
    border: solid 1px #fff;
    color: #fff !important;
    border-color: transparent;
    background-color: #0165ad;
}
.js-popup-open:before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -3px 0 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #aaa;
}
.js-popup-open:hover:before {
    border-color: transparent transparent transparent #fff;
}

/* link-button__open / link-button__close
----------------------------------------------------------- */
.link-button__open, .link-button__close {
    height: 35px;
    line-height: 34px;
	margin-top: 2em;
    padding: 0 40px 0 55px;
    display: inline-block;
    color: #0165ad !important;
    font-size: 13px;
    text-align: center;
    border: solid 1px #0165ad;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all .2s ease;
    text-decoration: none !important;
}
.link-button-a:hover,  .link-button-b:hover,  .link-button__open:hover,  .link-button__close:hover {
    background: #0165ad;
    border: solid 1px #0165ad;
    text-decoration: none !important;
    color: #fff !important;
}
.link-button-a:before,  .link-button-b:before,  .link-button__open:before,  .link-button__close:before,  .link-button__close:after {
    position: absolute;
    content: " ";
    vertical-align: middle;
}
/* link-button__open */
.link-button__open:before {
    top: 50%;
    left: 35px;
    width: 5px;
    height: 5px;
    margin: -6px 0 0 0;
    border-right: 1px solid #0165ad;
    border-bottom: 1px solid #0165ad;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link-button__open:hover:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
/* link-button__close */
.link-button__close:before, .link-button__close:after {
    top: 50%;
    left: 27px;
    width: 14px;
    height: 14px;
    border-right: 1px solid #0165ad;
}
.link-button__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -13px 0 0 0;
}
.link-button__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -3px 0 0 0;
}
.link-button__close:hover:before, .link-button__close:hover:after {
    border-right: 1px solid #fff;
}

/* accord-item
----------------------------------------------------------- */
.accord-item {
	display: flex;
	border-bottom: solid 1px #ddd;
}
.accord-item dt {
	width: 10em;
	padding: 0.5em 1em 0.5em 0;
	margin: 0;
}
html:lang(en) .accord-item dt {
	width: 12em;
}
.accord-item dd {
	padding: 0.5em 0;
	margin: 0 !important;
}
.accord-item.file-date-list__revied {
	position: relative;
	margin-left: 3em;
}
.accord-item.file-date-list__revied::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	border-bottom: dotted 1px #ccc;
	border-left: dotted 1px #ccc;
}

@media screen and (max-width: 1023px) {
	.accord-item {
		display: block;
	}
	.accord-item dt {
		width: auto;
		padding: 0.5em 0 0;
	}
	.accord-item dd {
		padding: 0 0 0.5em;
	}
}


/* news_list
----------------------------------------------------------- */
.news_list {
    padding: 0;
}
.news_list dt {
    clear: both;
    float: left;
    width: 15em;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
}
.news_list dd {
    margin: 0 0 10px;
    padding: 0 0 10px 17em;
    border-bottom: dotted 1px #d8dbdf;
}
.news_list dt span {
/*margin: 0 0 0 10px;
	width: 110px;
	display: inline-block;*/
}
.news_list dt span.icon {
    float: right;
}
.news_list dd img {
    margin: 0 2px 0 4px;
    vertical-align: text-bottom;
}
.news_list a:link, .news_list a:visited {
    text-decoration: none;
    color: #111;
}
.news_list a:hover {
    text-decoration: underline;
    color: #0165ad;
}
@media screen and (max-width: 1023px) {
	.news_list {
	}
	.news_list dt {
		clear: both;
		float: none;
		width: 14em;
		height: 23px;
		margin: 0 0 5px;
	}
	.news_list dd {
		padding: 0 0 10px 0;
	}
}

/* ===========================================================

	schedule

=========================================================== */
.highlight-table em {
	font-size: 2.4rem;
	font-weight: bold;
}

/* ===========================================================

	distribute

=========================================================== */
.distribute--actual,
.distribute--forecast {
    overflow: hidden;
    padding: 2em;
    background-color: #f6f5e3;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items:baseline;
    margin-bottom: 2em;
    font-size: 1.6rem;
}
.distribute--actual dt,
.distribute--forecast dt {
    padding: 0 1em;
    font-size: 1.125em;
    font-weight: bold;
}
.distribute--actual dd,
.distribute--forecast dd {
    padding: 0 1em;
    font-size: 1.125em;
}
.distribute--actual em,
.distribute--forecast em {
    font-size: 2.0rem;
    font-style: normal;
    font-weight: bold;
    padding: 0 3px 0;
    color: #00aacb;
    font-size: 4.0rem;
    color: #0065ac;
}
.distribute--actual .number-display__number,
.distribute--forecast .number-display__number {
}
.distribute--actual .number-display__number {}
.distribute--forecast .number-display__number {}

@media screen and (max-width: 1279px) {
    .distribute--actual,
    .distribute--forecast {
        flex-direction: column;
        align-items: center;
    }
}



/* ===========================================================

	event

=========================================================== */
.event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.event h3 {
    width: 100%;
}
.event table {
    margin-top: 0;
    width: calc(100% - 282px);
}
.event-img {
    width: 250px;
}
.event-img img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .event table {
        width: 100%;
    }
    .event-img {
        width: 100%;
    }
}

.chart-highlight-layout .column__cell{
    width: 50%;
}
@media screen and (max-width: 1279px) {
    .column--equal-width.chart-highlight-layout{
        display: block;
    }
    .chart-highlight-layout .column__cell{
        width: 100%;
    }
}