@charset "utf-8";
/* CSS Document */




/*ヘッダー*/
#sdgs_movie{
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	background: #f8f8f8;
	color:#333333;
}

#sdgs_header{}

#sdgs_movie h1{
	padding: 50px 50px 10px;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
}


#sdgs_arc {
	margin: 0 auto;
	padding: 30px;
}

#sdgs_arc h3 {
	margin: 10px auto;
	padding: 0px 25px;
	font-size: 28px;
	color:#00498F;
	font-weight: bold;
}
#new_movie{max-width:1020px;margin:10px auto;box-sizing: border-box;padding:15px;}

#new_movie iframe{float:left;}
#new_movie .new_movie_txt{width:95%;max-width:400px;float:right;}
#new_movie .df_date{width:95%;max-width:400px;float:right;padding:20px 0px;}

@media only screen and (max-width:1100px) {
	#new_movie iframe {float:inherit;}
	#new_movie .df_date {width: 100%;max-width: inherit;float: inherit;}
	#new_movie .new_movie_txt {width: 95%;max-width: inherit;float: inherit;margin: 0 auto;}
	#new_movie iframe {aspect-ratio: 16/9;width: 100%;height: 100%;}
}

/*動画エリアのコンテナ*/
.movie_box{width:100%;max-width:1020px;margin:10px auto;display: flex;flex-wrap: wrap;}

.df_articleWrap/*記事の箱*/{display: block;width:300px;margin:20px;box-sizing: border-box;}
.df_articleWrap:nth-child(1){display: none!important;}
.df_articleTitle/*記事タイトル*/{margin:0!important; font-size:15px!important; font-weight: bold;}
.df_articleSubTitle/*記事サブタイ*/{font-size:12px;}
.df_date/*放送日*/{font-size:12px;}
.df_detailText/*本文*/{}

.df_detailText iframe{
	width:300px;
	height:167px;}

.df_detailText .new_movie_txt{display: none!important;}

/*リンク*/
#sdgs_movie a{
	text-decoration: none!important;
	color:#167CC9;
}
#sdgs_movie  a:hover{
	text-decoration: none!important;
	color:#16DCFF;
}
@media only screen and (max-width:1100px) {
.movie_box{justify-content: center;}
}

@media only screen and (max-width:767px) {
	#new_movie .new_movie_txt,#new_movie .df_date{
	float:none!important;margin:10px auto;max-width:560px;}
	
		#new_movie .new_movie_title{
			margin:10px auto;max-width:560px;}
	
	#new_movie iframe {
	float: none;
	margin: 10px auto;
	display: block;
	box-sizing: border-box;
}
}

@media only screen and (max-width:414px)
{
	#sdgs_movie h1 {
    padding: 50px 20px 10px;
    box-sizing: border-box;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
}
	#sdgs_movie h1 img{
		width:100%;
	}

	#new_movie iframe {
	/*width: 300px;
	height: 167px;*/
	width: 100%;
	height: auto;
}
	
	.df_articleTitle {
	margin: 0 !important;
	font-size: 14px;
}
	.movie_box{justify-content: center;}
	
	#new_movie .new_movie_title h2{
		font-size:15px;
	}
	
	.df_articleWrap/*記事の箱*/{width:300px;margin:20px 0px;}
	
	#sdgs_arc {
	margin: 0 auto;
	padding: 0 30px 20px;
}
}

#df_main .new_movie_title h2 {
	font-size: 21px;
	display: flex;
	margin: 10px 0;
	font-weight: bold;
}
@media only screen and (max-width:768px) {
	#df_main .new_movie_title h2 {
		font-size: inherit;
	}
}
#df_main .new_movie_title h2 img {
	margin: 5px 5px 0 0;
	height: 20px;
}