@charset "UTF-8";

header {
	padding: 0px;
	margin-left: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	width: 1152px;
	margin: auto;
}

body {
	left: : 50%;
	padding: 5px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	
}

h1 {
	margin-top: 0px;
}

#juyouoshirasetitle {
	background-color: #dc143c;
	height: 40px;
	width: 140px;
	margin-bottom: 0px;
	float: left;
}

#juyouoshirasetitle h3 {
	background-color: #d3d3d3;
	height: 20px;
	width: 110px;
	border: solid 1px;
	font-size: 15px;
	padding-top: 3px;
	margin: 5px;
	margin-left: 10px;
}

#juyouoshirase p {
	width: 300px;
	margin-left: 150px;
	margin: 10px;
}

#juyouoshirase {
	background-color: #dc143c;
	height: 40px;
	width: 1012px;
	margin-bottom: 0px;
	float: right;
}

#FAQ_link {
	background-color: #d3d3d3;
	list-style: none;
	width: 500px;
	height: 95px;
	margin: 15px;
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 0px;
	display: flex;
}

#FAQ_link a:visited{
    color: #0053ed;
}

#FAQ_button {
	background-color: #ffffff;
	border: solid 1px;
	margin: 5px;
	margin-top: 10px;
	width: 250px;
	height: 72px;
	text-align: center;
	align-items: center;
	display: flex;
	font-size: 13px;
}

#FAQ_button:hover {
	background-color: #c8e7fa;
}

#FAQ_button a {
	padding: 25px;
	padding-left: 30px;
	height: 100%;
	width: 100%;
	align-items: center;
	display: flex;
	text-decoration: none;
}

#FAQ_button img {
	margin-left: 10px;
}

#mikansei {
	background-color: #dc143c;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	width: 1152px;
	margin: auto;
}

#mikansei p {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #ffffff;
}

#tyui {
	background-color: #4169e1;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	width: 1152px;
	margin: auto;
}

#tyui p {
	font-size: 25px;
	text-align: center;
	color: #ffffff;
}

#topick {
	min-height: 310px;
	background-color: #87cefa;
	width: 1162px;
	margin: auto;
}

#topick2 {
	background-color: #ffffff;
	width: auto;
	min-height: 270px;
	margin: 15px;
	padding: 5px;
}

#topickgazo {
	margin: 10px;
}

#topickgazo a {
	text-align: center;
	display: block;
	margin-top: 5px;
}

#topickgazo img {
	width: 250px;
	transition: all  0.5s ease;
}

#topickgazo img:hover {
	opacity:0.6;
	transition:0.5s;
}

#topick2 h2 {
	margin-top: 5px;
	margin: 10px;
	text-align: center;
}

#TNav {
	border: solid 1px;
	width: 530px;
	height: 230px;
	margin: 15px;
}

#TNav h3 {
	margin: 5px;
	padding-bottom: 0px;
}

#TNav p {
	width: 290px;
	display: flex;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#TNav h4 {
	width: 290px;
	display: flex;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#TNav h5 {
	width: 290px;
	display: flex;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#helpcenter {
	border: solid 1px;
	width: 350px;
	margin-left: 15px;
}

#UTNav {
	width: 1152px;
	margin: auto;
}

#nav a {
	font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

nav {
	display: block;
}

#nav {
	list-style: none;
	overflow: hidden;
}

#nav li {
	width: 170px;
	text-align: center;
	background-color: #0000cd;
	float: left;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	border: solid 1px #ffffff;
	transition: all  0.3s ease;
}

#nav li:hover {
	background-color: #4169e1;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0px;
}

#nav ul {
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
}

body {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display:flex;
    flex-flow: column;

}

#quickArea {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 460px;
    background: #333333;
    margin-right: 7px;
    margin-left: 7px;
}

#quickEmergency h2 {
	color: #ffffff;
	padding-left: 7px;
	margin: 10px;
	margin-bottom:10px;
	font-size: 20px;
}

#information h2 {
	color: #000000;
	padding-left: 7px;
	margin: 10px;
	font-size: 20px;
}

