@charset "utf-8";

@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}
.mb0 {margin-bottom: 0 !important}

.c-table__contentBody td {text-align: center; vertical-align: middle !important}
.c-table__head th {text-align: center; vertical-align: middle !important}
.c-table__contentBody th {vertical-align: middle !important}
.c-note--mark::before {content: "*" !important}
.th_w4 {width: 4% !important}
.th_w38 {width: 3.8% !important}
.th_w9 {width: 9% !important}

@media only screen and (min-width:1280px) {
.l-section .size_down img {
    padding: 1em 14em;
    }
}
@media only screen and (max-width:1279px) {
.l-section .size_down img {
    padding: 0.5em 4em;
    }
}
@media only screen and (max-width:599px) {
.l-section .size_down img {
    padding: 0.5em;
    }
}

.pd05 {padding: 5px 0px !important}
.bg_clr_blue {background-color: #B1F8F9}
.bg_clr_red {background-color: #F9CCF2}
.bg_clr_green {background-color: #89F7A1}

.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_col_blue {
	background-color: #B1F8F9;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0.25em;
	white-space: nowrap;
    font-size: 1em;
    margin-right: 0.5em;
}
.icon_col_red {
	background-color: #F9CCF2;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0.25em;
	white-space: nowrap;
    font-size: 1em;
}
.icon_col_green {
	background-color: #89F7A1;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0.25em;
	white-space: nowrap;
    font-size: 1em;
    margin-left: 1em;
}

/* [共通／関連資料] */
.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%;
	}
}
.icon_ie3 {
	color: #375372;
	background-color: #bae3f9;
	font-weight: normal;
	line-height:0.75em;
	text-align: center;
	padding: 0.1em 0.5em;
    border: 2px solid #81cde4;
	border-radius: 1em;
	white-space: nowrap;
    font-size: 0.75em;
    font-weight: 700;
    }