@charset "utf-8";
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	* html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: microsoft yahei,heiti sc,tahoma,arial,hiragino sans gb,"\5b8b\4f53",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #666;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}

body {
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 56px;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 992px) {
	.sp {
		display: none !important;
	}
	.menubox {
		display: none !important;
	}
}
@media all and (max-width: 991px) {
	body {
		min-width: inherit;
		font-size: 14px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 54px;
	}
}

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header {
	padding: 0 15px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: #fff;
}
#header .width {
	max-width: 1200px;
	margin: 0 auto;
}
#header h1 {
	margin-top: 16px;
	width: 67px;
	float: left;
}
#header h1 .white {
	display: none;
}
#header h1 img {
	-webkit-transition: all .6s;
	transition: all .6s;
}
#header h1 a:hover img {
	transform: rotatey(360deg);
}
#header .search {
	margin-top: 13px;
	width: 120px;
	height: 30px;
	float: right;
	position: relative;
}
#header .search form {
	height: 100%;
	padding: 0;
	margin: 0;
}
#header .search button {
	width: 25px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
#header .search input {
	padding: 0 5px 0 26px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	background: #f3f3f4  no-repeat left 9px center;
	background-size: 13px 13px;
	border: 1px solid transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#header .search input:focus,
#header .search input:hover {
	border: 1px solid #3e5ce9;
}
#header .search input::-webkit-input-placeholder { /* webkit browsers */
	color: #949494;
	opacity:1;
}
#header .search input:-moz-placeholder { /* mozilla firefox 4 to 18 */
	color: #949494;
	opacity:1;
}
#header .search input::-moz-placeholder {
	color: #949494;
	opacity:1;
}
#header .search input:-ms-input-placeholder { /* internet explorer 10  */
	color: #949494;
	opacity:1;
}
#header .navi {
	float: right;
}
#header .navi > li {
	margin-right: 42px;
	float: left;
}
#header .navi > li > a {
	height: 56px;
	font-size: 15px;
	color: #333;
	display: block;
	box-sizing: border-box;
	padding-top: 18px;
	position: relative;
}
#header .navi > li > a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #3e5ce9;
	transition: .5s;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
}
#header .navi > li > a:hover,
#header .navi > li.on > a {
	color: #3e5ce9 !important;
}
#header .navi > li > a:hover:before,
#header .navi > li.on > a:before {
	width: 100%;
}
#header .naviinfo {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: rgba(31,35,47,0.9);
}
#header .naviinner {
	box-sizing: border-box;
	max-width: 1320px;
	margin: 0 auto;
	padding: 37px 0;
	display: flex;
}
#header .naviinner .item {
	/*max-width: 25%;*/
	padding: 0 60px;
	border-right: 1px solid rgba(255,255,255,0.4);
	box-sizing: border-box;
}
#header .naviinner .item:last-child {
	border-right: none;
}
#header .naviinfo a {
	color: #fff;
	display: inline-block;
}
#header .naviinfo a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #3e5ce9;
}
#header .naviinfo .ttl {
	font-weight: bold;
	margin-bottom: 23px;
}
#header .navilink {
	margin-bottom: 23px;
	font-size: 14px;
}
#header .navilink:last-child {
	margin-bottom: 0;
}
#header .navilink li {
	margin-top: 4px;
}
#header .navilink .fwb {
	font-weight: bold;
}

#index #container {
	padding-top: 0;
}
#index #header {
	background-color: transparent;
}
#index #header h1 .white {
	display: block;
}
#index #header h1 .black {
	display: none;
}
#index #header .navi > li > a {
	color: #fff;
}
#index #header:hover,
#index #header.on {
	background-color: #292d39;
}

#footer {
	background-color: #272727;
}
#footer .width {
	max-width: 1230px;
	margin: 0 auto;
	padding: 38px 15px 49px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	line-height: 1.4;
}
#footer .code {
	margin-top: 2px;
	width: 119px;
	text-align: center;
}
#footer .code p {
	margin-bottom: 19px;
	font-size: 14px;
	color: #fff;
}
#footer .fnavi {
	padding-right: 15%;
	display: flex;
	justify-content: space-between;
	width: 785px;
	box-sizing: border-box;
	border-right: 1px solid #545454;
}
#footer .fnavi a {
	font-size: 12px;
	color: #999;
	display: inline-block;
	position: relative;
}
#footer .fnavi .ttl {
	margin-bottom: 5px;
}
#footer .fnavi .ttl a {
	font-size: 14px;
	color: #fff;
}
#footer .fnavi a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #3e5ce9;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#footer .fnavi a:hover {
	color: #3e5ce9;
}
#footer .fnavi a:hover:before {
	width: 100%;
}
#footer .tel {
	margin-top: 2px;
	width: 190px;
	text-align: center;
	color: #fff;
}
#footer .tel .txt01 {
	margin-bottom: 46px;
	font-size: 14px;
}
#footer .tel a {
	font-size: 25px;
	color: #fff;
}
#footer .tel .txt03 {
	margin-top: 10px;
	font-size: 12px;
}
#footer .fbtm {
	padding: 17px 0;
	display: flex;
	justify-content: center;
	border-top: 1px solid #545454;
	text-align: center;
	color: #999;
	font-size: 14px;
}
#footer .fbtm a {
	color: #999;
}
#footer .fbtm a:hover {
	text-decoration: underline;
}
#footer .fbtm p {
	margin: 0 15px;
}
#footer .fbtm .txt04 img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 5px 0 0;
	width: 22px;
}

