@charset "utf-8";
/*
ブレイクポイントは標準のLightningテーマおよびBootstrapの理念に基づき
$sm-min: 576px;
$md-min: 768px;
$lg-min: 992px;
$xl-min: 1200px;
となっているのでそれに準じてください。
*/


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  共通
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.archive .sub-section--col--two, .page .sub-section--col--two{
	margin-top:50px;
}

.main-section .entry-body a{
	width:100% !important;
}
h1 {
    font-size: 1.5rem;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  ヘッダー
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

    .site-header-logo img {
        max-height: 28px !important;

    }
.site-header{
	padding-bottom:10px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  フッター
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
footer .wp-block-columns{
	margin-bottom:0 !important;
}
footer p{
		margin-bottom:0 !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.top_koushin_box{
	flex-wrap:wrap !important;
	gap:0;
	margin-bottom:25px;
}
.top_koushin_box h2 {
    width: 100%;
    font-size: 18px;
	text-align:left;
	padding-top:5px;
}
.top_koushin {
    width: 100%;
    overflow: auto;
    height: 40px;
    padding: 0px;
    list-style: none;
}
.midashi_box{
	flex-wrap:nowrap !important;
}
.midashi_box h2{
	white-space:nowrap;
}
.sokuho-box{
	gap:0;
}
.sokuho-box .vk_post-postType-breaking-news-pickup{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}