@charset "utf-8";
header {
	height: 95px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.hd_btn a {
	min-width: 95px;
}
.is_scroll .hd_btn a {
	min-width: 80px;
}

.hd_btn .text {
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
header {
	height: 60px;
}
.hd_btn a,
	.is_scroll .hd_btn a {
	min-width: 60px;
}
.hd_btn .text {
	font-size: 1rem;
}
.ft_main {
		padding: 40px 0 24px;
}
}
.nara-ni_logo {
	text-align: center;
}
.nara-ni_logo img {
	max-width: 800px;
	width: 100%;
}
.en_tbl th,
.en_tbl td {
	border: solid 1px #9fc9be;
	padding: 10px;
}
.en_tbl thead th {
	color: #fff;
	font-weight: 700;
	background: #52a992;
}
.en_tbl thead th:nth-child(1) {
	width: 40%;
}
.en_tbl thead th:not(:last-child) {
	border-right-color: #ccc;
}
@media screen and (max-width: 768px) {
	.scroll_tbl {
		overflow-x: scroll;
	}
	.scroll_tbl thead th:not(:nth-child(1)),
	.scroll_tbl tbody td:not(:nth-child(1)) {
		white-space: nowrap;
	}
.en_tbl thead th:nth-child(1) {
	min-width: 250px;
}
}
.en_nav {
	margin: 56px 0 40px;

}
.en_nav .inner {
	background: #f4f4f4;
	padding: 24px;
}
.en_nav ul {
	margin: -4px -16px 0 0;
}
.en_nav ul li {
	margin: 4px 16px 0 0;
}
.en_nav ul li a {
	text-decoration: underline;
	display: inline-block;
	padding: 0 0 0 16px;
	position: relative;
}
.en_nav ul li a:hover {
	opacity: 1;
	text-decoration: none;
}
.en_nav ul li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #107557;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	position: absolute;
	top: 10px;
	left: 0;
}
@media screen and (max-width: 768px) {
.en_nav .inner {
	padding: 16px;
}
}