/*------------Reset-----------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

/*------------Reset-----------------*/

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	/*font-size:12px;*/
	font-size: 14px;
	padding-top: 76px;
}
body.cn,
body.en {
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

/*.top-section{
	width:100%;
	float:left;
	height:73px;
	border-top:3px solid #73b409;
}*/

.top-section {
	width: 100%;
	float: left;
	height: 83px;
	border-top: 3px solid #73b409;
	position: fixed;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;

	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.top-section.header-small {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.wrapper {
	width: 980px;
	margin: 0 auto;
}

.button {
	display: inline-block;
	font-size: 13px;
	color: #333;
	text-decoration: none !important;
	line-height: inherit;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	width: 48px;
	height: 28px;
}
.button:hover {
	opacity: 0.9;
}
/* #content{
	} */
#incfont {
	width: 48px;
	background: url(images/text-sizerbg.png) no-repeat;
}
/* #decfont{
	} */
#fontlinks {
	float: left;
	text-align: center;
	background: url(images/text-sizerbg_hover.png) no-repeat;
}
.buttonfont {
}

/* =========================================================
	FONT SIZER
========================================================= */
#fontsize {
	/*position: absolute;
	top: 55px;
	left: 275px;
	line-height: 32px;*/
}
#fontsize dt,
#fontsize dd {
	/*float: left; display: inline;*/
}
#fontsize dt {
	float: left;
	margin-right: 15px;
	margin-top: 8px;
	font-size: 12px;
}
#fontsize dd {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	width: 48px;
	height: 28px;
}
#fontsize dd a {
	display: block;
	width: 48px;
	height: 28px;
	background-image: url(/images/text-sizerbg_hover.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -1984px;
}
.cn #fontsize dd a {
	background-image: url(/images/text-sizerbg_hover_cn.png);
}
.en #fontsize dd a {
	background-image: url(/images/text-sizerbg_hover_en.png);
}

#fontsize dd.middle a {
}
#fontsize dd.large a {
	background-position: 100% 0;
}

#fontsize dd a:hover,
#fontsize dd.active a {
	background-position: 0 100%;
	background-image: url(/images/text-sizerbg.png);
}

.cn #fontsize dd a:hover,
.cn #fontsize dd.active a {
	background-image: url(/images/text-sizerbg_cn.png);
}
.en #fontsize dd a:hover,
.en #fontsize dd.active a {
	background-image: url(/images/text-sizerbg_en.png);
}

#fontsize dd.large a:hover,
#fontsize dd.active.large a {
	background-position: 100% 100% !important;
}

.logo {
	float: left;
	margin-top: 11px;
}

.nav {
	float: left;
	margin: 45px 25px 0 25px;
}

.nav li {
	float: left;
	margin-right: 20px;
}

.nav li:first-child {
	opacity: 0;
}

.en .nav li:first-child {
	display: none;
}
.nav li:last-child {
	margin-right: 0;
}

.nav li a {
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

.nav li a:hover {
	color: #73b409;
}

.text-sizer {
	width: 170px;
	float: left;
	margin-top: 18px;
	padding-left: 15px;
	height: 55px;
	border-left: 1px solid #c6c6c6;
}

.lang {
	width: 100%;
	float: left;
	text-align: right;
	color: #787878;
}

.lang a {
	color: #787878;
	padding: 0 10px;
	font-size: 12px;
}

.lang a:hover {
	color: #333;
}
.lang a.lang-jp img,
.cn .lang a.lang-cn img,
.en .lang a.lang-en img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	zoom: 1;
}
/*.lang a.lang-jp img,*/
.cn .lang a img,
.en .lang a img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.fontbox {
	float: left;
	margin-top: 7px;
	width: 100%;
}

.fontbox span {
	float: left;
	margin-right: 15px;
	margin-top: 8px;
	font-size: 12px;
}

.cal_btn {
	width: 144px;
	height: 48px;
	float: left;
	margin: 18px 10px 0 12px;
	text-align: center;
	line-height: 48px;
	background: url(images/calendar_btnbg.png) no-repeat;
}
.cn .cal_btn {
	background: url(images/calendar_btnbg_cn.png) no-repeat;
}
.en .cal_btn {
	background: url(images/calendar_btnbg_en.png) no-repeat;
}

.cal_btn a {
	width: 144px;
	height: 48px;
	display: block;
}

.cal_btn img {
	margin-right: 7px;
	vertical-align: sub;
}

.mail_btn {
	width: 144px;
	height: 48px;
	float: left;
	margin-top: 18px;
	text-align: center;
	line-height: 48px;
	background: url(images/mail_btnbg.png) no-repeat;
}
.cn .mail_btn {
	background: url(images/mail_btnbg_cn.png) no-repeat;
}
.en .mail_btn {
	background: url(images/mail_btnbg_en.png) no-repeat;
}

.mail_btn a {
	width: 144px;
	height: 48px;
	display: block;
}

.mail_btn img {
	margin-right: 7px;
	vertical-align: sub;
}

.banner-container {
	width: 100%;
	height: 448px;
	float: left;
	margin-top: 10px;
	background: #f1f1f1 url(images/banner.jpg) no-repeat 50% 0;
}

.main-nav {
	width: 100%;
	height: 59px;
	float: left;
	padding-top: 20px;
	background: url(images/navbg.png) repeat-x;
}

