body {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
}
.world {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 34.5%;
	overflow: hidden;
}
/*#svg-world {*/
.world svg {
	position: absolute;
	/*transition: transform 1s cubic-bezier(0, 0, 0.58, 1.0);*/ /*cubic-bezier(0.190, 1.000, 0.220, 1.000);*/
	transition: transform 1s ease;
	width: 100%;
	height: auto;
	top: 0;
	backface-visibility:hidden; /* Firefox対応 */
}
.world svg #Japan path:first-child {
	fill: #fff !important;
}
/*
.Japan {
	transform: scale(3.1) translate(4%, 9%);
}
.America {
	transform: scale(3.1) translate(-29%, 11%);
}
.India {
	transform: scale(3.1) translate(20%, 0);
}
.Bhutan {
	transform: scale(3.1) translate(-3.7%, 2%);
}
.Bangladesh{
	transform: scale(3.1) translate(-3.7%, -0.5%);
}

.Srilanka {
	transform: scale(3.1) translate(-1%, -10%);
}
.Mozambique {
	transform: scale(3.1) translate(13%, -25%);
}
.South-sudan {
	transform: scale(3.1) translate(15%, -5%);
}
.Azerbaijan {
	transform: scale(3.1) translate(9.3%, 9.6%);
}
*/
/* 中心赤点 */
/*
.mark-point {
	position: absolute;
	height: 2px;
	width: 2px;
	top: 50%;
	left: 50%;
	background-color: red;
}
*/
.tips {
	display: none;
	/*opacity: 0;*/
	position: absolute;
	top: 10px;
	left: 10%;
	transition: opacity 0.5s;
}

.tips_show {
	display: block;
	/*opacity: 1;*/
}

/*
.tips ul {
	width: 80%;
	margin: 0 auto;
}
.tips li {
	display: inline-block;
	margin-right: 5px;
}*/
.tips p {
	background-color: #eec82e;
	border-radius: 25px;
	padding: 5px 30px;
	margin-bottom: 0;
	font-family: 'Oswald', 'Noto Serif Japanese';
	font-size: 16px;
	color: #111;
	text-align: center;		
}
.icon-worldmap {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.icon-worldmap img {
	width: 50px;
}
.icon-worldmap p {
	font-family: 'Oswald';
	font-size: 13px;
	color: #48bec2;
	text-align: center;
	transform: translateZ(0);
}
.tooltip-country {
	display: block;
	position: absolute;
	width: fit-content;
	top: 100px;
	left: 100px;
	transition: opacity 0.5s; 
	opacity: 0;
	background-color: #eec82e;
	border-radius: 25px;
	padding: 1px 15px 2px 13px;
	font-size: 14px;
}
.tooltip-show {
	opacity: 1;
}

@media (max-width: 767px) {
	.world {		
		height: 390px;
		padding-top: 0;
		/*background-color: aquamarine;*/
		overflow: auto;
	}
	.world-inner {
		position: absolute;
		/*overflow-x: scroll;*/
		/* overflow-y: hidden; */
		/*overflow-y: scroll;*/
		/*background-color: antiquewhite;*/
		width: 100%;
		height: 390px;
		overflow-x: scroll;
		overflow-y: scroll;	
	}
	.world-inner::-webkit-scrollbar { /* スクロールバーを消す */
		display:none;
	}
	.world svg {
		position: relative;
		width: 300%;
		transition: transform 0s ease;
		transform-origin: top left;
	}
/*	
	//スマホ
	.India {  
		transform: scale(3.1) translate(-24%, -35%);
	}
	.Japan {
		transform: scale(3.1) translate(-41%, -25%);
	}
	.America {
		transform: scale(3.1) translate(-75%, -25%);
	}
	.Brasil {
		transform: scale(3.1) translate(-87%, -55%);
	}	
	.Guinea{
		transform: scale(3.1) translate(0%, -45%);
	}
*/
}



.search-box {
	margin: 0 auto;
}
.search-criteria-box{
	display: none;
}
.search-criteria-tit {
	background-color: #f6fbfb;
}
.search-criteria-tit a {
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 15px 0 15px 40px;
	font-size: 20px;
	color: #111;
	line-height: 1;
}
.search-criteria-tit a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 50px;
	background: url("/wp-content/themes/ichijiki/images/know/icn_btn_close.png") no-repeat;
	background-size: 100%;
	background-position-y: 10px;
}
.search-criteria-tit.open a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 50px;
	background: url("/wp-content/themes/ichijiki/images/know/icn_btn_open.png") no-repeat;
	background-size: 100%;
	background-position-y: 10px;
}
.search-country, .search-year {
	display: flex;
	width: 85%;
	margin-left: 10%;
	padding-top: 30px;
}
.search-year {
	padding-top: 20px;
}
.select-country, .select-year {
	display:block;
	min-width: 120px;
	font-size: 18px;
	font-weight: 400;
	margin-left: 20px;
}
.select-country:after, .select-year:after {
	content: '';
	display: block;
	background: #111;
	height: 2px;
	width: 50px;
	margin-top: 8px;
}

