@charset "UTF-8";
.mtx {
	font-size:90%;
	line-height:110%;
}

h2 {
	font-size: 110%;
	padding: 0.4em 0em 0.2em 0.5em;
	margin-bottom: 0.8em;
	border-left-style: solid;
	border-left-color: #0099CE;
	border-left-width: 0.3em;
	border-bottom-style: solid;
	border-bottom-color: #DADFEC;
	border-bottom-width: 0.1em;
	font-weight: bold;
	margin-top: 0.8em;
}

h3 {
	position: relative;
	display: inline-block;
	padding: 0 45px;
}

h3:before, h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

h3:before {
	left:0;
}

h3:after {
	right: 0;
}

.summary1 {
	background: #0099CE;
	display: block;
	padding: 6px 0;
	color: white;
	font-size: 16px;
	border-radius: 5px;
	border-bottom: solid 3px #00bfff;
	width: 300px;
	text-align: center;
	cursor:pointer;
}

.banner_title {
	width: 30%;
	margin:0px 0px 30px;
}

.myshindo {
	width:90%;
	box-shadow:7px 7px rgba(200,200,200);
	margin:auto;
}

.eva_choki {
	width:90%;
	box-shadow:7px 7px rgba(200,200,200);
}

.tsunami {
	width:90%;
	box-shadow:7px 7px rgba(200,200,200);
}

table {
	width:100%;
	border:none;
	vertical-align:top;
}

td {
	width:50%;
	vertical-align:top;
}

.tsunami_alarts {
	width:90%;
}

div.flex{
	display:flex;
}

@media(max-width:425px){
	div.flex{
		display:block;
	}
}

figure{
	width:90%;
	box-shadow:7px 7px rgba(200,200,200);
	margin:15px 20px;
}

.picture{
	width:90%;
	border: 1px solid rgba(0,0,0);
	margin:10px 5px;
}

.video{
	position: relative;
	width: 80%;
	padding-top: 45%;
}
.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