.fixbtn {
	display: none;
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 100;
}
.fixbtn > li > a {
	padding-top: 15px;
	width: 88px;
	height: 88px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	color: #3e5ce9;
	background-color: #fff;
}
.fixbtn .pagetop a:hover {
	transform: translatey(-10px);
}
.fixbtn > li > a > img {
	width: 34px;
}
.fixbtn .pagetop {
	margin-bottom: 8px;
}
.fixbtn .people .text {
	margin-top: 5px;
	font-size: 12px;
}
.fixbtn .people a {
	position: relative;
}
.fixbtn .people .hiddencode {
	display: none;
	padding-right: 18px;
	position: absolute;
	right: 100%;
	top: -21px;
	z-index: 100;
}
.fixbtn .people .hiddeninner {
	width: 396px;
	height: 210px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 9px 0px rgba(3,4,21,0.1);
	border-radius:8px;
	display: flex;
	align-items: center;
}
.fixbtn .people .hiddencode .code {
	width: 92px;
	padding: 0 10px;
}
.fixbtn .people .hiddencode .tel {
	width: 261px;
	font-size: 12px;
	color: #666;
	text-align: left;
}
.fixbtn .people .hiddencode .tel .num {
	display: block;
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
.fixbtn .people .hiddencode .tel .add {
	display: block;
	margin-top: 3px;
}
.fixbtn .people .hiddencode .tel .name {
	color: #3e5ce9;	
}

.comwidth {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.mainvisual {
	margin-bottom: 52px;
	position: relative;
}
.mainvisual .sliderul .slick-list li {
	background-size: cover;
	background-position: center center;
	color: #fff;
	position: relative;
	height: 598px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.myvideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.myvideo video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.mainvisual .sliderul .width {
	max-width: 1230px;
	height: 598px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
}
.mainvisual .sliderul .inner {
	width: 100%;
}
.mainvisual .sliderul .inner * {
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}
.mainvisual .sliderul .slick-active .inner * {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mainvisual .sliderul .style05 .ttl {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: bold;
	font-family: "鎬濇簮榛戜綋 cn";
	background-color: rgba(255,255,255,0.18);
	color: #fff;
	max-width: 500px;
	box-sizing: border-box;
	font-size: 32px;
	position: relative;
}
.mainvisual .sliderul .style05 .ttl span {
	display: block;
	position: relative;
	padding: 23px 20px;
	text-align: center;
	letter-spacing: 3px;
}
.mainvisual .sliderul .style05 .ttl:before {
	width: 192px;
	height: 58px;
	position: absolute;
	left: -8px;
	top: -2px;
	background:  no-repeat;
	content: "";
}
.mainvisual .sliderul .style05 .ttl:after {
	width: 172px;
	height: 86px;
	position: absolute;
	left: -8px;
	bottom: -2px;
	background:  no-repeat;
	content: "";
}
.mainvisual .sliderul .style05 .ttl span:before {
	width: 213px;
	height: 37px;
	position: absolute;
	right: -3px;
	top: -2px;
	background:  no-repeat;
	content: "";
}
.mainvisual .sliderul .style05 .ttl span:after {
	width: 271px;
	height: 107px;
	position: absolute;
	right: -3px;
	bottom: -2px;
	background:  no-repeat;
	content: "";
}
.mainvisual .sliderul .style05 .txt {
	-webkit-transition: all 1s;
	transition: all 1s;
	font-size: 14px;
	line-height: 24px;
	font-family: "鎬濇簮榛戜綋 cn";
	background-color: rgba(255,255,255,0.18);
	color: #fff;
	max-width: 500px;
	box-sizing: border-box;
	padding: 10px 20px;
	margin-top: 10px;
	text-align: justify;
	letter-spacing: 1px;
	text-indent: 32px;
}
.mainvisual .sliderul .style01 .ttl {
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.mainvisual .sliderul .style01 .en {
	margin-bottom: 0;
	letter-spacing: 2.3px;
	-webkit-transition: all 1s;
	transition: all 1s;
	font-size: 20px;
}
.mainvisual .sliderul .style01 .txt {
	font-size: 17px;
	letter-spacing: 1.9px;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.mainvisual .sliderul .style02 {
	text-align: center;
}
.mainvisual .sliderul .style02 .ttl {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 17px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.mainvisual .sliderul .style02 .txt {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.mainvisual .sliderul .style02 .txt span {
	margin: 0 10px;
	display: inline-block;
	border-radius: 30px;
	padding: 7px 20px;
	background-color: rgba(255,255,255,0.2);
}
/*.mainvisual .sliderul .style03 .txt {
	margin-bottom: 6px;
	font-size: 28px;
	letter-spacing: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}*/
.mainvisual .sliderul .style03 .ttl {
	/*margin-bottom: 17px;*/
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 4.8px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
/*.mainvisual .sliderul .style03 .note {
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.mainvisual .sliderul .style03 .note span {
	padding: 7px 20px;
	margin-right: 15px;
	display: inline-block;
	background-color: rgba(255,255,255,0.2);
	border-radius: 30px;
}*/
.mainvisual .sliderul .style04 .ttl {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 4.8px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 10px;
}
.mainvisual .sliderul .style04 .txt {
	/*margin-bottom: 32px;*/
	font-size: 28px;
	letter-spacing: 2px;
	-webkit-transition: all 1s;
	transition: all 1s;
	font-family: "鎬濇簮榛戜綋 cn";
}
/*.mainvisual .sliderul .style04 .link {
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.mainvisual .sliderul .style04 .link a {
	min-width: 150px;
	text-align: center;
	display: inline-block;
	color: #3a0cd6;
	background-color: #fff;
	border-radius: 30px;
	font-weight: bold;
	padding: 11px 10px;
	box-sizing: border-box;
}
.mainvisual .sliderul .style04 .link a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}*/
.mainvisual .slick-dots {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.mainvisual .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: bottom;
	background-color: #e8e8e8;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.mainvisual .slick-dots li button {
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.mainvisual .slick-dots .slick-active {
	height: 14px;
	border-radius: 4px;
}
.mainvisual .arrow {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.mainvisual:hover .arrow {
	opacity: 1;
}
.mainvisual .arrow li {
	margin-top: -15px;
	cursor: pointer;
	z-index: 10;
	width: 20px;
}
.mainvisual .arrow .prev  {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -670px;
}
.mainvisual .arrow .next  {
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -670px;
}

.headline01 {
	margin-bottom: 20px;
	padding-bottom: 12px;
	font-size: 32px;
	color: #333;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.headline01:before {
	position: absolute;
	width:130px;
	height:1px;
	background:rgba(221,221,221,1);
	left: 50%;
	bottom: 0;
	margin-left: -65px;
	content: "";
}
.headline01:after {
	position: absolute;
	width:40px;
	height:3px;
	background:rgba(62,92,233,1);
	left: 50%;
	bottom: -1px;
	margin-left: -20px;
	content: "";
}

.comtxt {
	margin: 0 auto 52px;
	font-size: 14px;
	color: #999;
	line-height: 21px;
	max-width: 900px;
	text-align: justify;
	text-align-last: center;
}

.comul li {
	width: 290px;
	float: left;
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: rgba(62,92,233,0.1);
}
#index .sec02.combg {
	background-color: #f4f4f4;
}
#index .sec02 .comul {
	margin: 0 -6px;
}
.comul .slick-slide {
	margin: 0 6px;
	width: 290px;
}
.comul .txtbox {
	padding: 18px 18px 30px;
	box-sizing: border-box;
}
.comul .photo a {
	display: block;
	height: 202px;
	position: relative;
	overflow: hidden;
}
.comul .photo a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,1,2,0.34)  no-repeat center center;
	background-size: 60px auto;
	content: "";
	border-radius: 6px 6px 0 0;
	opacity: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.comul .photo a:hover:before {
	opacity: 1;
}
.comul .photo img {
	width: 100%;
	height: 100%;
	border-radius: 6px 6px 0 0;
}
.comul h3 {
	margin-bottom: 6px;
	color: #333;
}
.comul p {
	color: #999;
	font-size: 12px;
	text-align: justify;
	text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
.comul .link {
	margin-top: 19px;
}
.comul .link a {
	display: inline-block;
	width:119px;
	padding: 5px;
	border:1px solid rgba(62,92,233,1);
	border-radius:17px;
	box-sizing: border-box;
	font-size: 14px;
	color: #3e5ce9;
}
.comul .link a:hover {
	background-color: rgba(62,92,233,1);
	color: #fff;
}
.fancybox-content {
	max-width: 1280px;
	max-height: 720px;
}
.fancybox-bg {
	background: rgba(0,0,0,0.5);
}
.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.comlist {
	display: flex;
	flex-wrap: wrap;
}
.comlist li {
	width: 24.17%;
	margin: 0 1.106% 20px 0;
}
.comlist li:nth-child(4n) {
	margin-right: 0;
}
.comlist a {
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 6px;
}
.comlist .photo {
	height: 204px;
}
.comlist .photo img {
	width: 100%;
	height: 100%;
	border-radius: 6px 6px 0 0;
}
.comlist .txtbox {
	padding: 22px 30px 36px;
	text-align: center;
}
.comlist h3 {
	margin-bottom: 7px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.comlist p {
	font-size: 12px;
	color: #999;
	text-align: justify;
	text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
.comlist a:hover {
	transform: translatey(-15px);
}
.comlist a:hover h3 {
	color: #3e5ce9;
}

.combg {
	background-color: #f7f7f7;
}

.comimg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 330px;
	text-align: center;
	background:  no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding: 15px;
}
.comimg h2 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}
.comimg h2 span {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}
.comimg h2 i {
	font-style: normal; 
}

#index .sec01 {
	margin-bottom: 70px;
}
#index .sec01 ul {
	display: flex;
	flex-wrap: wrap;
}
#index .sec01 ul li {
	width: 24.17%;
	margin: 0 1.106% 10px 0;
}
#index .sec01 ul li:nth-child(4n) {
	margin-right: 0;
}
#index .sec01 ul a {
	padding-bottom: 29px;
	display: block;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	box-shadow:0px 0px 21px 0px rgba(3,4,21,0.05);
	border-radius:0px 0px 6px 6px;
	text-align: center;
}
#index .sec01 ul .photo {
	margin-bottom: 23px;
	position: relative;
	height: 223px;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
#index .sec01 ul .photo > img {
	width: 100%;
	height: 100%;
	border-radius: 6px 6px 0 0;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#index .sec01 ul .icon {
	width: 74px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
#index .sec01 ul .icon img {
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#index .sec01 ul p {
	font-size: 22px;
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#index .sec01 ul a:hover p {
	color: #3e5ce9;
}
#index .sec01 ul a:hover .photo > img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#index .sec01 ul a:hover .icon img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
#index .sec02 {
	padding: 53px 85px 83px;
}
#index .sec02 .sliderbox {
	position: relative;
}
#index .sec02 .sliderbox .arrow img {
	width: 62px;
}
#index .sec02 .sliderbox .arrow .prev {
	position: absolute;
	left: -90px;
	top: 50%;
	margin-top: -31px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#index .sec02 .sliderbox .arrow .prev:hover {
	transform: translatex(-8px);
}
#index .sec02 .sliderbox .arrow .next {
	position: absolute;
	right: -90px;
	top: 50%;
	margin-top: -31px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#index .sec02 .sliderbox .arrow .next:hover {
	transform: translatex(8px);
}
#index .sec03 {
	padding: 45px 0 59px;
	background: #343c59  no-repeat center center;
}
#index .sec03 .headline01 {
	color: #fff;
}
#index .sec03 .headline01:after {
	background-color: #fff;
}
#index .sec03 .comtxt {
	color: #fff;
}
#index .sec04 {
	padding: 70px 0 60px;
}
#index .sec04 .newsul > li {
	background-color: #fff;
	border-radius: 6px;
	display: flex;
}
#index .sec04 .newsul > li:nth-child(3n) {
	margin-right: 0;
}
#index .sec04 .newsul > li > a {
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 6px;
}
#index .sec04 .newsul .photo {
	width: 50%;
}
#index .sec04 .newsul .photo a {
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
#index .sec04 .newsul .photo a > img {
	border-radius: 6px;
	width: 100%;
	height: 100%;
}
#index .sec04 .newsul .txtbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 100px 5px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#index .sec04 .newsul .photo a:hover .txtbox {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#index .sec04 .newsul .txtbox h3 {
	margin-bottom: 4px;
	font-size: 22px;
}
#index .sec04 .newsul .txtbox .en {
	margin-bottom:15px;
	text-transform: uppercase;
	font-size: 12px;
}
#index .sec04 .newsul .txtbox .link {
	width:99px;
	margin: 0 auto;
	font-size: 14px;
	background:rgba(255,255,255,0.14);
	border-radius:16px;
	box-sizing: border-box;
	padding: 5px;
}
#index .sec04 .newsul .listul {
	padding: 21px 20px 31px;
	width: 50%;
	box-sizing: border-box;
}
#index .sec04 .newsul .listul a {
	display: block;
	position: relative;
	font-size: 14px;
}
#index .sec04 .newsul .listul .time {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#index .sec04 .newsul .listul .txt {
	display: block;
	padding-right: 90px;
	letter-spacing: 0.5px;
	color: #666;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#index .sec04 .newsul .listul li:not(:last-child) {
	margin-bottom: 16px;
}
#index .sec04 .newsul .listul a:hover .time,
#index .sec04 .newsul .listul a:hover .txt {
	color: #3e5ce9;
}
#index .sec05 {
	padding: 70px 0 61px;
	text-align: center;
	color: #fff;
	background:  no-repeat center center fixed;
	background-size: cover;
}
#index .sec05 .photo {
	margin-bottom: 15px;
}
#index .sec05 .photo img {
	width: 82px;
}
#index .sec05 p {
	font-size: 14px;
	line-height: 30px;
}

.comlink {
	margin: 37px 0 -17px;
	display: flex;
	justify-content: center;
}
.comlink li {
	width: 212px;
	margin: 0 10px;
}
.comlink a {
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #f7f7f7;
}
.comlink a:hover,
.comlink .on a {
	color: #fff;
	background-color: #0b60db;
}

.compage {
	padding: 15px 15px;
	background-color: #fff;
}
.compage .width {
	max-width: 1200px;
	margin: 0 auto;
}
.compage .pageul {
	float: left;
}
.compage .pageul li {
	margin-right: 34px;
	display: inline-block;
}
.compage .pageul a {
	color: #c2c2c2;
	font-size: 14px;
}
.compage .pageul a:hover,
.compage .pageul .on a {
	color: #0b60db;
}
.pagepath {
	float: right;
}
.pagepath li {
	display: inline-block;
	/*padding-right: 16px;
	margin-right: 5px;
	background:  no-repeat right top 10px;
	background-size: 5px 8px;*/
}
.pagepath li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
.pagepath a {
	font-size: 14px;
	color:rgba(17,17,17,0.71);
}
.pagepath a:hover {
	color: #0b60db;
}

/*pages*/
.pagination-wrapper{
	margin: 63px 0 0;
}
.pagination{
	text-align: center;
}
.pagination li {
	margin-top: 5px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	text-decoration: none;
	background-color: #fff;
	font-size: 12px;
}
.pagination li a,
.pagination .thisclass,
.pagination .other {
	padding: 0 7px;
}
.pagination li a {
	display: block;
}
.pagination li.thisclass {
	background: #0b60db;
	color: #fff;
}
.pagination li.thisclass a,
.pagination li a:hover {
	background: #0b60db;
	color: #fff;
}

#solution .sec01 {
	padding: 54px 0 100px;
}

#solution_detail .comwidth {
	padding-top: 56px;
	padding-bottom: 56px;
}
#solution_detail .compage {
    border-bottom: 1px solid #ddddde;
}
#solution_detail h3 {
	margin-bottom: 35px;
	text-align: center;
	font-size: 26px;
	color: #333;
	font-weight: 500;
}
#solution_detail .infobox {
	line-height: 30px;
}
#solution_detail .infobox * {
	font-size: 16px !important;
	line-height: 30px !important;
	color: #666 !important;
}
#solution_detail .infobox img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}
#solution_detail .comwidth .code {
	margin-top: 50px;
	text-align: center;
}
#solution_detail .comwidth .code p {
	font-size: 13.5px;
	line-height: 20px;
}
#solution_detail .comwidth .code span {
	margin: 16px 0 12px;
	display: block;
	font-size: 22px;
	color: #333;
	font-weight: bold;
}

