@charset "utf-8";
/* CSS Document */

/*#news{
	height: 32vh;
	width: 100%;
	background: linear-gradient(to top, rgba(173, 192, 255, 1) 0%, rgba(162, 255, 198, 1) 100%), url("../img/news_h_img.png")no-repeat center center;
    background-blend-mode:hard-light;
	background-size:cover;
}*/

#news{
	background: linear-gradient(to top, rgba(0, 69, 101, 0.55) 0%, rgba(0, 69, 101, 0.55) 100%), url("https://ap-plat.nies.go.jp/news/img/news_h_img.jpg") no-repeat center center;
	background-size:cover;
}

/*----------------------------*/
/*見出し/
/*----------------------------*/


.border_box_picup {
  border: 15px solid #a2ffe6;
  border-image: linear-gradient(to bottom, #a2ffe6 0%, #edf897 100%);
  border-image-slice: 1;
}
#pickup .picup_box:hover {
  border: 15px solid #a2ffe6;
  border-image: linear-gradient(to bottom, #a2ffe6 0%, #edf897 100%);
  border-image-slice: 1;
}
.picup_box a {
  color: #FFF;
}
.picup_box a:hover {
  color: #8cb808;
}

.border_box_green {
  border: 15px solid #79C9CA;
  padding: 30px 0;
    border-radius: 15px;
}
.border_box_middle {
  border: 15px solid #c1d7cd;
  padding: 30px 0;
    border-radius: 15px;
}
.border_box_middle2 {
  border: 15px solid #fae0c9;
  padding: 30px 0;
    border-radius: 15px;
}
.border_box_orange {
  border: 15px solid #f1cfb6;
  padding: 30px 0;
    border-radius: 15px;
}
.update_inner {
  margin-top: 0px;
}
.update_inner_col2 {
  display: flex;
	justify-content: space-between;
}
.update_inner {
  margin-top: 0px;
}
.events_inner{
	margin-top: 0;
	font-size: 1.6rem;
}
.events_date{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.events_l{
	font-size: 3rem;
	background-color: #777;
	color: #fff;
	padding: 0 10px;
    border-radius: 15px 0 0;
}
.events_r{
	line-height: 1;
	background-color: #777;
	color: #fff;
	padding: 5px 10px 5px 0;
	display: block;
}
.events_title{
	padding: 20px;
}
.events_title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding-top: 20px;
}
.events_title a:hover, .events_title a:active, .events_title a:focus {
  color: #0d91b3;
}
.events_category {
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0 5px;
}

.past .events_title a{
	color: #999;	
	}
.past .events_l{
	background-color: #ccc;
}
.past .events_r{
	background-color: #ccc;
}
.entry_title p,.events_title p{
	margin: 0;
}
.entry-list_item-ap{
	background-color: #fff;
    border-radius: 15px;
}
.entry-list_item-ap img{
  width: 100%;
  height: 200px;
	object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.entry_inner{
	padding: 20PX;	
}
.entry-list_item-ap .entry_date{
	margin-bottom: 1em;
}
.entry_title-ap{
	margin: 0;
	font-size: 2rem;
}
.update-list_item{
	background-color: #fff;
	padding: 20px;
	border-left: none;
}
.section_box{
	padding: 40px 0 0;
}
.globalnews-list_item{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 16px;
}
  .events-list_item {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 16px;
    border-radius: 15px;
  }
.events-list_item a{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
    color: #393939;
}
.events-list_item a:hover{
	color: #0d91b3;
}
.events-list_item a .g_arrow{
	padding: 0 20px 20px 0;
}
.entry-list_item-ap{
	margin-bottom: 16px;
}
.border_box_orange {
  border: 15px solid #FBE9DC;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 30px;
	text-align: center;
}
/*----------------------------*/
/*Videos/
/*----------------------------*/
.video_box a{
    color: #000;
}
.video_box a:hover{
    color: #0d91b3;
}
.video_box img{
    width: 100%;
}
.video_picup{
    border-radius: 15px;
}
.ently_video{
    border-radius: 15px;
}
.video_picup .ently_video{
    width: 100%;
} 
.video_picup .ently_video_title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.6rem;
    word-break: break-all;
    line-height: 1.2;
    padding: 10px 10px 0;
    font-weight: bold;
}

.ently_video_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.6rem;
    word-break: break-all;
    line-height: 1.2;
    padding: 10px 10px 0;
    font-weight: bold;
}
.ently_video{
    padding-bottom: 10px;
    background-color: #fff;
    margin-bottom: 15px;
}
.entry_video_thumb img{
    border-radius: 15px 15px 0 0;
    } 

@media (min-width : 600px) {
.video_new{
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    }
.ently_video{
    width: 49%;
}
.video_picup .ently_video_title {
    font-size: 2.4rem;
}	
}
@media (min-width : 768px) {
.keni-section {
  width: 100%;
} 
}
@media (min-width : 920px) {
#out-globalnews{
	display: flex;
	justify-content: space-between;
	}	
.globalnews-list_item{
	background-color: #fff;
	padding: 20px;
    width: 19%;
	margin-bottom: 0;
}
#out-events{
	display: flex;
	justify-content: space-between;
}
.events-list_item {
    width: 19%;
	margin-bottom: 0;
  }
.entry-list_item-ap{
		width: 24%;
	margin-bottom: 0;
}
.video_box{
    display: flex;
    justify-content: space-between;
}    
.video_picup{
    width: 33%;
    background-color: #fff;
} 
.video_new{
    width: 66%;
    }
.ently_video{
    width: 24%;
}
.ently_video:nth-child(n+5){
    margin-bottom: 0px;
} 
 .border_box_orange {
  border: 15px solid #FBE9DC;
  border-radius: 15px;
  padding: 80px;
  margin-bottom: 30px;
	/*! text-align: center; */
}
 .border_box_middle {
  border: 15px solid #c1d7cd;
  border-radius: 15px;
  padding: 80px;
  margin-bottom: 30px;
	/*! text-align: center; */
} 
}
@media (min-width : 1200px) {

    
}
