html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, select, button, caption, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
	word-break: break-word;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
body {
	background: #fff;
	font-family: "Montserrat", Roboto, "Droid Sans", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #2a2a2a;
	-webkit-text-size-adjust: 100%
}
html {
	font-size: 62.5%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-ms-overflow-style: none
}
body, html {
	height: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
p, ul, ol, table {
	font-size: 14px
}
table {
	border-collapse: collapse
}
a {
	color: #192057;
	text-decoration: none;
	overflow: hidden;
	outline: none
}
img, video, object, embed {
	max-width: 100%;
	height: auto
}
img {
	vertical-align: bottom;
	border: 0
}
iframe {
	max-width: 100%
}
input, textarea, button, select {
	font-family: "Montserrat", Roboto, "Droid Sans", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif
}
select {
	-webkit-appearance: none
}
input[type='text'], input[type='date'], input[type='password'], input[type='number'], input[type='mail'], select, textarea {
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 3px;
	padding: 8px 10px
}
input[type='text']:focus, input[type='date']:focus, input[type='password']:focus, input[type='number']:focus, input[type='mail']:focus, select:focus, textarea:focus {
	border-color: #f3cd34
}
input[type='file'], input[type='checkbox'], input[type='radio'], select {
	cursor: pointer
}
button:focus, input[type='text']:focus, input[type='number']:focus, input[type='date']:focus, input[type='mail']:focus, input[type='file']:focus, input[type='checkbox']:focus, input[type='radio']:focus, select:focus, textarea:focus {
	outline: none
}
label {
	display: inline-block;
	cursor: pointer
}
button {
	cursor: pointer
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, input::-moz-focus-inner {
	margin: 0;
	padding: 0;
	border: 0
}
::-moz-selection {
	background: #f3cd34;
	color: #fff;
	text-shadow: none
}
::selection {
	background: #f3cd34;
	color: #fff;
	text-shadow: none
}
a, img, input, button, select {
	transition: .4s
}
.container {
	width: 97%;
	max-width: 2440px;
	margin: 0 auto
}
.container:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	overflow: hidden
}
.defs, #icon-set {
	display: none
}
.defs svg, #icon-set svg {
	display: inline-block;
	vertical-align: middle;
	margin: 0
}
#grd-set {
	visibility: hidden;
	height: 0
}
header {
	width: 100%;
	padding-top: .6rem;
	background: rgba(255, 255, 255, .8);
	filter: drop-shadow(0 2px 3px rgba(17, 17, 17, .1));
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90
}
header>div {
	position: relative
}
header .logo {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10rem;
	margin-top: -2.5rem
}
header .logo img {
	width: 10rem;
	height: 4.4rem
}
header .logo:hover {
	opacity: .8
}
header .icon-menu, header .icon-close {
	display: none
}
header .glo-nav {
	display: inline-block;
	padding-left: 11rem;
	font-size: 0
}
header .glo-nav>li {
	display: inline-block;
	vertical-align: bottom;
	position: relative
}
header .glo-nav>li>a, header .glo-nav>li span {
	display: inline-block;
	vertical-align: bottom;
	padding: 2.8rem .8rem 1.5rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #2a2a2a;
	letter-spacing: -.02rem;
	white-space: nowrap
}
header .glo-nav>li>a:hover {
	color: #0344EC
}
header .glo-nav>li>span {
	transition: all .3s
}
header .blc-search {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right
}
header .blc-search>div {
	display: flex;
	margin-bottom: .5rem;
	align-items: center;
	justify-content: flex-end
}
header .blc-search a {
	margin-left: 1rem;
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	color: #777
}
header .blc-search a:first-child {
	margin-left: 0
}
header .blc-search a:hover {
	color: #0344EC
}
header .blc-search img {
	border: solid .1rem #ccc
}
header .blc-search img:hover {
	opacity: .8
}
header .blc-search form {
	width: 15rem;
	background: #fff;
	border: solid .1rem #cdcdcd;
	border-radius: 4.5rem;
	display: flex;
	justify-content: flex-end
}
header .blc-search input {
	width: calc(15rem - 2.9rem);
	padding: .5rem 1.2rem;
	border-radius: 4.5rem 0 0 4.5rem;
	border: none;
	font-size: 13px;
	font-size: 1.3rem
}
header .blc-search button {
	display: inline-block;
	width: 3.1rem;
	background: #5162AA;
	border-radius: 0 4.5rem 4.5rem 0
}
header .blc-search button:hover {
	background: #6171b4
}
header .blc-search svg {
	width: 1.6rem;
	height: 1.6rem;
	fill: #fff
}
header .simple-logo {
	display: inline-block;
	padding-bottom: .3rem
}
header .simple-logo img {
	width: 10rem;
	height: 4.4rem
}
.blc-drop {
	width: 100%;
	position: fixed;
	z-index: 80;
	top: 6.3rem;
	left: 0;
	background: rgba(17, 17, 17, .95);
	color: #fff;
	overflow: hidden;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden
}
.blc-drop>div {
	display: flex
}
.blc-drop>div>div {
	width: 50%;
	padding: 4rem 1rem 3rem
}
.blc-drop a {
	color: #fff
}
.blc-drop a:after {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border-right: solid .1rem #fff;
	border-bottom: solid .1rem #fff;
	transform: rotate(-45deg);
	margin: 0 0 .2rem .8rem;
	transition: .3s
}
.blc-drop a:hover {
	color: #0344EC
}
.blc-drop a:hover:after {
	border-color: #0344EC
}
.blc-drop .link-all {
	display: inline-block;
	margin: 0 0 0 auto;
	padding: .8rem 1rem;
	border: solid .1rem #fff;
	border-radius: .2rem;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center
}
.blc-drop .link-all:hover {
	border-color: #0344EC
}
.blc-drop .left .title {
	margin-bottom: 2rem;
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: 700
}
.blc-drop .left .desc {
	margin-bottom: 2rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5
}
.blc-drop .right {
	padding-left: 2rem
}
.blc-drop .right .headline {
	margin-bottom: 1.4rem;
	margin-right: 3rem;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600
}
.blc-drop .right .headline, .blc-drop .right>a {
	display: inline-block
}
.blc-drop .right ul {
	width: 100%;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: dashed .1rem #666
}
.blc-drop .right ul li {
	display: inline-block;
	width: 45%
}
.blc-drop .right ul a {
	display: block;
	padding: .6rem 0
}
.blc-drop .right .blc-links a {
	margin: 0 3rem 1.5rem 0
}
.blc-drop .right a {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	display: inline-block;
	line-height: 1.1
}
.blc-drop .right>a {
	display: inline-block;
	padding: .4rem .4rem .4rem 0;
	margin-right: 2.5rem
}
.blc-drop .body-null {
	position: relative
}
.blc-drop .body-null .link-all {
	position: absolute;
	bottom: 4rem;
	right: 0
}
.blc-drop .all-link-sp {
	display: none!important
}
.blc-parent {
	position: relative
}
.blc-parent span {
	cursor: default
}
.blc-parent:after {
	content: '';
	display: inline-block;
	border-bottom: solid 1rem rgba(17, 17, 17, .9);
	border-left: solid .8rem transparent;
	border-right: solid .8rem transparent;
	position: absolute;
	bottom: .1rem;
	left: 50%;
	margin-left: -.8rem;
	visibility: hidden;
	transition: all .3s;
	opacity: 0
}
.blc-parent:hover:after {
	bottom: -.2rem;
	visibility: visible;
	opacity: 1
}
.blc-parent:hover .blc-drop {
	top: 6.6rem;
	visibility: visible;
	opacity: 1
}
@media screen and (max-width:1135px) {
	header {
		padding-top: 0;
    height:74px;
	}
	header .container {
		width: 100%;
		max-width: 100%
	}
	header .logo {
		top: 1.5rem;
		left: 1.5rem;
		margin-top: 0
	}
	header .wrap-nav-sp {
		position: fixed;
		top: 0;
		right: -110%;
		width: 100%;
		max-width: 768px;
		height: 100vh;
		background: rgba(17, 17, 17, .9);
		transition: .3s;
		overflow-y: scroll
	}
	header .glo-nav {
		display: block;
		margin: 6rem 0 0;
		padding: 0
	}
	header .glo-nav>li {
		display: block;
		position: relative
	}
	header .glo-nav>li>span, header .glo-nav>li>a {
		display: block;
		padding: 1.6rem 2rem;
		font-size: 16px;
		font-size: 1.6rem;
		color: #fff;
		border-top: solid .1rem #666;
		cursor: pointer
	}
	header .blc-search {
		padding: 2.5rem 2rem 8rem;
		position: relative;
		top: auto;
		right: auto;
		text-align: left;
		border-top: solid .1rem #666
	}
	header .blc-search>div {
		width: 100%;
		position: absolute;
		text-align: center;
		bottom: 2rem;
		left: 0;
		justify-content: center
	}
	header .blc-search a {
		margin: 0 1rem;
		font-size: 16px;
		font-size: 1.6rem;
		color: #fff
	}
	header .blc-search img {
		width: 4.5rem;
		height: auto
	}
	header .blc-search form {
		border: none
	}
	header .blc-search input {
		width: 100%;
		padding: 1.2rem
	}
	header .blc-search button {
		width: 5rem
	}
	header .blc-search svg {
		width: 2.5rem;
		height: 2.5rem
	}
	header .icon-menu {
		display: block;
		width: 4.6rem;
		height: 4.6rem;
		position: fixed;
		top: 1rem;
		right: .6rem;
		cursor: pointer
	}
	header .icon-menu span {
		display: block;
		width: 70%;
		height: .4rem;
		background: #F2F5FA;
		position: absolute;
		left: 15%;
		transition: .3s;
		filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .1))
	}
	header .icon-menu span:first-child {
		top: .5rem
	}
	header .icon-menu span:nth-child(2) {
		top: 1.9rem
	}
	header .icon-menu span:last-child {
		top: 3.4rem
	}
	header .icon-menu:hover span {
		background: #0344EC
	}
	.icon-menu-active span {
		background: #192057!important
	}
	.blc-drop {
		display: none;
		visibility: visible;
		opacity: 1;
		position: static;
		top: auto;
		left: auto
	}
	.blc-drop>div {
		display: block;
		position: relative
	}
	.blc-drop>div>div {
		width: 95%;
		margin: 2rem auto;
		padding: 0
	}
	.blc-drop>div:before {
		content: '';
		border-bottom: solid 1.6rem rgba(68, 68, 68, .5);
		border-left: solid .8rem transparent;
		border-right: solid .8rem transparent;
		position: absolute;
		top: -1.6rem;
		left: 3.2rem
	}
	.blc-drop .left {
		display: none
	}
	.blc-drop .right {
		padding: 1rem 2rem;
		background: rgba(68, 68, 68, .5)
	}
	.blc-drop .right .headline {
		display: none
	}
	.blc-drop .right ul {
		margin-bottom: 0;
		padding-bottom: .5rem;
		padding-left: 1.5rem;
		border-bottom: none;
		position: relative
	}
	.blc-drop .right ul li {
		display: block;
		width: 100%;
		margin: 1rem 0;
		position: relative
	}
	.blc-drop .right ul li:before {
		content: '';
		display: inline-block;
		width: 1.2rem;
		height: .2rem;
		background: #666;
		position: absolute;
		top: 48%;
		left: -1.5rem
	}
	.blc-drop .right ul:before {
		content: '';
		display: block;
		width: .2rem;
		height: 94.5%;
		background: #666;
		position: absolute;
		top: -.7rem;
		left: 0
	}
	.blc-drop .right ul a {
		padding-left: .5rem
	}
	.blc-drop .right a {
		font-size: 16px;
		font-size: 1.6rem
	}
	.blc-drop .right a:after {
		content: none
	}
	.blc-drop .right .blc-links {
		width: 100%;
		margin-top: 0;
		border-top: dashed .1rem #666
	}
	.blc-drop .right .blc-links a {
		display: block;
		width: 100%;
		margin: 2rem 0
	}
	.blc-drop .right .link-all {
		display: none
	}
	.blc-drop .all-link-sp {
		display: block!important
	}
	.blc-parent {
		transition: none
	}
	.blc-parent:after {
		content: none
	}
	.blc-parent span:after {
		content: '';
		display: inline-block;
		width: .7rem;
		height: .7rem;
		border-right: solid .2rem #fff;
		border-bottom: solid .2rem #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 2rem;
		right: 2.5rem
	}
	.blc-parent:hover .blc-drop {
		top: auto
	}
	.parent-open span:after {
		transform: rotate(225deg)!important
	}
	.icon-close {
		display: block!important;
		width: 6rem;
		height: 6rem;
		padding-top: 1.4rem;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer
	}
	.icon-close svg {
		width: 3rem;
		height: 3rem;
		fill: #fff
	}
	.nav-open {
		right: 0!important
	}
}
@media screen and (max-width:767px) {
	header .blc-search form {
		width: 100%
	}
	header .glo-nav>li>span {
		transition: none
	}
  
  header {
    height:auto; 
  }
}
@media screen and (max-width:767px) and (orientation:portrait) {
	header .logo {
		top: 1.2rem;
		left: 1.2rem
	}
}
footer .container {
	display: flex;
	justify-content: space-between;
	color: #fff
}
footer a {
	color: #fff
}
footer a:hover {
	color: #0344EC
}
footer a:hover svg {
	fill: #0344EC
}
footer svg {
	fill: #fff;
	transition: .3s
}
footer small {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: .1rem;
	position: absolute;
	bottom: 2rem;
	right: 0
}
.footer-head {
	min-height: 12rem;
	background: url(../img/bg/footer_link.png) top center no-repeat #fff;
	background-size: cover;
	position: relative
}
.footer-head:after {
	content: '';
	display: block;
	width: 100%;
	height: 9rem;
	background: url(../img/bg/footer+.png) bottom -.1rem center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -.1rem;
	left: 0
}
.footer-head .container {
	padding: 14rem 0 9rem
}
.footer-linkarea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.footer-linkarea li {
	width: 32.92%;
	margin-bottom: .55%;
	padding: 1.8rem 1.8rem 1.4rem;
	background: #fff;
	cursor: pointer;
	transition: .3s;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .1))
}
.footer-linkarea li:hover {
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, 0))
}
.footer-linkarea li:hover a {
	color: #0344EC
}
.footer-linkarea li:hover svg {
	fill: #0344EC
}
.footer-linkarea li:first-child, .footer-linkarea li:nth-child(2) {
	width: 49.7%
}
.footer-linkarea li:nth-last-child(4), .footer-linkarea li:nth-last-child(3), .footer-linkarea li:nth-last-child(2), .footer-linkarea li:last-child {
	width: 24.6%
}
.footer-linkarea li a {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	color: #192057
}
.footer-linkarea li:first-child {
	background: url(../img/panel/software.jpg) center center no-repeat;
	background-size: cover;
	position: relative
}
.footer-linkarea li:first-child:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .75);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}
.footer-linkarea li:first-child span {
	display: inline-block;
	padding: .5rem .2rem .5rem 1rem;
	position: absolute;
	top: -1.1rem;
	left: -.8rem;
	background: #65d5e4;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	letter-spacing: .1rem;
	line-height: 1.2
}
.footer-linkarea li:first-child span:after {
	content: '';
	display: inline-block;
	border-left: solid 1rem #65d5e4;
	border-top: solid 1.3rem transparent;
	border-bottom: solid 1.3rem transparent;
	position: absolute;
	top: 0;
	right: -1rem
}
.footer-linkarea li:first-child a, .footer-linkarea li:first-child p {
	position: relative
}
.footer-linkarea li:first-child a, .footer-linkarea li:first-child p, .footer-linkarea li:first-child span {
	z-index: 20
}
.footer-linkarea li:nth-child(2) a {
	margin-bottom: 1rem;
	font-size: 26px;
	font-size: 2.6rem
}
.footer-linkarea p {
	margin-top: .8rem;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.5;
	color: #2a2a2a
}
.footer-linkarea svg {
	width: 40rem;
	height: 3rem;
	fill: #192057;
	margin-top: 1.4rem;
	margin-bottom: -.5rem
}
.footer-body {
	padding-top: 4rem;
	background: #192057
}
.footer-left {
	width: 60%
}
.footer-right {
	width: 40%;
	padding-bottom: 8rem;
	text-align: right;
	position: relative
}
.footer-logo {
	margin-bottom: 3rem
}
.footer-logo li {
	display: inline-block;
	margin-right: 2rem;
	vertical-align: middle
}
.footer-logo .icon-tandd {
	width: 10rem;
	height: 4.4rem
}
.footer-logo .icon-wss {
	width: 28rem;
	height: 2.1rem
}
.footer-temp, .footer-txt {
	display: inline-block;
	vertical-align: top;
	font-size: 0
}
.footer-temp {
	width: 55%;
	padding: 1rem;
	background: url(../img/bg/matsumoto.png) center center no-repeat;
	background-size: cover;
	text-align: center
}
.footer-temp .title {
	margin: .5rem 0 1.2rem;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: .04rem
}
.footer-temp .title span {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300
}
.footer-temp .cols {
	display: flex;
	justify-content: space-between
}
.footer-temp .cols dl {
	padding: 1.2rem .5rem;
	background: rgba(25, 32, 87, .6)
}
.footer-temp .cols dt {
	padding-bottom: 1rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .03rem;
	line-height: 1
}
.footer-temp .cols dd {
	padding: 0 .5rem
}
.footer-temp .temp {
	width: 62%;
	font-size: 0
}
.footer-temp .temp dd {
	display: inline-block;
	width: 50%
}
.footer-temp .temp .first {
	border-right: dashed .1rem #fff
}
.footer-temp .hum {
	width: 36%
}
.footer-temp .num {
	font-size: 15px;
	font-size: 1.5rem;
	white-space: nowrap
}
.footer-temp .num em {
	padding-right: .3rem;
	font-size: 40px;
	font-size: 4rem
}
.footer-temp svg {
	width: 1.8rem;
	height: 1.8rem;
	margin-right: .5rem;
	vertical-align: middle
}
.footer-txt {
	width: 43%;
	padding-left: 2rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5
}
.footer-txt a {
	font-weight: 500
}
.footer-sns {
	margin-bottom: 3rem
}
.footer-sns li {
	display: inline-block;
	margin-left: 1rem
}
.footer-sns li span {
	display: block;
	padding-bottom: .5rem;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .2rem;
	text-indent: .2rem;
	text-align: center
}
.footer-sns svg {
	width: 5rem;
	height: 5rem
}
.footer-menu li {
	margin-bottom: 1rem
}
.footer-menu a {
	font-size: 16px;
	font-size: 1.6rem
}
.icon-top {
	width: 6rem;
	height: 6rem;
	position: fixed;
	bottom: -10rem;
	right: 1rem;
	z-index: 85;
	opacity: 0;
	cursor: pointer;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .2));
	transition: .3s
}
.icon-top:hover {
	opacity: 1
}
.icon-top-active {
	bottom: 1rem;
	opacity: .9
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	footer small {
		bottom: 1.5rem;
		font-size: 11px;
		font-size: 1.1rem
	}
	.footer-left {
		width: 65%
	}
	.footer-linkarea svg {
		width: 30rem;
		height: 2.25rem;
		margin-top: 1rem
	}
	.footer-right {
		width: 30%;
		padding-bottom: 4.5rem
	}
	.footer-temp {
		width: 60%
	}
	.footer-temp svg {
		margin-right: 0;
		transform: scale(.8, .8)
	}
	.footer-temp .title {
		font-size: 8px;
		font-size: 2.5vw;
		line-height: 1.2
	}
	.footer-temp .title span {
		font-size: 7px;
		font-size: 2.1875vw
	}
	.footer-temp .cols dt {
		font-size: 5px;
		font-size: 1.5625vw
	}
	.footer-temp .num {
		font-size: 5px;
		font-size: 1.5625vw
	}
	.footer-temp .num em {
		font-size: 10px;
		font-size: 3.125vw
	}
	.footer-txt {
		width: 38%;
		padding-left: 1.2rem;
		font-size: 5px;
		font-size: 1.5625vw
	}
	.footer-sns {
		margin-bottom: 1.5rem
	}
	.footer-sns li {
		margin-bottom: 1rem
	}
	.footer-menu a {
		font-size: 6px;
		font-size: 1.875vw
	}
}
@media screen and (max-width:767px) {
	footer .container {
		display: block;
		padding-left: 1rem;
		padding-right: 1rem
	}
	footer small {
		display: block;
		margin-bottom: 2rem;
		text-align: center;
		position: static;
		order: 3
	}
	.footer-head {
		min-height: 4rem;
		background-image: url(../img/bg/footer_link_sp.png)
	}
	.footer-head .container {
		padding: 5.5rem 0 8rem
	}
	.footer-linkarea li {
		width: 49.2%;
		margin-bottom: 1.6%;
		padding: 1.6rem 1.2rem 1.4rem;
		position: relative
	}
	.footer-linkarea li:first-child, .footer-linkarea li:nth-child(2), .footer-linkarea li:nth-child(3), .footer-linkarea li:nth-child(4) {
		width: 100%
	}
	.footer-linkarea li:nth-last-child(1), .footer-linkarea li:nth-last-child(2), .footer-linkarea li:nth-last-child(3), .footer-linkarea li:nth-last-child(4) {
		width: 49.2%
	}
	.footer-linkarea li:nth-child(n+2) p {
		display: none
	}
	.footer-linkarea li:nth-child(n+2):after {
		content: '';
		display: inline-block;
		width: .5rem;
		height: .5rem;
		border-right: solid .2rem #192057;
		border-bottom: solid .2rem #192057;
		transform: rotate(-45deg);
		position: absolute;
		top: 50%;
		right: 1rem;
		margin-top: -.2rem
	}
	.footer-linkarea li:first-child span {
		padding: .4rem .2rem .4rem .8rem;
		font-size: 12px;
		font-size: 1.2rem;
		left: -.5rem
	}
	.footer-linkarea li:first-child span:after {
		border-top-width: 1.1rem;
		border-bottom-width: 1.1rem
	}
	.footer-linkarea li:nth-child(2) a {
		font-size: 14px;
		font-size: 4.375vw
	}
	.footer-linkarea li p {
		font-size: 11px;
		font-size: 3.4375vw
	}
	.footer-linkarea li a {
		font-size: 14px;
		font-size: 4.375vw
	}
	.footer-linkarea svg {
		width: 26rem;
		height: 1.9rem;
		margin-top: 1rem
	}
	.footer-body {
		padding-top: 3rem
	}
	.footer-left, .footer-right {
		width: 100%
	}
	.footer-left {
		margin-bottom: 2.5rem
	}
	.footer-logo {
		margin-bottom: .5rem
	}
	.footer-logo li {
		margin: 0 1.5rem 1.5rem 0
	}
	.footer-logo .icon-tandd {
		width: 8rem;
		height: 3.2rem
	}
	.footer-logo .icon-wss {
		width: 20rem;
		height: 1.5rem
	}
	.footer-temp, .footer-txt {
		display: block;
		width: 100%
	}
	.footer-temp {
		margin-bottom: 1.5rem
	}
	.footer-temp .title {
		font-size: 15px;
		font-size: 4.6875vw
	}
	.footer-temp .title span {
		font-size: 12px;
		font-size: 3.75vw
	}
	.footer-temp .cols dt {
		font-size: 12px;
		font-size: 3.75vw
	}
	.footer-temp .num {
		font-size: 12px;
		font-size: 3.75vw
	}
	.footer-temp .num em {
		font-size: 20px;
		font-size: 6.25vw
	}
	.footer-txt {
		padding-left: 0;
		font-size: 12px;
		font-size: 3.75vw
	}
	.footer-right {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 0
	}
	.footer-sns, .footer-menu, footer small {
		width: 100%
	}
	.footer-sns {
		order: 2;
		text-align: center;
		transform: scale(.9, .9)
	}
	.footer-menu {
		margin-bottom: 2rem;
		order: 1;
		text-align: left
	}
	.footer-menu li {
		margin-bottom: 1.4rem
	}
	.footer-menu a {
		font-size: 13px;
		font-size: 4.0625vw
	}
	.icon-top {
		width: 5rem;
		height: 5rem
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.footer-linkarea li:first-child span {
		left: -.7rem
	}
	.footer-linkarea li:first-child span:after {
		border-top-width: 1.1rem;
		border-bottom-width: 1.1rem
	}
	.footer-linkarea li:nth-child(2) a {
		font-size: 9px;
		font-size: 2.8125vw
	}
	.footer-linkarea li p {
		font-size: 6px;
		font-size: 1.875vw
	}
	.footer-linkarea li a {
		font-size: 9px;
		font-size: 2.8125vw
	}
	.footer-logo .icon-wss {
		width: 30rem;
		height: 2.2rem
	}
	.footer-temp .title {
		font-size: 13px;
		font-size: 4.0625vw
	}
	.footer-temp .title span {
		font-size: 10px;
		font-size: 3.125vw
	}
	.footer-temp .cols dt {
		font-size: 10px;
		font-size: 3.125vw
	}
	.footer-temp .num {
		font-size: 10px;
		font-size: 3.125vw
	}
	.footer-temp .num em {
		font-size: 20px;
		font-size: 6.25vw
	}
	.footer-txt {
		font-size: 7px;
		font-size: 2.1875vw
	}
	.footer-menu a {
		font-size: 9px;
		font-size: 2.8125vw
	}
}
.breadcrumbs {
	padding: .6rem 0;
	background: #eaeaea;
	overflow-x: scroll
}
.breadcrumbs .container {
	padding-top: 0;
	padding-bottom: 0
}
.breadcrumbs ul {
	white-space: nowrap
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: middle
}
.breadcrumbs li:before {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	vertical-align: middle;
	margin: 0 1rem .3rem .2rem;
	border-right: solid .1rem #bbb;
	border-bottom: solid .1rem #bbb;
	transform: rotate(-45deg)
}
.breadcrumbs li:first-child:before {
	content: none
}
.breadcrumbs li, .breadcrumbs a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #555;
	line-height: 1.4;
	letter-spacing: .02rem
}
.breadcrumbs a:hover {
	color: #0344EC
}
.breadcrumbs svg {
	width: 1.4rem;
	height: 1.4rem;
	fill: #bbb;
	vertical-align: top;
	margin: 0 .4rem .1rem 0
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.breadcrumbs {
		padding: .4rem 0
	}
	.breadcrumbs li:before {
		width: .4rem;
		height: .4rem;
		margin: 0 .8rem .35rem .2rem
	}
	.breadcrumbs li:last-child {
		padding-right: 1rem
	}
	.breadcrumbs li, .breadcrumbs a {
		font-size: 9px;
		font-size: .9rem
	}
	.breadcrumbs svg {
		width: 1.1rem;
		height: 1.1rem
	}
}
main {
	padding-bottom: 5rem
}
main .container {
	padding: 6rem 0
}
section h2 {
	margin-bottom: 4rem;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: .02rem
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	main {
		padding-bottom: 0
	}
}
@media screen and (max-width:767px) {
	main .container {
		padding: 4rem 0
	}
	section h2 {
		margin-bottom: 2rem
	}
}
.btn-large, .btn-medium, .btn-small {
	display: inline-block;
	background-image: linear-gradient(to right, #0344EC 0%, #82ebf9 50%, #0344EC 100%);
	background-size: 200% auto;
	font-weight: 600;
	color: #fff;
	text-align: center;
	letter-spacing: .06rem;
	position: relative;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .3));
	text-shadow: 0 .1rem .3rem rgba(17, 17, 17, .2)
}
.btn-large:hover, .btn-medium:hover, .btn-small:hover {
	background-position: right center;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .1))
}
.btn-large:after, .btn-medium:after {
	content: '';
	display: inline-block;
	border-right: solid .2rem #fff;
	border-bottom: solid .2rem #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .2))
}
.btn-large, .btn-panel-large {
	padding: 2.5rem 6rem;
	border-radius: 4.5rem;
	font-size: 26px;
	font-size: 2.6rem
}
.btn-large:after, .btn-panel-large:after {
	width: .8rem;
	height: .8rem;
	right: 2.2rem;
	margin-top: -.6rem
}
.btn-medium {
	padding: 1.5rem 3rem;
	border-radius: 3.5rem;
	font-size: 15px;
	font-size: 1.5rem
}
.btn-medium:after {
	width: .5rem;
	height: .5rem;
	right: 1.2rem;
	margin-top: -.4rem
}
.btn-medium svg, .btn-small svg {
	width: 1.8rem;
	height: 1.8rem;
	fill: #fff;
	vertical-align: middle;
	margin: 0 .8rem .2rem 0
}
.btn-small {
	padding: 1.2rem 3rem;
	border-radius: 3.5rem;
	font-size: 15px;
	font-size: 1.5rem
}
.btn-panel, .btn-panel-grey {
	display: inline-block;
	padding: .6rem;
	border: solid .2rem;
	border-radius: .2rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500
}
.btn-panel:after, .btn-panel-grey:after {
	content: '';
	display: inline-block;
	width: .4rem;
	height: .4rem;
	margin: 0 0 .2rem .3rem;
	border-right: solid .2rem;
	border-bottom: solid .2rem;
	transform: rotate(-45deg)
}
.btn-panel {
	border-color: #192057;
	color: #192057
}
.btn-panel:after {
	border-color: #192057;
	transition: .3s
}
.btn-panel:hover {
	border-color: #0344EC;
	color: #0344EC
}
.btn-panel:hover:after {
	border-color: #0344EC
}
.btn-panel-grey {
	border-color: #ddd;
	color: #ddd;
	cursor: not-allowed
}
.btn-panel-grey:after {
	border-color: #ddd
}
.btn-panel-large {
	background: #fff;
	border: solid .2rem #192057;
	position: relative
}
.btn-panel-large:before {
	content: '';
	width: .8rem;
	height: .8rem;
	display: inline-block;
	border-left: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 2.2rem;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .2));
	margin-top: -.6rem;
	transition: .3s
}
.btn-panel-large:hover {
	border-color: #0344EC;
	color: #0344EC
}
.btn-panel-large:hover:before {
	border-color: #0344EC
}
@media screen and (max-width:1135px) {
	.btn-medium {
		padding: 1.5rem 2.5rem
	}
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.btn-large, .btn-panel-large {
		padding: 2.6rem 5rem;
		border-radius: 5.5rem;
		font-size: 13px;
		font-size: 4.0625vw
	}
	.btn-large:after {
		width: 1.4rem;
		height: 1.4rem;
		right: 2.6rem;
		margin-top: -.8rem
	}
  
  
  
	.btn-panel-large:before {
		width: 1.4rem;
		height: 1.4rem;
		left: 2.6rem;
		margin-top: -.8rem
	}
	.btn-medium {
		padding: 1.4rem 2rem;
		border-radius: 4.5rem;
		font-size: 5px;
		font-size: 1.5625vw
	}
	.btn-medium:after {
		width: .5rem;
		height: .5rem;
		right: 1rem;
		margin-top: -.3rem
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.btn-large, .btn-panel-large {
		padding: 1.8rem;
		border-radius: 5.5rem;
		font-size: 15px;
		font-size: 4.6875vw
	}
	.btn-large:after {
		width: .8rem;
		height: .8rem;
		right: 2rem;
		margin-top: -.5rem
	}
  
  .sec-feature .feature-tr32b .btn-large:after {
    width: .6rem;
		height: .6rem;
		right: 1.0rem;
    margin-top: -.3rem
  }
  
	.btn-panel-large:before {
		width: .8rem;
		height: .8rem;
		left: 2rem;
		margin-top: -.5rem
	}
	.btn-medium {
		padding: 1.5rem 2rem;
		border-radius: 4.5rem;
		font-size: 13px;
		font-size: 4.0625vw
	}
	.btn-small {
		padding: 1rem 1.4rem;
		border-radius: 3.5rem;
		font-size: 11.5px;
		font-size: 3.59375vw
	}
	.btn-small svg {
		width: 1.3rem;
		height: 1.3rem;
		margin-right: .4rem
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.btn-small {
		font-size: 7px;
		font-size: 2.1875vw
	}
	.btn-small svg {
		width: 1.1rem;
		height: 1.1rem;
		margin-right: .4rem
	}
}
.sec-feature {
	width: 100%;
	margin-bottom: 6rem;
	position: relative;
	z-index: 60;
	overflow: hidden
}
.sec-feature video {
	max-height: initial;
	max-width: initial;
	min-height: 100vh;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}
.sec-feature .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .4) 50%);
	background-size: 4px 4px;
	z-index: 65
}
.sec-feature .headline, .sec-feature .midline, .sec-feature p, .feature-body .headline, .feature-body .midline, .feature-body p {
	color: #fff;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .3));
	z-index: 70
}
.sec-feature .headline, .feature-body .headline {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600
}
.sec-feature .midline, .feature-body .midline {
	margin: 2rem 0;
	font-size: 74px;
	font-size: 7.4rem;
	font-weight: 700;
	position: absolute;
	left: 8%;
	top: 15rem
}
.sec-feature .txt, .feature-body .txt {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.5;
	position: absolute;
	left: 8%;
	bottom: 14rem
}
.sec-feature .desc, .feature-body .desc {
	padding-left: 1.8rem;
	border-left: solid .5rem #fff;
	position: absolute;
	bottom: 9rem;
	left: 8rem
}
.sec-feature .desc p, .feature-body .desc p {
	margin-bottom: 1rem;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1
}
.sec-feature .desc p:last-child, .feature-body .desc p:last-child {
	margin-bottom: .2rem
}
.sec-feature .btn-large, .feature-body .btn-large {
	position: absolute;
	right: 8rem;
	bottom: 10rem;
	z-index: 75
}

