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

	Title: ir.css
	Created: 2019-1-31

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

	library
	schedule
	distribute
	event

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

	library

=========================================================== */
.library-table tbody td {
	vertical-align: top;
	width: 16%;
}
.library-table tbody tr td:first-child {
	vertical-align: middle;
}
.library-table__wrapper {
	position: relative;
	text-align: center;
}
.library-table__file-size {
	display: block;
}
.library-table__wrapper {
	font-size: 1.3rem;
	margin-top: 5px !important;
}

/* correction-menu
----------------------------------------------------------- */
.correction-menu {
	position: relative;
}
/* js-popup-open
----------------------------------------------------------- */
.library-table td .js-popup-open,
.library-table__button {
    display: block;
}
.js-popup-open,
.library-table__button {
    position: relative;
    overflow: hidden;
    max-width: 100px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    margin: 5px auto 0;
    padding: 0 5px 0 8px;
    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,
.library-table__button:hover {
    text-decoration: none;
    border: solid 1px #fff;
    color: #fff !important;
    border-color: transparent;
    background-color: #aa9359;
}
.js-popup-open:before,
.library-table__button: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,
.library-table__button:hover:before {
    border-color: transparent transparent transparent #fff;
}

/* link-button__open / link-button__close
----------------------------------------------------------- */
.link-button__open, .link-button__close {
    height: 35px;
    line-height: 30px;
	margin-top: 2em;
    padding: 0 40px 0 55px;
    display: inline-block;
    color: #aa9359 !important;
    font-size: 13px;
    text-align: center;
    border: solid 2px #aa9359;
    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;
}
@media all and (-ms-high-contrast:none) {
	.link-button__open, .link-button__close {
		line-height: 36px;
	}
}
.link-button-a:hover,  .link-button-b:hover,  .link-button__open:hover,  .link-button__close:hover {
    background: #aa9359;
    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: 8px;
    height: 8px;
    margin: -8px 0 0 0;
    border-right: 1px solid #aa9359;
    border-bottom: 1px solid #aa9359;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media all and (-ms-high-contrast:none) {
	.link-button__open:before {
		margin: -6px 0 0 0;
	}
}
.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 #aa9359;
}
.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 #000;
}

/* accord-item 
----------------------------------------------------------- */
.accord-item {
	display: flex;
	border-bottom: solid 1px #ddd;
	width: 100%;
}
.accord-item dt {
	width: 9em;
	padding: 0.5em 1em 0.5em 0;
	margin: 0;
}
.accord-item dd {
	padding: 0.5em 0;
	margin: 0 !important;
}
.accord-item.file-date-list__revied {
	position: relative;
	margin-left: 5em;
}
.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;
}
.accord-item a:link, .accord-item a:visited {
	text-decoration: none;
	color: #000;
}
.accord-item a:hover {
	color: #aa9359;
}

@media screen and (max-width: 1200px) {
	.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: #aa9359;
}
@media screen and (max-width: 1200px) {
	.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 {
	display: block;
}
.distribute--actual dl,
.distribute--forecast dl {
	padding: 1.5em;
	margin: 30px 0 1em;
	border: solid 1px #ddd;
	display: flex;
	justify-content: center;
	font-size: 2.2rem;
	align-items: baseline;
	line-height: 1;
}
.distribute--actual dt,
.distribute--forecast dt {
	padding-right: 1em;
}
.distribute--actual dt em,
.distribute--forecast dt em {
	color: #111;
	font-weight: bold;
}
.distribute--actual dt,
.distribute--forecast dt,
.distribute--actual dt,
.distribute--forecast dt {
	vertical-align: bottom !important;
}
@media all and (-ms-high-contrast:none) {
	.distribute--actual dt,
	.distribute--forecast dt {
		padding-top: 0.1em;
	}
}
.distribute--actual .number-display__number,
.distribute--forecast .number-display__number {
	padding: 0 0.2em;
    font-size: 3.4rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.distribute--actual .number-display__number {color: #aa9359;}
.distribute--forecast .number-display__number {color: #555555;}

@media screen and (max-width: 1200px) {
	.distribute--actual dl,
	.distribute--forecast dl {
		display: block;
		padding: 1em;
		text-align: center;
	}
	.distribute--actual dt,
	.distribute--forecast dt {
		padding: 0.2em;
	}
	.distribute--actual dd,
	.distribute--forecast dd {
		padding: 0.2em;
		white-space: nowrap;
    text-align: center!important;
    font-size: 1.8rem;
	}
}

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

	event

=========================================================== */
/* event-info
----------------------------------------------------------- */
.event-info {
	clear: both;
	border: solid 3px #ddd;
	padding: 40px 40px 30px;
	margin: 10px 0 20px !important;
	display: flex;
	flex-wrap: wrap;
}
.event-info h2 {
	width: 100%;
	margin: 0 0 15px !important;
}
.event-info__text {
	width: calc(100% - 350px);
}
.event-info__text a {
    word-break: break-all;
}
.event-info__image {
	display: flex;
	justify-content: flex-end;
	width: 350px;
}
.event-info__image figure {
	margin-left: 20px;
}
@media screen and (max-width: 1200px) {
	.event-info__text {
		width: calc(100% - 300px);
	}
	.event-info__image {
		flex-direction: column;
		width: 300px;
	}
}
@media screen and (max-width: 767px) {
	.event-info {
		padding: 20px;
		display: block;
	}
	.event-info h2 {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.event-info__text {
		width: 100%;
	}
	.event-info__image {
		width: 100%;
	}
	.event-info__image figure {
		margin-left: 0;
	}
}