#news .comimg,
#news_detail .comimg {
	background-image: ;
}
#news .combg {
	padding: 53px 0 53px;
}
#news .newsul a {
	display: block;
	overflow: hidden;
	background-color: #fff;
}
#news .newsul li {
	margin-bottom: 30px;
}
#news .newsul .photo {
	width: 24.16%;
	overflow: hidden;
	float: left;
	height: 201px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#news .newsul .photo img {
	width: 100% !important;
	height: 100% !important;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#news .newsul .txtbox {
	width: 75.84%;
	padding: 35px;
	float: right;
	box-sizing: border-box;
}
#news .newsul .txtbox h3 {
	margin-bottom: 10px;
	color: #000;
	font-size: 22px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#news .newsul .txtbox p {
	margin-bottom: 14px;
	min-height: 50px;
	line-height: 24px;
}
#news .newsul .txtbox .time {
	color: #999;
}
#news .newsul a:hover h3 {
	color: #0b60db;
	margin-left: 20px;
}
#news .newsul a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#news_detail .compage {
	border-bottom: 1px solid #ddddde;
}
#news_detail .comwidth {
	padding-top: 56px;
	padding-bottom: 56px;
	max-width: 1030px;
}
#news_detail h3 {
	margin-bottom: 3px;
	text-align: center;
	font-size: 26px;
	color: #333;
	font-weight: 500;
}
#news_detail .note {
	margin-bottom: 35px;
	text-align: center;
	font-size: 14px;
	color: #111111;
}
#news_detail .infobox {
	line-height: 30px;
}
/*#news_detail .infobox * {
	font-size: 16px !important;
	line-height: 30px !important;
	color: #666 !important;
}*/
#news_detail .infobox img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}
/*#news_detail .comwidth .code {
	margin-top: 50px;
	text-align: center;
}
#news_detail .comwidth .code p {
	font-size: 13.5px;
	line-height: 20px;
}
#news_detail .comwidth .code span {
	margin: 16px 0 12px;
	display: block;
	font-size: 22px;
	color: #333;
	font-weight: bold;
}*/

#business_area .comimg {
	background-image: ;
}
#business_area .compage {
	border-bottom: 1px solid #ddddde;
}
#business_area .sec01 {
	padding: 37px 0;
}
#business_area .sec01 h3 {
	margin-bottom: 17px;
	text-align: center;
	font-size: 26px;
	color: #0b60db;
	font-weight: 500;
}
#business_area .sec01 p {
	line-height: 30px;
	text-indent: 30px;
}
#business_area .sec01 sup {
	font-size: 10px;
}
#business_area .sec01 .txtlist {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
#business_area .sec01 .txtlist a {
	display: block;
	height: 100%;
	background-color: #fff;
	box-shadow:0px 0px 21px 0px rgba(3,4,21,0.05);
	border-radius: 6px;
	text-align: center;
}
#business_area .sec01 .txtlist li {
	width: 24.16%;
	margin: 0 1.12% 20px 0;
}
#business_area .sec01 .txtlist li:nth-child(4n) {
	margin-right: 0;
}
#business_area .sec01 .txtlist .photo {
	height: 180px;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
#business_area .sec01 .txtlist .photo img {
	width: 100%;
	min-height: 180px;
	border-radius: 6px 6px 0 0;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#business_area .sec01 .txtlist .txt {
	padding: 29px 5px;
	font-size: 18px;
	color: #333;
}
#business_area .sec01 .txtlist a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#business_area .sec01 .txtlist a:hover .txt {
	color: #3e5ce9;
}
#business_area .sec02 {
	padding: 55px 0;
}
#business_area .sec02 .listul {
	margin-bottom: 23px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#business_area .sec02 .listul li {
	width: 123px;
	margin: 0 10px 10px;
}
#business_area .sec02 .listul a {
	padding: 9px 5px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
}
#business_area .sec02 .listul a:hover,
#business_area .sec02 .listul .on a {
	background-color: #0b60db;
	color: #fefefe;
}
#business_area .sec02 p {
	margin-bottom: 50px;
	line-height: 30px;
	text-indent: 2em;
}
#business_area .sec02 .linkul {
	display: flex;
	flex-wrap: wrap;
}
#business_area .sec02 .linkul li {
	width: 31.5%;
	margin: 0 2.75% 30px 0;
}
#business_area .sec02 .linkul li:nth-child(3n) {
	margin-right: 0;
}
#business_area .sec02 .linkul a {
	min-height: 98px;
	padding: 10px 60px 10px 6%;
	height: 100%;
	align-items: center;
	display: flex;
	font-size: 22px;
	color: #333;
	background: #fff  no-repeat right 24px center;
	box-sizing: border-box;
}
#business_area .sec02 .linkul a:hover {
	background-position: right 14px center;
	background-color: #0b60db;
	color: #fff;
}
#business_area .sec03 .listbox {
	padding: 40px 0 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#business_area .sec03 .listbox .listitem {
	margin-bottom: 30px;
	width: 48.66%;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 30px 30px 30px 125px;
	min-height: 166px;
}
#business_area .sec03 .listbox .icon {
	width: 77px;
	position: absolute;
	left: 30px;
	top: 45px;
}
#business_area .sec03 .listbox .icon img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
#business_area .sec03 .listbox h4 {
	margin-bottom: 7px;
	font-size: 22px;
	color: #333;
}
#business_area .sec03 .listbox h4 span {
	margin-left: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
#business_area .sec03 .listbox p {
	line-height: 30px;
}
#business_area .sec03 .listbox .listitem:hover .icon img {
	transform: rotatey(180deg);
}
#business_area .comul {
	margin: 0 -4px;
	display: flex;
	flex-wrap: wrap;
}
#business_area .comul p {
	margin: 0;
	line-height: 1.5;
	text-indent: inherit;
}
#business_area .comul.center {
	justify-content: center;
}
#business_area .comul li {
	margin: 0 6px 20px;
	border-radius: 0;
	float: none;
}
#business_area .comul .photo img {
	border-radius: 0;
}
#business_area .comul .photo a:before {
	display: none;
}

#software_evaluation .comimg {
	background-image: ;
}
#software_evaluation .compage {
	border-bottom: 1px solid #ddddde;
}
#software_evaluation .h3ttl {
	margin-bottom: 17px;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	color: #333;
}
#software_evaluation .sec01 {
	padding: 37px 0 38px;
}
#software_evaluation .sec01 p {
	line-height: 30px;
	text-indent: 2em;
}
#software_evaluation .sec02 {
	margin-bottom: 46px;
}
#software_evaluation .sec02 h3 {
	margin-bottom: 21px;
}
#software_evaluation .sec02 .photo {
	text-align: center;
}
#software_evaluation .sec02 .photo img {
	height: auto !important;
}
#software_evaluation .sec03 {
	margin-bottom: 50px;
}
#software_evaluation .sec03 h3 {
	margin-bottom: 21px;
}
#software_evaluation .sec03 ul {
	max-width: 700px;
	margin: 0 auto;
}
#software_evaluation .sec03 ul li {
	padding: 25px 20px 25px 86px;
	border: 2px dashed #b5bcd2;
	margin-bottom: 20px;
	position: relative;
}
#software_evaluation .sec03 ul .icon {
	position: absolute;
	left: 23px;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
#software_evaluation .sec03 ul h4 {
	margin-bottom: 4px;
	color: #333;
	font-size: 14px;
}
#software_evaluation .sec03 ul p {
	font-size: 13.5px;
	color: #333;
}

#products .comimg,
#products_detail .comimg {
	background-image: ;
}
.comimg.bg16 {
	background-image:  !important;
}
.comimg.bg17 {
	background-image:  !important;
}
.comimg.bg18 {
	background-image:  !important;
}
#products .compage,
#products_detail .compage {
	border-bottom: 1px solid #ddddde;
}
#products .h3ttl {
	margin-bottom: 19px;
	text-align: center;
	font-size: 26px;
	color: #333;
	font-weight: 500;
}
#products .topbox {
	padding: 37px 0 43px;
}
#products .topbox .comwidth {
	max-width: 960px;
}
#products .infobox {
	line-height: 30px;
}
#products .comul {
	padding: 39px 0;
	margin: 0 -4px;
	display: flex;
	flex-wrap: wrap;
}
#products .comul.center {
	justify-content: center;
}
#products .comul li {
	margin: 0 6px 20px;
	border-radius: 0;
	float: none;
}
#products .comul .photo img {
	border-radius: 0;
}
#products .comul .photo a:before {
	display: none;
}
#products_detail .comwidth {
	padding-top: 57px;
	padding-bottom: 57px;
}
#products_detail .h3ttl {
	margin-bottom: 25px;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	color: #333;
}
#products_detail .infobox {
	line-height: 30px;
}
#products_detail .infobox * {
	font-size: 16px !important;
	line-height: 30px !important;
}
#products_detail .infobox img {
	height: auto !important;
	display: block;
	margin: 0 auto;
}
#products_detail .infobox h4 {
	margin-bottom: 10px;
	font-size: 18px !important;
	font-weight: 500;
	color: #333;
	line-height: 1.5 !important;
}

.comjob {
	padding: 35px 0;
	position: relative;
	border-bottom: 1px solid #ddddde;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.comjob .jobtxt {
	max-width: 80%;
}
.comjob .name {
	font-size: 20px;
	color: #333;
}
.comjob .name img {
	margin: -2px 7px 0 0;
	width: 18px;
	display: inline-block;
	vertical-align: middle;
}
.comjob .num {
	margin-top: 2px;
	color: #999;
}
.comjob .address {
	margin-top: 9px;
}
.comjob .joblink {
	margin-top: 16px;
	text-align: right;
}
.comjob .btn {
	margin-bottom: 15px;
}
.comjob .btn a {
	width: 110px;
	padding: 4px 5px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background-color: #0b60db;
	box-sizing: border-box;
}
.comjob .btn a:hover {
	opacity: 0.5;
}

#talent_recruitment .comimg,
#talent_recruitment_detail .comimg,
#talent_recruitment_contact .comimg {
	background-image: ;
}
#talent_recruitment .combg,
#talent_recruitment_detail .combg,
#talent_recruitment_contact .combg {
	padding: 30px 0 50px;
}
#talent_recruitment .screenbox {
	margin-bottom: 20px;
	padding: 32px 30px 40px;
	background-color: #fff;
}
#talent_recruitment .screenbox h3 {
	margin-bottom: 23px;
	color: #333;
	font-size: 20px;
}
#talent_recruitment .searchjob {
	position: relative;
	padding-right: 110px;
	margin-bottom: 32px;
}
#talent_recruitment .searchjob a {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	height: 47px;
	display: block;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	line-height: 47px;
	background-color: #0b60db;
}
#talent_recruitment .searchjob a:hover {
	opacity: 0.5;
}
#talent_recruitment .searchjob input {
	width: 100%;
	height: 47px;
	border: 1px solid #ddddde;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 16px;
	padding: 5px 10px;
}
#talent_recruitment .category {
	position: relative;
	padding: 0 0 0 105px;
}
#talent_recruitment .category p {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
#talent_recruitment .category ul {
	display: flex;
	flex-wrap: wrap;
}
#talent_recruitment .category ul li {
	margin-right: 40px;
}
#talent_recruitment .category ul li:last-child {
	margin-right: 0;
}
#talent_recruitment .category ul a {
	padding: 3px 10px;
	font-size: 20px;
}
#talent_recruitment .category ul .on a,
#talent_recruitment .category ul a:hover {
	color: #fff;
	background-color: #0b60db;
}
#talent_recruitment .jobbox {
	padding: 0 30px;
	background-color: #fff;
}
#talent_recruitment .jobbox .comjob:last-child {
	border-bottom: none;
}

