@charset "UTF-8";
/* CSS Document */

h2{
	width: 100%;
	max-width: 1200px;
	height: auto;
	font-size: 1.75rem;
	color: #0b4da2;
	margin: 0 auto 20px;
	padding: 0.6em 0 0.6em 0.6em;
	border-top: 3px solid;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #0b4da2 0%, #fff 100%) 1;
}

h4{
	font-size: 1.5rem;
	color: #0b4da2;
	margin: 0 0 10px 0;
}

h4.sitemap{
	border-bottom: 4px double #0b4da2;
}

h4::before{
	font-size: 1.5rem;
	font-family: 'Material Icons';
	content: "\e57b";
	vertical-align:middle;
	margin: 0 0.2em 0 0;
}

h4 > a:link,h4 > a:visited{
	text-decoration: none;
	color: #0b4da2;
}

h4 > a:hover{
	text-decoration: underline;
}
	
.title{
	font-size: 1.125rem;
}

.title::before{
    content: 'circle' !important;
    display: inline-flex;
	font-family: "Material Icons";
    width: 1em;
    text-indent: 0;
	color: #0b4da2;
	vertical-align: middle;
}

.con_title{
	font-size: 1.25rem;
	color: #0b4da2;
}

.flex{
	display: -webkit-box;
	display: flex;
	width: 100%;
}

.flex > div{
	width: 50%;
}

ul.sitemap_list{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 0 1.5em;
}

ul.sitemap_list > li{
	width: 25%;
	margin: 0 0 20px 0;
}

ul.sitemap_list > li a:link,ul.sitemap_list > li a:visited{
	color: #333;
	text-decoration: none;
}

ul.sitemap_list > li a:hover{
	text-decoration: underline;
}

ul.list-inner{
	width: auto;
	list-style: none;
	margin: 10px 0 0 0;
}

ul.list-inner > li{
	margin: 0 0 10px 0;
}

ul.sitemap_list > li:last-child,ul.list-inner > li:last-child{
	margin: 0;
}

@media screen and (max-width: 767px) {
	h2{
	max-width: 767px;
	font-size: 1.375rem;
	padding: 0.4em 0 0.4em 0.4em;
	}
	
	h4{
	font-size: 1.125rem;
	}

	h4::before{
	font-size: 1.125rem;
	}
	
	.con_title{
	font-size: 1.125rem;
	color: #0b4da2;
	}
	
	.flex{
	display: block;
	}

	.flex > div{
	width: 100%;
	}
	
	.flex > div:first-child{
	margin: 0 0 30px 0;
	}
	
	ul.sitemap_list{
	margin: 0;
	padding: 0 0 0 1em;
	}

	ul.sitemap_list > li{
	width: 50%;
	}

}

/*コロナ*/
table.cov{
	width: 100%;
	text-align: center;
	border: 1px solid #0b4da2;
}

table.cov th{
	background: #0b4da2;
	color: #fff;
	font-weight: normal;
	padding: 0.5em;
	border-right: 1px solid #fff;
	vertical-align: middle;
}

table.cov th:last-child{
	border-right: none;
}

table.cov td{
	padding: 0.5em;
	border: 1px solid #0b4da2;
}

@media screen and (max-width: 767px) {
	table.cov{
	font-size: 0.875rem;
	}
}

