html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*:first-child+html .clearfix {
	min-height: 1%;
}

@charset "utf-8";

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

body {
	font: 62.5%/1 "PingFang TC", "微軟正黑體", "Microsoft JhengHei", Arial,
		Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

@font-face {
	font-family: "微軟正黑體修正";
	unicode-range: U+7db0, U+78A7, U+7B75;
	font-style: normal;
	font-weight: bold;
	src: local(Yu Gothic), local(MS Gothic);
}

@font-face {
	font-family: "微軟正黑體修正";
	unicode-range: U+7db0, U+78A7, U+7B75;
	font-style: normal;
	font-weight: normal;
	src: local("微軟正黑體");
}

a {
	color: #960;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:focus {
	color: #b20000;
	text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus {
	outline: 1px dashed #01796c;
}

a,
button,
textarea,
select,
input {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

img {
	border: none;
	vertical-align: middle;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

.zoomBox {
	position: relative;
	overflow: hidden;
}

.zoomBox .zoom-pic {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	background-position: center;
	background-size: cover;
}

a:hover .zoomBox .zoom-pic,
.zoomBox:hover .zoom-pic {
	transform: scale(1.1);
}

#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.noscript {
	display: block;
	width: 100%;
	font-size: 1.5em;
	line-height: 120%;
	padding: 20px 0;
	margin: 0 auto;
	box-sizing: border-box;
	background: #ffe5e6;
}

.hide-panel {
	display: none !important;
}

.ellipsis-1 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.fill {
	position: absolute;
	height: 100%;
	width: 100%;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis-2,
.ellipsis-3,
.ellipsis-4,
.ellipsis-5,
.ellipsis-6,
.ellipsis-7 {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
}

.ellipsis-2 {
	-webkit-line-clamp: 2 !important;
}

.ellipsis-3 {
	-webkit-line-clamp: 3 !important;
}

.ellipsis-4 {
	-webkit-line-clamp: 4 !important;
}

.ellipsis-5 {
	-webkit-line-clamp: 5 !important;
}

.ellipsis-6 {
	-webkit-line-clamp: 6 !important;
}

.ellipsis-7 {
	-webkit-line-clamp: 7 !important;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable {
	position: fixed;
	top: 0;
	left: 0;
	color: #000;
	opacity: 0;
	z-index: 9999;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	color: #fff;
	font-size: 1.2em;
	padding: 5px 10px;
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
}

.acKey,
.acKey a {
	color: transparent;
	font-size: 0.8rem;
}

.acKey:hover,
.acKey:focus,
.acKey a:hover,
.acKey a:focus {
	color: #507890;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.row2 {
	margin-right: 10px;
	margin-left: 10px;
}

.remark {
	color: #c30;
	padding-top: 5px;
	margin-bottom: -5px;
	padding-left: 10px;
	box-sizing: border-box;
}

.left-part {
	float: left;
}

.right-part {
	float: right;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.center {
	text-align: center;
}

@media screen and (max-width: 990px) {
	.pc-mode {
		display: none !important;
	}

	.container {
		width: calc(100% - 40px);
	}
}

@media screen and (min-width: 991px) {
	.sp-mode {
		display: none !important;
	}

	.container {
		max-width: 990px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.fff {
	color: #fff;
}

.font-black {
	color: #000;
}

.font-blue {
	color: #00c0d6;
}

.font-green {
	color: #59b300;
}

.font-yellow {
	color: #f39800;
}

.font-orange {
	color: #eb6100;
}

.font-red {
	color: #d82b12;
}

.font-gray {
	color: #999;
}

#header {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 9;
	box-sizing: border-box;
}

#header>h1 {
	position: fixed;
	width: 1px;
	height: 1px;
	color: #000;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

#header.sp-fix {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: 0 2px 7px rgba(0%, 0%, 0%, 0.3);
	-moz-box-shadow: 0 2px 7px rgba(0%, 0%, 0%, 0.3);
	box-shadow: 0 2px 7px rgba(0%, 0%, 0%, 0.3);
}

#topHead {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#topHead .logo {
	position: relative;
	float: left;
	margin: 14px 0;
}

#topHead .logo a {
	float: left;
	display: block;
	width: 280px;
	height: 35px;
	font-size: 32px;
	font-weight: bold;
	/* background: -webkit-linear-gradient(-50deg, #0066ff 10%, #009eff, #ff9d00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
	color: #01796c;
	font-family: 微软雅黑, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

#topHead .logo img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 990px) {
	#wrapper {
		padding-top: 55px;
	}

	#topHead {
		min-height: 55px;
	}

	#header .container {
		width: 100%;
	}

	#topHead .logo {
		margin: 10px;
		max-width: calc(100% - 75px);
	}

	#topHead .logo a {
		display: flex;
		align-items: center;
		gap: 8px;
		width: auto;
		max-width: 100%;
		height: 35px;
		font-size: clamp(16px, 3.8vw, 22px);
		white-space: nowrap;
	}

	#topHead .logo img {
		flex: 0 1 45%;
		min-width: 0;
		max-width: 45%;
	}
}

@media screen and (max-width: 400px) {
	#topHead .logo a {
		width: auto;
		max-width: 100%;
		gap: 6px;
		font-size: clamp(14px, 4.4vw, 18px);
		background: none;
	}

	#topHead .logo img {
		flex-basis: 42%;
		max-width: 42%;
	}
}

@media screen and (min-width: 991px) {
	#topHead {
		height: 90px;
		box-sizing: border-box;
	}

	#topHead .logo {
		margin: 25.5px 0;
	}

	#topHead .logo a {
		width: 700px;
		height: 40px;
	}
}

.addon {
	float: right;
	width: 100%;
}

.addon>ul {
	float: right;
	list-style: none;
	position: relative;
	z-index: 1;
}

.addon>ul>li {
	float: left;
	font-size: 1.5em;
	text-align: left;
}

.addon>ul>li a {
	display: inline-block;
}

.addon>ul>li a.acKey {
	color: transparent;
	margin: 0 10px 0 0;
	text-shadow: none !important;
}

.addon>ul>li a:hover,
.addon>ul>li a:focus {
	color: #ff8000;
}

@media screen and (min-width: 991px) {
	.addon {
		position: absolute;
		right: 50%;
		width: auto;
		top: 50%;
		margin-top: -25px;
		margin-right: -435px;
	}

	.addon>ul>li a.sitemap {
		display: block;
		width: 50px;
		height: 50px;
		box-sizing: border-box;
		border: 1px solid #ccc;
		*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAJ1BMVEUAAADCw8PCw8PCw8PCw8PCw8PCw8PCw8PCw8PCw8PCw8PCw8PCw8OXP30CAAAADHRSTlMAwECAoNAgMGBwkOC/SJ1xAAAAfElEQVR42u3SxQGEMBRF0S9AtP9642/cXQ62ukCE/v5utQgsdB6NoA9NJs2mixKhTN4wcZI5JG8yydImmPND6GwY+mMSz80cY+DG0nEcd+jphNfNZyUXjenyBOPAHgO9a8JFWCUzF0eT7c0vVLxz8tJJ9gyGMsNg6e/vSglKrwvueB1eJAAAAABJRU5ErkJggg==);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' xml:space='preserve'%3E%3Cpath fill='%23AAA' d='M34.375 28.562V23.75h-8.063v-2.875h4.125v-9.5h-10.75v9.5h4.125v2.875h-8.375v4.813h-4.125v9.5h10.75v-9.5h-4.125V26.25h13.938v2.313H27.75v9.5H38.5v-9.5h-4.125zM22.188 13.875h5.75v4.5h-5.75v-4.5zm-2.625 21.687h-5.75v-4.5h5.75v4.5zm16.437 0h-5.75v-4.5H36v4.5z'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.addon>ul>li a.sitemap span {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}

	.addon>ul>li a.sitemap:hover,
	.addon>ul>li a.sitemap:focus {
		*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAJ1BMVEUAAAD///////////////////////////////////////////////+uPUo5AAAADHRSTlMAwECAoNAgMGBwkOC/SJ1xAAAAfElEQVR42u3SxQGEMBRF0S9AtP9642/cXQ62ukCE/v5utQgsdB6NoA9NJs2mixKhTN4wcZI5JG8yydImmPND6GwY+mMSz80cY+DG0nEcd+jphNfNZyUXjenyBOPAHgO9a8JFWCUzF0eT7c0vVLxz8tJJ9gyGMsNg6e/vSglKrwvueB1eJAAAAABJRU5ErkJggg==);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M34.375 28.562V23.75h-8.063v-2.875h4.125v-9.5h-10.75v9.5h4.125v2.875h-8.375v4.813h-4.125v9.5h10.75v-9.5h-4.125V26.25h13.938v2.313H27.75v9.5H38.5v-9.5h-4.125zM22.188 13.875h5.75v4.5h-5.75v-4.5zm-2.625 21.687h-5.75v-4.5h5.75v4.5zm16.437 0h-5.75v-4.5H36v4.5z'/%3E%3C/svg%3E");
		background-color: #666;
		border: 1px solid #666;
	}

	.addon>ul>li a.acKey {
		border: 0;
	}
}

@media screen and (min-width: 1200px) {
	.addon {
		margin-right: -540px;
	}
}

#addon-sp {
	width: 100%;
}

#addon-sp>ul {
	width: 100%;
	list-style: none;
}

#addon-sp>ul>li {
	width: 100%;
}

#addon-sp>ul>li span {
	display: none;
}

#addon-sp>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
	background: #666;
	box-sizing: border-box;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#addon-sp>ul>li a:hover,
#addon-sp>ul>li a:focus {
	background: #000;
}

@media screen and (max-width: 990px) {
	#addon-sp>ul>li {
		width: 100%;
	}

	#addon-sp>ul>li span {
		display: inline-block;
	}
}

@media screen and (max-width: 320px) {
	#addon-sp>ul>li a {
		font-size: 1.3em;
	}
}

.searchZone {
	position: absolute;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
	z-index: 10;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: #1a4b80;
}

.searchZone .container {
	width: 100%;
}

.searchZone .searchTag {
	position: absolute;
	top: -55px;
	right: 55px;
	display: block;
	width: 55px;
	height: 55px;
	box-sizing: border-box;
	z-index: 999;
}

.searchZone .searchTag span {
	position: relative;
	float: left;
	margin: 15px 0 0 17px;
}

.searchZone .searchTag span em {
	display: block;
	height: 2px;
	width: 8px;
	background: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.searchZone .searchTag span em::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 1px;
	height: 18px;
	width: 18px;
	border: 2px solid #aaa;
	box-sizing: border-box;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.searchZone .searchTag span em::after {
	position: absolute;
	display: block;
	content: "";
	left: 12px;
	top: 18px;
	width: 8px;
	height: 2px;
	background: #aaa;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.searchZone .searchTag.off {
	background: #1a4b80;
	border-color: #1a4b80;
}

.searchZone .searchTag.off span em::before {
	left: 0;
	top: 10px;
	width: 23px;
	height: 2px;
	border: none;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.searchZone .searchTag.off span em::after {
	left: 0;
	top: 10px;
	width: 23px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (min-width: 991px) {
	.searchZone .searchTag {
		top: -70px;
		right: 50%;
		width: 50px;
		height: 50px;
		margin-right: -495px;
		border: 1px solid #ccc;
	}

	.searchZone .searchTag span em::before {
		left: -5px;
		top: -4px;
		height: 21px;
		width: 21px;
		border: 3px solid #aaa;
	}

	.searchZone .searchTag span em::after {
		left: 11px;
		top: 15px;
		width: 10px;
		height: 3px;
	}

	.searchZone .searchTag.off span em::before {
		left: -7px;
		top: 7px;
		width: 28px;
		height: 3px;
	}

	.searchZone .searchTag.off span em::after {
		left: -7px;
		top: 7px;
		width: 28px;
		height: 3px;
	}
}

@media screen and (min-width: 1200px) {
	.searchZone .searchTag {
		margin-right: -600px;
	}
}

.searchZone .search {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.searchZone .box {
	position: relative;
	width: 100%;
	background: none;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.searchZone .search-txt {
	width: 100%;
	color: #fff;
	font-family: "微軟正黑體", Microsoft JhengHei, Helvetica, sans-serif;
	font-size: 2.3em;
	height: 55px;
	padding: 0 55px 0 10px;
	border: none;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	background: none;
}

*[placeholder] {
	font-family: "微軟正黑體", Microsoft JhengHei, Helvetica, sans-serif;
}

.searchZone .search-txt:focus,
.searchZone .search-txt:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.searchZone .search-txt[placeholder],
.searchZone .search-txt::-webkit-input-placeholder,
.searchZone .search-txt:-moz-placeholder,
.searchZone .search-txt::-moz-placeholder,
.searchZone .search-txt:-ms-input-placeholde {
	color: #fff;
}

.searchZone .search-txt[placeholder] {
	color: #fff;
}

.searchZone .search-txt::-webkit-input-placeholder {
	color: #fff;
}

.searchZone .search-txt:-moz-placeholder {
	color: #fff;
}

.searchZone .search-txt::-moz-placeholder {
	color: #fff;
}

.searchZone .search-txt:-ms-input-placeholder {
	color: #fff;
}

.searchZone .keyWd {
	width: 100%;
	color: #fff100;
	font-size: 1.5em;
	line-height: 125%;
	letter-spacing: -9px;
	text-align: left;
	margin: 15px 0;
	box-sizing: border-box;
	font-weight: bold;
}

.searchZone .keyWd span {
	display: inline-block;
	width: 80px;
	letter-spacing: 0;
	line-height: 25px;
	margin: 5px 0;
	vertical-align: middle;
}

.searchZone .keyWd #queries {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: middle;
	margin: 5px 0;
}

.searchZone .keyWd a {
	display: inline-block;
	color: #fff;
	letter-spacing: 0;
	line-height: 25px;
	text-decoration: none;
	margin: 5px;
	font-weight: bold;
	box-sizing: border-box;
	vertical-align: middle;
}

.searchZone .keyWd a:hover,
.searchZone .keyWd a:focus {
	color: #fff100;
}

.searchZone .keyWd a.advanced {
	float: right;
	display: block;
	width: 70px;
	font-size: 1em;
	margin: 5px 0;
	color: #1a4b80;
	letter-spacing: 0;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 5px;
	background: #fff45c;
	box-sizing: border-box;
}

.searchZone .keyWd a.advanced:hover,
.searchZone .keyWd a.advanced:focus {
	background-color: #fff;
}

@media screen and (max-width: 480px) {
	.searchZone .search {
		padding: 10px 15px 20px 15px;
	}

	.searchZone .box {
		width: 100%;
	}

	.searchZone .search-txt {
		font-size: 1.8em;
		height: 45px;
		padding: 0 45px 0 10px;
	}

	.searchZone .keyWd {
		margin: 15px 0 0 0;
	}

	.searchZone .keyWd a {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 420px) {
	.searchBtn .lookBtn {
		right: 55px;
	}

	.searchBtn .lookBtn a span {
		width: 55px;
		height: 55px;
	}
}

@media screen and (min-width: 991px) {
	.searchZone {
		background-color: #1a4b80;
	}

	.searchZone .search {
		padding: 20px 15px 15px 15px;
	}
}

#main {
	width: 100%;
	margin: 0 auto;
}

#footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
	background-color: #316469;
}

#footer .trigger {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -30px;
}

#footer .trigger a {
	position: relative;
	display: inline-block;
	width: 60px;
	color: #dce9f5;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	z-index: 1;
}

#footer .trigger a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 30px;
	border-color: transparent transparent #316469 transparent;
}

#footer .trigger a:hover,
#footer .trigger a:focus {
	color: #ff9;
}

#footer .trigger a.open-Panell,
#footer .trigger a.close-Panell {
	display: none;
}

#footer .trigger a.open-Panell span,
#footer .trigger a.close-Panell span {
	position: relative;
	display: block;
	width: 60px;
	padding-top: 0;
	margin: 0 auto;
}

#footer .trigger a span:before {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 2px;
	top: -10px;
	left: 50%;
	margin-left: -6px;
	background-color: #dce9f5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer .trigger a span:after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 12px;
	top: -15px;
	left: 50%;
	margin-left: -1px;
	background-color: #dce9f5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer .trigger a.close-Panell span:before {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

#footer .trigger a.close-Panell span:after {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

#footer .trigger a:hover span:before,
#footer .trigger a:focus span:before,
#footer .trigger a:hover span:after,
#footer .trigger a:focus span:after {
	background-color: #ff9;
}

@media screen and (min-width: 991px) {
	#footer {
		padding-top: 40px;
	}
}

.fatfooter {
	width: 100%;
	margin: 0 auto;
}

.fatfooter .fat-nav {
	width: 100%;
	padding: 0;
	margin: 20px auto 40px 0;
}

.fatfooter .fat-nav>ul {
	list-style: none;
	letter-spacing: -9px;
	margin: -20px -10px;
}

.fatfooter .fat-nav>ul>li {
	display: inline-block;
	width: calc(100% / 5);
	letter-spacing: 0;
	padding: 20px 10px;
	box-sizing: border-box;
	vertical-align: top;
}

.fatfooter .fat-nav>ul>li>a,
.fatfooter .fat-nav>ul>li>.footer-menu-title {
	display: inline-block;
	color: #dce9f5;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 130%;
}

.fatfooter .fat-nav>ul>li>a:hover,
.fatfooter .fat-nav>ul>li>a:focus {
	color: #ff9;
}

.fatfooter .fat-nav>ul>li>ul {
	list-style: none;
}

.fatfooter .fat-nav>ul>li>ul>li {
	margin-top: 10px;
}

.fatfooter .fat-nav>ul>li>ul>li>a {
	position: relative;
	color: #dce9f5;
	font-size: 1.5em;
	line-height: 130%;
	display: inline-block;
	padding-left: 15px;
	box-sizing: border-box;
}

.fatfooter .fat-nav>ul>li>ul>li>a:before {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #dce9f5;
}

.fatfooter .fat-nav>ul>li>ul a:hover,
.fatfooter .fat-nav>ul>li>ul a:focus {
	color: #ff9;
}

.fatfooter .fat-nav>ul>li>ul a:hover:before,
.fatfooter .fat-nav>ul>li>ul a:focus:before {
	border-color: transparent transparent transparent #ff9;
}

@media screen and (max-width: 800px) {
	.fatfooter .fat-nav>ul>li {
		width: 33.333%;
	}
}

@media screen and (max-width: 560px) {
	.fatfooter .fat-nav>ul>li {
		width: 50%;
	}
}

@media screen and (max-width: 360px) {
	.fatfooter .fat-nav>ul>li {
		width: 100%;
	}
}

@media screen and (min-width: 991px) {
	.fatfooter .fat-nav {
		margin: 0 auto 50px auto;
	}

	.fatfooter .fat-nav>ul>li:nth-child(1),
	.fatfooter .fat-nav>ul>li:nth-child(3),
	.fatfooter .memuList>div:nth-child(1),
	.fatfooter .memuList>div:nth-child(3) {
		width: 14%;
	}

	.fatfooter .fat-nav>ul>li:nth-child(2),
	.fatfooter .memuList>div:nth-child(2) {
		width: 22%;
	}

	.fatfooter .fat-nav>ul>li:nth-child(4),
	.fatfooter .memuList>div:nth-child(4) {
		width: 20%;
	}

	.fatfooter .fat-nav>ul>li:nth-child(5),
	.fatfooter .memuList>div:nth-child(5) {
		width: 30%;
	}
}

.fatfooter .memuList {
	display: block;
	width: 100%;
	list-style: none;
	letter-spacing: -9px;
	margin: 0 -10px 40px -10px;
}

.fatfooter .memuList div {
	display: inline-block;
	width: calc(100% / 5);
	letter-spacing: 0;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
}

.fatfooter .memuList div p a {
	color: #dce9f5;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 130%;
}

.fatfooter .memuList div p>a:hover,
.fatfooter .memuList div p>a:focus {
	color: #ff9;
}

.fatfooter .memuList div ul {
	list-style: none;
}

.fatfooter .memuList div ul>li {
	margin-top: 10px;
}

.fatfooter .memuList div ul>li>a {
	position: relative;
	color: #dce9f5;
	font-size: 1.5em;
	line-height: 130%;
	display: inline-block;
	padding-left: 15px;
	box-sizing: border-box;
}

.fatfooter .memuList div ul>li>a:before {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #dce9f5;
}

.fatfooter .memuList div ul a:hover,
.fatfooter .memuList div ul a:focus {
	color: #ff9;
}

.fatfooter .memuList div ul a:hover:before,
.fatfooter .memuList div ul a:focus:before {
	border-color: transparent transparent transparent #ff9;
}

@media screen and (max-width: 800px) {
	.fatfooter .memuList div {
		width: 33.333%;
	}
}

@media screen and (max-width: 560px) {
	.fatfooter .memuList div {
		width: 50%;
	}
}

@media screen and (max-width: 360px) {
	.fatfooter .memuList div {
		width: 100%;
	}
}

.copyright {
	width: 100%;
	color: #fff;
	padding: 30px 0;
	background: #1b5059;
}

.copyright .add_pic {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.copyright .add_info {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 165%;
}

.copyright p span {
	display: inline-block;
	margin: 0 10px;
}

.copyright p span:first-child {
	margin-left: 0;
}

.copyright a {
	display: inline-block;
	color: #fff;
}

.copyright a:hover,
.copyright a:focus {
	color: #ff9;
}

.footer-policy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
	margin: 0 0 8px;
}

.footer-policy-links a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media screen and (max-width: 640px) {
	.footer-policy-links {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		gap: 4px;
	}
}

.copyright a.btn-map {
	color: #202932;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 100%;
	padding: 3px 7px;
	background: #83b2ba;
	margin: 0 0 0 5px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.copyright a.btn-map:hover,
.copyright a.btn-map:focus {
	background: #ff9;
}

.copyright a.btn-map em {
	font-style: normal;
	padding-left: 11px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAMAAABIK2QJAAAAkFBMVEUAAAB7p7AlMjt+rLVQbXaBsLkvP0kfKjR/rbdihY92oqs+VF1kiZI2SFIpN0EhLDZYd4A0RlAxQktLZW9egIlhg4wkLzlDW2U/VV4tPEZwmKE6Tlh0naZ7p7BSb3g5TFZNaHFznaZBV2EzRE5JY2xYeIFvl6B2oKlae4Rjho8iLTd9q7QgKzUoNkB7qLEfKTNae4hOAAAAL3RSTlMAE+8JgAHV/gdSHa9LxOT6bcnQjlxW86Gt2y+5JRJ8vYkmqMyTazEgZlH3DPznEYq9098AAACISURBVHjaY2Bg4BDhZlNWUGQAAmZhdn0gYFNjYGAVYNcXUlHi1xdkZFBn05dnZGBQZdcXYdDU19cAqtTm0xdm4NHSFwCyGXX1WRi4hPQFZRiYWdh1OBlY5fT1JSV4+fV59RgYZKX1QYCJE2SBFB+IzcLKAAI8TPr64hwMEMApxs3MAAOiXCASAIi/ClpXdU0mAAAAAElFTkSuQmCC) no-repeat 0 50%;
}

@media screen and (min-width: 991px) {
	.copyright {
		letter-spacing: -9px;
	}

	.copyright .add_pic {
		display: inline-block;
		width: 100px;
		text-align: left;
		letter-spacing: 0;
		vertical-align: top;
	}

	.copyright .add_info {
		display: inline-block;
		width: calc(100% - 100px);
		text-align: left;
		letter-spacing: 0;
		vertical-align: top;
	}
}

#gMenu {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 60px;
	text-align: right;
	z-index: 100;
}

.goTop {
	float: right;
	margin-top: 5px;
}

.goTop a {
	display: block;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.goTop a:hover,
.goTop a:focus {
	background-color: rgba(0, 0, 0, 1);
}

.goTop span {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding-top: 33px;
}

.goTop span::after {
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 20px;
	width: 7px;
	height: 7px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	margin: 0 0 0 -5px;
	z-index: 2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tailshareBtn {
	position: relative;
	width: 60px;
}

.tailshareBtn>a {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	background: rgba(80, 162, 178, 0.8);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.tailshareBtn>a:before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: 0 0 0 -8px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFF' d='M13.002 6.618c-1.053.527-2.068 1.036-3.085 1.544-.606.303-1.211.61-1.821.903-.148.071-.167.155-.16.309.019.418.011.838.003 1.257-.002.118-.032.214.115.286 1.627.805 3.25 1.618 4.875 2.429.013.007.029.007.059.014.442-.484.973-.855 1.593-1.102 2.112-.839 4.645.422 5.24 2.613.655 2.408-.853 4.721-3.32 5.09-2.047.307-4.121-1.204-4.438-3.263-.067-.44-.018-.899-.012-1.35.001-.113.02-.199-.113-.266-1.64-.813-3.276-1.633-4.911-2.45-1.817 1.996-4.619 1.618-6.033.005-1.373-1.567-1.299-4 .196-5.475 1.515-1.496 4.117-1.647 5.823.207.056-.025.118-.051.178-.081 1.562-.779 3.122-1.563 4.685-2.337.152-.076.198-.153.172-.321-.328-2.121.996-4.038 3.127-4.534 1.94-.452 3.991.75 4.621 2.71.564 1.757-.164 3.665-1.771 4.635-1.555.938-3.595.678-4.863-.621-.06-.062-.107-.135-.16-.202zm2.991-.609c1.092-.004 1.996-.911 1.995-2.001 0-1.091-.903-1.996-1.995-2-1.098-.004-2.016.917-2.007 2.013.01 1.093.918 1.993 2.007 1.988zm-9.992 4.003C6.01 8.924 5.112 8.013 4.017 8c-1.087-.013-2 .882-2.017 1.979-.018 1.094.895 2.02 1.996 2.023 1.089.004 1.997-.897 2.005-1.99zm11.987 5.973c-.008-1.093-.916-1.994-2.005-1.991-1.092.004-1.996.908-1.997 2-.001 1.099.922 2.015 2.018 2.002 1.094-.012 1.993-.923 1.984-2.011z'/%3E%3C/svg%3E") 50% 50% no-repeat;
	background-size: cover;
}

.tailshareBtn>a span {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding-top: 33px;
}

.tailshareBtn>a.show,
.tailshareBtn>a:focus {
	background-color: rgba(80, 162, 178, 1);
}

.tailshareBtn .tailshareMenu {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	list-style: none;
	z-index: 100;
}

.tailshareBtn .tailshareMenu li {
	display: inline-block;
	margin-bottom: 5px;
}

.tailshareBtn .tailshareMenu a {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	font-size: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.tailshareBtn .tailshareMenu a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	background-size: 100% auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tailshareBtn .tailshareMenu a.icon-fb {
	background-color: rgba(59, 89, 152, 1);
}

.tailshareBtn .tailshareMenu a.icon-fb:before {
	background-image: url(../images/icon-FB.svg);
}

.tailshareBtn .tailshareMenu a.icon-X {
	background-color: rgba(0, 0, 0, 1);
}

.tailshareBtn .tailshareMenu a.icon-X:before {
	background-image: url(../images/icon-X.svg);
}

.tailshareBtn .tailshareMenu a.icon-twitter {
	background-color: rgba(0, 172, 237, 1);
}

.tailshareBtn .tailshareMenu a.icon-twitter:before {
	background-image: url(../images/icon-Twitter.svg);
}

.tailshareBtn .tailshareMenu a.icon-line {
	background-color: rgba(1, 185, 1, 1);
}

.tailshareBtn .tailshareMenu a.icon-line:before {
	background-image: url(../images/icon-LINE.svg);
}

.tailshareBtn .tailshareMenu a:hover:before {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.gsc-search-box {
	margin: 0 !important;
}

.searchZone .gsc-search-box td.gsc-input {
	padding-right: 10px;
}

.gsc-input-box {
	border: none !important;
	background: none !important;
}

.gsc-search-box .gsib_a {
	padding: 0;
}

.gsc-search-box .gsib_b {
	position: relative;
}

.gsc-search-box .gsst_b {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -13.5px;
}

.gsc-search-box input.gsc-input {
	font-size: 1.3rem;
	line-height: 60px;
	padding: 0 40px 0 20px !important;
	box-sizing: border-box;
	background-position: 20px center !important;
}

.gsc-search-box input.gsc-input:focus {
	outline: 1px dashed #01796c !important;
}

.gsc-search-box .gsc-search-button {
	margin: 0;
}

.gsc-search-box .gsc-search-button-v2 {
	width: 60px;
	height: 60px;
	padding: 0;
	margin-right: 0;
	border: 0;
	border-radius: 0;
	background-color: #313131;
	cursor: pointer;
}

.gsc-search-box .gsc-search-button-v2:hover,
.gsc-search-box .gsc-search-button-v2:focus {
	background-color: #99701f;
}

.gsc-search-box .gsc-search-button-v2 svg {
	width: 50%;
	height: 50%;
}

.searchZone .gsc-search-box {
	border-bottom: 1px solid #fff;
}

.searchZone .gsc-search-box td.gsc-input {
	padding-right: 0;
}

.searchZone .gsc-search-box input.gsc-input {
	color: #fff;
	background: rgba(255, 255, 255, 0) !important;
}

.searchZone .gsc-search-box input.gsc-input:focus,
.searchZone .gsc-search-box input.gsc-input:hover {
	background: rgba(255, 255, 255, 0) !important;
}

.searchZone .gsc-search-box .gsc-search-button-v2 {
	background: none;
}

.searchZone .gsc-search-box .gsc-search-button-v2:hover svg,
.searchZone .gsc-search-box .gsc-search-button-v2:focus svg {
	fill: #fff100;
}

.searchZone .gsc-search-box .gsc-search-button-v2:hover,
.searchZone .gsc-search-box .gsc-search-button-v2:focus {
	background: none;
}

@media screen and (max-width: 580px) {
	.gsc-search-box input.gsc-input {
		font-size: 1.2rem;
		line-height: 45px;
		padding: 0 40px 0 10px !important;
		background-position: 10px center !important;
	}

	.gsc-search-box .gsc-search-button-v2 {
		width: 45px;
		height: 45px;
	}
}

* {
	-webkit-print-color-adjust: exact;
}

@page {
	size: landscape;
	margin: 1cm;
}

@media print {
	* {
		-webkit-print-color-adjust: exact;
	}

	body,
	html {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 62.5%;
		width: 100%;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h1+p,
	h2+p,
	h3+p {
		page-break-before: avoid;
	}

	a {
		page-break-inside: avoid;
	}

	blockquote,
	table,
	pre {
		page-break-inside: avoid;
	}

	ul,
	ol,
	dl {
		page-break-before: avoid;
	}

	img {
		max-width: 100% !important;
	}

	img,
	#gallery li,
	.LR .all_list a {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	#gallery li {
		width: calc(25% - 12px) !important;
		margin: 10px 5px !important;
	}

	.container {
		max-width: 100% !important;
		width: 100% !important;
	}

	.fatfooter,
	.botLink,
	#goTop,
	#header,
	#footer,
	div.LR aside.nm,
	.intop_tit,
	.RF_link,
	.ico_files,
	.file_list,
	#units,
	.ico_back,
	div.LR.first_list aside.sm {
		display: none !important;
	}

	.RP .details {
		width: 100% !important;
		padding: 2% !important;
		padding-top: 0 !important;
		box-sizing: border-box !important;
	}

	.data_box {
		margin-top: 0;
	}

	#main.in_bg {
		background: none !important;
		padding: 0 !important;
	}

	div.LR article.RP {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@charset "utf-8";

#navMenu {
	width: 100%;
	margin: 0 auto;
}

#navMenu .container {
	width: 100%;
}

.mobileNav {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 55px;
	height: 55px;
	font-size: 0;
	background: #01796c;
}

.mobileNav span {
	float: right;
	margin: 20px 15px 0 0;
}

@media screen and (max-width: 420px) {
	.mobileNav {
		width: 55px;
		height: 55px;
	}

	.mobileNav span {
		float: right;
		margin: 20px 15px 0 0;
	}
}

.mobileNav em,
.mobileNav em::after,
.mobileNav em::before {
	display: block;
	position: relative;
	height: 2px;
	width: 22px;
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mobileNav em {
	margin: 6px auto 14px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.mobileNav em::before,
.mobileNav em::after {
	position: absolute;
	content: "";
	left: 0;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.mobileNav em::before {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.mobileNav em::after {
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}

.mobileNav.nav-open em {
	background-color: rgba(255, 255, 255, 0);
}

.mobileNav.nav-open em::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobileNav.nav-open em::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-dropdown a {
	cursor: pointer;
}

.sp-nav-btn:before {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 2px;
	top: 24px;
	right: 21px;
	margin: -1px 0 0;
	background-color: #fff;
}

.sp-nav-btn:after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 14px;
	top: 25px;
	right: 27px;
	margin: -8px 0 0;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	transition: transform 0.2s linear;
}

.open.sp-nav-btn:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media screen and (min-width: 991px) {
	.sp-nav-btn {
		display: none;
	}
}

#menuBg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
}

#navi {
	display: none;
	width: 100%;
	margin: 0 auto;
	list-style: none;
	background: #1a4b80;
}

#navi.show-on-mobile {
	display: block;
}

#navi>ul>li {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #01796c;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
	border-top: 1px dotted rgba(255, 255, 255, 0.5);
}

#navi>ul>li:last-child {
	border-bottom: none;
}

#navi>ul>li>a {
	display: block;
	color: #fff;
	font-size: 1.9em;
	font-weight: bold;
	padding: 15px;
	transition: color 0s;
}

#navi>ul>li>ul {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #e5f3f7;
	box-sizing: border-box;
}

#navi>ul>li>ul>li {
	width: 100%;
}

#navi>ul>li>ul>li>a {
	position: relative;
	display: block;
	color: #000;
	font-size: 1.7em;
	line-height: 120%;
	font-weight: bold;
	white-space: nowrap;
}

#navi>ul>li>ul>li>a:hover {
	color: #01796c;
}

#navi>ul>li>ul>li>a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	margin-top: -5px;
	z-index: 2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#navi>ul>li>ul>li>a:hover:after,
#navi>ul>li>ul>li>a:focus:after {
	border-color: #01796c;
}

#navi>ul>li>ul {
	width: 100%;
	padding: 0 10px;
}

#navi>ul>li>ul>li {
	width: 100%;
	border-bottom: 1px dotted #ddd;
}

#navi>ul>li>ul>li a {
	padding: 15px;
}

#navi>ul>li>ul>li:last-child a {
	border-bottom: none;
}

@media screen and (max-width: 990px) {
	#navi>ul>li>ul>li>a:after {
		right: 25px;
	}

	#navi>ul>li>a.open {
		background: rgba(0, 0, 0, 0.3);
	}

	#navi>ul>li>ul {
		padding: 0;
	}
}

@media screen and (min-width: 991px) {
	#navMenu {
		position: relative;
		width: 100%;
		background-color: #fff;
		border-top: 1px solid #ddd;
		min-height: 60px;
		box-sizing: border-box;
	}

	.mobileNav {
		display: none;
	}

	.menu-dropdown:before {
		display: none;
	}

	#navi {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		list-style: none;
		background: #fff;
		box-sizing: border-box;
		max-width: 1200px;
	}

	#navi>ul {
		letter-spacing: -9px;
	}

	#navi>ul>li {
		display: inline-block;
		width: 20%;
		letter-spacing: 0;
		border-bottom: none;
		border-top: 0;
		background: none;
		vertical-align: top;
	}

	#navi>ul>li:hover>ul {
		display: block !important;
	}

	#navi>ul>li>a {
		display: block;
		height: 59px;
		color: #000;
		font-size: 1.9em;
		line-height: 59px;
		padding: 0;
		text-align: center;
		box-sizing: border-box;
		position: relative;
		/* font-family: 微软雅黑; */
		font-weight: bold;
	}

	#navi>ul>li>a:hover,
	#navi>ul>li>a:focus,
	#navi>ul>li:hover>a,
	#navi>ul>li>a.open {
		color: #01796c;
	}

	#navi>ul>li>a:after {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		width: 0;
		height: 5px;
		background: #01796c;
		transition: all 0.4s;
		opacity: 0;
		border-radius: 5px;
	}

	#navi>ul>li>a:hover:after,
	#navi>ul>li>a:focus:after,
	#navi>ul>li:hover>a:after,
	#navi>ul>li>a.open:after {
		width: 50%;
		opacity: 1;
	}

	#navi>ul>li.unit-now>a {
		color: #b37524;
		background-color: transparent;
	}

	#navi>ul>li.unit-now>a:after {
		background-color: #b37524;
		width: 100%;
		opacity: 1;
	}

	#navi>ul>li>ul {
		position: absolute;
		display: block;
		left: 0;
		width: max-content;
		min-width: 100%;
		height: 0;
		padding: 0;
		visibility: hidden;
		overflow: hidden;
		opacity: 0;
		background: #fff;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
		z-index: 99;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	#navi>ul>li>ul.focu-show {
		height: inherit;
		visibility: visible;
		opacity: 1;
	}

	#navi>ul>li>ul>li {
		border-bottom: 1px solid #ddd;
	}

	#navi>ul>li>ul>li>a {
		position: relative;
		color: #000;
		font-size: 1.6em;
		padding: 18px;
		padding-right: 25px;
		box-sizing: border-box;
	}

	#navi>ul>li>ul>li>a:focus,
	#navi>ul>li>ul>li>a:hover {
		color: #01796c;
		font-weight: bold;
		background-color: rgba(0, 120, 80, 0.1);
	}

	#navi>ul>li.unit-now>ul>li>a:focus,
	#navi>ul>li.unit-now>ul>li>a:hover {
		color: #b37524;
		font-weight: bold;
		background-color: rgba(179, 117, 36, 0.1);
	}

	#navi>ul>li>ul>li>a:after {
		border-color: #ddd;
	}

	#navi>ul>li.unit-now>ul>li>a:focus:after,
	#navi>ul>li.unit-now>ul>li>a:hover:after {
		border-color: #b37524;
	}

	#navi>ul>li:last-child>ul,
	#navi>ul>li#navm6>ul {
		left: auto !important;
		right: 0 !important;
	}
}

