@charset "UTF-8";
/* CSS Document */





	
	
/* archive
--------------------- */
#archive {
	width: 100%;
}
	#archive .tab li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48%;
		height: 60px;
		background: #fff;
		font-size: 1.8rem;
		font-weight: 700;
		border-radius: 10px;
		cursor: pointer;
		color: #1B9FFC;
		border: solid 5px #F8FCFF;
		box-shadow: 0px 0px 30px 0px rgba(27,159,252,0.16);
	}
	#archive .tab li.select {
		background: #1B9FFC;
		color: #fff;
		border: none;
		position: relative;
	}
	#archive .tab li.select:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #1b9efc transparent transparent transparent;
		position: absolute;
		bottom: -7px;
		left: 50%;
		margin-left: -10px;
	}


	#archive .content {
		padding-top: 70px;
	}
		#archive .content .hide {
			display: none;
		}
			#archive .content .countrywide .box {
				width: 32%;
				margin-right: 2%;
				margin-bottom: 80px;
				padding: 25px 25px 50px 25px;
				border-radius: 0 0 20px 0;
				border: solid 10px #E5F4FF;
				position: relative;
			}
			#archive .content .countrywide .box:nth-child(3n) {
				margin-right: 0;
			}
				#archive .content .countrywide .box h3 {
					width: 100%;
					font-size: 2.6rem;
					color: #1B9FFC;
					text-align: center;
					position: absolute;
					top: -31px;
					left: 0;
				}

				#archive .content .countrywide .box .txt {
					font-size: 1.5rem;
					font-weight: 700;
					line-height: 1.6em;
				}

				#archive .content .countrywide .box .memo {
					font-size: 1.3rem;
					font-weight: 700;
					line-height: 1.6em;
					margin-top: 20px;
				}

				#archive .content .countrywide .box table {
					width: 100%;
					border-collapse: collapse;
				}
					#archive .content .countrywide .box table th {
						width: 45px;
						border-bottom: solid 1px #1B9FFC;
						font-size: 1.3rem;
						text-align: left;
						padding-top: 15px;
						padding-bottom: 3px;
					}
					#archive .content .countrywide .box table td {
						width: -webkit-calc(100% - 45px);
						width: calc(100% - 45px);
						border-bottom: solid 1px #ddd;
						font-size: 1.3rem;
						text-align: left;
						padding-top: 15px;
						padding-bottom: 3px;
						padding-left: 10px;
					}


				#archive .content .countrywide .box .btn {
					position: absolute;
					bottom: -30px;
					left: 50%;
					margin-left: -110px;
				}


			#archive .content .township .box {
				border: solid 1px #ddd;
				border-radius: 10px;
				margin-bottom: 20px;
			}
				#archive .content .township .box a {
					padding: 20px 30px;
				}
					#archive .content .township .box .prefectures {
						width: 90px;
						display: flex;
						justify-content: flex-start;
						align-items: center;
						font-size: 1.7rem;
						font-weight: 700;
						color: #1B9FFC;
						text-align: left;
					}

					#archive .content .township .box p {
						width: -webkit-calc(100% - 90px);
						width: calc(100% - 90px);
						font-size: 1.5rem;
						line-height: 1.5em;
					}
						#archive .content .township .box p .en {
							font-size: 1.2rem;
							color: #1B9FFC;
						}


					#archive .content .township .box a.pending .prefectures {
						color: #424245;
					}
						#archive .content .township .box a.pending p .en {
							color: #424245;
						}


/* region
--------------------- */
#region {
	width: 100%;
}
	#region .tab li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48%;
		height: 60px;
		background: #fff;
		font-size: 1.8rem;
		font-weight: 700;
		border-radius: 10px;
		color: #1B9FFC;
		border: solid 5px #F8FCFF;
		box-shadow: 0px 0px 30px 0px rgba(27,159,252,0.16);
	}
	#region .tab li a {
		color: #1B9FFC;
	}
	#region .tab li.select {
		background: #1B9FFC;
		color: #fff;
		border: none;
		position: relative;
	}
	#region .tab li.select:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #1b9efc transparent transparent transparent;
		position: absolute;
		bottom: -7px;
		left: 50%;
		margin-left: -10px;
	}
		#region .link-tab li a {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			height: 60px;
			color: #1B9FFC;
		}


	#region .content {
		padding-top: 70px;
	}
		#region .content .hide {
			display: none;
		}

			#region .content .township .box {
				border: solid 1px #ddd;
				border-radius: 10px;
				margin-bottom: 20px;
			}
				#region .content .township .box a {
					padding: 20px 30px;
				}
					#region .content .township .box .prefectures {
						width: 90px;
						display: flex;
						justify-content: flex-start;
						align-items: center;
						font-size: 1.7rem;
						font-weight: 700;
						color: #1B9FFC;
						text-align: left;
					}

					#region .content .township .box p {
						width: -webkit-calc(100% - 90px);
						width: calc(100% - 90px);
						font-size: 1.5rem;
						line-height: 1.5em;
					}
						#region .content .township .box p .en {
							font-size: 1.2rem;
							color: #1B9FFC;
						}


					#region .content .township .box a.pending .prefectures {
						color: #424245;
					}
						#region .content .township .box a.pending p .en {
							color: #424245;
						}