.search-country ul, .search-year ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.search-country li, .search-year li {
	margin-right: 7px;
	margin-bottom: 7px;
}
.search-country li a, .search-year li a {
	display: block;
	min-width: 120px;
	background-color: #f1f1f1;
	border-radius: 25px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	color: #111;
	padding: 6px 0;
}
.search-country li a:hover {
	background-color: #48bec2;
	color: #fff;
}
.search-country li a.select {
	background-color: #48bec2;
	color: #fff;
}

.search-year li a:hover, .search-year li a.select {
	color: #fff;
}
.search-year li:nth-child(1) a:hover, .search-year li:nth-child(1) a.select {
	background-color: #48bec2;
}
.search-year li:nth-child(2) a:hover, .search-year li:nth-child(2) a.select {
	background-color: #29abe2;
}
.search-year li:nth-child(3) a:hover, .search-year li:nth-child(3) a.select {
	background-color: #0abc27;
}
.search-year li:nth-child(4) a:hover, .search-year li:nth-child(4) a.select {
	background-color: #d9e021;
}
.search-year li:nth-child(5) a:hover, .search-year li:nth-child(5) a.select {
	background-color: #e58c17;
}
.search-year li:nth-child(6) a:hover, .search-year li:nth-child(6) a.select {
	background-color: #dd3646;
}

.btn-search a {
	/*display: block;*/
	display: none;
	width: 260px;
	border: 2px solid #48bec2;
	background-color: #fff;
	border-radius:25px;
	margin: 20px auto 0 auto;
	padding: 12px 0;
	line-height: 1;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #48bec2;

}
.btn-search a:hover {
	background-color: #48bec2;
	color: #fff;
}