@media screen and (min-width: 1200px) {
	#navi>ul>li>a {
		font-size: 2.1em;
	}

	#navi>ul>li>ul>li>a {
		font-size: 1.8em;
	}
}

#navMenu .memuList {
	letter-spacing: -9px;
	margin: 0 -5px;
}

#navMenu .memuList div {
	position: relative;
	display: inline-block;
	width: 20%;
	padding: 0 5px;
	letter-spacing: 0;
	box-sizing: border-box;
	vertical-align: top;
}

.external-service-link .external-link-icon {
	display: inline-block;
	margin-left: 0.45em;
	font-size: 0.78em;
	vertical-align: 0.08em;
}

#navi>ul>li>ul>li>a.external-service-link:after {
	display: none;
}

#navMenu .memuList div p>a {
	display: block;
	height: 59px;
	color: #000;
	font-size: 1.9em;
	line-height: 59px;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	font-family: 微软雅黑;
	font-weight: bold;
}

#navMenu .memuList div p>a:hover,
#navMenu .memuList div p>a:focus,
#navMenu .memuList div:hover p>a,
#navMenu .memuList div p>a.open {
	color: #01796c;
}

#navMenu .memuList div p>a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 5px;
	background: #01796c;
	transition: all 0.4s;
	opacity: 0;
}

