﻿@charset "utf-8";


/* 災害情報（ＰＣ）
-------------------------------------------------------------------------*/
#saigai{ 
	/**/display:none;
	margin:0;
	padding: 40px 0 0 0;
	width: 100%;
	min-width: 768px;
	background: #828282;
	box-sizing: border-box;
}

#saigai h1{ 
	margin:0 auto;
	padding: 0 40px;
	width: 100%;
	min-width: 768px;
	max-width: 1280px;
}

.multi_column_2{ /*border: solid 1px #000;*/
	width: 100%;
	max-width: 1280px;
	min-width: 768px;
	margin:0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.column_unit{/*border: solid 1px #000;*/
	float: left;
	box-sizing: border-box;
	padding-bottom: 40px;
}

.multi_column_1 .column_unit{
	width: 100%;
}

.multi_column_2 .column_unit{
	margin-left:3.5%; 
	width: 48.25%;
}
.multi_column_2 .column_unit:first-of-type{
	margin-left:0px;
}

.multi_column_3 .column_unit{
	width: 31%;
	margin-left:3.5%; 
}
.multi_column_3 .column_unit:first-of-type{
	margin-left:0px;
}


.sub_top_box{ 
	padding:0 40px 40px 40px;
}

/* 災害タイトル*/
#saigai_header{
	margin:0 auto 10px auto;
	width: 100%;
	padding:0;
	color:#FFF;
	text-align: left;
}

/*見出し文字・基本*/
#saigai_header h1{/*border: solid 1px #333; */
	position: relative;
	box-sizing: border-box;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 32px;
	font-weight: 500;
}

@media (max-width: 980px) {/* ナビ文字縮小 */
	#saigai_header h1 {font-size: 28px;}
}
@media (max-width: 768px) {/* ナビ文字縮小 */
	#saigai_header h1 {font-size: 24px;}
}	

#saigai_title{
	padding: 3px 0;
}

.saigai_monsuketv_icon{
	height: 42px;
	background: url(../image/saigai_monsuketv_logo.png) no-repeat left center;
	background-size: auto 80%;
}
@media (max-width: 980px) {/* ナビ文字縮小 */
	.saigai_monsuketv_icon{	height: 38px;}
}
@media (max-width: 768px) {/* ナビ文字縮小 */
	.saigai_monsuketv_icon{	height: 34px;}
}

/*災害情報ページボタン*/
#saigai_link{
	max-width: 300px;
	margin: 10px auto 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

#saigai_link a{
	display: block;
	padding: 15px;
	background:#eac51c;
	border-radius: 5px;
}

#saigai_link a:hover{
	background:#ccc;
}

/*災害情報・動画リンクボタン*/
#saigai_link_live{
	max-width: 460px;
	margin:25px auto 0 auto;
	border:3px solid #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

#saigai_link_live a{
	display: block;
	padding: 15px;
	background:#c70404;
	color: #ffffff;
}

#saigai_link_live a:hover{
	background:#ccc;
	color: #c70404;
	
}

.saigai_link_icon{
	margin: 0 3px;
	vertical-align: middle;
	height: 13px;
}

/*情報表示枠*/
.saigai_main{
	padding:0 0 20px 0;
	margin: 0 auto 40px auto;
	background:#FFF;
}

#saigai_contents{
	margin: auto;
	width: 100%;
	height: 40vw;
	max-height:400px;
	min-height: 280px;
	padding:20px;
	background:#FFF;
	overflow:auto;
	box-sizing: border-box;
}

#saigai_contents marquee{
	color:#C00;
	position:absolute;
}

#saigai_contents_txt h2{
	color: #ffffff;
	background: #2e89b5;
	padding: 10px;
	margin: 10px 0;
	}

#saigai_contents_txt h3{
	color: #339b00;
	line-height: 1.6;
	margin: 10px;
	}
#saigai_contents_txt h3:before{
	content: "";
	color: #339b00;
	} 
#saigai_contents_txt p{
	line-height: 1.6;
	padding:0 10px;
	} 


/* 動画埋め込み*/
.saigai_video {
	margin: 0 auto ;
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
	background: #181818;
}
.saigai_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 4px #181818;
	box-sizing: border-box;
}

/* 動画準備中画像 */
.saigai_monitor_img img{
	width: 100%;
	border: solid 4px #181818;
	box-sizing: border-box;
}

/* 動画見出し */
.saigai_video_title {
	margin: 10px auto;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
}


/* リンクボタン */
.saigai_link_menu{
	margin: 20px auto 0 auto;
	display: flex;
	list-style: none;
	justify-content: space-between;
}
.saigai_link_menu h4{
	margin: 0 auto 5px auto;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 1px;
}
@media (max-width: 1024px) { .saigai_link_menu h4 { font-size: 16px;} }
@media (max-width: 768px) { .saigai_link_menu h4 { font-size: 14px;} }
.saigai_link_menu p{
	line-height: 140%
}
.saigai_link_menu li{
	flex-basis: 47%;
	box-sizing: border-box;
	text-align: center;
}
.saigai_link_menu a{
	display: block;
	padding: 20px 5px;
	color: #ffffff;
	height: 100%;
}

.saigai_link_menu a:hover{
	opacity: 0.4;
}
.saigai_link_tw{
	background: #2d9de2;
	border: solid 5px #1b88cb;
	border-radius: 5px;
}

.saigai_link_x{
	background: #111111;
	border: solid 5px #222222;
	border-radius: 5px;
}

.saigai_link_mpost{
	background: #4d63ac;
	border: solid 5px #435798;
	border-radius: 5px;
}

/* 災害情報（ＨＢＣ災害情報ページ）
-------------------------------------------------------------------------*/

#saigai_container{
	width: 80%;
	max-width: 1200px;
	margin: 3% auto;
	position: relative;
	top: 0;
}

#saigaiHeader{
	margin: 20px 0;
	font-size: 24px;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

#saigaiContents {
}

#saigaiContents h3 {
	color: #ffffff;
	background: #2e89b5;
	padding: 10px;
	margin: 10px 0;
	}
#saigaiContents h4 {
	color: #339b00;
	line-height: 1.6;
	margin: 10px;
	}
#saigaiContents h5 {
	color: #000;
	line-height: 1.6;
	margin: 10px;
	}

#saigaiContents p{
	line-height: 1.6;
	padding:0 10px;
	} 
	

/* もんすけTV用*/
@media (max-width: 559px) {
.multi_column_2 .column_unit{
	margin-left:0; 
	width: 100%;
}
}

/* 災害用header footer
-------------------------------------------------------------------------*/
.header_subtop, footer.saigai_footer { min-width: 100%; }
@media (max-width: 767px) { footer.saigai_footer { min-width: 100%; } }