#talent_recruitment_detail .comjob {
	border-bottom: none;
}
#talent_recruitment_detail .inner {
	padding: 0 30px 1px;
	background-color: #fff;
}
#talent_recruitment_detail .infobox h3 {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	margin-bottom: 20px;
}
#talent_recruitment_detail .infobox h3:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #ddddde;
	content: "";
}
#talent_recruitment_detail .infobox h3 span {
	padding-right: 20px;
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 2;
}
#talent_recruitment_detail .infobox p {
	margin-bottom: 40px;
	font-size: 14px;
	color: #333;
	line-height: 33px;
}

#talent_recruitment_contact form {
	padding: 66px 15px;
	background-color: #fff;
}
#talent_recruitment_contact form .headimg {
	width: 119px;
	margin: 0 auto 33px;
	text-align: center;
}
#talent_recruitment_contact form .headimg img {
	display: block;
	width: 119px;
	height: 119px;
	border-radius: 100%;
	margin-bottom: 8px;
}
#talent_recruitment_contact form .headimg a {
	display: inline-block;
	font-size: 20px;
	color: #0b60db;
}
#talent_recruitment_contact form .headimg a:hover {
	opacity: 0.5;
}
#talent_recruitment_contact .formtable {
	width: 534px;
	margin: 0 auto;
	border-collapse: collapse;
}
#talent_recruitment_contact .formtable .must {
	color: #eb7470;
}
#talent_recruitment_contact .formtable th,
#talent_recruitment_contact .formtable td {
	text-align: left;
	vertical-align: middle;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	padding-bottom: 20px;
}
#talent_recruitment_contact .formtable th {
	width: 24.8%;
	box-sizing: border-box;
	padding-right: 5px;
}
#talent_recruitment_contact .formtable input[type^="text"],
#talent_recruitment_contact .formtable input[type^="email"],
#talent_recruitment_contact .formtable input[type^="tel"] {
	width: 100%;
	height: 47px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #ddddde;
	box-sizing: border-box;
	font-size: 20px;
	padding: 5px 15px;
}
#talent_recruitment_contact .formtable .file {
	position: relative;
	width: 100%;
	height: 47px;
	background-color: #eaeaea;
	color: #999;
	font-size: 14px;
	line-height: 47px;
	box-sizing: border-box;
	padding: 0 15px;
}
#talent_recruitment_contact .formtable .file input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#talent_recruitment_contact form .submit {
	margin-top: 40px;
	text-align: center;
}
#talent_recruitment_contact form .submit li {
	display: inline-block;
	width: 110px;
}
#talent_recruitment_contact form .submit input {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 16px;
	color: #fff;
	background-color: #0b60db;
	border: none;
	box-sizing: border-box;
	padding: 6px 5px;
	cursor: pointer;
}
#talent_recruitment_contact form .submit input:hover {
	opacity: 0.5;
}

#government #container {
	padding-top: 0;
}
#government #header {
	background-color: transparent;
}
#government #header h1 .white {
	display: block;
}
#government #header h1 .black {
	display: none;
}
#government #header .navi > li > a {
	color: #fff;
}
#government #header:hover,
#government #header.on {
	background-color: #292d39;
}
#government .topphoto img {
	width: 100%;
}
#government .h2ttl {
	margin-bottom: 22px;
	font-size: 25px;
	color: #333;
}
#government .h2ttl span {
	margin-top: 1px;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}
#government .topinfo {
	padding: 38px 0 59px;
}
#government .btminfo {
	padding-bottom: 70px;
}
#government .lbox {
	width: 30%;
	float: left;
	margin-right: 5%;
}
#government .lbox .sliderbox01 .items {
	position: relative;
	height: 215px;
}
#government .lbox .sliderbox01 .items img {
	width: 100%;
	height: 100%;
}
#government .lbox .sliderbox01 .items p {
	padding: 14px 75px 13px 5px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 15px;
	color: #f7f7f7;
	background-color: rgba(0,0,0,0.48);
	z-index: 5;
}
#government .lbox .sliderbox01 .slick-dots {
	position: absolute;
	right: 20px;
	bottom: 25px;
	height: 8px;
}
#government .lbox .sliderbox01 .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 3px;
	display: inline-block;
	background-color: #fff;
	border-radius: 100%;
	cursor: pointer;
}
#government .lbox .sliderbox01 .slick-dots li button {
	margin: 0;
	padding: 0;
	visibility: hidden;
}
#government .lbox .sliderbox01 .slick-dots .slick-active {
	background-color: #cd342c;
}
#government .lbox .sliderbox02 .items li {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
#government .lbox .sliderbox02 .items li:last-child {
	margin-bottom: 0;
}
#government .lbox .sliderbox02 .items .photo {
	width: 22.22%;
}
#government .lbox .sliderbox02 .items .photo img {
	width: 100%;
	border-radius: 100%;
}
#government .lbox .sliderbox02 .items p {
	width: 73%;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-indent: 25px;
}
#government .lbox .sliderbox02 .items p a {
	color: #ca2b1f;
}
#government .lbox .sliderbox02 .items p a:hover {
	text-decoration: underline;
}
#government .lbox .sliderbox02 .slick-dots {
	margin-top: 20px;
	text-align: center;
	height: 8px;
}
#government .lbox .sliderbox02 .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 3px;
	display: inline-block;
	background-color: #c6c6c6;
	border-radius: 100%;
	cursor: pointer;
}
#government .lbox .sliderbox02 .slick-dots li button {
	margin: 0;
	padding: 0;
	visibility: hidden;
}
#government .lbox .sliderbox02 .slick-dots .slick-active {
	background-color: #cd342c;
}
#government .morebox {
	padding-right: 65px;
	position: relative;
}
#government .morebox .morelink {
	position: absolute;
	right: 0;
	top: 17px;
}
#government .morelink {
	text-align: right;
}
#government .morelink a {
	display: inline-block;
	color: #999;
	transition: none;
	-webkit-transition: none;
}
#government .morelink a:hover {
	color: #ca2b1f;
}
#government .topinfo .cbox {
	margin-top: 17px;
}
#government .cbox {
	width: 30%;
	float: left;
}
#government .cbox #marquee1 {
	margin-top: 36px;
	height: 215px;
	overflow: hidden;
}
#government .cbox #marquee1 a {
	padding: 7px 95px 7px 15px;
	position: relative;
	display: block;
	color: #333;
	background:  no-repeat left center;
	background-size: 7px auto;
}
#government .cbox #marquee1 a .time {
	position: absolute;
	right: 0;
	top: 7px;
	color: #999;
}
#government .cbox #marquee1 a:hover {
	color: #ca2b1f;
}
#government .cbox #marquee1 li {
	border-bottom: 1px dashed #dddddd;
}
#government .cbox #marquee2 {
	height: 250px;
	overflow: hidden;
}
#government .cbox #marquee2 li {
	margin-bottom: 10px;
}
#government .cbox #marquee2 a {
	padding-left: 15px;
	display: block;
	color: #333;
	position: relative;
}
#government .cbox #marquee2 a:before {
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #ca2b1f;
	content: "";
	border-radius: 100%;
}
#government .cbox #marquee2 a:hover {
	color: #ca2b1f;
}
#government .rbox {
	width: 30%;
	float: right;
}
#government .rbox .topbox .photo {
	margin-bottom: 15px;
	overflow: hidden;
}
#government .rbox .topbox .photo img {
	width: 100%;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#government .rbox .topbox .photo:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#government .rbox .topbox p {
	text-indent: 2em;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
#government .rbox .topbox p a {
	color: #ca2b1f;
}
#government .rbox .topbox p a:hover {
	text-decoration: underline;
}
#government .rbox .listul li {
	margin-bottom: 10px;
}
#government .rbox .listul a {
	display: block;
	overflow: hidden;
}
#government .rbox .listul a img {
	width: 100%;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#government .rbox .listul a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

#government_2nd .comwidth {
	padding-bottom: 60px;
}
#government_2nd .topphoto {
	margin-bottom: 40px;
}
#government_2nd .topphoto img {
	width: 100%;
}
#government_2nd .sidebar {
	width: 21.33%;
	float: left;
	background-color: #fff;
	padding-bottom: 30px;
}
#government_2nd .sidebar h2 {
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	background-color: #e41921;
	font-size: 20px;
	padding: 11px 5px;
	font-weight: normal;
}
#government_2nd .sidebar .linkul li:not(:last-child) {
	margin-bottom: 32px;
}
#government_2nd .sidebar .linkul a {
	padding: 0 10px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #2d2d2d;
}
#government_2nd .sidebar .linkul a:hover,
#government_2nd .sidebar .linkul .on a {
	color: #e41921;
	font-weight: bold;
}
#government_2nd .conts {
	width: 77.16%;
	float: right;
}
#government_2nd .conts .bg {
	background-color: #fff;
	padding: 27px 30px;
}
#government_2nd .conts .linklist li {
	margin-bottom: 30px;
}
#government_2nd .conts .linklist a {
	padding-right: 110px;
	display: block;
	color: #333;
	font-size: 18px;
	position: relative;
}
#government_2nd .conts .linklist .time {
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
#government_2nd .conts .linklist a:hover {
	color: #e41921;
}
#government_2nd .pagination li.thisclass,
#government_2nd .pagination li.thisclass a, 
#government_2nd .pagination li a:hover {
	background: #e41921;
}

#government_detail .topphoto img {
	width: 100%;
}
#government_detail .compage {
	border-bottom: 1px solid #ddddde;
}
#government_detail .compage .pageul a:hover, 
#government_detail .compage .pageul .on a {
	color: #e41921;
}
#government_detail .comwidth {
	padding-top: 56px;
	padding-bottom: 56px;
}
#government_detail h2 {
	margin-bottom: 3px;
	text-align: center;
	font-size: 26px;
	color: #333;
	font-weight: 500;
}
#government_detail .note {
	margin-bottom: 35px;
	text-align: center;
	font-size: 14px;
	color: #111111;
}
#government_detail .infobox {
	line-height: 30px;
}
/*#government_detail .infobox * {
	font-size: 16px !important;
	line-height: 30px !important;
	color: #666 !important;
}*/
#government_detail .infobox img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}

