iv {
	*zoom: 1;
}
div .js-tab-news:after {
	display: block;
	content: "";
	clear: both;
}
div .q2:after {
	display: block;
	content: "";
	clear: both;
}
div .a3:after {
	display: block;
	content: "";
	clear: both;
}
div .a1:after {
	display: block;
	content: "";
	clear: both;
}
.js-tab-news {
	/* margin-bottom: 20px; */
  border-bottom: 1px solid #000;
}
.js-tab-news > div {
	float:left;
	width: calc(100%/3);
	background: #f1f1f1;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	padding: 10px 0;
	margin-bottom: -1px;
	cursor: pointer;
}

.js-tab-news > div:first-child {
	/* margin-right: 10px; */
}

.js-tab-news > div.active-year {
	background: #000;
	color: #fff;
}
.js-tab_contentnews {
	display: none;
	padding: 0 0 15px;
}
.js-tab_contentnews.active-year {
	display: block;
}
.btn_txt {
    font-size: 1.6rem;
    display: block;
    line-height: 1.25;
    color: #fff;
    text-decoration: none;
    background-color: #1c1e1e;
    padding: 10px 12px 10px 2.8%;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    width: 22.5%;
    margin: 20px 0 15px auto;
}
.btn_txt:hover, .btn_txt:active, .btn_txt:focus {
    opacity: .7;
}

.sp {
  display: none;
}
.col-head-type1 {
  border-collapse: collapse;
  width: 80%;
  text-align: center;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
  background: #f9fafc;
  width: 120px;
}
 
@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-table !important;
  }
  
  .col-head-type1 {
    width: 100% !important;  
  }
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
.js-tab-news {
	/* margin-bottom: 10px; */
	margin: 15px -10px 0;
	text-align: center;
	border-bottom: 1px solid #000;
}
.js-tab-news > div {
	width: calc(99.9%/3);
	display: inline-block;
	background: #f1f1f1;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	margin-bottom: -1px;
}
.js-tab-news > div.active-year {
	background: #000;
	color: #fff;
}
.js-tab_contentnews {
	display: none;
	/* padding: 15px 0; */
}
.js-tab_contentnews.active-year {
	display: block;
}
.js-tab-news .kansai {
	margin-left: -4px;
}

.news_list {
	margin-bottom: 15px;
	padding: 0!important;
}
	
}

.js-tab_titile {
	display: none;
}
.active-year {
	display: block;
}


