@charset "utf-8";

/*--------------------
	contents
--------------------*/
#hukidasi {
	position: relative;
	width: 100%;
	text-align: center;
}
#hukidasi div{
	position: relative;
	display: inline-block;
	min-height: 1px;
}
#hukidasi div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#hukidasi div a {
	animation:1s ease-in 0s infinite alternate forwards running expansion;
}
#hukidasi div a:hover {
	animation: none;
}
@keyframes expansion{
	0%{
		transform: scale(0.9,0.9);
	}
	100%{
		transform: scale(1,1);
	}
}

#hukidasi img#qr_capai {
	position: absolute;
	bottom: 15px;
	left: 50px;
}

.hakase {
	width: 25%;
	margin: 10px;
	padding: 20px 0 20px 20px;
	color: #1e4778;
	font-size: 18px;
	font-weight: bold;
	border: 3px #1e4778 solid;
	border-radius: 15px;
	background: url(/img/land/land_ikebukuro.png) no-repeat bottom right #fff;
}
.hakase p {
	margin-right: 85px;
}

.top_hikun {
	width: 33%;
}
.top_hikun a {
	float: left;
	transition: 0.5s;
	padding: 102px 140px;
	background: url(/img/land/land_left.png) no-repeat left;
	background-size: cover;
}
.top_hikun img {
	float: right;
	margin-top: -50px;
}

.top_wakuchi {
	width: 28%;
	text-align: center;
}
.top_wakuchi a {
	display: block;
	transition: 0.5s;
	padding: 127px 154px;
	background: url(/img/land/land_center.png) no-repeat;
	background-size: auto;
}
.top_wakuchi img {
	margin-top: 10px;
}

.top_miku {
	width: 33%;
}

.top_miku a{
	float: right;
	transition: 0.5s;
	padding: 101px 140px;
	background: url(/img/land/land_right.png?v=2) no-repeat top;
	background-size: auto;
}
.top_miku img {
	float: left;
}

.top_kanki a {
	position: absolute;
	transition: 0.5s;
	background-size: auto;
}
.top_kanki .link_capai {
	left: -285px;
    padding: 103px 160px;
	background: url(/img/land/land_capai.png) no-repeat;
}
.top_kanki .link_cap {
	padding: 103px 169px;
	background: url(/img/land/land_cap.png) no-repeat;
}

.top_kanki img {
	float: left;
}

#news_topics {
	padding: 20px;
	border: #1e4778 2px solid;
	color: #1e4778;
	border-radius: 15px;
	background: #fff;
}
#news_topics h3 {
	margin: 0;
}
#news_topics p {
	margin-top: 10px;

}
#news_topics ul li {
	list-style: square;
}



/*--------------------------------------
	covid_qa link contents
--------------------------------------*/
section #qa_link ul{
	margin-left: 0;
}

#qa_link li {
	width: 80%;
	margin: 5px auto;
}

#qa_link .submenu li {
	width: 95%;
}

#qa_link .js_menu {
	border: 2px solid #56b842;
}
#qa_link .menu .js_menu {
	color: #000;
}
#qa_link span {
	font-size: 18px;
	font-weight: bold;
}
#qa_link .menu .js_menu:hover {
	color: #fff;
}

.submenu {
	display: none;
	list-style: none;
	background: #fff;
}
.submenu li {
	width: 95%;
	padding: 5px;
}

#qa_link li a {
	cursor: pointer;
	display: block;
	padding: 10px;
	color: #1e4778;
	text-decoration: none;
	border: 2px solid #1e4778;
	border-radius: 10px;
	background: #ffffff;
}
 
#qa_link li a:hover {
    color:#fff;
    background:#56b842;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
 
#qa_link li p.active {
	padding: 10px;
    color:#fff;
	font-weight: bold;
	border: 2px solid #1e4778;
	border-radius: 10px;
    background:#56b842;
}
#qa_link li p.active::after {
	content: "現在のページ";
	font-weight: normal;
	color: #fff;
	font-style: italic;
}
