/* --- 前回のRegular設定 --- */
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400; 
	src: url('/assets/fonts/fa-regular-400.woff2') format('woff2');
	font-display: swap;
}

/* ★今回のSolid設定（追記） --- */
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900; /* ★Solidは「900」を指定 */
	src: url('/assets/fonts/fa-solid-900.woff2') format('woff2');
	font-display: swap;
}

/*----------
	information
----------*/
.txt-normal{font-weight:normal!important;}
.txt-red{color:var(--color-prim)!important;}
.bg-lblue{background-color:#dff2fc!important;}
.inline{display:inline-block;width:auto;}
.bdr{border:solid 1px #ccc;}
@media (min-width: 768px) {
	.information-search {
		width: 300px;
		margin-left: auto;
		margin-right: 0;
	}
}

.information-yearselect dt {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	vertical-align: middle;
}
.information-yearselect dd {
	display: inline-block;
	margin-bottom: 8px;
	position: relative;
	vertical-align: middle;
}
.information-yearselect dd::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e905";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 12px;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	color: var(--color-prim);
}
.information-yearselect dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	height: 50px;
	padding: 0 40px 0 16px;
	position: relative;
	border: 1px solid var(--color-border);
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 48px;
}
.c-sort.information-yearselect dt,
.c-sort.information-yearselect dd select{
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 36px;
}
.archive.category .mediacatset,
.archive.category .newsmedia,
.archive.category .post_mediaset img,
.archive.category .c-media__headline::before,
.archive.category .c-media__headline .c-news > span.txt-small {display: none;}
.archive.category .c-media__headline{max-height:10em;}
.archive.category .c-media__headline .c-media-tit{margin-top:10px;font-weight:normal;}
.archive.category .c-media__headline .media_title{margin-top:10px;font-weight:500;}
.archive.category .c-media__headline .c-text{margin-top:10px;line-height:1.2em;font-size:0.9em;}
.c-media {
	margin-top: 8px;
	position: relative;
	font-weight: 500;
	font-size: 1.6rem;
	color: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 4.2em;
	overflow: hidden;
}
.archive.category .media_titleset .c-media	a{
	display: block;
	padding-left: 1.6em;
	background-color: #fff;
	text-decoration: none;
	line-height: var(--line-height-s);
	color: var(--color-text);
}
.archive.category .media_titleset .c-media strong {
	font-weight:500;
}
.archive.category .media_titleset .c-media strong a::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.3em;
	left: 0;
	color: var(--color-prim);
}
.archive.category .media_titleset .c-media strong a::before {
	content: "\e904";
}
.common-icon-box {
	position: relative;
	display: block;
	padding: 20px 20px 20px 72px;
	border-radius: 4px;
}
.common-icon-box::before {
	font-family: "FontAwesome";
	font-size: 34px;
	position: absolute;
	padding-right: 0.15em;
	line-height: 1em;
	top: 50%;
	margin-top: -0.5em;
	left: 10px;
	width: 44px;
	text-align: center;
}
.notice-box{
	background: #ffffcc;
	border: 1px solid #c89932;
}
.alert-box{
	background: #fdf2f2;
	border: 1px solid #f6b9b9;
}
.notice-box::before,
.alert-box::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.notice-box::before {
	content: "\f06a";
	color: #c89932;
}
.alert-box::before {
	content: "\f057";
	color: #f3aca9;
}
.technology-info-template-default .c-grid__item ol {
	margin-left:1.6em;
	list-style-type:decimal;
	font-weight:700;
}

.technology-info-template-default .c-grid__item ol.normal li{
	font-weight:400;
}
.technology-info-template-default .c-heading-tert {padding: 10px 16px;color:#fff;background-color: #00a6a9;}
.technology-info-template-default .c-heading-tert.spec{background-color: #00ac41}

@media screen and (min-width: 768px){
	.w90{width:90%;margin-left:auto;margin-right:auto;}
	.w80{width:80%;margin-left:auto;margin-right:auto;}
	.w70{width:70%;margin-left:auto;margin-right:auto;}
	.w60{width:60%;margin-left:auto;margin-right:auto;}
	.w50{width:50%;margin-left:auto;margin-right:auto;}
}