#about .comimg {
	background-image: ;
}
#about .compage {
	border-bottom: 1px solid #ddddde;
}
#about .h3ttl {
	margin-bottom: 24px;
	text-align: center;
	font-size: 26px;
	color: #333;
}
#about .h3ttl span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
#about .sec01 {
	padding: 40px 0 53px;
}
#about .sec01 p {
	margin-bottom: 10px;
	line-height: 26px;
	text-indent: 32px;
}
#about .sec01 .link {
	margin: 26px 0 10px;
	text-align: center;
}
#about .sec01 .link a {
	padding: 0 20px;
	display: inline-block;
	background:  no-repeat right top 11px;
	background-size: 12px auto;
}
#about .sec01 .link a:hover {
	color: #3e5ce9;
}
#about .sec01 .link.on a {
	background-image: ;
}
#about .sec01 .hiddenbox {
	display: none;
}
#about .sec01 .photo {
	text-align: center;
	margin-top: 36px;
	overflow: hidden;
}
#about .sec01 .photo img {
	width: 100%;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#about .sec01 .photo:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#about .sec02 {
	padding: 37px 0 23px;
}
#about .sec02 .toptext {
	margin-bottom: 44px;
	line-height: 26px;
	text-indent: 32px;
}
#about .sec02 ul {
	display: flex;
	flex-wrap: wrap;
}
#about .sec02 ul li {
	width: 23.75%;
	margin: 0 1.66% 10px 0;
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
	padding-bottom: 20px;
}
#about .sec02 ul li:nth-child(4n) {
	margin-right: 0;
}
#about .sec02 ul .photo {
	margin-bottom: 17px;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
#about .sec02 ul .photo img {
	width: 100%;
	height: 100%;
	border-radius: 6px 6px 0 0;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#about .sec02 ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#about .sec02 ul h4 {
	margin-bottom: 6px;
	color: #121212;
	font-size: 20px;
	font-weight: normal;
}
#about .sec02 ul p {
	font-size: 14px;
	color: #252224;
	line-height: 24px;
}
#about .sec03 {
	padding: 42px 0 70px;
}
#about .sec03 .scrollbox {
	position: relative;
}
#about .sec03 .scrollbox:before {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, transparent 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, transparent 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, transparent 100%);
	content: "";
	z-index: 10;
}
#about .sec03 .scrollbox:after {
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: -moz-linear-gradient( 0deg, transparent 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, transparent 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 0deg, transparent 0%, rgb(255,255,255) 100%);
	content: "";
	z-index: 10;
}
#about .sec03 .swiper-container {
	padding-bottom: 95px;
}
#about .sec03 .swiper-wrapper {
	padding: 0 30px;
	display: flex;
	align-items: flex-end;
}
#about .sec03 .swiper-slide {
	width: 250px;
	position: relative;
	border-left: 2px dotted #333;
	border-bottom: 1px solid #333333;
}
#about .sec03 .swiper-slide:before {
	position: absolute;
	left: -8px;
	bottom: -7px;
	width:13px;
	height:13px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(51,51,51,1);
	border-radius:100%;
	content: "";
}
#about .sec03 .swiper-slide .txt {
	padding: 0 30px 30px 10px;
	font-size: 14px;
	line-height: 18px;
}
#about .sec03 .swiper-slide .time {
	position: absolute;
	left: -25px;
	bottom: -35px;
	color: #121212;
	font-weight: bold;
}
#about .swiper-container-horizontal > .swiper-scrollbar {
	height: 1px;
	bottom: 10px;
	background: #dbdbdb;
	width: 65%;
	left: 50%;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
#about .swiper-scrollbar-drag {
	top: -5px;
	height: 8px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
}
#about .sec04 {
	padding: 37px 0 68px;
}
#about .sec04 .h3ttl {
	margin-bottom: 46px;
}
#about .sec04 h4 {
	margin-bottom: 41px;
	text-align: center;
	color: #121212;
	font-size: 20px;
	font-weight: normal;
}
#about .sec04 .iconul {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
#about .sec04 .iconul li {
	width: 20%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	padding: 0 10px;
}
#about .sec04 .iconul li:hover .icon img {
	-webkit-transition: all .8s;
	transition: all .8s;	
}
#about .sec04 .iconul li:hover .icon img {
	transform: rotatey(360deg);
}
#about .sec04 .iconul li:before {
	position: absolute;
	right: 0;
	top: 18px;
	height: 87px;
	width: 1px;
	background-color: #c9c9c9;
	content: "";
}
#about .sec04 .iconul li:last-child:before {
	display: none;
}
#about .sec04 .iconul p {
	margin-top: 8px;
	color: #252224;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
#about .sec04 .txtul {
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#about .sec04 .txtul li {
	padding: 0 10px;
	width: 21%;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	box-sizing: border-box;
}
#about .sec04 .numul {
	display: flex;
	justify-content: center;
}
#about .sec04 .numul li {
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	width: 18%;
	box-sizing: border-box;
	padding: 0 10px;
}
#about .sec04 .numul .num {
	color: #0b60db;
	font-size: 40px;
	font-weight: bold;
}
#about .sec04 .numul .num sup {
	margin: -4px -12px 0 0;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}
#about .sec05 {
	padding: 40px 0 89px;
}
#about .sec05 .h3ttl {
	margin-bottom: 54px;
}
#about .sec05 .photo {
	text-align: center;
}
#about .sec06 {
	padding: 35px 0 60px;
}
#about .sec06 .h3ttl {
	margin-bottom: 43px;
}
#about .sec06 .lbox {
	width: 38%;
	float: left;
	margin-top: 12px;
}
#about .sec06 .lbox li {
	padding: 0 0 24px 50px;
	position: relative;
}
#about .sec06 .lbox li img {
	width: 32px;
	position: absolute;
	left: 0;
	top: 6px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#about .sec06 .lbox li:hover img {
	top: 0;
}
#about .sec06 .lbox p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
#about .sec06 .lbox a {
	color: #333;
}
#about .sec06 .lbox .ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#about .sec06 .rbox {
	float: right;
	width: 60.25%;
}
#about .sec07 {
	text-align: center;
	color: #fff;
	padding: 75px 0;
	background:  no-repeat center center;
	background-size: cover;
}
#about .sec07 p {
	margin-bottom: 20px;
	font-size: 18px;
}
#about .sec07 .link a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	width:123px;
	background:rgba(11,96,219,1);
	border-radius:20px;
	box-sizing: border-box;
	padding: 10px 5px;
}
#about .sec07 .link a:hover {
	background-color: #fff;
	color: rgba(11,96,219,1);
}

#technical_support .comimg {
	background-image: ;
}
#technical_support .compage {
	border-bottom: 1px solid #ddddde;
}
#technical_support .sec01 {
	padding: 46px 0;
}
#technical_support .sec01 h3 {
	margin-bottom: 10px;
	text-align: center;
	color: #333;
	font-size: 26px;
	font-weight: normal;
}
#technical_support .sec01 h3 sup {
	margin-left: 5px;
	font-size: 16px;
}
#technical_support .sec01 .toptext {
	margin-bottom: 53px;
	line-height: 30px;
	text-indent: 32px;
}
#technical_support .sec01 .listul {
	max-width: 975px;
	margin: 0 auto 43px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#technical_support .sec01 .listul li {
	margin-bottom: 20px;
	width: 46.7%;
	background-color: #f7f7f7;
	text-align: center;
	box-sizing: border-box;
	padding: 28px 15px 20px;
}
#technical_support .sec01 .listul .icon {
	margin-bottom: 7px;
}
#technical_support .sec01 .listul .icon img {
	width: 52px;
}
#technical_support .sec01 .listul h4 {
	margin-bottom: 1px;
	color: #454444;
	font-size: 20px;
}
#technical_support .sec01 .listul p {
	line-height: 30px;
}
#technical_support .sec01 .photo {
	text-align: center;
	margin-bottom: 45px;
}
#technical_support .sec01 .photo img {
	width: 976px;
}

.comttl {
	margin-bottom: 42px;
	border-bottom: 1px solid #dbdbdb;
}
.comttl h2 {
	float: left;
	color: #333;
	font-size: 26px;
	font-weight: 500;
}
.comttl h2 span {
	padding-bottom: 1px;
	display: inline-block;
	position: relative;
}
.comttl h2 span:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 3px;
	background-color: #333;
	content: "";
}
.comttl .pagepath {
	margin-top: 8px;
}

#disclaimer .sec01 {
	padding: 31px 0;
}
#disclaimer .sec01 .inner {
	padding: 27px 30px;
	background-color: #fff;
}
#disclaimer .sec01 h3 {
	margin-bottom: 7px;
	font-size: 24px;
	color: #333;
	font-weight: 500;
}
#disclaimer .sec01 .infobox p {
	margin-bottom: 17px;
	line-height: 30px;
}

#after_sale .comimg {
	background-image: ;
}
#after_sale .compage {
	border-bottom: 1px solid #ddddde;
}
#after_sale .sec01 {
	padding: 46px 0;
}
#after_sale .sec01 h3 {
	text-align: center;
	font-size: 26px;
	color: #333;
	font-weight: 500;
	margin-bottom: 42px;
}
#after_sale .sec01 h4 {
	margin: 22px 0 8px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
}
#after_sale .sec01 p {
	text-indent: 32px;
	line-height: 30px;
}
#after_sale .sec01 .txtul {
	margin-top: 20px;
}
#after_sale .sec01 .txtul li {
	padding: 0 60px 0 50px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #333;
}
#after_sale .sec01 .txtul a {
	color: #333;
}
#after_sale .sec01 .txtul li img {
	width: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
#after_sale .sec01 .txtul span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

#download .comimg {
	background-image: ;
}
#download .compage {
	border-bottom: 1px solid #ddddde;
}
#download .sec01 {
	padding: 39px 0;
}
#download .sec01 ul li {
	margin-bottom: 20px;
	padding: 33px 290px 33px 153px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 21px 0px rgba(3,4,21,0.05);
	position: relative;
}
#download .sec01 ul .photo {
	width: 100px;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
#download .sec01 ul .link {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	width:110px;
}
#download .sec01 ul .link a {
	padding: 5px 5px;
	display: block;
	background:rgba(11,96,219,1);
	color: #fff;
	text-align: center;
}
#download .sec01 ul .link a:hover {
	opacity: 0.5;
}
#download .sec01 ul h3 {
	margin-bottom: 9px;
	color: #000;
	font-size: 22px;
	font-weight: 500;
}
#download .sec01 ul p {
	line-height: 24px;
}
#download .sec01 ul .note {
	margin-top: 22px;
}

#software_evaluation.cepinbg .comimg {
    background-image: ;
}

.compageul {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.compageul li {
	max-width: 49%;
}
.compageul a:hover {
	color: #e41921;
}

#search .comimg {
	background-image: ;
}
#search .comimg form {
	width: 840px;
	margin: 0 auto;
	position: relative;
}
#search .comimg form input {
	width: 100%;
	height: 70px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background-color: #f7f7f7;
	box-sizing: border-box;
	font-size: 20px;
	padding: 5px 110px 5px 30px;
	border: none;
	color: #666;
}
#search .comimg form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 106px;
	height: 70px;
	background: #ff6f20  no-repeat center center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#search .comimg form button:hover {
	opacity: 0.6;
}
#search .sec01 {
	padding: 30px 0;
}
#search .compage .pageul {
	max-width: 90%;
	font-size: 20px;
	color: #333;
}
#search .sec01 .nodate {
	display: none;
	margin-bottom: 30px;
	text-align: center;
}
#search .sec01 .nodate p {
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
}

