.container {
	background: #ffffff;
}
.section_top_special {
	border-bottom: 1px solid #E8E3D6;
	padding-bottom: 20px;
}
.gnav_item > a {
	color: #333;
}
.gnav_item > a:hover {
	background: #7d8083;
	color: #FFF;
}
.gnav_item > a:hover::after{
	background: #000000;
	width: 1px;
	height: 1px;
}
.gnav_item.active > a::after {
	background: #000000;
	width: 1px;
	height: 1px;
}
.biznews_heading_title {
	color: #000000;
	border-bottom: solid 3px #c0ccd5;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	width: 100%;
	padding-bottom: 5px;
	margin: 15px 0 15px;
}
.biznews_heading_title:after {
	position: absolute;
	content: " ";
	display: block;
/*	border-bottom: solid 3px #7d8083; */
	bottom: -3px;
	width: 40%;
}
.biznews_heading_title a {
  color: #000000;
  padding-bottom: 5px;
  border-bottom: solid 3px #7d8083;
}
.biznews_heading_title a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    margin-left: 10px;
    color: #679CDB;
}
.biz_top_main .post_body .post_title {
	font-size: 20px;
}
.biz_top_main .post_body .tag_list {
	margin: 10px 0 5px;
}
.biz_top_img {
	width: calc(40% - 16px);
}
.tag_list a {
	background: #6f7073;
    border: 1px solid #6f7073;
	color: #ffffff;
    border-radius: 5px;
    display: block;
    padding: 3px 5px;
}
.tag_list a:hover {
	background: #ffffff;
    border: 1px solid #6f7073;
	color: #333;
    border-radius: 5px;
    display: block;
    padding: 3px 5px;
}
.biz_cut {
    margin: 20px 0 20px 0;
}
.biz_cut_line {
    border-bottom: 2px solid #333334;
    border-right: 2px solid #333334;
    width:99%;
}
.biz_cut_title {
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .2em;
    display: block;
    color: #ffffff;
    background: #333334;
    position: relative;
    z-index: 0;
    padding: 8px;
    margin-bottom:2px;
    width:99.7%;
    text-align: center;
}
.biz_info {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    color: #ffffff;
    background: #085299;
    border-radius: 50px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 0;
    padding: 10px;
    text-align: center;
}
.biz_info:hover {
    color: #ffffff;
    background: #7d8083;
}
.footer_section_02 {
	background: #7d8083;
}
.footer_section_02 .fnav {
    border-bottom: 2px solid #ffffff;
}
.fnav_item {
    padding-bottom: 10px;
}
.biz_top_main {
    width: calc(60% - 16px);
}
.biz_top_sub {
    width: calc(50% - 16px);
}
.biz_header {
    display: flex;
    justify-content: space-between;
    margin: 0 30px; 
}
.biz_header_nav {
    display: flex;
    column-gap: 25px;
    align-items: center;
}
.biz_nav_link {
    font-size: 14px;
    color: #000000;
}
.biz_nav_link:hover {
    color: #000000;
    text-decoration: underline;
}
.section_side .scroll_area {
    height: 300px;
}
.section_side .scroll_area {
    height: initial;
}
.biz_p_e_gathering_info {
    padding: 10px 20px;
    margin: 0 0 20px;
    color: #333;
    background: #fbfbfb;
    border-left: solid 7px #57595b;
    width: 99.0%;
}
.news_link {
    text-align: right;
    font-weight: 300;
    margin-top: 10px;
}
.news_link a {
    color: #212121;
}
.news_link a:hover {
    color: #6b6969;
}
.news_link a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    margin-left: 8px;
    color: #679CDB;
}
.biz_editor_name {
    margin: 10px 0 0;
    padding: 5px 10px;
    border: dashed 1px #333;
}
.post_list-type_simple .post_date {
    flex: 0 0 55px;
}