@charset "UTF-8";
.kv {
    display: block;
    height: 460px;
	margin-bottom:2em;
	}
	
@media (max-width: 768px) {
.kv {
    height: 300px;
}
}

.kv-news  {
    background-image: url(../img/kv_news.jpg);
    background-position: center top 0 ;
    background-size: cover;
	 position: relative;

}

.kv-news::before  {
    /* 透過させた黒を重ねる */
    background-color: rgba(0,0,0,0.3);
    /* どの範囲に重ねるかを指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.kv_inner {
	border: solid 1px #fff;
		text-align:center;
		width:35%;
		padding:1em;
		margin:0 auto;
		 position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);

}

@media (max-width: 768px) {
.kv_inner {
		width:70%;
}
}

.kv_inner_title {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.kv_inner_title_l {
    line-height: 1;
    font-size: 3rem;
}

.kv_inner_title h2 {
}

.kv_inner_title h3 {
padding-top:0.5em;
}

#news-contents{
}
#news-contents .main {
	margin: 0 2%;
	}
	
#news-contents h2{
position: relative;
    margin-bottom: 1em;
    padding: .3em 1em .3em 1.8em;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #DDF7FF;
    border-radius: 3px;
	}
	
#news-contents h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: .7em;
    top: 1.2em;
    width: 15px;
    height: 4px;
    background-color: #008fbe;
}


#news-contents p{
    font-size: 1.125rem;
    margin: 10px 0 30px  0 ;
}

#newslist_wrapper{}


.box-taglist {
    margin-bottom: 20px;
}

.box-taglist .btn {
padding:1em 0 1.5em 2em;
}

.box-taglist .btn a{
padding:0 1.5em 0em 0;
   display: inline-block;
}

.box-taglist h4 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
      font-size: 1.125rem;
}
.box-taglist .list-inbl {
    font-size: 15px;
padding:1em 0 1.5em 2em;
}
.box-taglist .list-inbl li {
    display: inline-block;
}



.newslist{
margin-bottom:90px;
}

@media screen and (max-width:768px) {
  .newslist{
  margin-bottom:45px;
  }
}


.newslist h5 {
      font-size: 1.125rem;
	  padding-bottom:0.5em;
}


.newslist ul{
border-top:1px solid #e4e4e4;
}

@media (max-width: 768px) {
.newslist ul{
border-top:none;
}

}



.newslist ul li{
display:table;
padding:30px 0;
width:100%;
border-bottom:1px solid #e4e4e4;
}

@media (max-width: 768px) {
.newslist ul li{
   display: inline-block;
border-bottom:none;
padding:0;
}

}

.tn_ctg {
    width: 110px;
}

.tn_ctg, .topnews {
    display: table-cell;
}
@media (max-width: 768px) {
.tn_ctg{
   display: inline-block;
}}



.tn_ctg > div {
    padding: 5px;
    font-size: 69%;
    text-align: center;
    color: #ffffff;
}

.tn_ctg_news > div {
    background-color: #6CCA98!important;
}

.tn_ctg_topics > div {
    background-color: #c8c8c8!important;
}

.tn_ctg_media > div {
    background-color: #FFAF05!important;
}

.tn_ctg_press > div {
    background-color: #008FBE!important;
}



.topnews{
display:table-cell;
}

.topnews{
padding-left:24px;
font-size:88%;
line-height:1.8;
color:#333333;
}
@media screen and (max-width:768px) {
  .topnews{
  padding:0.5em 0 1em 10px;
  font-size:88%;
  }
}

.topnews a{
color:#333333!important;
text-decoration:underline!important;
}
.topnews a:hover{
text-decoration:underline!important;
}

.topnews_date{
margin-right:10px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}






