<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS STYLE */

body {
	overflow: auto !important;
	overflow-x: hidden !important;
}

body#outimg {
	padding-top: 127px;
}

body#onimg {}

img {
	max-width: 100%;
	height: auto;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #2e3b4e;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a,
a img,
a:after,
a:link,
a:visited,
a:hover,
a:active {
	-webkit-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}

hr {
	margin: 30px 0;
}

.pcnone {
	display: none;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1190px) {
	.inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 30px;
}

/* header */

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	line-height: 1;
	color: #fff;
	z-index: 1000;
}

header .header-inner {
	position: relative;
	width: 100%;
	max-width: 1150px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #fff;
}

header .logo {
	position: absolute;
	overflow: hidden;
	z-index: 3;
  height: 100%;
  width: 130px;
}


header .logo a img {
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
  height: 85%;
  width: 100%;
}

header .logo a img:hover,
header .logo a img:active {
	-webkit-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}

@media screen and (max-width: 1190px) {
	header .logo {
		left: 10px;
	}
}

#splang,
#spmenu {
	display: none;
}

header nav {
	display: block !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	z-index: 2;
}

@media screen and (max-width: 1190px) {
	header nav {
		padding-left: 10px;
		padding-right: 10px;
	}
}

header nav #main-menu {
	float: right;
	height: 45px;
}

@media screen and (max-width: 920px) {
	header nav #main-menu {
		font-size: 12px;
	}
}

header nav #main-menu&gt;li {
	float: left;
	height: 45px;
	margin: 0 0 0 20px;
}

@media screen and (max-width: 820px) {
	header nav #main-menu&gt;li {
		margin: 0 0 0 20px;
	}
}

header nav #main-menu&gt;li&gt;a,
header nav #main-menu&gt;li&gt;span {
	display: block;
	position: relative;
	height: 30px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

header nav #main-menu&gt;li&gt;a:after,
header nav #main-menu&gt;li&gt;span:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #00af9d;
	width: 0;
	height: 5px;
	margin: 0;
	transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

header nav #main-menu&gt;li&gt;a:hover:after,
header nav #main-menu&gt;li&gt;span:hover:after {
	width: 34px;
	margin: 0 0 0 -17px;
	transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

header nav #main-menu&gt;li.active&gt;span:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #00af9d;
	width: 34px;
	height: 5px;
	margin: 0 0 0 -17px;
}

header #main-menu-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vw;
	z-index: 1;
}

header .menu-area {
	display: none;
	position: absolute;
	/* top: 45px; */
	left: 0;
	right: 0;
	border: none;
	background: #fff;
	width: 100vw;
	margin-left: calc((100% - 100vw) / 2);
	color: #2e3b4e;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1150px) {
	header .menu-area {
		width: 100%;
		margin: 0;
	}
}

header .menu-main {
	position: relative;
	display: table;
	width: 100%;
	margin: 0;
}

header .menu-main:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 99%;
	background: #f5f5f5;
	width: 100%;
	height: 100%;
	z-index: 1;
}

header .menu-main .menu-left {
	display: table-cell;
	vertical-align: top;
	position: relative;
	background: #f5f5f5;
	width: 26.95%;
	padding: 30px 5.21% 30px 0;
	font-size: 14px;
	z-index: 1;
}

header .menu-main .menu-left dt {
	position: relative;
	margin: 20px 0 45px 0;
	font-size: 24px;
	line-height: 1.1;
	color: #2e3b4e;
}

header .menu-main .menu-left dt:after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 40px;
	margin: 0;
	border-top: 1px solid #42bbac;
}

header .menu-main .menu-left dd a {
	display: inline-block;
	position: relative;
	min-width: 190px;
	background: #3197ca;
	padding: 15px 25px 15px 20px;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

header .menu-main .menu-left dd a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -4px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

header .menu-main .menu-left dd a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

header .menu-main .menu-right {
	vertical-align: top;
	position: relative;
	background: #fff;
	padding: 20px 0 20px 5.21%;
	font-size: 14px;
  height: 80vh;
  max-height: 700px;
  overflow: scroll;
}

header .menu-main .ctbox {
	position: relative;
	float: left;
	width: 46.15%;
	margin: 0 7.69% 20px 0;
	padding: 0 0 0 100px;
}

header .menu-main .ctbox:nth-child(2n) {
	margin: 0 0 20px 0;
}

header .menu-main .ctbox div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
}

header .menu-main .ctbox dt {
	margin: 0 0 10px 0;
}

header .menu-main .ctbox dt a {
	position: relative;
	display: block;
	background: #f1f1f1;
	padding: 10px 25px 10px 15px;
	line-height: 1.2;
	color: #2e3b4e;
}

header .menu-main .ctbox dt a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3193cc;
	border-right: 1px solid #3193cc;
	margin: -3px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

header .menu-main .ctbox dt a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

header .menu-main .ctbox dd {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 12px;
	line-height: 1.2;
}

header .menu-main .ctbox dd a {
	display: block;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

header .menu-main .menu-list {
	width: 100%;
}

header .menu-main .menu-list&gt;li {
	position: relative;
	float: left;
	width: 33.33%;
	height: 100px;
	margin: 0 0 10px 0;
}

header .menu-main .menu-list&gt;li a {
	position: relative;
	display: table;
	width: 100%;
	height: 100px;
	line-height: 1.2;
	color: #000;
}

header .menu-main .menu-list a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

header .menu-main .menu-list&gt;li a span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

header .menu-main .menu-list&gt;li a span:first-child {
	width: 100px;
}

header .menu-main .menu-list&gt;li a span:last-child {
	padding: 0 10px;
}

header nav .sub-menu {
	position: absolute;
	margin-top: -65px;
	right: 0;
	font-size: 13px;
	line-height: 1;
}

@media screen and (max-width: 1190px) {
	header nav .sub-menu {
		right: 10px;
	}
}

header nav .sub-menu .search {
	float: left;
	display: table;
	height: 40px;
}

header nav .sub-menu .search #search-form {
	display: table-cell;
	height: 40px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

header nav .sub-menu .search #search-form input[type='text'] {
	display: none;
	border: none;
	background: rgba(0, 0, 0, 0.3);
	width: 240px;
	height: 38px;
	padding: 5px;
	font-size: 13px;
	color: #fff;
	vertical-align: bottom;
}

header nav .sub-menu .search #search-form input[type='submit'] {
	display: none;
	border: none;
	background: #ccc;
	width: 40px;
	height: 38px;
	padding: 0;
	vertical-align: bottom;
}

header nav .sub-menu .search #search-icon {
	display: table-cell;
	background: url(../img/search-icon.svg) center center no-repeat;
	width: 40px;
	cursor: pointer;
}

header nav .sub-menu .lang {
	float: left;
	display: table;
	margin: 0 25px 0 10px;
	font-size: 14px;
}

header nav .sub-menu .lang li {
	display: table-cell;
	padding: 5px;
}

header nav .sub-menu .lang a {
	display: block;
	width: 20px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

header nav .sub-menu .lang a:hover,
header nav .sub-menu .lang li.now a {
	border-bottom: 1px solid #fff;
}

header nav .sub-menu .contact {
	float: left;
}

header nav .sub-menu .contact a {
	position: relative;
	display: block;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	width: 120px;
	height: 30px;
	padding: 0 20px 0 0;
  margin: 5px 0;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

header nav .sub-menu .contact a:hover {
	background: #00af9d;
  border: 1px solid #00af9d;
}

header.head-active nav .sub-menu .contact a {
  background-color: #00af9d;
  border: 1px solid #00af9d;
}

header nav .sub-menu .contact a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -4px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

header #main-menu-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vw;
	z-index: 1;
}

header.head-active {
	-webkit-animation: headanim 0.2s ease-out 1;
	-ms-animation: headanim 0.2s ease-out 1;
	animation: headanim 0.2s ease-out 1;
	position: fixed;
	background: #004e65;
}

@-webkit-keyframes headanim {
	from {
		top: -70px;
	}

	to {
		top: 0;
	}
}

@-ms-keyframes headanim {
	from {
		top: -70px;
	}

	to {
		top: 0;
	}
}

@keyframes headanim {
	from {
		top: -70px;
	}

	to {
		top: 0;
	}
}

header.is_products.head-active .sub-menu.fcb {
  display: none;
}

header.head-active .header-inner {
	height: 110px;
	border-bottom: none;
}

header.head-active.is_products .header-inner {
	height: 70px;
	border-bottom: none;
}

header.head-active .logo {
  bottom: 0;
  top: 0;
  margin: auto;
}

header.head-active.is_products .logo img {
  width: 92px;
	height: 100%;
}

header.head-active .menu-area {
	/* top: 70px; */
}

/* footer */

.gotop {
	width: 100%;
	height: 60px;
	border-top: 1px solid #f4f4f4;
}

.gotop a {
	position: relative;
	display: block;
	background: #fff;
	width: 100%;
	height: 60px;
	padding: 60px 0 0 0;
	overflow: hidden;
}

.gotop a:after {
	content: '';
	position: absolute;
	top: 27px;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #3193cc;
	border-right: 2px solid #3193cc;
	margin: 0 0 0 -8px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	z-index: 1;
}

.gotop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

footer {
	background: #f4f4f4;
	width: 100%;
	padding: 90px 0;
}

footer .ft-menu {
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
}

footer .ft-menu .logo {
	position: relative;
	float: left;
	width: 118px;
	height: 40px;
	margin-top: -5px;
	overflow: hidden;
	z-index: 2;
}

footer .ft-menu .logo img {
	width: 118px;
	height: 40px;
}

footer .ft-menu ul {
	float: right;
	display: table;
}

footer .ft-menu ul li {
	display: table-cell;
	text-align: center;
}

footer .ft-menu ul li&gt;a {
	display: block;
	position: relative;
	height: 58px;
	margin: 11px 0 0 0;
	padding: 0 10px;
	color: #2e3b4e;
	text-decoration: none;
}

footer .ft-menu ul li&gt;a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #294a66;
	width: 0;
	height: 5px;
	margin: 0;
	transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

footer .ft-menu ul li&gt;a:hover:after {
	width: 34px;
	margin: 0 0 0 -17px;
	transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

footer .ft-menu ul li.contact {
	width: 155px;
	padding: 0 0 0 15px;
	text-align: right;
}

footer .ft-menu ul li.contact a {
	background: #00af9d;
	width: 140px;
	height: 40px;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

footer .ft-menu ul li.contact a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -4px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

footer .ft-menu ul li.contact a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

footer .ft-menu ul li.contact a:hover:after {
	display: none;
}

@media screen and (max-width: 1040px) {
	footer .ft-menu ul {
		width: 100%;
		margin: 15px 0 0 0;
	}

	footer .ft-menu ul li&gt;a {
		padding: 0;
	}
}

footer nav {
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
	padding: 40px 0 40px 0;
}

footer nav&gt;ul&gt;li,
footer nav&gt;ul&gt;li&gt;span {
	display: none;
}

footer nav&gt;ul&gt;li:nth-child(1),
footer nav .menu-area {
	display: block !important;
	width: 100%;
}

footer .menu-area p {
	display: none;
}

footer nav .menu-area dl {
	float: left;
	width: 16.66%;
	padding: 0 10px 0 0;
}

footer nav .menu-area dl:nth-of-type(1) {
	width: 15.66%;
}

footer nav .menu-area dl:nth-of-type(2) {
	width: 14.66%;
}

footer nav .menu-area dl:nth-of-type(3) {
	width: 14.66%;
}

footer nav .menu-area dl:nth-of-type(4) {
	width: 17.66%;
}

footer nav .menu-area dl:nth-of-type(5) {
	width: 17.66%;
}

footer nav .menu-area dl:nth-of-type(6) {
	width: 19.66%;
}

footer nav .menu-area dl:nth-of-type(7) {
    margin-top: 15px;
}

footer nav .menu-area dl:nth-of-type(8) {
    margin-top: 10px;
    margin-left: 10px;
}

footer nav .menu-area dl dt {
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
}

footer nav .menu-area dl dd {
	padding: 0 0 0 1em;
	font-size: 11px;
	text-indent: -1em;
	line-height: 1.8;
}

footer nav .menu-area dl dt a,
footer nav .menu-area dl dd a {
	color: #5f6a7d;
}

footer nav .menu-area dl dt a:hover,
footer nav .menu-area dl dd a:hover {
	color: #2e3b4e;
}

footer .ft-btm {
	position: relative;
	width: 100%;
	padding: 35px 0 0 0;
	line-height: 1;
}

footer .ft-btm a {
	color: #5f6a7d;
}

footer .ft-btm ul {
	font-size: 12px;
}

footer .ft-btm ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #dcdcdc;
}

footer .ft-btm ul li:last-child {
	border-right: none;
	margin: 0;
	padding: 0;
}

footer .ft-btm p {
	float: right;
	font-size: 11px;
	text-align: right;
	color: #808a99;
}

footer .ft-btm .blank a {
	position: relative;
	padding-right: 15px;
}

footer .ft-btm .blank a:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	display: block;
	background: url(../img/icon-blank3.svg) center center no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	z-index: 1;
}

/* main */

article {
	position: relative;
	width: 100%;
	z-index: 1;
}

article.main {
	padding: 0 0 120px 0;
}

.bg1 {
	background: #fff;
	width: 100%;
	padding: 60px 0;
}

.bg2 {
	position: relative;
	background: #f5f5f5;
	width: 100%;
	padding: 60px 0;
}

.bg1.pt5:last-child,
.bg2.pt5:last-child {
	padding: 5px 0 120px 0;
}

.bg1.bt,
.bg2.bt {
	border-top: 1px solid #e4e4e4;
}

.bg1.bb,
.bg2.bb {
	border-bottom: 1px solid #e4e4e4;
}

.other {
	color: #0a88c5;
}

#page-title {
	position: relative;
	background: #203b51;
	background: -moz-linear-gradient(top, #203b51 0%, #54c4b7 100%);
	background: -webkit-linear-gradient(top, #203b51 0%, #54c4b7 100%);
	background: linear-gradient(to bottom, #203b51 0%, #54c4b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#203b51', endColorstr='#54c4b7', GradientType=0);
	width: 100%;
	padding: 127px 0 0 0;
	color: #fff;
	overflow: hidden;
}
article#page-title.products-title {
    padding: 0 !important;
}
#page-title.main-title {
	height: 590px;
}

article#page-title.main-title.download {
    height: 500px;
}

#page-title.sub-title {
	height: 470px;
}

#page-title.products-title {
	height: 590px;
}

article.products section:nth-child(odd) {
    background-color: #ffffff;
}

#page-title .main-img,
#page-title .pc-img {
	position: absolute;
	top: 0;
	/* left: 0; */
	background-repeat: no-repeat;
	/* background-attachment: fixed;
	background-position: center top; */
	width: 100vw;
	height: 100%;
	z-index: 1;
}

@media screen and (min-width: 1600px) {

	#page-title .main-img,
	#page-title .pc-img {
		background-size: 100%;
  }
  .top-slider .pc-img {
/* 		background-size: 15% !important; */
	}
}

#page-title .sp-img {
	display: none;
}

#page-title h1 {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: -36px 0 0 0;
	padding: 63px 0 0 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.download#page-title h1 {
    top: 60%;
}
#page-title.sub-title h1 {
	position: relative;
	top: auto;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

#page-title.products-title h1 {
	position: relative;
	top: 220px;
	width: 100%;
	max-width: 1150px;
	margin: 0px auto;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	color: #333;
	text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.top-slider h1{
  margin: 5px auto !important;
}
li.slide-li {
  height: 590px !important;
}

#page-title.products-title h1.wc {
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

#page-title.products-title h1 img {
	display: block;
	margin: 12px 0 0 0;
	text-shadow: none;
}
img.logo_sp{
	display: none !important;
}

@media screen and (max-width: 1190px) {
	#page-title.products-title h1 {
		max-width: 100%;
		padding: 0 30px;
	}

	/*#page-title.products-title h1 br {
		display: none;
	}*/
	#page-title.products-title h1 img {
		max-width: 60%;
		height: auto;
	}
}
.products-inner-menu {
  position: absolute;
  width: 100%;
  margin: 120px auto;
}
.slide-components {
  /* position: unset; */
  margin: 185px 0;
}
.slick-dots{
  top: 550px;
}
.slick-dots li{
  background: white;
  border-radius: 20px;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid white;
}
li.slick-active{
  background: #004e65;
}
.unslide-components {
  /* position: unset; */
  margin: 150px 0;
}
.bread {
	position: relative;
	height: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0;
	line-height: 1.2;
	color: #5f6a7d;
	z-index: 3;
}

.bread a {
	color: #5f6a7d;
}

