@charset "utf-8";

/*--------------------
	contents
--------------------*/
.hakase {
	width: 90%;
	margin: 10px 5px 0;
	padding: 25px 0 25px 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;
}

/*--------------------
	#speech‗bubble
--------------------*/

#speech‗bubble {
	width: 90%;
    margin: auto;
}

#speech‗bubble > div {
	margin: 20px auto;
}
#speech‗bubble > div::after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#speech‗bubble div img{
    margin: 10px auto;
}
#speech‗bubble div:nth-last-of-type(3) img {
	float: left;
}
#speech‗bubble div:last-of-type img {
	z-index: -2;
}

#speech‗bubble a {
	color: black;
	text-decoration: none;
}

#speech‗bubble div a p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#speech‗bubble p b{
	font-size: 1.3em;
	color: #007635;
}
#speech‗bubble .left_speech‗bubble p b {
	color: #ff0000;
}

#speech‗bubble div.cap_link {
	position: relative;
}

#speech‗bubble .right_speech‗bubble p,
#speech‗bubble .left_speech‗bubble p {
	border: #1e4778 2px solid;
    border-radius: 10px;
    background: #fff;
}

/*----- right_speech‗bubble -----*/
#speech‗bubble .right_speech‗bubble {
	float: right;
	width: 70%;
}

#speech‗bubble .right_speech‗bubble div {
	width: 0;
	height: 0;
	margin: 40px 0 0;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #1e4778 transparent transparent;
}

.right_speech‗bubble p {
    margin: -55px 0 0 19px;
	padding: 20px 15px 20px;
	text-align: center;
	font-size: 16px;
}
.cap_link .right_speech‗bubble {
    position: relative;
}
.cap_link .right_speech‗bubble  div {
	border-width: 50px 43px 0px 0px;
}
.cap_link .right_speech‗bubble p {
	margin: 0 0 0 15px;
	padding: 10px 15px 10px;
}
.cap_link .right_speech‗bubble::before {
	content: "";
    position: absolute;
    top: 65px;
    left: -9px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 25px solid #1e4778;
    border-bottom: 15px solid transparent;
}

/*----- left_speech‗bubble -----*/
.left_speech‗bubble {
	float: left;
	width: 70%;
}

.left_speech‗bubble p {
	float: right;
    width: 75%;
    margin: -45px 24px 0 0;
    padding: 20px;
    text-align: center;
    font-size: 16px;
}

/*-----common speech‗bubble -----*/
.left_speech‗bubble div {
	float: right;
	width: 0;
	height: 0;
	margin: 40px 5px -15px;
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #1e4778;
}

/*----- animations speech‗bubble -----*/
#speech‗bubble p span {
	display: inline-block;
}
#speech‗bubble .right_speech‗bubble span {
	animation:2s ease-in 0s infinite alternate forwards running pointotop;
}

#speech‗bubble .left_speech‗bubble span {
}
#speech‗bubble div:last-of-type .right_speech‗bubble span {
	padding: 5px 35px;
	background: url(/img/land/sp_wind1.png) no-repeat center 50px;
	animation:3s ease-in 0s infinite alternate forwards running wind;
}
#speech‗bubble div:last-of-type .right_speech‗bubble img {
	z-index: 0;
}
@keyframes pointotop{
	0%{
		transform: scale(0.9,0.9);
	}
	100%{
		transform: scale(1.1,1.1);
	}
}

@keyframes wind{
	0%{
		background: url(/img/land/sp_wind1.png) no-repeat center;
	}
	35%{
		background: url(/img/land/sp_wind2.png) no-repeat center;
	}
	65%{
		background: url(/img/land/sp_wind1.png) no-repeat center;
	}
	100%{
		background: url(/img/land/sp_wind2.png) no-repeat center;
	}
}

/*--------------------------------------
	#news_topics
--------------------------------------*/
#news_topics {
	padding: 10px;
	margin: 0 5px;
	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 {
	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;
}