@charset "utf-8";


/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1039px) {
	.is-ir.is-home .c-news-list li time {
		width: 25%;
	}
	
	
	
} /* END RESPONSIVE */


@media screen and (max-width:767px) {
	.is-ir .g-container {
		min-height: 0;
	}
	
	.is-ir.is-home .c-ir-news-function {
		padding-top: 20px !important;
		display: flex;
	}
	
	.is-library.is-connection .c-connection-list li {
		width: 100%;
	}
	
	/* share */
	.is-share .u-table-corner table {
		width: 100% !important;
	}
	
	
	
} /* END RESPONSIVE 767px */


@media screen and (max-width:374px) {
	
	
	
	
} /* END RESPONSIVE 374px */


@media print {
	
	
	
	
} /* END PRINT */