.bread li {
	position: relative;
	display: inline;
	margin: 0 20px 0 0;
	padding: 2px 0;
	font-size: 11px;
	vertical-align: middle;
}

.bread li:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -12px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	margin: -3px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.bread li:last-child {
	max-width: 20em;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.bread li:last-child:after {
	display: none;
}

.bread.top,
.bread.top a {
	color: #fff;
}

.bread.btm {
	position: relative;
	display: table;
	margin-top: -50px;
	height: 50px;
}

.bread.btm li:after {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

.bread-btm {
	position: relative;
	display: table;
	margin-top: -30px;
	height: 30px;
}

.bread-btm .bread.btm {
	position: relative;
	display: table-cell;
	margin-top: 0;
	padding: 0 0 15px 0;
	height: 30px;
	vertical-align: bottom;
}

.sub-field {
	position: relative;
	background: #fff;
	width: 100%;
	max-width: 1150px;
	margin: -200px auto 0 auto;
	padding: 50px 70px;
}

.products-toptxt {
	font-size: 16px;
	text-align: center;
}

/* index */

#index-mainimg {
	background: #000;
	width: 100%;
	height: 100%;
	height: calc(100vh - 20vw);
	padding: 127px 0 0 0;
}

#index-mainimg .mainread {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#index-mainimg .mainread p {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: -70px auto 0;
	font-size: 53px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
	white-space: nowrap;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
	text-shadow: 0 0 0 rgba(0, 51, 51, 0);
	-webkit-animation: mainread 4s ease-out 2s 1 forwards;
	-ms-animation: mainread 4s ease-out 2s 1 forwards;
	animation: mainread 4s ease-out 2s 1 forwards;
	box-sizing: border-box;
	overflow: hidden;
}

@-webkit-keyframes mainread {
	0% {
		letter-spacing: 1.5em;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		-webkit-filter: blur(20px);
		-ms-filter: blur(20px);
		filter: blur(20px);
		text-shadow: 0 0 0 rgba(0, 51, 51, 0);
	}

	50% {
		letter-spacing: 0.2em;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		text-shadow: 0 0 0 rgba(0, 51, 51, 0);
	}

	100% {
		letter-spacing: 0.2em;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		text-shadow: 0 0 20px rgba(0, 51, 51, 0.5);
	}
}

@-ms-keyframes mainread {
	0% {
		letter-spacing: 1.5em;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		-webkit-filter: blur(20px);
		-ms-filter: blur(20px);
		filter: blur(20px);
		text-shadow: 0 0 0 rgba(0, 51, 51, 0);
	}

	50% {
		letter-spacing: 0.2em;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		text-shadow: 0 0 0 rgba(0, 51, 51, 0);
	}

	100% {
		letter-spacing: 0.2em;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		text-shadow: 0 0 20px rgba(0, 51, 51, 0.5);
	}
}

@keyframes mainread {
	0% {
		letter-spacing: 1.5em;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		-webkit-filter: blur(20px);
		-ms-filter: blur(20px);
		filter: blur(20px);
		text-shadow: 0 0 0 rgba(0, 51, 51, 0);
	}

	50% {
		letter-spacing: 0.2em;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		text-shadow: 0 0 0 rgba(0, 51, 51, 0);
	}

	100% {
		letter-spacing: 0.2em;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		text-shadow: 0 0 20px rgba(0, 51, 51, 0.5);
	}
}

#index-mainimg .mainbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: calc(100vh - 20vw);
	overflow: hidden;
	z-index: 1;
}

#index-mainimg .mainbg video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

#index-mainimg .maincolor {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/top-mesh.png);
	width: 100%;
	height: 100%;
	height: 100vh;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 2;
}

#index-mainimg .txtmove {
	position: absolute;
	bottom: 40px;
	width: 100%;
	height: 130px;
	overflow: hidden;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	z-index: 1;
}

#index-mainimg .txtmove p {
	position: relative;
	-webkit-animation: leftSlide 60s linear infinite;
	-ms-animation: leftSlide 60s linear infinite;
	animation: leftSlide 60s linear infinite;
	width: 3800px;
	height: 130px;
}

@-webkit-keyframes leftSlide {
	0% {
		margin-left: 100%;
	}

	100% {
		margin-left: -3800px;
	}
}

@-ms-keyframes leftSlide {
	0% {
		margin-left: 100%;
	}

	100% {
		margin-left: -3800px;
	}
}

@keyframes leftSlide {
	0% {
		margin-left: 100%;
	}

	100% {
		margin-left: -3800px;
	}
}

.index-emergency {
	margin-top: 60px;
}

.index-emergency dl {
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 20px 40px;
	font-size: 16px;
	line-height: 1.3;
}

.index-emergency dt {
	float: left;
}

.index-emergency dd {
	margin: 0 0 0 90px;
}

.index-menu h2 {
	float: left;
	margin: 0 45px 0 0;
	padding: 5px 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
}

.index-menu h3 {
	display: none;
}

.index-menu ul {
	display: table;
	float: left;
}

.index-menu ul li {
	position: relative;
	display: table-cell;
	height: 40px;
	padding: 0 15px;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	color: #2e3b4e;
	cursor: pointer;
}

.index-menu ul li.two {
	padding: 4px 15px;
	line-height: 16px;
}

.index-menu ul li.active {
	background: #004e65;
	color: #fff;
}

.index-menu ul li.active:after {
	content: '\25BC';
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 20px;
	height: 20px;
	margin: 0 0 0 -10px;
	line-height: 1;
	color: #004e65;
}

@media screen and (max-width: 1050px) {
	.index-menu ul {
		width: 100%;
		margin-top: 10px;
	}

	.index-menu ul li {
		padding: 0 5px;
	}

	.index-menu ul li.two {
		line-height: 40px;
	}

	.index-menu ul li br {
		display: none;
	}
}

.index-menu p {
	float: right;
	width: 90px;
}

.index-menu p a {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	width: 90px;
	height: 40px;
	padding: 0 5px 0 0;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	color: #2e3b4e;
}

.index-menu p a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3193cc;
	border-right: 1px solid #3193cc;
	margin: -4px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.index-menu p a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.index-tab&gt;div {
	display: none;
}

.index-tab&gt;div:first-child {
	display: block;
}

.index-product-tab {
	margin-top: 30px;
}

.index-product .p-list {
	position: relative;
	display: block;
	width: 383px !important;
	padding: 0 3px 0 0;
	color: #2e3b4e;
}

.index-product .p-img {
	position: relative;
	width: 100%;
	padding: 58% 0 0 0;
	overflow: hidden;
}

.index-product .p-img img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.index-product .p-list:hover .p-img img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.index-product dl {
	padding: 20px 60px 20px 10px;
}

.index-product dl dt {
	margin: 0 0 8px 0;
	font-size: 13px;
	line-height: 1.3;
}

.index-product dl dd {
	font-size: 22px;
	line-height: 1.3;
}

.index-product .slick-prev,
.index-product .slick-next {
	position: absolute;
	top: 0;
	margin: 0;
	width: 40px;
	height: 220px;
	padding: 0 0 0 40px;
	background: #004e65;
	cursor: pointer;
	border: none;
	z-index: 100;
	overflow: hidden;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.index-product .slick-prev:hover,
.index-product .slick-next:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.index-product .slick-prev {
	left: 0;
}

.index-product .slick-prev:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 17px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: -6px 0 0 0;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	z-index: 1;
}

.index-product .slick-next {
	right: 0;
}

.index-product .slick-next:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 17px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: -6px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.index-spmenu {
	display: none;
}

.index-search {
	width: 100%;
	margin-top: 20px;
  margin-bottom: 60px;
}

.index-search li {
	float: left;
	width: 49.1%;
}

.index-search li:last-child {
	float: right;
}

.index-search li a {
	position: relative;
	display: block;
	background: #eee;
	height: 60px;
	font-size: 15px;
	line-height: 60px;
	text-align: center;
	color: #2e3b4e;
	cursor: pointer;
}

.index-search li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.index-search li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #3193cc;
	border-right: 1px solid #3193cc;
	margin: -5px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.index-banners {
	width: 100%;
	padding-top: calc(10px + 1vw);
	padding-bottom: 1%;
  margin: auto;
}

.index-banners.fcb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

ul.index-banners.fcb.second {
    padding-top: 0px;
    padding-bottom: calc(20px + 1vw);
}

/* .index-banners.fcb {
	width: 100%;
	margin: 0 auto;
	max-width: 1150px;
} */
.index-banners li {
	width: 32.66%;
	margin-right: 1%;
}

.index-banners li:last-child {
	float: right;
	margin-right: 0;
}

.index-banners li a {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 60px;
	text-align: center;
	color: #2e3b4e;
	cursor: pointer;
}

.index-banners li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

/* .index-banners li a:after {
	content:"";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #3193cc;
	border-right: 1px solid #3193cc;
	margin: -5px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
} */
.index-banners li img {
	width: 100%;
}

.index-news-top {
	margin-top: 80px;
}

.index-tab.news-tab dl {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#index-tab2 dl a {
	color: #5f6a7d;
}

.index-leading-top {
	margin-top: 90px;
}

.index-leading {
	position: relative;
	width: 100%;
	max-width: 1150px;
	margin: 40px auto 0 auto;
}