@media all and (max-width: 991px) {
	#header {
		padding: 15px 15px;
	}
	#header .width {
		max-width: inherit;
	}
	#header h1 {
		margin-top: 0;
		position: relative;
		z-index: 200;
	}
	#header .search {
		display: none;
	}
	#header .navi {
		display: none;
	}
	#header .menu {
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 200;
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 30px;
	  height: 23px;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #000;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translatey(10px) rotate(-45deg);
	  transform: translatey(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translatey(-10px) rotate(45deg);
	  transform: translatey(-10px) rotate(45deg);
	}
	.menubox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: rgba(31,35,47,0.9);
		z-index: 300;
	}
	.menubox .menulist {
		padding-top: 54px;
	}
	.menubox .menulist > li {
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.menubox .menulist > li > a {
		padding: 10px 60px 10px 15px;
		display: block;
		color: #fff;
		font-size: 16px;
	}
	.menubox .menuadd {
		width: 60px;
		height: 44px;
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		background:  no-repeat center center;
		background-size: 17px 17px;
	}
	.menubox .menuitem.active .menuadd {
		background-image: ;
	}
	.menubox .secondlist {
		display: none;
		background-color: rgba(0,0,0,0.5);
	}
	.menubox .secondlist > li > a {
		padding: 9px 5px 9px 30px;
		display: block;
		color: #fff;
	}
	.menubox .seconditem {
		position: relative;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	.menubox .third {
		display: none;
	}
	.menubox .third a {
		padding: 5px 5px 5px 45px;
		display: block;
		color: #fff;
	}
	.menubox .third .inner:not(:last-child) {
		margin-bottom: 10px;
	}
	.menubox .third .inner a:first-child {
		font-weight: bold;
	}
	.menubox .secondadd {
		width: 60px;
		height: 39px;
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		background:  no-repeat center center;
		background-size: 14px 14px;
	}
	.menubox .seconditem.active .secondadd {
		background-image: ;
	}
	
	#index .menu-trigger span {
		background-color: #fff;
	}
	#index #header:hover,
	#index #header.on {
		background-color: #292d39 !important;
	}
	
	#footer .width {
		max-width: inherit;
		padding: 20px 15px 15px;
		display: block;
		line-height: 1.5;
	}
	#footer .code {
		display: none;
	}
	#footer .fnavi {
		padding-right: 0;
		display: block;
		width: auto;
		border: none;
	}
	#footer .fnavi .item {
		border-bottom: 1px solid #545454;
	}
	#footer .fnavi a {
		font-size: 13px;
		display: block;
	}
	#footer .fnavi .ttl {
		margin-bottom: 0;
		position: relative;
	}
	#footer .fnavi .ttl span {
		width: 60px;
		height: 41px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		background:  no-repeat right center;
		background-size: 15px auto;
	}
	#footer .fnavi .ttl span.on {
		background-image: ;
	}
	#footer .fnavi .ttl a {
		padding: 10px 60px 10px 0;
		display: block;
	}
	#footer .fnavi a:before {
		display: none;
	}
	#footer .fnavi ul {
		display: none;
	}
	#footer .fnavi ul a {
		padding: 0 0 5px 15px;
	}
	#footer .tel {
		margin-top: 20px;
		width: auto;
	}
	#footer .tel .txt01 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	#footer .tel a {
		font-size: 20px;
	}
	#footer .tel .txt03 {
		margin-top: 5px;
	}
	#footer .fbtm {
		padding: 10px 5px;
		display: block;
		border-top: 1px solid #545454;
		font-size: 13px;
	}
	#footer .fbtm p {
		margin: 0;
	}
	#footer .fbtm .txt04 img {
		margin: -2px 5px 0 0;
		width: 18px;
	}

	.fixbtn {
		right: 0;
	}
	.fixbtn > li > a {
		padding-top: 6px;
		width: 60px;
		height: 60px;
	}
	.fixbtn > li > a > img {
		width: 28px;
	}
	.fixbtn .pagetop {
		margin-bottom: 5px;
	}
	.fixbtn .people .text {
		margin-top: 2px;
	}
	.fixbtn .people .hiddencode {
		padding-right: 5px;
		top: -21px;
	}
	.fixbtn .people .hiddeninner {
		width: 250px;
		height: 160px;
	}
	.fixbtn .people .hiddencode .tel {
		font-size: 11px;
		width: 170px;
	}
	.fixbtn .people .hiddencode .code {
		width: 65px;
		padding: 0 5px;
	}
	.fixbtn .people .hiddencode .tel .num {
		font-size: 14px;
	}
	.fixbtn .people .hiddencode .tel .add {
		margin-top: 0;
	}

	.comwidth {
		max-width: inherit;
	}
	
	.comlink {
		margin: 20px 15px -5px;
	}
	.comlink li {
		width: 48%;
		margin: 0 1%;
	}

	.mainvisual {
		margin-bottom: 30px;
	}
	.mainvisual .sliderul .width {
		max-width: inherit;
		height: 300px;
	}
	.mainvisual .sliderul .style05 .ttl {
		max-width: 300px;
		font-size: 16px;
		margin-top: 20px;
	}
	.mainvisual .sliderul .style05 .ttl span {
		padding: 10px;
		letter-spacing: 0;
	}
	.mainvisual .sliderul .style05 .ttl:before {
		width: 96px;
		height: 29px;
		left: -4px;
		top: -2px;
		background:  no-repeat;
		background-size: 96px 29px;
	}
	.mainvisual .sliderul .style05 .ttl:after {
		width: 86px;
		height: 43px;
		left: -4px;
		bottom: -2px;
		background:  no-repeat;
		background-size: 86px 43px;
	}
	.mainvisual .sliderul .style05 .ttl span:before {
		width: 106px;
		height: 18px;
		right: -1px;
		top: -2px;
		background:  no-repeat;
		background-size: 106px 18px;
	}
	.mainvisual .sliderul .style05 .ttl span:after {
		width: 135px;
		height: 53px;
		right: -1px;
		bottom: -2px;
		background:  no-repeat;
		background-size: 135px 53px;
	}
	.mainvisual .sliderul .style05 .txt {
		font-size: 11px;
		line-height: 1.5;
		max-width: 300px;
		padding: 10px;
		margin-top: 5px;
		letter-spacing: 0;
		text-indent: 22px;
	}
	.mainvisual .sliderul .slick-list li {
		height: 300px;
	}
	.mainvisual .sliderul .style01 .ttl {
		font-size: 21px;
		letter-spacing: 2px;
	}
	.mainvisual .sliderul .style01 .en {
		letter-spacing: 0.5px;
		font-size: 16px;
	}
	.mainvisual .sliderul .style01 .txt {
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	.mainvisual .sliderul .style02 .ttl {
		font-size: 24px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	.mainvisual .sliderul .style02 .txt span {
		margin: 0 5px;
		padding: 5px 10px;
	}
	/*.mainvisual .sliderul .style03 .txt {
		margin-bottom: 5px;
		font-size: 16px;
		letter-spacing: 1px;
	}*/
	.mainvisual .sliderul .style03 .ttl {
		margin-bottom: 0;
		font-size: 24px;
		letter-spacing: 2px;
	}
	/*.mainvisual .sliderul .style03 .note span {
		padding: 5px 15px;
		margin: 10px 10px 0 0;
		color: #3a0cd6;
		background-color: rgba(255,255,255,0.5);
	}*/
	.mainvisual .sliderul .style04 .ttl {
		font-size: 24px;
		letter-spacing: 2px;
	}
	.mainvisual .sliderul .style04 .txt {
		/*margin-bottom: 10px;*/
		font-size: 16px;
	}
	/*.mainvisual .sliderul .style04 .link a {
		min-width: 130px;
		padding: 8px 10px;
	}*/
	.mainvisual .slick-dots {
		bottom: 15px;
	}
	.mainvisual .slick-dots li {
		margin: 0 7px;
	}
	.mainvisual .arrow {
		display: none;
	}

	.headline01 {
		margin-bottom: 20px;
		padding-bottom: 8px;
		font-size: 20px;
	}
	.headline01:before {
		width:80px;
		margin-left: -40px;
	}
	.headline01:after {
		width:20px;
		margin-left: -10px;
	}

	.comtxt {
		max-width: inherit;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.5;
	}
	
	#index .sec02 .comul {
		margin: 0 -5px;
	}
	
	.comul .slick-slide {
		margin: 0 5px;
		width: 255px;
	}
	.comul .txtbox {
		padding: 15px 10px;
	}
	.comul .photo a {
		height: 175px;
	}
	.comul .photo a:before {
		display: none;
	}
	.comul .link {
		margin-top: 10px;
	}
	.comul .link a {
		width: 100px;
		font-size: 13px;
	}

	.comlist {
		justify-content: space-between;
	}
	.comlist li {
		width: 49%;
		margin: 0 0 10px;
	}
	.comlist .photo {
		height: 130px;
	}
	.comlist .txtbox {
		padding: 15px 10px;
	}
	.comlist h3 {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.comlist a:hover {
		transform: translatey(0);
	}

	.comimg {
		height: 150px;
	}
	.comimg h2 {
		font-size: 22px;
	}
	.comimg h2 span {
		font-size: 14px;
	}

	#index .sec01 {
		margin-bottom: 30px;
	}
	#index .sec01 ul {
		justify-content: space-between;
	}
	#index .sec01 ul li {
		width: 49%;
		margin: 0 0 10px;
	}
	#index .sec01 ul a {
		padding-bottom: 10px;
	}
	#index .sec01 ul .photo {
		margin-bottom: 10px;
		height: 130px;
	}
	#index .sec01 ul .icon {
		width: 50px;
	}
	#index .sec01 ul p {
		font-size: 16px;
	}
	#index .sec02 {
		padding: 30px 0;
	}
	#index .sec02 .sliderbox {
		padding: 0 45px;
	}
	#index .sec02 .sliderbox .arrow img {
		width: 40px;
	}
	#index .sec02 .sliderbox .arrow .prev {
		left: -5px;
		margin-top: -20px;
	}
	#index .sec02 .sliderbox .arrow .prev:hover {
		transform: translatex(0);
	}
	#index .sec02 .sliderbox .arrow .next {
		right: -5px;
		margin-top: -20px;
	}
	#index .sec02 .sliderbox .arrow .next:hover {
		transform: translatex(0);
	}
	#index .sec03 {
		padding: 30px 0;
	}
	#index .sec04 {
		padding: 30px 0;
	}
	#index .sec04 .newsul {
		display: block;
	}
	#index .sec04 .newsul > li {
		width: auto;
		display: block;
	}
	#index .sec04 .newsul .photo {
		width: auto;
	}
	#index .sec04 .newsul .photo a {
		height: 150px;
	}
	#index .sec04 .newsul .txtbox {
		padding: 35px 5px 0;
	}
	#index .sec04 .newsul .txtbox h3 {
		font-size: 18px;
	}
	#index .sec04 .newsul .txtbox .en {
		margin-bottom: 10px;
	}
	#index .sec04 .newsul .txtbox .link {
		font-size: 13px;
	}
	#index .sec04 .newsul .listul {
		width: auto;
		padding: 10px;
	}
	#index .sec04 .newsul .listul a {
		font-size: 13px;
	}
	#index .sec04 .newsul .listul .txt {
		padding-right: 80px;
	}
	#index .sec04 .newsul .listul li:not(:last-child) {
		margin-bottom: 8px;
	}
	#index .sec05 {
		padding: 30px 0;
		background:  no-repeat center center;
	}
	#index .sec05 .photo img {
		width: 67px;
	}
	#index .sec05 p {
		font-size: 13px;
		line-height: 1.5;
	}
	
	.compage {
		padding: 10px 15px;
	}
	.compage .width {
		max-width: inherit;
	}
	.compage .pageul {
		float: none;
	}
	.compage .pageul li {
		margin-right: 15px;
	}
	.compage .pageul a {
		font-size: 13px;
	}
	.pagepath {
		margin: 0 0 10px;
		float: none;
	}
	/*.pagepath li {
		padding-right: 13px;
		background-position: right top 8px;
	}*/
	.pagepath a {
		font-size: 13px;
	}
	
	.pagination-wrapper{
		margin: 20px 0 0;
	}
	
	#solution .sec01 {
		padding: 30px 0 40px;
	}
	
	#news .combg {
		padding: 20px 0 40px;
	}
	#news .newsul li {
		margin-bottom: 10px;
	}
	#news .newsul a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
	}
	#news .newsul .photo {
		width: 35%;
		float: none;
		height: auto;
		display: block;
	}
	#news .newsul .photo img {
		height: auto !important;
	}
	#news .newsul .txtbox {
		width: 60%;
		padding: 0;
		float: none;
	}
	#news .newsul .txtbox h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}
	#news .newsul .txtbox p {
		display: none;
		margin-bottom: 10px;
		min-height: inherit;
		line-height: 1.5;
	}
	#news .newsul .txtbox .time {
		display: none;
	}
	#news .newsul a:hover h3 {
		margin-left: 0;
	}
	#news_detail .comwidth {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#news_detail h3 {
		font-size: 18px;
	}
	#news_detail .note {
		margin-bottom: 10px;
		font-size: 13px;
	}
	#news_detail .infobox {
		line-height: 1.5;
	}
	/*#news_detail .infobox * {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	#news_detail .comwidth .code {
		margin-top: 30px;
		text-align: center;
	}
	#news_detail .comwidth .code img {
		width: 80px;
	}
	#news_detail .comwidth .code span {
		margin: 10px 0 5px;
		font-size: 18px;
	}*/

	#business_area .sec01 {
		padding: 20px 0;
	}
	#business_area .sec01 h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#business_area .sec01 p {
		line-height: 1.5;
	}
	#business_area .sec01 .txtlist {
		margin-top: 20px;
		justify-content: space-between;
	}
	#business_area .sec01 .txtlist li {
		width: 49%;
		margin: 0 0 10px;
	}
	#business_area .sec01 .txtlist .photo {
		height: 105px;
	}
	#business_area .sec01 .txtlist .photo img {
		min-height: 105px;
	}
	#business_area .sec01 .txtlist .txt {
		padding: 10px 5px;
		font-size: 14px;
	}
	#business_area .sec02 {
		padding: 20px 0;
	}
	#business_area .sec02 .listul {
		margin-bottom: 10px;
	}
	#business_area .sec02 .listul li {
		width: 100px;
		margin: 0 5px 10px;
	}
	#business_area .sec02 .listul a {
		padding: 5px;
	}
	#business_area .sec02 p {
		margin-bottom: 20px;
		line-height: 1.5;
	}
	#business_area .sec02 .linkul {
		display: block;
	}
	#business_area .sec02 .linkul li {
		width: 100%;
		margin: 0 0 10px;
	}
	#business_area .sec02 .linkul a {
		min-height: inherit;
		padding: 10px 24px 10px 15px;
		font-size: 16px;
		background-size: 18px auto;
		background-position: right 15px center;
	}
	#business_area .sec02 .linkul a:hover {
		background-position: right 15px center;
	}
	#business_area .sec03 .listbox {
		padding: 30px 0 15px;
		display: block;
	}
	#business_area .sec03 .listbox .listitem {
		margin-bottom: 15px;
		width: auto;
		padding: 15px 15px 15px 80px;
		min-height: inherit;
	}
	#business_area .sec03 .listbox .icon {
		width: 50px;
		left: 15px;
		top: 30px;
	}
	#business_area .sec03 .listbox h4 {
		margin-bottom: 5px;
		font-size: 18px;
	}
	#business_area .sec03 .listbox h4 span {
		margin-left: 10px;
		font-size: 13px;
	}
	#business_area .sec03 .listbox p {
		line-height: 1.5;
	}
	#business_area .comul {
		margin: 0;
		justify-content: space-between !important;
	}
	#business_area .comul p {
		margin: 0;
	}
	#business_area .comul li {
		margin: 0 0 20px;
		width: 49%;
	}
	#business_area .comul .photo a {
		height: 120px;
	}
	
	#software_evaluation .h3ttl {
		margin-bottom: 10px !important;
		font-size: 18px;
	}
	#software_evaluation .sec01 {
		padding: 20px 0;
	}
	#software_evaluation .sec01 p {
		line-height: 1.5;
		text-indent: 28px;
	}
	#software_evaluation .sec02 {
		margin-bottom: 20px;
	}
	#software_evaluation .sec03 {
		margin-bottom: 40px;
	}
	#software_evaluation .sec03 ul {
		max-width: inherit;
	}
	#software_evaluation .sec03 ul li {
		padding: 15px 15px 15px 60px;
		margin-bottom: 10px;
	}
	#software_evaluation .sec03 ul .icon {
		width: 30px;
		left: 15px;
	}
	#products .h3ttl {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#products .topbox {
		padding: 20px 0;
	}
	#products .topbox .comwidth {
		max-width: inherit;
	}
	#products .infobox {
		line-height: 1.5;
	}
	#products .comul {
		padding: 20px 0;
		margin: 0;
		justify-content: space-between !important;
	}
	#products .comul li {
		margin: 0 0 20px;
		width: 49%;
	}
	#products .comul .photo a {
		height: 120px;
	}
	#products_detail .comwidth {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#products_detail .h3ttl {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#products_detail .infobox {
		line-height: 1.5;
	}
	#products_detail .infobox * {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	#products_detail .infobox h4 {
		font-size: 16px !important;
	}
	
	.comjob {
		padding: 15px 0;
	}
	.comjob .name {
		font-size: 16px;
	}
	.comjob .name img {
		margin: -2px 5px 0 0;
		width: 15px;
	}
	.comjob .joblink {
		margin-top: 10px;
	}
	.comjob .btn {
		margin-bottom: 10px;
	}
	.comjob .btn a {
		width: 85px;
		padding: 4px 5px;
		font-size: 13px;
	}
	.comjob .time {
		font-size: 13px;
	}

	#talent_recruitment .combg,
	#talent_recruitment_detail .combg,
	#talent_recruitment_contact .combg {
		padding: 20px 0 40px;
	}
	#talent_recruitment .screenbox {
		padding: 15px 15px;
	}
	#talent_recruitment .screenbox h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	#talent_recruitment .searchjob {
		padding-right: 85px;
		margin-bottom: 20px;
	}
	#talent_recruitment .searchjob a {
		width: 85px;
	}
	#talent_recruitment .searchjob input {
		font-size: 16px;
	}
	#talent_recruitment .category {
		padding: 0 0 0 80px;
	}
	#talent_recruitment .category p {
		font-size: 16px;
	}
	#talent_recruitment .category ul li {
		margin: 0 0 5px;
	}
	#talent_recruitment .category ul a {
		padding: 3px 10px;
		font-size: 16px;
	}
	#talent_recruitment .jobbox {
		padding: 0 15px;
	}
	
	#talent_recruitment_detail .inner {
		padding: 0 15px 1px;
	}
	#talent_recruitment_detail .infobox h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#talent_recruitment_detail .infobox h3 span {
		padding-right: 10px;
	}
	#talent_recruitment_detail .infobox p {
		margin-bottom: 20px;
		line-height: 1.5;
	}
	
	#talent_recruitment_contact form {
		padding: 15px 15px;
		overflow-x: hidden;
	}
	#talent_recruitment_contact form .headimg {
		width: 100px;
		margin: 0 auto 20px;
	}
	#talent_recruitment_contact form .headimg img {
		width: 100px;
		height: 100px;
		margin-bottom: 5px;
	}
	#talent_recruitment_contact form .headimg a {
		font-size: 16px;
	}
	#talent_recruitment_contact .formtable {
		width: 100%;
	}
	#talent_recruitment_contact .formtable th,
	#talent_recruitment_contact .formtable td {
		display: block;
		width: 100%;
		font-size: 16px;
		padding-bottom: 20px;
	}
	#talent_recruitment_contact .formtable th {
		width: auto;
		padding: 0 0 5px;
	}
	#talent_recruitment_contact .formtable input[type^="text"],
	#talent_recruitment_contact .formtable input[type^="email"],
	#talent_recruitment_contact .formtable input[type^="tel"] {
		height: 40px;
		font-size: 16px;
	}
	#talent_recruitment_contact .formtable .file {
		height: 40px;
		font-size: 12px;
		line-height: 40px;
		padding: 0;
		text-align: center;
	}
	#talent_recruitment_contact form .submit {
		margin-top: 5px;
	}
	#talent_recruitment_contact form .submit input {
		font-size: 14px;
	}
	
	#government .menu-trigger span {
		background-color: #fff;
	}
	#government #header:hover,
	#government #header.on {
		background-color: #292d39 !important;
	}
	#government .h2ttl {
		margin-bottom: 10px;
		font-size: 18px;
		text-align: center;
	}
	#government .h2ttl span {
		margin-top: 0;
	}
	#government .topinfo {
		padding: 20px 0 20px;
	}
	#government .btminfo {
		padding-bottom: 40px;
	}
	#government .lbox {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}
	#government .lbox .sliderbox01 .items {
		height: 215px;
	}
	#government .lbox .sliderbox01 .items p {
		padding: 10px 65px 10px 5px;
		font-size: 14px;
	}
	#government .lbox .sliderbox01 .slick-dots {
		right: 5px;
		bottom: 20px;
	}
	#government .lbox .sliderbox02 .items li {
		margin-bottom: 20px;
	}
	#government .lbox .sliderbox02 .items .photo {
		width: 23%;
	}
	#government .lbox .sliderbox02 .slick-dots {
		margin-top: 10px;
	}
	#government .morebox {
		padding-right: 0;
		position: static;
	}
	#government .morebox .morelink {
		position: static;
		right: inherit;
		top: inherit;
	}
	#government .morelink {
		margin-bottom: 5px;
	}
	#government .topinfo .cbox {
		margin-top: 0;
	}
	#government .cbox {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	#government .cbox #marquee1 {
		margin-top: 0;
		height: 225px;
	}
	#government .cbox #marquee1 a {
		padding: 7px 85px 7px 15px;
	}
	#government .cbox #marquee1 a .time {
		top: 8px;
	}
	#government .cbox #marquee2 {
		height: 225px;
	}
	#government .cbox #marquee2 a:before {
		top: 6px;
	}
	#government .rbox {
		width: auto;
		float: none;
	}
	#government .rbox .topbox .photo {
		margin-bottom: 10px;
	}
	
	#government_2nd .comwidth {
		padding-bottom: 40px;
	}
	#government_2nd .topphoto {
		margin-bottom: 20px;
	}
	#government_2nd .sidebar {
		margin-bottom: 15px;
		width: auto;
		float: none;
		padding-bottom: 5px;
	}
	#government_2nd .sidebar h2 {
		margin-bottom: 10px;
		font-size: 18px;
		padding: 5px 5px;
	}
	#government_2nd .sidebar .linkul {
		text-align: center;
	}
	#government_2nd .sidebar .linkul li {
		display: inline-block;
		margin-bottom: 10px !important;
	}
	#government_2nd .sidebar .linkul a {
		font-size: 16px;
	}
	#government_2nd .conts {
		width: auto;
		float: none;
	}
	#government_2nd .conts .bg {
		padding: 15px;
	}
	#government_2nd .conts .linklist li {
		margin-bottom: 10px;
	}
	#government_2nd .conts .linklist a {
		padding-right: 90px;
		font-size: 14px;
	}
	
	#government_detail .comwidth {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#government_detail h2 {
		font-size: 18px;
	}
	#government_detail .note {
		margin-bottom: 10px;
		font-size: 13px;
	}
	#government_detail .infobox {
		line-height: 1.5;
	}
	/*#government_detail .infobox * {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}*/
	
	#about .h3ttl {
		margin-bottom: 15px !important;
		font-size: 18px;
	}
	#about .h3ttl span {
		font-size: 14px;
	}
	#about .sec01 {
		padding: 20px 0;
	}
	#about .sec01 p {
		line-height: 1.5;
		text-indent: 28px;
	}
	#about .sec01 .link {
		margin: 20px 0 10px;
	}
	#about .sec01 .link a {
		background-size: 10px auto;
		background-position: right top 8px;
	}
	#about .sec01 .photo {
		margin-top: 20px;
	}
	#about .sec02 {
		padding: 20px 0;
	}
	#about .sec02 .toptext {
		margin-bottom: 20px;
		line-height: 1.5;
		text-indent: 28px;
	}
	#about .sec02 ul {
		justify-content: space-between;
	}
	#about .sec02 ul li {
		width: 49%;
		margin: 0 0 10px;
		padding-bottom: 10px;
	}
	#about .sec02 ul .photo {
		margin-bottom: 10px;
	}
	#about .sec02 ul h4 {
		margin: 0 10px 5px;
		font-size: 16px;
	}
	#about .sec02 ul p {
		margin: 0 10px;
		font-size: 13px;
		line-height: 1.5;
	}
	#about .sec03 {
		padding: 20px 0;
	}
	#about .sec03 .scrollbox:before {
		width: 50px;
	}
	#about .sec03 .scrollbox:after {
		width: 50px;
	}
	#about .sec03 .swiper-container {
		padding-bottom: 70px;
	}
	#about .sec04 {
		padding: 20px 0;
	}
	#about .sec04 h4 {
		margin-bottom: 20px;
		font-size: 16px;
	}
	#about .sec04 .iconul {
		margin-bottom: 10px;
		justify-content: center;
	}
	#about .sec04 .iconul li {
		width: auto;
		max-width: 48%;
		padding: 0 10px 10px;
	}
	#about .sec04 .iconul li .icon img {
		width: 50px;
	}
	#about .sec04 .iconul li:before {
		display: none;
	}
	#about .sec04 .iconul p {
		margin-top: 8px;
		font-size: 12px;
	}
	#about .sec04 .txtul {
		margin-bottom: 20px;
	}
	#about .sec04 .txtul li {
		width: auto;
		font-size: 13px;
		line-height: 25px;
	}
	#about .sec04 .numul li {
		font-size: 13px;
		width: 33%;
	}
	#about .sec04 .numul .num {
		font-size: 30px;
	}
	#about .sec04 .numul .num sup {
		margin: -4px -10px 0 0;
		font-size: 18px;
	}
	#about .sec05 {
		padding: 20px 0;
	}
	#about .sec06 {
		padding: 20px 0;
	}
	#about .sec06 .lbox {
		width: auto;
		float: none;
		margin: 0;
	}
	#about .sec06 .lbox li {
		padding: 0 0 15px 40px;
	}
	#about .sec06 .lbox li img {
		width: 26px;
		top: 5px;
	}
	#about .sec06 .lbox p {
		line-height: 20px;
		font-size: 13px;
	}
	#about .sec06 .lbox .ttl {
		font-size: 15px;
		line-height: 20px;
	}
	#about .sec06 .rbox {
		float: none;
		width: auto;
	}
	#about .sec07 {
		padding: 25px 0;
	}
	#about .sec07 p {
		margin-bottom: 10px;
		font-size: 16px;
	}
	#technical_support .sec01 {
		padding: 20px 0 40px;
	}
	#technical_support .sec01 h3 {
		font-size: 18px;
	}
	#technical_support .sec01 h3 sup {
		font-size: 12px;
	}
	#technical_support .sec01 .toptext {
		margin-bottom: 20px;
		line-height: 1.5;
		text-indent: 28px;
	}
	#technical_support .sec01 .listul {
		max-width: inherit;
		margin: 0 auto 10px;
	}
	#technical_support .sec01 .listul li {
		margin-bottom: 10px;
		width: 49%;
		padding: 10px 15px;
	}
	#technical_support .sec01 .listul .icon {
		margin-bottom: 5px;
	}
	#technical_support .sec01 .listul .icon img {
		width: 40px;
	}
	#technical_support .sec01 .listul h4 {
		margin-bottom: 5px;
		font-size: 16px;
	}
	#technical_support .sec01 .listul p {
		line-height: 1.5;
	}
	#technical_support .sec01 .photo {
		margin-bottom: 10px;
	}
	#technical_support .sec01 .photo img {
		width: auto;
	}
	
	.comttl {
		margin-bottom: 20px;
	}
	.comttl h2 {
		float: none;
		font-size: 18px;
		text-align: center;
	}

	#disclaimer .sec01 {
		padding: 20px 0;
	}
	#disclaimer .sec01 .inner {
		padding: 15px;
		background-color: #fff;
	}
	#disclaimer .sec01 h3 {
		font-size: 16px;
	}
	#disclaimer .sec01 .infobox p {
		line-height: 1.5;
	}
	
	#after_sale .sec01 {
		padding: 20px 0 30px;
	}
	#after_sale .sec01 h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#after_sale .sec01 h4 {
		margin: 20px 0 5px;
		font-size: 16px;
	}
	#after_sale .sec01 p {
		line-height: 1.5;
		text-indent: 28px;
	}
	#after_sale .sec01 .txtul {
		margin-top: 10px;
	}
	#after_sale .sec01 .txtul li {
		padding: 0 0 0 45px;
		margin-bottom: 10px;
		font-size: 13px;
		display: block;
	}
	#after_sale .sec01 .txtul li img {
		width: 30px;
		margin-top: -15px;
	}
	#after_sale .sec01 .txtul span {
		font-size: 14px;
	}
	
	#download .sec01 {
		padding: 20px 0;
	}
	#download .sec01 ul li {
		padding: 15px 15px 15px 90px;;
	}
	#download .sec01 ul .photo {
		width: 60px;
		left: 15px;
		top: 30px;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}
	#download .sec01 ul .link {
		margin-top: 15px;
		position: static;
		right: inherit;
		top: inherit;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		width:110px;
	}
	#download .sec01 ul h3 {
		margin-bottom: 5px;
		font-size: 18px;
	}
	#download .sec01 ul p {
		line-height: 1.5;
	}
	#download .sec01 ul .note {
		margin-top: 15px;
	}
	
	#solution_detail .comwidth {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#solution_detail h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#solution_detail .note {
		margin-bottom: 10px;
		font-size: 13px;
	}
	#solution_detail .infobox {
		line-height: 1.5;
	}
	#solution_detail .infobox * {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	#solution_detail .comwidth .code {
		margin-top: 30px;
		text-align: center;
	}
	#solution_detail .comwidth .code img {
		width: 80px;
	}
	#solution_detail .comwidth .code span {
		margin: 10px 0 5px;
		font-size: 18px;
	}
	.compageul {
		margin-top: 30px;
		display: block;
	}
	.compageul li {
		margin-top: 5px;
		max-width: inherit;
	}
	
	#search .comimg form {
		width: 100%;
	}
	#search .comimg form input {
		width: 100%;
		height: 50px;
		font-size: 16px;
		padding: 5px 80px 5px 15px;
	}
	#search .comimg form button {
		width: 75px;
		height: 50px;
		background-size: 20px auto;
	}
	#search .sec01 {
		padding: 20px 0;
	}
	#search .compage .pageul {
		max-width: inherit;
		font-size: 16px;
	}
	#search .sec01 .nodate {
		margin-bottom: 15px;
	}
	#search .sec01 .nodate p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#search .sec01 table td {
		display: inline-block;
		width: auto;
	}
}

