/* CSS Document */
/* ------------------------------------------------------------------------ */

/*  reset

/* ------------------------------------------------------------------------ */

html {
	overflow-y	: scroll;
	height		: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

fieldset {
	display:inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

li {
	list-style-type : none;
}

/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

.pcStyle{
	display: block;
}

.spStyle{
	display: none;
}

a{
	text-decoration	: none;
	color: #2470b3;
}

a:visited {
	text-decoration	: underline;
}

a:hover {
	text-decoration	: none;
	opacity: 0.8;
}




/* list
--------------------------------------------------------------------------- */

.ulStyle01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin	: 10px 50px 40px;
}

	.ulStyle01 li {
		width: 48%;
		border: 2px solid #2470b3;
		border-radius: 5px;
		list-style	: none;
		margin		: 0 0 15px !important;
		padding		: 0;
		text-align	: left;
		box-shadow: 2px 2px 4px #f0f0f0;
	}
	
	.ulStyle01 li a{
		font-size: 20px;
		display: block;
		padding: 15px;
		font-weight: bold;
		text-align: center;
	}

body{
	margin: 0;
	padding		: 0;
	font-family	: 'Noto Sans Japanese',"Meiryo","MS PGothic", sans-serif;
	font-size	: 87%;
	line-height	: 1.8;
	color		: #444;
	background: #fadedd;
}

body * {
	box-sizing: border-box;
}

header{
	background: #fff;
	border-bottom: 1px solid #cccccc;
}

header section{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

header section h1{
	padding: 10px 0;
}

	header section h1 img{
		vertical-align: middle;
	}

footer{
	background: #fff;
	border-top: 1px solid #ccc;
	text-align: center
}

footer p{
	padding: 5px 0;
	font-size: 10px;
}

#contentsBlock{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.evacuation_area{
	margin: 30px auto 0;
}

.evacuation_area:last-child{
	margin: 30px auto 30px;
}

.evacuation_area .ttl{
	background: #cd1313;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.details_area{
	background: #fff;
	padding: 40px;
}

.list li dl{
	align-items: flex-start;
}

.details_area dl{
	display: flex;
	font-size: 16px;
	justify-content: flex-start;
	padding-bottom: 20px;
	padding-top: 20px;
	align-items: center;
}

.details_area dl:first-child{
	padding-top: 0;
}

.details_area li:last-child dl{
	border-bottom: 2px solid #ccc;
}


.details_area dl dd{
	line-height: 1.6;
	margin-right: 15px;
}

.details_area dl dd.day{
	/* width: 15%; */
	min-width: 160px;
	padding: 0 0 0 0.7em;
	text-indent: -0.7em;
	line-height: 1.8;
}

	.details_area dl dd.day span{
		color: #808080;
		font-weight: bold;
		display: block;
	}
	
	.details_area dl dd.day span:before{
		content: "▶";
		font-size: 10px;
		color: #ff0000;
	}
	
.details_area dl dd.info_ttl{
	width: 84%;
}

.details_area dl dt.info_ttl{
    word-break: break-word;
}

.details_area dl.no_info{
	padding-bottom: 0;
}
.details_area dl.no_info dd span{
	background: #a37d00;
	padding: 2px 10px;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	min-width: 100px;
	width: 100%;
}

.details_area dl.info dd span{
	background: #ff0000;
	padding: 2px 10px;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	min-width: 100px;
	width: 100%;
}

.details_area dl.info_ttl_area{
	border-bottom: none;
}

.no_info dt.info_ttl{
	color: #2470b3;
	font-weight: bold;
	line-height: 1.5;
}

.info dt.info_ttl{
	color: #ff0000;
	font-weight: bold;
}

.btn-wrap{
	display:block;
	max-width:240px;
	margin:20px auto;
	background:#ff0000;
	border:1px solid #ff0000;
	color:#fff;
	text-align:center;
	border-radius:5px;
	font-size: 16px;
}
	
.btn-wrap a{
	display:block;
	padding:10px 20px;
	cursor:pointer;
	color:#fff;
	text-align:center;
	font-size: 16px;
	border:1px solid #ff0000;
}
	
	.btn-wrap a:hover{
		display: block;
		padding:10px 20px;
		cursor:pointer;
		border:1px solid #ff0000;
		background:#fff;
		color:#ff0000;
		opacity: 1;
	}

@media screen and (max-width:768px){
	header section h1{
		padding: 10px;
	}
	
	#contentsBlock{
		padding: 0 10px;
	}
	
	.evacuation_area .ttl{
		padding: 10px;
		font-size: 18px;
	}
	
	.details_area{
		padding: 20px;
	}
	
	.details_area dl{
		display: block;
	}

	.details_area dl dd {
		margin-right: auto;
	}
	
	.details_area dl dd.day{
		width: 100%;
		max-width: inherit;
	}
	
}
