html {
	scroll-behavior: smooth;
	scroll-padding-top: 30px;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #111;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sp_off {
	display: none !important;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
p {
	margin: 0;
}
img {
	vertical-align: bottom;
}
.w_940 {
	width: 95%;
	margin: 0 auto;
}
.w_1000 {
	width: 93%;
	margin: 0 auto;
}
.w_1100 {
	width: 93%;
	margin: 0 auto;
}
.w_1200 {
	width: 93%;
	margin: 0 auto;
}
img.of_js {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP Regular"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
/* nomal */
@font-face {
	font-family: "Century Gothic";
	src: url('/channel_setting/font/GOTHIC_0.woff2') format('woff'),
		url('/channel_setting/font/GOTHIC_0.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* bold */
@font-face {
	font-family: "Century Gothic";
	src: url('/channel_setting/font/GOTHICB_0.woff2') format('woff'),
		url('/channel_setting/font/GOTHICB_0.TTF') format('truetype');
	font-weight: bold;
	font-style: normal;
}
h1 {
	display: inline-block;
}
/*==================================================
	 header
====================================================*/
.header_not_top {
	display: block;
}
.header_top {
	display: none;
}
.header {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 2px 2px 0px #ccc;
	height: 56px;
}
.h_logo {
	width: 65%;
}
.h_logo img {
	max-height: 55px;
	margin: 0px auto 0px 0px;
}
/*ナビメニューのスタイルを指定*/
.Toggle {
	display: block;
	position: fixed;
	right: 12px;
	top: 8px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 180;
	background: #333;
	text-align: center;
	border-radius: 33px;
}
.Toggle span {
	display: block;
	position: absolute;
	width: 16px;
	border-bottom: solid 2px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 0px;
	right: 0px;
	margin: auto;
}
.Toggle span:nth-child(1) {
	top: 13px;
}
.Toggle span:nth-child(2) {
	top: 19px;
}
.Toggle span:nth-child(3) {
	top: 25px;
}
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 19px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sp_nav {
	color: #333;
	font-size: 15px;
}
.sp_nav a {
	color: #333;
	text-decoration: none;
}
.sp_nav_logo {
	width: 80%;
	padding: 10px 0;
	background: #fff;
}
.sp_nav_logo a {
	display: block;
	margin: 0 auto;
	width: 90%;
}
.sp_nav_logo a img {
	display: block;
	height: auto;
	max-width: 50%;
}
.other_links {
	margin: 20px auto;
	width: 83%;
}
.other_links li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}
.other_links li.other_li_site a {
	border-radius: 4em;
	color: #fff;
	background-color: #F46F21;
	border: 2px solid #F46F21;
	border-radius: 30px;
	padding: 15px 10px;
	&:hover {
		background-color: #fff;
		color: #F46F21;
	}
}
.other_links li.other_li_site a i {
	margin-left: 14px;
}
.other_links li.other_li_inq {
	width: 49%;
	float: left;
}
.other_links li.other_li_inq a {
	color: #2da8ff;
	border: 2px solid #2da8ff;
	padding: 10px;
	background: #e9f6ff;
}
.other_links li.other_li_inq a i {
	margin-left: 4px;
}
.other_links li.other_li_regist {
	width: 49%;
	float: right;
}
.other_links li.other_li_regist a {
	color: #ff533a;
	border: 2px solid #ff533a;
	padding: 10px;
	background: #fde6e1;
}
.other_links li.other_li_regist a i {
	margin-left: 4px;
}
.other_links li:not(:last-child) {
	margin-bottom: 15px;
}
nav.NavMenu {
	position: fixed;
	z-index: 110;
	top: 0px;
	left: 0;
	background: #fff;
	color: #000;
	text-align: center;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	transition: all 0.5s 0s ease;
	overflow: scroll;
}
.NavMenu_box {
	margin-bottom: 100px;
}
nav.NavMenu ul.menu_list {
	background: #fff;
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: none;
	transition: all 0.5s 0s ease;
}
nav.NavMenu ul.menu_list li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
	transition: all 0.5s 0s ease;
}
nav.NavMenu ul.menu_list li a {
	display: flex;
	align-items: center;
	font-size: 0.8em !important;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	line-height: 0px;
	position: relative;
	transition: all 0.5s 0s ease;
	padding: 0px 11% 0px 5%;
	box-sizing: content-box;
}
nav.NavMenu ul.menu_list li a::after {
	content: "";
	display: block;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
nav.NavMenu.active {
	transform: translateY(0%);
	border-bottom: 1px solid #cccccc;
}
nav.NavMenu .menu_list_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 0px;
	text-align: left;
}
nav.NavMenu .menu_list_title i {
	margin-right: 5px;
	display: none;
}
.acd-check {
	display: none;
}
.acd-label {
	background: #eee;
	color: #333;
	display: block;
	margin-bottom: 1px;
	padding: 13px;
	position: relative;
	text-align: left;
	font-size: 16px;
}
.acd-label:after {
	background: #eee;
	box-sizing: border-box;
	content: '';
	display: block;
	font-family: "Font Awesome 5 Free";
	height: 44px;
	width: 44px;
	padding: 0px;
	position: absolute;
	right: 0;
	top: 0px;
}
.acd-label::before {
	content: '';
	top: 11px;
	right: 14px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	position: absolute;
	z-index: 10;
	transition: 0.2s;
}
.acd-content {
	display: block;
	opacity: 0;
	padding: 0 0px;
	transition: .5s;
	visibility: hidden;
	padding: 0px 10px 0px 10px;
}
.acd-check:checked+.acd-label:before {
	transform: scale(-1, 1) rotate(315deg);
	top: 17px;
}
.acd-check:checked+.acd-label+.acd-content {
	opacity: 1;
	padding: 20px 10px 0px 10px;
	visibility: visible;
}
.acd-check:checked+.acd-label+.acd-content .menu_list_title {
	line-height: 18px;
	padding-bottom: 10px;
}
.acd-check:checked+.acd-label+.acd-content .menu_list_title i {
	display: inline-block;
}
.acd-check:checked+.acd-label+.acd-content ul.menu_list {
	margin: 0px auto 20px auto;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.acd-check:checked+.acd-label+.acd-content ul.menu_list li {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.acd-check:checked+.acd-label+.acd-content ul.menu_list li a {
	line-height: 17px;
	padding: 15px 16% 15px 6%;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
.acd-content_sale {
	margin: 10px 0px 0px 0px;
}
.acd-content_sale ul {
	border-top: solid 1px #ccc;
}
.acd-content_sale ul li a {
	display: block;
	text-align: left;
	padding: 12px 0px 12px 10px;
	border-bottom: solid 1px #ccc;
	position: relative;
	font-size: 16px;
	background-color: #f5f5f5;
}
.acd-content_sale ul li a::before {
	content: '';
	top: 20px;
	right: 14px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 10;
	transition: 0.2s;
}
.menu_cont {
	background: #eee;
	color: #333;
	display: block;
	margin-bottom: 1px;
	padding: 13px;
	position: relative;
	text-align: left;
	font-size: 16px;
	position: relative;
}
.menu_cont a {
	display: block;
	color: #333;
}
.menu_cont::before {
	content: '';
	top: 16px;
	right: 14px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 10;
}
/* ----------------------------------------
	footer
	---------------------------------------- */
.f_wrap {
	width: 100%;
}
.f_wrap .foot {
	width: 100%;
	border-top: 5px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.f_menu {
	width: 100%;
	padding: 2% 0;
}
.f_menu ul {
	display: flex;
	flex-wrap: wrap;
	padding: 2%;
}
.f_menu ul li {
	display: flex;
	align-items: center;
	padding: 3px;
}
.f_menu ul li:not(:last-child):after {
	content: "/";
	margin: 0 3px;
}
.f_menu ul a {
	text-decoration: none;
	color: #111111;
	display: block;
	padding: 2px 5px;
	font-size: 13px;
}
.f_wrap .f_tel {
	font-size: 2em;
	margin: 0;
}
.f_wrap .f_tel a {
	color: #000000;
	text-decoration: none
}
.f_wrap .log_wrap {
	width: 80%;
	margin: 30px auto 30px auto;
	clear: both;
	overflow: hidden;
}
.f_address {
	margin: 10px 0 0 0;
	padding: 30px 10%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 80%;
	margin: 0 auto;
	line-height: 2em;
}
.f_address p {
	margin: 20px 0 0 0;
}
.log_wrap p {
	margin: 10px 0 0 0;
	font-size: 0.8em;
}
.map_links {
	margin: 20px 0 0 0;
}
.map_links a {
	color: #f46f21;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #f46f21;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 3em;
	background: #daf0ff;
}
.log_wrap .f_log {
	text-align: center;
	margin: 0 auto;
}
/* ----------------------------------------
	ch_program_tl
	---------------------------------------- */
.ch_program_tl {
	text-align: center;
	background-color: #f46f21;
	font-size: 15px;
	line-height: 28px;
	padding: 15px 2%;
	color: #ffffff;
	border-top: 1px solid #fff;
}
/* ----------------------------------------
	pan
	---------------------------------------- */
.pan {
	display: block;
	background: #eee;
}
.pan ul {
	color: #111;
	position: relative;
	padding: 3px 1%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	line-height: 17px;
	font-size: 11px;
}
.pan li {
	display: inline-block;
	font-size: 0.8em;
}
.pan li a {
	text-decoration: none;
	color: #111111;
}
.pan li::after {
	content: ">";
	margin: 0 15px;
}
.pan li:last-child {
	color: #3f98d7;
}
.pan li:last-child::after {
	content: "";
	margin: 0 15px;
}
/* ----------------------------------------
	group_all_topiclinks
	---------------------------------------- */
.group_all_topiclinks {
	width: 95%;
	margin: 40px auto 20px auto;
	overflow: hidden;
	padding: 20px;
	align-items: center;
	box-sizing: border-box;
	background: #eee;
}
.group_all_topiclinks ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.group_all_topiclinks li {
	margin: 3px;
}
.group_all_topiclinks li img {
	max-width: 90%;
}
.group_all_topiclinks_tl {
	text-align: center;
	margin-bottom: 10px;
	font-size: 15px;
}
.group_all_topiclinks li a {
	border: 1px solid #f46f21;
	background-color: #fff;
	padding: 3px 10px;
	display: block;
	color: #f46f21;
	border-radius: 5px;
}
/* ----------------------------------------
	ch_grouppaging
	---------------------------------------- */
.group_paging {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.group_paging ul {
	display: flex;
	justify-content: center;
}
.group_paging li {
	padding: 1px;
	line-height: 30px;
}
.group_paging a, .group_paging span {
	border-radius: 50%;
	border: 1px solid #f46f21;
	color: #f46f21;
	background: #fff;
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	line-height: 35px;
}
.group_paging a {
	text-decoration: none;
}
.group_paging a:hover, .group_paging span {
	background: #f46f21;
	color: #fff;
}
.group_paging p {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}
/* ----------------------------------------
	ch_link
	---------------------------------------- */
.ch_link {
	width: 98%;
	margin: 40px auto 20px auto;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 0px 5px #eeeeee inset;
	overflow: hidden;
	padding: 20px;
	align-items: center;
	box-sizing: border-box;
}
.ch_link ul {
	width: 80%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.ch_link li {
	margin: 0 10px 10px 0;
}
.ch_link li img {
	max-width: 90%;
}
.ch_link_tl {
	text-align: center;
	margin-bottom: 10px;
}
.contents_tl_wrap {
	margin: 20px auto;
	text-align: center;
}
.contents_subtl {
	display: inline-block;
	font-size: 14px;
	border-bottom: 3px solid #f46f21;
	padding: 0 0 10px;
}
.kensetsu_h2 .contents_subtl {
	border-bottom: 3px solid #053b81;
}
.liveocean_h2 .contents_subtl {
	border-bottom: 3px solid #71bf44;
}
.contents_tl {
	font-size: 30px;
	font-family: "Jost", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	/* 1 */
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	/* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	/* 1 */
	font-size: 1em;
	font-family: monospace, monospace;
	/* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	/* 2 */
	-webkit-text-decoration: underline dotted;
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	text-decoration: underline dotted;
	/* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	/* 1 */
	font-size: 1em;
	font-family: monospace, monospace;
	/* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	/* 1 */
	margin: 0;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	font-family: inherit;
	/* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 1 */
	color: inherit;
	/* 3 */
	white-space: normal;
	/* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
body {
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	color: #111;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main {
	overflow: hidden;
}
.kaio_sangyo {
	--main-color: #f46f21;
	--bg-color: #ffede3;
	--bg-img: url(../../channel_setting/img/kaio_sangyo/top/bg-mainvisual.webp);
	--bg-img-after: url(../../channel_setting/img/kaio_sangyo/top/bg-mainvisual_bottom.webp);
}
.kaio_kensetsu {
	--main-color: #053B81;
	--bg-color: #e9f0f9;
	--bg-img: url(../../channel_setting/img/kaio_kensetsu/top/bg-mainvisual.webp);
	--bg-img-after: url(../../channel_setting/img/kaio_kensetsu/top/bg-mainvisual_bottom.webp);
	--bg-news: url(/channel_setting/img/kaio_kensetsu/top/bg-top_news.webp);
}
.live_ocean {
	--main-color: #71bf44;
	--bg-color: #e4efdd;
	--bg-img: url(../../channel_setting/img/live_ocean/top/bg-mainvisual.webp);
	--bg-img-after: url(../../channel_setting/img/live_ocean/top/bg-mainvisual_bottom.webp);
	--bg-news: url(/channel_setting/img/live_ocean/top/bg-top_news.webp);
}
/* @ 1column
 * ------------------------------------------------------------ */
.l-container {
	width: min(100%, 1200px);
	margin: 0 auto;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
}
.l-container_primary-full,
.l-container_primary {
	width: 100%;
	margin: 0 auto;
}
.l-container_primary {
	max-width: 842px;
}
/* @  2column
 * ------------------------------------------------------------ */
@media only screen and (min-width: 767px) {
	.is-container-column {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.is-container-column .l-container_primary {
		width: 70.1666666667%;
		margin-left: 0;
	}
}
.is-container-column .l-container_secondary {
	position: relative;
	width: 100%;
}
.is-container-column .l-container_secondary::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin-right: -16px;
	margin-left: -16px;
	padding: 0 16px;
	background-color: #C6C6C6;
	content: "";
}
@media only screen and (min-width: 767px) {
	.is-container-column .l-container_secondary {
		width: 25%;
		margin-top: 0.4em;
		border-top-width: 0;
	}
	.is-container-column .l-container_secondary::before {
		display: none;
	}
}
/* @  l-widget
 * ------------------------------------------------------------ */
.l-widget {
	margin-bottom: 48px;
}
@media only screen and (min-width: 767px) {
	.l-widget {
		margin-bottom: 48px;
	}
}
/* @  l-block
 * ------------------------------------------------------------ */
/* @  l-unit
 * ------------------------------------------------------------ */
.l-unit p {
	padding-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.8;
}
.l-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.l-footer_wrapper {
	width: min(90%, 1740px);
	padding-right: 1rem;
	padding-left: 1rem;
	border-radius: 20px;
	background-color: #eeeeee;
}
.l-footer_wrapper a {
	color: #111111;
}
.l-footer_wrapper .l-footer_primary {
	display: flex;
	justify-content: space-between;
	width: min(100%, 1200px);
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	row-gap: 20px;
}
@media screen and (max-width: 992px) {
	.l-footer_wrapper .l-footer_primary {
		row-gap: 30px;
		flex-direction: column;
		align-items: center;
	}
}
.l-footer_sitemap {
	-moz-column-gap: 80px;
	display: flex;
	column-gap: 80px;
	row-gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 1200px) {
	.l-footer_sitemap {
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
}
.l-footer_sitemap-list>li,
.l-footer_sitemap-list>.arrow {
	position: relative;
	padding-left: 20px;
	list-style: none;
}
.l-footer_sitemap-list>li::before,
.l-footer_sitemap-list>.arrow::before {
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="8"><path fill="black" fill-rule="evenodd" d="M0 0l4 3.1-4 4"/></svg>') no-repeat center;
	position: absolute;
	top: 13px;
	left: 0;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background-size: contain;
	background-color: #DCCA25;
	content: "";
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="8"><path fill="black" fill-rule="evenodd" d="M0 0l4 3.1-4 4"/></svg>') no-repeat center;
}
.l-footer_sitemap-list>li:has(a[href*="/"])::before,
.l-footer_sitemap-list>.arrow:has(a[href*="/"])::before {
	background-color: #DCCA25;
}
.l-footer_sitemap-list>li:has(a[href*="/kaio_sangyo/"])::before,
.l-footer_sitemap-list>.arrow:has(a[href*="/kaio_sangyo/"])::before {
	background-color: #F46F21;
}
.l-footer_sitemap-list>li:has(a[href*="/kaio_kensetsu/"])::before,
.l-footer_sitemap-list>.arrow:has(a[href*="/kaio_kensetsu/"])::before {
	background-color: #053B81;
}
.l-footer_sitemap-list>li:has(a[href*="/live_ocean/"])::before,
.l-footer_sitemap-list>.arrow:has(a[href*="/live_ocean/"])::before {
	background-color: #71bf44;
}
.l-footer_sitemap-list>li {
	padding-left: 2rem;
	font-size: 13px;
	line-height: 2.1;
}
.l-footer_sitemap-list>li::before {
	left: 16px;
}
.l-footer_sitemap-list .arrow {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 1.867;
}
.l-footer_sitemap-list a:hover {
	border-bottom: 1px solid #00000e;
	padding-bottom: 6px;
}
.l-footer_sitemap-item {
	flex-direction: column;
}
.l-footer_logo {
	margin-bottom: 27px;
}
.l-footer_logo a:hover {
	opacity: 0.8;
}
.l-footer_info {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5;
}
.l-footer_info address {
	font-style: normal;
}
.l-footer_copy {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1rem;
	line-height: 1.75;
	font-family: "Jost", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-footer_toppage {
	position: fixed;
	right: 20px;
	bottom: 10px;
	width: 80px;
	height: 80px;
	margin-bottom: 0;
	border-radius: 80px;
	background: #053B81;
	text-align: center;
}
.l-footer_toppage .toppage_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #F46F21;
}
.l-footer_toppage .img-top {
	width: 50px;
	height: 50px;
}
.l-header {
	display: flex;
	justify-content: space-between;
	width: min(100%, 1200px);
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}
.l-header_left {
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
}
.l-header_right {
	-moz-column-gap: 20px;
	display: flex;
	column-gap: 20px;
	align-items: center;
}
.l-header_nav {
	display: none;
}
.l-header_nav.active {
	display: block;
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #053B81;
}
.l-header_nav ul {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
}
.l-header_nav ul>li {
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.l-header_nav ul a {
	color: #111111;
	font-weight: 600;
	font-size: 0.9375rem;
	font-family: "Jost", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-header_sub-nav ul {
	display: flex;
}
.l-header_sub-nav ul>li {
	padding-left: 20px;
}
.l-header_logo {
	aspect-ratio: 237/37;
	margin-right: auto;
	max-width: 130px;
	font-size: inherit;
}
.l-header_logo img {
	width: 100%;
	height: auto;
}
.l-header_contact {
	display: none;
}
.l-header_contact a {
	display: flex;
	row-gap: 8px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}
.l-header_contact a:hover {
	background-color: #e0641b;
}
.l-header_contact .l-header_contact-icon {
	-moz-column-gap: 7px;
	display: flex;
	column-gap: 7px;
	align-items: center;
}
.l-header_hamburger {
	display: block;
	z-index: 9999;
}
.l-header_hamburger button {
	position: relative;
	width: 50px;
	height: 40px;
	border: none;
	background: none;
	cursor: pointer;
	display: block;
}
.l-header_hamburger button>.hamburger>span {
	display: inline-block;
	position: absolute;
	left: 15px;
	width: 25px;
	height: 2px;
	background: #111111;
}
.l-header_hamburger button>.hamburger>span.top {
	top: 10px;
}
.l-header_hamburger button>.hamburger>span.middle {
	top: 20px;
}
.l-header_hamburger button>.hamburger>span.bottom {
	top: 30px;
}
.l-header_hamburger button>.hamburger.active {
	transform: translateX(0);
}
.l-header_hamburger button>.hamburger.active>.top {
	top: 30px;
	transform: rotate(45deg);
}
.l-header_hamburger button>.hamburger.active>.middle {
	opacity: 0;
}
.l-header_hamburger button>.hamburger.active>.bottom {
	top: 30px;
	transform: rotate(-45deg);
}
.e-button {
	margin-bottom: 20px;
}
.e-button a,
.e-button button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	display: inline-block;
	appearance: none;
	min-width: 150px;
	padding: 0.7em 1.2em;
	border: 1px solid #DCCA25;
	background-color: #ffffff;
	color: #DCCA25;
	font-size: 0.875rem;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	transition: all 150ms ease;
	user-select: none;
}
.e-button a:hover,
.e-button button:focus,
.e-button a:focus,
.e-button button:focus {
	background-color: #DCCA25;
	color: #FFFFFF;
}
.e-button_arrow a,
.e-button_arrow button {
	position: relative;
	margin-right: 40px;
	font-family: "Jost", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.e-button_arrow a::after,
.e-button_arrow button::after {
	position: absolute;
	top: 7px;
	right: -40px;
	width: 85px;
	height: 24px;
	background-image: url("/channel_setting/img/common/icon-arrow.webp");
	background-repeat: no-repeat;
	content: "";
	transform: scale(0.5);
}
.e-button_borderless {
	-moz-column-gap: 12px;
	display: flex;
	column-gap: 12px;
	align-items: center;
	justify-content: flex-end;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	background-color: transparent;
	color: #DCCA25;
	font-size: 0.95rem;
	font-family: "Jost", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid transparent;
	border-bottom: 1px solid #ffffff00;
}
.e-button_borderless::after {
	right: -20px;
	bottom: 40%;
	width: 23px;
	height: 10px;
	background-image: url(/channel_setting/img/common/icon-arrow_s.webp);
	background-repeat: no-repeat;
	content: "";
}
.e-button_borderless a {
	min-width: inherit;
	border: none;
	background-color: transparent;
	font-size: 0.95rem;
}
.e-button_borderless a:hover {
	border-bottom: 1px solid #DCCA25;
	background-color: transparent;
	color: #DCCA25;
}
a:hover .e-button_borderless {
	border-bottom: solid 1px #DCCA25;
}
.e-button_arrow-white a,
.e-button_arrow-white button {
	min-width: 225px;
	padding-left: 22px;
	border: #ffffff 1px solid;
	background-color: transparent;
	color: #FFFFFF;
}
.e-button_arrow-white a::after,
.e-button_arrow-white button::after {
	background-image: url("/channel_setting/img/common/icon-arrow_white.svg");
}
.e-button_arrow-white a:hover,
.e-button_arrow-white button:focus,
.e-button_arrow-white a:focus,
.e-button_arrow-white button:focus {
	background-color: #ffffff;
	color: #F46F21;
}
.e-button_s a,
.e-button_s button {
	min-width: 220px;
}
.e-heading-group {
	padding-bottom: 20px;
}
.e-heading-color-white {
	color: rgb(255, 255, 255);
}
.e-heading-color-primary {
	color: #F46F21;
}
.e-heading-color-primary {
	color: #DCCA25;
}
.e-heading-shin {
	font-weight: normal;
}
.e-heading-center {
	text-align: center;
}
.e-heading-xl {
	font-size: 35px;
	font-family: "Jost", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.e-heading-m {
	font-size: 1.1rem;
}
.e-heading_underline-s {
	display: inline-block;
	padding-bottom: clamp(0.625rem, 0.5096153846rem + 0.3205128205vw, 0.75rem);
	border-bottom: 3px solid var(--main-color, #F46F21);
	font-weight: 500;
	font-size: clamp(0.625rem, 0.3942307692rem + 0.641025641vw, 0.875rem);
}
.e-img {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
.e-img img {
	aspect-ratio: attr(width)/attr(height);
}
.e-img a {
	display: block;
	transition: opacity 150ms ease;
}
.e-img a:hover {
	opacity: 0.6;
}
.e-img_caption {
	margin-top: 0.5em;
}
.is-img-25p {
	width: 25%;
}
.is-img-33p {
	width: 33.33%;
}
.is-img-50p {
	width: 50%;
}
.is-img-75p {
	width: 75%;
}
.is-img-100p {
	width: 100%;
}
.is-img-w360 {
	max-width: 360px;
}
.is-img-r50 {
	border-radius: 50%;
}
.e-text,
.e-text-small {
	margin-bottom: 10px;
}
.e-text-small {
	color: #FFFFFF;
}
.is-text-bold {
	font-weight: bold;
}
.is-text-point {
	color: #D51313;
}
.is-text-left {
	text-align: left;
}
.is-text-right {
	text-align: right;
}
.is-text-center {
	text-align: center;
}
.is-text-highlight {
	display: inline;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	background: linear-gradient(transparent 50%, #FFFFA6 50%, #FFFFA6 100%);
}
.is-text-white {
	color: rgb(255, 255, 255);
}
/* --------------------
縦並び ここから
-------------------- */
.c-card {
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.c-card a {
	color: inherit;
}
.c-card_link,
.c-card>a {
	display: block;
	height: 100%;
}
.c-card_link:hover,
.c-card>a:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: all 150ms ease;
}
.c-card_body {
	padding-top: 24px;
}
.c-card_body:hover {
	background-color: #eeeeee;
}
.c-card_img {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.c-card_img img {
	aspect-ratio: 320/214;
	width: 100%;
	height: auto;
}
.c-card_title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.4;
	text-align: center;
}
.c-card_text {
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0;
	line-height: 1.5;
	width: min(100%, 320px);
}
.c-card_line-orange {
	border-bottom: 5px solid #F46F21;
}
.c-card_line-blue {
	border-bottom: 5px solid #053B81;
}
.c-card_line-green {
	border-bottom: 5px solid #71bf44;
}
.c-card_line-s-orange {
	border-bottom: 2px solid #F46F21;
}
.c-card_line-s-blue {
	border-bottom: 2px solid #053B81;
}
.c-card_line-s-green {
	border-bottom: 2px solid #71bf44;
}
@media screen and (max-width: 768px) {
	.c-card_text {
		font-size: 16px;
	}
}
.kaio_sangyo .c-card-horizontal,
.kaio_kensetsu .c-card-horizontal,
.live_ocean .c-card-horizontal {
	align-items: center;
}
.kaio_sangyo .c-card-horizontal .c-card_body,
.kaio_kensetsu .c-card-horizontal .c-card_body,
.live_ocean .c-card-horizontal .c-card_body {
	/* width: 50%; */
	display: flex;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
}
.kaio_sangyo .c-card-horizontal .c-card_body-inner,
.kaio_kensetsu .c-card-horizontal .c-card_body-inner,
.live_ocean .c-card-horizontal .c-card_body-inner {
	display: flex;
	flex-direction: column;
}
.kaio_sangyo .c-card_info,
.kaio_kensetsu .c-card_info,
.live_ocean .c-card_info {
	display: contents;
}
.kaio_sangyo .c-card_text,
.kaio_kensetsu .c-card_text,
.live_ocean .c-card_text {
	order: 2;
}
/* --------------------
縦並び ここまで
-------------------- */
/* --------------------
横並び ここから
-------------------- */
.c-card-horizontal {
	display: flex;
	flex-direction: column;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
}
.c-card-horizontal .c-card_body {
	width: min(100%, 320px);
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.c-card-horizontal .c-card_title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: clamp(1rem, 0.7692307692rem + 0.641025641vw, 1.25rem);
}
.kaio_sangyo .c-card-horizontal .c-card_title,
.kaio_kensetsu .c-card-horizontal .c-card_title,
.live_ocean .c-card-horizontal .c-card_title {
	order: 0;
}
/* --------------------
SP時 横並び ここまで
-------------------- */
.c-mainvisual {
	z-index: 1;
	position: relative;
	width: 100%;
	height: clamp(12.5rem, -19.2307692308rem + 88.141025641vw, 46.875rem);
	margin-bottom: 70px;
	background-image: var(--bg-img, url("../../channel_setting/img/top/bg-mainvisual.webp"));
	background-size: cover;
	background-position: top center;
}
.c-mainvisual::after {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--bg-img-after, url("../../channel_setting/img/top/bg-mainvisual_bottom.webp")) center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.c-mainvisual .c-mainvisual_wrapper {
	display: flex;
	z-index: 2;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 80%;
}
.c-mainvisual-text {
	padding-left: 2rem;
	color: #FFFFFF;
	font-size: clamp(2.1875rem, -0.4086538462rem + 7.2115384615vw, 5rem);
	font-family: "Hannari", serif;
	letter-spacing: 0.02em;
	text-align: center;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}
.c-mainvisual-subtext {
	color: #FFFFFF;
	font-size: clamp(1.375rem, -0.2403846154rem + 4.4871794872vw, 3.125rem);
	font-family: "Hannari", serif;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}
.c-mainsisual_scroll {
	z-index: 2;
	position: absolute;
	bottom: -5%;
	left: 50%;
	width: 25px;
	transform: translateX(-50%);
	content: "";
}
.kaio_sangyo.c-mainvisual,
.kaio_kensetsu.c-mainvisual,
.live_ocean.c-mainvisual {
	padding-top: 20px;
	margin-bottom: 0;
	height: 50vw;
}
.kaio_sangyo .c-mainvisual_wrapper,
.kaio_kensetsu .c-mainvisual_wrapper,
.live_ocean .c-mainvisual_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
	padding-right: 50px;
}
.kaio_sangyo .c-mainvisual-copy,
.kaio_kensetsu .c-mainvisual-copy,
.live_ocean .c-mainvisual-copy {
	display: none;
}
.kaio_sangyo .c-mainvisual-copy-sp,
.kaio_kensetsu .c-mainvisual-copy-sp,
.live_ocean .c-mainvisual-copy-sp {
	width: 100%;
}
.kaio_sangyo .c-mainvisual-img,
.kaio_kensetsu .c-mainvisual-img,
.live_ocean .c-mainvisual-img {
	display: none;
}
.c-tab {
	width: min(100%, 1100px);
	margin-right: auto;
	margin-left: auto;
}
.c-tab_list {
	display: flex;
	-moz-column-gap: 5px;
	column-gap: 5px;
	padding-right: 8px;
	padding-left: 8px;
}
.c-tab_list>.tab {
	width: min(100%, 250px);
	padding-top: 18px;
	padding-bottom: 18px;
	border: none;
	outline: none;
	background: none;
	background-color: #eeeeee;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s;
	font-size: 12px;
	color: #111;
}
.c-tab_list>.tab.active {
	background-color: #ffffff;
}
.c-tab_list>.tab:hover {
	background-color: #ffffff;
}
.c-tab_panel {
	display: none;
	height: 330px;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
	background-color: #ffffff;
}
.c-tab_panel.active {
	display: block;
}
.p-top_contact {
	z-index: 1;
	position: relative;
	margin-bottom: 40px;
	background-image: url(../img/top/img-contact.webp);
	background-position: top center;
}
.p-top_contact::after {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/top/bg-mainvisual_bottom.webp) center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.p-top_contact .l-container {
	padding-bottom: 60px;
}
.p-top_contact-disc {
	color: #FFFFFF;
	margin-top: 28px;
	margin-bottom: 32px;
	line-height: 2;
}
.p-top_news-category {
	position: absolute;
	top: 10px;
	left: 120px;
	width: min(120px, 100%);
	height: 24px;
	background-color: #F46F21;
	content: "";
	color: #FFFFFF;
	font-size: 12px;
	line-height: 2;
	text-align: center;
}
.p-top_news-category a {
	display: block !important;
	justify-content: center;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	color: #FFFFFF;
	font-size: 12px !important;
}
.p-top_news-category:has(a[href*="/info/topic/3/6/"]) {
	background-color: #F46F21;
}
.p-top_news-category:has(a[href*="/info/topic/3/7/"]) {
	background-color: #053B81;
}
.p-top_news-category:has(a[href*="/info/topic/3/8/"]) {
	background-color: #71bf44;
}
.p-top_news-category:has(a[href*="/info/topic/3/9/"]) {
	background-color: #8c4b04;
}
.p-top_news-category p {
	width: 100% !important;
}