/** challenge **/
.earth_area{
	position: absolute;
}
.earth_area p{
	text-align: left;
	margin: 10px 0;
	font-weight: bold;
	color:#001965;
	font-size: 1.6rem;
}
.earth{
  position: relative;
}
.pie {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.img_earth{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
	z-index: 1000;
}
.pie span {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
}
.note .strong{
	font-weight: 700;
	font-size: 1.8rem;
	color:#001965;
}
.bg_blue{
	padding:20px 0;
  background: 
  linear-gradient(135deg, #F2F2F2 25%, transparent 25%) -50px 0,
  linear-gradient(225deg, #F2F2F2 25%, transparent 25%) -50px 0,
  linear-gradient(315deg, #F2F2F2 25%, transparent 25%),
  linear-gradient(45deg, #F2F2F2 25%, transparent 25%); 
  background-size: 2em 2em;
  background-color: #EDEDED;
}
.mapArea{
	max-width: 90%;
	margin: 0 auto 50px ;
	position:static;
}
/* SVG調整用 */
.cls-1 {
	fill: #fff;
}
.cls-2 {
	fill: #d2d2d3;
}
.cls-3 {
	fill: #f7f8f8;
	/* stroke: #231815; */
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: .5px;
}

/* 距離別SVG用 */
.dist-0{
	fill: #009DD9;
}
.dist-100{
	fill: #0B88C5;
}
.dist-200{
	fill: #316EA1;
}
.dist-300{
	fill: #4D78CE;
}
.dist-400{
	fill: #4A4A99;
}
.dist-500{
	fill: #14346D;
}

/* 日本地図 */
.summaries{
	position: relative;
	top: 0;
	left: 0;
}
.total{
	margin: 0 0 10px 0;
}
.total .num,
.remaining .num{
	font-family:'Apis-Black';
	font-weight: 900;
	color: #14346D;
	font-size: 2.4rem;
	text-shadow    : 
       2px  2px 2px #FFF,
      -2px  2px 2px #FFF,
       2px -2px 2px #FFF,
      -2px -2px 2px #FFF,
       2px  0px 2px #FFF,
       0px  2px 2px #FFF,
      -2px  0px 2px #FFF,
       0px -2px 2px #FFF;
}

.total .num span{font-size: 3.2rem;}
.remaining .num span{font-size: 2.8rem;}

.goal_belt{
	background:#14346D;
	color: #FFF;
	text-align: center;
	padding:10px 0;"
	font-family: 'Apis', 'Noto Sans JP', sans-serif ;
	font-weight: 900;
	font-size: 4.2rem;
	letter-spacing:5px;
}

.goal{
	color: #10356d;
	font-size: 3.2rem;
	font-weight: 900;
}
/* 日本地図 */
.japanMap{
	width: 100%;
	margin:20px auto 0 auto;
}
.character{
	float: right;
	width: 145px;
	margin: 50px 0 0 0;
}
.character2{
	display: none;
}
.placeArea{
	position: relative;
	background: #FFF;
	border-radius: 10px;
}
.placeTitle{
	background: #00A0E9;
	text-align: center;
	color: #FFF;
	padding: 5px 0;
	margin: 0 0 20px 0;
	z-index: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.doctor{
   position: absolute;
   right: 0;
   top: -40px;
   width: 80px;
   z-index: 100;
}

/* km表記 */
ul.kmArea{
	display: flex;
	margin: 0 0 80px 0;
	width: 100%;
	max-width: 420px;
}
ul.kmArea li{
	width: calc(100%/6);
	text-align: center;
	color: #FFF;
	padding: 3px;
}
ul.kmArea li:not(:first-child){
	border-left: solid 1px #FFF;
}
.km_dist-0{background: #009DD9;}
.km_dist-100{background: #0B88C5;}
.km_dist-200{background: #316EA1;}
.km_dist-300{background: #4D78CE;}
.km_dist-400{background: #4A4A99;}
.km_dist-500{background: #14346D;}

@media (min-width: 640px){
	.earth{
	  position: relative;
	  margin-top:-140px;
	  margin-left: 250px;
	}
	.earth_area p{
		font-size: 2.4rem;
	}
	.pie {
		position: absolute;
		margin-right: auto;
		margin-left: auto;
		width: 170px;
		height: 170px;
		border-radius: 50%;
	}
	.img_earth{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 150px;
		height: 150px;
		z-index: 1000;
	}

	.total .num span{font-size: 4.8rem;font-weight:bold;}
	.remaining .num span{font-size: 3.2rem;font-weight:bold;}

	.goal{
		font-size: 4.2rem;
	}
	.character{
		display: none;
	}
	.character2{
		margin: -20px auto 5px;
		width: 150px;
		float: right;
		display: block;
	}
}

/***　PC 1080px以上　***/
@media (min-width: 1080px){
	.earth{
	  position: relative;
	  margin-top:-140px;
	  margin-left: 240px;
	}
	.pie {
		width: 180px;
		height: 180px;
	}
	.img_earth{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 160px;
		height: 160px;
	}

	.bg{
		margin: 0 auto;
		max-width: 1280px;
	}
	.note{
		text-align: center;
	}
	.japanMap{
		margin:-170px 0 30px 0;
	}
	.doctor{
	   position: absolute;
	   right: 0;
	   top: -60px;
	   width: 100px;
	}
	.placeArea{
		font-size: 90%;
	}
	.character2{
		width: 200px;
		margin:-100px 20px 0 0;
	}
}


