/* トップページ ヘッドライン */
#edit-area .top-container .headline {
    margin: 0;
}


/* トップページ お知らせティッカー */
#index_news .ticker {
    background: rgba(13, 61, 140, 1.0);
}
#index_news .archive_link a {
    background-color: rgba(13, 61, 140, 1.0);
}
#index_news .archive_link a:hover {
    background-color: rgba(13, 61, 140, 1.0);
    color: #bebebe !important;
}
@media screen and (max-width: 1024px) {
    #index_news #newsticker { background:#0D3D8C; padding:20px 30px 15px; }
    #index_news .archive_link a { background-color:#0D3D8C; }
    #index_news .archive_link a:hover { background-color:#0D3D8C; color: #bebebe !important; }
    #index_news .ticker { height:35px !important; }
}

/* コピーライト */
#copyright {
    background: #0A4390;
}


/* サイドバー メニュー */
@media screen and (min-width: 1025px) {
#global_menu {
    margin-top: 10px;
    text-align: left;
    padding-left: calc(100% - 75%);
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 16px;
}
#global_menu a {
    color: #000000 !important;
}
}

@media screen and (min-width: 1025px) {
#global_menu li a {
    padding: 12px 0;
}
}


@media screen and (min-width: 1025px) {
.pc #logo_image, .mobile #logo_image_mobile {
    margin: 0 10% 10px;
}
}

#side_col {
    padding-top: 20px;
}



/* サイドバー バナー */
#side_bn {

}
.bn {
    width: 100%;
    height: auto;
    padding: 50px;
}
/* フッター バナー */
#footer_bn {

}
.bn2 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 80px;
    padding-left: 80px;
}


#index_news ul .title a:hover {
    color: #bebebe !important;
}


.btn-entry {
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    padding-bottom: 10px;
}

.btn-entry a {
    color: #0A4390;
}


.btn-flat-simple {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 1em 1em;
    text-decoration: none;
    color: #00BCD4;
    background: #ECECEC;
    transition: .4s;
}

.btn-flat-simple:hover {
    background: #00bcd4;
    color: white;
}


#edit-area p {
    line-height: 1.5;
}

.post_content .tl-page {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.tl-mincho {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: bold;
}

.tl-paragraph {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 18px;
    font-weight: bold;
}



.post_content .table01 th {
    background: #fff;
    border: none;
}

.report_content {
    padding: 10px;
}

.report_content h3 {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.tl-entry_sub {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.table02 th {
    background: #82A32E;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    width: 30%;
}
.table02 td {
    border: solid 1px #ccc;
    padding: 10px;
}

.bt01 {
    text-align: right;
}
 
@media screen and (max-width: 1024px) {
    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
    .table02 {
        width: 100%;
        margin: 0 auto;
    }
    .table02 th,
    .table02 td {
        border-bottom: none;
        display: block;
        width: 100%;
    }
    .table02 .wp-block-button.alignright {
        text-align: center;
    }
    .bt01 {
        text-align: center;
    }
    .bt02 {
        text-align: center;
    }
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

.mw_wp_form_preview .required-srt { display:none; }




@media screen and (max-width: 1024px) {
#side_col {
    padding-top: 0px;
}

#index_news #newsticker {
    padding: 5px 30px 3px;
}

.spr {
    text-align: right;
}
.spmb {
    margin-top: 180px;
}

img.m_logo {
    width: 200px;
    height: auto;
}

#edit-area p strong {
    line-height: 110%;
}

.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-media" "media-text-content";
}

}