#navMenu .memuList div p>a:hover:after,
#navMenu .memuList div p>a:focus:after,
#navMenu .memuList div:hover p>a:after,
#navMenu .memuList div p>a.open:after {
	width: 100%;
	opacity: 1;
}

#navMenu .memuList div ul {
	display: block;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#navMenu .memuList div ul>li {
	border-bottom: 1px solid #ddd;
}

#navMenu .memuList div ul>li>a {
	position: relative;
	display: block;
	color: #000;
	font-size: 1.6em;
	padding: 18px;
	padding-right: 25px;
	box-sizing: border-box;
}

#navMenu .memuList div ul>li>a:focus,
#navMenu .memuList div ul>li>a:hover {
	color: #01796c;
	font-weight: bold;
	background-color: rgba(0, 120, 80, 0.1);
}

#navMenu .memuList div ul>li>a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	margin-top: -5px;
	z-index: 2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#navMenu .memuList div ul>li>a:hover:after,
#navMenu .memuList div ul>li>a:focus:after {
	border-color: #01796c;
}

#navMenu .memuList div ul>li>a:after {
	border-color: #ddd;
}

#navMenu .memuList div:last-child>ul,
#navMenu .memuList div:nth-child(6)>ul {
	left: auto !important;
	right: 0 !important;
}

@media screen and (min-width: 1200px) {
	#navMenu .memuList div p>a {
		font-size: 2.1em;
	}

	#navMenu .memuList div ul>li>a {
		font-size: 1.8em;
	}
}

@media print {
	#navMenu {
		display: none !important;
	}
}