@media all and (min-width: 1351px) and (max-width: 1390px) {
	#index .sec02 .comul .txtbox {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media all and (min-width: 992px) and (max-width: 1350px) {
	#header .naviinner .item {
		padding: 0 20px;
	}
	.mainvisual .arrow li {
		margin-top: -19px;
	}
	.mainvisual .arrow .prev {
		left: 10px;
		margin-left: 0;
	}
	.mainvisual .arrow .next {
		right: 10px;
		margin-right: 0;
	}
	.mainvisual .sliderul .width {
		padding: 0 50px;
	}
	.comlist .txtbox {
		padding-left: 15px;
		padding-right: 15px;
	}
	#footer .fbtm {
		font-size: 12px;
	}
	#footer .code {
		width: 100px;
	}
	#footer .fnavi {
		width: 700px;
		padding-right: 30px;
	}
	#footer .tel a {
		font-size: 20px;
	}
	#footer .fbtm p {
		margin: 0 10px;
	}
	#index .sec02 .comul .photo a {
		height: 178px;
	}
	#index .sec02 .comul .txtbox {
		padding-left: 15px;
		padding-right: 15px;
	}
	#index .sec02 .comul p {
		min-height: 54px;
	}
	#index .sec02 .comul h3 {
		font-size: 15px;
	}
}
@media all and (min-width: 992px) and (max-width: 1199px) {
	#news .newsul .photo {
		height: 223px
	}
	#index .sec02 .comul .photo a {
		height: 140px;
	}
	#index .sec02 .comul .txtbox {
		padding-left: 10px;
		padding-right: 10px;
	}
	#index .sec02 .comul h3 {
		min-height: 48px;
	}
}
