@charset "utf-8";
/* CSS Document */
/*** スマホ　798px以下 **************/

/*******************************************/
/* 画面サイズ 798px～*/

.newslist .topic a{
  flex-wrap: wrap;
}
.newslist .topic .date{
  min-width: 100px;
}
.newslist .topic .title{
  margin-top: 10px;
  font-size: 15px;	
}

._bigbox{
	margin-top:20px;
}

.genre-buttons {
	display:block;
}

    .hidden {
      display: none;
    }

    .genre-buttons {
      margin-bottom: 50px;
    }
    .genre-buttons button {
      margin-right: 10px;
      padding: 10px 25px;	
	  background-color:transparent;	
	  border: none;	
	  position: relative;
	  font-size:13px;
	  font-weight:bold;	
    }
 .genre-buttons button:before {
	 content: "";
	 display: block;
	 height:15px;
	 width:15px;
	 border-radius: 50px;
	 background: #fff;
	 border:1px solid #28A7E1 ;
	 position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

 .genre-buttons button:hover:before {
	 background: #28A7E1;
	 border:1px solid #28A7E1 ; 
	 transition: 0.3s;
}

.genre-buttons button.active {
     color: #28A7E1;
    }

.genre-buttons button.active:before {
     background: #28A7E1;
	 border:1px solid #28A7E1 ; 
    }

/*******************************/
.newslist{
  list-style: none outside;
  margin: 0;
  padding: 0;
  max-width:800px;	
}
.newslist .topic a{
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.newslist .topic:first-child a{
  border-top: 1px solid #CCC;
}
.newslist .topic .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #28A7E1;
  padding: 0 20px 0 0;
  font-weight:bold;	
}
.newslist .topic .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.newslist .topic .category span{
  background: #28A7E1;
  color: #FFF;
  font-weight: bold;	
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.newslist .topic .title{
  margin: 0;
  width: 90%;
  max-width:680px;	
  position:relative;
}

.newslist .topic .title .p_box{
	display: block;
	width:80%;
}

.newslist .topic .title:after{
display: block;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background: #28A7E1;
    width: 20px;
    height: 20px;
    clip-path: polygon(90% 50%, 0 100%, 50% 50%, 0 0);
}

.news_sub .content_in h3{
	color:#28A7E1;
	font-size:25px;
	border-bottom:1px solid #28A7E1;
	margin-bottom:50px;
}	

.news_sub .content_in h3 span.newstitle{
	display: block;
	line-height: 2.5em;
}

.news_sub .content_in h3 span.newstag{
	background: #28A7E1;
  color: #FFF;
  font-weight: bold;	
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
	
	
.news_sub .content_in h3 time{
margin: 0;
  min-width: 140px;
  font-size: 13px;
  color: #28A7E1;
  padding: 0 20px 0 0;
  font-weight:bold;	
}



/*******************************************/
/* 画面サイズ 1075px～*/
@media screen and (min-width: 1074px) {
	._bigbox{
	display: flex;
	justify-content: center;	
	width:90%; 	
　　　max-width:900px!important;
	margin: 0 auto;	
			margin-top:100px;
}

._bigbox .left{
	width:20%;
}

._bigbox .right{
	width:70%;
}
	.genre-buttons{
		display: block;
	}	
	
	.genre-buttons button{
		display: block;
	}
	

}


@media screen and (min-width: 1280px) {

.genre-buttons {
	display:block;
}

    .hidden {
      display: none;
    }

    .genre-buttons {
      margin-bottom: 50px;
    }
    .genre-buttons button {
      margin-right: 10px;
      padding: 10px 25px;	
	  background-color:transparent;	
	  border: none;	
	  position: relative;
	  font-size:13px;
	  font-weight:bold;	
    }
 .genre-buttons button:before {
	 content: "";
	 display: block;
	 height:15px;
	 width:15px;
	 border-radius: 50px;
	 background: #fff;
	 border:1px solid #28A7E1 ;
	 position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

 .genre-buttons button:hover:before {
	 background: #28A7E1;
	 border:1px solid #28A7E1 ; 
	 transition: 0.3s;
}

.genre-buttons button.active {
     color: #28A7E1;
    }

.genre-buttons button.active:before {
     background: #28A7E1;
	 border:1px solid #28A7E1 ; 
    }

/*******************************/
.newslist{
  list-style: none outside;
  margin: 0;
  padding: 0;
  max-width:800px;	
}
.newslist .topic a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.newslist .topic:first-child a{
  border-top: 1px solid #CCC;
}
.newslist .topic .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #28A7E1;
  padding: 0 20px 0 0;
  font-weight:bold;	
}
.newslist .topic .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.newslist .topic .category span{
  background: #28A7E1;
  color: #FFF;
  font-weight: bold;	
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.newslist .topic .title{
  margin: 0;
  width: 90%;
  max-width:680px;	
  position:relative;
}

.newslist .topic .title .p_box{
	display: block;
	width:80%;
}

.newslist .topic .title:after{
display: block;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background: #28A7E1;
    width: 20px;
    height: 20px;
    clip-path: polygon(90% 50%, 0 100%, 50% 50%, 0 0);
}
	}