@media screen and (max-width: 1150px) {
	.index-leading {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.index-leading .l-list {
	position: relative;
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #e4e4e4;
	width: 23.7% !important;
	margin: 0 1.7% 0 0;
	padding: 0;
	color: #5f6a7d;
}

.index-leading .l-list:nth-child(4n) {
	margin: 0;
}

.index-leading .l-img {
	position: relative;
	width: 100%;
	padding: 58% 0 0 0;
	overflow: hidden;
}

.index-leading .l-img img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.index-leading .l-list:hover .l-img img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.index-leading dl {
	position: relative;
	padding: 24px 0 70px 22px;
}

.index-leading dl dt {
	border-bottom: 1px solid #ccc;
	margin: 0 0 14px 0;
	padding: 0 22px 14px 0;
	font-size: 18px;
	line-height: 1.2;
	color: #2e3b4e;
}

.index-leading dl dd {
	line-height: 1.6;
	padding: 0 22px 0 0;
}

.index-leading p.cat {
	position: absolute;
	display: block;
	left: 22px;
	bottom: 18px;
	border: 1px solid #3193cc;
	padding: 10px 10px;
	font-size: 12px;
	line-height: 1.1;
	color: #3193cc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

@media screen and (max-width: 850px) {
	.index-leading p.cat {
		max-width: 130px;
	}
}

.index-topics {
	position: relative;
	background: #8fa5b9 url(../img/topics-bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 40px 0 120px 0;
}

.index-topics h2 {
	position: relative;
	height: 50px;
	margin: 0 0 75px 0;
	font-size: 50px;
	font-weight: normal;
	line-height: 50px;
	letter-spacing: 0.075em;
	text-align: center;
	color: #fff;
}

.index-topics h2:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -35px;
	width: 50px;
	border-top: 1px solid #fff;
	margin: 0 0 0 -25px;
}

.index-topics ul {
	width: 100%;
}

.index-topics ul li {
	float: left;
	width: 50%;
	padding: 0 1px 1px 0;
}

.index-topics ul li a {
	position: relative;
	display: block;
	background: #999;
	width: 100%;
	padding: 120px 0 45px 0;
	line-height: 1;
	color: #fff;
	overflow: hidden;
}

.index-topics ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.index-topics ul li a:before {
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	border: 1px solid #fff;
	width: 56px;
	height: 56px;
	margin: 0 0 0 -28px;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	z-index: 3;
}

.index-topics ul li:nth-child(1) a:before {
	background: url(../img/t-icon_01.svg) center center no-repeat;
	background-size: cover;
}

.index-topics ul li:nth-child(2) a:before {
	background: url(../img/t-icon_02.svg) center center no-repeat;
	background-size: cover;
}

.index-topics ul li:nth-child(3) a:before {
	background: url(../img/t-icon_03.svg) center center no-repeat;
	background-size: cover;
}

.index-topics ul li:nth-child(4) a:before {
	background: url(../img/t-icon_04.svg) center center no-repeat;
	background-size: cover;
}

.index-topics ul li dl {
	position: relative;
	z-index: 2;
}

.index-topics ul li dt {
	margin: 0 0 10px 0;
	font-size: 24px;
	letter-spacing: 0.075em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.index-topics ul li dd {
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.index-topics ul li .t-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.index-topics ul li .t-img img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.index-topics ul li a:hover .t-img img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

/* module */

.module .module-name {
	margin: 40px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #2e3b4e;
}

.module .module-txt {
	display: block;
	width: 70%;
	height: 7em;
	border: 1px solid #ccc;
	margin: 20px auto 40px auto;
	padding: 10px;
	font-size: 12px;
	color: #666;
}

.module .module-txt:last-child {
	margin: 20px auto 0 auto;
}

.module .head1 {
	position: relative;
	margin: 60px 0 30px 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.4;
}

.module .head2 {
	position: relative;
	margin: 60px 0 65px 0;
	padding: 0;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.3;
}

.module .head2:after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	width: 50px;
	margin: 0;
	border-top: 1px solid #42bbac;
}

.module .head2.tc:after {
	left: 50%;
	margin: 0 0 0 -25px;
}

.module .head2 span {
	font-size: 48px;
}

.module .head3 {
	position: relative;
	border-bottom: 1px solid #d1d1d1;
	margin: 60px 0 30px 0;
	padding: 0 0 15px 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
}

.module .head3:first-of-type {
	margin: 30px 0;
}

.module .head3:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	margin: 0;
	border-top: 2px solid #3193cc;
}

.module .head3.tc:after {
	left: 50%;
	margin: 0 0 0 -50px;
}

.module .head3.library-head {
	margin: -40px 0 30px 0;
	padding: 100px 0 15px 0;
	z-index: 1;
}

.module .head3.library-head:first-child {
	margin: -100px 0 30px 0 !important;
	padding: 100px 0 15px 0 !important;
	z-index: 1;
}

.module .head4 {
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	margin: 30px 0 20px 0;
	padding: 0 0 8px 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
}

.module .head5 {
	position: relative;
	margin: 40px 0 20px 0;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2;
}

.module .head5 span {
	padding-right: 10px;
	font-size: 35px;
	font-weight: normal;
	color: #0a88c5;
}

.module .head6 {
	position: relative;
	border-left: 3px solid #3197ca;
	margin: 30px 0 20px 0;
	padding: 2px 0 2px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.module .head7 {
	position: relative;
	margin: 30px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #3197ca;
}

.module .head8 {
	position: relative;
	margin: 30px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.module h2:first-child,
.module h3:first-child,
.module h4:first-child,
.module h5:first-child,
.module h6:first-child,
.module h7:first-child,
.module h8:first-child {
	margin-top: 0;
}

.module h2.rss-on {
	padding-right: 35px;
}

.module h2 .rss {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.module h2 .rss img {
	width: 30px;
	height: 30px;
}

.module p {
	margin: 20px 0;
}

.module p:first-child {
	margin-top: 0;
}

.module p:last-child {
	margin-bottom: 0;
}

.module .read {
	border: none;
	margin-bottom: 10px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #2e3b4e;
}

.module .read:after {
	display: none;
}

.module .read+p {
	margin-top: 0;
}

.module .read2 {
	border: none;
	margin-bottom: 10px;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
	color: #2e3b4e;
}

.module .read2:after {
	display: none;
}

.module .read2+p {
	margin-top: 0;
}

.module .striking {
	margin-top: 25px;
	font-size: 18px;
	color: #2e3b4e;
	line-height: 1.4;
}

.module .big {
	font-size: 16px;
}

.module .normal {
	font-size: 14px;
}

.module .small {
	font-size: 12px;
}

.module ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

.module ul:first-of-type {
	margin-top: 0;
}

.module ul:last-of-type {
	margin-bottom: 0;
}

.module ul li {
	position: relative;
	padding: 0 0 0 1.5em;
}

.module ul li:before {
	content: '';
	position: absolute;
	top: 0.75em;
	left: 0.5em;
	background: #2e3b4e;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.module ul.notes li:before {
	content: '\203B';
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	width: 1em;
	height: 1em;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.module ul.none li {
	padding: 0 0 0 1em;
}

.module ul.none li:before {
	display: none;
}

.module ul.box {
	border: 1px solid #b2d7f7;
	width: 100%;
	padding: 20px;
	line-height: 1.2;
	text-align: center;
	color: #0a88c5;
}

.module ul.box li {
	display: inline-block;
	position: relative;
	margin: 5px 10px;
	padding: 0;
}

.module ul.box li:before {
	content: '\30FB';
	position: relative;
	top: auto;
	left: auto;
	background: none;
	width: auto;
	height: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.index .link a,
.module .link a {
	position: relative;
}

.index .link a:after,
.module .link a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3093cc;
	border-right: 1px solid #3093cc;
	margin: 2px 8px 5px 6px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	vertical-align: middle;
	z-index: 1;
}

.index .pdf a,
.module .pdf a {
	position: relative;
	padding: 0 0 0 20px;
}

.index .pdf a:before,
.module .pdf a:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	background: url(../img/icon-pdf.svg) center center no-repeat;
	background-size: 14px 18px;
	width: 14px;
	height: 18px;
	z-index: 1;
}

.index .blank a,
.module .blank a {
	position: relative;
}

.index .blank a:after,
.module .blank a:after {
	content: '';
	display: inline-block;
	background: url(../img/icon-blank.svg) center center no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	margin: 0px 8px 2px 6px;
	vertical-align: middle;
	z-index: 1;
}

.module .rsslink a {
	position: relative;
	padding: 0 0 0 22px;
}

.module .rsslink a:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../img/icon-rss2.svg) center center no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	z-index: 1;
}

.module .dllink a {
	position: relative;
}

.module .dllink a:after {
	content: '';
	display: inline-block;
	background: url(../img/icon-dl.svg) center center no-repeat;
	background-size: 14px;
	width: 14px;
	height: 14px;
	margin: 0px 8px 3px 6px;
	vertical-align: middle;
	z-index: 1;
}

.module ul.link li,
.module ul.pdf li,
.module ul.blank li {
	padding: 0;
}

.module ul.link li:before,
.module ul.pdf li:before,
.module ul.blank li:before {
	display: none;
}

.module ul.link.tr li,
.module ul.pdf.tr li,
.module ul.blank.tr li {
	text-align: right;
}

.module ol {
	counter-reset: num;
	margin-top: 20px;
	margin-bottom: 20px;
}

.module ol:first-of-type {
	margin-top: 0;
}

.module ol:last-of-type {
	margin-bottom: 0;
}

.module ol&gt;li {
	position: relative;
	padding: 0 0 0 2.4em;
}

.module ol&gt;li:before {
	counter-increment: num;
	content: counter(num) ' .';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.8em;
	text-align: right;
	text-wrap: none;
	white-space: nowrap;
}

.module ol.num li {
	margin-left: 1em;
	padding: 0 0 0 2.6em;
}

.module ol.num li:before {
	content: '('counter(num) ')';
	left: 0;
	width: 2em;
	text-align: center;
	white-space: nowrap;
}

.module ol.notes li {
	padding: 0 0 0 2.8em;
}

.module ol.notes li:before {
	content: '\203B'counter(num);
	width: 2.5em;
	text-align: left;
	color: #5f6a7d;
	white-space: nowrap;
}

.module dl {
	margin: 20px 0;
}

.module dl:first-of-type {
	margin: 0 0 20px 0;
}

.module dl:last-of-type {
	margin: 20px 0 0 0;
}

.module dt {
	margin: 20px 0 0 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #2e3b4e;
}

.module dt:first-child {
	margin: 0;
}

.module dd {
	margin-bottom: 5px;
}

.module dd:last-of-type {
	margin-bottom: 20px;
}

.module dl.indent dd {
	position: relative;
	margin: 0 0 0 1.4em;
}

.module dl.indent dd:before {
	content: '';
	position: absolute;
	top: 0.75em;
	left: -0.85em;
	background: #2e3b4e;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.module .column1,
.module .column2,
.module .column3,
.module .column4 {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.module .column1:first-child,
.module .column2:first-child,
.module .column3:first-child,
.module .column4:first-child {
	margin-top: 0;
}

.module .column1.cb,
.module .column2.cb,
.module .column3.cb,
.module .column4.cb {
	border: 1px solid #d1d1d1;
	background: #f5f5f5;
	padding: 26px 30px;
}

.module .bg2 .cb {
	background: #fff;
}

.module .column2&gt;div {
	float: left;
	width: 48.2%;
}

.module .column2&gt;div:nth-child(2n) {
	float: right;
	width: 48.2%;
}

.module .column2&gt;div:nth-child(2n).normal {
	float: left;
}

.module .column2&gt;div:nth-child(n + 3) {
	margin-top: 30px;
}

.module .column3&gt;div {
	float: left;
	width: 31.13%;
	margin-right: 3.3%;
}

.module .column3&gt;div:nth-child(3n) {
	float: right;
	width: 31.13%;
	margin-right: 0;
}

.module .column3&gt;div:nth-child(3n).normal {
	float: left;
	margin-right: 3.3%;
}

.module .column3&gt;div:nth-child(n + 4) {
	margin-top: 30px;
}

.module .column3.double&gt;div {
	float: left;
	width: 31.13%;
	margin: 0;
}

.module .column3.double&gt;div:nth-child(2) {
	float: right;
}

.module .column3.double&gt;div.text {
	width: 65.56%;
}

.module .column4&gt;div {
	float: left;
	width: 22.6%;
	margin-right: 3.2%;
}

.module .column4&gt;div:nth-child(4n) {
	float: right;
	width: 22.6%;
	margin-right: 0;
}

.module .column4&gt;div:nth-child(n + 5) {
	margin-top: 30px;
}

.module .border-box {
	position: relative;
	max-width: 100%;
	border-bottom: 1px solid #ddd;
	margin: 0 0 45px 0 !important;
	padding: 0 0 45px 0 !important;
}

.module .border-box.first {}

.module .border-box.last {
	margin: 0;
}

.module figure {
	display: inline-block;
	max-width: 100% !important;
	line-height: 1.5;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.module figure img {
	display: block;
	max-width: 100%;
}

.module figure figcaption {
	display: inline-block;
	margin-top: 8px;
	text-align: center;
}

.module .imgbox {
	position: relative;
	width: 100%;
	margin: 0 auto 15px auto;
	padding: 66% 0 0 0;
	overflow: hidden;
}

.module .imgbox:last-child {
	margin-bottom: 0px;
}

.module .imgbox&gt;img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.module .image-fl {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.module .image-fr {
	position: relative;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.module .youtube {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 56.25% 0 0 0;
	overflow: hidden;
}

.module .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.module .youtube-wrapper {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}

.module table {
	width: 100%;
}

.module table td {
	word-break: break-all;
}

.module table.basic {
	margin: 20px 0;
}

.module table.basic:first-of-type {
	margin: 0 0 20px 0;
}

.module table.basic:last-of-type {
	margin: 20px 0 0 0;
}

.module table.basic&gt;tr&gt;th,
.module table.basic&gt;tbody&gt;tr&gt;th {
	vertical-align: middle;
	border: 1px solid #d5d5d5;
	background: #e7f5fb;
	padding: 12px 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}

.module table.basic .table-top th {
	background: #3197ca;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

.module table.basic&gt;tr&gt;td,
.module table.basic&gt;tbody&gt;tr&gt;td {
	vertical-align: middle;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 12px 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}

.module table.basic.light th {
	background: #fff;
	color: #2e3b4e;
}

.module table.basic.light .table-top th {
	background: #fff;
	text-align: center;
	color: #2e3b4e;
}

.module table.simple {
	margin: 20px 0;
}

.module table.simple:first-of-type {
	margin: 0 0 20px 0;
}

.module table.simple:last-of-type {
	margin: 20px 0 0 0;
}

.module table.simple&gt;tr&gt;th,
.module table.simple&gt;tbody&gt;tr&gt;th {
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #e7e7e7;
	padding: 15px 15px 15px 0;
	font-weight: normal;
	text-align: left;
}

.module table.simple&gt;tr&gt;td,
.module table.simple&gt;tbody&gt;tr&gt;td {
	vertical-align: top;
	border-bottom: 1px solid #e7e7e7;
	padding: 15px 0;
	text-align: left;
}

.module table.simple table {
	width: 100%;
}

.module table.simple table th {
	vertical-align: middle;
	border: 1px solid #d5d5d5;
	background: #e7f5fb;
	padding: 12px 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}

.module table.simple table td {
	vertical-align: middle;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 12px 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}

.module .prelusion {
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
}

.module .prelusion&gt;div {
	position: relative;
	float: left;
	background: #fff;
	width: 33.3333%;
	margin: 0 -1px 20px 0;
}

.module .prelusion&gt;div&gt;div {
	position: relative;
	border: 1px solid #d5d5d5;
	background: #fff;
	margin: 0 0 -1px 0;
}

.module .prelusion .image {
	padding: 20px;
	text-align: center;
}

.module .prelusion .title {
	clear: both;
	padding: 15px 20px;
	line-height: 1.5;
	text-align: center;
}

.module .prelusion .text {
	padding: 15px 20px;
	font-size: 13px;
	line-height: 1.5;
}

.module .prelusion&gt;div.c2 {
	width: 66.6666%;
}

.module .prelusion&gt;div.c2 .image:nth-child(1) {
	float: left;
	width: 50%;
	border-right: none;
	padding: 20px 10px 20px 20px;
}

.module .prelusion&gt;div.c2 .image:nth-child(2) {
	float: left;
	width: 50%;
	border-left: none;
	padding: 20px 20px 20px 10px;
}

.module .btn {
	font-size: 0px;
}

.module .btn a,
.module .btn button {
	display: inline-block;
	position: relative;
	border: none;
	background: #3193cc;
	width: 100%;
	max-width: 730px;
	padding: 28px 40px 28px 30px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
}

.module .btn a:after,
.module .btn button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: -5px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 2;
}

.module .btn a:hover,
.module .btn button:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.module .btn .blank,
.module .btn .contact,
.module .btn .download,
.module .btn .material,
.module .btn .people {
	position: relative;
	display: inline-block;
	padding: 0 0 0 60px;
}

.module .btn .print,
.module .btn .map {
	position: relative;
	display: inline-block;
	padding: 0 0 0 50px;
}

.module .btn .blank:before,
.module .btn .contact:before,
.module .btn .download:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border: 1px solid #fff;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}

.module .btn .blank:before {
	background: url(../img/icon-blank2.svg) center center no-repeat;
	background-size: 24px;
}

.module .btn .contact:before {
	background: url(../img/icon-mail2.svg) center center no-repeat;
	background-size: 24px;
}

.module .btn .download:before {
	background: url(../img/icon-dl2.svg) center center no-repeat;
	background-size: 24px;
}

.module .btn .material:before,
.module .btn .people:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border: 1px solid #004e65;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}

.module .btn .material:before {
	background: url(../img/icon-mt.svg) center center no-repeat;
	background-size: 24px;
}

.module .btn .people:before {
	background: url(../img/icon-pe.svg) center center no-repeat;
	background-size: 24px;
}

.module .btn .print:before,
.module .btn .map:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #a5a5a5;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
}

.module .btn .print:before {
	background: #a5a5a5 url(../img/icon-print.svg) center center no-repeat;
	background-size: 18px;
}

.module .btn .map:before {
	background: #a5a5a5 url(../img/icon-map.svg) center center no-repeat;
	background-size: 20px;
}

.module .btnarea {
	position: relative;
	width: 100%;
}

.module .btnarea a,
.module .btnarea button {
	padding: 30px 40px 30px 30px;
	font-size: 16px;
}

.module .btnarea&gt;div {
	float: left;
	width: 48.86%;
}

.module .btnarea&gt;div:nth-of-type(2n) {
	float: right;
}

.module .btnarea&gt;div .btn {
	display: table !important;
	width: 100%;
}

.module .btnarea&gt;div .btn a {
	display: table-cell !important;
	vertical-align: middle !important;
}

.module .btnmini a {
	display: inline-block;
	position: relative;
	background: #3193cc;
	min-width: 105px;
	padding: 6px 20px 6px 15px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
}

.module .btnmini a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 7px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.module .btnmini a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.module a.btnc1 {
	background: #00af9d;
}

.module a.btnc2 {
	background: #004e65;
}

.module a.btnc3 {
	border: 1px solid #d5d5d5;
	background: #fff;
	color: #2e3b4e;
}

.module a.btnc3:after {
	border-top: 2px solid #3193cc;
	border-right: 2px solid #3193cc;
}

.module a.btnc4 {
	background: #eee;
	color: #2e3b4e;
}

.module a.btnc4:after {
	border-top: 2px solid #3193cc;
	border-right: 2px solid #3193cc;
}

.module .btnarea a.btnc4,
.module .btnarea button.btnc4 {
	padding: 22px 40px 22px 30px;
	font-size: 14px;
}

.module .pager {
	position: relative;
	width: auto;
	margin: 30px auto 0 auto;
	font-size: 16px;
	text-align: center;
}

.module .pager p {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.module .pager p.search {
	display: block;
	widows: 100%;
	text-align: center;
}

.module .pager a {
	display: inline-block;
	position: relative;
	height: 40px;
	color: #2e3b4e;
	text-decoration: none;
	line-height: 40px;
}

.module .pager .prev {
	padding: 0 20px 0 0;
	white-space: nowrap;
}

.module .pager .prev a {
	padding: 0 0 0 30px;
	white-space: nowrap;
}

.module .pager .prev a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #004e65;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 1;
}

.module .pager .prev a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 0;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	z-index: 2;
}

.module .pager .next {
	padding: 0 0 0 20px;
	white-space: nowrap;
}

.module .pager .next a {
	padding: 0 30px 0 0;
	white-space: nowrap;
}

.module .pager .next a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: #004e65;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 1;
}

.module .pager .next a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 2;
}

.module .pager .prev a:hover,
.module .pager .next a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.module .pager .page a {
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 40px;
	margin: 0 -1px -1px 0;
	line-height: 38px;
	text-align: center;
}

.module .pager .return a {
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 170px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
}

.module .pager .page a:hover,
.module .pager .return a:hover {
	background: #f5f5f5;
}

.module .pager .page a.active,
.module .pager .return a.active {
	background: #e1e1e1;
	color: #fff;
}

.module .pager .page span.current {
	display: inline-block;
	position: relative;
	border: 1px solid #e1e1e1;
	background: #e1e1e1;
	width: 40px;
	margin: 0 -1px -1px 0;
	line-height: 38px;
	text-align: center;
	color: #fff;
}

.module .pager img {
	vertical-align: middle;
	margin: 0 0 4px 0;
}

.module .pager .page.search {
	letter-spacing: -0.4em;
}

.module .pager .page.search a,
.module .pager .page.search span {
	letter-spacing: normal;
}

.module .pager a.prev {
	padding: 0 20px 0 30px;
	white-space: nowrap;
	border: none;
	display: inline;
	background: none;
}

.module .pager a.prev:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #004e65;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 1;
}

.module .pager a.prev:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 0;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	z-index: 2;
}

.module .pager a.next {
	padding: 0 30px 0 20px;
	white-space: nowrap;
	border: none;
	display: inline;
	background: none;
}

.module .pager a.next:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: #004e65;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 1;
}

.module .pager a.next:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 2;
}

.module .pager a.prev:hover,
.module .pager a.next:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: none;
}

.module .search-area {
	position: relative;
	width: 100%;
	margin: 40px 0 0 0;
}

.module .search-area:first-child {
	margin: 0;
}

.module .search-area dt {
	position: relative;
	background: #458ec7;
	width: 100%;
	margin: 0;
	padding: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.module .search-area dt:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	border-top: 2px solid #fff;
	margin: -1px 0 0 0;
	z-index: 1;
}

.module .search-area dt:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 23px;
	height: 18px;
	border-left: 2px solid #fff;
	margin: -9px 0 0 0;
	z-index: 1;
}

.module .search-area dt.active:before {
	display: none;
}

.module .search-area dd {
	display: none;
	position: relative;
	background: #f5f5f5;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #2e3b4e;
	line-height: 1.2;
}

@media screen and (min-width: 1051px) {
  .module .search-area dd.view {
    display: flex;
    justify-content: right;
  }
}
@media screen and (max-width: 1050px) {
  .module .search-area dd.view {
    display: block;
  }
}


.module .flow-list {
	position: relative;
	display: table;
	table-layout: fixed;
	background: #0a88c5;
	width: 100%;
	width: calc(100% - 20px);
	height: 60px;
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

.module .flow-list:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0px;
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 20px;
	border-color: transparent transparent transparent #0a87c5;
	z-index: 2;
}

.module .flow-list li {
	position: relative;
	display: table-cell;
	background: #0a88c5;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0 5px 0 25px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
}

.module .flow-list li:before {
	content: '';
	position: absolute;
	top: -5px;
	left: auto;
	right: -20px;
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 23px;
	border-color: transparent transparent transparent #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	z-index: 1;
}

.module .flow-list li:after {
	content: '';
	position: absolute;
	right: -17px;
	top: 0px;
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 20px;
	border-color: transparent transparent transparent #0a87c5;
	z-index: 2;
}

.module .flow-list li:last-child:after,
.module .flow-list li:last-child:before {
	display: none;
}

