@charset "utf-8";
/*########################################################################################
|
|wordpress のニュース関係
|
########################################################################################*/
/*-----------------------------------------------------------------------------
|
|■┓共通
|┗┛
-----------------------------------------------------------------------------*/
.info_oneline a[target="_blank"]::before,
.news_rayout a[target="_blank"]::before,
.wp_archives_category a[target="_blank"]::before,
.info_oneline a[href*=".pdf"]::before,
.news_rayout a[href*=".pdf"]::before,
.wp_archives_category a[href*=".pdf"]::before {
		bottom: 6px;
}

/*----------------------------
カテゴリーアイコン
----------------------------------------------------------*/
ul.wrap_news_icon {
	margin-top: 4px;
}

/*-----------------------------------------------------------------------------
|
|■┓トップページ
|┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
新着情報（.info_oneline）
----------------------------------------------------------*/
.info_oneline > section > p .info_ttl > a,
.info_oneline > section > p .info_ttl > span.instead_a {
		flex-wrap: wrap;
	width: 100%;
}
.info_oneline > section > p .info_ttl > a > span,
.info_oneline > section > p .info_ttl > span.instead_a > span {
	width: 100%;
}

/*----------------------------
ニュースリリース（.news_rayout）
----------------------------------------------------------*/
.news_rayout dt {
	width: 100%;
}
.news_rayout dd {
	width: 100%;
}

/*-----------------------------------------------------------------------------
|
|■┓一覧ページ
|┗┛（category.php、archive.php）
-----------------------------------------------------------------------------*/
.wp_archives_category dl dt,
.wp_archives_category dl dd {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
}
.wp_archives_category dl dt {
	border: none;
	padding-bottom: 0;
}
.wp_archives_category dl dd {
	padding-top: 4px;
}

/*-----------------------------------------------------------------------------
|
|■┓「プレスリリース」「お知らせ」のアイコン非表示中対応用上書きスタイル
|┗┛
-----------------------------------------------------------------------------*/
/* ↓「プレスリリース」「お知らせ」のアイコン非表示＋dtの幅調整 */
.news_rayout dt {
	width: 100% !important;
}
.news_rayout dd {
	width: 100% !important;
}
.wp_archives_category dl dt,
.wp_archives_category dl dd {
	width: 100% !important;
}
