@charset "UTF-8";



/*style.css上書き
----------------------------------------*/
#container {
	background-color: #fff;
}

#contents {
	/*padding-bottom: 0;*/
	padding: 20px 0 0;/*210929*/
}

.page_side_contents {
    width: 300px;
}

.ttl_h2_01 {
	margin-top: 60px;
}

@media only screen and (min-width: 751px) {
	.page_column_contents {
		padding-top: 10px;
	}
	.page_contents_item {
		margin-bottom: 60px;
	}
	.uz-kbc_pc .__uz__widget,
	.uz-3-kbc_pc .__uz__widget{
		 margin-bottom: 0 !important; 
	}
}

@media only screen and (max-width: 750px) {
	
	#contents {
		border-bottom: none;
	}
	.page_column_contents {/*210929*/
		padding-top: 0;
	}
	.page_side_contents {
        width: 100%;
	}
	.page_contents_item {
		margin-bottom: 60px;
	}
	.ttl_h2_01 {
		margin-top: 40px;
	}
	.uz-kbc_sp .__uz__widget,
	.uz-3-kbc_sp .__uz__widget {
		 margin-bottom: 0 !important; 
	}
}




/*ニュース一覧
---------------------------------------------------------- */
.news_list_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.news_list_label .label_select {
	width: 320px;
}

.news_list_label_column .news_list_label .label_select {
	margin: 0 0 0 10px;
}

.news_list_label_column .news_list_label .label_select:first-child {
	margin: 0;
}

.news_list > ul > li a {
	display: block;
	width: 100%;
	padding: 40px 0;
	color: #333;
	font-size: 1.6rem;
	text-decoration: none;
	border-bottom: 1px solid #d1dce1;
}

.news_list > ul > li:first-child a {
	padding-top: 0;
}

.news_list > ul > li a:hover h3 {
	text-decoration: underline;
}

.news_list > ul > li a .table {
	width: 100%;
}

.news_list > ul > li .img {
	display: table-cell;
	vertical-align: top;
	width: 230px;
	padding: 0 20px 0 0;
}

.news_date_contents .news_list > ul > li:first-child .img {
	width: 335px;
}

.news_list > ul > li .img .img_body {
	padding-top: 56.25%;
	background-color: #f1f1f1;
	box-shadow: 0px 0px 0px 1px #b3c5cd inset;
	position: relative;
}