h3 {
	width: 200px;
	height: 35px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#quickEmergency {
	display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 426px;
    background: #333333;
    margin: 15px;
    padding: 7px;
    flex-direction: column;
}

#quickEmergency h2 {
	width: 130px;
}

#unkoushosai {
	background-color: #ffffff;
	display: block;
	float: right;
	text-align: center;
	margin-left: 110px;
	margin-top: 0px;
	height: 40px;
	width: 150px;
	border-radius: 30px;
}

#unkou1 {
	background-color: #ffffff;
	height: 95px;
	display: inline-block;

}

#unkou1 a p {
	font-size: 15px;
	padding-left: 7px;
	margin: 7px;
	background-color: black;
	height: 30px;
	align-items: center;
	display: flex;
}

#unkou2 {
	background-color: #ffffff;
	height: 95px;
	display: inline-block;
	margin-left: 12px;

}

#unkou2 a p {
	font-size: 15px;
	padding-left: 7px;
	margin: 7px;
	background-color: black;
	height: 30px;
	align-items: center;
	display: flex;
}

.red {
	color: #ff0000;
}

.green {
	color: #00ff00;
}

div {
	float:left;
}

#oshirase p {
	padding-left: 15px;
}

#information {
	background-color: #d3d3d3;
	width: 1172px;
	margin: auto;
}

#oshirase {
	background-color: #ffffff;
	width: 510px;
	margin: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
	max-width: 500px;
	height: 850px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

#oshirase h2 {
	border-bottom: 1px solid #0000ff;
	margin-bottom: 0px;
}

footer {
	background-color: #0000ff;
	padding-top: 10px;
	padding-left: 20px;
	color: #ffffff;
	width: 1152px;
	margin: auto;
}

footer p {
	color: #ffffff;
	padding-left: 20px;
	padding-top: 30px;
}

footer a {
	color: #ffffff;
	margin: 5px;
}

footer ul li {
	list-style-type: none;
}

#Fnav {
	padding-left: 10px;
}

ul#Fnav li {
	float: left;
	padding-left: 5px;
	font-size: 13px;
}

#tikatetu h3 {
	font-size: 13px;
	border: solid 2px #ff0000;
	text-align: center;
	height: 15px;
	width: 120px;
	margin-left: 15px;
	padding-top: 1px;
	float: left;
}

#tikatetu h4 {
	font-size: 14px;
	padding-left: 1SWpx;
	margin: 1px;
	margin-top: 7px;
	width: 270px;
	text-align: center;
}

#tikatetu p {
	margin-bottom: 5px;
	margin-left: 0px;
}

#tikatetu a {
	display: block;
	margin-left: 15px;
	width: 120px;
}

#tikatetu {
	width: 480px;
	border-bottom: dotted 1px #000000;
	margin-left: 10px;
	margin-right: 10px
	margin-top: 5px;

}

#shibasu h3 {
	font-size: 13px;
	border: solid 2px #0000ff;
	text-align: center;
	height: 15px;
	width: 120px;
	margin-left: 15px;
	padding-top: 1px;
	float: left;
}

#shibasu h4 {
	font-size: 14px;
	padding-left: 1SWpx;
	margin: 1px;
	margin-top: 7px;
	width: 270px;
	text-align: center;
}

#shibasu p {
	margin-bottom: 5px;
	margin-left: 0px;
}

#shibasu a {
	display: block;
	margin-left: 15px;
	width: 120px;
}

#shibasu {
	width: 480px;
	border-bottom: dotted 1px #000000;
	margin-left: 10px;
	margin-top: 5px;

}

#joshaken h3 {
	font-size: 13px;
	border: solid 2px #008000;
	text-align: center;
	height: 15px;
	width: 120px;
	margin-left: 15px;
	padding-top: 1px;
	float: left;
}

#joshaken h4 {
	font-size: 14px;
	padding-left: 1SWpx;
	margin: 1px;
	margin-top: 7px;
	width: 270px;
	text-align: center;
}