.main-nav li {
	float: left;
	height: 32px;
	background: url(images/navborder.png) left no-repeat;
	width: 14.2%;
	text-align: center;
}
.main-nav li:nth-child(2) {
	display: none;
}
.main-nav li:last-child {
	width: auto;
}

.main-nav li img {
	margin-top: 0;
	vertical-align: middle;
}

.main-nav li a {
	color: #000;
	padding: 0 23px;
	line-height: 32px;
	vertical-align: middle;
}
.cn .main-nav li a {
	/*line-height: 35px;*/
}
.en .main-nav li a {
	padding: 0 1px;
}

.main-nav li a:hover {
	color: #73b409;
}

@media (min-width: 768px) {
	.jp .main-nav .wrapper {
		width: 1024px;
	}
	.jp .main-nav li {
		width: 12.5%;
	}
	.jp .main-nav li:first-child {
		width: 10%;
	}
	.jp .main-nav li:nth-child(6) {
		width: 15%;
	}
	.jp .main-nav li:last-child {
		margin-left: -4px;
		width: 2px;
	}
	.jp .main-nav li a {
		padding: 0 5px;
	}
}
@media (min-width: 1200px) {
	.jp .main-nav .wrapper {
		width: 1200px;
	}
	/*.jp .main-nav li {
	width: 12.5%;
}*/
	.jp .main-nav li:last-child {
		margin-left: -2px;
	}

	.jp .main-nav li a {
		padding: 0 23px;
	}
}

.serv_container {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: #f4f4f4 url(images/contentbg.png) bottom repeat-x;
}

.serv_container li {
	float: left;
	margin-right: 40px;
	width: 300px;
}

.serv_container li:last-child {
	margin-right: 0;
}

.serv_container h2 {
	text-align: center;
	font-size: 20px;
	color: #000;
	margin: -6px 0 12px 0;
}

.serv_container h6 {
	text-align: center;
	font-size: 11px;
	color: #0b943a;
	margin-bottom: 10px;
}

.serv_container p {
	line-height: 20px;
}

.cont_container {
	width: 100%;
	float: left;
	padding: 50px 0 0 0;
}

.newsbox {
	width: 475px;
	float: left;
}

.ntop {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #0a933a;
}

.ntop h3 {
	font-size: 20px;
	color: #000;
	float: left;
}

.ntop h3 span {
	color: #0a933a;
	font-size: 12px;
}

.news_img {
	width: 100%;
	position: relative;
	text-align: center;
}

.news_img span {
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 106px 2px 0;
	position: absolute;
	width: 226px;
	background: #f4f4f4;
}
.news_img > div {
	width: 230px;
	height: 140px;
	float: left;
	margin-bottom: 15px;
}
.n_img1,
.n_img3 {
	margin-right: 15px;
}

.n_img2 {
}

.n_img3 {
	/*margin-right:15px;*/
}

.n_img4 {
}

.news_img img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	zoom: 1;
}
.ntop a {
	padding-left: 12px;
	background: url(images/bullet.png) left no-repeat;
	color: #333;
	float: right;
	margin-top: 4px;
	display: inline-block;
}

.ntop a:hover {
	text-decoration: underline;
}

.newsbox li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #0a933a;
	line-height: 1.6;
}

.newsbox li strong {
	color: #0a933a;
	float: left;
	margin-right: 15px;
}

.newsbox li p {
	display: block;
	float: left;
}

.arrl {
	background-image: url("static/i/common/arrow_common.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 16px;
}
.arrl.blue-arr {
	background-image: url("static/i/common/arrow_blue.gif");
	padding-left: 10px;
}
.arrl.pink-arr {
	background-image: url("static/i/common/arrow_pink.gif");
	padding-left: 10px;
}
.arrl.green-arr.arr-d {
	background-image: url("static/i/common/arrow_common_d.gif");
	padding-left: 16px;
}

.btn {
	border: 1px solid #aaa;
	display: inline-block;
	line-height: 20px;
	padding: 10px;
	text-align: center;
	position: relative;
	background-color: #f4f4f4;
	color: #40610b;
	min-width: 120px;
	border-radius: 3px;
	text-decoration: none;
	vertical-align: middle;
	box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1);
}
.en .btn {
	margin-bottom: 10px;
}
.btn:visited {
	color: #40610b;
}
.btn-green {
	color: #fff !important;
	background-color: #73b409;
	border: 1px solid #538601;
}
.btn span {
	display: inline-block;
	/*padding-left: 10px;*/
}

@media (min-width: 768px) {
	.en .newsbox li {
		line-height: 1.4;
	}
	.newsbox li p {
		width: 80%;
	}
}

.fr {
	float: right;
}

.footer {
	width: 100%;
	float: left;
	margin: 35px 0;
	text-align: center;
}

.footer p {
	display: inline-block;
	margin: 15px 0 10px 0;
}

.footer span {
	font-size: 24px;
	color: #000;
}

.footer span b {
	font-size: 32px;
}

.bottombar {
	width: 100%;
	float: left;
	height: 60px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background: #b0e42f url(images/bottombg.png) repeat-x;
}
.bottombar a {
	color: #fff;
}

.screen-reader-text {
	display: none;
}

.clearfix {
	clear: both;
	width: 100%;
	height: 1px;
}
img.img-fluid {
	max-width: 100%;
	/* width: 100%; */
	height: auto;
}
.bnr {
	margin-top: 1rem;
}
.d-block {
	display: block;
}
.mb-2 {
	margin-bottom: .5rem;
}