.news_list > ul > li .img .img_background {
	position: absolute;
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
	height: -webkit-calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.news_list > ul > li .txt {
	display: table-cell;
	vertical-align: top;
}

.news_list > ul > li h3 {
	margin: 0 0 5px;
	color: #000;
	font-weight: bold;
}

.news_date_contents .news_list > ul > li:first-child h3 {
	margin: 0 0 15px;
}

.news_list > ul > li .txt_box,
.news_article_dt .cp {
	margin: 20px 0 0;
	color: #444;
	font-size: 1.4rem;
}

.news_article_dt .cp {
	margin: 15px 0 0;
}

.news_date_contents .news_list > ul > li:first-child .txt_box {
	margin: 10px 0 0;
}

.news_list > ul > li .txt_box .cp .area,
.news_list > ul > li .txt_box .cp .date,
.news_list > ul > li .txt_box .cp .icon,
.news_article_dt .cp .area,
.news_article_dt .cp .date,
.news_article_dt .cp .icon {
	display: table-cell;
	vertical-align: middle;
}

.news_list > ul > li .txt_box .cp .area .lang,
.news_article_dt .cp .area .lang {
	color: #2ca9e1;
	font-weight: bold;
}

.news_list > ul > li .txt_box .cp .icon,
.news_article_dt .cp .icon {
	padding: 0 0 0 10px;
	color: #c0c0c0;
	font-size: 20px;
}



@media only screen and (max-width: 750px) {
	
	.news_list_label {
		margin: 40px 0;
		padding: 40px 3%;
		background: #f0f3f5;
	}
	
	.news_list_label .label_select,
	.news_list_label_column .news_list_label .label_select {
		width: 100%;
	}
	
	.news_list_label_column .news_list_label .label_select {
		margin: 10px 0 0;
	}
	
	.news_list > ul > li a {
		padding: 20px 5px;
		font-size: 1.4rem;
	}
	
	.news_date_contents .news_list > ul > li:first-child {
		margin: 0 0 10px;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		overflow: hidden;
	}
	
	.news_date_contents .news_list > ul > li:first-child a {
		padding: 0;
		border-bottom: none;
	}
	
	.news_date_contents .news_list > ul > li:first-child h3 {
		margin: 0;
	}
	
	.news_list > ul > li .img {
		width: 120px;
		padding: 0 15px 0 0;
	}
	
	.news_date_contents .news_list > ul > li:first-child .img {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.news_date_contents .news_list > ul > li:first-child .img .img_body {
		box-shadow: none;
	}
	
	.news_date_contents .news_list > ul > li:first-child .img .img_background {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.news_date_contents .news_list > ul > li:first-child .txt {
		display: block;
		padding: 20px 20px 15px;
	}
	
	.news_list > ul > li .txt_in,
	.news_list > ul > li .txt_box .cp .area {
		display: none;
	}
	
	.news_list > ul > li .txt_box,
	.news_article_dt .cp {
		margin: 5px 0 0;
		font-size: 1.2rem;
	}
	
	.news_date_contents .news_list > ul > li:first-child .txt_box {
		margin: 10px 0 0;
	}
	
	.news_list > ul > li .txt_box .cp .icon,
	.news_article_dt .cp .icon {
		padding: 0 0 0 7px;
		font-size: 14px;
	}
	
}




/*ニュース記事
---------------------------------------------------------- */
.news_article_dt {
	margin: 0 0 80px;
	color: #333;
	font-size: 1.6rem;
}

.news_article_dt .article_ttl {
	margin: 0 0 30px;
}

.news_article_dt .article_ttl h3 {
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
}

.news_article_dt .img,
.news_article_dt .txt,
.news_article_dt .uliza_body,
.news_article_dt .youtube {
	margin: 0 0 40px;
}

.news_article_dt .uliza_body {
	border: 1px solid #b3c5cd;
}

.news_article_dt .uliza {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.news_article_dt .uliza .inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.news_article_dt .uliza .inner img {
	height: auto;
}

.news_article_dt .uliza .ulizahtml5,
.news_article_dt .uliza .vjs-tech,
.news_article_dt .uliza #anPlayerIfrEX {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.news_article_dt .youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.news_article_dt .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.news_article_dt .btn_area {
	margin: 60px 0 0;
	text-align: center;
}

.news_article_dt .btn_area .normal_link.back a {
	font-size: 2rem;
}

.news_article_dt .btn_area .normal_link.back a [class*="icon"] {
	margin: 0 13px 0 0;
	font-size: 15px;
	-webkit-transform: none;
	transform: none;
}

.news_archive_column_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

.news_archive_column_ttl .ttl_h3_01,
.news_archive_column_ttl .news_list_label {
	margin: 0;
}

.news_archive_column_ttl .news_list_label {
	display: block;
}

.news_archive_column_ttl .news_list_label .label_select {
	margin: 10px 0 0;
}

.news_archive_column_ttl .news_list_label .label_select:first-child {
	margin: 0;
}

.news_archive_column_ttl .ttl_h3_01 {
	width: -webkit-calc(100% - 330px);
	width: calc(100% - 330px);
	font-size: 2.4rem;
}

.sns_btn_area{
	margin: -2.5rem 0 0;/*210929*/
}
.sns_btn_area ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 4rem;
}
.sns_btn_area ul li{
	margin-right: 1.5rem;
}
.sns_btn_area ul li:last-child{
	margin-right: 0;
}
.sns_btn_area ul li .twitter_sns{
	color: #000;
}
.sns_btn_area ul li .facebook_sns{
	color: #1877f2;
}
.fa-twitter:before {
	content: '𝕏' !important;
	font-family: sans-serif !important;
	font-weight: bold;
}
.sns_btn_area ul li .line_sns{
	color: #05b34d;
}
.fb_iframe_widget > span {
  vertical-align: middle !important;
}
@-moz-document url-prefix() {
	.fb_iframe_widget > span {
		vertical-align: sub !important;
		height: 19px!important;
	}
}
@media only screen and (max-width: 750px) {
	
	.news_article_dt {
		margin: 0 0 60px;
		font-size: 1.4rem;
	}
	
	.news_article_dt .article_ttl {
		margin: 0 0 15px;
	}
	
	.news_article_dt .article_ttl h3 {
		font-size: 1.4rem;
	}
	
	.news_article_dt .img,
	.news_article_dt .txt,
	.news_article_dt .uliza_body,
	.news_article_dt .youtube {
		margin: 0 0 20px;
	}
	
	.news_article_dt .btn_area {
		margin: 50px 0 0;
	}
	
	.news_article_dt .btn_area .normal_link.back a {
		font-size: 1.8rem;
	}
	
	.news_article_dt .btn_area .normal_link.back a [class*="icon"] {
		margin: 0 10px 0 0;
		font-size: 13px;
	}
	
	.news_archive_column_ttl {
		margin: 0 0 30px;
	}
	
	.news_archive_column_ttl .ttl_h3_01 {
		width: 100%;
		font-size: 1.7rem;
	}
	
	.news_bnr_list_wrap {
		padding: 0 3%;
	}
	
	.news_bnr_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: -10px 0 0 -10px;
	}
	
	.news_bnr_item {
		width: calc(50% - 10px);
		margin: 10px 0 0 10px;
	}

	.sns_btn_area{
		margin: -1.5rem 0 0;/*210929*/
	}
	.sns_btn_area ul{
		margin-bottom: 0;
	}
	.sns_btn_area ul li{
		margin: 0 3% 0 0;
	}
	#twitter-widget-0{
		position: relative!important;
	}
	.fb_iframe_widget{
		height: 20px !important;
	}
	.fb_iframe_widget > span {
	  vertical-align: top !important;
	}
}

/*KBC NEWS24 動画埋め込み
---------------------------------------------------------- */

.youtube_embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube_embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	border: none;
	box-shadow: 2px 3px 6px rgba(0,0,0,.1);
}
@media screen and (max-width: 750px) {
	.news_bnr_list.mv_embed {
		margin: -10px 0 0 0;
	}
	
	.mv_embed .news_bnr_item {
		width: 100%;
		margin: 10px 0 0 0;
	}
}
