@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400&display=swap");

/* 共通設定　はじまり */
*:focus { outline: none !important; }
* { z-index: 1; }
* { box-sizing: border-box; }
.twitter { display: none; }
body {
	font-family: 'Noto Sans JP';
	-webkit-font-smoothing: antialiased;
	font-size: 7px;
	line-height: 1.5;
}

/* 各種タグのデザイン */
p, a  { font-size: 8px; }
h1 a {
	font-size: 2.5em;
	font-weight: normal;
	color: #FAFAFA;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	color: black;
	margin-top: 10px;
}
h3 {
	font-size: 9px;
	font-weight: normal;
	color: black;
	margin-top: 10px;
}
h4 {
	font-size: 8px;
	font-weight: normal;
	color: black;
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #1F1F1F;
	transition: background-color 0.5s;
}
a.a-hover:hover { background-color: #9DBEF6; }
@media screen and (min-width: 768px){
	* { font-size: 12px; }
	p, a { font-size: 16px; }
	h2 { font-size: 18px; }
	h3 { font-size: 17px; }
	h4 { font-size: 16px; }
}
.titleC {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.titleC h3 {
	margin: 0;
	font-size: 18px;
}
.titleC .marker { background-image: linear-gradient(transparent 70%, skyblue 50%); }
@media screen and (min-width: 768px){
	.titleC { height: 50px; }
	.titleC h3 { font-size: 21px; }
}

/* TOPのデザイン */
.head {
	width: 100%;
	height: 50px;
}
.head { background-color: darkgray; }

.header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	height: 100%;
}
.header img, .header h1 { margin-left: 10px; }

/* グローバルナビゲーションの設定 */
.globalNav {
	width: 95%;
	height: 20px;
	margin: 10px 10px 0;
	display: flex;
	justify-content: space-around;
}
.globalNav div {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1.5px solid black;
	position: relative;
}
.globalNav div:last-of-type { border-right: 1.5px solid black; }
.navItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navItem p {
	position: relative;
	z-index: 10;
	font-size: 1.5em;
}
a.d-hover:hover { transition: background-color 0.5s; background-color: #B7D7F7; }
@media screen and (min-width: 768px){ .globalNav { height: 40px; } }
@media screen and (min-width: 950px){
	.globalNav {
		max-width: 950px;
		margin: 10px auto 0;
	}
	.globalNav div {
		padding: 0 30px;
	}
}

/* スライドビュアーの設定 */
.swiper-container {
	width: 100%;
	height: auto;
}
#app {
	width: 90%;
	max-width: 850px;
	height: 90%;
	margin: 30px auto 10px !important;
	padding: 10px 10px !important;
	display: flex;
	justify-content: center;
	border-top: 2px solid darkgray;
	border-bottom: 2px solid darkgray;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet-active { background: darkgray !important; }
.swiper-button-prev { background-image: url(../images/leftarrow.png) !important; }
.swiper-button-next { background-image: url(../images/rightarrow.png) !important;}
.swiper-button-prev, .swiper-button-next { background-size: 18px 32px !important; }
@media screen and (min-width: 768px){ .swiper-wrapper { max-width: 800px; } }

/* 新着情報のデザイン */
.container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 10px auto;
}
.info {
	display: flex;
	justify-content: center;
	width: 80%;
	height: 200px;
}
.info table {
	height: 190px;
	width: 95%;
	align-items: center;
	border-collapse: separate;
	border-radius: 10px;
	border: solid 2px #DEDEDE;
	padding-top: 4px;
	padding-bottom: 5px;
}
.newInfo {
	max-width: 450px;
	display: block;
	overflow-y: scroll;
}
.newInfo::-webkit-scrollbar { width:10px; }
.newInfo::-webkit-scrollbar-track {
	background-color: lightgray;
	border-radius: 100px;
}
.newInfo::-webkit-scrollbar-thumb {
	background-color: darkgray;
	border-radius: 100px;
}
.newInfo th, .newInfo td {
	font-size: 8px;
	font-weight: normal;
	color: #1F1F1F;
	padding: 5px 5px;
	text-align: left;
}
.newInfo th {
	text-align: center;
	width: 30%;
}
@media screen and (min-width: 768px){
	.container { margin: 20px auto; }
	.info {
		width: 45%;
		flex: 1 1 auto;
		justify-content: right;
		height: 400px;
		padding-right: 20px;
	}
	.info table { height: 400px; }
	.new h3 { font-size: 20px; }
	.newInfo th, .newInfo td { font-size: 14px; }
	.twitter {
		display: flex;
		width: 45%;
		flex: 1 1 auto;
		justify-content: left;
		height: 400px;
		padding-left: 20px;
	}
}

/* 事業一覧のデザイン */
.humMenu {
	width: 95%;
	height: auto;
	margin: 10px auto;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.humMenu div {
	width: 47%;
	height: 140px;
	border: 1px solid lightgray;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 10px auto;
}
.humMenu h2 {
	font-size: 12px;
	color: #1F1F1F;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
.humMenu li {
	list-style-type: circle;
	color: #1F1F1F;
	margin-left: 12px;
}
.humMenu a { font-size: 8px; }
a.h-hover { border-bottom: 1px solid darkgray; }
.C9F4D2 .marker { background-image: linear-gradient(transparent 85%, #C9F4D2 50%); }
.C9F4D2 a.h-hover:hover { transition: background-color 0.5s; background-color: #C9F4D2; }
.FA7271 .marker { background-image: linear-gradient(transparent 85%, #FA7271 50%); }
.FA7271 a.h-hover:hover { transition: background-color 0.5s; background-color: #FA7271; }
.FAC6E8 .marker { background-image: linear-gradient(transparent 85%, #FAC6E8 50%); }
.FAC6E8 a.h-hover:hover { transition: background-color 0.5s; background-color: #FAC6E8; }
.FAA06E .marker { background-image: linear-gradient(transparent 85%, #FAA06E 50%); }
.FAA06E a.h-hover:hover { transition: background-color 0.5s; background-color: #FAA06E; }
.F5EE9F .marker { background-image: linear-gradient(transparent 85%, #F5EE9F 50%); }
.F5EE9F a.h-hover:hover { transition: background-color 0.5s; background-color: #F5EE9F; }
.CAD0F3 .marker { background-image: linear-gradient(transparent 85%, #CAD0F3 50%); }
.CAD0F3 a.h-hover:hover { transition: background-color 0.5s; background-color: #CAD0F3; }

@media screen and (min-width: 768px){
	.humMenu {
		max-width: 1000px;
	}
	.humMenu div {
		width: 32%;
		height: 200px;
	}
	.humMenu h2 {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.humMenu li {
		margin-top: 3px;
		margin-left: 22px;
	}
	.humMenu a { font-size: 14px; }
}

/* footerのデザイン */
footer {
	width: 100%;
	height: auto;
	background-color: darkgray;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#address p {
	color: white;
	font-size: 1.5em;
	text-align: center;
	margin-top: 10px;
}
#address a {
	color: white;
	font-size: 1em;
}
div.address {
	color: white;
	font-size: 2em;
	text-align: center;
	margin-top: 10px;
}
.small {
	color: white;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px){
	.invalidLink { pointer-events: none; }
}