@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000000;
	background-color: #ffffff;
}

img {
	vertical-align: bottom;
}

a:hover img {
	opacity: 0.7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	filter: alpha(opacity=60);
	transition: all 0.4s;
}

a {
	text-decoration: none;
	color: #435ea9;
}

a:hover {
	text-decoration: none;
	color: #0E2D96;
	transition: 0.3s all;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/******* 地図成形 *******/
#category div div.area div {
	border: 1px #ffffff solid;
	text-align: center;
	font-size: 14px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	/* 縦方向中央揃え */
	-webkit-align-items: center;
	/* 縦方向中央揃え（Safari用） */
	justify-content: center;
	/* 横方向中央揃え */
	-webkit-justify-content: center;
	/* 横方向中央揃え（Safari用） */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	position: absolute;
	box-sizing: border-box;
	transition: 0.2s;
}

#category div div.area div:hover {
	opacity: 0.5;
	transition: 0.2s;
}

#category {
	display: block;
	width: 100%;
	height: auto;
	background-color: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#category p.area-title {
	display: none;
}

#category div div.area {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#category div div.area div {
	display: block;
	border-radius: 0px;
	position: static;
	/* height: auto; */
	font-size: 16px;
	width: 100%;
	padding: 0.5em 0.3em 0.5em 0.3em;
}

/* 九州・沖縄 */

#eigyo {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 0px;
}

#sekyaku {
	width: 50px;
	height: 50px;
	left: 51px;
	top: 0px;
}

#jimu {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 0px;
}

#iryo {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 50px;
}

#kaigo {
	width: 50px;
	height: 100px;
	left: 51px;
	top: 50px;
}

#denki {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 100px;
}

#kikai {
	width: 68px;
	height: 49px;
	left: 83px;
	top: 150px;
}

#kenchiku {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 197px;
}

#word {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	/* height: auto; */
	position: static;
	margin-left: 0px;
	margin-right: 0px;
}

#word div.area div {
	background-color: #4070ff;
	color: #ffffff;
}

.width-parcent {
	width: 25% !important;
	/* height: 40px !important; */
}

.font-size10 {
	font-size: 10px;
}

@media screen and (max-width: 650px) {
	.width-parcent {
		width: 33% !important;
		height: 40px;
	}

	.font-size {
		font-size: 12px;
	}
}

@media screen and (max-width: 450px) {
	.width-parcent {
		width: 50% !important;
	}

	.font-size {
		font-size: 10px;
	}
}