/* wp-pagenavi
---------------- */
.wp-pagenavi {
	clear: both;
	text-align: center;
	font-family: 'Viga', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	padding-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
	background: #eaebeb;
	border: none !important;
	padding: 12px 15px 10px 15px !important;
	margin: 0 1px;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
.wp-pagenavi a:hover{
	color: #FFF; 
	background: #1B9FFC; 
}
.wp-pagenavi span.current{
	color: #fff;
	background: #1B9FFC;
}





/* 1260px */
@media screen and (max-width: 1260px) {
	
}









/* 1080px */
@media screen and (max-width: 1080px) {





	
	
/* archive
--------------------- */
#archive .content .countrywide .box {
	width: 48.5%;
	margin-right: 3%;
}
#archive .content .countrywide .box:nth-child(2n) {
	margin-right: 0;
}
#archive .content .countrywide .box:nth-child(3),
#archive .content .countrywide .box:nth-child(9),
#archive .content .countrywide .box:nth-child(15),
#archive .content .countrywide .box:nth-child(21),
#archive .content .countrywide .box:nth-child(27) {
	margin-right: 3%;
}
	
	
	

}






/* 800px */
@media screen and (max-width: 800px) {





	
	
/* archive
--------------------- */
#archive .tab li {
	font-size: 1.6rem;
	height: 50px;
}


#archive .content {
	padding-top: 50px;
}
	#archive .content .countrywide .box {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 60px;
	}
		#archive .content .countrywide .box h3 {
			font-size: 2.4rem;
			top: -30px;
		}

		#archive .content .countrywide .box .txt {
			font-size: 1.4rem;
			line-height: 1.6em;
		}

		#archive .content .countrywide .box table {
			width: 100%;
			border-collapse: collapse;
		}
			#archive .content .countrywide .box table th {
				font-size: 1.2rem;
			}
			#archive .content .countrywide .box table td {
				font-size: 1.2rem;
			}

		#archive .content .countrywide .box .btn {
			margin-left: -35%;
		}


		#archive .content .township .box a {
			padding: 20px;
		}
			#archive .content .township .box .prefectures {
				width: 75px;
				font-size: 1.6rem;
			}

			#archive .content .township .box p {
				width: -webkit-calc(100% - 75px);
				width: calc(100% - 75px);
				font-size: 1.4rem;
			}
				#archive .content .township .box p .en {
					font-size: 1.1rem;
				}



/* region
--------------------- */
#region .tab li {
	font-size: 1.6rem;
	height: 50px;
}
#region .link-tab li a {
	font-size: 1.6rem;
	height: 50px;
}


#region .content {
	padding-top: 50px;
}
	#region .content .countrywide .box {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 60px;
	}
		#region .content .countrywide .box h3 {
			font-size: 2.4rem;
			top: -30px;
		}

		#region .content .countrywide .box .txt {
			font-size: 1.4rem;
			line-height: 1.6em;
		}

		#region .content .countrywide .box table {
			width: 100%;
			border-collapse: collapse;
		}
			#region .content .countrywide .box table th {
				font-size: 1.2rem;
			}
			#region .content .countrywide .box table td {
				font-size: 1.2rem;
			}

		#region .content .countrywide .box .btn {
			margin-left: -35%;
		}


		#region .content .township .box a {
			padding: 20px;
		}
			#region .content .township .box .prefectures {
				width: 75px;
				font-size: 1.6rem;
			}

			#region .content .township .box p {
				width: -webkit-calc(100% - 75px);
				width: calc(100% - 75px);
				font-size: 1.4rem;
			}
				#region .content .township .box p .en {
					font-size: 1.1rem;
				}



/* wp-pagenavi
---------------- */
.wp-pagenavi {
	font-size: 1.3rem;
	padding-top: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 10px 13px 8px 13px !important;
}





}