.module .flow-list.gl {
	background: #dadada;
}

.module .flow-list.gl:after {
	border-color: transparent transparent transparent #dadada;
}

.module .flow-list.gl li {
	background: #dadada;
}

.module .flow-list.gl li:after {
	border-color: transparent transparent transparent #dadada;
}

.module .flow-list.gl li.active {
	background: #9f9f9f;
}

.module .flow-list.gl li.active:after {
	border-color: transparent transparent transparent #9f9f9f;
}

.image-menu {
	position: relative;
	width: 100%;
}

.module .image-menu dl {
	position: relative;
	float: left;
	background: #fff;
	width: 31.82%;
	margin: 0 2.27% 20px 0;
	padding: 0;
}

.module .image-menu dl:nth-child(3n) {
	margin: 0 0 20px 0;
}

.module .image-menu dt {
	margin: 0;
	padding: 0;
}

.image-menu dt .imgbox {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50% 0 0 0;
	overflow: hidden;
}

.image-menu dt .imgbox&gt;div {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #fff;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	overflow: hidden;
	z-index: 2;
}

.image-menu dt a {
	display: block;
	text-decoration: none;
}

.image-menu dt a span {
	position: relative;
	display: block;
	background: #2b2b2b;
	padding: 24px 35px 24px 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.1;
	color: #fff;
}

.image-menu dt a span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: -6px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.image-menu dt a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.image-menu dt a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.image-menu dt a:hover .imgbox&gt;img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.module .image-menu dd {
	background: #fff;
	margin: 0;
	padding: 20px;
}

.image-menu2 {
	position: relative;
	width: 100%;
}

.image-menu2&gt;a {
	display: block;
	position: relative;
	float: left;
	background: #fff;
	width: 23.3%;
	margin: 0 2.26% 20px 0;
	padding: 0;
	text-decoration: none;
}

.image-menu2&gt;a:nth-child(4n) {
	float: right;
	width: 23.3%;
	margin-right: 0;
}

.image-menu2&gt;a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.image-menu2&gt;a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.image-menu2&gt;a:hover .imgbox&gt;img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.image-menu2 .imgbox {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50% 0 0 0;
	overflow: hidden;
}

.image-menu2 .imgbox&gt;div {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	overflow: hidden;
	z-index: 2;
}

.module .image-menu2 dl {
	margin: 0;
	padding: 20px 30px;
}

.module .image-menu2 dl dt {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	color: #3193cc;
}

.module .image-menu2 dl dd {
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	color: #5f6a7d;
}

.image-menu3 {
	position: relative;
	width: 100%;
}

.image-menu3&gt;a {
	display: block;
	position: relative;
	float: left;
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
	width: 31.82%;
	margin: 0 2.27% 20px 0;
	padding: 0;
}

.image-menu3&gt;a:nth-child(3n) {
	margin: 0 0 20px 0;
}

.image-menu3 .imgbox {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50% 0 0 0;
	overflow: hidden;
}

.image-menu3 h3 {
	padding: 20px 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #3193cc;
}

.image-menu3 h3:after {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon-blank.svg) center center no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	margin: 0 0 0 5px;
	z-index: 1;
}

.image-menu3&gt;a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.image-menu3&gt;a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.image-menu3&gt;a:hover .imgbox&gt;img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.catch-menu {
	position: relative;
	width: 100%;
}

.catch-menu a {
	display: block;
	position: relative;
	float: left;
	border: 1px solid #e4e4e4;
	background: #fff;
	width: 31.82%;
	margin: 0 2.27% 20px 0;
	padding: 0 0 100px 0;
	text-decoration: none;
}

.bg2 .catch-menu a {
	border: none;
}

.catch-menu a:nth-child(3n) {
	margin: 0 0 20px 0;
}

.catch-menu .imgbox {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50% 0 0 0;
	overflow: hidden;
	z-index: 1;
}

.catch-menu a:hover .imgbox&gt;img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.module .catch-menu dl {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
}

.module .catch-menu dl dt {
	width: 100%;
	min-height: 100px;
	margin: 0;
	padding: 38px 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	color: #3193cc;
	-webkit-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}

.catch-menu dl dt small {
	font-size: 16px;
}

.catch-menu dl dt span {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.2;
}

.catch-menu dl dt div {
	position: absolute;
	top: -35px;
	left: 50%;
	background: #fff;
	width: 70px;
	height: 70px;
	margin: 0 0 0 -35px;
	padding: 0;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}

.catch-menu dl dt div img {
	margin-top: -70px;
}

.module .catch-menu dl dd {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: 1.6;
	text-align: center;
	color: #3193cc;
}

.catch-menu a.active dl dt {
	padding: 58px 20px 18px 20px;
}

.catch-menu a.active dl dt div {
	background: #2e3b4e;
}