#joshaken p {
	margin-bottom: 5px;
	margin-left: 0px;
}

#joshaken a {
	display: block;
	margin-left: 15px;
	width: 120px;
}

#joshaken {
	width: 480px;
	border-bottom: dotted 1px #000000;
	margin-left: 10px;
	margin-top: 5px;
}

#kotukyoku h3 {
	font-size: 13px;
	border: solid 2px #ffa500;
	text-align: center;
	height: 15px;
	width: 120px;
	margin-left: 15px;
	padding-top: 1px;
	float: left;
}

#kotukyoku h4 {
	font-size: 14px;
	padding-left: 1SWpx;
	margin: 1px;
	margin-top: 7px;
	width: 270px;
	text-align: center;
}

#kotukyoku p {
	margin-bottom: 5px;
	margin-left: 0px;
}

#kotukyoku a {
	display: block;
	margin-left: 15px;
	width: 120px;
}

#kotukyoku {
	width: 480px;
	border-bottom: dotted 1px #000000;
	margin-left: 10px;
	margin-top: 5px;
}

#sonota h3 {
	font-size: 13px;
	border: solid 2px #808080;
	text-align: center;
	height: 15px;
	width: 120px;
	margin-left: 15px;
	padding-top: 1px;
	float: left;
}

#sonota h4 {
	font-size: 14px;
	padding-left: 1SWpx;
	margin: 1px;
	margin-top: 7px;
	width: 270px;
	text-align: center;
}

#sonota p {
	margin-bottom: 5px;
	margin-left: 0px;
}

#sonota a {
	display: block;
	margin-left: 15px;
	width: 120px;
}

#sonota {
	width: 480px;
	border-bottom: dotted 1px #000000;
	margin-left: 10px;
	margin-top: 5px;
}

#saiyou {
	background-color: #ffffff;
	width: 360px;
	height: 179px;
	margin: 15px;
	margin-left: 15px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

#saiyou img:hover {
	opacity:0.6;
	transition:0.5s;
}

#saiyou img {
	width: 356.60px;
	height: 166.40px;
	margin: 7px;
	transition: all  0.5s ease;
}

#SNS {
	background-color: #ffffff;
	width: 257px;
	height: 129px;
	margin: 15px;
	margin-left: 15px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

#SNS img:hover {
	opacity:0.6;
	transition:0.5s;
}

#SNS img {
	width: 242.00px;
	height: 115.00px;
	margin: 7px;
	transition: all  0.5s ease;
}

#kokokushosai {
	background-color: #ffffff;
	width: 257px;
	height: 129px;
	margin: 15px;
	margin-left: 15px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

#kokokushosai img:hover {
	opacity:0.6;
	transition:0.5s;
}

#kokokushosai img {
	width: 242.00px;
	height: 115.00px;
	margin: 7px;
	transition: all  0.5s ease;
}

#kokoku {
	background-color: #1e90ff;
	min-height: 330px;
	position: relative;
	width: 1172px;
	margin: auto;

}

#kokoku2 {
	background-color: #ffffff;
	margin: 15px;
	padding-right: 15px;
	height: auto;
	width: auto;
	min-height: 300px;
}

#kokoku2 h4 {
    text-align: center;
	margin-bottom: 3px;
	margin-top: 10px;
	font-size: 20px;
}

#kokoku2 p {
	text-align: center;
	margin-top: 2px;
}

#kokokugazo1 img {
	margin-left: 15px;
}

#gazo {
	margin-left: 100px;
}

#hNav {
	background-color: #d3d3d3;
	height: 300px;
	width: 1172px;
	margin: auto;
}

#Fmozi {
	width: 1152px;
	margin: auto;
}

#Ushosai {
	background-color: #4169e1;
	color: #ffffff;
	display: block;
	height: 35px;
	width: 170px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	height: 25px;
	padding-top: 5px;
	text-decoration:none;
	transition : 0.5s;
	border-radius: 10px;
}

#Ushosai:hover {
	background-color: #0000ff;
	transition : 0.5s;
}