.sec-feature .feature-tr32b .btn-large{
  right: auto;
  left:8rem;
}

.sec-feature .carrot, .feature-body .carrot {
	width: 2rem;
	height: 2rem;
	position: absolute;
	bottom: 4.5rem;
	left: 50%;
	margin-left: -1rem;
	fill: #fff
}
.feature-slide {
	width: 100%;
	position: relative
}
.feature-slide li {
	width: 100%;
	position: relative;
	z-index: 60
}
.feature-slide li img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%
}
.feature-slide:after {
	content: '';
	display: block;
	width: 100%;
	height: 8rem;
	background: url(../img/feature_wave.png) center bottom -1% no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -.5rem;
	left: 0;
	z-index: 60
}
.feature-slide .panel-link>a {
	display: block;
	width: 100%
}
.feature-slide .panel-link>a:hover {
	opacity: .8
}
.feature-slide .panel-link>a:hover img {
	transform: scale(1.02, 1.02)
}
.feature-slide .slick-left, .feature-slide .slick-right {
	width: 4rem;
	height: 4rem;
	margin-top: -2rem;
	background: transparent;
	position: absolute;
	top: 50%;
	z-index: 75;
	text-align: center;
	opacity: .7;
	cursor: pointer;
	transition: .3s
}
.feature-slide .slick-left svg, .feature-slide .slick-right svg {
	width: 4rem;
	height: 4rem;
	fill: #fff;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .3))
}
.feature-slide .slick-left:hover, .feature-slide .slick-right:hover {
	opacity: 1
}
.feature-slide .slick-left {
	left: 1rem
}
.feature-slide .slick-right {
	right: 1rem
}
.feature-body {
	width: 100%;
	height: 100vh;
	padding: 14rem 8rem 8rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70
}
.feature-tr7 .inner, .feature-tr7 .inner-bottom {
	position: absolute;
	left: 0;
	padding-left: 9.5vw
}
.feature-tr7 .inner {
	width: 60%;
	top: 47%
}
.feature-tr7 .inner-bottom {
	width: 80%;
	bottom: 11%
}
.feature-tr7 .logo {
	width: 32.8vw;
	margin-bottom: 1.3vw
}
.feature-tr7 .copy {
	font-size: 7.6px;
	font-size: 2.375vw;
	font-weight: 600;
	color: #194980;
	letter-spacing: .02rem;
	line-height: 1.1;
	filter: none
}
.feature-tr7 .copy-bottom {
	margin-bottom: .5vw;
	font-size: 5px;
	font-size: 1.5625vw;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
	letter-spacing: .02rem
}
.feature-tr7 small {
	font-size: 3.3px;
	font-size: 1.03125vw;
	color: #fff;
	letter-spacing: .02rem
}
.feature-tr4 .inner {
	position: absolute;
	top: 21%;
	left: 0;
	width: 33%;
	display: flex;
	flex-wrap: wrap;
	text-align: center
}
.feature-tr4 .inner>div {
	width: 100%
}
.feature-tr4 .copy p {
	margin-bottom: 3rem;
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.1;
	letter-spacing: .08rem;
	filter: none
}
.feature-tr4 .logo img {
	width: 34rem;
	margin: 0 auto
}
.feature-rtr500b .inner {
	width: 80%;
	position: absolute;
	top: 24%;
	left: 10%
}
.feature-rtr500b .inner p {
	filter: none
}
.feature-rtr500b .logo {
	width: 45vw;
	height: auto;
	margin-bottom: 3rem
}
.feature-rtr500b .copy {
	margin-bottom: 2.2rem;
	font-size: 6.4px;
	font-size: 2vw;
	font-weight: 800;
	color: #192057;
	line-height: 1.3
}
.feature-rtr500b .intro {
	font-size: 4px;
	font-size: 1.25vw;
	color: #6A7D90;
	line-height: 1.5
}
@media screen and (max-width:1135px) {
	.feature-body {
		padding: 14rem 5rem 5rem
	}
	.sec-feature .btn-large, .feature-body .btn-large {
		right: 5rem
	}
	.sec-feature .midline, .feature-body .midline {
		font-size: 20px;
		font-size: 6.25vw
	}
	.sec-feature .desc, .feature-body .desc {
		left: 5rem
	}
	.feature-tr4 .copy p {
		margin-bottom: 3vw;
		font-size: 10px;
		font-size: 3.125vw
	}
	.feature-tr4 .logo img {
		width: 26vw
	}
	.feature-rtr500b .intro {
		display: none
	}
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-feature {
		margin-bottom: 3rem
	}
	.feature-body {
		padding: 30vh 3rem;
		background-position: center bottom -.1%
	}
	.sec-feature .headline, .feature-body .headline {
		text-align: center
	}
	.sec-feature .midline, .feature-body .midline {
		margin-bottom: 6rem;
		top: 6rem
	}
	.sec-feature .txt, .feature-body .txt {
		font-size: 10px;
		font-size: 3.125vw;
		bottom: auto;
		top: 6rem;
		margin-top: 10rem
	}
	.sec-feature .desc, .feature-body .desc {
		position: static;
		padding-left: 2.2rem;
		border-left-width: .35rem
	}
	.sec-feature .desc p, .feature-body .desc p {
		margin-bottom: 1.3rem
	}
	.sec-feature .btn-large, .feature-body .btn-large {
		display: block;
		top: auto;
		bottom: 5rem;
		left: 50%;
		width: 45%;
		margin-left: -22.5%;
		padding: 1.2rem 2rem;
		font-size: 10px;
		font-size: 3.125vw
	}
  
  .sec-feature .feature-tr32b .btn-large{
    bottom: 1.5rem;
		left: 1rem;
    width: 40%;
    margin-left: -0%;
  }
  
	.feature-tr7 .inner-bottom {
		display: none
	}
	.feature-rtr500b .inner {
		padding-top: 6%
	}
	.feature-rtr500b .logo {
		width: 36vw;
		margin-bottom: 1.5rem
	}
	.feature-rtr500b .copy {
		font-size: 5.8px;
		font-size: 1.8125vw
	}
}
@media screen and (max-width:1135px) and (orientation:landscape) {
	.feature-rtr500b .inner {
		width: 84%;
		left: 7%;
		padding-top: 2%
	}
	.feature-rtr500b .logo {
		margin-bottom: 2.6rem
	}
	.feature-rtr500b .copy {
		margin-bottom: 2.4rem
	}
}
@media screen and (max-width:767px) {
	.feature-body {
		padding: 30vh 2rem
	}
	.sec-feature .headline {
		font-size: 16px;
		font-size: 5vw
	}
	.sec-feature .midline {
		margin: 1.5rem 0 4rem;
		font-size: 28px;
		font-size: 8.75vw
	}
	.sec-feature .txt {
		display: none
	}
	.sec-feature .desc {
		left: auto;
		bottom: auto;
		padding-left: 1.5rem
	}
	.sec-feature .desc p {
		margin-bottom: 1rem;
		font-size: 10px;
		font-size: 3.125vw
	}
	.sec-feature .slick-left, .sec-feature .slick-right {
		width: 2rem;
		height: 2rem;
		margin-top: 0
	}
	.sec-feature .slick-left svg, .sec-feature .slick-right svg {
		width: 2rem;
		height: 2rem
	}
	.feature-tr7 .inner-bottom {
		display: none
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.feature-slide:after {
		height: 2rem
	}
	.sec-feature .midline, .feature-body .midline {
		width: 100%;
		font-size: 18px;
		font-size: 5.625vw;
		text-align: center;
		left: 0;
		top: 5.5rem
	}
	.sec-feature .btn-large, .feature-body .btn-large {
		width: 50%;
		margin-left: -25%;
		padding: 1rem 2rem;
		bottom: 2.5rem;
		font-size: 10px;
		font-size: 3.125vw
	}
	.feature-tr7 .copy {
		font-size: 6px;
		font-size: 1.875vw
	}
	.feature-tr4 .inner {
		top: 37%
	}
	.feature-tr4 .copy {
		order: 2
	}
	.feature-tr4 .copy p {
		margin-bottom: 0;
		font-size: 6px;
		font-size: .6rem;
		letter-spacing: 0;
		transform: scale(.9);
		white-space: nowrap
	}
	.feature-tr4 .copy p br {
		display: none
	}
	.feature-tr4 .logo {
		order: 1
	}
	.feature-tr4 .logo img {
		width: 20vw;
		margin-bottom: 1vw
	}
	.feature-rtr500b .inner {
		width: 82%;
		padding-top: 8%;
		left: 9%
	}
	.feature-rtr500b .logo {
		margin-bottom: .5rem
	}
	.feature-rtr500b .copy {
		font-size: 6px;
		font-size: .6rem;
		transform: scale(.9);
		transform-origin: 0 0
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.feature-slide:after {
		height: 4rem
	}
	.feature-body {
		padding: 25vh 3rem
	}
	.sec-feature .headline, .feature-body .headline {
		font-size: 10px;
		font-size: 3.125vw
	}
	.sec-feature .midline, .feature-body .midline {
		width: 100%;
		margin: 0;
		font-size: 20px;
		font-size: 6.25vw;
		top: 8rem;
		left: 0;
		text-align: center
	}
	.sec-feature .desc, .feature-body .desc {
		position: static;
		padding-left: 1.5rem
	}
	.sec-feature .desc p, .feature-body .desc p {
		font-size: 8px;
		font-size: 2.5vw
	}
	.sec-feature .btn-large, .feature-body .btn-large {
		width: 40%;
		padding: 1.5rem 3rem;
		right: 3rem;
		bottom: 5rem;

		font-size: 8px;
		font-size: 2.5vw
	}
	.feature-rtr500b .logo {
		margin-bottom: 1.6rem
	}
	.feature-rtr500b .copy {
		margin-bottom: 1rem
	}
}
.sec-top-search h2, .sec-top-about h2, .sec-top-cols h2 {
	font-size: 78px;
	font-size: 7.8rem;
	text-shadow: .5rem .5rem 0 #e5e6f5
}
.sec-top-search {
	margin-bottom: 5rem;
	background: url(../img/bg/wave_3.png) center center no-repeat;
	background-size: 100%
}
.sec-top-search h2 {
	margin-bottom: 6rem;
	text-align: right
}
.list-search {
	width: 75%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
.list-search>div {
	width: 28%;
	text-align: center
}
.list-search>div a:not(.btn-medium) {
	display: inline-block;
	margin: 0 1.2rem 1.4rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2a2a2a
}
.list-search>div a:not(.btn-medium):after {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border-right: solid .1rem #2a2a2a;
	border-bottom: solid .1rem #2a2a2a;
	transform: rotate(-45deg);
	margin: 0 .1rem .22rem .6rem;
	transition: .3s
}
.list-search>div a:not(.btn-medium):hover {
	color: #0344EC
}
.list-search>div a:not(.btn-medium):hover:after {
	border-color: #0344EC
}
.list-search .title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .02rem;
	white-space: nowrap
}
.list-search .title span {
	display: inline-block;
	height: 7rem;
	margin-bottom: .5rem;
	padding: 2rem 2rem 0;
	background: url(../img/bg/circle_white.png) left top no-repeat;
	background-size: 7rem
}
.list-search .title br {
	display: none
}
.list-search img {
	display: block;
	height: auto;
	margin: 0 auto;
	filter: drop-shadow(.2rem .2rem .3rem rgba(17, 17, 17, .2))
}
.list-search .search-01 img {
	width: 60%
}
.list-search .search-02 {
	padding-top: 5rem
}
.list-search .search-02 img {
	width: 75%
}
.list-search .search-03 {
	padding-top: 10rem
}
.list-search .space {
	display: none
}
.list-search .btn-medium {
	margin: 2.8rem 0 2.2rem
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-top-search h2, .sec-top-about h2, .sec-top-cols h2 {
		font-size: 26px;
		font-size: 8.125vw
	}
	.sec-top-search {
		margin-bottom: 0
	}
	.list-search {
		width: 85%
	}
	.list-search>div {
		width: 30%
	}
	.list-search .title {
		font-size: 10px;
		font-size: 3.125vw
	}
	.list-search .title span {
		height: auto;
		margin-bottom: 2rem
	}
	.list-search .title span br {
		display: block
	}
}
@media screen and (max-width:767px) {
	.sec-top-search h2, .sec-top-about h2, .sec-top-cols h2 {
		font-size: 40px;
		font-size: 12.5vw
	}
	.sec-top-search {
		margin-bottom: 0;
		background: url(../img/bg/wave_sp.png) center top 15rem no-repeat;
		background-size: 140%
	}
	.sec-top-search h2 {
		margin-bottom: 7rem
	}
	.list-search {
		width: 100%;
		height: 100%;
		display: block
	}
	.list-search>div {
		width: 100%;
		min-height: 20rem;
		margin-bottom: 1rem;
		padding: 0 0 3rem;
		font-size: 0;
		position: relative
	}
	.list-search>div a:not(.btn-medium) {
		font-size: 11px;
		font-size: 3.4375vw
	}
	.list-search>div a:not(.btn-medium):after {
		width: .8rem;
		height: .8rem
	}
	.list-search .title {
		margin-bottom: 3rem;
		font-size: 24px;
		font-size: 7.5vw;
		text-align: left;
		position: relative;
		z-index: 50
	}
	.list-search .title span {
		height: auto;
		margin-bottom: 1rem;
		padding: 1rem 1rem 1.5rem;
		background-image: url(../img/bg/circle_blue.png);
		background-size: 5.5rem;
		text-indent: .8rem
	}
	.list-search .title br {
		display: block
	}
	.list-search img {
		position: absolute;
		top: 0;
		z-index: 40
	}
	.list-search .btn-medium {
		display: block;
		width: 70%;
		margin: 0 auto 2rem;
		position: relative;
		z-index: 50
	}
	.list-search .search-01 img {
		width: 30%;
		right: 3rem
	}
	.list-search .search-01 .btn-medium {
		margin-bottom: 2.5rem
	}
	.list-search .search-02 {
		padding-top: 0
	}
	.list-search .search-02 .title {
		margin-bottom: 0
	}
	.list-search .search-02 img {
		width: 35%;
		right: 1rem
	}
	.list-search .search-03 {
		min-height: auto;
		padding-top: 0;
		padding-bottom: 0
	}
	.list-search .search-03 img {
		width: 50%;
		right: 0
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-top-search h2, .sec-top-about h2, .sec-top-cols h2 {
		font-size: 30px;
		font-size: 9.375vw
	}
	.sec-top-search {
		margin-bottom: 0;
		background-position: center top 5rem;
		background-size: 100%
	}
	.sec-top-search h2 {
		margin-bottom: 8rem
	}
	.list-search .title {
		font-size: 28px;
		font-size: 8.75vw
	}
	.list-search .btn-medium {
		width: 50%
	}
	.list-search .search-01 a:not(.btn-medium) {
		font-size: 8px;
		font-size: 2.5vw
	}
}
.sec-top-about {
	margin-bottom: 20rem;
	background: url(../img/top/about/about2025.jpg) bottom right no-repeat;
	background-size: 53%
}
.sec-top-about h2 {
	margin-bottom: 3rem;
	padding-left: 20rem
}
.sec-top-about p {
	width: 42%;
	margin: 0 0 1.5rem 3%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7
}
.sec-top-about .btn-medium {
	margin-left: 36%
}
@media screen and (max-width:1135px) {
	.sec-top-about {
		margin-bottom: 10rem
	}
	.sec-top-about .btn-medium {
		width: 20%
	}
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-top-about {
		margin-bottom: 14rem;
		padding-bottom: 14rem;
		background-position: bottom center;
		background-size: 100%
	}
	.sec-top-about h2 {
		text-align: right
	}
	.sec-top-about p {
		width: 98%;
		margin: 0 auto 3rem;
		padding: 1rem;
		background: rgba(255, 255, 255, .7)
	}
	.sec-top-about .btn-medium {
		display: block;
		width: 30%;
		margin: 0 2rem 0 auto
	}
}
@media screen and (max-width:767px) {
	.sec-top-about {
		margin-bottom: 8rem;
		padding-bottom: 14rem;
		background-position: bottom center;
		background-size: 100%
	}
	.sec-top-about h2 {
		padding-left: 0
	}
	.sec-top-about p {
		width: 98%;
		margin: 0 auto 3rem;
		padding: 1rem;
		background: rgba(255, 255, 255, .7)
	}
	.sec-top-about .btn-medium {
		width: 70%
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-top-about .btn-medium {
		width: 50%
	}
}
.sec-top-cols {
	padding-bottom: 8rem;
	background: url(../img/bg/balloon.png) right top no-repeat;
	background-size: 40%
}
.sec-top-cols .container {
	padding-top: 0;
	display: flex;
	align-items: flex-start
}
.blc-top-news {
	width: 60%;
	padding-bottom: 3rem;
	position: relative
}
.blc-top-news .btn-medium {
	position: absolute;
	bottom: 0;
	right: 0
}
.blc-top-news .list-news {
	width: 96%;
	height: 21.5rem;
	margin: 0 0 1.5rem 4%;
	overflow: hidden
}
.list-news {
	background: #fff
}
.list-news li {
	padding: 1rem;
	border-bottom: dashed .1rem #ddd;
	display: flex
}
.list-news .date, .list-news .cat, .list-news a {
	white-space: nowrap;
	align-self: center
}
.list-news .date {
	width: 7.6rem;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300
}
.list-news .cat {
	width: 16.5rem;
	margin: 0 1.5rem;
	padding: .5rem .3rem;
	border-radius: .3rem;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center
}
.list-news a {
	width: calc(100% - 23.6rem);
	font-size: 15px;
	font-size: 1.5rem;
	color: #2a2a2a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2
}
.list-news a em {
	display: inline-block;
	margin-right: .8rem;
	padding: .4rem;
	border: solid .1rem #f12d3e;
	border-radius: .2rem;
	font-size: 12px;
	font-size: 1.2rem;
	color: #f12d3e;
	vertical-align: middle
}
.list-news a:hover {
	color: #0344EC
}
.cat-01 {
	background: #F29C38
}
.cat-02 {
	background: #65d5e4
}
.cat-03 {
	background: #8F67C6
}
.cat-04 {
	background: #9DAF43
}
.news-list-nav {
	margin-left: 4%
}
.news-list-nav .pagination li {
	display: inline-block
}
.news-list-nav .pagination a {
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 1rem 0 0;
	padding: 0;
	background: #e0e7f3
}
.news-list-nav .pagination a:hover {
	background: #0344EC
}
.news-list-nav .pagination .active a {
	background: #0344EC;
	cursor: default
}
.blc-top-support {
	width: 40%
}
.blc-top-support h2 {
	text-align: right
}
.blc-top-support .support-links {
	width: 72%;
	margin: 0 5% 0 auto
}
.support-links {
	display: flex;
	flex-flow: wrap;
	align-items: center
}
.support-links a {
	width: 100%;
	height: 7rem;
	align-self: center;
	flex-direction: column;
	margin-bottom: .4rem;
	padding: 0 1.5rem 0 2rem;
	padding-top: 3.5rem;
	background: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	color: #2a2a2a;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .05))
}
.support-links a:nth-child(2) span {
	line-height: 1
}
.support-links a:hover {
	color: #0344EC
}
.support-links svg, .support-links span {
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-50%)
}
.support-links span {
	height: 4.2rem;
	line-height: 4.2rem
}
.support-links svg {
	width: 4rem;
	height: 4rem;
	margin-right: 1.5rem;
	fill: url(#grd)
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.blc-top-news .btn-medium {
		width: 40%
	}
	.list-news {
		width: 100%;
		margin-left: 0
	}
	.blc-top-support .support-links {
		width: 85%;
		margin-right: 0
	}
	.support-links a {
		font-size: 16px;
		font-size: 1.6rem
	}
	.support-links span {
		height: 3.5rem;
		line-height: 3.5rem
	}
}
@media screen and (max-width:767px) {
	.sec-top-cols {
		padding-bottom: 10rem;
		background-position: right bottom 9rem;
		background-size: 110%
	}
	.sec-top-cols .container {
		display: block
	}
	.blc-top-news, .blc-top-support {
		width: 100%
	}
	.blc-top-news {
		margin-bottom: 8rem
	}
	.blc-top-news .btn-medium {
		display: block;
		width: 60%;
		position: static;
		margin: 2rem 0 0 auto
	}
	.blc-top-news .list-news {
		height: auto
	}
	.blc-top-news .news-list-nav {
		display: none;
		margin-left: 2%
	}
	.blc-top-news .news-list-nav .pagination li {
		margin-right: 1rem
	}
	.blc-top-news .news-list-nav .pagination a {
		width: 2rem;
		height: 2rem
	}
	.list-news {
		width: 100%;
		margin: 0 auto 2rem
	}
	.list-news li {
		flex-wrap: wrap
	}
	.list-news .date {
		width: calc(100% - 16.5rem)
	}
	.list-news .cat {
		margin: 0
	}
	.list-news a {
		margin-top: 1rem;
		width: 100%
	}
	.blc-top-support {
		padding-bottom: 0
	}
	.blc-top-support .support-links {
		width: 90%;
		margin: 0 0 0 auto
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-top-cols {
		padding-bottom: 6rem;
		background-position: right bottom 4rem;
		background-size: 80%
	}
}
.sec-under-feature {
	height: 35rem;
	padding: 4rem 0 2rem;
	color: #fff;
	position: relative
}
.sec-under-feature .container {
	position: relative;
	z-index: 40
}
.sec-under-feature h1, .sec-under-feature .desc {
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .2))
}
.sec-under-feature h1 {
	margin-bottom: 1.5rem;
	font-size: 64px;
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .1rem
}
.sec-under-feature .desc {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4
}
.sec-under-feature:after {
	content: '';
	display: block;
	width: 100%;
	height: 35rem;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 50%);
	background-size: 4px 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-under-feature {
		height: 23vh;
		padding: 2rem 0
	}
	.sec-under-feature h1 {
		margin-bottom: 1rem;
		font-size: 19px;
		font-size: 5.9375vw
	}
	.sec-under-feature .desc {
		font-size: 6px;
		font-size: 1.875vw
	}
	.sec-under-feature:after {
		height: 23vh
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-under-feature {
		height: 37vh;
		padding: 3rem .8rem 1.6rem
	}
	.sec-under-feature h1 {
		margin-bottom: .5rem;
		font-size: 25px;
		font-size: 7.8125vw;
		line-height: 1.1
	}
	.sec-under-feature .desc {
		width: 100%;
		font-size: 11px;
		font-size: 3.4375vw
	}
	.sec-under-feature:after {
		height: 37vh
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-under-feature {
		height: 25rem;
		padding: 3.2rem .8rem 1.5rem
	}
	.sec-under-feature h1 {
		margin-bottom: .5rem;
		font-size: 20px;
		font-size: 6.25vw
	}
	.sec-under-feature .desc {
		width: 100%;
		font-size: 7px;
		font-size: 2.1875vw
	}
	.sec-under-feature:after {
		height: 25rem
	}
}
.sec-software-feature {
	background: url(../img/panel/software.jpg) center center no-repeat;
	background-size: cover
}
.blc-body-search {
	display: block;
	margin: 1rem 0 6rem;
	padding: 3rem 4rem;
	background: #F2F5FA;
	position: relative;
	font-size: 0
}
.blc-body-search p {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #192057;
	position: absolute;
	top: -1.5rem;
	left: 2rem
}
.blc-body-search input, .blc-body-search button {
	display: inline-block;
	vertical-align: middle
}
.blc-body-search input {
	width: calc(100% - 18rem);
	padding: 1.2rem 1.5rem;
	font-size: 15px;
	font-size: 1.5rem
}
.blc-body-search .btn-small {
	width: 16rem;
	margin-left: 2rem
}
.blc-body-search .btn-small:after {
	content: none
}
.wrap-software-list, .wrap-manual-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.wrap-software-list>div, .wrap-manual-list>div {
	width: 49%;
	margin-bottom: 3rem;
	align-items: flex-start
}
.software-list, .manual-list {
	position: relative
}
.software-list .head, .manual-list .head {
	background: #f7f7f7;
	border: solid .1rem #ddd;
	border-top: solid .5rem #192057;
	border-bottom: none
}
.software-list {
	position: relative
}
.software-list .head {
	display: flex
}
.software-list .head-left {
	width: calc(100% - 16rem);
	padding: 1.6rem 2rem
}
.software-list .title {
	margin-bottom: .6rem;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700
}
.software-list .desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #999
}
.software-list .head-right {
	width: 16rem;
	padding: 1rem 2rem 1.5rem 0
}
.software-list .head-right img {
	display: inline-block;
	width: auto;
	height: 8rem;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .1))
}
.software-list .head-right p {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600
}
.software-list .head-right p:after {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	margin: 0 .1rem .2rem .5rem;
	transition: .3s
}
.software-list .head-right a {
	display: block;
	color: #192057;
	text-align: center
}
.software-list .head-right a:hover {
	color: #0344EC
}
.software-list .head-right a:hover img {
	opacity: .7
}
.software-list .head-right a:hover p:after {
	border-color: #0344EC
}
.software-panel {
	background: #F2F5FA
}
.software-panel .headline {
	padding: 1.2rem 1.2rem .8rem;
	background: #fff;
	border: solid .1rem #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	color: #192057;
	cursor: pointer;
	transition: .3s;
	position: relative
}
.software-panel .headline svg {
	display: block;
	width: 2rem;
	height: 2rem;
	fill: #192057;
	margin: .5rem auto 0;
	transition: .1s
}
.software-panel .headline:hover {
	color: #0344EC
}
.software-panel .headline:hover svg {
	fill: #0344EC
}
.software-panel ul {
	display: none;
	width: 100%;
	padding: 0 2rem;
	border: solid .1rem #ddd;
	border-top: none;
	box-shadow: 0 .1rem .3rem rgba(51, 51, 51, .05) inset
}
.software-panel ul li {
	padding: 1.1rem 0;
	border-bottom: dashed .1rem #ccc
}
.software-panel ul li:last-child {
	border-bottom: none
}
.software-panel .list-cols {
	display: flex;
	align-items: flex-start
}
.software-panel .list-cols a {
	width: calc(100% - 15rem);
	padding: .1rem 1rem .1rem 2.2rem;
	background: url(../img/svg/download.svg) top .3rem left no-repeat;
	background-size: 1.5rem;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #2a2a2a;
	line-height: 1.2
}
.software-panel .list-cols a:hover {
	background-image: url(../img/download_hover.svg);
	color: #0344EC
}
.software-panel .list-cols .cat {
	width: 7rem;
	margin-top: .2rem;
	padding: .2rem;
	border: solid .1rem;
	border-radius: .2rem;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center
}
.software-panel .list-cols .cat-navy {
	border-color: #192057;
	color: #192057
}
.software-panel .list-cols .cat-green {
	border-color: #9DAF43;
	color: #9DAF43
}
.software-panel .list-cols .cat-sky {
	border-color: #65d5e4;
	color: #65d5e4
}
.software-panel .list-cols .date {
	width: 8rem;
	line-height: 1.8;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #555;
	text-align: right
}
.software-panel .txt {
	margin-top: .5rem;
	padding-left: 2.2rem;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #888;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.blc-body-search {
		padding: 3rem 3.5rem
	}
	.blc-body-search p {
		font-size: 12px;
		font-size: 3.75vw;
		top: -15%
	}
	.wrap-software-list>div, .wrap-manual-list>div {
		margin-bottom: 2.5%
	}
	.software-list .head-left {
		width: calc(100% - 13rem);
		padding: 1.4rem 1.6rem
	}
	.software-list .title {
		font-size: 9px;
		font-size: 2.8125vw
	}
	.software-list .desc {
		font-size: 4px;
		font-size: 1.25vw
	}
	.software-list .head-right {
		width: 13rem;
		padding: 1rem 1.6rem 1.4rem 0
	}
	.software-list .head-right img {
		width: 100%;
		height: auto
	}
	.software-list .head-right p {
		font-size: 4px;
		font-size: 1.25vw;
		white-space: nowrap
	}
	.software-list .head-right p:after {
		width: .35rem;
		height: .35rem
	}
	.software-panel {
		background: #F2F5FA
	}
	.software-panel .headline {
		font-size: 5px;
		font-size: 1.5625vw
	}
	.software-panel ul {
		padding: 0 1.5rem
	}
	.software-panel ul li {
		padding: 1rem 0
	}
	.software-panel .list-cols a {
		width: calc(100% - 7rem);
		font-size: 6px;
		font-size: 1.875vw
	}
	.software-panel .list-cols .date {
		display: none
	}
}
@media screen and (max-width:767px) {
	.blc-body-search {
		margin: 2.5rem 0 3rem;
		padding: 2.4rem 1.5rem 2rem
	}
	.blc-body-search p {
		font-size: 18px;
		font-size: 5.625vw;
		left: 1.5rem
	}
	.blc-body-search input {
		width: calc(100% - 11rem);
		padding: .8rem 1rem
	}
	.blc-body-search .btn-small {
		width: 10rem;
		margin-left: 1rem;
		padding: .9rem;
		white-space: nowrap
	}
	.wrap-software-list, .wrap-manual-list {
		display: block
	}
	.wrap-software-list>div, .wrap-manual-list>div {
		width: 100%;
		margin-bottom: 5%
	}
	.software-list .head {
		display: block
	}
	.software-list .head-left, .software-list .head-right {
		width: 100%
	}
	.software-list .head-left {
		padding: 1.2rem 1.2rem .6rem
	}
	.software-list .title {
		font-size: 18px;
		font-size: 5.625vw
	}
	.software-list .desc {
		font-size: 11px;
		font-size: 3.4375vw;
		line-height: 1.3
	}
	.software-list .head-right {
		padding: 0;
		text-align: right
	}
	.software-list .head-right img {
		display: none
	}
	.software-list .head-right a {
		display: inline-block;
		padding: .6rem 1.2rem
	}
	.software-list .head-right p {
		margin-bottom: .5rem;
		font-size: 12px;
		font-size: 3.75vw
	}
	.software-panel .headline {
		padding: 1rem;
		font-size: 13px;
		font-size: 4.0625vw;
		position: relative
	}
	.software-panel .headline svg {
		display: inline-block;
		margin: 0 0 0 .8rem;
		vertical-align: middle
	}
	.software-panel ul {
		padding: 0 1.2rem
	}
	.software-panel .list-cols a {
		font-size: 13px;
		font-size: 4.0625vw
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.blc-body-search p {
		font-size: 14px;
		font-size: 4.375vw
	}
	.software-list .title, .manual-list .title {
		font-size: 14px;
		font-size: 4.375vw
	}
	.software-list .desc, .manual-list .desc {
		font-size: 8px;
		font-size: 2.5vw;
		line-height: 1.3
	}
	.software-list .head-right p, .manual-list .head-right p {
		font-size: 9px;
		font-size: 2.8125vw
	}
	.software-panel .headline {
		font-size: 10px;
		font-size: 3.125vw
	}
	.software-panel .headline svg {
		width: 1.7rem;
		height: 1.7rem;
		margin: -.2rem 0 .2rem .8rem
	}
	.software-panel .list-cols a {
		font-size: 10px;
		font-size: 3.125vw
	}
}
.sec-software-d-feature {
	background: url(../img/panel/software_detail.jpg) center center no-repeat;
	background-size: cover
}
.sec-software-d-feature h1 {
	font-size: 42px;
	font-size: 4.2rem
}
.sec-software-d-feature .desc {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem
}
.sec-software-detail {
	margin-top: 6rem
}
.sec-software-d-body a[target="_blank"], .sec-usage-d-body a[target="_blank"], .blc-series-overview a[target="_blank"], .blc-series-feature a[target="_blank"], .blc-overview a[target="_blank"], .blc-benefit a[target="_blank"], .sec-appdetail-body .point a[target="_blank"] {
	padding-right: 2.2rem;
	background: url(../img/window.svg) right .4rem center no-repeat;
	background-size: 1.4rem
}
.sec-software-d-body a[target="_blank"]:hover, .sec-usage-d-body a[target="_blank"]:hover, .blc-series-overview a[target="_blank"]:hover, .blc-series-feature a[target="_blank"]:hover, .blc-overview a[target="_blank"]:hover, .blc-benefit a[target="_blank"]:hover, .sec-appdetail-body .point a[target="_blank"]:hover {
	color: #0344EC;
	background-image: url(../img/window_hover.svg)
}
.sec-software-d-body a, .sec-usage-d-body a, .blc-series-overview a, .blc-series-feature a {
	color: #222c77
}
.sec-software-d-body a:hover, .sec-usage-d-body a:hover, .blc-series-overview a:hover, .blc-series-feature a:hover {
	color: #0344EC
}
.sec-software-d-body p, .sec-usage-d-body p, .blc-series-overview p, .blc-series-feature p {
	margin-bottom: 1.8rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6
}
.sec-software-d-body ul, .sec-software-d-body ol, .sec-usage-d-body ul, .sec-usage-d-body ol, .blc-series-overview ul, .blc-series-overview ol, .blc-series-feature ul, .blc-series-feature ol {
	font-size: 18px;
	font-size: 1.8rem
}
.sec-software-d-body ol li, .sec-usage-d-body ol li, .blc-series-overview ol li, .blc-series-feature ol li {
	margin-bottom: 1.5rem;
	padding: .5rem 0 .5rem 4rem;
	position: relative
}
.sec-software-d-body ol li:before, .sec-usage-d-body ol li:before, .blc-series-overview ol li:before, .blc-series-feature ol li:before {
	content: '';
	display: block;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #192057;
	color: #fff;
	counter-increment: inst;
	content: counter(inst);
	text-align: center;
	line-height: 3rem;
	position: absolute;
	top: 0;
	left: 0
}
.sec-software-d-body ul li {
	margin-bottom: 1.5rem;
	padding-left: 4rem;
	position: relative
}
.sec-software-d-body ul li:before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #192057;
	position: absolute;
	top: .5rem;
	left: 1.1rem
}
.sec-software-d-body h3, .sec-software-d-body ol, .sec-software-d-body ul {
	margin-bottom: 1.8rem
}
.sec-software-d-body h3 {
	margin-top: 3.5rem
}
.sec-software-d-body ol li, .sec-software-d-body ul li {
	line-height: 1.2
}
.sec-software-d-body strong {
	font-weight: 700
}
.sec-software-d-body small {
	font-size: 80%;
	font-weight: 300
}
.sec-software-d-body .red {
	color: #f34554
}
.sec-software-d-body .container, .sec-usage-d-body .container {
	position: relative;
	padding-left: 3rem;
	padding-right: 2rem;
	counter-reset: inst
}
.sec-software-d-body h2, .sec-usage-d-body h2 {
	margin-left: -3rem
}
.sec-software-d-body h3, .sec-usage-d-body h3 {
	margin-bottom: 4rem;

	padding-left: 1.6rem;
	border-left: solid .7rem #192057;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700
}
.sec-software-d-body h2, .sec-software-d-body h3, .sec-software-d-body p, .sec-usage-d-body h2, .sec-usage-d-body h3, .sec-usage-d-body p {
	counter-reset: inst
}
.sec-software-d-body .blc-detail p, .sec-usage-d-body .blc-detail p {
	width: calc(100% - 45rem)
}
.sec-software-d-body .window-image, .sec-usage-d-body .window-image {
	width: 40rem;
	height: 30rem;
	background: url(../img/software/laptop.png) center top no-repeat;
	background-size: 100%;
	position: absolute;
	top: 7rem;
	right: 0;
	text-align: center
}
.sec-software-d-body .window-image img, .sec-usage-d-body .window-image img {
	width: 95%;
	height: auto;
	margin: 1.2rem auto
}
.sec-software-d-body .list-revision, .sec-usage-d-body .list-revision {
	filter: drop-shadow(0 .1rem .3rem rgba(34, 34, 34, .1))
}
.sec-software-d-body .list-revision dl, .sec-usage-d-body .list-revision dl {
	background: #fff;
	border-bottom: solid .1rem #eee
}
.sec-software-d-body .list-revision dl:nth-child(n+2), .sec-usage-d-body .list-revision dl:nth-child(n+2) {
	display: none
}
.sec-software-d-body .list-revision dt, .sec-usage-d-body .list-revision dt {
	padding: 1rem 1rem .6rem 0
}
.sec-software-d-body .list-revision dt p, .sec-usage-d-body .list-revision dt p {
	margin: 0;
	border-left: solid .5rem #192057;
	font-size: 20px;
	font-size: 2rem;
	color: #192057;
	text-indent: 1.5rem
}
.sec-software-d-body .list-revision dt p span, .sec-usage-d-body .list-revision dt p span {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	color: #999
}
.sec-software-d-body .list-revision dt p span:before, .sec-usage-d-body .list-revision dt p span:before {
	content: '−';
	display: inline-block;
	vertical-align: middle;
	margin: 0 1rem 0 -1rem
}
.sec-software-d-body .list-revision dd, .sec-usage-d-body .list-revision dd {
	padding: 0 1rem 1rem 3.5rem
}
.sec-software-d-body .list-revision dd li, .sec-usage-d-body .list-revision dd li {
	margin-bottom: .4rem;
	padding-left: 1.4rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4;
	position: relative
}
.sec-software-d-body .list-revision dd li:before, .sec-usage-d-body .list-revision dd li:before {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	background: #ccc;
	border-radius: 50%;
	position: absolute;
	top: .8rem;
	left: 0
}
.sec-software-d-body .list-revision .list-open, .sec-usage-d-body .list-revision .list-open {
	height: 4rem;
	background: #ebeff7;
	text-align: center;
	cursor: pointer;
	transition: .3s
}
.sec-software-d-body .list-revision .list-open svg, .sec-usage-d-body .list-revision .list-open svg {
	width: 3rem;
	height: 3rem;
	fill: #192057;
	margin-top: .5rem
}
.sec-software-d-body .list-revision .list-open:hover, .sec-usage-d-body .list-revision .list-open:hover {
	background: #eef2f9
}
.sec-software-d-body .blc-agreement, .sec-usage-d-body .blc-agreement {
	height: 20rem;
	margin-bottom: 5rem;
	overflow-y: scroll;
	padding: 2rem 2rem 1rem;
	background: #F2F5FA;
	border: solid .1rem #ddd;
	border-radius: .2rem
}
.sec-software-d-body .blc-agreement p, .sec-usage-d-body .blc-agreement p {
	margin-bottom: .6rem;
	font-weight: 700;
	color: #666
}
.sec-software-d-body .blc-agreement ol, .sec-usage-d-body .blc-agreement ol {
	padding-left: 1rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	counter-reset: agr
}
.sec-software-d-body .blc-agreement ol li, .sec-usage-d-body .blc-agreement ol li {
	padding: .3rem 0 0 2.8rem;
	position: relative
}
.sec-software-d-body .blc-agreement ol li:before, .sec-usage-d-body .blc-agreement ol li:before {
	counter-increment: agr;
	content: counter(agr);
	background: none;
	color: #192057;
	font-weight: 500;
	line-height: 1.5;
	position: absolute;
	top: 0;
	left: 0
}
.sec-software-d-body .btn-large, .sec-usage-d-body .btn-large {
	display: block;
	width: 51rem;
	margin: 0 auto;
	color: #fff;
	white-space: nowrap
}
.sec-software-d-body .btn-large:after, .sec-usage-d-body .btn-large:after {
	content: none
}
.sec-software-d-body .btn-large:hover, .sec-usage-d-body .btn-large:hover {
	color: #fff
}
.sec-software-d-body .btn-large svg, .sec-usage-d-body .btn-large svg {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin: 0 1.2rem 0 0;
	fill: #fff;
	vertical-align: middle
}
.sec-software-d-body, .sec-usage-d-body, .sec-about-body, .sec-purchasing-body, .sec-series-head, .sec-serieslist-head, .sec-product-body, .sec-compatibility {
	min-height: 40rem;
	margin-bottom: 4rem;
	background: url(../img/bg/balloon_left.png) left top no-repeat;
	background-size: 40%
}
.sec-software-table {
	margin-bottom: 4rem
}
.sec-software-table table {
	width: 100%
}
.sec-software-table table th, .sec-software-table table td {
	padding: 1.2rem 3rem;
	border-bottom: solid 1.5rem #fff;
	text-align: left
}
.sec-software-table table th {
	width: 30rem;
	background: #F2F5FA;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2
}
.sec-software-table table td {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	vertical-align: middle
}
.sec-software-table table td p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4
}
.sec-software-table table td p+p {
	margin-top: 1.2rem
}
.sec-software-table .heading {
	font-weight: 700
}
.sec-software-table .red {
	color: #f34554
}
.sec-software-table .small {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300
}
.sec-software-table hr {
	display: block;
	margin: 1.5rem 0;
	border-top: none;
	border-bottom: solid .1rem #ddd
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-software-d-feature h1 {
		font-size: 13px;
		font-size: 4.0625vw
	}
	.sec-software-d-feature .desc {
		font-size: 6px;
		font-size: 1.875vw;
		font-weight: 300
	}
	.sec-software-d-body {
		min-height: 20rem;
		margin-bottom: 0
	}
	.sec-software-d-body .btn-large {
		width: 52rem;
		font-size: 9px;
		font-size: 2.8125vw
	}
	.sec-software-d-body h3 {
		font-size: 13px;
		font-size: 4.0625vw
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-software-d-feature h1 {
		font-size: 20px;
		font-size: 6.25vw
	}
	.sec-software-d-feature .desc {
		font-size: 10px;
		font-size: 3.125vw;
		font-weight: 300
	}
	.sec-software-d-body, .sec-usage-d-body, .sec-about-body, .sec-purchasing-body, .sec-series-head, .sec-serieslist-head, .sec-product-body {
		background-size: 98%
	}
	.sec-software-d-body {
		margin-bottom: 0;
		background-size: 98%
	}
	.sec-software-d-body .container {
		padding-left: 0
	}
	.sec-software-d-body .container>p, .sec-software-d-body .container h3, .sec-software-d-body .container ol, .sec-software-d-body .container ul, .sec-software-d-body .container table {
		padding-left: 1rem
	}
	.sec-software-d-body h2 {
		margin-left: 0;
		font-size: 32px;
		font-size: 10vw
	}
	.sec-software-d-body h3 {
		font-size: 28px;
		font-size: 8.75vw
	}
	.sec-software-d-body p {
		font-size: 14px;
		font-size: 4.375vw
	}
	.sec-software-d-body .blc-detail {
		margin-bottom: 3rem
	}
	.sec-software-d-body .blc-detail p {
		width: 100%;
		padding-left: 1rem
	}
	.sec-software-d-body .window-image {
		position: static;
		width: 32rem;
		height: 25rem;
		margin: 0 auto
	}
	.sec-software-d-body .window-image img {
		margin-top: .9rem
	}
	.sec-software-d-body .btn-large {
		width: 80%;
		font-size: 12px;
		font-size: 3.75vw;
		vertical-align: middle
	}
	.sec-software-detail {
		margin-top: 2rem
	}
	.sec-software-table table th, .sec-software-table table td {
		display: block;
		width: 100%;
		padding: 1rem 1.5rem;
		border-bottom-width: .2rem
	}
	.sec-software-table table th {
		font-size: 18px;
		font-size: 5.625vw
	}
	.sec-software-table table th br {
		display: none
	}
	.sec-software-table table td {
		font-size: 14px;
		font-size: 4.375vw
	}
	.sec-software-table table td p {
		font-size: 14px;
		font-size: 4.375vw
	}
	.sec-software-table .small {
		font-size: 12px;
		font-size: 3.75vw
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-software-d-feature h1 {
		font-size: 13px;
		font-size: 4.0625vw
	}
	.sec-software-d-feature .desc {
		font-size: 7px;
		font-size: 2.1875vw;
		font-weight: 300
	}
	.sec-software-d-body {
		min-height: 22rem;
		margin-bottom: 6rem;
		background-size: 70%
	}
	.sec-software-d-body .container {
		padding: 3rem 0 2rem 1rem
	}
	.sec-software-d-body h2 {
		margin-left: -1.5rem
	}
	.sec-software-d-body .blc-detail p {
		width: calc(100% - 26rem)
	}
	.sec-software-d-body .window-image {
		width: 25rem;
		height: 20rem;
		top: 10rem
	}
	.sec-software-d-body .window-image img {
		width: 94%;
		margin-top: .9rem
	}
	.sec-software-detail {
		margin-top: 4rem
	}
}
.sec-win-feature {
	background: url(../img/panel/windows_compatibility.jpg) center center no-repeat;
	background-size: cover
}
.sec-windows-os table {
	width: 100%
}
.sec-windows-os table thead th {
	padding: 1rem 2rem;
	border-bottom: solid .4rem #192057;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	color: #192057;
	white-space: nowrap
}
.sec-windows-os table thead th:first-child {
	text-align: left
}
.sec-windows-os table tbody th, .sec-windows-os table tbody td {
	padding: 1rem;
	vertical-align: middle
}
.sec-windows-os table tbody th {
	min-height: 5.4rem;
	padding-left: 2rem;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: left
}
.sec-windows-os table tbody td {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	color: #000;
	text-align: center;
	line-height: 1.2
}
.sec-windows-os table tbody td:last-child {
	white-space: nowrap
}
.sec-windows-os table tbody tr:nth-child(even) th, .sec-windows-os table tbody tr:nth-child(even) td {
	background: #f6f8fb
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-windows-os table thead th {
		padding: 1rem;
		font-size: 18px;
		font-size: 1.8rem;
		white-space: nowrap
	}
	.sec-windows-os table tbody th {
		padding-left: 1rem;
		font-size: 16px;
		font-size: 1.6rem
	}
	.sec-windows-os table tbody td {
		font-size: 14px;
		font-size: 1.4rem
	}
}
@media screen and (max-width:767px) {
	.sec-windows-os .container {
		overflow-x: scroll
	}
	.sec-windows-os table {
		width: auto
	}
	.sec-windows-os table thead th {
		font-size: 16px;
		font-size: 1.6rem
	}
	.sec-windows-os table thead th:first-child {
		padding-right: 7rem
	}
	.sec-windows-os table tbody th, .sec-windows-os table tbody td {
		font-size: 14px;
		font-size: 1.4rem
	}
	.sec-windows-os .btn-panel {
		font-size: 13px;
		font-size: 1.3rem
	}
}
.sec-news-feature {
	background: url(../img/panel/news.jpg) center center no-repeat;
	background-size: cover
}
.blc-news-cat .item-cat {
	width: 18%;
	margin-right: .8%
}
.blc-usage-cat {
	justify-content: space-between
}
.blc-usage-cat .item-cat {
	width: 16.4%
}
.blc-application-cat .item-cat {
	width: 24.5%;
	margin-right: .5%
}
.blc-faq-cat, .blc-news-cat, .blc-usage-cat, .blc-application-cat {
	display: flex;
	margin-bottom: 3rem
}
.blc-faq-cat .item-cat, .blc-news-cat .item-cat, .blc-usage-cat .item-cat, .blc-application-cat .item-cat {
	padding: 1.5rem .8rem;
	background: #F2F5FA;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition: .3s
}
.blc-faq-cat .item-cat:hover, .blc-news-cat .item-cat:hover, .blc-usage-cat .item-cat:hover, .blc-application-cat .item-cat:hover {
	color: #0344EC
}
.blc-faq-cat .cat-selected, .blc-news-cat .cat-selected, .blc-usage-cat .cat-selected, .blc-application-cat .cat-selected {
	background: #192057;
	color: #fff;
	cursor: default;
	position: relative
}
.blc-faq-cat .cat-selected:after, .blc-news-cat .cat-selected:after, .blc-usage-cat .cat-selected:after, .blc-application-cat .cat-selected:after {
	content: '';
	display: inline-block;
	border-top: solid 1rem #192057;
	border-right: solid .8rem transparent;
	border-left: solid .8rem transparent;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	margin-left: -.8rem;
	transition: .3s
}
.blc-faq-cat .cat-selected:hover, .blc-news-cat .cat-selected:hover, .blc-usage-cat .cat-selected:hover, .blc-application-cat .cat-selected:hover {
	color: #fff
}
.blc-news-list {
	height: 59.7rem;
	padding: 2.5rem 2.5rem 3.5rem;
	background: #f7f7f7;
	position: relative
}
.blc-news-list form {
	display: block;
	margin-bottom: 2rem;
	text-align: right
}
.blc-news-list .news-refine {
	margin-left: 1.3rem;
	padding-right: 2.5rem;
	display: inline-block;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem
}
.blc-news-list .list-news {
	height: 45rem;
	overflow: hidden;
	margin-bottom: 3rem;
	margin-bottom: .2rem;
	background: #fff
}
.blc-news-list .list-news li {
	border-bottom: solid .3rem #f7f7f7
}
.blc-news-list .cat-hide {
	display: none
}
.blc-news-list .cat-active {
	display: block
}
.blc-news-list .page-off {
	visibility: hidden;
	height: 0!important;
	padding: 0;
	border-bottom-width: 0!important
}
.blc-news-list .page-off * {
	height: 0;
	margin: 0;
	padding: 0
}
.blc-page {
	position: absolute;
	bottom: 3rem;
	left: 2.5rem
}
.blc-page span {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1rem;
	background: #cdd9ec;
	vertical-align: middle;
	cursor: pointer
}
.blc-page .active {
	background: #0344EC
}
@media screen and (max-width:1135px) {
	.blc-news-cat .item-cat, .blc-usage-cat .item-cat {
		font-size: 15px;
		font-size: 1.5rem
	}
	.blc-news-cat .item-cat {
		width: 15%
	}
	.blc-news-cat .item-cat:nth-child(3) {
		width: 26%
	}
}
@media screen and (max-width:767px) {
	.sec-news-list .container {
		padding-top: 3rem
	}
	.sec-news-list form {
		display: flex;
		justify-content: flex-end
	}
	.sec-news-list .news-refine {
		width: 45%;
		margin: 0;
		font-size: 13px;
		font-size: 1.3rem
	}
	.sec-news-list .news-refine+.news-refine {
		margin-left: 2%
	}
	.blc-faq-cat, .blc-news-cat, .blc-usage-cat {
		background: #F2F5FA;
		margin-bottom: 3rem;
		padding: .8rem .8rem 0;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.blc-faq-cat .item-cat, .blc-news-cat .item-cat, .blc-usage-cat .item-cat {
		width: 48.5%;
		margin-bottom: 2.5%;
		padding: 1.5rem 0;
		background: #fff;
		font-size: 15px;
		font-size: 1.5rem;
		white-space: pre-wrap
	}
	.blc-faq-cat .cat-selected, .blc-news-cat .cat-selected, .blc-usage-cat .cat-selected {
		background: #192057
	}
	.blc-faq-cat .cat-selected:after, .blc-news-cat .cat-selected:after, .blc-usage-cat .cat-selected:after {
		content: none
	}
	.blc-news-cat .item-cat:nth-child(3) {
		width: 48.5%
	}
	.blc-news-list {
		height: auto;
		padding: 2rem 1rem 6rem
	}
	.blc-news-list .item-cat:first-child {
		width: 100%
	}
	.blc-news-list .item-cat:nth-child(3) {
		width: 48.5%
	}
	.blc-news-list .list-news {
		height: 73rem
	}
	.blc-news-list .list-news li {
		height: 7.3rem
	}
	.blc-page {
		bottom: 2rem;
		left: 1rem
	}
	.blc-page span {
		width: 2.6rem;
		height: 2.6rem;
		margin-right: 1.5rem
	}
}
.sec-news-d-feature {
	background-image: url(/img/panel/news.jpg);
	background-position: center center;
	background-size: cover
}
.sec-news-d-feature h1 {
	font-size: 50px;
	font-size: 5rem
}
.sec-news-d-feature .blc-feature-desc {
	position: absolute;
	top: 25.5rem;
	left: 0
}
.sec-news-d-feature .blc-feature-desc .cat, .sec-news-d-feature .blc-feature-desc .date {
	display: inline-block;
	vertical-align: middle
}
.sec-news-d-feature .blc-feature-desc .cat {
	width: 18rem;
	margin-right: 1.5rem;
	padding: .4rem .3rem;
	border-radius: .3rem;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	text-align: center
}
.sec-news-d-feature .blc-feature-desc .date {
	font-size: 15px;
	font-size: 1.5rem
}
.sec-news-detail .thumbnail {
	margin-bottom: 6rem;
	padding: 0 4rem;
	text-align: center
}
.sec-news-detail .thumbnail img {
	max-width: 90%
}
.sec-news-detail .body {
	margin-bottom: 5rem;
	padding: 0 4rem
}
.sec-news-detail .body>* {
	margin-bottom: 4.5rem;
	word-break: break-word
}
.sec-news-detail .body dl, .sec-news-detail .body table, .sec-news-detail .body p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6
}
.sec-news-detail .body h2, .sec-news-detail .body h3, .sec-news-detail .body strong {
	font-weight: 700
}
.sec-news-detail .body>*+h2, .sec-news-detail .body h3 {
	margin-top: 6rem
}
.sec-news-detail .body h2 {
	font-size: 46px;
	font-size: 4.6rem
}
.sec-news-detail .body h3 {
	padding-left: 1.6rem;
	border-left: solid .7rem #c4c4c4;
	font-size: 34px;
	font-size: 3.4rem
}
.sec-news-detail .body a {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	color: #222c77
}
.sec-news-detail .body a svg {
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	margin: .4rem .4rem 0 0;
	fill: #222c77;
	vertical-align: top;
	transition: .3s
}
.sec-news-detail .body a:hover {
	color: #0344EC;
	text-decoration: underline
}
.sec-news-detail .body a:hover svg {
	fill: #0344EC
}
.sec-news-detail .body a[target="_blank"] {
	padding-left: 2.3rem;
	background: url(../img/window.svg) center left no-repeat;
	background-size: 1.6rem;
	vertical-align: middle;
	line-height: 1.2
}
.sec-news-detail .body a[target="_blank"]:hover {
	background-image: url(../img/window_hover.svg)
}
.sec-news-detail .body>a:after, .sec-news-detail .body>a:before {
	content: '';
	display: block;
	width: 100%;
	height: 0
}
.sec-news-detail .body ul li:before {
	content: '';
	display: inline-block;
	width: .8rem;
	height: .8rem;
	margin: .7rem .8rem 0 0;
	background: #192057;
	border-radius: 50%;
	vertical-align: top
}
.sec-news-detail .body ol {
	counter-reset: number
}
.sec-news-detail .body ol li:before {
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-right: .8rem;
	background: #192057;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2rem
}
.sec-news-detail .body ol li>ul, .sec-news-detail .body ol li ol {
	counter-reset: number;
	margin-top: .8rem;
	padding-left: 3rem
}
.sec-news-detail .body ol li>ul li:before {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin: .9rem .8rem 0 0;
	background: #192057;
	border-radius: 50%;
	vertical-align: top
}
.sec-news-detail .body ol li>ol li:before {
	content: counter(number);
	margin-right: .3rem;
	margin-left: -.8rem;
	background: none;
	color: #192057;
	font-weight: 600
}
.sec-news-detail .body ul li, .sec-news-detail .body ol li {
	margin-bottom: .8rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5
}
.sec-news-detail .body small {
	font-size: 14px;
	font-size: 1.4rem
}
.sec-news-detail .body .red {
	color: #f01528
}
.sec-news-detail .body dl dt, .sec-news-detail .body dl dd {
	line-height: 1.4
}
.sec-news-detail .body dl dt {
	padding: 0 0 0 1rem;
	border-left: solid .4rem #192057;
	font-weight: 700
}
.sec-news-detail .body dl dd {
	padding: .8rem 0 1.2rem 1.5rem
}
.sec-news-detail .body .table-border, .sec-news-detail .body .table-color {
	text-align: left
}
.sec-news-detail .body .table-border th, .sec-news-detail .body .table-border td, .sec-news-detail .body .table-color th, .sec-news-detail .body .table-color td {
	padding: .8rem;
	border: solid 1px #ccc;
	font-size: 16px;
	font-size: 1.6rem
}
.sec-news-detail .body .table-border {
	border: solid 1px #ccc
}
.sec-news-detail .body .table-color thead th {
	background: #192057;
	color: #fff
}
.sec-news-detail .body .table-color tbody th {
	background: #F2F5FA
}
.sec-news-detail .body .img-left, .sec-news-detail .body .img-right {
	max-width: 40%;
	height: auto
}
.sec-news-detail .body .img-left:before, .sec-news-detail .body .img-right:before {
	content: '';
	display: block;
	width: 100%;

	height: 0
}
.sec-news-detail .body .img-left {
	float: left;
	margin-right: 4rem
}
.sec-news-detail .body .img-right {
	float: right;
	margin-left: 4rem
}
.sec-news-detail .body hr {
	display: block;
	width: 100%
}
.sec-news-detail .body .img-col2, .sec-news-detail .body .img-col3, .sec-news-detail .body .img-col4 {
	display: flex;
	justify-content: space-between
}
.sec-news-detail .body .img-col2 img {
	width: 49%
}
.sec-news-detail .body .img-col3 img {
	width: 32%
}
.sec-news-detail .body .img-col4 img {
	width: 23.5%
}
.link-back {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem
}
.link-back:before {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin: 0 1rem .2rem .1rem;
	border-left: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(45deg);
	transition: .3s
}
.link-back:hover {
	color: #0344EC
}
.link-back:hover:before {
	border-color: #0344EC
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-news-d-feature h1, .sec-info-feature h1 {
		font-size: 12px;
		font-size: 3.75vw
	}
	.sec-news-d-feature .blc-feature-desc, .sec-info-feature .blc-feature-desc {
		top: 18vh
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-news-d-feature h1, .sec-info-feature h1 {
		font-size: 21.2px;
		font-size: 6.625vw
	}
	.sec-news-d-feature .blc-feature-desc, .sec-info-feature .blc-feature-desc {
		top: 26.5vh
	}
	.sec-news-detail .body p, .sec-news-detail .body a, .sec-news-detail .body ol li, .sec-news-detail .body ul li, .sec-news-detail .body dl {
		font-size: 14px;
		font-size: 4.375vw
	}
	.sec-news-detail .body h2 {
		font-size: 30px;
		font-size: 9.375vw
	}
	.sec-news-detail .body h3 {
		margin-top: 4rem;
		font-size: 24px;
		font-size: 7.5vw
	}
	.sec-news-detail .body .table-border th, .sec-news-detail .body .table-border td, .sec-news-detail .body .table-color th, .sec-news-detail .body .table-color td {
		font-size: 13.5px;
		font-size: 4.21875vw
	}
	.sec-news-detail .body .img-left {
		margin-right: 2rem
	}
	.sec-news-detail .body .img-right {
		margin-left: 2rem
	}
	.sec-news-detail .body .img-col2 img {
		width: 48%
	}
	.sec-news-detail .body .img-col3 img {
		width: 31%
	}
	.sec-news-detail .body .img-col4 {
		flex-wrap: wrap
	}
	.sec-news-detail .body .img-col4 img {
		width: 48%;
		margin-bottom: 5%
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-news-d-feature h1 {
		font-size: 13.5px;
		font-size: 4.21875vw
	}
	.sec-news-d-feature .blc-feature-desc {
		top: 15.5rem
	}
	.sec-news-detail .body p, .sec-news-detail .body a, .sec-news-detail .body ol li, .sec-news-detail .body ul li {
		font-size: 9px;
		font-size: 2.8125vw
	}
	.sec-news-detail .body h2 {
		font-size: 24px;
		font-size: 7.5vw
	}
	.sec-news-detail .body h3 {
		margin-top: 4rem;
		font-size: 18px;
		font-size: 5.625vw
	}
	.sec-news-detail .body .table-border th, .sec-news-detail .body .table-border td, .sec-news-detail .body .table-color th, .sec-news-detail .body .table-color td {
		font-size: 9px;
		font-size: 2.8125vw
	}
	.sec-news-detail .body .img-left img, .sec-news-detail .body .img-right img {
		max-width: 50%
	}
	.sec-news-detail .body .img-left {
		margin-right: 2.5rem
	}
	.sec-news-detail .body .img-right {
		margin-left: 2.5rem
	}
}
@media screen and (max-width:767px) {
	.scroll-table {
		overflow-x: scroll
	}
	.scroll-table table th {
		min-width: 15rem
	}
	.sec-news-detail .thumbnail {
		margin-bottom: 3rem;
		padding: 0
	}
	.sec-news-detail .thumbnail img {
		width: 100%
	}
	.sec-news-detail .body {
		margin-bottom: 2rem;
		padding: 0 1rem;
		overflow: hidden
	}
	.sec-news-detail .body>* {
		margin-bottom: 2.8rem
	}
	.sec-news-detail .body>*+h2 {
		margin-top: 4rem
	}
}
.sec-productlist-feature {
	background: url(../img/panel/product.jpg) center center no-repeat;
	background-size: cover
}
.sec-product-search .link-right, .sec-software-body .link-right {
	text-align: right
}
.sec-product-search .link-right a, .sec-software-body .link-right a {
	display: inline-block;
	padding: .4rem;
	font-size: 17px;
	font-size: 1.7rem
}
.sec-product-search .link-right a:after, .sec-software-body .link-right a:after {
	content: '';
	display: inline-block;
	width: .6rem;
	height: .6rem;
	margin: 0 .1rem .2rem .4rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	transition: .3s
}
.sec-product-search .link-right a:hover, .sec-software-body .link-right a:hover {
	color: #0344EC
}
.sec-product-search .link-right a:hover:after, .sec-software-body .link-right a:hover:after {
	border-color: #0344EC
}
.sec-product-search .link-right a+a, .sec-software-body .link-right a+a {
	margin-left: 1rem
}
.sec-product-search .blc-search {
	display: flex;
	margin-top: 1rem;
	padding: 2.6rem 2rem 2rem;
	background: #f7f7f7;
	position: relative
}
.sec-product-search .blc-search .body {
	width: calc(100% - 19rem);
	padding: 2rem 2rem 0;
	background: #fff;
	display: flex;
	flex-wrap: wrap
}
.sec-product-search .blc-search .border dd {
	padding-left: .6rem;
	border-left: solid .3rem #192057
}
.sec-product-search .blc-search .btn {
	width: 19rem;
	padding-right: 1rem;
	display: flex;
	align-self: center;
	justify-content: flex-end
}
.sec-product-search .blc-search h2 {
	font-size: 38px;
	font-size: 3.8rem;
	color: #192057;
	position: absolute;
	top: -2rem;
	left: 2rem
}
.sec-product-search .blc-search dl {
	margin-bottom: 2rem
}
.sec-product-search .blc-search dd {
	font-size: 0
}
.sec-product-search .blc-search dd div {
	display: inline-block;
	vertical-align: top
}
.sec-product-search .blc-search .medium {
	width: 60%
}
.sec-product-search .blc-search .medium div {
	width: 32%
}
.sec-product-search .blc-search .small {
	width: 40%
}
.sec-product-search .blc-search .small div {
	width: 48%
}
.sec-product-search .blc-search label {
	display: inline-block;
	margin: .4rem 0;
	padding: .4rem 2.4rem .4rem 1rem;
	border-radius: 2.5rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	vertical-align: top
}
.sec-product-search .blc-search label small {
	margin-top: .2rem;
	font-size: 12px;
	font-size: 1.2rem
}
.sec-product-search .blc-search dt, .sec-product-search .blc-search dd {
	display: block;
	width: 100%
}
.sec-product-search .blc-search dt {
	padding-bottom: 1rem;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	color: #192057
}
.sec-product-search .blc-search dd {
	font-size: 16px;
	font-size: 1.6rem
}
.sec-product-search .blc-search input {
	display: none
}
.sec-product-search .blc-search input:checked+label {
	background: #efefef;
	color: #192057;
	position: relative
}
.sec-product-search .blc-search input:checked+label:after {
	content: '×';
	display: inline-block;
	font-size: 19px;
	font-size: 1.9rem;
	color: #bcbcbc;
	position: absolute;
	top: 50%;
	right: .8rem;
	margin-top: -1rem
}
.sec-product-search select {
	width: 90%;
	max-width: 40rem;
	padding-top: .6rem;
	padding-bottom: .6rem;
	font-size: 14px;
	font-size: 1.4rem
}
.sec-product-search .btn-search-clear {
	display: block;
	width: 10rem;
	padding: .3rem .8rem;
	border: solid .1rem #192057;
	border-radius: 2.5rem;
	font-size: 13px;
	font-size: 1.3rem;
	color: #192057;
	text-align: center;
	position: absolute;
	bottom: 4rem;
	right: 23rem
}
.sec-product-search .btn-search-clear:hover {
	border-color: #0344EC;
	color: #0344EC
}
.sec-product-search .btn-medium:after {
	content: none
}
.sec-product-list .pagination {
	margin-top: 2rem;
	text-align: center
}
.sec-product-list .pagination li {
	margin: 0 .4rem;
	display: inline-block;
	font-size: 17px;
	font-size: 1.7rem;
	vertical-align: bottom
}
.sec-product-list .pagination .active {
	background: #192057;
	color: #fff
}
.sec-product-list .pagination a {
	background: #F2F5FA
}
.sec-product-list .pagination a, .sec-product-list .pagination .active span {
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem
}
@media screen and (max-width:1135px) {
	.sec-product-search .blc-search .body {
		padding: 2rem 2rem 4rem;
		flex-wrap: wrap
	}
	.sec-product-search .blc-search .border {
		width: 100%
	}
	.sec-product-search .blc-search .border.small dd {
		padding-right: 0
	}
	.sec-product-search .blc-search .border.small div {
		width: 48%
	}
	.sec-product-search .blc-search .border.small div br {
		display: none
	}
	.sec-product-search .blc-search .border.small div label {
		width: 49%;
		vertical-align: top
	}
	.sec-product-search .blc-search .border.medium div {
		width: 32%
	}
	.sec-product-search .blc-search .select.small, .sec-product-search .blc-search .select.medium {
		width: 50%
	}
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-product-search .blc-search {
		padding: 3rem 2rem 2rem;
		display: block
	}
	.sec-product-search .blc-search .body {
		width: 100%;
		padding: 1.4rem 1.4rem
	}
	.sec-product-search .blc-search .btn {
		width: 100%;
		padding-top: 1.5rem;
		justify-content: center
	}
	.sec-product-search .blc-search .medium dd {
		padding-left: .6rem
	}
	.sec-product-search .blc-search label {
		font-size: 14px;
		font-size: 1.4rem
	}
	.sec-product-search .btn-search-clear {
		bottom: 4rem;
		right: 2rem
	}
	.sec-product-search .btn-medium {
		width: 16rem
	}
}
@media screen and (max-width:767px) {
	.sec-product-search .container {
		position: relative
	}
	.sec-product-search .blc-search {
		margin: 0;
		padding: 0;
		display: block
	}
	.sec-product-search .blc-search h2 {
		width: 96%;
		padding: 1.5rem 1rem;
		margin-bottom: 0;
		font-size: 18px;
		font-size: 1.8rem;
		position: static;
		top: auto;
		left: auto
	}
	.sec-product-search .blc-search .body, .sec-product-search .blc-search .btn {
		display: none
	}
	.sec-product-search .blc-search .body {
		width: 94%;
		margin: 0 auto
	}
	.sec-product-search .blc-search .btn {
		width: 100%;
		padding-bottom: 1.8rem;
		text-align: center
	}
	.sec-product-search .blc-search .medium {
		width: 100%
	}
	.sec-product-search .blc-search .medium dd {
		padding-left: 0
	}
	.sec-product-search .blc-search .btn-plus {
		display: inline-block;
		width: 4rem;
		height: 4rem;
		position: absolute;
		top: .4rem;
		right: .5rem
	}
	.sec-product-search .blc-search .btn-plus span {
		content: '';
		display: block;
		width: 2.4rem;
		height: .3rem;
		background: #192057;
		position: absolute;
		top: 1.8rem;
		right: .4rem;
		transition: .2s
	}
	.sec-product-search .blc-search .btn-plus span:last-child {
		transform: rotate(90deg)
	}
	.sec-product-search .btn-search-clear {
		display: none;
		bottom: 10rem;
		right: 2.5rem
	}
	.sec-product-search .link-right {
		position: absolute;
		right: 0;
		bottom: 0
	}
	.sec-product-list .container {
		padding-top: 2rem
	}
	.sec-product-search .link-right a, .sec-software-body .link-right a {
		font-size: 14px;
		font-size: 1.4rem
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-product-search .container {
		padding-bottom: 6rem
	}
	.sec-product-search .blc-search .body {
		padding-bottom: 4rem
	}
	.sec-product-search .blc-search .border.small, .sec-product-search .blc-search .border.medium {
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
		border-bottom: dashed .1rem #ddd
	}
	.sec-product-search .blc-search .border.small div {
		width: 100%
	}
	.sec-product-search .blc-search .border.medium div {
		width: 49%
	}
	.sec-product-search .blc-search .border.medium div:last-child {
		width: 100%
	}
	.sec-product-search .blc-search .border.medium div:last-child br {
		display: none
	}
	.sec-product-search .blc-search .border.medium div:last-child label {
		width: 49%
	}
	.sec-product-search .blc-search .small.select, .sec-product-search .blc-search .medium.select {
		width: 100%
	}
	.sec-product-search .blc-search select {
		width: 100%;
		max-width: 100%
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-product-search .blc-search .body {
		padding-bottom: 4rem
	}
	.sec-product-search .blc-search .btn {
		padding-top: 1.8rem
	}
	.sec-product-search .blc-search .small.select, .sec-product-search .blc-search .medium.select {
		display: inline-block;
		width: 49%
	}
	.sec-product-search .blc-search select {
		width: 95%;
		max-width: 95%
	}
	.sec-product-search .btn-search-clear {
		bottom: 10rem;
		right: 3.5rem
	}
}
.sec-discon-feature {
	background: url(../img/panel/discontinued.jpg) center center no-repeat;
	background-size: cover
}
.sec-discon-body .txt-right {
	text-align: right
}
.sec-discon-body .txt-right a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #2a2a2a
}
.sec-discon-body .txt-right a:after {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin: 0 .2rem .2rem 1rem;
	border-right: solid .2rem #2a2a2a;
	border-bottom: solid .2rem #2a2a2a;
	transform: rotate(-45deg);
	transition: .3s
}
.sec-discon-body .txt-right a:hover {
	color: #0344EC
}
.sec-discon-body .txt-right a:hover:after {
	border-color: #0344EC
}
.blc-discon {
	margin-top: 1.5rem;
	border-top: solid .4rem #ddd;
	border-bottom: solid .4rem #ddd
}
.discon-list {
	display: flex;
	padding: 1.5rem 2rem;
	border-bottom: dashed .1rem #ddd
}
.discon-list:last-child {
	border-bottom: none
}
.discon-list .right {
	align-self: center
}
.discon-list .left {
	width: calc(100% - 30rem);
	padding-right: 2rem
}
.discon-list .left .name {
	margin-bottom: .5rem;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2
}
.discon-list .left .desc {
	margin-bottom: 1rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.3
}
.discon-list .left .date {
	margin-bottom: .5rem;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300
}
.discon-list .left .date span {
	display: inline-block;
	padding: .4rem .8rem;
	border: solid .1rem #888;
	border-radius: .3rem
}
.discon-list .right {
	width: 30rem
}
.discon-list .right a {
	display: inline-block;
	width: 100%;
	padding: .2rem 1rem .2rem 2.4rem;
	font-size: 16px;
	font-size: 1.6rem;
	color: #2a2a2a
}
.discon-list .right a:hover {
	color: #0344EC
}
.discon-list .right a+a {
	margin-top: .6rem
}
.discon-list .link-manual {
	background: url(../img/download_p.svg) left top .2rem no-repeat;
	background-size: 1.6rem
}
.discon-list .link-manual:hover {
	background-image: url(../img/download_p_hover.svg)
}
.discon-list .link-software {
	background: url(../img/download_s.svg) left top .2rem no-repeat;
	background-size: 1.6rem
}
.discon-list .link-software:hover {
	background-image: url(../img/download_s_hover.svg)
}
.discon-list .link-contact {
	background: url(../img/plane_b.svg) left top .2rem no-repeat;
	background-size: 1.6rem
}
.discon-list .link-contact:hover {
	background-image: url(../img/plane_hover.svg)
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-discon-body .txt-right a {
		font-size: 5.5px;
		font-size: 1.71875vw
	}
	.discon-list {
		padding: 1.2rem 1.5rem
	}
	.discon-list .left {
		width: calc(100% - 16rem);
		padding-right: 2rem
	}
	.discon-list .left .name {
		font-size: 10px;
		font-size: 3.125vw
	}
	.discon-list .left .desc {
		font-size: 5px;
		font-size: 1.5625vw
	}
	.discon-list .left .date {
		font-size: 4px;
		font-size: 1.25vw
	}
	.discon-list .right {
		width: 16rem
	}
	.discon-list .right a {
		padding-left: 2rem;
		font-size: 5px;
		font-size: 1.5625vw
	}
	.discon-list .link-manual, .discon-list .link-software, .discon-list .link-contact {
		background-size: 1.3rem
	}
}
@media screen and (max-width:767px) {
	.sec-discon-body .txt-right {
		margin-top: -1rem
	}
	.sec-discon-body .txt-right a {
		font-size: 12px;
		font-size: 3.75vw
	}
	.blc-discon {
		border: none
	}
	.discon-list {
		display: block;
		margin-bottom: 1rem;
		padding: 1.4rem 1.5rem;
		background: #F2F5FA;
		border-bottom: none
	}
	.discon-list .left {
		width: 100%;
		padding-bottom: 0
	}
	.discon-list .left .name {
		margin-bottom: .6rem;
		font-size: 18px;
		font-size: 5.625vw
	}
	.discon-list .left .desc {
		margin-bottom: .8rem;
		font-size: 12px;
		font-size: 3.75vw;
		font-weight: 300;
		color: #111
	}
	.discon-list .left .date {
		font-size: 9px;
		font-size: 2.8125vw
	}
	.discon-list .right {
		width: 100%;
		margin-top: 1.5rem
	}
	.discon-list .right a {
		display: block;
		padding: 1.4rem .5rem 1.4rem 3.2rem;
		background-color: #fff;
		font-size: 12px;
		font-size: 3.75vw
	}
	.discon-list .right a+a {
		margin-top: 1rem
	}
	.discon-list .link-manual, .discon-list .link-software, .discon-list .link-contact {
		background-position: left 1rem center;
		background-size: 1.6rem
	}
}
.sec-manual-feature {
	background: url(../img/panel/manual.jpg) bottom -5rem center no-repeat;
	background-size: cover
}
.sec-manual-body .txt-right {
	margin: -1.5rem 0 1.5rem 0;
	text-align: right
}
.sec-manual-body .txt-right a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #192057
}
.sec-manual-body .txt-right a:after {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin: 0 .2rem .2rem .7rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	transition: .3s
}
.sec-manual-body .txt-right a:hover {
	color: #0344EC
}
.sec-manual-body .txt-right a:hover:after {
	border-color: #0344EC
}
.manual-list .head {
	padding: 1.6rem 2rem 3.5rem;
	position: relative
}
.manual-list .title {
	margin-bottom: .6rem;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700
}
.manual-list .desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #999
}
.manual-list .head-link {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #192057;
	position: absolute;
	bottom: 1.4rem;
	right: 1.8rem;
	line-height: 1.1
}
.manual-list .head-link:after {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	margin: 0 .1rem .2rem .5rem;
	transition: .3s
}
.manual-list .head-link:hover {
	color: #0344EC
}
.manual-list .head-link:hover:after {
	border-color: #0344EC
}
.manual-panel {
	background: #F2F5FA
}
.manual-panel .headline {
	padding: 1.2rem 1.2rem;
	background: #fff;
	border: solid .1rem #ddd;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #192057;
	cursor: pointer;
	transition: .3s;
	position: relative
}
.manual-panel .headline .icon {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 0;
	right: 0
}
.manual-panel .headline .icon span {
	display: inline-block;
	width: 2rem;
	height: .32rem;
	background: #192057;
	position: absolute;
	top: 46%;
	right: 25%;
	transition: .2s
}
.manual-panel .headline .icon span:last-child {
	transform: rotate(90deg)
}
.manual-panel .headline:hover {
	color: #0344EC
}
.manual-panel .headline:hover svg {
	fill: #0344EC
}
.manual-panel+.manual-panel .headline {
	border-top: none
}
.manual-panel ul {
	display: none;
	width: 100%;
	padding: 0 2rem;
	border: solid .1rem #ddd;
	border-top: none;
	box-shadow: 0 .1rem .3rem rgba(51, 51, 51, .05) inset
}
.manual-panel ul li {
	padding: .5rem 0;
	border-bottom: dashed .1rem #ccc;
	position: relative
}
.manual-panel ul li:last-child {
	border-bottom: none
}
.manual-panel ul a {
	display: flex;
	padding: .6rem 0 .4rem 2.2rem;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #2a2a2a;
	line-height: 1.2
}
.manual-panel ul a:hover {
	color: #0344EC
}
.manual-panel ul .name {
	width: calc(100% - 8rem)
}
.manual-panel ul .date {
	width: 8rem;
	line-height: 1.8;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #555;
	text-align: right
}
.panel-m ul a {
	background: url(../img/svg/download.svg) top .7rem left no-repeat;
	background-size: 1.5rem
}
.panel-m ul a:hover {
	background-image: url(../img/download_hover.svg)
}
.panel-h ul a {
	background: url(../img/svg/window.svg) top .75rem left no-repeat;
	background-size: 1.4rem
}
.panel-h ul a:hover {
	background-image: url(../img/window_hover.svg)
}
@media screen and (max-width:767px) {
	.sec-manual-feature {
		background-position: center center;
		background-size: cover
	}
	.sec-manual-body .txt-right a {
		font-size: 16px;
		font-size: 1.6rem
	}
	.manual-list .desc {
		color: #333;
		font-weight: 300
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.manual-list .head {
		padding: 1.2rem 1.2rem 3.5rem
	}
	.manual-list .title {
		font-size: 18px;
		font-size: 5.625vw
	}
	.manual-list .desc {
		font-size: 11px;
		font-size: 3.4375vw
	}
	.manual-list .head-link {
		bottom: 1.2rem;
		right: 1.2rem
	}
	.manual-panel .headline {
		font-size: 14px;
		font-size: 4.375vw
	}
	.manual-panel ul {
		padding: 0 1.2rem
	}
	.manual-panel ul a {
		display: block;
		font-size: 13px;
		font-size: 4.0625vw
	}
	.manual-panel ul .name {
		width: 100%
	}
	.manual-panel ul .date {
		display: none
	}
}
.sec-catalog-feature {
	background: url(../img/panel/catalog.jpg) center center no-repeat;
	background-size: cover
}
.wrap-catalog-list {
	display: flex;
	flex-wrap: wrap
}
.wrap-catalog-list .col1 {
	width: 23%
}
.wrap-catalog-list .col2 {
	width: 48%
}
.wrap-catalog-list .col2 a {
	width: 48%
}
.wrap-catalog-list .col3 {
	width: 73%
}
.wrap-catalog-list .col3 a {
	width: 32%
}
.wrap-catalog-list .cols-img {
	display: flex;
	justify-content: space-between
}
.catalog-list {
	margin: 0 1% 10rem
}
.catalog-list .head {
	padding: 1.5rem 1.5rem;
	border-top: solid .6rem #192057
}
.catalog-list .name {
	margin-bottom: .4rem;
	font-size: 29px;
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1.2
}
.catalog-list .desc {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.2
}
.catalog-list img {
	display: block;
	width: 95%;
	margin: .8rem auto 1.8rem;
	filter: drop-shadow(.1rem .1rem .3rem rgba(34, 34, 34, .2))
}
.catalog-list .title {
	display: inline-block;
	padding: .2rem 1rem .2rem 2.8rem;
	background: url(../img/svg/download.svg) left .5rem top .45rem no-repeat;
	background-size: 1.6rem;
	font-size: 16px;
	font-size: 1.6rem;
	color: #2a2a2a;
	font-weight: 600;
	line-height: 1.2;
	transition: .3s
}
.catalog-list a {
	display: block;
	padding: 0 1rem
}
.catalog-list a:hover img {
	opacity: .8
}
.catalog-list a:hover .title {
	background-image: url(../img/download_hover.svg);
	color: #0344EC
}
@media screen and (max-width:767px) {
	.wrap-catalog-list {
		justify-content: space-between
	}
	.wrap-catalog-list .col1 {
		width: 47%
	}
	.wrap-catalog-list .col2 {
		width: 100%
	}
	.wrap-catalog-list .col3 {
		width: 100%
	}
	.wrap-catalog-list .col3 a {
		width: 47%
	}
	.wrap-catalog-list .cols-img {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.catalog-list {
		width: 49%;
		margin-bottom: 5rem
	}
	.catalog-list .head {
		padding: 1rem .8rem
	}
	.catalog-list .name {
		font-size: 16px;
		font-size: 5vw
	}
	.catalog-list .desc {
		font-size: 10px;
		font-size: 3.125vw
	}
	.catalog-list img {
		margin: .6rem auto .8rem
	}
	.catalog-list .title {
		padding: .2rem 0 .2rem 2.2rem;
		background-position: top .4rem left;
		font-size: 12px;
		font-size: 3.75vw;
		line-height: 1.2
	}
}
.sec-application-feature {
	background: url(../img/panel/applications.jpg) center center no-repeat;
	background-size: cover
}
.sec-application-list {
	background: url(../img/bg/wave_3.png) center center no-repeat;
	background-size: contain
}
.sec-application-list .container {
	padding-top: 10rem;
	padding-left: 7rem;
	padding-right: 7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.sec-application-list .container>a {
	width: 48%;
	height: 14rem;
	margin-bottom: 4.5rem
}
.sec-application-list .container:after {
	content: none
}
.sec-application-list .apps {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 2rem;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	transition: .2s;
	overflow: visible
}
.sec-application-list .apps:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #192057;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	transition: .2s
}
.sec-application-list .apps:hover:before {
	opacity: .4
}
.sec-application-list .apps p {
	z-index: 20
}
.sec-application-list .app-01 {
	background-image: url(../img/applications/facilities/panel_s.jpg);
	background-size: cover
}
.sec-application-list .app-02 {
	background-image: url(../img/applications/food/panel_s.jpg);
	background-size: cover
}
.sec-application-list .app-03 {
	background-image: url(../img/applications/medical/panel_s.jpg);
	background-size: cover
}
.sec-application-list .app-04 {
	background-image: url(../img/applications/museum/panel_s.jpg);
	background-size: cover
}
.sec-application-list .app-05 {
	background-image: url(../img/applications/other/panel_s.jpg);
	background-size: cover
}
.sec-application-list .name {
	position: relative;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: right;
	filter: drop-shadow(0 .1rem .3rem rgba(34, 34, 34, .2))
}
.sec-application-list .name br {
	display: none
}
.sec-application-list .num {
	width: 6.5rem;
	height: 6.5rem;
	padding-top: 1.2rem;
	border-radius: 50%;
	background: #192057;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	position: absolute;
	top: -1rem;
	left: -1rem
}
.sec-application-list .num em {
	display: block;
	padding-top: .2rem;
	font-family: "Rubik", sans-serif;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 700
}
.sec-application-list .maps {
	padding: 2rem;
	background: url(../img/purchasing/map.svg) right 1rem center no-repeat #fff;
	background-size: 45%
}
.sec-application-list .maps:hover {
	color: #0344EC
}
.sec-application-list .maps:hover .links:after {
	border-color: #0344EC
}
.sec-application-list .title {
	margin-bottom: 1rem;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700
}
.sec-application-list .desc {
	width: 60%;
	margin-bottom: 1rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #2a2a2a;
	font-weight: 300
}
.sec-application-list .links {
	display: inline-block
}
.sec-application-list .links:after {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin: 0 .1rem .1rem .6rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	transition: .3s
}
@media screen and (max-width:1135px) {
	.sec-application-list .container {
		padding-top: 6rem;
		padding-left: 0;
		padding-right: 0
	}
	.sec-application-list .container>a {
		width: 48.5%;
		margin-bottom: 3rem
	}
	.sec-application-list .name {
		font-size: 11.5px;
		font-size: 3.59375vw
	}
	.sec-application-list .name br {
		display: block
	}
	.sec-application-list .title {
		font-size: 10px;
		font-size: 3.125vw
	}
	.sec-application-list .desc {
		margin-bottom: .5rem;
		font-size: 5px;
		font-size: 1.5625vw
	}
}
@media screen and (max-width:767px) {
	.sec-application-list .num {
		width: 5rem;
		height: 5rem;
		padding-top: 1rem;
		left: -.5rem;
		font-size: 10px;
		font-size: 1rem
	}
	.sec-application-list .num em {
		font-size: 18px;
		font-size: 1.8rem
	}
	.sec-application-list .desc {
		display: none
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-application-feature .desc {
		font-size: 10px;
		font-size: 3.125vw
	}
	.sec-application-list {
		background-image: url(../img/bg/wave_sp.png)
	}
	.sec-application-list .container {
		display: block;
		padding-top: 4rem

	}
	.sec-application-list .container>a {
		width: 100%;
		height: 8rem;
		margin-bottom: 2rem
	}
	.sec-application-list .apps {
		padding-right: 1.5rem
	}
	.sec-application-list .name {
		font-size: 16px;
		font-size: 5vw
	}
	.sec-application-list .name br {
		display: none
	}
	.sec-application-list .maps {
		display: block;
		padding: 1.5rem;
		background-color: #f7f7f7;
		background-size: 40%
	}
	.sec-application-list .title {
		font-size: 18px;
		font-size: 5.625vw
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-application-list .container>a {
		height: 10rem
	}
	.sec-application-list .title {
		font-size: 14px;
		font-size: 4.375vw
	}
}
.sec-facilities-feature {
	background: url(../img/applications/facilities/panel.jpg) top center no-repeat;
	background-size: cover
}
.sec-food-feature {
	background: url(../img/applications/food/panel.jpg) center center no-repeat;
	background-size: cover
}
.sec-medical-feature {
	background: url(../img/applications/medical/panel.jpg) center center no-repeat;
	background-size: cover
}
.sec-museum-feature {
	background: url(../img/applications/museum/panel.jpg) center center no-repeat;
	background-size: cover
}
.sec-other-feature {
	background: url(../img/applications/other/panel.jpg) center center no-repeat;
	background-size: cover
}
.sec-application-detail .detail-desc {
	padding: 0 2rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5
}
.blc-app-cat {
	display: flex;
	justify-content: space-between;
	margin-bottom: .8rem
}
.blc-app-cat .app-cat {
	width: 19.5%;
	padding: 2rem 0;
	background: #F2F5FA;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	white-space: nowrap
}
.blc-app-cat .app-cat br {
	display: none
}
.blc-app-cat>a:hover {
	color: #0344EC
}
.blc-app-cat .active {
	background: #192057;
	color: #fff;
	position: relative
}
.blc-app-cat .active:after {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	background: #192057;
	position: absolute;
	bottom: -1rem;
	left: 0
}
.blc-cat-detail {
	display: flex;
	margin-bottom: 6rem;
	padding: 1.5rem;
	background: #192057
}
.blc-cat-detail a {
	display: flex;
	align-items: center;
	width: 18%;
	margin-right: 1.2rem;
	padding: 1rem 1.2rem;
	background: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700
}
.blc-cat-detail a:hover {
	color: #0344EC
}
.sec-appdetail-body {
	background: url(../img/bg/balloon_left.png) left top no-repeat;
	background-size: 40%
}
.sec-appdetail-body .container {
	padding-bottom: 8rem
}
.sec-appdetail-body h2 {
	margin-bottom: .6rem;
	line-height: 1.4
}
.sec-appdetail-body .desc {
	margin-bottom: 2.5rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5
}
.sec-appdetail-body .cols-body {
	display: flex;
	background: #f7f7f7
}
.sec-appdetail-body .cols-body+.desc {
	margin-top: 7rem
}
.sec-appdetail-body .thumb {
	width: 30%
}
.sec-appdetail-body .point {
	width: 30%;
	padding: 1.8rem
}
.sec-appdetail-body .point li {
	margin-bottom: .6rem;
	padding-left: 1.4rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	position: relative
}
.sec-appdetail-body .point li:before {
	content: '';
	display: inline-block;
	width: .7rem;
	height: .7rem;
	border-radius: 50%;
	background: #192057;
	position: absolute;
	top: .6rem;
	left: 0
}
.sec-appdetail-body .product {
	width: 40%;
	padding: 2rem;
	position: relative
}
.sec-appdetail-body .product .head {
	display: inline-block;
	padding: .6rem .6rem .6rem 1rem;
	background: #192057;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 1rem;
	left: 1rem
}
.sec-appdetail-body .product .head:after {
	content: '';
	display: inline-block;
	border-left: solid 1rem #192057;
	border-top: solid 1.25rem transparent;
	border-bottom: solid 1.25rem transparent;
	position: absolute;
	top: 0;
	right: -1rem
}
.sec-appdetail-body .product .name {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #2a2a2a
}
.sec-appdetail-body .product .name:hover {
	color: #0344EC
}
.sec-appdetail-body .product dl {
	padding: 2.8rem 1.6rem 2rem;
	background: #fff
}
.sec-appdetail-body .product dd {
	display: flex
}
.sec-appdetail-body .product dd>div {
	width: 50%;
	align-self: center
}
.sec-appdetail-body .product .left {
	padding-right: 1.4rem
}
.sec-appdetail-body .product .left a {
	display: block
}
.sec-appdetail-body .product .left a:hover {
	opacity: .8
}
.sec-appdetail-body .product .left img {
	width: 90%;
	height: auto
}
.sec-appdetail-body .product .right {
	padding-top: .8rem;
	text-align: right
}
.sec-appdetail-body .product .right p {
	margin-bottom: .5rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.3;
	text-align: left
}
.sec-appdetail-body .product .btn-medium {
	margin-top: 1rem;
	white-space: nowrap
}
@media screen and (max-width:1135px) {
	.blc-app-cat .app-cat {
		padding: 1rem;
		font-size: 5.5px;
		font-size: 1.71875vw
	}
	.blc-app-cat .app-cat br {
		display: block
	}
	.blc-app-cat .app-cat:first-child, .blc-app-cat .app-cat:nth-child(2) {
		line-height: 2
	}
	.blc-cat-detail a {
		padding: .7rem;
		font-size: 5.5px;
		font-size: 1.71875vw
	}
	.sec-appdetail-body .cols-body {
		flex-wrap: wrap
	}
	.sec-appdetail-body .thumb {
		width: 30%
	}
	.sec-appdetail-body .point {
		width: 70%
	}
	.sec-appdetail-body .product {
		width: 100%
	}
	.sec-appdetail-body .product .left {
		width: 30%;
		text-align: center
	}
	.sec-appdetail-body .product .right {
		width: 70%;
		position: relative;
		padding-right: 22%
	}
	.sec-appdetail-body .product img {
		width: 80%
	}
	.sec-appdetail-body .product .btn-medium {
		display: block;
		position: absolute;
		top: 38%;
		right: 0;
		margin-top: -2rem
	}
}
@media screen and (max-width:767px) {
	.sec-appdetail-body .product {
		padding: 1.6rem
	}
	.sec-appdetail-body .product .left {
		width: 40%
	}
	.sec-appdetail-body .product .left img {
		width: 100%
	}
	.sec-appdetail-body .product .right {
		width: 60%;
		padding-right: 0
	}
	.sec-appdetail-body .product .btn-medium {
		margin-top: 1rem;
		display: inline-block;
		position: static
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.blc-app-cat {
		flex-wrap: wrap;
		margin-bottom: 0
	}
	.blc-app-cat .app-cat {
		width: 49%;
		margin-bottom: 1rem;
		font-size: 15px;
		font-size: 1.5rem
	}
	.blc-app-cat .active:after {
		content: none
	}
	.blc-cat-detail {
		display: block;
		padding: 1.2rem 1.2rem .4rem
	}
	.blc-cat-detail a {
		width: 100%;
		margin-bottom: 1rem;
		padding: 1rem;
		display: block;
		font-size: 15px;
		font-size: 1.5rem;
		position: relative
	}
	.blc-cat-detail a:after {
		content: '';
		display: inline-block;
		width: .6rem;
		height: .6rem;
		border-right: solid .2rem #192057;
		border-bottom: solid .2rem #192057;
		transform: rotate(45deg);
		position: absolute;
		top: 39%;
		right: 1rem
	}
	.sec-appdetail-body .container {
		padding-bottom: 7rem
	}
	.sec-appdetail-body h2 {
		margin-bottom: 1.5rem;
		font-size: 28px;
		font-size: 8.75vw;
		line-height: 1.1
	}
	.sec-appdetail-body .thumb {
		width: 100%
	}
	.sec-appdetail-body .point {
		width: 100%;
		padding-bottom: 1rem
	}
	.sec-appdetail-body .product {
		padding: 1rem 1rem 1.5rem
	}
	.sec-appdetail-body .product .right .btn-medium {
		display: none
	}
	.sec-appdetail-body .product .head {
		top: -.4rem
	}
	.sec-appdetail-body .product dl {
		padding: 2.5rem 1rem 1rem
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-appdetail-body h2 {
		font-size: 22px;
		font-size: 6.875vw;
		line-height: 1.2
	}
	.sec-appdetail-body .thumb {
		width: 40%
	}
	.sec-appdetail-body .point {
		width: 60%
	}
	.sec-appdetail-body .product .head {
		top: .8rem;
		left: .8rem
	}
	.sec-appdetail-body .product dl {
		padding: 2.8rem 1.2rem 1.2rem
	}
}
.sec-usage-feature {
	background: url(../img/panel/usage.jpg) center center no-repeat;
	background-size: cover
}
.blc-usage-cat {
	margin-bottom: 7rem
}
.blc-usage-cat br {
	display: none
}
.wrap-usage-list {
	display: flex;
	flex-wrap: wrap
}
.wrap-usage-list .cat-hide {
	display: none
}
.wrap-usage-list .cat-active {
	display: block
}
.list-usage {
	width: 23%;
	margin: 0 1% 5rem;
	background: linear-gradient(-45deg, #fff 25%, #f9f9f9 25%, #f9f9f9 50%, #fff 50%, #fff 75%, #f9f9f9 75%, #f9f9f9);
	background-size: 10px 10px;
	filter: drop-shadow(0 .1rem .3rem rgba(34, 34, 34, .2))
}
.list-usage .thumbnail {
	display: block;
	overflow: hidden
}
.list-usage .thumbnail:hover {
	opacity: .8
}
.list-usage .thumbnail:hover img {
	transform: scale(1.1, 1.1)
}
.list-usage .body {
	padding: 1.5rem
}
.list-usage .body a {
	margin-bottom: .6rem;
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	color: #2a2a2a;
	line-height: 1.2
}
.list-usage .body a:hover {
	color: #0344EC
}
.list-usage .body .desc {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.3
}
@media screen and (max-width:1135px) {
	.blc-usage-cat br {
		display: block
	}
	.blc-usage-cat .item-cat {
		width: 19.5%;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.list-usage .body a {
		font-size: 16px;
		font-size: 1.6rem
	}
	.list-usage .body .desc {
		font-size: 12px;
		font-size: 1.2rem
	}
}
@media screen and (max-width:767px) {
	.blc-usage-cat {
		margin: -1rem 0 3rem
	}
	.blc-usage-cat .item-cat {
		width: 48.5%
	}
	.blc-usage-cat .item-cat:nth-child(5), .blc-usage-cat .item-cat:nth-child(6) {
		padding: .7rem 0
	}
	.list-usage {
		width: 48%;
		margin: 0 1% 2rem
	}
	.list-usage .body {
		padding: 1.1rem
	}
}
.sec-usage-d-feature {
	background-position: center center;
	background-size: cover
}
.sec-usage-d-feature h1 {
	font-size: 50px;
	font-size: 5rem
}
.sec-usage-d-feature .desc {
	width: 100%
}
.sec-usage-d-feature .usage-cat {
	position: absolute;
	left: 0;
	top: 25rem
}
.sec-usage-d-feature .usage-cat a {
	display: inline-block;
	margin-right: 1rem;
	padding: .5rem .8rem;
	border: solid .1rem #fff;
	border-radius: .3rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff
}
.sec-usage-d-feature .usage-cat a:hover {
	border-color: #0344EC;
	color: #0344EC
}
.sec-usage-situation {
	margin-top: 6rem
}
.sec-usage-situation p {
	margin-bottom: 1.8rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6
}
.sec-usage-d-body h3 {
	margin-bottom: 2.5rem;
	padding-left: 1.5rem;
	border-left: solid .8rem #0344EC;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2
}
.sec-usage-d-body p+h3, .sec-usage-d-body blockquote+h3 {
	margin-top: 6rem
}
.sec-usage-d-body blockquote {
	margin: 3rem auto;
	padding: 2rem;
	background: #F2F5FA;
	border-left: solid .5rem #e0e7f3;
	font-style: italic;
	color: #888
}
.sec-usage-d-body blockquote p {
	margin-bottom: .8rem
}
.sec-usage-d-body blockquote cite {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: right
}
.sec-usage-d-body blockquote cite:before {
	content: '−';
	display: inline-block;
	margin-right: 1rem;
	vertical-align: top
}
.sec-usage-d-body .blc-links {
	margin-top: 4rem
}
.sec-usage-d-body .blc-links li {
	margin-bottom: 1rem
}
.sec-usage-d-body .blc-links a {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700
}
.sec-usage-d-body .blc-links a:after {
	content: '';
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin: 0 .2rem .2rem .8rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	transition: .3s
}
.sec-usage-d-body .blc-links a:hover:after {
	border-color: #0344EC
}
.sec-usage-d-body .blc-photos {
	margin-top: 4rem
}
.sec-usage-d-body .blc-photos img {
	margin: 0 2rem 2rem 0
}
.sec-usage-d-body .blc-cols {
	display: flex
}
.sec-usage-d-body .frame-images {
	width: 30rem;
	margin: 0 0 3rem 5rem
}
.sec-usage-d-body .frame-images img {
	margin-bottom: 1.5rem
}
.sec-usage-d-body .frame-images .caption {
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	color: #888
}
.sec-usage-d-body .blc-text-left {
	width: calc(100% - 35rem)
}

.usage-product-list {
	display: flex;
	flex-wrap: wrap
}
.usage-product-list li {
	width: 18%;
	margin: 0 1% 2rem;
	padding: .8rem;
	background: #F2F5FA;
	filter: drop-shadow(0 .1rem .3rem rgba(0, 0, 0, .15))
}
.usage-product-list .thumb {
	display: block;
	margin-bottom: 1.2rem;
	background: #fff;
	overflow: hidden
}
.usage-product-list .thumb:hover {
	opacity: .8
}
.usage-product-list .name {
	margin-bottom: 0;
	line-height: 1
}
.usage-product-list .name a {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
	color: #2a2a2a
}
.usage-product-list .name a:hover {
	color: #0344EC
}
.usage-product-list .desc {
	margin-bottom: .6rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300
}
.usage-product-list .link-series {
	min-height: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}
.usage-product-list .link-series a {
	display: block;
	width: 100%;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative
}
.usage-product-list .link-series a:after {
	content: '';
	display: inline-block;
	width: .8rem;
	height: .8rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	position: absolute;
	top: 48%;
	right: 1rem;
	transition: .3s
}
.usage-product-list .link-series a:hover:after {
	border-color: #0344EC
}
.sec-usage-situation img, .sec-usage-solution img {
	display: inline-block
}
.sec-usage-situation img.border, .sec-usage-solution img.border {
	border: solid .1rem #ddd
}
.sec-usage-situation img.left, .sec-usage-solution img.left {
	margin: 0 3rem 3rem 0;
	float: left
}
.sec-usage-situation img.right, .sec-usage-solution img.right {
	margin: 0 0 3rem 3rem;
	float: right
}
.sec-usage-situation img.shadow, .sec-usage-solution img.shadow {
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .1))
}
.sec-usage-links .container {
	display: flex;
	justify-content: center
}
.sec-usage-links a {
	width: 31%;
	min-height: 13rem;
	margin: 0 1%;
	padding: 1rem;
	border: solid .2rem #192057;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	position: relative
}
.sec-usage-links a span {
	width: 100%
}
.sec-usage-links a:hover {
	border-color: #0344EC;
	color: #0344EC
}
.sec-usage-links a:hover em {
	border-color: #0344EC
}
.sec-usage-links a:hover em:before {
	background: #0344EC
}
.sec-usage-links a:hover:after {
	border-color: #0344EC
}
.sec-usage-links .prev, .sec-usage-links .next {
	position: relative
}
.sec-usage-links .prev em, .sec-usage-links .next em {
	display: inline-block;
	padding-bottom: .5rem;
	border-bottom: solid .1rem #192057;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: .08rem;
	position: absolute;
	top: 1.4rem
}
.sec-usage-links .prev em:before, .sec-usage-links .next em:before {
	content: '';
	display: inline-block;
	width: .1rem;
	height: 1.4rem;
	background: #192057;
	position: absolute;
	bottom: -.15rem
}
.sec-usage-links .prev span, .sec-usage-links .next span {
	margin-top: 1.5rem
}
.sec-usage-links .prev {
	padding-left: 3.6rem;
	text-align: left
}
.sec-usage-links .prev em {
	padding-left: 2rem;
	padding-right: .5rem;
	left: 1.5rem
}
.sec-usage-links .prev em:before {
	left: .3rem;
	transform: rotate(30deg)
}
.sec-usage-links .next {
	padding-right: 3.6rem;
	text-align: right
}
.sec-usage-links .next em {
	padding-right: 2rem;
	padding-left: .5rem;
	right: 1.5rem
}
.sec-usage-links .next em:before {
	right: .3rem;
	transform: rotate(-30deg)
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-usage-d-feature .container {
		padding: 5rem 0
	}
	.sec-usage-d-feature .usage-cat {
		top: 16.5vh
	}
	.sec-usage-d-body .container {
		padding-left: 2rem
	}
	.sec-usage-d-body h2 {
		margin-left: -2rem
	}
	.usage-product-list li {
		width: 23%
	}
	.usage-product-list .name a {
		font-size: 18px;
		font-size: 1.8rem
	}
	.usage-product-list .desc {
		font-size: 13px;
		font-size: 1.3rem
	}
	.usage-product-list .link-series a {
		font-size: 18px;
		font-size: 1.8rem
	}
	.usage-product-list .link-series a:after {
		right: .2rem
	}
	.sec-usage-links a {
		min-height: 12rem;
		font-size: 18px;
		font-size: 1.8rem
	}
	.sec-usage-links .prev {
		padding-left: 1.6rem
	}
	.sec-usage-links .next {
		padding-right: 1.6rem
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-usage-d-feature .container {
		padding: 4rem 0
	}
	.sec-usage-d-feature h1 {
		font-size: 18px;
		font-size: 5.625vw
	}
	.sec-usage-situation {
		margin-top: 3rem
	}
	.sec-usage-d-body h2 {
		margin-left: -1.2rem;
		font-size: 34px;
		font-size: 10.625vw
	}
	.sec-usage-d-body .container {
		padding-left: 1.2rem;
		padding-right: 1rem
	}
	.sec-usage-d-body .blc-cols {
		display: block
	}
	.sec-usage-d-body .frame-images {
		margin: 0 0 3rem
	}
	.sec-usage-d-body .blc-text-left {
		width: 100%
	}
	.usage-product-list li {
		width: 45%;
		padding: .5rem
	}
	.usage-product-list li:nth-child(even) {
		margin-left: 5%
	}
	.usage-product-list .name a {
		font-size: 18px;
		font-size: 1.8rem
	}
	.usage-product-list .desc {
		font-size: 12px;
		font-size: 1.2rem
	}
	.usage-product-list .link-series a {
		font-size: 18px;
		font-size: 1.8rem
	}
	.usage-product-list .link-series a:after {
		content: none
	}
	.sec-usage-situation img.right, .sec-usage-situation img.left, .sec-usage-solution img.right, .sec-usage-solution img.left {
		float: none;
		margin: 0 0 2rem
	}
	.sec-usage-links .container {
		display: block
	}
	.sec-usage-links a {
		width: 100%;
		margin-bottom: 1.5rem;
		min-height: 7rem;
		padding: 1.4rem 1rem
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-usage-d-feature .container {
		padding: 3rem 0
	}
	.sec-usage-d-feature h1 {
		font-size: 18px;
		font-size: 5.625vw;
		line-height: 1.1
	}
	.sec-usage-d-body .frame-images {
		margin-left: 3rem
	}
	.sec-usage-d-body .blc-text-left {
		width: calc(100% - 33rem)
	}
	.sec-usage-links a {
		min-height: 10rem;
		font-size: 16px;
		font-size: 1.6rem
	}
	.sec-usage-links .prev {
		padding-left: 1rem
	}
	.sec-usage-links .next {
		padding-right: 1rem
	}
	.usage-product-list li {
		width: 30%;
		margin: 0 1%;
		padding: .5rem
	}
}
@media screen and (max-width:767px) {
	.sec-usage-d-feature .usage-cat {
		margin-top: 1rem;
		position: static;
		top: auto
	}
	.sec-usage-links .container {
		padding-top: 0
	}
	.sec-usage-links .prev span, .sec-usage-links .next span {
		margin-top: 3rem
	}
}
.sec-purchasing-feature {
	background: url(../img/panel/distributors.jpg) center center no-repeat;
	background-size: 100%
}
.sec-purchasing-head .container {
	display: flex;
	align-items: center
}
.sec-purchasing-head .txt {
	padding: 0 2rem
}
.sec-purchasing-head .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5
}
.sec-purchasing-search .container {
	padding: 3rem 0 0;
	display: flex;
	justify-content: space-between
}
.sec-purchasing-search .container>div {
	width: 49%;
	padding: 2rem;
	background: #F2F5FA;
	align-self: flex-start
}
.sec-purchasing-search .container:after {
	content: none
}
.sec-purchasing-search h2 {
	margin: -4rem 0 2rem;
	font-size: 36px;
	font-size: 3.6rem;
	color: #192057
}
.sec-purchasing-search p {
	margin-bottom: 2.5rem;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300
}
.sec-purchasing-search .map {
	padding: 1.5rem;
	background: #fff
}
.sec-purchasing-search select {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem
}
#worldmap .area {
	cursor: pointer;
	transition: .3s
}
#worldmap .area:hover {
	opacity: .7
}
.sec-purchasing-body h2 {
	margin-bottom: 5rem;
	font-size: 54px;
	font-size: 5.4rem
}
.sec-purchasing-body .blc-distributor-list {
	margin-bottom: 6rem;
	padding: 2.2rem;
	background: #f7f7f7
}
.sec-purchasing-body h3 {
	margin: -4.6rem 0 2rem;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 700
}
.sec-purchasing-body h3 img, .sec-purchasing-body h3 span {
	display: inline-block;
	vertical-align: middle
}
.sec-purchasing-body h3 img {
	width: 5rem;
	height: 5rem;
	margin-right: 1.5rem
}
.sec-purchasing-body .error-txt {
	font-size: 18px;
	font-size: 1.8rem
}
.sec-purchasing-body .error-txt2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 2rem;
}
.blc-area {
	display: none
}
.wrap-distributor-list {
	display: flex;
	flex-flow: row wrap
}
.distributor-list {
	width: 49.2%;
	margin-bottom: 2rem;
	padding: 1.6rem;
	background: #fff;
	border: solid .07rem #eaeaea
}
.distributor-list:nth-child(even) {
	margin-left: 1.6%
}
.distributor-list a {
	word-break: break-all
}
.distributor-list a:hover {
	color: #0344EC
}
.distributor-list .name {
	padding-bottom: 1rem;
	border-bottom: solid .4rem #f2f2f2;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3
}
.distributor-list .name small {
	display: inline-block;
	padding-left: 1rem;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: .04rem;
	font-weight: 300
}
.distributor-list table {
	margin-top: 1.5rem
}
.distributor-list table th, .distributor-list table td {
	border-bottom: solid .4rem #fff
}
.distributor-list table th {
	width: 95px;
	font-size: 14px;
	font-size: 1.4rem;
	white-space: nowrap
}
.distributor-list table th span {
	display: inline-block;
	width: 100%;
	padding: .6rem;
	background: #f7f7f7
}
.distributor-list table td {
	padding: .5rem .5rem .5rem 1rem;
	color: #000;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Rubik", sans-serif;
	font-weight: 400
}
.distributor-list .pc {
	display: table-row
}
.distributor-list .sp {
	display: none
}
.sec-purchasing-office {
	margin-bottom: 0
}
.sec-purchasing-office h2+p {
	padding: 0 2rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5
}
.wrap-purchasing-hoffices {
	margin: 5rem 0 7rem;
	display: flex;
	justify-content: space-between
}
.wrap-purchasing-hoffices h3 {
	margin-top: -4rem;
	font-size: 32px;
	font-size: 3.2rem;
	color: #192057
}
.wrap-purchasing-hoffices>div {
	width: 32%;
	padding: 2.5rem 2rem;
	background: #f7f7f7;
	align-self: flex-start
}
.wrap-purchasing-hoffices .body {
	padding: 2rem;
	background: #fff
}
.wrap-purchasing-hoffices a {
	display: inline-block;
	padding: .5rem .5rem .5rem 2.5rem;
	background: url(../img/plane.svg) left top .5rem no-repeat;
	background-size: 1.9rem;
	font-size: 18px;
	font-size: 1.8rem
}
.wrap-purchasing-hoffices a+a {
	margin-top: .5rem
}
.wrap-purchasing-hoffices a:hover {
	color: #0344EC;
	background-image: url(../img/plane_hover.svg)
}
.wrap-purchasing-hoffice {
	margin: 5rem 0 7rem;
	display: flex;
	justify-content: space-between;
	display: none
}
.wrap-purchasing-hoffice h3 {
	color: #192057
}
.wrap-purchasing-hoffice>div {
	width: 32%;
	padding: 2.5rem 2rem;
	background: #f7f7f7
}
.wrap-purchasing-hoffice .wrap-inner-office {
	text-align: center
}
.wrap-purchasing-hoffice .wrap-inner-office>div {
	padding: 2.5rem 1.5rem;
	background: #fff
}
.wrap-purchasing-hoffice .wrap-inner-office>div+div {
	margin-top: 2rem
}
.wrap-purchasing-hoffice .wrap-inner-office p {
	margin-bottom: 2rem;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2
}
.blc-partner {
	padding: 3rem 2rem;
	background: #f7f7f7
}
.blc-partner h3 {
	color: #192057
}
.blc-partner>div {
	display: flex
}
.blc-partner .txt, .blc-partner .btn {
	padding: 0 2rem;
	align-self: center
}
.blc-partner .txt {
	width: 80%
}
.blc-partner .btn {
	text-align: right;
	width: 20%;
	min-width: 20rem
}
.blc-partner p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-purchasing-head .container {
		display: block
	}
	.sec-purchasing-head .txt, .sec-purchasing-head .link {
		width: 100%;
		padding: 0 1rem
	}
	.sec-purchasing-head .txt p {
		font-size: 16px;
		font-size: 1.6rem
	}
	.sec-purchasing-search .container {
		display: block;
		padding: 3rem 0 4rem
	}
	.sec-purchasing-search .container>div {
		width: 100%;
		padding: 1.5rem
	}
	.sec-purchasing-search .right {
		margin-top: 3rem
	}
	.sec-purchasing-search h2 {
		margin: -3.2rem 0 1rem;
		font-size: 32px;
		font-size: 3.2rem
	}
	.sec-purchasing-search p {
		margin-bottom: 1.5rem;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.2
	}
	.sec-purchasing-search+.sec-purchasing-body {
		min-height: 22rem
	}
	.wrap-distributor-list {
		display: block
	}
	.sec-purchasing-body h2 {
		font-size: 48px;
		font-size: 4.8rem
	}
	.sec-purchasing-body h3 {
		margin: -3.8rem 0 1rem -1.5rem;
		font-size: 32px;
		font-size: 3.2rem
	}
	.sec-purchasing-body h3 img {
		width: 4rem;
		height: 4rem;
		margin-right: 1.2rem
	}
	.sec-purchasing-body .blc-distributor-list {
		padding: 1.4rem
	}
	.sec-purchasing-body .error-txt,
	.sec-purchasing-body .error-txt2{
		padding: 0 2rem
	}
	.distributor-list {
		width: 100%;
		margin-bottom: 1.6rem;
		padding: 1.2rem
	}
	.distributor-list:nth-child(even) {
		margin-left: 0
	}
	.distributor-list .name {
		padding-bottom: .8rem;
		font-size: 18px;
		font-size: 1.8rem;
		word-break: break-all
	}
	.distributor-list .name small {
		font-size: 14px;
		font-size: 1.4rem
	}
	.distributor-list table {
		margin-top: 1.2rem
	}
	.distributor-list table th {
		width: 52px;
		font-size: 13px;
		font-size: 1.3rem
	}
	.distributor-list table th span {
		padding: .4rem
	}
	.distributor-list table td {
		font-size: 14px;
		font-size: 1.4rem
	}
	.distributor-list .pc {
		display: none
	}
	.distributor-list .sp {
		display: table-row
	}
	.wrap-purchasing-hoffices {
		display: block
	}
	.wrap-purchasing-hoffices>div {
		width: 100%;
		margin-bottom: 3rem
	}
	.sec-purchasing-office h2+p {
		font-size: 16px;
		font-size: 1.6rem
	}
	.blc-partner {
		margin-bottom: 5rem
	}
	.blc-partner>div {
		display: block
	}
	.blc-partner .txt, .blc-partner .btn {
		width: 100%;
		padding: 1rem 0 0
	}
	.blc-partner .btn {
		text-align: center
	}
	.blc-partner p {
		font-size: 16px;
		font-size: 1.6rem
	}
	.blc-partner a {
		display: block;
		width: 70%;
		margin: 1rem auto 0
	}
}
.sec-aboutus {
	background: url(../img/top/about/about.jpg) center center no-repeat;
	background-size: cover
}
.sec-aboutus-intro {
	text-align: center
}
.sec-aboutus-intro h2 {
	line-height: 1.4
}
.sec-about-head .blc-about-btn {
	margin-top: 3rem;
	text-align: center
}
.sec-about-head .blc-about-btn a {
	margin: 0 2rem
}
.sec-about-body p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5
}
.sec-about-history {
	margin-top: 6rem
}
.sec-about-history .blc-history {
	position: relative;
	margin-bottom: 10rem;
	padding: 0 3rem
}
.sec-about-history img {
	display: block;
	width: 53%;
	height: auto
}
.sec-about-history .body {
	position: relative;
	z-index: 50;
	width: 53%;
	margin: -45rem 0 0 auto;
	padding: 2rem;
	background: #fff
}
.sec-about-history p {
	margin-bottom: 2rem
}
.sec-about-head p {
	width: 94%;
	margin: 0 auto
}
.sec-about-customers {
	margin-bottom: 0
}
.blc-customers-cat {
	width: 99.2%;
	margin: 0 auto 3.5rem;
	padding: 2rem 2rem .6rem;
	background: #fff;
	border: solid .1rem #c4c4c4
}
.blc-customers-cat a {
	display: inline-block;
	min-width: 12rem;
	margin: 0 1.2rem 1.2rem 0;
	padding: 1rem 1.5rem;
	background: #F2F5FA;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #111
}
.blc-customers-cat a:hover {
	background: #e7edf6;
	color: #192057
}
.blc-customers-cat .active {
	background: #192057;
	color: #fff;
	cursor: default
}
.blc-customers-cat .active:hover {
	background: #192057;
	color: #fff
}
.list-customers {
	width: 96%;
	margin: 0 auto
}
.list-customers ul {
	font-size: 0
}
.list-customers li {
	width: 48.8%;
	display: inline-block;
	margin: .4rem .6%
}
.list-customers .item {
	padding: .8rem .6rem .6rem;
	border-bottom: dashed .1rem #c4c4c4;
	display: flex
}
.list-customers .cat, .list-customers .country, .list-customers .name {
	align-self: center
}
.list-customers .cat, .list-customers .country {
	display: inline-block;
	padding: .3rem .5rem;
	border-radius: .1rem;
	vertical-align: top;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #111;
	text-align: center;
	white-space: nowrap
}
.list-customers .cat {
	width: 13.5rem;
	margin-right: .8rem;
	background: #ebeff7
}
.list-customers .name {
	width: calc(100% - 20rem);
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3
}
.list-customers .country {
	width: 6rem;
	background: #fff;
	border: solid .1rem #999
}
.list-customers .show {
	display: inline-block
}
.list-customers .hide {
	display: none
}
@media screen and (max-width:1135px) {
	.sec-about-history img {
		width: 100%
	}
	.sec-about-history .body {
		position: static;
		width: 100%;
		margin: 2rem 0;
		padding: 0
	}
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-aboutus-intro h2 {
		margin-bottom: 0;
		font-size: 28px;
		font-size: 2.8rem
	}
	.sec-about-history {
		margin-top: 3rem
	}
}
@media screen and (max-width:767px) {
	.sec-about-history .blc-history {
		margin-bottom: 0;
		padding: 0 1rem 2rem
	}
	.sec-about-history .blc-history img {
		width: 100%
	}
	.sec-about-history .blc-history .body {
		width: 100%;
		margin: 2rem 0;
		padding: 0;
		text-align: center
	}
	.sec-about-history .blc-history p {
		text-align: left
	}
	.sec-about-history .blc-history .btn-medium {
		width: 70%
	}
	.sec-about-head .blc-about-btn a {
		width: 70%
	}
	.sec-about-head .blc-about-btn a+a {
		margin-top: 2rem
	}
	.list-customers ul {
		width: 100%
	}
	.list-customers li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0
	}
	.list-customers .item {
		flex-wrap: wrap;
		padding-bottom: 1rem
	}
	.list-customers .name {
		width: 100%;
		margin-bottom: .5rem
	}
	.blc-customers-cat {
		width: 100%;
		margin-bottom: 1.6rem;
		padding: 1.4rem 1.4rem 0
	}
	.blc-customers-cat a {
		margin: 0 1.4rem 1.4rem 0;
		font-size: 14px;
		font-size: 1.4rem
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.blc-customers-cat {
		width: 100%;
		margin-bottom: 1.6rem;
		padding: 1.5rem 1.5rem 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.blc-customers-cat a {
		width: 48%;
		margin: 0 0 1.5rem 0;
		padding: 1rem 0
	}
}
.sec-series-feature {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.sec-series-feature {
	overflow: hidden
}
.sec-series-feature h1 {
	margin-bottom: .6rem;
	font-size: 46px;
	font-size: 4.6rem
}
.sec-series-feature .desc {
	width: 100%;
	font-weight: 300
}
.sec-series-feature .name {
	margin-bottom: 1rem;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700
}
.sec-series-feature .container {
	height: 100%
}
.sec-series-feature .txt {
	position: absolute;
	bottom: 0;
	left: 0
}
.sec-series-feature img {
	width: 40rem;
	height: auto;
	position: absolute;
	top: 2rem;
	right: 0;
	filter: drop-shadow(0 .1rem .3rem rgba(17, 17, 17, .3))
}
.sec-series-feature .rtr500 {
	width: 30rem;
	top: 5rem
}
.sec-series-feature .tr4 {
	width: 31rem;
	top: 5rem
}
.sec-series-feature .tr5i {
	width: 35rem;
	top: 4rem
}
.sec-series-feature .tr7ui {
	width: 38rem
}
.sec-series-feature .mcr {
	width: 34rem;
	top: 4rem
}
.sec-series-feature .rtr601 {
	width: 33rem
}
.sec-series-head {
	background-position: top 6rem left
}
.sec-series-head .container {
	display: flex
}
.sec-series-head .container>div {
	width: 50%
}
.sec-series-head .container+.container {
	margin-top: -4rem;
	padding-top: 0
}
.sec-series-head h2 {
	margin-top: 5rem
}
.blc-note {
	width: 100%!important
}
.blc-note p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6
}

.blc-note.im p {
	font-size: 18px !important;
	font-size: 1.8rem !important;
	line-height: 1.6  !important; 
  font-weight:normal !important; 
}

.blc-note a {
	display: inline-block;
	padding-right: 2.5rem;
	font-size: 18px;
	font-size: 1.8rem
}
.blc-note a::after {
	content: '';
	display: inline-block;
	width: .6rem;
	height: .6rem;
	margin: 0 .1rem .25rem .6rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	transition: .3s
}
.blc-note a:hover {
	color: #0344EC
}
.blc-note a:hover::after {
	border-color: #0344EC
}
.blc-series-overview, .blc-series-feature {
	padding: 0 3rem
}
.blc-series-overview h2, .blc-series-feature h2 {
	margin-left: -3rem
}
.blc-series-overview .icon-list li {
	margin-bottom: .8rem
}
.blc-series-overview .blc-details {
	margin-top: 4rem;
	padding-left: 1.2rem;
	border-left: solid .2rem #192057
}
.blc-series-overview .blc-details li {
	margin-bottom: 1.4rem
}
.blc-series-overview .blc-details a {
	font-size: 18px;
	font-size: 1.8rem
}
.icon-list {
	margin-bottom: 2.5rem
}
.icon-list li {
	display: inline-block;
	margin-right: .8rem;
	text-align: center
}
.icon-list span {
	display: block;
	width: 5rem;
	height: 5rem;
	background: #fff;
	border-radius: 50%
}
.icon-list svg {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	fill: url(#grd);
	transform: scale(.65, .65)
}
.blc-series-feature, .blc-product-software {
	min-height: 40rem;
	margin-bottom: 4rem;
	background: url(../img/bg/balloon_right.png) left -2rem top no-repeat;
	background-size: 90%
}
.blc-series-feature .feature-list {
	margin-bottom: 2rem
}
.blc-series-feature .feature-list li {
	padding-left: 1.6rem;
	line-height: 1.6;
	position: relative
}
.blc-series-feature .feature-list li:before {
	content: '';
	display: block;
	width: .8rem;
	height: .8rem;
	background: #192057;
	border-radius: 50%;
	position: absolute;
	top: 1rem;
	left: 0
}
.blc-series-feature video, .blc-series-feature .video {
	margin-bottom: 3rem
}
.blc-series-feature video+.blc-link, .blc-series-feature .video+.blc-link {
	text-align: right
}
.blc-series-feature .video {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}
.blc-series-feature .video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}
.blc-series-feature .blc-link p {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2
}
.blc-series-feature .blc-link ul {
	padding-left: 1.2rem;
	border-left: solid .4rem #192057
}
.blc-series-feature .blc-link ul li {
	margin-bottom: 1rem
}
.blc-series-feature .link-pdf {
	display: inline-block;
	background: url(../img/window.svg) left center no-repeat;
	background-size: 1.8rem;
	font-size: 18px;
	font-size: 1.8rem;
	color: #192057
}
.blc-series-feature .link-pdf:hover {
	background-image: url(../img/window_hover.svg)
}
.sec-product-body p, .sec-product-body li {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6
}
.sec-product-body .blc-btn {
	margin-top: 2rem;
	text-align: center
}
.sec-product-body .blc-btn a {
	margin: 0 1.5rem
}
.sec-product-body .blc-links {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	padding: 0 1rem
}
.sec-product-body .blc-links a {
	display: block;
	width: 32%;
	margin: 0 .6% 2rem;
	padding: 2rem;
	background: #fff;
	border: solid .3rem #192057;
	position: relative
}
.sec-product-body .blc-links a:hover {
	border-color: #0344EC;
	color: #0344EC
}
.sec-product-body .blc-links span {
	display: block
}
.sec-product-body .blc-links .name {
	margin-bottom: 1rem;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700
}
.sec-product-body .blc-links .desc {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.2
}
.sec-product-body .blc-links .name, .sec-product-body .blc-links .desc {
	width: 75%
}
.sec-product-body .blc-links .tr7wbnw {
	background: url(../img/product/series/tr7.png) right 1.2rem center no-repeat #fff;
	background-size: 30%
}
.sec-product-body .blc-links .rtr500b {
	background: url(../img/product/series/rtr500b.png) right 1rem center no-repeat #fff;
	background-size: 23%
}
.sec-product-body .blc-links .rtr500 {
	background: url(../img/product/series/rtr500.png) right 1rem center no-repeat #fff;
	background-size: 23%
}
.sec-product-body .blc-links .tr4 {
	background: url(../img/product/series/tr4a.png) right -1.5rem center no-repeat #fff;
	background-size: 35%
}
.sec-product-body .blc-links .tr4a {
	background: url(../img/product/series/tr4a.png) right -1.5rem center no-repeat #fff;
	background-size: 35%
}
.sec-product-body .blc-links .tr5i {
	background: url(../img/product/series/tr5i.png) right -1rem center no-repeat #fff;
	background-size: 34%
}
.sec-product-body .blc-links .tr7ui {
	background: url(../img/product/series/tr7ui.png) right 1rem center no-repeat #fff;
	background-size: 28%
}
.sec-product-body .blc-links .mcr {
	background: url(../img/product/series/mcr.png) right -1.5rem center no-repeat #fff;
	background-size: 34%
}
.sec-product-body .blc-links .rtr601 {
	background: url(../img/product/series/rtr601.png) right -1rem center no-repeat #fff;
	background-size: 28%
}
.sec-product-body .blc-links .rtr600 {
	background: url(../img/product/series/rtr600.png) right -1rem center no-repeat #fff;
	background-size: 28%
}
.sec-product-body .link-all {
	margin-left: 2rem;
	display: inline-block;
	font-size: 20px;
	font-size: 2rem
}
.sec-product-body .link-all:before {
	content: '';
	display: inline-block;
	width: .7rem;
	height: .7rem;
	margin: 0 .8rem .2rem .2rem;
	border-left: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(45deg);
	transition: .3s
}
.sec-product-body .link-all:hover {
	color: #0344EC
}
.sec-product-body .link-all:hover:before {
	border-color: #0344EC
}
.sec-product-body .blc-note {
	width: auto!important;
	margin: 0 2rem 6rem
}
.sec-product-series-link {
	margin-bottom: -.1rem;
	padding-bottom: 6rem
}
.product-lineup-list {
	display: flex;
	flex-wrap: wrap
}
.product-item {
	width: 23%;
	margin: 0 1% 4rem;
	background: #F2F5FA;
	padding: 2rem 1.2rem 1.2rem;
	filter: drop-shadow(0 .2rem .2rem rgba(17, 17, 17, .1));
	position: relative
}
.product-item .series {
	display: inline-block;
	padding: .4rem .8rem;
	background: #192057;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: .02rem;
	position: absolute;
	top: -1rem;
	left: 0
}
.product-item .title {
	padding-right: 3rem;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700
}
.product-item .title a {
	color: #2a2a2a
}
.product-item .title a:hover {
	color: #0344EC
}
.product-item .thumb {
	margin: 1.4rem 0;
	padding: 1.4rem 1rem;
	background: #fff;
	position: relative
}
.product-item .thumb a:hover {
	opacity: .8
}
.product-item .thumb .point {
	display: inline-block;
	padding: .3rem;
	border: solid .1rem #777;
	border-radius: .2rem;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: .8rem;
	left: .8rem
}
.product-item .thumb .point+.point {
	margin-top: 2.3rem
}
.product-item .icons {
	margin-bottom: .4rem;
	font-size: 0
}
.product-item .icons span {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin: 0 .32rem 1rem;
	background: #fff;
	border-radius: 50%;
	text-align: center
}
.product-item .icons svg {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	transform: scale(.6, .6);
	fill: url(#grd)
}
.product-item .desc {
	margin-bottom: 1.4rem;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.2
}
.product-item table {
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Rubik", sans-serif;
	color: #192057
}
.product-item table th, .product-item table td {
	padding: .3rem .5rem;
	vertical-align: middle;
	line-height: 1.2
}
.product-item table th {
	width: 6.8rem;
	background: #fff;
	border-bottom: solid .4rem #F2F5FA
}
.product-item table td {
	padding-left: .6rem
}
.product-item .bluetooth {
	display: inline-block;
	width: 2.2rem;
	height: 2.8rem;
	background: url(../img/bluetooth_fm.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 1.3rem;
	right: 1.1rem
}
.icons span, .icon-list li {
	position: relative
}
.icon-desc {
	position: relative;
	z-index: 50
}
.icon-msg {
	opacity: 0;
	display: block;
	padding: .4rem;
	background: #f7f7f7;
	border-radius: .4rem;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 300;
	color: #111;
	white-space: nowrap;
	position: absolute;
	bottom: -1.5rem;
	left: 0;
	z-index: 60;
	filter: drop-shadow(.1rem .1rem .3rem rgba(51, 51, 51, .3))
}
@media screen and (max-width:1135px) {
	.sec-series-feature h1 {
		font-size: 38px;
		font-size: 3.8rem;
		line-height: 1.2
	}
	.sec-series-feature img {
		width: 33%;
		right: -3.5rem;
		z-index: 30
	}
	.sec-series-feature .rtr500 {
		width: 25%;
		right: 0
	}
	.sec-series-feature .tr4 {
		width: 28%;
		top: 3rem;
		right: -2rem
	}
	.sec-series-feature .tr5i {
		width: 28%;
		right: -2rem
	}
	.sec-series-feature .tr7ui {
		width: 30%;
		right: -2rem
	}
	.sec-series-feature .mcr {
		width: 31%
	}
	.sec-series-feature .rtr601, .sec-series-feature .rtr600 {
		width: 30%
	}
	.blc-note {
		padding: 0 3rem
	}
	.blc-series-feature .link-pdf {
		padding-left: 0
	}
	.sec-product-body .blc-links a {
		width: 48%;
		margin: 0 1% 2rem;
		padding: 1.5rem
	}
	.sec-product-body .blc-links .name {
		font-size: 10px;
		font-size: 3.125vw
	}
	.sec-product-body .blc-note {
		margin: 0 2rem 6rem;
		padding: 0
	}
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.sec-series-feature h1 {
		font-size: 14px;
		font-size: 4.375vw;
		position: relative;
		z-index: 40
	}
	.sec-series-feature .desc {
		margin-bottom: .8rem;
		font-size: 6px;
		font-size: 1.875vw;
		font-weight: 300
	}
	.sec-series-feature .name {
		margin-bottom: 0;
		font-size: 9px;
		font-size: 2.8125vw
	}
	.product-item {
		width: 31%;
		margin: 0 1% 3rem;
		padding: 1.4rem .8rem 1.5rem
	}
	.product-item table th, .product-item table td {
		display: block;
		width: 100%
	}
	.product-item table th br {
		display: none
	}
}
@media screen and (max-width:767px) {
	.sec-series-feature {
		background-position: right center;
		overflow: hidden
	}
	.sec-series-feature h1, .sec-series-feature .desc, .sec-series-feature .txt {
		width: 100%
	}
	.sec-series-feature h1 {
		font-size: 20px;
		font-size: 6.25vw;
		position: relative;
		z-index: 40
	}
	.sec-series-feature .desc {
		margin-bottom: .8rem;
		font-size: 12px;
		font-size: 3.75vw;
		font-weight: 300
	}
	.sec-series-feature .txt {
		position: static
	}
	.sec-series-feature .name {
		margin-bottom: 0;
		font-size: 15px;
		font-size: 4.6875vw
	}
	.sec-series-feature img {
		width: 45%;
		top: 5rem;
		right: -2.5rem;
		z-index: 30
	}
	.sec-series-feature .rtr500 {
		width: 30%;
		top: 3rem;
		right: 0
	}
	.sec-series-feature .tr4 {
		width: 32%;
		top: 3rem;
		right: -3rem
	}
	.sec-series-feature .tr5i {
		width: 38%;
		top: 4rem;
		right: -2.5rem
	}
	.sec-series-feature .tr7ui {
		width: 42%;
		top: 4rem;
		right: -2rem
	}
	.sec-series-feature .mcr {
		width: 36%;
		right: -4rem
	}
	.sec-series-feature .rtr601 {
		width: 36%;
		top: 3rem;
		right: -4rem
	}
	.sec-series-head .container {
		display: block
	}
	.sec-series-head .container>div {
		width: 100%
	}
	.product-lineup-list {
		margin-top: 4rem
	}
	.product-item {
		width: 48.5%;
		margin: 0 0 3rem;
		padding: 1.4rem .8rem 1.5rem
	}
	.product-item:nth-child(even) {
		margin-left: 3%
	}
	.product-item .series {
		font-size: 10px;
		font-size: 1rem
	}
	.product-item .title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.2
	}
	.product-item .title, .product-item .desc {
		word-break: break-all
	}
	.product-item .bluetooth {
		width: 1.6rem;
		height: 2rem;
		top: 1rem
	}
	.product-item .thumb {
		margin: .8rem 0 1.4rem;
		padding: 1.2rem 1rem
	}
	.product-item .thumb .point {
		padding: .2rem;
		border: none;
		font-size: 9px;
		font-size: .9rem;
		top: .2rem;
		left: .2rem
	}
	.product-item .thumb .point+.point {
		margin-top: 1.2rem
	}
	.product-item .desc {
		margin-bottom: 1rem;
		font-size: 12px;
		font-size: 1.2rem
	}
	.sec-product-body .blc-btn a {
		margin: 0 1.5rem 1.8rem
	}
	.sec-product-body .blc-links a {
		width: 48%;
		margin: 0 1% 2rem;
		padding: 1.2rem
	}
	.sec-product-body .blc-links .name {
		font-size: 11.5px;
		font-size: 3.59375vw
	}
	.sec-product-body .blc-note {
		margin: 0 1rem 6rem
	}
	.sec-product-body .blc-note a {
		line-height: 1.3
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.blc-series-overview {
		padding: 0 1rem
	}
	.blc-series-overview h2 {
		margin-left: -1rem
	}
	.blc-series-overview .icon-list {
		margin-bottom: 1.5rem
	}
	.blc-series-overview .icon-list li {
		margin: 0 .4rem 1rem 0
	}
	.blc-series-overview .icon-list span, .blc-series-overview .icon-list svg {
		width: 4rem;
		height: 4rem
	}
	.blc-series-feature, .blc-product-software {
		width: 110%!important;
		min-height: auto;
		margin-left: -5%;
		padding: 0 2rem 0 3rem;
		background: url(../img/bg/balloon_left.png) left -2rem top no-repeat;
		background-size: 110%
	}
	.blc-series-feature h2, .blc-product-software h2 {
		margin-left: -1rem
	}
	.sec-series-head h2, .sec-serieslist-head h2, .sec-product-body h2 {
		font-size: 34px;
		font-size: 10.625vw
	}
	.sec-series-head p, .sec-series-head ul, .sec-serieslist-head p, .sec-serieslist-head ul, .sec-product-body p, .sec-product-body ul {
		font-size: 14px;
		font-size: 4.375vw
	}
  .blc-note.im p {
	  font-size: 4.375vw !important;
  }
	.blc-note {
		padding: 0 1rem
	}
	.blc-note a {
		font-size: 14px;
		font-size: 4.375vw
	}
	.product-item .icons {
		margin-bottom: 1rem;
		padding: .2rem .8rem;
		background: #fff;
		border-radius: 1.5rem;
		display: flex;
		overflow: hidden;
		overflow-x: scroll
	}
	.product-item .icons span {
		margin: 0 .14rem;
		filter: none
	}
	.product-item .icons svg {
		transform: scale(.9, .9)
	}
	.product-item .icons span, .product-item .icons svg {
		width: 2rem;
		height: 2rem
	}
	.product-item table {
		background: #fff
	}
	.product-item table th, .product-item table td {
		display: block;
		width: 100%
	}
	.product-item table th {
		background: none;
		border-bottom: none;
		font-weight: 600
	}
	.product-item table th br {
		display: none
	}
	.product-item table td {
		padding: 0 .5rem .5rem .8rem;
		border-bottom: solid .2rem #f7f7f7;
		color: #777
	}
	.sec-product-body .blc-links {
		display: block
	}
	.sec-product-body .blc-links a {
		width: 100%;
		padding: 1.2rem
	}
	.sec-product-body .blc-links .name {
		font-size: 22px;
		font-size: 6.875vw
	}
	.sec-product-body .blc-links .desc {
		font-size: 12px;
		font-size: 3.75vw
	}
	.sec-product-body .link-all {
		margin-left: 1.3rem
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-series-feature h1 {
		font-size: 17px;
		font-size: 5.3125vw
	}
	.sec-series-feature .desc {
		width: 100%;
		margin-bottom: .8rem;
		font-size: 8px;
		font-size: 2.5vw
	}
	.sec-series-feature .name {
		font-size: 10px;
		font-size: 3.125vw
	}
	.sec-series-feature img {
		width: 30%;
		top: 5rem;
		right: -1rem;
		z-index: 30
	}
  
  
}
@media screen and (max-width:320px) and (orientation:portrait) {
	.product-item .icons {
		padding: .2rem .5rem
	}
	.product-item .icons span {
		margin: 0 .04rem
	}
	.product-item .icons svg {
		transform: scale(.75, .75)
	}
}
@media screen and (max-width:568px) and (orientation:landscape) {
	.product-item .icons span, .product-item .icons svg {
		width: 3.5rem;
		height: 3.5rem
	}
}
.sec-serieslist-feature {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.sec-serieslist-head .container {
	display: block
}
.sec-serieslist-head .blc-links {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	padding: 0 5rem
}
.sec-serieslist-head .series-item {
	width: 47%;
	margin: 0 1.5% 4rem;
	padding: 2rem;
	background: #F2F5FA;
	position: relative;
	filter: drop-shadow(0 .2rem .2rem rgba(17, 17, 17, .1))
}
.sec-serieslist-head .series-item .name {
	display: block;
	margin-bottom: .8rem;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700
}
.sec-serieslist-head .series-item .name:hover {
	color: #0344EC
}
.sec-serieslist-head .series-item .desc {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.3
}
.sec-serieslist-head .series-item .body {
	display: flex;
	margin: 1.5rem 0 0;
	background: #fff;
	align-items: center
}
.sec-serieslist-head .series-item .thumbs {
	width: 30%;
	background: #fff
}
.sec-serieslist-head .series-item .thumbs a:hover {
	opacity: .8
}
.sec-serieslist-head .series-item .point {
	width: 70%;
	padding: 1.6rem 1.6rem 1.6rem 0;
	text-align: right
}
.sec-serieslist-head .series-item .point p {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	color: #192057;
	text-align: left
}
.sec-serieslist-head .series-item ul {
	margin: 1rem 0 1rem;
	text-align: left
}
.sec-serieslist-head .series-item ul li {
	margin-bottom: .6rem;
	padding-left: 1.5rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.3;
	position: relative
}
.sec-serieslist-head .series-item ul li:before {
	content: '';
	display: inline-block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: #192057;
	position: absolute;
	top: .7rem;
	left: 0
}
.sec-serieslist-head .item-rtr500 img {
	width: 80%;
	margin-left: 10%
}
.sec-serieslist-head .item-all {
	display: flex;
	justify-content: center;
	align-items: center
}
.sec-serieslist-head .item-all a {
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700
}
.sec-serieslist-head .item-all a:after {
	content: '';
	display: inline-block;
	width: .7rem;
	height: .7rem;
	margin: 0 .2rem .2rem 1rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	transition: .3s
}
.sec-serieslist-head .item-all a:hover {
	color: #0344EC
}
.sec-serieslist-head .item-all a:hover:after {
	border-color: #0344EC
}
@media screen and (max-width:1135px) {
	.sec-serieslist-head .container {
		padding-top: 2rem
	}
	.sec-serieslist-head .blc-links {
		padding: 0
	}
}
@media screen and (max-width:767px) {
	.sec-serieslist-head .blc-links {
		display: block
	}
	.sec-serieslist-head .series-item {
		width: 100%;
		margin: 0 0 4rem
	}
	.sec-serieslist-head .series-item .name {
		font-size: 14px;
		font-size: 4.375vw
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-serieslist-head .series-item .name {
		font-size: 20px;
		font-size: 6.25vw
	}
	.sec-serieslist-head .series-item ul li {
		font-size: 11px;
		font-size: 3.4375vw
	}
}
.sec-product-feature {
	background: url(../img/panel/product_detail.jpg) center center no-repeat;
	background-size: cover
}
.sec-product-feature .container {
	padding-top: 5rem;
	height: 100%;
	position: relative
}
.sec-product-feature h1 {
	font-size: 40px;
	font-size: 4rem
}
.sec-product-feature .desc {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300
}
.sec-product-feature .txt {
	position: absolute;
	bottom: 1rem;
	left: 0
}
.sec-product-feature .series {
	margin-left: 1.6rem;
	padding: .4rem .8rem;
	border: solid .1rem #fff;
	border-radius: .3rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff
}
.sec-product-feature .series:hover {
	border-color: #0344EC;
	color: #0344EC
}
.sec-product-feature .name {
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 700
}
.sec-product-feature .series, .sec-product-feature .name {
	display: inline-block;
	vertical-align: bottom
}
.sec-product-d-head {
	margin-top: 6rem;
	margin-bottom: 0
}
.sec-product-d-head .container {
	position: relative
}
.blc-product-head {
	display: flex
}
.blc-product-head .thumb {
	width: 45%;
	padding: 0 6rem 0 0
}
.blc-product-head .spec {
	width: 55%;
	padding-right: 2rem;
	text-align: right
}
.blc-product-head table {
	width: 100%;
	margin-bottom: 1rem
}
.blc-product-head table th, .blc-product-head table td {
	padding: .5rem .5rem .5rem 1rem;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.3;
	vertical-align: middle
}
.blc-product-head table th {
	background: #f7f7f7;
	border-bottom: solid .5rem #fff;
	color: #192057;
	vertical-align: middle;
	white-space: nowrap
}
.blc-product-head table td {
	font-weight: 300;
	color: #111
}
.blc-product-head small {
	font-size: 80%;
	display: inline-block;
	line-height: 1.3
}
.blc-product-head hr {
	border-top: none;
	border-bottom: dashed .1rem #ddd
}
.blc-overview {
	margin: 0 2rem
}
.blc-overview .icon-list {
	margin: 0 2rem 2rem
}
.blc-overview .txt-right {
	text-align: right
}
.blc-overview .blc-link, .blc-overview .link-overview {
	margin-top: 2.6rem
}
.blc-overview .blc-link a, .blc-overview .link-overview a {
	display: inline-block;
	margin-right: 2.5rem;
	font-size: 18px;
	font-size: 1.8rem
}
.blc-overview .blc-link a:after, .blc-overview .link-overview a:after {
	content: '';
	display: inline-block;
	width: .6rem;
	height: .6rem;
	margin: 0 .1rem .25rem .6rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	transition: .3s
}
.blc-overview .blc-link a:hover, .blc-overview .link-overview a:hover {
	color: #0344EC
}
.blc-overview .blc-link a:hover:after, .blc-overview .link-overview a:hover:after {
	border-color: #0344EC
}
.blc-overview .blc-link+.red, .blc-overview .link-overview+.red {
	margin-top: 5rem;
	margin-bottom: -3rem
}
.blc-overview+.blc-note {
	margin-top: 5rem
}
.blc-overview+.blc-note p {
	margin-bottom: 2.6rem
}
.blc-overview .blc-spec-table {
	margin-top: 3rem
}
.blc-overview .blc-spec-table .heading {
	margin-bottom: 1rem;
	font-weight: 700
}
.blc-overview .spec-table {
	width: 60%;
	text-align: left
}
.blc-overview .spec-table thead th:nth-child(1) {
	width: 16%
}
.blc-overview .spec-table thead th:nth-child(2), .blc-overview .spec-table thead th:nth-child(3) {
	width: 42%
}
.blc-overview .spec-table th {
	background: #f7f7f7;
	font-weight: 600
}
.blc-overview .spec-table th, .blc-overview .spec-table td {
	padding: .5rem;
	border: solid .1rem #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4
}
.blc-overview .red {
	color: #f34554
}
.blc-benefit {
	margin: 0 2rem
}
.blc-benefit .thumb {
	margin-bottom: 4rem;
	padding: 3rem;
	background: #fff;
	border: solid .8rem #f7f7f7;
	text-align: center
}
.blc-benefit .thumb img {
	width: 60%
}
.sec-product-benefit .blc-btn {
	margin-top: 4rem
}
.sec-product-cols {
	margin-bottom: 0;
	background-position: top 6rem left
}
.sec-product-cols .container {
	display: flex;
	justify-content: space-between
}
.sec-product-cols .container>div {
	width: 48%
}
.sec-product-cols .container h2 {
	margin-top: 6rem
}
.list-option {
	padding: 0 3rem;
	text-align: left
}
.list-option .option-item {
	width: 30%;
	display: inline-block;
	margin: 0 .7rem;
	background: #f7f7f7;
	padding: 1rem 1rem 1.2rem;
	cursor: pointer
}
.list-option .option-item:hover .name {
	color: #0344EC
}
.list-option .option-item:hover img {
	opacity: .7
}
.list-option .thumb {
	margin-bottom: 1rem;
	padding: 1.4rem;
	height: 11rem;
	background: #fff;
	text-align: center
}
.list-option .thumb img {
	display: inline-block;
	width: auto;
	height: 8.5rem
}
.list-option .name {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	transition: .3s
}

.list-option .name span{
  font-size: 1.6rem;
}

.list-option .desc {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.3
}
.modal-list-option {
	width: 86%;
	margin: 0 auto 1rem;
	padding: 1rem;
	background: #f7f7f7;
	text-align: left;
	height: 96%
}
.modal-list-option .slick-slide {
	width: 100%;
	padding: 2rem
}
.modal-list-option .cols {
	margin-bottom: 1rem;
	display: flex
}
.modal-list-option .thumb {
	width: 45%;
	margin-bottom: 1rem;
	padding: 1.4rem;
	height: 24rem;
	background: #fff;
	text-align: center
}
.modal-list-option .thumb img {
	display: inline-block;
	width: auto;
	height: 20rem
}
.modal-list-option .name {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2
}
.modal-list-option .desc {
	margin: .6rem 0 1.5rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.3
}
.modal-list-option .spec {
	width: 55%;
	padding-left: 1.8rem
}
.modal-list-option .spec table {
	width: 100%
}
.modal-list-option .spec th, .modal-list-option .spec td {
	padding: .4rem .8rem;
	border-bottom: dashed .1rem #ddd;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	vertical-align: middle
}
.modal-list-option .spec th {
	width: 12rem
}
.modal-list-option .spec td {
	font-weight: 300
}
.modal-list-option .links {
	display: inline-block;
	margin-bottom: 1rem;
	padding-left: 2rem;
	background: url(../img/documents.svg) left top .4rem no-repeat;
	background-size: 1.5rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2
}
.modal-list-option .links:hover {
	background-image: url(../img/documents_hover.svg);
	color: #0344EC
}
.modal-list-option .body p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 300
}
.modal-list-option .slick-prev, .modal-list-option .slick-next {
	width: 40px;
	height: 40px
}
.modal-list-option .slick-prev:after, .modal-list-option .slick-next:after {
	width: 1.4rem;
	height: 1.4rem;
	top: 1.2rem;
	left: 1.4rem
}
.modal-list-option .slick-prev {
	left: -5.5rem
}
.modal-list-option .slick-next {
	right: -5.5rem
}
.list-software {
	padding: 0 4rem
}
.list-software li {
	margin-right: 1.5rem;
	padding: 1.8rem;
	background: #f7f7f7
}
.list-software .name {
	display: block;
	margin-bottom: .3rem;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2
}
.list-software .name:hover {
	color: #0344EC
}
.list-software .desc {
	margin-bottom: .6rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.5
}
.list-software .point span {
	display: inline-block;
	margin: 0 .6rem 1rem 0;
	padding: .4rem .8rem;
	border: solid .1rem #888;
	border-radius: .3rem;
	font-size: 12px;
	font-size: 1.2rem;
	color: #111;
	font-weight: 300
}
.sec-product-news ul {
	margin: 0 0 2rem 2rem
}
.sec-product-news .txt-right {
	text-align: right
}
.sec-product-news .txt-right a:after {
	content: '';
	display: inline-block;
	width: .6rem;
	height: .6rem;
	margin: 0 .1rem .1rem .8rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	transition: .3s
}
.sec-product-news .txt-right a:hover {
	color: #0344EC
}
.sec-product-news .txt-right a:hover:after {
	border-color: #0344EC
}
.modal-product-overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, .9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 95
}
.modal-product-overlay .modal-close {
	width: 5rem;
	height: 5rem;
	opacity: .7;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	transition: .3s
}
.modal-product-overlay .modal-close span {
	display: inline-block;
	width: 5rem;
	height: .4rem;
	background: #fff;
	position: absolute;
	top: 2rem;
	right: 0
}
.modal-product-overlay .modal-close span:first-child {
	transform: rotate(45deg)
}
.modal-product-overlay .modal-close span:last-child {
	transform: rotate(-45deg)
}
.modal-product-overlay .modal-close:hover {
	opacity: 1
}
.modal-product-body {
	visibility: hidden;
	width: 70vw;
	height: 90vh;
	padding: 4rem 0;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin: -45vh 0 0 -35vw;
	transition: .3s
}
.modal-product-body * {
	transition: 0s
}
@media screen and (max-width:1135px) {
	.sec-product-feature h1 {
		font-size: 11.5px;
		font-size: 3.59375vw;
		line-height: 1.1
	}
	.sec-product-feature .desc {
		width: 100%;
		font-size: 6px;
		font-size: 1.875vw
	}
	.sec-product-feature .name {
		font-size: 10px;
		font-size: 3.125vw
	}
	.sec-product-feature .series {
		padding: .3rem .6rem;
		font-size: 5px;
		font-size: 1.5625vw
	}
	.blc-overview table:not(.spec-table) th, .blc-overview table:not(.spec-table) td {
		display: block;
		width: 100%
	}
	.blc-overview table:not(.spec-table) th br {
		display: none
	}
	.blc-overview table:not(.spec-table) td {
		padding-bottom: 1rem
	}
	.blc-overview .spec-table {
		width: 100%
	}
	.list-option .thumb {
		height: 8rem
	}
  
  .list-option.sp-flex{
    display:flex; 
  }
  
	.list-option .thumb img {
		height: 5rem
	}
	.list-option .name {
		margin-bottom: .4rem;
		font-size: 5.5px;
		font-size: 1.71875vw
	}
	.list-option .desc {
		font-size: 2.5px;
		font-size: .78125vw;
		word-break: break-all
	}
	.sec-product-news .list-news {
		width: 95%;
		margin-left: 1rem
	}
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.list-option .thumb {
		height: 7rem
	}
	.list-option .thumb img {
		height: 3.5rem
	}
	.sec-product-lineup {
		margin-bottom: 0
	}
	.modal-product-body {
		width: 94vw;
		height: 74vh;
		margin-left: -47vw;
		margin-top: -37vh
	}
	.modal-list-option .spec th, .modal-list-option .spec td {
		font-size: 12px;
		font-size: 1.2rem
	}
	.modal-list-option .body p {
		font-size: 13px;
		font-size: 1.3rem
	}
}
@media screen and (max-width:1135px) and (orientation:landscape) {
	.modal-product-body {
		width: 88vw;
		margin-left: -44vw
	}
	.modal-list-option .spec th, .modal-list-option .spec td {
		font-size: 12px;
		font-size: 1.2rem
	}
	.modal-list-option .body p {
		font-size: 14px;
		font-size: 1.4rem
	}
}
@media screen and (max-width:767px) {
	main {
		overflow-x: hidden
	}
	.sec-product-feature .container {
		padding-top: 3.5rem
	}
	.sec-product-feature h1 {
		font-size: 16px;
		font-size: 5vw;
		line-height: 1.2
	}
	.sec-product-feature .desc {
		font-size: 10px;
		font-size: 3.125vw
	}
	.sec-product-feature .txt {
		margin-top: .5rem;
		position: absolute
	}
	.sec-product-feature .name {
		font-size: 15px;
		font-size: 4.6875vw
	}
	.sec-product-feature .series {
		padding: .2rem .6rem;
		font-size: 12px;
		font-size: 3.75vw
	}
	.sec-product-d-head {
		margin-top: 3rem
	}
	.sec-product-cols .container {
		display: block
	}
	.sec-product-cols .container>div {
		width: 100%
	}
	.blc-overview+.blc-note a {
		margin: 0 0 2rem;
		padding-right: 0
	}
	.list-option li {
		padding: 1rem
	}
	.list-option .thumb {
		height: 9rem;
		padding: 1rem
	}
	.list-option .thumb img {
		height: 7rem
	}
	.list-option .name {
		font-size: 15px;
		font-size: 4.6875vw
	}
	.list-option .desc {
		font-size: 8px;
		font-size: 2.5vw
	}
	.sec-product-lineup {
		padding-bottom: 4rem
	}
	.modal-product-body {
		padding: 2rem 0
	}
	.modal-product-body .slick-prev {
		transform: translate(0, 0)
	}
	.modal-product-body .slick-dots {
		bottom: -25px;
		transform: scale(.6, .6)
	}
	.modal-list-option {
		padding: 0
	}
	.modal-list-option .slick-slide {
		padding: 1rem
	}
	.modal-list-option .spec table {
		border-top: dashed .1rem #ddd
	}
	.modal-list-option .spec table th {
		width: 15%;
		white-space: nowrap
	}
	.modal-list-option .body {
		display: none
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-product-d-head .container {
		padding-top: 0
	}
	.sec-product-feature {
		padding-bottom: .5rem
	}
	.blc-product-head {
		display: block
	}
	.blc-product-head .thumb, .blc-product-head .spec {
		width: 100%;
		padding: 0 1rem
	}
	.blc-product-head .thumb img {
		margin-bottom: 3rem
	}
	.blc-product-head table th, .blc-product-head table td {
		font-size: 13px;
		font-size: 1.3rem
	}
	.blc-overview {
		display: block;
		margin: 0 1rem
	}
	.blc-overview .icon-list {
		margin: 0 1rem 1.5rem
	}
	.blc-overview .blc-link a {
		width: 100%;
		margin: 0 0 2rem;
		text-align: right
	}
	.blc-overview+.blc-note a {
		display: block;
		margin: 0 0 2rem auto;
		text-align: right
	}
	.blc-overview .spec-table th, .blc-overview .spec-table td {
		font-size: 13px;
		font-size: 1.3rem
	}
	.blc-overview .spec-table thead th:nth-child(1) {
		width: 24%
	}
	.blc-overview .spec-table thead th:nth-child(2), .blc-overview .spec-table thead th:nth-child(3) {
		width: 38%
	}
	.icon-list span, .icon-list svg {
		width: 4rem;
		height: 4rem
	}
	.sec-product-benefit {
		margin-bottom: 0
	}
	.blc-benefit {
		margin: 0 1rem
	}
	.blc-benefit .thumb {
		padding: 1rem
	}
	.blc-benefit .thumb img {
		width: 100%
	}
	.sec-product-cols {
		margin-bottom: 4rem;
		overflow: hidden
	}
	.sec-product-cols .container {
		padding-bottom: 0
	}
	.blc-product-option {
		margin-bottom: 9rem
	}
	.list-option {
		padding: 0 2.2rem
	}
	.list-option .option-item {
		width: 48%
	}
	.list-option li {
		margin: 0 .4rem
	}
	.blc-product-software {
		margin-bottom: 0;
		padding-top: .1rem
	}
	.blc-product-software h2 {
		margin-top: 3rem!important
	}
	.list-software {
		padding: 0 1rem
	}
	.list-software .slick-prev {
		left: -1.5rem
	}
	.list-software .slick-next {
		right: -.5rem
	}
	.modal-product-body {
		width: 80vw;
		height: 80vh;
		margin: -40vh 0 0 -40vw
	}
	.modal-list-option {
		width: 86%
	}
	.modal-list-option .cols {
		margin-bottom: 1.4rem;
		display: block
	}
	.modal-list-option .thumb {
		width: 100%;
		height: 10rem;
		padding: 1.2rem
	}
	.modal-list-option .thumb img {
		height: 8rem
	}
	.modal-list-option .spec {
		width: 100%;
		padding: 0
	}
	.modal-list-option .spec table th, .modal-list-option .spec table td {
		font-size: 8px;
		font-size: 2.5vw
	}
	.modal-list-option .name {
		font-size: 18px;
		font-size: 5.625vw
	}
	.modal-list-option .desc {
		font-size: 10px;
		font-size: 3.125vw
	}
	.modal-list-option .links {
		font-size: 12px;
		font-size: 3.75vw;
		background-size: 1.2rem;
		word-break: break-all
	}
	.modal-list-option .slick-prev {
		left: -4.4rem
	}
	.modal-list-option .slick-next {
		right: -4.4rem
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-product-feature h1 {
		font-size: 12.5px;
		font-size: 3.90625vw
	}
	.sec-product-feature .desc {
		font-size: 7px;
		font-size: 2.1875vw
	}
	.sec-product-feature .txt {
		margin-top: 1rem;
		position: static
	}
	.sec-product-feature .name {
		font-size: 9px;
		font-size: 2.8125vw
	}
	.sec-product-feature .series {
		font-size: 4.5px;
		font-size: 1.40625vw
	}
	.sec-product-d-head .blc-link {
		width: 150%
	}
	.blc-product-head .thumb {
		padding-right: 2rem
	}
	.blc-overview+.blc-note {
		margin: 5rem 2rem 0
	}
	.list-option .thumb {
		height: 14rem
	}
	.list-option .thumb img {
		height: 12rem
	}
	.list-option .name {
		font-size: 11px;
		font-size: 3.4375vw
	}
	.modal-product-body {
		width: 80vw;
		height: 90vh;
		margin: -45vh 0 0 -40vw
	}
	.modal-list-option .thumb {
		width: 30%;
		height: 9rem
	}
	.modal-list-option .thumb img {
		height: 6rem
	}
	.modal-list-option .name {
		font-size: 10px;
		font-size: 3.125vw
	}
	.modal-list-option .desc {
		font-size: 6px;
		font-size: 1.875vw
	}
	.modal-list-option .spec {
		width: 70%
	}
	.modal-list-option .spec table th, .modal-list-option .spec table td {
		font-size: 5px;
		font-size: 1.5625vw
	}
	.modal-list-option .links {
		padding-left: 1.8rem;
		background-size: 1.2rem;
		font-size: 6px;
		font-size: 1.875vw
	}
}
.sec-support-feature {
	background: url(../img/panel/support.jpg) center center no-repeat;
	background-size: cover
}
.sec-support-feature .desc {
	width: 100%
}
.sec-support-list {
	margin: 8rem 0 5rem
}
.sec-support-list .container {
	padding: 2rem;
	background: #F2F5FA;
	display: flex;
	flex-wrap: wrap
}
.sec-support-list .container:after {
	content: none
}
.sec-support-list a {
	display: block;
	padding: 3rem;
	background: #fff;
	position: relative
}
.sec-support-list a .title {
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: 700;
	color: #2a2a2a;
	line-height: 1.1;
	transition: .3s
}
.sec-support-list a svg {
	display: inline-block;
	width: 4.8rem;
	height: 4.8rem;
	fill: url(#grd);
	vertical-align: middle
}
.sec-support-list a:after {
	content: '';
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	border-right: solid .3rem #2a2a2a;
	border-bottom: solid .3rem #2a2a2a;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 3rem;
	margin-top: -1rem;
	transition: .3s
}
.sec-support-list a:hover .title {
	color: #0344EC
}
.sec-support-list a:hover:after {
	border-color: #0344EC
}
.sec-support-list .blc-01 {
	width: 100%;
	margin-bottom: 2rem;
	text-align: center
}
.sec-support-list .blc-01 .desc {
	margin-top: 1.3rem;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	color: #2a2a2a
}
.sec-support-list .blc-01 svg {
	margin-right: 1.8rem
}
.sec-support-list .blc-02, .sec-support-list .blc-03 {
	width: calc(50% - 1rem)
}
.sec-support-list .blc-02 .title, .sec-support-list .blc-03 .title {
	position: relative
}
.sec-support-list .blc-02 svg, .sec-support-list .blc-03 svg {
	position: absolute;
	top: 0;
	left: 0
}
.sec-support-list .blc-02 {
	margin-right: 1rem
}
.sec-support-list .blc-02 .title {
	padding-left: 5.5rem
}
.sec-support-list .blc-02 svg {
	width: 4rem;
	height: 4rem
}
.sec-support-list .blc-03 {
	margin-left: 1rem
}
.sec-support-list .blc-03 .title {
	padding-left: 6.5rem
}
.sec-support-contact h2 {
	font-size: 70px;
	font-size: 7rem;
	text-align: center
}
.blc-support-contact {
	margin-bottom: 5rem;
	padding: 4.5rem 4rem 4rem;
	background: #F2F5FA;
	position: relative;
	text-align: center
}
.blc-support-contact div {
	display: flex
}
.blc-support-contact h3 {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 700;
	color: #192057;
	position: absolute;
	top: -2.4rem;
	left: 2rem
}
.blc-support-contact p, .blc-support-contact a {
	align-self: center
}
.blc-support-contact p {
	width: calc(100% - 22rem);
	margin-bottom: 2rem;
	padding-right: 2rem;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.5;
	text-align: left
}
.blc-support-contact a {
	width: 22rem
}
.blc-support-contact hr {
	margin: 3.5rem 0 3rem;
	border-top: none;
	border-bottom: dashed .2rem #ddd
}
@media screen and (max-width:1135px) {
	.sec-support-list {
		margin: 7rem 0 2rem
	}
	.sec-support-list a {
		padding: 2rem
	}
	.sec-support-list a .title {
		font-size: 14px;
		font-size: 4.375vw
	}
	.sec-support-list .blc-02 .title, .sec-support-list .blc-03 .title {
		font-size: 10px;
		font-size: 3.125vw
	}
	.sec-support-contact h2 {
		font-size: 25px;
		font-size: 7.8125vw
	}
	.blc-support-contact h3 {
		font-size: 14px;
		font-size: 4.375vw
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-support-list a:after {
		right: 2rem
	}
	.sec-support-list .blc-01 .title, .sec-support-list .blc-02 .title, .sec-support-list .blc-03 .title {
		font-size: 22px;
		font-size: 2.2rem
	}
	.sec-support-list .blc-01 {
		text-align: left
	}
	.sec-support-list .blc-01 svg {
		margin-right: 1.2rem
	}
	.sec-support-list .blc-01 .desc {
		margin-top: .8rem;
		padding-right: 3rem;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.4
	}
	.sec-support-list .blc-02, .sec-support-list .blc-03 {
		width: 100%;
		margin: 0
	}
	.sec-support-list .blc-02 .title, .sec-support-list .blc-03 .title {
		padding-left: 6rem
	}
	.sec-support-list .blc-02 {
		margin-bottom: 2rem
	}
	.sec-support-list .blc-03 svg {
		width: 4.2rem
	}
	.sec-support-contact h2 {
		margin-bottom: 3rem;
		font-size: 38px;
		font-size: 3.8rem
	}
	.blc-support-contact {
		padding: 3rem 2rem 2rem
	}
	.blc-support-contact h3 {
		font-size: 24px;
		font-size: 2.4rem;
		top: -1rem;
		left: 1rem
	}
	.blc-support-contact div {
		display: block
	}
	.blc-support-contact p {
		width: 100%;
		font-size: 15px;
		font-size: 1.5rem
	}
	.blc-support-contact hr {
		margin: 2.5rem 0 2rem
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-support-contact h2 {
		margin-bottom: 4rem
	}
	.blc-support-contact {
		padding: 3rem 3rem 2rem
	}
	.blc-support-contact h3 {
		font-size: 32px;
		font-size: 3.2rem;
		top: -2rem;
		left: 1.5rem
	}
}
.sec-contact-feature {
	background: url(../img/panel/contact.jpg) center center no-repeat;
	background-size: cover
}
.sec-contact-body .container {
	padding-right: 5rem;
	padding-left: 5rem;
	padding-bottom: 12rem
}
.sec-contact-body .blc-form {
	margin-bottom: 3rem;
	padding: 8rem 6rem;
	background: #F2F5FA;
	text-align: center;
	position: relative
}
.sec-contact-body .blc-form+a {
	font-size: 18px;
	font-size: 1.8rem
}
.sec-contact-body .blc-form+a:before {
	content: '';
	display: inline-block;
	width: .6rem;
	height: .6rem;
	margin: 0 .8rem .1rem 0;
	border-left: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(45deg);
	transition: .3s
}
.sec-contact-body .blc-form+a:hover {
	color: #0344EC
}
.sec-contact-body .blc-form+a:hover:before {
	border-color: #0344EC
}
.sec-contact-body p {
	margin-bottom: 7rem;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.5
}
.sec-contact-body h2 {
	width: 100%;
	font-size: 74px;
	font-size: 7.4rem;
	color: #192057;
	position: absolute;
	top: -4rem;
	left: 0
}
.sec-contact-body table {
	width: 100%;
	margin-bottom: 4rem;
	text-align: left
}
.sec-contact-body table th {
	width: 34rem;
	padding: 1.6rem 0;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	vertical-align: top
}
.sec-contact-body table td {
	padding: .8rem 0;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.9
}
.sec-contact-body table i {
	padding-right: 1rem;
	color: #cdcdcd
}
.sec-contact-body select, .sec-contact-body input, .sec-contact-body textarea {
	font-weight: 300;
	color: #111;
	line-height: 1.1
}
.sec-contact-body textarea {
	line-height: 1.4
}
.sec-contact-body button {
	width: 36rem;
	margin: 0 2rem
}
.sec-contact-body .inquiry-p {
	display: none
}
.sec-contact-body .ipt-message {
	margin: .1rem 0 -.6rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #f34554
}
.sec-contact-body div.blc-form {
	margin-top: 9rem
}
.sec-contact-body .blc-send svg {
	width: 12rem;
	height: 12rem;
	fill: url(#grd)
}
.sec-contact-body .blc-send p {
	margin: 2rem 0;
	font-size: 22px;
	font-size: 2.2rem
}
@media screen and (max-width:1135px) {
	.sec-contact-body .container {
		padding-right: 2rem;
		padding-left: 2rem;
		padding-bottom: 8rem
	}
	.sec-contact-body .blc-form {
		padding: 2rem 4rem 4rem
	}
	.sec-contact-body .blc-form h2 {
		font-size: 20px;
		font-size: 6.25vw;
		top: -3rem
	}
	.sec-contact-body p {
		margin-bottom: 5rem
	}
	.sec-contact-body table {
		margin-bottom: 2rem
	}
	.sec-contact-body table tr {
		border-bottom: dashed .1rem #cdcdcd
	}
	.sec-contact-body table th, .sec-contact-body table td {
		display: block;
		width: 100%
	}
	.sec-contact-body table th {
		padding: 1.6rem 0 0;
		font-size: 18px;
		font-size: 1.8rem
	}
	.sec-contact-body table td {
		padding: 1rem 0 1.6rem;
		font-size: 16px;
		font-size: 1.6rem
	}
	.sec-contact-body .inquiry-p td {
		padding-left: 3.5rem
	}
	.sec-contact-body button {
		width: 42%;
		font-size: 10px;
		font-size: 3.125vw
	}
	.sec-contact-body .blc-send {
		padding-top: 3rem
	}
	.sec-contact-body .blc-send svg {
		width: 8rem;
		height: 8rem
	}
	.sec-contact-body .blc-send p {
		font-size: 18px;
		font-size: 1.8rem
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-contact-body .container {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.sec-contact-body p {
		margin-bottom: 4rem;
		font-size: 16px;
		font-size: 1.6rem
	}
	.sec-contact-body .blc-form {
		padding: 2rem
	}
	.sec-contact-body .blc-form h2 {
		font-size: 32px;
		font-size: 3.2rem;
		top: -2rem
	}
	.sec-contact-body table td {
		font-size: 16px;
		font-size: 1.6rem
	}
	.sec-contact-body button {
		width: 100%;
		margin: 0;
		font-size: 15px;
		font-size: 4.6875vw
	}
	.sec-contact-body button+button {
		margin-top: 2rem
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-contact-body button {
		width: 45%;
		margin: 0 1rem
	}
}
.sec-faq-feature {
	background: url(../img/panel/faq.jpg) bottom -6rem center no-repeat;
	background-size: cover
}
.blc-faq-cat {
	justify-content: space-between
}
.blc-faq-cat .item-cat {
	width: calc(78% / 6);
	font-size: 16px;
	font-size: 1.6rem
}
.blc-faq-cat .item-cat:nth-child(5) {
	width: 19%
}
.blc-faq-cat .item-cat:nth-child(1), .blc-faq-cat .item-cat:nth-child(2), .blc-faq-cat .item-cat:nth-child(4), .blc-faq-cat .item-cat:nth-child(6), .blc-faq-cat .item-cat:nth-child(7) {
	line-height: 2
}
.blc-top5 {
	margin: -3rem 0 2rem;
	text-align: right
}
.blc-top5 .top5 {
	display: inline-block;
	padding: .6rem 1rem;
	border: solid .2rem #192057;
	border-radius: .3rem;
	font-size: 16px;
	font-size: 1.6rem;
	color: #192057;
	text-align: center;
	cursor: pointer;
	transition: .3s
}
.blc-top5 .top5:hover {
	border-color: #0344EC;
	color: #0344EC
}
.top5-active {
	background: #192057!important;
	border-color: #192057!important;
	color: #fff!important;
	cursor: default!important
}
.wrap-faq-list {
	margin: 3rem 0 3rem
}
.wrap-faq-list .cat-hide {
	display: none
}
.wrap-faq-list .cat-active {
	display: block
}
.list-faq {
	margin-bottom: 2rem
}
.list-faq .headline {
	margin: 6rem 0 3rem;
	padding-left: 1.4rem;
	border-left: solid .5rem #192057;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700
}
.list-faq .faq-item {
	margin-left: 2rem;
	background: #e7edf6
}
.list-faq .faq-item>div {
	padding-left: 9.4rem;
	position: relative
}
.list-faq .faq-item .set {
	display: inline-block;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 50%;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 5rem;
	position: absolute;
	left: 2rem
}
.list-faq .faq-item .cat {
	display: inline-block;
	margin-bottom: .4rem;
	padding: .3rem 1.2rem;
	border: solid .1rem #888;
	border-radius: .3rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2a2a2a;
	font-weight: 300
}
.list-faq .faq-item .cat:hover {
	border-color: #0344EC;
	color: #0344EC
}
.list-faq .faq-item p {
	line-height: 1.4
}
.list-faq .que {
	padding: 2rem 5rem 2rem 2rem;
	position: relative
}
.list-faq .que .set {
	background: #fff;
	color: #192057;
	top: 2rem
}
.list-faq .que p {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	cursor: pointer;
	transition: .3s
}
.list-faq .que p:hover {
	color: #0344EC
}
.list-faq .que p:hover+.arrow svg {
	fill: #0344EC
}
.list-faq .ans {
	display: none;
	padding: 0 2rem 2rem 0
}
.list-faq .ans .set {
	background: #192057;
	color: #fff;
	top: 0
}
.list-faq .ans p {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300
}
.list-faq .ans p+p {
	margin-top: 1.4rem
}
.list-faq .ans>div {
	margin-bottom: .5rem;
	padding: 1.8rem;
	background: #fff
}
.list-faq .ans .update {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right
}
.list-faq .ans .related {
	margin-top: 1.2rem;
	padding-top: 1.6rem;
	border-top: dashed .1rem #cdcdcd
}
.list-faq .ans .related em {
	display: block;
	margin-bottom: .8rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;

	color: #192057
}
.list-faq .ans .related p {
	padding-left: 1.5rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5
}
.list-faq .ans em {
	font-weight: 700
}
.list-faq .ans small {
	font-size: 12px;
	font-size: 1.2rem
}
.list-faq .ans .table-cols {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-top: 3rem
}
.list-faq .ans .table-cols+dl {
	margin-left: 2.5%
}
.list-faq .ans .table-cols dt {
	padding-bottom: .5rem;
	line-height: 1.3;
	font-size: 18px;
	font-size: 1.8rem
}
.list-faq .ans table {
	width: 100%;
	font-family: "Rubik", sans-serif
}
.list-faq .ans table thead th {
	background: #eaeaea;
	white-space: nowrap
}
.list-faq .ans table th, .list-faq .ans table td {
	border: solid .1rem #ccc;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	vertical-align: middle
}
.list-faq .ans table tbody th {
	background: #f7f7f7
}
.list-faq .ans table th {
	padding: .4rem .2rem;
	font-weight: 700;
	text-align: center
}
.list-faq .ans table td {
	padding: .4rem
}
.list-faq .ans .info {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "Rubik", sans-serif
}
.list-faq .ans a {
	color: #192057
}
.list-faq .ans a:hover {
	color: #0344EC
}
.list-faq .ans .dl-products {
	margin-top: 1.8rem;
	font-size: 16px;
	font-size: 1.6rem
}
.list-faq .ans .dl-products dt {
	padding: .8rem;
	background: #f7f7f7;
	font-weight: 700
}
.list-faq .ans .dl-products dd {
	padding: .8rem 2rem;
	font-weight: 300;
	line-height: 1.5
}
.list-faq .arrow {
	display: block;
	width: 5rem;
	height: 5rem;
	margin-top: -2.5rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	text-align: center;
	cursor: pointer
}
.list-faq .arrow svg {
	width: 3rem;
	height: 3rem;
	margin-top: 1rem;
	fill: #192057;
	transition: .3s
}
.list-faq .arrow:hover svg {
	fill: #0344EC
}
.sec-faq-contact {
	padding-bottom: 8rem
}
.blc-faq-contact {
	width: 75%;
	margin: 0 auto;
	padding: 5rem 3rem 3rem;
	border: solid .4rem #192057;
	text-align: center;
	position: relative
}
.blc-faq-contact h2 {
	width: 100%;
	position: absolute;
	top: -3.8rem;
	left: 0;
	color: #192057
}
.blc-faq-contact h2 span {
	display: inline-block;
	padding: 1rem 2rem;
	background: #fff
}
.blc-faq-contact p {
	padding-right: 2rem;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.5
}
.blc-faq-contact div {
	display: flex;
	padding-bottom: 3rem
}
.blc-faq-contact div p {
	width: calc(100% - 22rem);
	text-align: left
}
.blc-faq-contact div+div {
	padding: 3rem 0 0;
	border-top: dashed .2rem #ccc
}
.blc-faq-contact .btn-medium {
	width: 22rem;
	align-self: center
}
@media screen and (max-width:1135px) {
	.blc-faq-cat .item-cat {
		width: calc(62% / 5);
		padding: 1.2rem .2rem;
		font-size: 4.5px;
		font-size: 1.40625vw
	}
	.blc-faq-cat .item-cat:nth-child(3) {
		width: 14%
	}
	.blc-faq-cat .item-cat:nth-child(5) {
		width: 21%
	}
	.blc-faq-cat .item-cat:nth-child(1), .blc-faq-cat .item-cat:nth-child(2), .blc-faq-cat .item-cat:nth-child(4), .blc-faq-cat .item-cat:nth-child(6), .blc-faq-cat .item-cat:nth-child(7) {
		line-height: 2
	}
	.blc-top5 .top5 {
		font-size: 4.5px;
		font-size: 1.40625vw
	}
}
@media screen and (max-width:1135px) and (orientation:portrait) {
	.list-faq {
		margin-bottom: 1.5rem
	}
	.list-faq .headline {
		margin: 4rem 0 2rem;
		font-size: 10px;
		font-size: 3.125vw
	}
	.list-faq .faq-item>div {
		padding-left: 7rem
	}
	.list-faq .faq-item .set {
		width: 4rem;
		height: 4rem;
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 3.7rem;
		left: 1.5rem
	}
	.list-faq .faq-item .cat {
		font-size: 4px;
		font-size: 1.25vw
	}
	.list-faq .que {
		padding: 1.5rem 5rem 1.5rem 1.5rem
	}
	.list-faq .que .set {
		top: 1.5rem
	}
	.list-faq .que p {
		font-size: 8px;
		font-size: 2.5vw
	}
	.list-faq .ans {
		padding: 0 1.5rem 1.5rem 0
	}
	.list-faq .ans>div {
		padding: 1.4rem
	}
	.list-faq .ans p {
		font-size: 6px;
		font-size: 1.875vw
	}
	.list-faq .ans .related p {
		padding-left: 1.2rem;
		font-size: 5px;
		font-size: 1.5625vw
	}
	.list-faq .ans .update {
		font-size: 3.5px;
		font-size: 1.09375vw
	}
	.list-faq .arrow {
		width: 4rem;
		height: 4rem;
		margin-top: -2rem
	}
	.list-faq .arrow svg {
		width: 2.2rem;
		height: 2.2rem
	}
	.blc-faq-contact {
		width: 90%
	}
	.blc-faq-contact div p {
		width: calc(100% - 18rem);
		font-size: 16px;
		font-size: 1.6rem
	}
	.blc-faq-contact .btn-medium {
		width: 18rem
	}
}
@media screen and (max-width:767px) {
	.sec-faq-feature {
		background-position: center center
	}
	.blc-top5 {
		margin: -2rem 0 1.5rem
	}
	.blc-top5 .top5 {
		font-size: 14px;
		font-size: 1.4rem
	}
	.blc-faq-cat {
		flex-wrap: wrap
	}
	.blc-faq-cat .item-cat {
		margin-bottom: 1rem;
		font-size: 14px;
		font-size: 1.4rem
	}
	.blc-faq-cat .item-cat:first-child {
		width: 100%
	}
	.blc-faq-cat .item-cat:nth-child(2), .blc-faq-cat .item-cat:nth-child(3), .blc-faq-cat .item-cat:nth-child(4), .blc-faq-cat .item-cat:nth-child(5), .blc-faq-cat .item-cat:nth-child(6), .blc-faq-cat .item-cat:nth-child(7) {
		width: 49%
	}
	.blc-faq-contact {
		width: 100%;
		padding: 2.5rem 1.5rem 2rem
	}
	.blc-faq-contact div {
		display: block;
		padding-bottom: 2rem
	}
	.blc-faq-contact div p {
		width: 100%;
		margin-bottom: 1.5rem;
		padding: 0;
		font-size: 14px;
		font-size: 1.4rem
	}
	.blc-faq-contact div+div {
		padding-top: 2rem
	}
	.blc-faq-contact h2 {
		top: -3rem;
		font-size: 32px;
		font-size: 3.2rem
	}
	.blc-faq-contact .btn-medium {
		width: 80%;
		max-width: 24rem
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.list-faq .headline {
		margin: 3rem 0 1.6rem;
		padding-left: .8rem;
		font-size: 18px;
		font-size: 1.8rem
	}
	.list-faq .faq-item {
		margin-left: .8rem
	}
	.list-faq .faq-item>div {
		padding-left: 5.5rem
	}
	.list-faq .faq-item .set {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 23px;
		font-size: 2.3rem;
		line-height: 3.2rem;
		left: 1rem
	}
	.list-faq .faq-item .cat {
		padding: .3rem .7rem;
		font-size: 9px;
		font-size: .9rem
	}
	.list-faq .que {
		padding: 1.2rem 4rem 1.2rem 1.2rem
	}
	.list-faq .que .set {
		top: 1.2rem
	}
	.list-faq .que p {
		font-size: 14px;
		font-size: 1.4rem
	}
	.list-faq .ans {
		padding: 0 1.2rem 1.2rem 0
	}
	.list-faq .ans>div {
		padding: 1rem
	}
	.list-faq .ans p {
		font-size: 13px;
		font-size: 1.3rem
	}
	.list-faq .ans .related p {
		padding-left: .8rem;
		font-size: 12px;
		font-size: 1.2rem
	}
	.list-faq .ans .update {
		font-size: 9px;
		font-size: .9rem
	}
	.list-faq .ans .table-cols {
		width: 100%;
		margin: 2rem 0;
		overflow: hidden
	}
	.list-faq .ans .table-cols dt {
		font-size: 14px;
		font-size: 1.4rem
	}
	.list-faq .ans .table-cols dd {
		overflow-x: scroll
	}
	.list-faq .ans .table-cols+dl {
		margin-left: 0
	}
	.list-faq .ans table th, .list-faq .ans table td {
		font-size: 12px;
		font-size: 1.2rem
	}
	.list-faq .arrow {
		right: .4rem
	}
	.list-faq .arrow svg {
		width: 1.8rem;
		height: 1.8rem
	}
}
.sec-sitemap-feature {
	background: url(../img/panel/sitemap.jpg) center center no-repeat;
	background-size: cover
}
.sec-sitemap-body a {
	color: #2a2a2a
}
.sec-sitemap-body a:after {
	content: '';
	display: inline-block;
	transform: rotate(-45deg);
	transition: .3s
}
.sec-sitemap-body a:hover {
	color: #0344EC
}
.sec-sitemap-body a:hover:after {
	border-color: #0344EC!important
}
.sec-sitemap-body .headline {
	margin-bottom: 0;
	display: inline-block;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.2
}
.sec-sitemap-body .headline:after {
	width: 1rem;
	height: 1rem;
	margin: 0 .3rem .45rem 1rem;
	border-right: solid .3rem #2a2a2a;
	border-bottom: solid .3rem #2a2a2a
}
.sec-sitemap-body .wrap-list {
	margin-left: 3rem;
	padding: 3rem 2rem 0 4rem;
	border-left: solid .5rem #192057
}
.sec-sitemap-body .wrap-list>p {
	padding-bottom: 2rem;
	position: relative;
	z-index: 40
}
.sec-sitemap-body .wrap-list>p:before {
	content: '';
	display: inline-block;
	width: 2.5rem;
	height: .5rem;
	background: #192057;
	position: absolute;
	top: 50%;
	left: -4rem;
	margin-top: -1rem;
	z-index: 50
}
.sec-sitemap-body .wrap-list a {
	display: inline-block
}
.sec-sitemap-body .wrap-list a:not(.headline) {
	margin-bottom: 1rem;
	font-size: 18px;
	font-size: 1.8rem
}
.sec-sitemap-body .wrap-list a:not(.headline):after {
	width: .6rem;
	height: .6rem;
	margin: 0 .2rem .25rem 1rem;
	border-right: solid .2rem #2a2a2a;
	border-bottom: solid .2rem #2a2a2a
}
.sec-sitemap-body .wrap-list .flags {
	display: inline-block;
	margin-bottom: 2rem!important;
	padding: .6rem 1rem;
	background: #192057;
	border-radius: 0 1.5rem 1.5rem 0;
	color: #fff
}
.sec-sitemap-body .wrap-list .flags:before {
	content: none!important
}
.sec-sitemap-body .wrap-list .flags:after {
	border-color: #fff!important
}
.sec-sitemap-body .wrap-list .flags:hover {
	background: #0344EC
}
.sec-sitemap-body .link-dots {
	padding: 0 3rem 3rem 0
}
.sec-sitemap-body .link-dots p {
	margin-bottom: 1.5rem;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700
}
.sec-sitemap-body .link-dots a {
	display: inline-block;
	width: 100%
}
.sec-sitemap-body .link-dots a:not(.headline) .flags {
	width: 50%
}
.sec-sitemap-body .link-dots a:not(.headline):before {
	content: '';
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 1rem .1rem 0;
	border-radius: 50%;
	background: #192057
}
.sitemap-manual .link-dots, .sitemap-products .link-dots {
	width: 24%;
	display: inline-block;
	vertical-align: top
}
.sitemap-products .link-dots:nth-child(2) {
	width: 48%
}
.sitemap-products .link-dots:nth-child(2) .cols {
	display: inline-block;
	width: 48%;
	vertical-align: top
}
.sitemap-manual .heading {
	display: block;
	margin-bottom: 1.5rem;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700
}
.sitemap-manual .link-dots:nth-child(3) {
	width: 48%
}
.sitemap-manual .link-dots:nth-child(3) .cols {
	display: inline-block;
	width: 48%;
	vertical-align: top
}
.sitemap-manual .link-dots, .sitemap-usage .link-dots {
	width: 49.5%;
	display: inline-block;
	vertical-align: top
}
.sitemap-application .flags {
	width: 23%;
	margin-right: 1.5%
}
.sitemap-software .link-cols {
	width: 49.5%;
	display: inline-block;
	vertical-align: top
}
.sitemap-news a {
	width: 22%;
	margin-right: 2.4%
}
.sitemap-support {
	padding-bottom: 8rem!important
}
.sitemap-support .flags {
	width: 24%;
	margin-right: 3%
}
.sitemap-info {
	padding-bottom: 8rem!important
}
.sitemap-etc {
	margin-top: -4rem;
	border-left: none!important
}
.sitemap-etc .link-dots {
	padding-left: .5rem;
	position: relative
}
.sitemap-etc .link-dots:before {
	content: '';
	width: 2.8rem;
	height: .5rem;
	background: #192057;
	position: absolute;
	top: .5rem;
	left: -4rem
}
@media screen and (max-width:1135px) {
	.sitemap-products .link-dots {
		width: 48%
	}
	.sitemap-products .link-dots:nth-child(2) {
		width: 100%
	}
	.sitemap-application .flags, .sitemap-support .flags, .sitemap-news a {
		width: 48%;
		margin-right: 0
	}
	.sitemap-application .flags:nth-child(even), .sitemap-support .flags:nth-child(even), .sitemap-news a:nth-child(even) {
		margin-right: 3%
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-sitemap-body .headline {
		font-size: 30px;
		font-size: 3rem
	}
	.sec-sitemap-body .headline:after {
		width: .8rem;
		height: .8rem
	}
	.sec-sitemap-body .wrap-list {
		margin-left: .7rem;
		padding: 2rem 1rem 0 2rem
	}
	.sec-sitemap-body .wrap-list>p:before {
		width: 1.8rem;
		left: -2.5rem;
		margin-top: -1.4rem
	}
	.sec-sitemap-body .wrap-list a:not(.headline) {
		position: relative;
		margin-bottom: 1.5rem;
		padding-left: 2rem;
		font-size: 16px;
		font-size: 1.6rem
	}
	.sec-sitemap-body .wrap-list a:not(.headline):after {
		content: none
	}
	.sec-sitemap-body .wrap-list a:not(.headline):before {
		position: absolute;
		top: .2rem;
		left: 0
	}
	.sec-sitemap-body .wrap-list .flags {
		padding-left: 1rem!important
	}
	.sec-sitemap-body .link-dots {
		padding: 0 1rem 0 0
	}
	.sitemap-manual .link-dots:nth-child(3) {
		width: 100%
	}
	.sitemap-products .link-dots, .sitemap-manual .link-dots, .sitemap-usage .link-dots {
		width: 100%
	}
	.sitemap-products .link-dots:nth-child(2) {
		width: 100%
	}
	.sitemap-products .link-dots:nth-child(2) .cols {
		width: 100%
	}
	.sitemap-software .link-cols {
		width: 100%
	}
	.sitemap-software .sp {
		display: none
	}
	.sitemap-application .flags, .sitemap-support .flags, .sitemap-news a {
		width: 100%
	}
	.sitemap-application .flags:nth-child(even), .sitemap-support .flags:nth-child(even), .sitemap-news a:nth-child(even) {
		margin-right: 0
	}
	.sitemap-support, .sitemap-info {
		padding-bottom: 5rem!important
	}
	.sitemap-etc {
		margin-top: -3rem
	}
	.sitemap-etc .link-dots {
		padding-left: .5rem
	}
	.sitemap-etc .link-dots:before {
		width: 1.8rem;
		left: -2rem
	}
}
.sec-info-feature {
	background: url(../img/panel/info.jpg) center center no-repeat;
	background-size: cover
}
.sec-info-list {
	background: url(../img/bg/wave_3.png) center top no-repeat;
	background-size: 100%
}
.sec-info-list .container {
	padding-left: 3rem;
	padding-right: 3rem
}
.sec-info-list .info-item {
	display: block;
	margin-bottom: 1rem;
	padding: 1.5rem 1rem 1.5rem 4.8rem;
	background: #fff;
	color: #2a2a2a;
	position: relative
}
.sec-info-list .info-item:hover .title {
	color: #0344EC
}
.sec-info-list .info-item .title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
	transition: .3s
}
.sec-info-list .info-item .desc {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300
}
.sec-info-list .info-item svg {
	display: inline-block;
	width: 2rem;
	height: 2.6rem;
	margin-top: -1.3rem;
	fill: url(#grd);
	position: absolute;
	top: 50%;
	left: 1.6rem
}
.sec-info-list .blc-btn {
	margin-top: 6rem;
	text-align: center
}
.sec-info-list .blc-btn .btn-medium {
	margin: 0 2rem;
	width: 20rem;
	min-width: 10rem
}
.sec-info-detail .img-center {
	display: block;
	margin: 7rem auto 7rem
}
.sec-info-detail p, .sec-info-detail ul, .sec-info-detail ol, .sec-info-detail li, .sec-info-detail a, .sec-info-detail div {
	margin-bottom: 5rem
}
.sec-info-detail p, .sec-info-detail table, .sec-info-detail li, .sec-info-detail dl, .sec-info-detail a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5
}
.sec-info-detail h2 {
	padding-left: 1.4rem;
	border-left: solid .6rem #dedede;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700
}
.sec-info-detail table {
	width: 100%;
	text-align: center
}
.sec-info-detail table th, .sec-info-detail table td {
	padding: .8rem;
	border: solid .1rem #ddd
}
.sec-info-detail table thead th {
	background: #e0e7f3
}
.sec-info-detail table tbody th {
	background: #f2f2f2
}
.sec-info-detail table tbody td {
	font-weight: 300
}
.sec-info-detail table .adaptor {
	width: 2rem;
	height: auto;
	margin: 0;
	vertical-align: middle
}
.sec-info-detail img {
	max-width: 100%;
	margin: 0 .5rem 1.5rem
}
.sec-info-detail img+h2, .sec-info-detail img+p {
	margin-top: 8rem
}
.sec-info-detail img+div {
	margin-top: 3rem
}
.sec-info-detail p+img {
	margin-top: -4rem
}
.sec-info-detail .desc-info {
	margin-bottom: 10rem;
	padding: 2rem;
	background: #f6f8fb;
	font-weight: 300
}
.sec-info-detail .desc-info p {
	margin-bottom: 0
}
.sec-info-detail strong {
	font-weight: 700
}
.sec-compatibility-head .img-center, .sec-compatibility .img-center {
	display: block;
	margin: 7rem auto 7rem
}
.sec-compatibility-head p, .sec-compatibility-head ul, .sec-compatibility-head h3, .sec-compatibility p, .sec-compatibility ul, .sec-compatibility h3 {
	margin-left: 2rem
}
.sec-compatibility-head p, .sec-compatibility-head ul, .sec-compatibility-head ol, .sec-compatibility-head li, .sec-compatibility-head a, .sec-compatibility-head div, .sec-compatibility p, .sec-compatibility ul, .sec-compatibility ol, .sec-compatibility li, .sec-compatibility a, .sec-compatibility div {
	margin-bottom: 5rem
}
.sec-compatibility-head p, .sec-compatibility-head li, .sec-compatibility-head dl, .sec-compatibility-head a, .sec-compatibility p, .sec-compatibility li, .sec-compatibility dl, .sec-compatibility a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6
}
.sec-compatibility-head strong, .sec-compatibility strong {
	font-weight: 700
}
.sec-compatibility-head .red, .sec-compatibility .red {
	color: #D50000
}
.sec-compatibility-head .red a, .sec-compatibility .red a {
	color: #192057
}
.sec-compatibility-head .red a:hover, .sec-compatibility .red a:hover {
	color: #0344EC
}
.sec-compatibility-head .container {
	padding-bottom: 0
}
.sec-compatibility .sp-scroll {
	overflow-x: scroll
}
.sec-compatibility table {
	width: 134rem;
	margin-left: 2rem;
	background: #fff;
	border: solid .5rem #c2d0e8;
	text-align: left;
	table-layout: fixed;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600
}
.sec-compatibility table th, .sec-compatibility table td {
	padding: .8rem;
	border: solid .1rem #c2d0e8;
	line-height: 1.2;
	vertical-align: middle
}
.sec-compatibility table th {
	background: #eef2f9
}
.sec-compatibility table thead th, .sec-compatibility table thead td {
	padding: 2.2rem 2.5rem;
	white-space: nowrap
}
.sec-compatibility table thead th {
	text-align: center
}
.sec-compatibility table thead td {
	background: #eef2f9
}
.sec-compatibility table tbody th, .sec-compatibility table tbody td {
	height: 14.5rem;
	padding: 3.5rem 2.5rem
}
.sec-compatibility .check {
	display: block;
	width: 4.2rem;
	height: 3rem;
	margin: 0 auto 1.4rem;
	border-left: solid 1rem #192057;
	border-bottom: solid 1rem #192057;
	transform: rotate(-45deg)
}
.sec-compatibility li {
	padding-left: 2.4rem;
	position: relative
}
.sec-compatibility li span {
	display: block;
	margin-bottom: 1.2rem;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700
}
.sec-compatibility li::before {
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background: #192057;
	position: absolute;
	top: .4rem;
	left: 0
}
.sec-compatibility li a {
	display: inline-block;
	margin-bottom: 0
}
.sec-compatibility li a::after {
	content: '';
	display: inline-block;
	width: .6rem;
	height: .6rem;
	margin: 0 .2rem .2rem 1rem;
	border-right: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(-45deg);
	transition: .3s
}
.sec-compatibility li a:hover {
	color: #0344EC
}
.sec-compatibility li a:hover::after {
	border-color: #0344EC
}
.sec-compatibility h2 {
	line-height: 1.2
}
.sec-compatibility h3 {
	margin-top: 10rem;
	margin-bottom: 6rem;
	padding-left: 4rem;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	position: relative
}
.sec-compatibility h3 span {
	display: inline-block;
	position: absolute;
	top: .2rem;
	left: 0
}
.sec-compatibility h3 svg {
	display: inline-block;
	width: 2.8rem;
	height: 2.8rem;
	fill: #0344EC
}
.sec-compatibility .item-model {
	margin-left: 6rem;
	margin-right: 6rem;
	margin-bottom: 6rem;
	display: flex;
	align-items: center
}
.sec-compatibility .item-model>div {
	margin-bottom: 0
}
.sec-compatibility .item-model svg {
	margin-bottom: 0;
	display: inline-block;
	width: 16rem;
	height: 16rem;
	fill: url(#grd)
}
.sec-compatibility .item-model .thumb {
	width: 17rem
}
.sec-compatibility .item-model .body {
	width: calc(100% - 17rem)
}
.sec-compatibility .item-model .head {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700
}
.sec-compatibility .item-model p {
	margin-bottom: 1rem
}
.sec-compatibility .item-model p:not(.head) {
	font-size: 16px;
	font-size: 1.6rem
}
.table-distributor thead th:nth-child(1) {
	text-align: left
}
.table-distributor thead th:nth-child(2), .table-distributor thead th:nth-child(3), .table-distributor thead th:last-child {
	width: 16rem
}
.table-distributor tr td:nth-child(1) {
	text-align: left
}
.table-distributor a {
	padding-left: 2rem;
	background: url(../img/information/distributor/download.svg) left center no-repeat;
	background-size: 1.4rem
}
.table-distributor a:hover {
	background-image: url(../img/information/distributor/download-b.svg);
	color: #0344EC
}
@media screen and (max-width:1135px) {

	.sec-compatibility table {
		min-width: 140rem;
		table-layout: auto
	}
	.sec-compatibility table thead th, .sec-compatibility table thead td {
		padding: 1.5rem
	}
	.sec-compatibility table thead td {
		width: 16rem
	}
	.sec-compatibility table tbody th {
		width: 20rem
	}
	.sec-compatibility table tbody th, .sec-compatibility table tbody td {
		height: auto;
		padding: 2.5rem 1.5rem
	}
}
@media screen and (max-width:767px) {
	.sec-info-detail .container {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.sec-info-detail table {
		overflow: hidden
	}
	.sec-info-detail table th {
		white-space: nowrap
	}
	.sec-info-detail .sp-scroll {
		overflow-x: scroll
	}
	.sec-info-list {
		background-image: url(../img/bg/wave_sp.png);
		background-position: center top 6rem
	}
	.sec-info-list .container {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.sec-info-list .info-item .title {
		font-size: 15px;
		font-size: 4.6875vw
	}
	.sec-info-list .blc-btn .btn-medium {
		margin: 0 0 2rem;
		width: 70%;
		min-width: auto
	}
	.sec-compatibility .container {
		padding-bottom: 0
	}
	.sec-compatibility table thead th, .sec-compatibility table thead td {
		padding: 1rem
	}
	.sec-compatibility table tbody th {
		width: 16rem
	}
	.sec-compatibility table tbody th, .sec-compatibility table tbody td {
		padding: 1.5rem
	}
	.sec-compatibility ul {
		margin-right: 1rem;
		margin-bottom: 0
	}
	.sec-compatibility .check {
		width: 2.4rem;
		height: 1.8rem;
		margin-bottom: 1rem;
		border-width: .5rem
	}
	.sec-compatibility h3 {
		margin-top: 6rem;
		margin-bottom: 4rem;
		padding-left: 7.5vw;
		font-size: 17px;
		font-size: 5.3125vw;
		line-height: 1.2
	}
	.sec-compatibility h3 span {
		top: .1rem
	}
	.sec-compatibility h3 svg {
		width: 5.5vw;
		height: 5.5vw
	}
	.sec-compatibility .item-model {
		margin-right: 2rem;
		margin-left: 2rem;
		align-items: flex-start
	}
	.sec-compatibility .item-model .thumb {
		width: 16vw
	}
	.sec-compatibility .item-model svg {
		width: 16vw;
		height: 16vw
	}
	.sec-compatibility .item-model .body {
		width: calc(100% - 16vw)
	}
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.sec-info-detail p, .sec-info-detail a, .sec-info-detail li, .sec-info-detail a, .sec-info-detail dl, .sec-compatibility-head p, .sec-compatibility-head a, .sec-compatibility-head li, .sec-compatibility-head a, .sec-compatibility-head dl, .sec-compatibility p, .sec-compatibility a, .sec-compatibility li, .sec-compatibility a, .sec-compatibility dl {
		font-size: 14px;
		font-size: 4.375vw
	}
	.sec-info-detail h2, .sec-compatibility-head h2, .sec-compatibility h2 {
		font-size: 24px;
		font-size: 7.5vw
	}
	.sec-info-detail table th, .sec-info-detail table td, .sec-compatibility-head table th, .sec-compatibility-head table td, .sec-compatibility table th, .sec-compatibility table td {
		font-size: 13.5px;
		font-size: 4.21875vw
	}
	.sec-compatibility table {
		min-width: 100rem;
		max-width: 105rem
	}
	.sec-compatibility table thead td {
		width: 10rem
	}
	.sec-compatibility table tbody th {
		width: 15rem
	}
	.sec-compatibility .item-model {
		margin-bottom: 3rem
	}
	.sec-compatibility .item-model .head {
		font-size: 14px;
		font-size: 4.375vw;
		line-height: 1.2
	}
	.sec-compatibility .item-model p {
		margin-left: 3.5vw
	}
	.sec-compatibility .item-model p:not(.head) {
		font-size: 11.5px;
		font-size: 3.59375vw;
		line-height: 1.2
	}
}
@media screen and (max-width:767px) and (orientation:landscape) {
	.sec-info-detail p, .sec-info-detail a, .sec-info-detail ol li, .sec-info-detail ul li, .sec-compatibility-head p, .sec-compatibility-head a, .sec-compatibility-head ol li, .sec-compatibility-head ul li, .sec-compatibility p, .sec-compatibility a, .sec-compatibility ol li, .sec-compatibility ul li {
		font-size: 9px;
		font-size: 2.8125vw
	}
	.sec-info-detail h2, .sec-compatibility-head h2, .sec-compatibility h2 {
		margin-top: 4rem;
		font-size: 18px;
		font-size: 5.625vw
	}
	.sec-info-detail table th, .sec-info-detail table td, .sec-compatibility-head table th, .sec-compatibility-head table td, .sec-compatibility table th, .sec-compatibility table td {
		font-size: 9px;
		font-size: 2.8125vw
	}
	.sec-compatibility table {
		min-width: 100rem;
		max-width: 120rem
	}
	.sec-compatibility table thead td {
		width: 12rem
	}
	.sec-compatibility table tbody th {
		width: 18rem
	}
}
.wrap-simple {
	padding-top: 5.5rem
}
.sec-simple .container {
	padding-right: 3rem;
	padding-left: 3rem
}
.sec-simple h1 {
	margin-bottom: 5rem;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700
}
.sec-simple h2 {
	padding-left: 1.5rem;
	border-left: solid .5rem #0344EC;
	font-size: 28px;
	font-size: 2.8rem
}
.sec-simple h2, .sec-simple h3, .sec-simple p {
	line-height: 1.3
}
.sec-simple h3 {
	margin-bottom: 1rem;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700
}
.sec-simple p, .sec-simple a, .sec-simple li {
	font-size: 18px;
	font-size: 1.8rem
}
.sec-simple p+h3 {
	margin-top: 4rem
}
.sec-simple .btn-center {
	margin-top: 6rem;
	text-align: center
}
.sec-simple .btn-center .btn-medium {
	width: 30rem
}
.sec-simple ul a:hover {
	color: #0344EC
}
.sec-simple .list-link-head {
	margin: 2rem 0 5rem
}
.sec-simple .list-link-head li {
	display: inline-block;
	margin: 0 1.8rem 1.5rem 0
}
.sec-simple .list-link-head li:before {
	content: '';
	display: inline-block;
	width: .6rem;
	height: .6rem;
	margin: 0 1rem .3rem 0;
	border-right: solid .3rem #192057;
	border-bottom: solid .3rem #192057;
	transform: rotate(45deg)
}
.sec-simple .list-link-head li:last-child:after {
	content: none
}
.sec-simple .heading {
	padding-bottom: 1rem;
	border-bottom: solid .5rem #ddd;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700
}
.sec-simple .link-link-child {
	margin-bottom: 5rem
}
.sec-simple .link-link-child li {
	padding: 1.5rem;
	border-bottom: dashed .1rem #ddd;
	position: relative
}
.sec-simple .link-link-child a {
	color: #2a2a2a;
	font-weight: 700
}
.sec-simple .link-link-child small, .sec-simple .link-link-child .date {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300
}
.sec-simple .link-link-child .date {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	margin-top: -1rem
}
.footer-simple {
	padding: 4rem;
	background: #192057;
	text-align: center
}
.footer-simple copy {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: .1rem
}
.sec-textpage-feature {
	background: url(../img/panel/about2025.jpg) center center no-repeat;
	background-size: cover
}
.sec-textpage-body {
	background: url(../img/bg/wave_3.png) center top no-repeat;
	background-size: 100%
}
.sec-textpage-body .container {
	padding-left: 3rem;
	padding-right: 3rem
}
.sec-textpage-body h3 {
	margin: 5rem 0 2rem;
	padding-left: 1.4rem;
	border-left: solid .8rem #192057;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700
}
.sec-textpage-body p {
	margin-bottom: 3rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 300;
	color: #111
}
.sec-textpage-body .txt-right {
	text-align: right
}
.blc-result {
	margin-bottom: 6rem
}
@media screen and (max-width:1135px) {
	.sec-textpage-body {
		background: #fff
	}
}
@media screen and (max-width:767px) {
	.sec-textpage-body .container {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.sec-textpage-body h2 {
		font-size: 40px;
		font-size: 4rem
	}
	.sec-textpage-body h3 {
		font-size: 30px;
		font-size: 3rem
	}
}
.sec-404-body {
	padding: 12rem 0 6rem
}
.wrap-404 {
	width: 96%;
	margin: 0 auto;
	padding: 8rem 4rem 8rem;
	background: #F2F5FA;
	text-align: center;
	position: relative
}
.wrap-404 h1 {
	width: 100%;
	font-size: 72px;
	font-size: 7.2rem;
	font-weight: 700;
	color: #192057;
	position: absolute;
	top: -4rem;
	left: 0
}
.wrap-404>p {
	margin-bottom: 3rem;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.5;
	color: #111
}
.wrap-404 .list-search {
	width: 90%;
	margin: 7rem auto 7rem
}
.wrap-404 .list-search .search-02, .wrap-404 .list-search .search-03 {
	padding: 3rem 0
}
.wrap-404 .list-search>div {
	width: 31%;
	padding: 3rem 0 1.5rem;
	background: #fff
}
.wrap-404 .list-search .name {
	margin-bottom: 3rem;
	font-size: 31px;
	font-size: 3.1rem;
	font-weight: 700
}
.wrap-404 .list-search .search-03 img {
	width: 90%
}
.wrap-404>a {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem
}
.wrap-404>a:before {
	content: '';
	display: inline-block;
	width: .7rem;
	height: .7rem;
	margin: 0 .8rem .1rem .1rem;
	border-left: solid .2rem #192057;
	border-bottom: solid .2rem #192057;
	transform: rotate(45deg);
	transition: .3s
}
.wrap-404>a:hover {
	color: #0344EC
}
.wrap-404>a:hover:before {
	border-color: #0344EC
}
@media screen and (max-width:1135px) {
	.wrap-404 {
		padding: 8rem 2rem
	}
	.wrap-404 .list-search {
		width: 98%
	}
	.wrap-404 .list-search .name {
		margin-bottom: 2rem;
		font-size: 24px;
		font-size: 2.4rem
	}
}
@media screen and (max-width:767px) {
	.sec-404-body {
		padding: 8rem 0 6rem
	}
	.wrap-404 {
		padding: 5rem 1.5rem
	}
	.wrap-404 h1 {
		font-size: 40px;
		font-size: 4rem;
		top: -2rem
	}
	.wrap-404>p {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: left
	}
	.wrap-404>p br {
		display: none
	}
	.wrap-404 .list-search {
		margin: 5rem auto
	}
	.wrap-404 .list-search>div {
		width: 100%;
		margin-bottom: 2rem;
		padding: 2rem 0 .5rem
	}
	.wrap-404 .list-search .name {
		font-size: 29px;
		font-size: 2.9rem
	}
	.wrap-404 .list-search img {
		margin-bottom: 2rem;
		position: static
	}
	.wrap-404 .list-search .search-02, .wrap-404 .list-search .search-03 {
		padding: 2rem 0 .5rem
	}
	.wrap-404 .list-search .search-01 img {
		width: 45%
	}
	.wrap-404 .list-search .search-02 img {
		width: 50%
	}
	.wrap-404 .list-search .search-03 img {
		width: 80%
	}
}
.gsc-tabHeader, .gsc-refinementHeader {
	font-weight: 700
}
.gsc-result .gs-title {
	margin-bottom: 1rem;
	font-weight: 700
}
.slick-slider, .list-option {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	min-height: 1px;
	display: none
}
[dir="rtl"] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-loading .slick-list {
	background: #fff url(../img/ajax-loader.gif) center center no-repeat
}
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: #192057;
	border-radius: 50%;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none
}
.slick-prev:hover, .slick-next:hover {
	background: #0344EC
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	background: #dedede;
	cursor: default
}
.slick-prev:after, .slick-next:after {
	content: '';
	display: block;
	width: .5rem;
	height: .5rem;
	border-left: solid .3rem #fff;
	border-bottom: solid .3rem #fff;
	transform: rotate(45deg);
	position: absolute;
	top: .6rem;
	left: .7rem
}
.slick-prev {
	left: .5rem
}
.slick-next {
	right: .5rem;
	transform: rotate(180deg);
	transform-origin: 50% 25%
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -35px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0 5px;
	padding: 0;
	background: transparent;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 15px;
	width: 15px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background: #192057;
	border-radius: 50%;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #192057;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: #192057;
	opacity: .75;
	cursor: default
}
@media screen and (max-width:767px) and (orientation:portrait) {
	.slick-prev {
		left: 0
	}
	.slick-next {
		right: 0
	}
}
#pagination {
	margin-top: 2rem;
	text-align: center;
	font-family: "Rubik", sans-serif
}
#pagination li {
	display: inline-block
}
#pagination a, #pagination .active {
	font-size: 16px;
	font-size: 1.6rem
}
#pagination a {
	padding: .8rem 1.1rem;
	color: #2a2a2a
}
#pagination a:hover {
	background: #fff;
	color: #0344EC
}
#pagination .active {
	padding: .9rem 1.1rem;
	background: #192057;
	font-weight: 600;
	color: #fff
}
#pagination .prev, #pagination .next {
	letter-spacing: .1rem
}
.form-table {
	width: 100%;
	margin-bottom: 3rem;
	background: #fff;
	-ms-box-shadow: 0 1px 3px rgba(170, 170, 170, .3);
	box-shadow: 0 1px 3px rgba(170, 170, 170, .3)
}
.form-table th, .form-table td {
	padding: .8em;
	border-bottom: solid .3rem #f7f7f7;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	vertical-align: middle
}
.form-table th {
	background: #e7edf6;
	color: #192057;
	font-weight: 600
}
.form-table thead th {
	padding: .7em .9em;
	background: #192057;
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: .16em
}
.form-table tbody {
	width: 100%
}
.form-table tbody th {
	width: 20%;
	min-height: 6.5rem;
	letter-spacing: .08em;
	white-space: nowrap;
	position: relative;
	line-height: 1.3
}
.form-table tbody td+td {
	border-left: dashed 1px #ccc
}
.form-table tbody small {
	font-size: 11px;
	font-size: 1.1rem
}
.form-table tbody .info {
	display: inline-block;
	margin-bottom: 1.2rem;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .06rem
}
.form-table tr:last-child th, .form-table tr:last-child td {
	border-bottom: none
}
.form-table+.form-table {
	margin-top: 2.5em
}
.form-table+#wrap-btn {
	margin-top: 6em
}
.form-table input[type='radio'], .form-table input[type='checkbox'] {
	display: none
}
.form-table input[type='radio']+label, .form-table input[type='checkbox']+label {
	margin: .5rem .7rem .5rem 0;
	padding: .8rem 1rem .8rem 3.2rem;
	border-radius: .2rem;
	position: relative
}
.form-table input[type='radio']+label:before, .form-table input[type='radio']+label:after, .form-table input[type='checkbox']+label:before, .form-table input[type='checkbox']+label:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%
}
.form-table input[type='radio']+label:before, .form-table input[type='checkbox']+label:before {
	width: 1.8rem;
	height: 1.8rem;
	background: #fff;
	border: solid .1rem #bbb;
	margin-top: -1rem;
	left: .5rem
}
.form-table input[type='radio']:checked+label, .form-table input[type='checkbox']:checked+label {
	font-weight: 800
}
.form-table input[type='radio']:checked+label:before, .form-table input[type='checkbox']:checked+label:before {
	border-color: #192057
}
.form-table input[type='radio']+label:before, .form-table input[type='radio']+label:after {
	border-radius: 50%
}
.form-table input[type='radio']:checked+label:after {
	width: 14px;
	height: 14px;
	background: #192057;
	margin-top: -7px;
	left: 3px
}
.form-table input[type='checkbox']:checked+label {
	background: #efefef
}
.form-table input[type='checkbox']:checked+label:after {
	width: 1.6rem;
	height: .8rem;
	border-left: solid .3rem #192057;
	border-bottom: solid .3rem #192057;
	margin-top: -1rem;
	left: .8rem;
	transform: rotate(-45deg)
}
.form-table .th-cols th {
	width: 14%!important
}
.form-table .item {
	padding-left: 1em!important;
	border-left: dashed 1px #ddd;
	font-size: 13px;
	font-size: 1.3rem
}
.form-table .prev-tag span {
	display: inline-block;
	margin: .4rem .8rem .4rem 0;
	padding: .5rem 1rem;
	border: solid 1px #ddd;
	border-radius: .3rem
}
.form-table .lbl {
	display: inline-block;
	margin-bottom: .8rem;
	font-weight: 600;
	letter-spacing: .08em
}
.table-border th, .table-border td {
	border-bottom: dashed 1px #bbb
}
.block-radio, .block-checkbox {
	display: inline-block;
	margin-right: 3rem;
	padding: .3rem 0
}
.block-checkbox {
	min-width: 280px
}
.block-checkbox input[type="text"] {
	margin-left: 1rem
}
.required, .option {
	display: inline-block;
	margin-right: .8em;
	padding: .3em;
	border-radius: 2px;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 100;
	letter-spacing: .1em;
	position: absolute;
	top: 50%;
	left: 1em;
	margin-top: -10px
}
.required {
	background: #0344EC;
	color: #fff
}
.option {
	background: #fff;
	border: solid 1px #0344EC;
	color: #0344EC
}
.add-btn {
	display: inline-block;
	padding: .6em .8em;
	background: #ddd;
	border-radius: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .03em;
	vertical-align: top;
	position: relative;
	-ms-box-shadow: 0 3px 0 #b9b9b9;
	box-shadow: 0 3px 0 #b9b9b9
}
.add-btn:hover {
	background: #e5e5e5
}
.add-btn:active {
	background: #ddd;
	top: 3px;
	-ms-box-shadow: 0 3px 5px #b9b9b9 inset;
	box-shadow: 0 3px 5px #b9b9b9 inset
}
.add-trarea, .add-freearea {
	display: none
}
.add-trarea td {
	position: relative
}
.add-freearea th {
	position: relative
}
.btn-close {
	display: inline-block;
	width: 2.8rem;
	height: 2.8rem;
	padding-top: .7rem;
	background: #bbb;
	border-radius: 50%;
	position: absolute;
	top: .3rem;
	right: .3rem;
	text-align: center;
	cursor: pointer;
	transition: .3s
}
.btn-close svg {
	width: 1.4rem;
	height: 1.4rem;
	fill: #fff
}
.btn-close:hover {
	background: #888
}
#send_form, #wrap-btn {
	display: block;
	margin: 1.5em auto;
	text-align: center
}
#wrap-btn p {
	margin-bottom: 4rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #192057;
	letter-spacing: .16rem
}
#wrap-btn button {
	margin: 0 .8em
}
#btn-submit, #btn-cancel {
	display: inline-block;
	width: 280px;
	padding: .9em;
	border-radius: 35px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	letter-spacing: .08em;
	position: relative
}
#btn-submit {
	background: #0344EC;
	-ms-box-shadow: 0 5px 0 #0230a5;
	box-shadow: 0 5px 0 #0230a5
}
#btn-submit:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 1.2em;
	right: 1em
}
#btn-submit:hover {
	background: #0348fb
}
#btn-submit:active {
	background: #0344EC;
	top: 5px;
	-ms-box-shadow: 0 3px 5px #0230a5 inset;
	box-shadow: 0 3px 5px #0230a5 inset
}
#btn-cancel {
	background: #bbb;
	-ms-box-shadow: 0 5px 0 #9c9c9c;
	box-shadow: 0 5px 0 #9c9c9c
}
#btn-cancel:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 1.2em;
	left: 1em
}
#btn-cancel:hover {
	background: #cfcfcf
}
#btn-cancel:active {
	background: #bbb;
	top: 5px;
	-ms-box-shadow: 0 3px 5px #9c9c9c inset;
	box-shadow: 0 3px 5px #9c9c9c inset
}
.txt-error {
	margin-top: .5em;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #f34554!important
}
.ipt-error {
	background-color: #fef6f7!important;
	border-color: #f34554!important
}
input[type=date]::-webkit-inner-spin-button {
	-webkit-appearance: none
}
input[type=date]::-webkit-datetime-edit-year-field:after, input[type=date]::-webkit-datetime-edit-month-field:after, input[type=date]::-webkit-datetime-edit-day-field:after {
	content: ""
}
input[type=date]::-webkit-datetime-edit-year-field:not([aria-valuenow]), input[type=date]::-webkit-datetime-edit-month-field:not([aria-valuenow]), input[type=date]::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
	color: transparent
}
input[type=date]::-webkit-datetime-edit-text {
	color: #666
}
input[type=date]::-webkit-clear-button {
	-webkit-appearance: none
}
input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 4px;
	background: rgba(153, 153, 153, .2);
	color: transparent;
	width: 22px;
	height: 25px
}
input[type=date] {
	padding-right: 25px;
	position: relative;
	background: url(../img/svg/calendar.svg) right a .2rem center no-repeat #fff;
	background-size: 1.8rem
}
select {
	padding: 11px 25px 11px 11px;
	position: relative;
	background: url(../img/carrot_down.svg) right .5rem center no-repeat #fff;
	background-size: 1.4rem
}
.ipt-large {
	width: 70%;
	min-width: 500px
}
.ipt-xlarge {
	width: 100%!important
}
textarea {
	min-height: 60px;
	resize: vertical;
	line-height: 1.5
}
@media screen and (max-width:767px) {
	.ipt-large {
		width: 100%;
		min-width: 100%
	}
	.slick-slider .slick-track .sp {
		display: block
	}
}
#wrap-completed {
	margin: 3em auto 5em;
	padding: 8em;
	background: #F2F5FA;
	text-align: center;
	-ms-box-shadow: 0 1px 3px rgba(170, 170, 170, .3);
	box-shadow: 0 1px 3px rgba(170, 170, 170, .3)
}
#wrap-completed p {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .04em
}
.icon-drawer, .icon-sad {
	width: 100px;
	height: 100px;
	margin-bottom: 4em;
	fill: #0344EC
}
.icon-back, .icon-document, .icon-search {
	width: 12px;
	height: 12px;
	margin-right: .5em;
	fill: #0344EC
}
.btn-link {
	display: inline-block;
	width: 140px;
	margin: 0 .5em;
	padding: .8em;
	background: #eaeaea;
	border-radius: 35px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2a2a2a;
	text-align: center;
	letter-spacing: .04em;
	position: relative;
	-ms-box-shadow: 0 2px 0 #afafaf;
	box-shadow: 0 2px 0 #afafaf
}
.btn-link:hover {
	background: #f7f7f7
}
.btn-link:active {
	background: #eaeaea;
	top: 2px;
	-ms-box-shadow: 0 2px 3px #afafaf inset;
	box-shadow: 0 2px 3px #afafaf inset
}
#wrap-loading {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 100
}
#wrap-loading>div {

	width: 50%;
	position: absolute;
	top: 40%;
	left: 25%
}
#wrap-loading .icon-dovalve {
	display: inline-block;
	margin-bottom: 1.5em
}
#wrap-loading p {
	margin-bottom: .6em;
	letter-spacing: .2em;
	color: #8F67C6
}
@media screen and (max-width:1024px) {
	body {
		-webkit-text-size-adjust: none
	}
}
.footer-sns {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 0
}
.footer-sns li {
	position: relative;
	width: 90px;
	margin-left: 3rem
}
.footer-sns li svg {
	position: absolute;
	left: 0;
	top: 0
}
.footer-sns li:last-child {
	width: 50px;
	position: relative;
	top: -10px;
	margin-left: 5rem
}
.footer-sns li:last-child svg {
	position: relative
}
.footer-sns li div {
	padding: 8px 0 0 60px
}
.footer-sns li div .mt {
	margin-top: 5px;
	display: block
}
.footer-menu {
	margin-top: 80px
}
@media screen and (max-width:1000px) {
	.footer-sns {
		width: 500px;
		flex-wrap: wrap;
		justify-content: flex-end
	}
	.footer-sns li {
		position: relative;
		width: 90px;
		margin-left: .1rem
	}
	.footer-sns li svg {
		width: 40px;
		height: 40px
	}
	.footer-sns li div {
		padding: 2px 0 0 20px
	}
	.footer-sns li:last-child {
		width: 50px;
		position: relative;
		top: -10px;
		text-align: center;
		margin-left: .1rem
	}
	.footer-sns li:nth-child(4) {
		margin-top: 0
	}
	.footer-sns li:nth-child(4) {
		margin-right: 0;
		top: -10px
	}
	.footer-menu {
		margin-top: 130px
	}
}
.sp {
	display: none
}
@media screen and (max-width:767px) {
	.footer-sns {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		flex-wrap: wrap;
		justify-content: center
	}
	.pc {
		display: none
	}
	.footer-sns.sp {
		display: flex;
		justify-content: center
	}
	.footer-sns li svg {
		width: 60px;
		height: 60px
	}
	footer .footer-sns li, footer .footer-sns li:nth-child(2), footer .footer-sns li:nth-child(3), footer .footer-sns li:nth-child(4) {
		width: 60px;
		margin: 0 10px 0!important;
		text-align: center;
		position: relative;
		left: auto;
		top: auto
	}
	.footer-sns li:nth-child(1) {
		width: 100%;
		font-size: 25px;
		font-size: 2.5rem;
		margin-bottom: 20px!important;
		position: relative;
		margin-top: 20px!important
	}
	.footer-sns li:nth-child(1).ttl:before, .footer-sns li:nth-child(1).ttl:after {
		content: "";
		display: block;
		width: 50px;
		height: 2px;
		background: #FFF;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 12px;
		margin-left: -80px
	}
	.footer-sns li:nth-child(1).ttl:after {
		left: auto;
		right: 50%;
		margin-left: 0;
		margin-right: -130px
	}
	.footer-sns li:nth-child(1).ttl.blog:before, .footer-sns li:nth-child(1).ttl.blog:after {
		margin-left: -80px
	}
	.footer-sns li:nth-child(1).ttl.blog:after {
		margin-right: -130px
	}
	.footer-menu {
		margin-top: 0
	}
	.footer-sns li span {
		font-size: 13px;
		font-size: 1.3rem
	}
	.footer-sns li div {
		padding: 0 0 0 40px
	}
}
.sec-textpage-body p .bold {
	font-weight: 700
}
.sec-textpage-body p .pl1 {
	padding-left: 1rem;
	display: block;
	line-height: 1.5
}
.sec-textpage-body p .pl2 {
	padding-left: 2rem;
	display: block;
	line-height: 1.5
}
.list01, .table01 {
	margin-bottom: 3rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 300;
	text-align: left
}
.list01 li {
	border-top: solid 1px #ccc;
	padding: 15px 0
}
.list01 li:last-child {
	border-bottom: solid 1px #ccc
}
.table01 {
	border: solid 1px #ccc;
	border-right: none;
	border-bottom: none;
	width: 100%;
	box-sizing: border-box
}
.table01 td, .table01 th {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 15px 10px;
	background: #F4F4F4
}
.table01 th {
	font-weight: 700
}
.table01 td {
	background: #FFF
}
p span.ttl {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 2px #ccc;
	font-weight: 700
}