@charset "utf-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------ */
@import url("common.css");


/*------------------------------------------------------------
  pandemic
------------------------------------------------------------ */



#pandemic h3{
	color: #14af8a;
}
#pandemic h4,
#credit h4,#SDGs h4{
	background: url(../../approach/img/title_bg.gif) no-repeat 0 0;
	height: 40px;
	padding: 12px 0 0 0;
	margin: 20px 0 10px 0px;
	font-size: 26px;
}
#pandemic .left{
	width: 438px;
	padding-right: 0px;
	clear: both;
}
#pandemic .left #group {
}
.lead02 {
	font-size: 16px;
	line-height: 1.6;
	margin: 0px 0 5px 0;
}
#pandemic .left #group{
	margin: 20px 0 50px 0;
	font-size: 16px;
}

#group table{
	font-size: 16px;
}
#group table tr{
	border-bottom: solid 3px #fff;
}

#group table tr th {
	width: 110px;
	height: 45px;
	vertical-align: middle;
	background-color: #d9e7f6;
}
#group table tr td {
	padding: 5px 0px 0px 10px;
	vertical-align: middle;
}
#group table tr .g01 {
	background-color: #a3c7e9;
}
#group table tr .g02 {
	background-color: #76b1e0;
}

/*------------------------------------------------------------
  flu
------------------------------------------------------------ */
#flu{
	float:left;
	margin: 0 30px 40px 0;
	
}
#flu .plan{
	float:left;
	font-size: 16px;
	margin: 0 0 20px 0;
}

#flu p .guide a:hover{
	color: #00B18A;
}
#flu p .guide{
	text-decoration: underline;
}

#flu .plan ul .flu01 {
	padding: 5px 10px; 
	background-color: #ecf2fa;
}
#flu .plan ul .flu02 {
	padding: 5px 0 5px 10px; 
	background-color: #76b1e0;
}
#flu p{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 5px;
}


/*bcp*/
#flu #bcp {
	clear: both;
	font-size: 16px;
}
#bcp .lead03 {
	width: 1014px;
	padding: 5px 0px 5px 10px; 
	background-color: #ecf2fa;
	font-size: 16px;
}  

/*bcp table*/
#bcp table{
	width: 1024px;
	font-size: 16px;
	border-collapse:collapse;
}

#bcp table th,
#bcp table td
{
	border: 2px solid #76B1E0;
}

#bcp table th{
	text-align: left;
	padding: 5px 10px; 

}
#bcp table td{
	vertical-align: middle;
	padding: 5px 10px; 
}


#bcp table tr .item {
	background-color: #77B1E0;
}
#bcp table tr .disaster {
	
	background-color: #D0E370;
}
#bcp table tr .flu {
	background-color: #B376AB;
}
#bcp table tr .i {
	width: 150px;
}
#bcp table tr .d {
	background-color: #F9FAEB;
}
#bcp table tr .f {
	background-color: #F3EAF2;
}
/*#bcp table tr .d .green{
	color: #CFE470;
}
#bcp table tr .f .purple{
	color: #B376AB;
}*/


#flu .caution {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*------------------------------------------------------------
  credit
------------------------------------------------------------ */
#credit{
	float: left;
	margin: 0 0px 20px 0;
}

#credit .credit,
#credit p,#SDGs p{
	margin-bottom: 20px;
	font-size: 16px;
}

span.circle_g img {
	vertical-align: top;
}

sub {
	font-size: 12px;
}


#flu .capture {
	font-size: 12px;
	margin: 5px 0 35px 0;

	
}
/*------------------------------------------------------------
  SDGs
------------------------------------------------------------ */
#SDGs{
	float: left;
	margin: 0 0px 20px 0;
  width:100%;
}
#SDGs a {
  background-image: url(../../approach/img/SDGs_arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  padding-right: 20px;
}
#SDGs a:hover{
  opacity: 0.7;
  transition: 0.3s;
}