@charset "utf-8";
/* CSS Document */

/* PC専用表示 */
@media only screen and (max-width:600px){
	.for_pc {
		display: none;
	}
}

/* スマートフォン専用表示 */
@media (min-width: 601px){
	.for_sp {
		display: none;
	}
}

.mt0 {margin-top: 0 !important}
.mt05 {margin-top: 0.5em !important}
.mt1 {margin-top: 1em !important}
.mt15 {margin-top: 1.5em !important}
.mt2 {margin-top: 2em !important}
.pl1 {padding-left: 1em !important}
.pl2 {padding-left: 2em !important}
.mr2 {margin-right: 2em !important}

@media only screen and (min-width:1280px) {
.l-section .size_down img {
    padding: 1em 14em;
    }
.l-section .size_down-2 img {
    padding: 1em 8em;
    }
}
@media only screen and (max-width:1279px) {
.l-section .size_down img {
    padding: 0.5em 4em;
    }
.l-section .size_down-2 img {
    padding: 1em 2em;
    }
}
@media only screen and (max-width:599px) {
.l-section .size_down img, .l-section .size_down-2 img {
    padding: 0.25em 0;
    }
}

.c-table__contentBody td {text-align: center; vertical-align: middle !important}
.c-table__head th, .c-table__contentBody th {text-align: center; vertical-align: middle !important}

.l-grid--right {justify-content: flex-end}
.no_breaks {display: inline-block}
.c-table__contentBody th {text-align: left !important}
.lup td {text-align: left !important}

.icon_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    margin-top: 0.5em;
}
.icon_area .icon_area_wrap {
	display: inline-block;
	text-align: right;
	margin-left: auto;
	margin-right: 0;
}
.icon_prod_bg {
	color: #FFF;
	background-color: #FF6600;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0 1em;
	border-radius: 2em;
	white-space: nowrap;
    font-size: 1.25em;
}
.icon_off_bg {
	color: #FFF;
	background-color: #AFAFAF;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0 0.75em;
	border-radius: 2em;
	white-space: nowrap;
    font-size: 1.25em;
}

/* [共通／関連資料] */
.catalog_doclink .catalog {
	display: flex;
}
.catalog_doclink .catalog .thumb {
	flex-grow: 0;
	flex-shrink: 0;
}
.catalog_doclink .catalog .thumb table {
	width: 100%;
}
.catalog_doclink .catalog .thumb .docLinkImage {
	padding-right: 10px;
}
.catalog_doclink .catalog .thumb .docLinkImage img {
	width: 100%;
	height: auto;
	border: 1px solid #dcdcdc;
}
.catalog_doclink .catalog .summary .docLinkSiryo {
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 0.5em;
	text-align: left;
	font-size: 120%;
}
.catalog_doclink .catalog .summary .docLinkDate {
	line-height: 1.5;
	text-align: left;
	font-size: 115%;
}@media only screen and (min-width:768px){
/*! over Small */
	/* [共通／関連資料] */
	.catalog_doclink {
		padding-left: 10px;
		padding-right: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.catalog_doclink .catalog {
		flex-basis: calc(50% - 15px);
	}
	.catalog_doclink .catalog:nth-child(n+3) {
		margin-top: 2em;
	}
	.catalog_doclink .catalog .thumb {
		width: 30%;
	}
}
@media only screen and (max-width:767px){
/*! Small only */
	/* [共通／関連資料] */
	.catalog_doclink .catalog:nth-child(n+2) {
		margin-top: 1em;
	}
	.catalog_doclink .catalog .thumb {
		width: 35%;
	}
}
.l-inner--medium a:hover img {
	opacity:0.7;
	}

/*Tableの斜線---------------------*/
.c-table th .tb_line {
	position: relative;
}

.c-table th .tb_line:after {
	content:"";
	position:absolute;
	width:156%;
	height:1px;
	left:-34px;
	top:-1px;
	background-color:#858185;
	transform: rotate(36deg);
	overflow:hidden;	
}