.catch-menu a.active dl dt div img {
	margin-top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.page-menu {
	display: block !important;
	position: relative;
	background: #f5f5f5;
	width: 100%;
	z-index: 999;
}

.module .page-menu .inner {
	padding: 0;
}

.page-menu ul {
	position: relative;
	display: table;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-menu ul li {
	position: relative;
	display: table-cell;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}

.page-menu ul li a {
	position: relative;
	display: block;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	text-decoration: none;
	color: #2e3b4e;
	text-align: center;
}

.page-menu .productmenu ul li a{
	padding: 0 15px;
}

.page-menu ul li a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #d4d4d4;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	z-index: -1;
}

.page-menu ul li.active a,
.page-menu ul li a:hover {
	background: #00af9d;
	color: #fff;
}

.page-menu ul li.other a {
	background: #3193cc;
	color: #fff;
}

.page-menu ul li.active a:hover,
.page-menu ul li.other a:hover {
	background-color: #ccc;
	color: #2e3b4e;
}

.page-menu ul li.cosmosia_btn {
	vertical-align: top;
}

.page-menu ul li.cosmosia_btn span {
	display: block;
	height: 25px;
	line-height: 25px;
}

.page-menu ul li.cosmosia_btn span:nth-child(1) {
	padding-top: 5px;
}

.page-menu ul li.cosmosia_btn span:nth-child(2) {
	line-height: 18px;
}

.page-menu .sns-btn {
	float: right;
	margin: 13px 0 0 0;
}

@media screen and (max-width: 1150px) {
	.page-menu ul {
		width: 100%;
	}

	.page-menu .sns-btn {
		float: right;
		margin: 10px 0 10px 10px;
	}

	.page-menu ul li a {
		padding: 0;
		white-space: nowrap;
	}
}

.page-menu.page-active {
	position: fixed;
	top: 70px;
}

.sns-btn {
	width: 100%;
	font-size: 0;
	text-align: right;
}

.sns-btn.page-top {
	width: 220px;
}

.sns-btn.page-btm {
	width: 100%;
	margin: 20px 0 40px 0;
}

.sns-btn&gt;div {
	display: inline-block;
	width: 50px;
	height: 24px;
	margin: 0 0 0 4px;
}

.sns-btn&gt;div a {
	display: inline-block;
	width: 50px;
	height: 24px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sns-btn&gt;div a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.sns-btn .twitter a {
	background: url(../img/sns-x.png) center center no-repeat;
	background-size: cover;
}

.sns-btn .facebook a {
	background: #4065b5 url(../img/sns-facebook.svg) center center no-repeat;
	background-size: 20px;
}

/*.sns-btn .google a {
	background: #dc4a3d url(../img/sns-google.svg) center center no-repeat;
	background-size: 20px;
}*/
.sns-btn .linkedin a {
	background: #0077b5 url(../img/sns-linkedin.svg) center center no-repeat;
	background-size: 20px;
}

.sns-btn .line a {
	background: #00b900 url(../img/sns-line.svg) center center no-repeat;
	background-size: 20px;
}

/* news */

.news-tab {}

.news-tab dl {
	position: relative;
	width: 100%;
	z-index: 2;
}

.news-tab dl .cat {
	clear: both;
	float: left;
	border: 1px solid #a1abaf;
	background: #a1abaf;
	width: 115px; /*2021.8.17 105-&gt;115*/
	height: 22px;
	margin: 0 20px 15px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.module .news-tab dl .cat {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}

.news-tab dl .cat.c01 {
	border: 1px solid #47bbaf;
	background: #fff;
	color: #47bbaf;
}

.news-tab dl .cat.c02 {
	border: 1px solid #95a2a7;
	background: #fff;
	color: #95a2a7;
}

.news-tab dl .cat.c03 {
	border: 1px solid #c8b367;
	background: #fff;
	color: #c8b367;
}

.news-tab dl .cat.c04 {
	border: 1px solid #34a9d4;
	background: #fff;
	color: #34a9d4;
}

.news-tab dl .cat.c05 {
	border: 1px solid #86be67;
	background: #fff;
	color: #86be67;
}

.news-tab dl .day {
	float: left;
	border-right: 1px solid #ccc;
	width: 90px;
	height: 22px;
	margin: 0 0 15px 0;
	padding: 0 20px 0 0;
	line-height: 22px;
}

.news-tab dl .tit {
	min-height: 22px;
	margin: 0 0 15px 235px;
	padding: 0;
	line-height: 1.5;
}

.news-tab.news-cs dl dt.tit {
	margin: 0 0 15px 120px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}

.news-tab.news-cs dl {
	padding-bottom: 90px;
}

.module .event-tab ul {
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
}

.module .event-tab ul li {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #2e3b4e;
}

.event-tab ul li:nth-child(1n),
.event-tab ul li:nth-child(2n) {
	width: 20%;
	padding: 0 25px 0 0;
}

.event-tab ul li:nth-child(3n) {
	width: 60%;
}

.module .event-tab ul li:before {
	display: none;
}

.event-tab dl {
	display: table;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1.6;
}

.event-tab dl dt {
	display: table-cell;
	width: 20%;
	padding: 20px 25px 20px 0;
	font-size: 14px;
	font-weight: normal;
	color: #5f6a7d;
	vertical-align: middle;
}

.event-tab dl dt .cat {
	display: block;
	border: 1px solid #86be67;
	background: #fff;
	width: 110px;
	height: 22px;
	margin: 0 0 6px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #86be67;
	vertical-align: middle;
}

.event-tab dl dd.area {
	display: table-cell;
	width: 20%;
	padding: 20px 25px 20px 0;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	word-break: break-word;
}

.event-tab dl dd.name {
	display: table-cell;
	width: 60%;
	padding: 20px 0;
	line-height: 1.6;
	vertical-align: middle;
}

.event-tab dl dd.name a,
.event-tab dl dd.name span {
	font-size: 18px;
}

.link-tab {
	position: relative;
	border-bottom: 3px solid #e1e1e1;
	width: 100%;
	margin: 20px 0 50px 0;
	padding: 0;
}

.link-tab:first-child {
	margin: 0 0 50px 0;
}

.link-tab.rss-on {
	padding: 0 26px 0 0;
}

.link-tab .sp-link {
	display: none;
}

.link-tab ul {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.link-tab ul li {
	display: table-cell;
	position: relative;
	margin: 0;
	padding: 0;
}

.link-tab ul li:before {
	display: none;
}

.link-tab ul li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #969ba4;
}

.link-tab ul li a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	right: 0;
	background: #3193cc;
	width: 0;
	height: 3px;
	z-index: 2;
}

.link-tab ul li a:hover {
	color: #3193cc;
}

.link-tab ul li a:hover:after {
	left: 0;
	width: 100%;
}

.link-tab ul li.active:after {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(49, 147, 204, 0);
	border-top-color: #3193cc;
	border-width: 12px;
	margin-left: -12px;
}

.link-tab ul li.active a {
	color: #3193cc;
}

.link-tab ul li.active a:after {
	left: 0;
	width: 100%;
}

.link-tab .rss {
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0;
	z-index: 2;
}

.link-tab .rss img {
	width: 26px;
	height: 26px;
}

@media screen and (min-width: 1051px) {
  .search-area .fcb.view {
    padding: 15px 0;
  }
}

.search-area .search-news1 {
	float: left;
	border-right: 1px solid #dcdcdc;
	margin: 0;
}

.search-area .search-news2 {
	float: left;
	border-right: 1px solid #dcdcdc;
	margin: 0;
}

.search-area .search-news3 {
	float: left;
	margin: 0;
}

dd.fcb.view div {
  display: flex;
  justify-content: center;
  padding-right: calc(2% + ((100% - 1010px)*12/140));
  padding-left: calc(1% + (100% - 1010px)*13/140);
}

.fcb.view&gt;span {
  position: absolute;
  left: calc(2% + ((100% - 1010px)*20/140));
  top: 25px;
}

dd.fcb.view div.search-news1 {
  display: flex;
  justify-content: space-evenly;
  padding-left: 0px;
}


dd.fcb.view span {
  font-size: large;
  font-weight: bold;
  margin: auto 0px;
  margin-right: 15px;
  color: #5f6a7d;
}

dd.fcb.view div.search-news1 span {
  margin: auto 0;
}

dd.fcb.view div.search-news1&gt;span {
  margin: auto;
  margin-right: 20px;
}

@media screen and (max-width: 1050px) {
	.search-area .search-news1 {
		width: 60%;
	}

	.search-area .search-news2 {
		border-right: none;
		width: 40%;
	}

	.search-area .search-news3 {
		clear: both;
		border-top: 1px solid #dcdcdc;
		width: 100%;
		margin: 0;
		padding: 30px 2.6%;
	}

  dd.fcb.view div {
    padding: 10px;
  }
}

.module .search-form {
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
}

.search-form span {
	display: table-cell;
	position: relative;
	padding: 0 5px 0 0;
	white-space: nowrap;
	text-align: center;
}

.search-news1 span.word {
  width: 115%;
  display: block;
}

.search-news1 p.search-form {
  width: 220px;
}

.search-form span input[type='text'],
.search-form span select {
	border: 1px solid #d5d5d5;
	background: #fff;
	width: 100%;
	height: 40px;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1;
	color: #5f6a7d;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.search-form span.word input[type='text'] {
  width: 100%;
}

.search-form span.select:before {
	content: '';
	position: absolute;
	top: 8px;
	right: 12px;
	border: solid transparent;
	width: 0;
	height: 0;
	pointer-events: none;
	border-color: rgba(69, 142, 199, 0);
	border-bottom-color: #458ec7;
	border-width: 5px;
}

.search-form span.select:after {
	content: '';
	position: absolute;
	bottom: 8px;
	right: 12px;
	border: solid transparent;
	width: 0;
	height: 0;
	pointer-events: none;
	border-color: rgba(69, 142, 199, 0);
	border-top-color: #458ec7;
	border-width: 5px;
}

.search-form span.select select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 0 20px 0 5px;
}

.search-form span.send {
	padding: 0;
  padding-left: 5px;
}

.search-form span.send input {
  content: '';
  background: url(../img/search-icon2.svg) center center no-repeat;
  background-size: 20px;
  top: 0;
  border: none;
  color: transparent;
  width: 20px;
}

.search-news1 .search-form span.send input {
  position: relative;
  left: -10px;
}

/* news-txtpage */

.press-head {
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f5f5;
	width: 100%;
	height: 60px;
	padding: 0 70px;
	z-index: 2;
}

.module .press-head dl {
	position: absolute;
	top: 19px;
	left: 70px;
	margin: 0;
	padding: 0;
}

.press-head dl .cat {
	clear: both;
	float: left;
	border: 1px solid #a1abaf;
	background: #a1abaf;
	width: 110px;
	height: 22px;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.press-head dl .cat {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.press-head dl .cat.c01 {
	border: 1px solid #47bbaf;
	background: #fff;
	color: #47bbaf;
}

.press-head dl .cat.c02 {
	border: 1px solid #95a2a7;
	background: #fff;
	color: #95a2a7;
}

.press-head dl .cat.c03 {
	border: 1px solid #c8b367;
	background: #fff;
	color: #c8b367;
}

.press-head dl .cat.c04 {
	border: 1px solid #34a9d4;
	background: #fff;
	color: #34a9d4;
}

.press-head dl .cat.c05 {
	border: 1px solid #86be67;
	background: #fff;
	color: #86be67;
}

.press-head dl .day {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

.press-head p {
	position: absolute;
	top: 23px;
	right: 70px;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: right;
}

.press-head p a {
	position: relative;
	padding: 0 0 0 34px;
	text-decoration: none;
}

.press-head p a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.press-head p a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #9a9a9a url(../img/icon-print.svg) center center no-repeat;
	background-size: 16px;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 0;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

.press-release {
	position: relative;
	padding-top: 50px;
	z-index: 1;
}

.press-release h2 {
	margin: 0 0 10px 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.4;
}

.press-release h3,
.press-release h4 {
	position: relative;
	border-left: 3px solid #3197ca;
	margin: 40px 0 20px 0;
	padding: 2px 0 2px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.press-release h2+h3 {
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #5f6a7d;
}

.press-release h2+h3 span {
	display: block;
	margin: 10px 0 0 0;
	font-size: 14px;
}

.press-release p:first-of-type {
	border-top: 1px solid #d1d1d1;
	margin-top: 30px;
	padding-top: 40px;
}

.press-release .btnarea {
	margin-top: 30px;
}

.press-release .btnarea&gt;p {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.press-release p.btn:first-of-type {
	border-top: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.press-release strong {
	font-size: 16px;
	color: #555;
}

.module .press-release .ul_list,
.module .press-release .ul_list li,
.module .press-release .li_left,
.module .press-release .li_center_right {
	padding: 0;
}

.module .press-release .ul_list li:before {
	display: none;
}

.module .press-release .li_copy {
	font-size: 12px;
}

.module .press-release .li_copy li:before {
	display: none;
}

.event-seminar {
	position: relative;
	padding-top: 50px;
	z-index: 1;
}

.event-seminar h2 {
	margin: 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.4;
}

.event-seminar h3 {
	border: none;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: normal;
	color: #5f6a7d;
}

.event-seminar .txtarear {
	width: 100%;
}

.event-seminar .event-imgbox {
	float: left;
	position: relative;
	border: 1px solid #d1d1d1;
	background: #fff;
	width: 40%;
	margin: 0 30px 20px 0;
	padding: 15px;
}

/* products */

.module .keyword ul {
	position: relative;
	width: 100%;
	margin: 0;
	font-size: 0;
}

.module .keyword ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
}

.keyword ul li:before {
	display: none;
}

.keyword ul li a {
	display: inline-block;
	background: #fff;
	margin: 0 8px 8px 0;
	padding: 14px 18px;
	text-decoration: none;
}

.keyword ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* investors */

table.basic.schedule {
	margin-bottom: 80px;
}

.module table.basic.schedule th {
	padding: 24px 15px;
	line-height: 1.2;
}

.module table.basic.schedule td {
	padding: 0;
	line-height: 1.2;
	white-space: nowrap;
}

table.basic.schedule td div {
	position: relative;
	padding: 24px 15px;
	text-align: center;
	white-space: nowrap;
}

table.basic.schedule td span {
	display: block;
	position: absolute;
	top: 55px;
	left: 50%;
	padding: 40px 0 0 0;
	text-align: center;
	white-space: nowrap;
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

table.basic.schedule td span:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(46, 59, 78, 0);
	border-bottom-color: #2e3b4e;
	border-width: 6px;
	margin-left: -6px;
}

table.basic.schedule td span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 35px;
	border-left: 1px solid #2e3b4e;
}

table.basic.schedule td span.long {
	padding: 80px 0 0 0;
}

table.basic.schedule td span.long:after {
	height: 75px;
}

.faq-q {
	position: relative;
	margin: 40px 0 20px 0;
	padding: 0 0 0 40px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
}

.faq-q:before {
	content: 'Q.';
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}

.faq-a {
	padding: 0 0 0 40px;
}

/* casestudy */

.search-case {
	position: relative;
	background: #fff;
	width: 100%;
	padding: 30px;
	line-height: 1;
}

.module .search-case p.title {
	border-bottom: 1px solid #d5d5d5;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;
}

.search-case li {
	color: #5f6a7d;
}

.search-case li:before {
	display: none;
}

.search-case input[type='checkbox'] {
	display: none;
}

.search-case label {
	display: block;
	cursor: pointer;
}

.search-case label span:before {
	content: '';
	display: inline-block;
	background: #fff;
	border: 2px solid #c1c1c1;
	width: 8px;
	height: 8px;
	margin: 2px 10px 4px 0;
	vertical-align: middle;
}

.search-case input[type='checkbox']:checked+span {
	color: #000;
}

.search-case input[type='checkbox']:checked+span:before {
	border: 2px solid #004e65;
	background: #458ec7;
}

.search-case .product {
	width: 100%;
	margin: 0 0 15px 0;
}

.module .search-case .product ul {
	float: left;
	width: 32.11%;
	margin: 0 1.83% 12px 0;
}

.module .search-case .product ul:nth-child(3n) {
	margin: 0 0 10px 0;
}

.module .search-case .product li {
	margin: 0 0 4px 0;
	padding: 0 0 0 30px;
}

.module .search-case .product li.category {
	background: #ebf0f3;
	margin: 0 0 12px 0;
	padding: 10px 15px;
	font-weight: bold;
	color: #2e3b4e;
}

.search-case .industry {
	width: 100%;
}

.module .search-case .industry li {
	float: left;
	width: 180px;
	margin: 0 0 5px 0;
	padding: 0 10px;
}

.module .search-case .send {
	margin: 30px 0 0 0;
}

.search-case .send input {
	border: none;
	background: #666;
	width: 50%;
	height: 40px;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #fff;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}

.search-case .send input:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.casestudy-list {
	position: relative;
	width: 100%;
	margin: 0 0 40px 0;
}

.casestudy-list&gt;a {
	display: block;
	position: relative;
	float: left;
	width: 47.4%;
	min-height: 180px;
	margin: 30px 0 0 0;
	padding: 0 0 0 26%;
	color: #5f6a7d;
	text-decoration: none;
}

.casestudy-list&gt;a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.casestudy-list&gt;a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.casestudy-list&gt;a:nth-child(2n) {
	float: right;
}

.module .casestudy-list .imgbox-out {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	margin: 0;
}

.module .casestudy-list .imgbox {
	border: 1px solid #e1e1e1;
	background: #fff;
}

.casestudy-list&gt;a:hover .imgbox&gt;img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.casestudy-list h3 {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	color: #2e3b4e;
}

.module .casestudy-list p {
	margin: 10px 0 0 0;
	line-height: 1.7;
}

.module .casestudy-list p.cat {
	display: inline-block;
	background: #fff;
	border: 1px solid #3193cc;
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
	color: #3193cc;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.casestudy-top {
	display: table;
	position: relative;
	background: #f5f5f5;
	width: 100%;
	margin: 0 0 30px 0;
}

.casestudy-top dt {
	display: table-cell;
	background: #004e65;
	width: 100px;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

.casestudy-top dd {
	display: table-cell;
	padding: 10px 20px;
	line-height: 1;
	vertical-align: middle;
}

.casestudy-top dd span {
	display: inline-block;
	background: #fff;
	border: 1px solid #3193cc;
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
	color: #3193cc;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.casestudy-main {
	position: relative;
	width: 100%;
	margin: 30px 0 40px 0;
}

/* 20210601 REVISED by Plate.inc */
.casestudy-main .image {
	float: right;
	width: 50%;
	padding: 0 0 10px 4%;
	text-align: center;
}

.casestudy-main .text {
	width: 100%;
}

.company-data {
	line-height: 1.2;
	font-weight: normal;
}

.company-data__name {
	display: block;
	position: absolute;
	font-size: 24px;
}

.company-data__introbox {
	display: block;
	width: 50%;
	font-size: 32px;
}

.company-data__desc {
	padding: 15px 0;
	display: block;
	border-top: 1px solid #7fa6b2;
	border-bottom: 1px solid #7fa6b2;
	font-style: normal;
}

.casestudy-column {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.casestudy-column&gt;div.text {
	float: left;
	width: 56%;
	margin: 0;
}

.casestudy-column&gt;div.image {
	float: right;
	width: 40%;
	margin: 0;
}

.casestudy-column&gt;div.text.fr {
	float: right;
}

.casestudy-column&gt;div.image.fl {
	float: left;
}

.casestudy-voice {
	position: relative;
	width: 100%;
	margin: 0 0 60px 0;
}

.casestudy-voice .image {
	float: left;
	width: 165px;
}

.casestudy-voice .text {
	margin: 0 0 0 185px;
}

.casestudy-profile {
	position: relative;
	background: #f5f5f5;
	width: 100%;
	margin: 60px 0 30px 0;
	padding: 25px 35px;
}

.casestudy-profile h4 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	border-bottom: 1px solid #dbdbdb;
}

.module .casestudy-profile p {
	margin: 0;
}

.module .casestudy-profile .name {
	margin: 0 0 5px 0;
	font-size: 20px;
}

.casestudy-profile .image {
	float: left;
	width: 280px;
}

.casestudy-profile .text {
	margin: 0 0 0 300px;
}

.casestudy-leading {
	position: relative;
	width: 100%;
	margin: 0 0 60px 0;
}

.casestudy-leading .image {
	float: left;
	width: 22.6%;
}

.casestudy-leading .text {
	margin: 0 0 0 25.8%;
}

.module .casestudy-leading p {
	margin: 5px 0 0 0;
}

/* company */

.president-img {
	position: relative;
	top: -15px;
	margin: 0 -35px 20px -35px;
	text-align: center;
}

.module .business-menu {
	margin: 60px 0 0 0;
	text-align: center;
}

.module area,
.module .business-menu img,
.module .business-menu img:focus,
.module .business-menu a,
.module .business-menu a:focus {
	outline: none;
}

.vision-img {
	position: relative;
	top: -15px;
	background: #f8f8f8 url(../img/company/vision-bg.png) center center no-repeat;
	background-size: cover;
	height: 420px;
	margin: 0 -35px -15px -35px;
	text-align: center;
}

.vision-img h2 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 20px;
	font-size: 53px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 70px;
	color: #1caaa7;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.vision-read {
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	color: #0a88c5;
	text-align: center;
}

.vision-column {
	width: 100%;
}

.vision-column&gt;div {
	float: left;
	background: #f5f5f5;
	width: 32%;
	margin: 0 2% 18px 0;
	padding: 30px 20px 25px 20px;
}

.vision-column&gt;div:nth-child(3n) {
	float: right;
	margin: 0 0 15px 0;
}

.module .vision-column dl {
	margin: 0;
	padding: 0;
}

.module .vision-column dt {
	margin: 0 0 18px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

.module .vision-column dd {
	position: relative;
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 13px;
}

.module .vision-column dd:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: '';
	display: inline-block;
	background: #2e3b4e;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.global-list {
	position: relative;
	width: 100%;
	margin: 20px 0 40px 0;
}

.module .global-list dt {
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}

.module .global-list dd {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e7e7e7;
}

/* company-business */

.iot-works {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.4;
}

.iot-works h3 {
	height: 40px;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}

.module .iot-works p {
	margin: 10px 0 0 0;
	text-align: center;
	z-index: 2;
}

.iot-works .things,
.iot-works .cloud {
	position: relative;
	float: left;
	width: 33%;
}

.iot-works .things h3,
.iot-works .cloud h3 {
	color: #3193cc;
}

.iot-works .internet {
	position: relative;
	float: left;
	width: 34%;
}

.iot-works .internet h3 {
	color: #20b6a4;
}

.iot-works .internet p:first-of-type {
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	margin: 0;
}

.iot-works .internet p:last-of-type {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	margin: 0;
}

.iot-forte {
	position: relative;
	background: #004e65 url(../img/company/business-iot-subbg.jpg) center center no-repeat fixed;
	background-size: cover;
	width: 100%;
	margin: 0;
	padding: 60px 0;
}

.pub-forte {
	position: relative;
	background: #004e65 url(../img/company/business-pub-subbg.jpg) center center no-repeat fixed;
	background-size: cover;
	width: 100%;
	margin: 0;
	padding: 60px 0;
}

.net-forte {
	position: relative;
	background: #004e65 url(../img/company/business-net-subbg.jpg) center center no-repeat fixed;
	background-size: cover;
	width: 100%;
	margin: 0;
	padding: 60px 0;
}

.module .iot-forte .head2,
.module .pub-forte .head2,
.module .net-forte .head2 {
	color: #fff;
}

.module .iot-forte .head2:after,
.module .pub-forte .head2:after,
.module .net-forte .head2:after {
	border-top: 1px solid #fff;
}

.forte-list {
	position: relative;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}

.forte-list h3 {
	text-align: center;
}

.forte-list.c2 img,
.forte-list.c1 img {
	width: 100%;
	max-width: 430px;
}

.forte-list&gt;div {
	background: rgba(255, 255, 255, 0.8);
	float: left;
	width: 32.35%;
	margin: 0 1.47% 0 0;
	padding: 35px;
}

.forte-list.c2&gt;div {
	background: rgba(255, 255, 255, 0.8);
	float: left;
	width: 49.21%;
	margin: 0;
}

.forte-list&gt;div:last-child {
	float: right;
	margin: 0;
}

.forte-list.c1 {
	max-width: 700px;
}

.forte-list.c1&gt;div {
	float: none !important;
	width: 100%;
	margin: 0;
}

.module .forte-list&gt;div p {
	margin: 25px 0 0 0;
}

.module p.notes {
	width: 100%;
	max-width: 1020px;
	margin: 10px auto 0 auto;
	font-size: 12px;
	color: #fff;
}

.module .net-forte p.notes {
	width: 100%;
	max-width: 700px;
}

.case-list {
	position: relative;
	border-top: 1px solid #d5d5d5;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

.case-list&gt;div {
	border-bottom: 1px solid #d5d5d5;
	padding: 20px 0 0 0;
}

.case-list h3 {
	margin: 0 0 20px 0;
	font-size: 23px;
	font-weight: normal;
	line-height: 1;
}

.case-list h3 div {
	display: inline-block;
	vertical-align: middle;
	background: #5f5f5f;
	width: 80px;
	height: 30px;
	margin: 0 15px 0 0;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.case-list h3 div span {
	font-size: 18px;
}

.module .case-list p {
	margin: 0 0 20px 0;
}

.case-list img {
	float: right;
	width: 132px;
	margin: 0 0 20px 60px;
}

.module .solution {
	position: relative;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

.module .solution li:nth-child(odd) {
	float: left;
	width: 48.83%;
	height: 66px;
	margin: 0 0 10px 0;
	padding: 0;
}

.module .solution li:nth-child(even) {
	float: right;
	width: 48.83%;
	height: 66px;
	margin: 0 0 10px 0;
	padding: 0;
}

.module .solution li:before {
	display: none;
}

.solution li a,
.solution li div {
	display: block;
	background: #fff;
	width: 100%;
	height: 66px;
	padding: 0 0 0 80px;
	font-size: 16px;
	line-height: 66px;
	text-decoration: none;
	color: #3193cc;
}

.solution li a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #3193cc;
	border-right: 1px solid #3193cc;
	margin: -5px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.solution li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.solution li span {
	position: absolute;
	top: 0;
	left: 0;
	background: #3193cc;
	width: 66px;
	height: 66px;
	overflow: hidden;
}

.solution li span img {
	width: 66px;
}

.pub-vision {
	position: relative;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}

.pub-vision h3 {
	background: #004e65;
	padding: 25px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
}

.pub-vision&gt;div {
	background: #fff;
	padding: 30px;
}

.module .pub-vision dl {
	float: left;
	background: #e6f5fe;
	width: 31.565%;
	margin: 0 2.65% 0 0;
	padding: 0;
}

.module .pub-vision dl:nth-child(3n) {
	float: right;
	margin: 0;
}

.module .pub-vision dt {
	position: relative;
	background: #3193cc;
	margin: 0;
	padding: 18px 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
}

.module .pub-vision dt:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(49, 147, 204, 0);
	border-top-color: #3193cc;
	border-width: 10px;
	margin-left: -10px;
}

.module .pub-vision dd {
	margin: 0;
	padding: 30px 20px 20px 20px;
	text-align: center;
	line-height: 1.5;
	color: #333;
}

.module .pub-vision dd span {
	display: block;
	background: #fff;
	width: 74px;
	height: 74px;
	margin: 0 auto 15px auto;
	overflow: hidden;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.module .publication-list,
.module .network-list {
	position: relative;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.module .publication-list li,
.module .network-list li {
	float: left;
	width: 31.9%;
	margin: 0 2.12% 0 0;
	padding: 0;
}

.module .publication-list li:nth-child(3n),
.module .network-list li:nth-child(3n) {
	float: right;
	width: 31.95%;
	margin: 0;
	padding: 0;
}

.module .publication-list li:before .module .network-list li:before {
	display: none;
}

.module .publication-list li img {
	width: 100%;
	height: auto;
}

.module .network-list li img {
	max-width: none;
	width: auto;
	height: 50px;
}

.publication-list a,
.network-list a {
	position: relative;
	display: block;
	border: 1px solid #e4e4e4;
	background: #fff;
	width: 100%;
	padding: 10px 30px 10px 20px;
	font-size: 0;
	text-align: center;
}

.publication-list a:before,
.network-list a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #3093cc;
	border-right: 1px solid #3093cc;
	margin: -6px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

/* download */

.dl-menu {
	display: table;
	background: #f5f5f5;
	width: 100%;
	margin: 0;
	padding: 0;
	table-layout: fixed;
}

.module .dl-menu li {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px solid #ddd;
	line-height: 1.2;
}

.module .dl-menu li:first-child {
	border-left: none;
}

.module .dl-menu li:before {
	display: none;
}

.dl-menu li a {
	display: block;
	position: relative;
	padding: 15px 10px;
}

.dl-menu li a:hover:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #f5f5f5;
	border-width: 8px;
	margin-left: -8px;
}

.dl-list {
	line-height: 1.6;
}

.dl-list&gt;div {}

.dl-list .dl-img {
	float: left;
	width: 120px;
}

.dl-list .dl-txt {
	margin: 0 0 0 140px;
	font-size: 12px;
}

.module .dl-list .imgbox {
	position: relative;
	background: #f5f5f5;
	width: 100%;
	padding: 133.33% 0 0 0;
	overflow: hidden;
	border: 1px solid #eee;
}

.module .dl-list .imgbox&gt;img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.module .dl-list p {
	/* margin: 10px 0; */
}

.module .dl-list ul {
	margin: 0;
	padding: 0;
}

.module .dl-list li {
	margin: 0;
	padding: 0;
}

.module .dl-list li:before {
	display: none;
}

.dl-list .dllink {
	font-size: 14px;
}

.dllink input[type="checkbox"] {
  appearance: none;
  height: 20px;
  width: 20px;
  border: 1px solid #3193cc;
  border-radius: 3px;
}

.dllink input[type="checkbox"]:checked {
  border: 1px solid #3193cc;
  background-color: #3193cc;
}

.dllink input[type="checkbox"]:checked::before {
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
  display: block;
  height: 10px;
  width: 8px;
  margin-left: 4px;
  content: "";
}

.dl-list a.btnc1 {
  scale: 75%;
  margin-top: 30px;
}

.download h2.head3 {
    margin-top: 30px;
}

.dl-txt p {
  margin-top: 10px;
}
/* contact */

.contact-menu {
	position: relative;
	width: 100%;
	margin: 30px 0 0 0;
}

.contact-menu&gt;div {
	float: left;
	background: #f5f5f5;
	width: 32.7%;
	margin: 0 0.95% 11px 0;
	padding: 40px 45px 30px 45px;
}

.contact-menu&gt;div:nth-child(3n) {
	margin: 0 0 11px 0;
}

.contact-menu&gt;div&gt;div {
	margin: 0 0 11px 0;
	padding: 0 0 1px 0;
}

.contact-menu h2 {
	position: relative;
	display: table;
	width: 100%;
	height: 46px;
	margin: 0 0 20px 0;
}

.contact-menu h2:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: #bebebe;
	width: 46px;
	height: 46px;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.contact-menu h2.i01:before {
	background: #bebebe url(../img/contact/contact-icon_01.svg) center center no-repeat;
	background-size: 46px;
}

.contact-menu h2.i02:before {
	background: #bebebe url(../img/contact/contact-icon_02.svg) center center no-repeat;
	background-size: 46px;
}

.contact-menu h2.i03:before {
	background: #bebebe url(../img/contact/contact-icon_03.svg) center center no-repeat;
	background-size: 46px;
}

.contact-menu h2.i04:before {
	background: #bebebe url(../img/contact/contact-icon_04.svg) center center no-repeat;
	background-size: 46px;
}

.contact-menu h2.i05:before {
	background: #bebebe url(../img/contact/contact-icon_05.svg) center center no-repeat;
	background-size: 46px;
}

.contact-menu h2 span {
	display: table-cell;
	width: 100%;
	height: 46px;
	padding: 0 0 0 60px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	vertical-align: middle;
}

.module .contact-menu .btn a {
	margin: 0;
	padding: 20px 30px 20px 20px;
	font-size: 14px;
	line-height: 1.2;
}

.module .contact-menu p {
	margin: 0;
	font-size: 12px;
}

.module ul.contact-flow {
	position: relative;
	border: 1px solid #d5d5d5;
	background: #f5f5f5;
	width: 100%;
	height: 50px;
	margin: 0 0 40px 0;
	color: #999;
	overflow: hidden;
}

.module ul.contact-flow li {
	position: relative;
	float: left;
	width: 33.3333%;
	margin: 0;
	padding: 0;
	line-height: 48px;
	text-align: center;
}

.module ul.contact-flow li:nth-child(1n) {
	z-index: 3;
}

.module ul.contact-flow li:nth-child(2n) {
	z-index: 2;
}

.module ul.contact-flow li:nth-child(3n) {
	z-index: 1;
}

.module .contact-flow li:before {
	display: none;
}

.module .contact-flow li:after {
	content: '';
	position: absolute;
	top: 0;
	right: -14px;
	background: url(../img/contact/flow_02.png);
	background-size: 100% 100%;
	width: 15px;
	height: 48px;
}

.module .contact-flow li.now {
	background: #004d65;
	color: #fff;
}

.module .contact-flow li.now:after {
	content: '';
	position: absolute;
	top: 0;
	right: -14px;
	background: url(../img/contact/flow_01.png);
	background-size: 100% 100%;
	width: 15px;
	height: 48px;
}

.module .contact-flow li:last-child:after {
	display: none;
}

.module .contact-flow li span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	white-space: nowrap;
}

.module .contact-flow li span.no1:before {
	content: '1';
	position: absolute;
	top: 50%;
	left: 0;
	height: 24px;
	margin-top: -12px;
	line-height: 24px;
	font-size: 24px;
}

.module .contact-flow li span.no2:before {
	content: '2';
	position: absolute;
	top: 50%;
	left: 0;
	height: 24px;
	margin-top: -12px;
	line-height: 24px;
	font-size: 24px;
}

.module .contact-flow li span.no3:before {
	content: '3';
	position: absolute;
	top: 50%;
	left: 0;
	height: 24px;
	margin-top: -12px;
	line-height: 24px;
	font-size: 24px;
}

.contact-form {
	position: relative;
	width: 100%;
}

.contact-form table {
	position: relative;
	border-top: 1px solid #e7e7e7;
	width: 100%;
	margin: 0 0 40px 0;
}

.contact-form table th {
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #e7e7e7;
	width: 220px;
	padding: 22px 15px 22px 0;
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
}

.contact-form table th .required {
	display: block;
	position: absolute;
	top: 21px;
	right: 15px;
	background: #45b8a9;
	width: 50px;
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	color: #fff;
}

.contact-form table td {
	position: relative;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
	text-align: left;
	line-height: 1.6;
}

.contact-form table.check td {
	padding: 20px 0;
	line-height: 1.6;
}

.contact-form table td div {
	position: relative;
	width: 100%;
	padding: 11px 0;
}

.module .contact-form table ul {
	margin: 0;
	padding: 0;
}

.module .contact-form table li {
	margin: 0;
	padding: 0;
}

.module .contact-form table li:before {
	display: none;
}

.module .contact-form table .error {
	padding: 0 6px;
	color: #c33;
}

.contact-form input[type='text'],
.contact-form input[type='tel'],
.contact-form input[type='email'],
.contact-form input[type='url'],
.contact-form select {
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	width: 65%;
	height: 45px;
	padding: 10px 15px;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.contact-form.nf input[type='text'] {
	width: 40%;
}

.contact-form textarea {
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 10px 15px;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.contact-form input[type='text']:hover,
.contact-form input[type='tel']:hover,
.contact-form input[type='email']:hover,
.contact-form input[type='url']:hover,
.contact-form select:hover,
.contact-form textarea:hover {
	border: 1px solid #ccc;
}

.contact-form input[type='submit'].search {
	background: #666;
	border: none;
	height: 45px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}

.contact-form input[type='submit'].search:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.contact-form input[type='checkbox'],
.contact-form input[type='radio'] {
	display: none;
}

.contact-form label {
	display: inline-block;
	cursor: pointer;
	margin: 2px 0;
}

.contact-form label span {
	padding-right: 15px;
}

.contact-form label span:before {
	content: '';
	display: inline-block;
	background: #fff;
	border: 2px solid #c1c1c1;
	width: 8px;
	height: 8px;
	margin: 2px 6px 4px 0;
	vertical-align: middle;
}

.contact-form input[type='radio']+span:before {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.contact-form input[type='checkbox']:checked+span,
.contact-form input[type='radio']:checked+span {
	color: #000;
}

.contact-form input[type='checkbox']:checked+span:before,
.contact-form input[type='radio']:checked+span:before {
	border: 2px solid #004e65;
	background: #458ec7;
}

.contact-form input[type='checkbox'][disabled]+span,
.contact-form input[type='radio'][disabled]+span {
	display: none;
}

.contact-form label input[type='hidden']+span {
	display: inline !important;
	color: #000 !important;
}

.contact-form label input[type='hidden']+span:before {
	border: 2px solid #458ec7 !important;
	background: #fff !important;
}

.module .contact-form .product {
	padding: 11px 0 0 0;
}

.contact-form .product label {
	display: block;
	cursor: pointer;
	padding: 0;
}

.module .contact-form .product ul {
	float: left;
	width: 48%;
	margin: 0 1.83% 12px 0;
	padding: 0;
}

.module .contact-form .product ul:nth-child(odd) {
	clear: both;
	float: left;
}

.module .contact-form .product ul:nth-child(even) {
	margin: 0 0 12px 0;
}

.module .contact-form .product li {
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
	font-size: 12px;
}

.module .contact-form .product li.category {
	background: #ebf0f3;
	margin: 0 0 10px 0;
	padding: 8px 10px;
	font-size: 14px;
	color: #2e3b4e;
}

.contact-form .industry {
	width: 100%;
}

.module .contact-form .industry li {
	float: left;
	width: 170px;
	margin: 0 0 5px 0;
	padding: 0 10px;
}

.module .contact-form .send {
	margin: 30px 0 0 0;
}

.module .contact-form .ul3c {
	width: 100%;
	margin: 5px 0 0 0;
}

.module .contact-form .ul3c li {
	float: left;
	width: 250px;
	margin: 5px 0 0 0;
}

/* 20210531 mod start */
.custom_contactform-names {
	display: flex;
	justify-content: flex-start;
	width: 70%;
}

.custom_contactform-names span input {
	width: 80% !important;
}

/* 20210531 mod end */

.contact-form .wpcf7-confirm,
.contact-form .wpcf7-submit,
.contact-form .wpcf7-back {
	display: inline-block;
	position: relative;
	border: none;
	background: #3193cc;
	width: 100%;
	max-width: 730px;
	padding: 28px 30px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
}

.contact-form .wpcf7-back {
	background: #004e65;
}

.contact-form .wpcf7-confirm:hover,
.contact-form .wpcf7-submit:hover,
.contact-form .wpcf7-back:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.custom-wpcf7c-confirmed .contact-form {}

.custom-wpcf7c-confirmed .contact-form input[type='text'],
.custom-wpcf7c-confirmed .contact-form input[type='tel'],
.custom-wpcf7c-confirmed .contact-form input[type='email'],
.custom-wpcf7c-confirmed .contact-form input[type='url'],
.custom-wpcf7c-confirmed .contact-form textarea,
.custom-wpcf7c-confirmed .contact-form select {
	border: 1px solid #fff;
	background: #fff;
}

.custom-wpcf7c-confirmed .contact-form input,
.custom-wpcf7c-confirmed .contact-form textarea,
.custom-wpcf7c-confirmed .contact-form label {
	cursor: default;
}

.wpcf7-spinner{
	display: none !important;
}

.information-box {
	border: 1px solid #e7e7e7;
	width: 100%;
	height: 200px;
	margin: 0 0 40px 0;
	padding: 20px;
	overflow-y: scroll;
}

.information-box li ul,
.information-box li ol {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.rc-anchor-alert,
.rc-anchor {
	z-index: 9999;
}

div.wpcf7-response-output {
	border: 2px solid #e66 !important;
	margin: 30px auto !important;
	padding: 15px !important;
	text-align: center !important;
	color: #222 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #e33 !important;
	color: #e33 !important;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

.wpcf7-form {
	margin-top: -100px;
	padding-top: 100px;
}

/* search */

.search-results {
	width: 100%;
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 16px 20px;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

.search-list {}

.search-list dd {
	border-bottom: 1px solid #e7e7e7;
	padding-left: 1em;
	padding-bottom: 15px;
}

/* carelis */

.ca-txt {
	width: 63%;
}

.ca-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	text-align: center;
}

.ca-img2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36%;
	text-align: center;
}

.ca-mb {
	margin-bottom: -45px;
}

.ca-stamp {
	max-width: 480px;
	margin: 15px auto 0 auto;
	text-align: center;
}

/* iot */

.about-iot {
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
}

.about-iot div {
	float: left;
	border-right: 1px dotted #ccc;
	width: 33.33%;
	padding: 0 20px;
	text-align: center;
}

.about-iot div:last-child {
	border-right: none;
}

.about-iot h4 {
	margin: 0;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}

.about-iot h4 img {
	margin: 15px 0;
}

.about-iot p {
	margin: 0;
}

.iot-flow {
	position: relative;
	width: 100%;
	margin: 12px 0 0 0;
}

.iot-flow .image {
	float: left;
	width: 210px;
}

.iot-flow .text {
	margin: 0 0 0 230px;
}

.iot-discussion {
	width: 80%;
	margin: 30px auto;
}

.module .iot-discussion dl {
	float: left;
	border: 3px solid #444;
	width: 49%;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.module .iot-discussion dl:nth-child(2n) {
	float: right;
}

.module .iot-discussion dt {
	background: #444;
	margin: 0;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.module .iot-discussion dd {
	background: #fff;
	margin: 0;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

/* entrusted-development */

.ed-flow {
	position: relative;
	width: 100%;
	margin: 30px 0;
	line-height: 1;
	color: #333;
}

.module .ed-flow .flow-list {
	background: #42bbac;
	margin: 0 0 20px 0;
}

.module .ed-flow .flow-list:after {
	border-color: transparent transparent transparent #42bbac;
}

.module .ed-flow .flow-list li {
	background: #42bbac;
}

.module .ed-flow .flow-list li:after {
	border-color: transparent transparent transparent #42bbac;
}

.module .ed-flow1 {
	position: relative;
	width: 100%;
	width: calc(100% - 20px);
	border-top: 2px solid #999;
	margin: 0 20px 10px 0;
	text-align: center;
}

.module .ed-flow2 {
	position: relative;
	float: right;
	width: 58%;
	width: calc(58% - 20px);
	border-top: 2px dotted #999;
	margin: 0 20px 0 0;
	text-align: center;
}

.module .ed-flow1:before,
.module .ed-flow2:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	z-index: 1;
}

.module .ed-flow1:after,
.module .ed-flow2:after {
	content: '';
	position: absolute;
	top: -5px;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.module .ed-flow1 p,
.module .ed-flow2 p {
	position: relative;
	display: inline-block;
	background: #fff;
	top: -8px;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #3197ca;
}

.module .icon-list&gt;div {
	position: relative;
	padding-left: 75px;
}

.module .icon-list&gt;div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	margin: 0;
}

.module .icon-list&gt;div h4 {
	margin: 0 0 15px 0;
}

.module .icon-list&gt;div p {
	margin: 0;
}

article#tab {
	margin-top: -70px;
	padding-top: 70px;
}

.btncnter {
	float: none !important;
	margin: 0 auto;
	max-width: 730px !important;
	width: 63.48% !important;
}

.mw_wp_form_send_error {
	color: #ff0000;
	font-size: 16px;
}

.index-banner {
	margin: 0;
	padding: 60px 0 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.module .border-box .head2 br {
		display: none;
	}

	.module .border-box .products-toptxt br {
		display: none;
	}
}

/* moduleSiteMap */

.moduleSiteMap .moduleSiteMap-name {
	margin: 40px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #2e3b4e;
}

.moduleSiteMap .moduleSiteMap-txt {
	display: block;
	width: 70%;
	height: 7em;
	border: 1px solid #ccc;
	margin: 20px auto 40px auto;
	padding: 10px;
	font-size: 12px;
	color: #666;
}

.moduleSiteMap .moduleSiteMap-txt:last-child {
	margin: 20px auto 0 auto;
}

.moduleSiteMap .head1 {
	position: relative;
	margin: 60px 0 30px 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.4;
}

.moduleSiteMap .head2 {
	position: relative;
	margin: 60px 0 65px 0;
	padding: 0;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.3;
}

.moduleSiteMap .head2:after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	width: 50px;
	margin: 0;
	border-top: 1px solid #42bbac;
}

.moduleSiteMap .head2.tc:after {
	left: 50%;
	margin: 0 0 0 -25px;
}

.moduleSiteMap .head2 span {
	font-size: 48px;
}

.moduleSiteMap .head3 {
	position: relative;
	border-bottom: 1px solid #d1d1d1;
	margin: 60px 0 30px 0;
	padding: 0 0 15px 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
}

.moduleSiteMap .head3:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	margin: 0;
	border-top: 2px solid #3193cc;
}

.moduleSiteMap .head3.tc:after {
	left: 50%;
	margin: 0 0 0 -50px;
}

.moduleSiteMap .head3.library-head {
	margin: -40px 0 30px 0;
	padding: 100px 0 15px 0;
	z-index: 1;
}

.moduleSiteMap .head3.library-head:first-child {
	margin: -100px 0 30px 0 !important;
	padding: 100px 0 15px 0 !important;
	z-index: 1;
}

.moduleSiteMap .head4 {
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	margin: 30px 0 20px 0;
	padding: 0 0 8px 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
}

.moduleSiteMap .head5 {
	position: relative;
	margin: 40px 0 20px 0;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2;
}

.moduleSiteMap .head5 span {
	padding-right: 10px;
	font-size: 35px;
	font-weight: normal;
	color: #0a88c5;
}

.moduleSiteMap .head6 {
	position: relative;
	border-left: 3px solid #3197ca;
	margin: 30px 0 20px 0;
	padding: 2px 0 2px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
  color: #3193cc
}

.moduleSiteMap .head7 {
	position: relative;
	margin: 30px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #3197ca;
}

.moduleSiteMap .head8 {
	position: relative;
	margin: 30px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.moduleSiteMap h2:first-child,
.moduleSiteMap h3:first-child,
.moduleSiteMap h4:first-child,
.moduleSiteMap h5:first-child,
.moduleSiteMap h6:first-child,
.moduleSiteMap h7:first-child,
.moduleSiteMap h8:first-child {
	margin-top: 0;
}

.moduleSiteMap h2.rss-on {
	padding-right: 35px;
}

.moduleSiteMap h2 .rss {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.moduleSiteMap h2 .rss img {
	width: 30px;
	height: 30px;
}

.moduleSiteMap p {
	margin: 20px 0;
}

.moduleSiteMap p:first-child {
	margin-top: 0;
}

.moduleSiteMap p:last-child {
	margin-bottom: 0;
}

.moduleSiteMap .read {
	border: none;
	margin-bottom: 10px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #2e3b4e;
}

.moduleSiteMap .read:after {
	display: none;
}

.moduleSiteMap .read+p {
	margin-top: 0;
}

.moduleSiteMap .read2 {
	border: none;
	margin-bottom: 10px;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
	color: #2e3b4e;
}

.moduleSiteMap .read2:after {
	display: none;
}

.moduleSiteMap .read2+p {
	margin-top: 0;
}

.moduleSiteMap .striking {
	margin-top: 25px;
	font-size: 18px;
	color: #2e3b4e;
	line-height: 1.4;
}

.moduleSiteMap .big {
	font-size: 16px;
}

.moduleSiteMap .normal {
	font-size: 14px;
}

.moduleSiteMap .small {
	font-size: 12px;
}

.moduleSiteMap ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

.moduleSiteMap ul:first-of-type {
	margin-top: 0;
}

.moduleSiteMap ul:last-of-type {
	margin-bottom: 0;
}

.moduleSiteMap ul li {
	position: relative;
	padding: 0 0 0 1.5em;
}

.moduleSiteMap ul :before {
	position: absolute;
	top: 0.75em;
	left: 0.5em;
	background: #2e3b4e;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.moduleSiteMap li:before {
	content: '';
	position: absolute;
	top: 0.75em;
	left: 0.5em;
	background: #2e3b4e;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.page_item li:before {
	position: absolute;
	width: 8px;
	height: 1px;
	background: #2e3b4e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.moduleSiteMap ul.notes li:before {
	content: '\203B';
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	width: 1em;
	height: 1em;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.moduleSiteMap ul.none li {
	padding: 0 0 0 1em;
}

.moduleSiteMap ul.none li:before {
	display: none;
}

.moduleSiteMap ul.box {
	border: 1px solid #b2d7f7;
	width: 100%;
	padding: 20px;
	line-height: 1.2;
	text-align: center;
	color: #0a88c5;
}

.moduleSiteMap ul.box li {
	display: inline-block;
	position: relative;
	margin: 5px 10px;
	padding: 0;
}

.moduleSiteMap ul.box li:before {
	content: '\30FB';
	position: relative;
	top: auto;
	left: auto;
	background: none;
	width: auto;
	height: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.index .link a,
.moduleSiteMap .link a {
	position: relative;
}

.index .link a:after,
.moduleSiteMap .link a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3093cc;
	border-right: 1px solid #3093cc;
	margin: 2px 8px 5px 6px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	vertical-align: middle;
	z-index: 1;
}

.index .pdf a,
.moduleSiteMap .pdf a {
	position: relative;
	padding: 0 0 0 20px;
}

.index .pdf a:before,
.moduleSiteMap .pdf a:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	background: url(../img/icon-pdf.svg) center center no-repeat;
	background-size: 14px 18px;
	width: 14px;
	height: 18px;
	z-index: 1;
}

.index .blank a,
.moduleSiteMap .blank a {
	position: relative;
}

.index .blank a:after,
.moduleSiteMap .blank a:after {
	content: '';
	display: inline-block;
	background: url(../img/icon-blank.svg) center center no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	margin: 0px 8px 2px 6px;
	vertical-align: middle;
	z-index: 1;
}

.moduleSiteMap .rsslink a {
	position: relative;
	padding: 0 0 0 22px;
}

.moduleSiteMap .rsslink a:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../img/icon-rss2.svg) center center no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	z-index: 1;
}

.moduleSiteMap .dllink a {
	position: relative;
}

.moduleSiteMap .dllink a:after {
	content: '';
	display: inline-block;
	background: url(../img/icon-dl.svg) center center no-repeat;
	background-size: 14px;
	width: 14px;
	height: 14px;
	margin: 0px 8px 3px 6px;
	vertical-align: middle;
	z-index: 1;
}

.moduleSiteMap ul.link li,
.moduleSiteMap ul.pdf li,
.moduleSiteMap ul.blank li {
	padding: 0;
}

.moduleSiteMap ul.link li:before,
.moduleSiteMap ul.pdf li:before,
.moduleSiteMap ul.blank li:before {
	display: none;
}

.moduleSiteMap ul.link.tr li,
.moduleSiteMap ul.pdf.tr li,
.moduleSiteMap ul.blank.tr li {
	text-align: right;
}

.moduleSiteMap ol {
	counter-reset: num;
	margin-top: 20px;
	margin-bottom: 20px;
}

.moduleSiteMap ol:first-of-type {
	margin-top: 0;
}

.moduleSiteMap ol:last-of-type {
	margin-bottom: 0;
}

.moduleSiteMap ol&gt;li {
	position: relative;
	padding: 0 0 0 2.4em;
}

.moduleSiteMap ol&gt;li:before {
	counter-increment: num;
	content: counter(num) ' .';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.8em;
	text-align: right;
	text-wrap: none;
	white-space: nowrap;
}

.moduleSiteMap ol.num li {
	margin-left: 1em;
	padding: 0 0 0 2.6em;
}

.moduleSiteMap ol.num li:before {
	content: '('counter(num) ')';
	left: 0;
	width: 2em;
	text-align: center;
	white-space: nowrap;
}

.moduleSiteMap ol.notes li {
	padding: 0 0 0 2.8em;
}

.moduleSiteMap ol.notes li:before {
	content: '\203B'counter(num);
	width: 2.5em;
	text-align: left;
	color: #5f6a7d;
	white-space: nowrap;
}

.moduleSiteMap dl {
	margin: 20px 0;
}

.moduleSiteMap dl:first-of-type {
	margin: 0 0 20px 0;
}

.moduleSiteMap dl:last-of-type {
	margin: 20px 0 0 0;
}

.moduleSiteMap dt {
	margin: 20px 0 0 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #2e3b4e;
}

.moduleSiteMap dt:first-child {
	margin: 0;
}

.moduleSiteMap dd {
	margin-bottom: 5px;
}

.moduleSiteMap dd:last-of-type {
	margin-bottom: 20px;
}

.moduleSiteMap dl.indent dd {
	position: relative;
	margin: 0 0 0 1.4em;
}

.moduleSiteMap dl.indent dd:before {
	content: '';
	position: absolute;
	top: 0.75em;
	left: -0.85em;
	background: #2e3b4e;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.moduleSiteMap .column1,
.moduleSiteMap .column2,
.moduleSiteMap .column3,
.moduleSiteMap .column4 {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.moduleSiteMap .column1:first-child,
.moduleSiteMap .column2:first-child,
.moduleSiteMap .column3:first-child,
.moduleSiteMap .column4:first-child {
	margin-top: 0;
}

.moduleSiteMap .column1.cb,
.moduleSiteMap .column2.cb,
.moduleSiteMap .column3.cb,
.moduleSiteMap .column4.cb {
	border: 1px solid #d1d1d1;
	background: #f5f5f5;
	padding: 26px 30px;
}

.moduleSiteMap .bg2 .cb {
	background: #fff;
}

.moduleSiteMap .column2&gt;div {
	float: left;
	width: 48.2%;
}

.moduleSiteMap .column2&gt;div:nth-child(2n) {
	float: right;
	width: 48.2%;
}

.moduleSiteMap .column2&gt;div:nth-child(2n).normal {
	float: left;
}

.moduleSiteMap .column2&gt;div:nth-child(n + 3) {
	margin-top: 30px;
}

.moduleSiteMap .column3&gt;div {
	float: left;
	width: 31.13%;
	margin-right: 3.3%;
}

.moduleSiteMap .column3&gt;div:nth-child(3n) {
	float: right;
	width: 31.13%;
	margin-right: 0;
}

.moduleSiteMap .column3&gt;div:nth-child(3n).normal {
	float: left;
	margin-right: 3.3%;
}

.moduleSiteMap .column3&gt;div:nth-child(n + 4) {
	margin-top: 30px;
}

.moduleSiteMap .column3.double&gt;div {
	float: left;
	width: 31.13%;
	margin: 0;
}

.moduleSiteMap .column3.double&gt;div:nth-child(2) {
	float: right;
}

.moduleSiteMap .column3.double&gt;div.text {
	width: 65.56%;
}

.moduleSiteMap .column4&gt;div {
	float: left;
	width: 22.6%;
	margin-right: 3.2%;
}

.moduleSiteMap .column4&gt;div:nth-child(4n) {
	float: right;
	width: 22.6%;
	margin-right: 0;
}

.moduleSiteMap .column4&gt;div:nth-child(n + 5) {
	margin-top: 30px;
}

.moduleSiteMap .border-box {
	position: relative;
	max-width: 100%;
	border-bottom: 1px solid #ddd;
	margin: 0 0 45px 0 !important;
	padding: 0 0 45px 0 !important;
}

.moduleSiteMap .border-box.first {}

.moduleSiteMap .border-box.last {
	margin: 0;
}

.moduleSiteMap figure {
	display: inline-block;
	max-width: 100% !important;
	line-height: 1.5;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.moduleSiteMap figure img {
	display: block;
	max-width: 100%;
}

.moduleSiteMap figure figcaption {
	display: inline-block;
	margin-top: 8px;
	text-align: center;
}

.moduleSiteMap .imgbox {
	position: relative;
	width: 100%;
	margin: 0 auto 15px auto;
	padding: 66% 0 0 0;
	overflow: hidden;
}

.moduleSiteMap .imgbox:last-child {
	margin-bottom: 0px;
}

.moduleSiteMap .imgbox&gt;img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.moduleSiteMap .image-fl {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.moduleSiteMap .image-fr {
	position: relative;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.moduleSiteMap .youtube {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 56.25% 0 0 0;
	overflow: hidden;
}

.moduleSiteMap .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.moduleSiteMap .youtube-wrapper {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}

.moduleSiteMap table {
	width: 100%;
}

.moduleSiteMap table td {
	word-break: break-all;
}

.moduleSiteMap table.basic {
	margin: 20px 0;
}

.moduleSiteMap table.basic:first-of-type {
	margin: 0 0 20px 0;
}

.moduleSiteMap table.basic:last-of-type {
	margin: 20px 0 0 0;
}

.moduleSiteMap table.basic&gt;tr&gt;th,
.moduleSiteMap table.basic&gt;tbody&gt;tr&gt;th {
	vertical-align: middle;
	border: 1px solid #d5d5d5;
	background: #e7f5fb;
	padding: 12px 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}

.moduleSiteMap table.basic .table-top th {
	background: #3197ca;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

.moduleSiteMap table.basic&gt;tr&gt;td,
.moduleSiteMap table.basic&gt;tbody&gt;tr&gt;td {
	vertical-align: middle;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 12px 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}

.moduleSiteMap table.basic.light th {
	background: #fff;
	color: #2e3b4e;
}

.moduleSiteMap table.basic.light .table-top th {
	background: #fff;
	text-align: center;
	color: #2e3b4e;
}

.moduleSiteMap table.simple {
	margin: 20px 0;
}

.moduleSiteMap table.simple:first-of-type {
	margin: 0 0 20px 0;
}

.moduleSiteMap table.simple:last-of-type {
	margin: 20px 0 0 0;
}

.moduleSiteMap table.simple&gt;tr&gt;th,
.moduleSiteMap table.simple&gt;tbody&gt;tr&gt;th {
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #e7e7e7;
	padding: 15px 15px 15px 0;
	font-weight: normal;
	text-align: left;
}

.moduleSiteMap table.simple&gt;tr&gt;td,
.moduleSiteMap table.simple&gt;tbody&gt;tr&gt;td {
	vertical-align: top;
	border-bottom: 1px solid #e7e7e7;
	padding: 15px 0;
	text-align: left;
}

.moduleSiteMap table.simple table {
	width: 100%;
}

.moduleSiteMap table.simple table th {
	vertical-align: middle;
	border: 1px solid #d5d5d5;
	background: #e7f5fb;
	padding: 12px 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}

.moduleSiteMap table.simple table td {
	vertical-align: middle;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 12px 15px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}

.moduleSiteMap .prelusion {
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
}

.moduleSiteMap .prelusion&gt;div {
	position: relative;
	float: left;
	background: #fff;
	width: 33.3333%;
	margin: 0 -1px 20px 0;
}

.moduleSiteMap .prelusion&gt;div&gt;div {
	position: relative;
	border: 1px solid #d5d5d5;
	background: #fff;
	margin: 0 0 -1px 0;
}

.moduleSiteMap .prelusion .image {
	padding: 20px;
	text-align: center;
}

.moduleSiteMap .prelusion .title {
	clear: both;
	padding: 15px 20px;
	line-height: 1.5;
	text-align: center;
}

.moduleSiteMap .prelusion .text {
	padding: 15px 20px;
	font-size: 13px;
	line-height: 1.5;
}

.moduleSiteMap .prelusion&gt;div.c2 {
	width: 66.6666%;
}

.moduleSiteMap .prelusion&gt;div.c2 .image:nth-child(1) {
	float: left;
	width: 50%;
	border-right: none;
	padding: 20px 10px 20px 20px;
}

.moduleSiteMap .prelusion&gt;div.c2 .image:nth-child(2) {
	float: left;
	width: 50%;
	border-left: none;
	padding: 20px 20px 20px 10px;
}

.moduleSiteMap .btn {
	font-size: 0px;
}

.moduleSiteMap .btn a,
.moduleSiteMap .btn button {
	display: inline-block;
	position: relative;
	border: none;
	background: #3193cc;
	width: 100%;
	max-width: 730px;
	padding: 28px 40px 28px 30px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
}

.moduleSiteMap .btn a:after,
.moduleSiteMap .btn button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: -5px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 2;
}

.moduleSiteMap .btn a:hover,
.moduleSiteMap .btn button:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.moduleSiteMap .btn .blank,
.moduleSiteMap .btn .contact,
.moduleSiteMap .btn .download,
.moduleSiteMap .btn .material,
.moduleSiteMap .btn .people {
	position: relative;
	display: inline-block;
	padding: 0 0 0 60px;
}

.moduleSiteMap .btn .print,
.moduleSiteMap .btn .map {
	position: relative;
	display: inline-block;
	padding: 0 0 0 50px;
}

.moduleSiteMap .btn .blank:before,
.moduleSiteMap .btn .contact:before,
.moduleSiteMap .btn .download:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border: 1px solid #fff;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}

.moduleSiteMap .btn .blank:before {
	background: url(../img/icon-blank2.svg) center center no-repeat;
	background-size: 24px;
}

.moduleSiteMap .btn .contact:before {
	background: url(../img/icon-mail2.svg) center center no-repeat;
	background-size: 24px;
}

.moduleSiteMap .btn .download:before {
	background: url(../img/icon-dl2.svg) center center no-repeat;
	background-size: 24px;
}

.moduleSiteMap .btn .material:before,
.moduleSiteMap .btn .people:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border: 1px solid #004e65;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}

.moduleSiteMap .btn .material:before {
	background: url(../img/icon-mt.svg) center center no-repeat;
	background-size: 24px;
}

.moduleSiteMap .btn .people:before {
	background: url(../img/icon-pe.svg) center center no-repeat;
	background-size: 24px;
}

.moduleSiteMap .btn .print:before,
.moduleSiteMap .btn .map:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #a5a5a5;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
}

.moduleSiteMap .btn .print:before {
	background: #a5a5a5 url(../img/icon-print.svg) center center no-repeat;
	background-size: 18px;
}

.moduleSiteMap .btn .map:before {
	background: #a5a5a5 url(../img/icon-map.svg) center center no-repeat;
	background-size: 20px;
}

.moduleSiteMap .btnarea {
	position: relative;
	width: 100%;
}

.moduleSiteMap .btnarea a,
.moduleSiteMap .btnarea button {
	padding: 30px 40px 30px 30px;
	font-size: 16px;
}

.moduleSiteMap .btnarea&gt;div {
	float: left;
	width: 48.86%;
}

.moduleSiteMap .btnarea&gt;div:nth-of-type(2n) {
	float: right;
}

.moduleSiteMap .btnarea&gt;div .btn {
	display: table !important;
	width: 100%;
}

.moduleSiteMap .btnarea&gt;div .btn a {
	display: table-cell !important;
	vertical-align: middle !important;
}

.moduleSiteMap .btnmini a {
	display: inline-block;
	position: relative;
	background: #3193cc;
	min-width: 105px;
	padding: 6px 20px 6px 15px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
}

.moduleSiteMap .btnmini a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 7px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.moduleSiteMap .btnmini a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.moduleSiteMap a.btnc1 {
	background: #00af9d;
}

.moduleSiteMap a.btnc2 {
	background: #004e65;
}

.moduleSiteMap a.btnc3 {
	border: 1px solid #d5d5d5;
	background: #fff;
	color: #2e3b4e;
}

.moduleSiteMap a.btnc3:after {
	border-top: 2px solid #3193cc;
	border-right: 2px solid #3193cc;
}

.moduleSiteMap a.btnc4 {
	background: #eee;
	color: #2e3b4e;
}

.moduleSiteMap a.btnc4:after {
	border-top: 2px solid #3193cc;
	border-right: 2px solid #3193cc;
}

.moduleSiteMap .btnarea a.btnc4,
.moduleSiteMap .btnarea button.btnc4 {
	padding: 22px 40px 22px 30px;
	font-size: 14px;
}

.moduleSiteMap .pager {
	position: relative;
	width: auto;
	margin: 30px auto 0 auto;
	font-size: 16px;
	text-align: center;
}

.moduleSiteMap .pager p {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.moduleSiteMap .pager p.search {
	display: block;
	widows: 100%;
	text-align: center;
}

.moduleSiteMap .pager a {
	display: inline-block;
	position: relative;
	height: 40px;
	color: #2e3b4e;
	text-decoration: none;
	line-height: 40px;
}

.moduleSiteMap .pager .prev {
	padding: 0 20px 0 0;
	white-space: nowrap;
}

.moduleSiteMap .pager .prev a {
	padding: 0 0 0 30px;
	white-space: nowrap;
}

.moduleSiteMap .pager .prev a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #004e65;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 1;
}

.moduleSiteMap .pager .prev a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 0;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	z-index: 2;
}

.moduleSiteMap .pager .next {
	padding: 0 0 0 20px;
	white-space: nowrap;
}

.moduleSiteMap .pager .next a {
	padding: 0 30px 0 0;
	white-space: nowrap;
}

.moduleSiteMap .pager .next a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: #004e65;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 1;
}

.moduleSiteMap .pager .next a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 2;
}

.moduleSiteMap .pager .prev a:hover,
.moduleSiteMap .pager .next a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.moduleSiteMap .pager .page a {
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 40px;
	margin: 0 -1px -1px 0;
	line-height: 38px;
	text-align: center;
}

.moduleSiteMap .pager .return a {
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 170px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
}

.moduleSiteMap .pager .page a:hover,
.moduleSiteMap .pager .return a:hover {
	background: #f5f5f5;
}

.moduleSiteMap .pager .page a.active,
.moduleSiteMap .pager .return a.active {
	background: #e1e1e1;
	color: #fff;
}

.moduleSiteMap .pager .page span.current {
	display: inline-block;
	position: relative;
	border: 1px solid #e1e1e1;
	background: #e1e1e1;
	width: 40px;
	margin: 0 -1px -1px 0;
	line-height: 38px;
	text-align: center;
	color: #fff;
}

.moduleSiteMap .pager img {
	vertical-align: middle;
	margin: 0 0 4px 0;
}

.moduleSiteMap .pager .page.search {
	letter-spacing: -0.4em;
}

.moduleSiteMap .pager .page.search a,
.moduleSiteMap .pager .page.search span {
	letter-spacing: normal;
}

.moduleSiteMap .pager a.prev {
	padding: 0 20px 0 30px;
	white-space: nowrap;
	border: none;
	display: inline;
	background: none;
}

.moduleSiteMap .pager a.prev:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #004e65;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 1;
}

.moduleSiteMap .pager a.prev:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 0;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	z-index: 2;
}

.moduleSiteMap .pager a.next {
	padding: 0 30px 0 20px;
	white-space: nowrap;
	border: none;
	display: inline;
	background: none;
}

.moduleSiteMap .pager a.next:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: #004e65;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 1;
}

.moduleSiteMap .pager a.next:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 2;
}

.moduleSiteMap .pager a.prev:hover,
.moduleSiteMap .pager a.next:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: none;
}

.moduleSiteMap .search-area {
	position: relative;
	width: 100%;
	margin: 40px 0 0 0;
}

.moduleSiteMap .search-area:first-child {
	margin: 0;
}

.moduleSiteMap .search-area dt {
	position: relative;
	background: #458ec7;
	width: 100%;
	margin: 0;
	padding: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.moduleSiteMap .search-area dt:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	border-top: 2px solid #fff;
	margin: -1px 0 0 0;
	z-index: 1;
}

.moduleSiteMap .search-area dt:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 23px;
	height: 18px;
	border-left: 2px solid #fff;
	margin: -9px 0 0 0;
	z-index: 1;
}

.moduleSiteMap .search-area dt.active:before {
	display: none;
}

.moduleSiteMap .search-area dd {
	display: none;
	position: relative;
	background: #f5f5f5;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #2e3b4e;
	line-height: 1.2;
}

.moduleSiteMap .search-area dd.view {
	display: block;
}

.moduleSiteMap .flow-list {
	position: relative;
	display: table;
	table-layout: fixed;
	background: #0a88c5;
	width: 100%;
	width: calc(100% - 20px);
	height: 60px;
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

.moduleSiteMap .flow-list:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0px;
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 20px;
	border-color: transparent transparent transparent #0a87c5;
	z-index: 2;
}

.moduleSiteMap .flow-list li {
	position: relative;
	display: table-cell;
	background: #0a88c5;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0 5px 0 25px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
}

.moduleSiteMap .flow-list li:before {
	content: '';
	position: absolute;
	top: -5px;
	left: auto;
	right: -20px;
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 23px;
	border-color: transparent transparent transparent #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	z-index: 1;
}

.moduleSiteMap .flow-list li:after {
	content: '';
	position: absolute;
	right: -17px;
	top: 0px;
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 20px;
	border-color: transparent transparent transparent #0a87c5;
	z-index: 2;
}

.moduleSiteMap .flow-list li:last-child:after,
.moduleSiteMap .flow-list li:last-child:before {
	display: none;
}

.moduleSiteMap .flow-list.gl {
	background: #dadada;
}

.moduleSiteMap .flow-list.gl:after {
	border-color: transparent transparent transparent #dadada;
}

.moduleSiteMap .flow-list.gl li {
	background: #dadada;
}

.moduleSiteMap .flow-list.gl li:after {
	border-color: transparent transparent transparent #dadada;
}

.moduleSiteMap .flow-list.gl li.active {
	background: #9f9f9f;
}

.moduleSiteMap .flow-list.gl li.active:after {
	border-color: transparent transparent transparent #9f9f9f;
}

.image-menu {
	position: relative;
	width: 100%;
}

.moduleSiteMap .image-menu dl {
	position: relative;
	float: left;
	background: #fff;
	width: 31.82%;
	margin: 0 2.27% 20px 0;
	padding: 0;
}

.moduleSiteMap .image-menu dl:nth-child(3n) {
	margin: 0 0 20px 0;
}

.moduleSiteMap .image-menu dt {
	margin: 0;
	padding: 0;
}

.image-menu dt .imgbox {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50% 0 0 0;
	overflow: hidden;
}

.image-menu dt .imgbox&gt;div {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #fff;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	overflow: hidden;
	z-index: 2;
}

.image-menu dt a {
	display: block;
	text-decoration: none;
}

.image-menu dt a span {
	position: relative;
	display: block;
	background: #2b2b2b;
	padding: 24px 35px 24px 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.1;
	color: #fff;
}

.image-menu dt a span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: -6px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.image-menu dt a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.image-menu dt a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.image-menu dt a:hover .imgbox&gt;img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.moduleSiteMap .image-menu dd {
	background: #fff;
	margin: 0;
	padding: 20px;
}

.image-menu2 {
	position: relative;
	width: 100%;
}

.image-menu2&gt;a {
	display: block;
	position: relative;
	float: left;
	background: #fff;
	width: 23.3%;
	margin: 0 2.26% 20px 0;
	padding: 0;
	text-decoration: none;
}

.image-menu2&gt;a:nth-child(4n) {
	float: right;
	width: 23.3%;
	margin-right: 0;
}

.image-menu2&gt;a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.image-menu2&gt;a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.image-menu2&gt;a:hover .imgbox&gt;img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.image-menu2 .imgbox {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50% 0 0 0;
	overflow: hidden;
}

.image-menu2 .imgbox&gt;div {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	overflow: hidden;
	z-index: 2;
}

.moduleSiteMap .image-menu2 dl {
	margin: 0;
	padding: 20px 30px;
}

.moduleSiteMap .image-menu2 dl dt {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	color: #3193cc;
}

.moduleSiteMap .image-menu2 dl dd {
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	color: #5f6a7d;
}

.image-menu3 {
	position: relative;
	width: 100%;
}

.image-menu3&gt;a {
	display: block;
	position: relative;
	float: left;
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
	width: 31.82%;
	margin: 0 2.27% 20px 0;
	padding: 0;
}

.image-menu3&gt;a:nth-child(3n) {
	margin: 0 0 20px 0;
}

.image-menu3 .imgbox {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50% 0 0 0;
	overflow: hidden;
}

.image-menu3 h3 {
	padding: 20px 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #3193cc;
}

.image-menu3 h3:after {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon-blank.svg) center center no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	margin: 0 0 0 5px;
	z-index: 1;
}

.image-menu3&gt;a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.image-menu3&gt;a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.image-menu3&gt;a:hover .imgbox&gt;img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.catch-menu {
	position: relative;
	width: 100%;
}

.catch-menu a {
	display: block;
	position: relative;
	float: left;
	border: 1px solid #e4e4e4;
	background: #fff;
	width: 31.82%;
	margin: 0 2.27% 20px 0;
	padding: 0 0 100px 0;
	text-decoration: none;
}

.bg2 .catch-menu a {
	border: none;
}

.catch-menu a:nth-child(3n) {
	margin: 0 0 20px 0;
}

.catch-menu .imgbox {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50% 0 0 0;
	overflow: hidden;
	z-index: 1;
}

.catch-menu a:hover .imgbox&gt;img {
	-webkit-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	-ms-transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
	transform: scale(1.1, 1.1) translate3d(0, -45%, 0);
}

.moduleSiteMap .catch-menu dl {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
}

.moduleSiteMap .catch-menu dl dt {
	width: 100%;
	min-height: 100px;
	margin: 0;
	padding: 38px 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	color: #3193cc;
	-webkit-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}

.catch-menu dl dt small {
	font-size: 16px;
}

.catch-menu dl dt div {
	position: absolute;
	top: -35px;
	left: 50%;
	background: #fff;
	width: 70px;
	height: 70px;
	margin: 0 0 0 -35px;
	padding: 0;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}

.catch-menu dl dt div img {
	margin-top: -70px;
}

.moduleSiteMap .catch-menu dl dd {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: 1.6;
	text-align: center;
	color: #3193cc;
}

.catch-menu a.active dl dt {
	padding: 58px 20px 18px 20px;
}

.catch-menu a.active dl dt div {
	background: #2e3b4e;
}

.catch-menu a.active dl dt div img {
	margin-top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.page-menu {
	display: block !important;
	position: relative;
	background: #f5f5f5;
	width: 100%;
	z-index: 999;
}

.moduleSiteMap .page-menu .inner {
	padding: 0;
}

.page-menu ul {
	position: relative;
	display: table;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-menu ul li {
	position: relative;
	display: table-cell;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}

.page-menu ul li a {
	position: relative;
	display: block;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	text-decoration: none;
	color: #2e3b4e;
	text-align: center;
}

.page-menu ul li a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #d4d4d4;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	z-index: -1;
}

.page-menu ul li.active a,
.page-menu ul li a:hover {
	background: #00af9d;
	color: #fff;
}

.page-menu ul li.other a {
	background: #3193cc;
	color: #fff;
}

.page-menu ul li.active a:hover,
.page-menu ul li.other a:hover {
	background-color: #ccc;
	color: #2e3b4e;
}

.page-menu ul li.cosmosia_btn {
	vertical-align: top;
}

.page-menu ul li.cosmosia_btn span {
	display: block;
	height: 25px;
	line-height: 25px;
}

.page-menu ul li.cosmosia_btn span:nth-child(1) {
	padding-top: 5px;
}

.page-menu ul li.cosmosia_btn span:nth-child(2) {
	line-height: 18px;
}

.page-menu .sns-btn {
	float: right;
	margin: 13px 0 0 0;
}

@media screen and (max-width: 1150px) {
	.page-menu ul {
		width: 100%;
	}

	.page-menu .sns-btn {
		float: right;
		margin: 10px 0 10px 10px;
	}

	.page-menu ul li a {
		padding: 0;
		white-space: nowrap;
	}
}

.page-menu.page-active {
	position: fixed;
	top: 70px;
}

.sns-btn {
	width: 100%;
	font-size: 0;
	text-align: right;
}

.sns-btn.page-top {
	width: 220px;
}

.sns-btn.page-btm {
	width: 100%;
	margin: 20px 0 40px 0;
}

.sns-btn&gt;div {
	display: inline-block;
	width: 50px;
	height: 24px;
	margin: 0 0 0 4px;
}

.sns-btn&gt;div a {
	display: inline-block;
	width: 50px;
	height: 24px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sns-btn&gt;div a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.sns-btn .twitter a {
	background: url(../img/sns-x.png) center center no-repeat;
	background-size: cover;
}

.sns-btn .facebook a {
	background: #4065b5 url(../img/sns-facebook.svg) center center no-repeat;
	background-size: 20px;
}

/*.sns-btn .google a {
	background: #dc4a3d url(../img/sns-google.svg) center center no-repeat;
	background-size: 20px;
}*/
.sns-btn .linkedin a {
	background: #0077b5 url(../img/sns-linkedin.svg) center center no-repeat;
	background-size: 20px;
}

.sns-btn .line a {
	background: #00b900 url(../img/sns-line.svg) center center no-repeat;
	background-size: 20px;
}
.banner-products {
	display: flex;
	justify-content: space-between;
}

#page05 &gt; div.bottun.banner-products &gt; p {
	width: 100%;
  /* max-width: 730px; */
  margin: 0 10px;
}

.bottun.banner-products a {
  font-size: 16px !important;
  margin: 0 10px;
}

/* cookie banner */
	.cookie-text a{text-decoration: underline;}
	.cookie-text{font-size: 15px;}
	.cookie-inner{
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 10px 40px 10px 0;
    font-size: 12px !important;
	}
	@media screen and (max-width: 960px){
    .cookie-inner{ 
      width: auto;
      padding: 10px !important;
      }
  .cookie-agree{
      position: relative !important;
      width: 84px !important;
      margin: 0 0 0 auto;
    }
  }
  .cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 9999;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
  }
  .cookie-agree {
    color: #fff;
    background: #999;
    padding: .5em 1.5em;
    width: 10%;
    top: 10px;
    right: 0;
    position: absolute;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  .cc-hide1 {
    display: none;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
  @media screen and (max-width: 600px) {
    .cookie-consent {
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
    }
  }
</pre></body></html>