.companybanner {
	background: url("/images/kifu_banner_s.jpg") no-repeat;
}
.companybanner a {
	display: inline-block;
}
.companybanner a:hover {
	background-color: transparent; /* IE6対応 */
}
.companybanner a:hover img {
	visibility: hidden;
	padding: 5px;
}
table {
	counter-reset: ranking 1;
}
table th.rank {
	counter-increment: ranking;
}
table th.rank:before {
	content: counter(ranking);
}
.table_02 {
	counter-reset: count 0;
}
.table_02 th.rank2 {
	counter-increment: count;
}
.table_02 th.rank2:before {
	content: counter(count);
}
table td.nowrap {
	white-space: nowrap;
}
table th.nowrap {
	white-space: nowrap;
}
.underline {
	text-decoration: underline;
}
.font-s {
	font-size: 0.8em;
}
.left-margin_50 {
	margin-left: 50px;
}
/* 吹き出し本体 */
.balloon {
	position: relative;
	padding: 20px;
	background-color: #fffacd;
	border-radius: 10px;
	box-shadow: 6px 6px 0px 0px #1e90ff; /* 吹き出し本体の影 */
	margin-bottom: 40px;
}
.box_news {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #95ccff;
	border-radius: 8px;
}
.box_news .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #dc143c;
	font-weight: bold;
}
.box_news p {
	margin: 0;
	padding: 0;
}
.marker_p {
	background: linear-gradient(transparent 60%, #ff99ff 60%);
}
.marker_y {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.marker_g {
	background: linear-gradient(transparent 60%, #90ee90 60%);
}
/*タブ切替*/
.tab5 {
	width: 100%; /*横幅はここで設定します。100%にすれば可変になります。*/
	min-width: 320px;
	margin: 0 auto;
}
.tab5 .tab-content {
	margin: 0 10px;
}
.tab5 label {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.tab5 label {
	display: inline-block;
	width: 78px;
	padding: 3px 10px;
	cursor: pointer;
	background: #ddd;
	color: #777;
	margin-right: -2px;
}
.tab5 label:hover {
	background: #eee;
}
.tab5 input:checked + label {
	background: #0080cb;
	color: white;
	padding: 5px 10px 3px 10px;
}
.tab5 input {
	display: none;
}
.tab5 #tab5-b1, .tab5 #tab5-b2, .tab5 #tab5-b3, .tab5 #tab5-b4 {
	display: none;
	padding: 10px;
}
.tab5 #tab5-1:checked ~ #tab5-b1, .tab5 #tab5-2:checked ~ #tab5-b2, .tab5 #tab5-3:checked ~ #tab5-b3, .tab5 #tab5-4:checked ~ #tab5-b4 {
	display: block;
	border: 1px solid #0080cb;
}
.blue {
	color: #00bfff;
}
.h1_01 {
	position: relative;
	padding: 8px 4px 8px 32px;
	color: #fff;
	background-color: #E5410A;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.h1_01::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border: solid 4px #fff;
	border-radius: 100%;
}
.h1_02 {
	position: relative;
	padding: 8px 4px 8px 32px;
	color: #fff;
	background-color: #1a76f3;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.h1_02::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border: solid 8px #fff;
	border-radius: 100%;
}
.h1_green {
	position: relative;
	padding: 4px 4px 4px 15px;
	color: #fff;
	background-color: #008000;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 130%;
}
.h1_gline {
	color: #008000; /*文字色*/
	padding: 0.25em 0.5em; /*上下の余白*/
	margin-bottom: 10px;
	border-top: solid 3px #008000; /*上線*/
	border-bottom: solid 3px #008000; /*下線*/
	font-size: 135%;
}
.h1_gline_130 {
	color: #008000; /*文字色*/
	padding: 0.25em 0.5em; /*上下の余白*/
	margin-bottom: 10px;
	border-top: solid 3px #008000; /*上線*/
	border-bottom: solid 3px #008000; /*下線*/
	font-size: 130%;
}
.h1_blue01 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #3498db;
	margin-bottom: 5px;
}
.h1_blue01::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
.column--green_g {
	background: #ecf7eb;
}
.column--green_g a {
	color: #008000;
}
.icon li {
	display: inline-block;
	margin: 5px 5px; /*←上下5px、左右2pxのマージン指定の場合*/
	font-smoothing: antialiased;
	font-size: 14px;
	color: #333;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
/* スライドショーCSSここから*/
div.slide-show {
    width: 640px; /* スライドショーの幅 */
    max-width: 100%; /* スマホで表示が欠けないように */
    margin: 10px auto; /* 中央揃え */
    position: relative;
}
 
.slide-show img { 
    animation: show 17s infinite; /* 12秒のスライドショーを繰り返し */
    max-width: 100%;
    height: auto;
    opacity: 0;
    position: absolute; /* 画像を重ねて表示 */
    left: 0;
    top: 0;
} 
@keyframes show {
    0% {opacity: 0}
    17% {opacity: 1}
    33% {opacity: 1}
    50% {opacity: 0}
}
.slide-show img:nth-of-type(1) {
    position: relative;
}
 
.slide-show img:nth-of-type(2) {
    animation-delay: 0s;
}
 
.slide-show img:nth-of-type(3) {
    animation-delay: 4s;
}
 
.slide-show img:nth-of-type(4) {
    animation-delay: 8s;
}
.slide-show img:nth-of-type(5) {
    animation-delay: 12s;
}

.column--green_border {
	background:#ecf7eb;
	border:2px solid #008000;
}


.slider {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
	margin: auto;
}
.slider > div {
    margin: 0 3px;
    display: inline-block;
    width: 30%;
}
.slider img {
	width: 100%;
max-width: 100%;
height: auto;
}

.box-article.topics {
	position:relative
}
.box-article.topics:before {
	display:inline-block;
	background-image:url(../images/sprite_topics.png);
	background-repeat:no-repeat;
	background-position:-47px -56px;
	width:42px;
	height:42px;
	background-size:208.5px 99.5px;
	background-position:-47px -55.5px;
	speak:none;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	display:inline-block;
	line-height:1;
	font-family:"bandg-symbol" !important;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:9px;
	font-size:0.5625rem;
	line-height:42px;
	text-align:center;
	content:"TOPICS";
	color:#FFF;
	position:absolute;
	top:13px;
	left:13px;
	z-index:5
}
@media all and (min-width: 741px) {
html body .sp-only {
display:none
}

.box-article.topics:before {
display:inline-block;
background-image:url(../images/sprite_topics.png);
background-repeat:no-repeat;
background-position:-61px -73px;
width:54px;
height:54px;
background-size:271.05px 129.35px;
font-size:12px;
font-size:0.75rem;
line-height:55px;
top:-10px;
left:-10px
}
}


/*202408 追加分*/
	
	.news_container {
		width: 90%;
		max-width:1000px;
		margin: 50px auto;
		}
		.news_title {
		color: #0C2442;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		}
		.news_list {
		margin: 20px 0;
		border-top: 1px dashed #0C2442;
		}
		.news_list li {
		padding: 15px 5px;
		border-bottom: 1px dashed #0C2442;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		}
		.date {
		font-size: 16px;
		margin-right: 10px;
		}
		.category {
		display: inline-block;
		color: #fff;
		width: 200px;
		font-size: 14px;
		text-align: center;
		margin-right: 10px;
		padding: 2px 10px;
		background-color: #0C2442;
		}
		.news_text a {
		color: #333;
		}
		.news_btn {
		text-align: center;
		margin-top: 50px;
		}
		.news_btn a {
		color: #0C2442;
		}
		.btn {
		color: #0C2442;
		padding: 10px 50px;
		background: #fff;
		border: 2px solid #0C2442;
		border-radius: 50px;
		transition: all 0.5s;
		}
		.btn:hover {
		color: #fff;
		background: #0C2442;
		}
	