@media (max-width: 767px) {
	.search-criteria-tit a {
		width: 90%;
	}
	.search-criteria-box {
		display: none;
	}
	.search-country, .search-year {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.select-country, .select-year {
		/*text-align: center;*/
		margin-bottom: 15px;
		margin-left: 10px;
		padding-left: 0;
	}
	.search-country ul, .search-year ul {
		justify-content: center;
	}
	.search-country li, .search-year li {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.search-year li a {
		min-width: 100px;
		border-radius: 10px;
		font-size: 11px;
		padding: 10px 0;
	}
	.search-country li a {
		min-width: 100px;
		border-radius: 10px;
		font-size: 11px;
		padding: 5px 0;
	}
}

/*
@font-face {
 font-family: 'Roboto-Light';
 font-style: normal;
 font-weight: normal;
 src: url('./font/Roboto-Light.eot');
 src: url('./font/Roboto-Light?#iefix') format('embedded-opentype'),  url('./font/Roboto-Light.woff') format('woff'),  url('./font/Roboto-Light.ttf') format('truetype');
}*/
.total-box {
	width: 80%;
	margin: 10px auto 0 auto;
}		
.total-tit {
	text-align: right;
	font-size: 16px;
}
.total-tit span {
	padding: 0 3px 2px 3px;
	background: linear-gradient(transparent 60%, #eec82e 60%);
	letter-spacing: 2px;
}
.total-value-box {
	text-align: right;
	line-height: 1;
}
.total-value {
	font-family: 'Oswald';
	/*font-family: 'Roboto-Light';*/
	font-size: 52px;
	color: #666;
}
.total-value:before {
	content: '￥';
	font-family: 'Oswald';
	/*font-family: 'Roboto-Light';*/
	font-size: 30px;
}
.table-result {
	box-sizing: border-box;
	width: 80%;
	margin: 10px auto 0 auto;
	border-collapse: collapse;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	line-height: 1.4;
}
.table-result th {
	background-color: #666;
	color: #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.table-result th:nth-child(1) {
	border-top-left-radius: 12px;
	border-right: 1px dotted #fff;
	width: 60px;
	text-align: center;
}
.table-result th:nth-child(2) {
	border-right: 1px dotted #fff;
	width: 150px;
}
.table-result th:nth-child(3) {
	border-right: 1px dotted #fff;
	width: 40%;
}
.table-result th:nth-child(4) {
	border-right: 1px dotted #fff;
}
.table-result th:nth-child(5) {
	border-top-right-radius: 12px;
	width: 140px;
}
.table-result tbody tr.show {
	display: table-row !important;
}
.table-result tbody td {
	border: dotted 1px #666;
	padding: 0.5em 10px;
}
.table-result tbody td:nth-child(1) {
	text-align: center;
}
.table-result tbody td:nth-child(5) {
	text-align: right;
	padding-right: 10px;
}
.result-none {
	display: none;
	text-align: center;
	margin-top: 40px;
}
.result-none p {
	display: inline-block;
}
@media (max-width: 767px) {
	.table-result {
		width: calc(100% - 20px);
		margin: 20px auto;
		box-sizing: border-box;
	}
}

@media (max-width: 767px) {
	.table-result , .table-result thead, .table-result tbody, .table-result tr, .table-result td {
		display: block;
	}
	.table-result thead tr {
		margin-bottom: 5px;
	}

	.table-result thead th {
		display: none;
	}
	.table-result thead th:nth-child(1) {
		display: block;
		width: 100%;
		border-top-right-radius: 12px;
		border: none;
		font-size: 0;
	}
	.table-result thead th:nth-child(1):after {
		content: "支援事業";
		font-size: 1.6rem;
		line-height: 2.5em;
	}

	.table-result tbody tr {
		margin-bottom: 5px;
		border: dotted 1px #666;
		padding: 0.6em 1em;
	}

	.table-result tbody tr.show {
		display: block !important;
	}
	.table-result tbody td {
		position: relative;
		border: none;
		padding: 0;
	}
	.table-result tbody td:nth-child(1) {
		float: left;
		text-align: left;
		width: fit-content;
		margin-right: 1em;
	}
	.table-result tbody td:nth-child(1):after {
		content: "年";
	}
	.table-result tbody td:nth-child(3) {
		font-weight: bold;
		margin: 5px 0;
	}
	.table-result tbody td:nth-child(4) {
		font-size: 1.4rem;			
	}
	.table-result tbody td:nth-child(4):before {
		content: "支援先 ";
		padding: 0 5px;
		margin-right: 5px;
		background-color: #FFA600;
		color: #fff;
		font-size: 1.3rem;
	}
	.table-result tbody td:nth-child(5) {
		margin-top: 10px;
		padding-right: 0;
	}
	.table-result tbody td:nth-child(5):before {
		content: "￥";
	}
	
	.search-result {
		margin-bottom: 100px;
	}
}	




.page-navigation{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.page-navigation a {
	display: inline-block;
	min-width: 30px;
	margin: 0 2px;
	padding: 6px;
	border: 1px solid #111;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	font-family: 'Oswald', 'Noto Serif Japanese';
	font-size: 14px;
	color: #111;
}
.page-navigation a:hover {
	color: #ffffff;
	background-color: #111;
}
.page-navigation a:first-child, .page-navigation a:last-child {
	background-color: #fff;
	color: #111;
	border: none;
}	
.page-navigation a[data-selected] {
	background-color: #111;
	color: #fff;
}
.page-navigation a[data-off] {
	color: #111;
}
.page-navigation a.disabled{
	visibility: hidden;
	transition: unset;
}
	
.country-tip {
	transition: background-color 1.5s;
}
	
.kira {
	background-color: #ede9d5 !important;  /* ピカッてした時の背景色 */
	transition-duration: 0s; 
}

.sel_con {
	fill: #0058c1 !important;
}

.map-guide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.map-guide img {
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
}

/*
.map-guide{
	display: inline-block;
	position: absolute;
	width: 100px;
	bottom: 100px;
	left: 120px;
	opacity: 0.8;
}
*/





















