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

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}


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: middle;
	width: 100%;
}

a,
a:link {
	color: #282828;
	text-decoration: none;
}

a:visited {
	color: #282828;
}

a:hover {
	color: #282828;
}

a:active {
	color: #282828;
}

.fl {
	float: left;
}

.fr {
	float: right;
    margin-right:
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #282828;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: Microsoft Yahei, sans-serif;
	 
	/***	font-family: Arial, Helvetica, sans-serif, Microsoft Yahei;***/
}

#container {
	text-align: left;
}

.container {
	width: 82%;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
}

/*------------------------------------------------------------
头部
------------------------------------------------------------*/
#gHeader {
	padding: 0 4%;
	border-bottom: 1px solid #efefef;
}

#gHeader .logo {
	margin-top: 15px;
}

/**#gHeader .ss {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #122a88 url(../../images/tel.png) no-repeat center;
	background-size: 28px;
	margin-top: 21px;
}

#gHeader .ss .tel {
	position: absolute;
	right: 60px;
	top: 75px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	padding: 10px 20px;
	font-size: 22px;
	font-weight: 600;
	color: #122a88;
	z-index: 1000;
	border-radius: 5px;
	border: 1px solid #dddcdc;
	display: none;

}

#gHeader .ss .tel:before {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../../images/sj.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 22px;
	top: -16px;
}

#gHeader .ss:hover .tel {
	display: block;
}**/
#gHeader .ss {
	width: 80px;
	line-height: 86px;
	text-align: center;
	
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

#gHeader .ss img {
	width: 32px;
}

#gHeader .form {
	position: absolute;
	left: 0;
	right: 0;
	top: 86px;
	background: #fff;
	z-index: 1111;
	padding: 70px 0;
	display: none
}

#gHeader .form form {
	width: 30%;
	max-width: 440px;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	font-size: 15px;
}

#gHeader .form form input[type="text"] {
	width: 100%;
	line-height: 40px;
	border: none;
	background: #f5f5f5;
	padding: 0 110px 0 15px;
	box-sizing: border-box;
}

#gHeader .form form input[type="submit"] {
	width: 100px;
	line-height: 40px;
	border: none;
	background: #122a88;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

#gHeader .form span.close {
	display: block;
	position: absolute;
	right: 10%;
	top: 10px;
	font-size: 26px;
	width: 34px;
	line-height: 34px;
	color: #fff;
	background: #122a88;
	text-align: center;
	cursor: pointer
}

#gNavi {
	width: 58%;
}

#gNavi&gt;ul&gt;li {
	width: 12.5%;
	float: left;
}

#gNavi&gt;ul&gt;li&gt;a {
	display: block;
	line-height: 85px;
	font-size: 18px;
}

#gNavi&gt;ul&gt;li.on&gt;a {
	color: #122a88;
}

#gNavi&gt;ul&gt;li .drop {
	position: absolute;
	left: 0;
	top: 85px;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 100;
	font-family: "微软雅黑";
	border-top: 1px solid #ededed;
	display: none;
}

#gNavi&gt;ul&gt;li .drop1 .lBox {
	width: 20%;
	background: rgba(250, 250, 250, .9);
	padding: 30px 2% 0px 8%;
	box-sizing: border-box;
}

#gNavi&gt;ul&gt;li .drop1 .lBox:before {
	content: "";
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(250, 250, 250, .9);
	z-index: -1
}

#gNavi&gt;ul&gt;li .drop1 .lBox li a {
	display: block;
	line-height: 38px;
	font-size: 16px;
	font-weight: 400;
	background: url(../../images/jt.png) no-repeat right center;
	background-size: 20px;
	text-align:center
}

#gNavi&gt;ul&gt;li .drop1 .lBox li.on a {
	color: #122a88;
	font-weight: 400;
	background-image: url(../../images/jt_h.png);
}

#gNavi&gt;ul&gt;li .drop1 .rBox {
	width: 80%;
	padding: 40px 12% 0 40px;
	box-sizing: border-box;
}


#gNavi&gt;ul&gt;li .drop1 .rBox dt a {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	background: url(../../images/jt2.png) no-repeat right center;
	background-size: 22px;
	position: relative;
	color: #122a88;
}

#gNavi&gt;ul&gt;li .drop1 .rBox dt a strong {
	display: block;
	position: absolute;
	left: -10px;
	top: -10px;
	font-size: 40px;
	color: #122a88;
	opacity: 0.2;
}

#gNavi&gt;ul&gt;li .drop1 .rBox dd {
	margin-top: 20px;
}

#gNavi&gt;ul&gt;li .drop1 .rBox dd a {
	display: block;
	width: 16.66%;
	float: left;
	line-height: 36px;
	font-size: 15px;
	color: #444;
}

#gNavi&gt;ul&gt;li .drop1 .rBox dd a:hover {
	color: #122a88
}

#gNavi&gt;ul&gt;li .drop1 .rBox ul {
	margin-top: 20px;
}

#gNavi&gt;ul&gt;li .drop1 .rBox li {
	width: 33.33%;
	float: left;
	padding: 20px 30px;
	box-sizing: border-box;
}

#gNavi&gt;ul&gt;li .drop1 .rBox li a {
	display: block;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	position: relative;
	background: #fff;
}

#gNavi&gt;ul&gt;li .drop1 .rBox li a:before {
	content: "";
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../../images/top.png) no-repeat top center;
	background-size: cover;
}
#gNavi&gt;ul&gt;li .drop1 .rBox li a .pho img {
	width:80%;
	margin:0 auto;
	display:block
}
#gNavi&gt;ul&gt;li .drop1 .rBox li a p {
	line-height: 42px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	border-top: 1px solid #efefef;
}

#gNavi&gt;ul&gt;li .drop2 {
	padding: 40px 0;
	text-align: center;
}

#gNavi&gt;ul&gt;li .drop2 a {
	display: inline-block;
	padding: 0 20px;
	background: #efefef;
	color: #333;
	border-radius: 4px;
	margin: 0 10px;
	line-height: 40px;
	font-size: 15px;
}

#gNavi&gt;ul&gt;li .drop2 a.on {
	background: #122a88;
	color: #fff
}

.sec .title {
	padding: 30px 0;
	position: relative;
}

.sec .title h2 {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}

.sec .title p {
	font-size: 16px;
	line-height: 30px;
	color: #777;
	position: relative;
	z-index: 1;
}

.sec .title strong {
	display: block;
	font-size: 28px;
	text-transform: uppercase;
	color: #777;
	position: absolute;
	left: 141px;
	top: 45%;
	transform: translateY(-60%);
	opacity: 0.1;
	z-index: 0;
}

.sec .title a {
	display: block;
	width: 118px;
	line-height: 38px;
	background: #122a88;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	padding-left: 10px;
	z-index: 100
}

.sec .title a img {
	width: 23px;
	position: relative;
	top: -2px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../../images/bg2.jpg) no-repeat center;
	background-size: cover;
	padding-top: 40px;
	color: #fff;
	font-size: 15px;
	position: relative;
	font-weight: 300;
}

#gFooter:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.1);
	z-index: 10;
}

#gFooter .container {
	position: relative;
	z-index: 20;

}

#gFooter ul.ul1 {
	margin-bottom: 40px;
}

#gFooter ul.ul1 li {
	width: 10%;
	float: left;
}

#gFooter ul.ul1 li a {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

#gFooter h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 14px;
}

#gFooter .box1 {
	width: 34%;
}

#gFooter .box1 p {
	line-height: 30px;
	margin-bottom: 8px;
}


#gFooter .box1 p img {
	width: 22px;
	margin-right: 8px;
}

#gFooter .box2 {
	width: 32%;
	padding-left: 40px;
	box-sizing: border-box;
}

#gFooter .box2 li {
	width: 50%;
	float: left;
}

#gFooter .box2 li a {
	display: block;
	color: #fff;
	line-height: 32px;
}

#gFooter .box3 {
	width: 20%;
}

#gFooter .box3 .ewm {
	text-align: center;
}

#gFooter .box3 .ewm img {
	width: 140px;
	margin: 20px auto 10px;
	display: block;
}

#gFooter .fLink {
	margin-top: 30px;
}

#gFooter .fLink img {
	width: 20px;
	margin-right: 5px;
}

#gFooter .fLink strong {
	font-size: 16px;
}

#gFooter .fLink a {
	display: inline-block;
	margin: 0 5px;
	color: #fff;
}

#gFooter .power {
	padding: 22px 0;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .4);
	margin-top: 40px;
	position: relative;
	z-index: 20;
}

#gFooter .power img {
	width: 21px;
	margin-right: 4px;
}

#gFooter .power a {
	color: #fff;
}

.fixed {
	position: fixed;
	right: 12px;
	bottom: 15%;
	z-index: 999;
	display: none;
}

.fixed li {
	margin-bottom: 10px;
	position: relative;
}

.fixed li span {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	line-height: 50px;
	text-align: center;
	background: #122a88;
	position: relative;
	z-index: 100;
}

.fixed li span img {
	width: 30px;
}

.fixed li .bx {
	line-height: 40px;
	position: absolute;
	right: 50px;
	top: 0;
	border-radius: 4px 0 0 4px;
	background: #fff;
	font-size: 16px;
	width: 0;
	overflow: hidden;
	z-index: 9;
}

.fixed li:hover .bx {
	width: 170px;
	padding-left: 20px;
	opacity: 1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.fixed li.qq:hover .bx {
	width: 90px;
	line-height:50px
}

.fixed li.last {
	cursor: pointer;
}

.fixed li.wx .bx {
	border-radius: 5px;
	right: 20px;
	padding: 6px;
	opacity: 0
}

.fixed li.wx:hover .bx {
	right: 50px;
	opacity: 1
}

.sp {
	display: none !important;
}

#ai-assist-root {
	display: none;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
	#gNavi&gt;ul&gt;li .drop1 .lBox {
		width: 21%;
		padding: 16px 2% 10px 7%;
	}

	#gNavi&gt;ul&gt;li .drop1 .lBox:before {
		width: 21%
	}

	#gNavi&gt;ul&gt;li .drop1 .rBox {
		width: 79%;
		padding: 40px 5% 0 40px;
	}

	#gNavi&gt;ul&gt;li .drop1 .rBox dd a {
		line-height: 30px
	}

}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.container {
		width: 86%;
	}

	#gHeader .logo {
		width: 500px;
		margin-top: 18px;
	}

	#gNavi {
		margin-right: 10px
	}

	#gNavi&gt;ul&gt;li .drop1 .lBox {
	}

	#gNavi&gt;ul&gt;li .drop1 .lBox li a {
		line-height:36px;
		font-size:15px;
		background-size:18px
	}

	.sec .title a {
		width: 108px;
	}

	.sec .title strong {
		font-size: 74px;
	}

	.sec .title p {
		font-size: 15px;
	}

	#gNavi&gt;ul&gt;li&gt;a {
		font-size: 17px;
		font-weight: 350;
	}

	#gFooter {
		font-size: 14px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	#gHeader {
		padding: 0 2.5%;
	}

	#gHeader .logo {
		width: 480px;
		margin-top:19px;
	}

	#gNavi {
		margin-right: 40px;
	}
#gNavi&gt;ul&gt;li .drop1 .lBox {
	padding:15px 3% 10px 5%
}
	#gNavi&gt;ul&gt;li .drop1 .rBox dd a {
		width: 20%;
	}

	#gNavi&gt;ul&gt;li&gt;a {
		font-size: 16px;
		font-weight: 350;
	}


	#gFooter .box1 {
		width: 36%;
	}

	#gFooter .box2 {
		width: 34%;
	}

	.sec .title h2 {
		font-size: 30px;
	}

	.sec .title strong {
		font-size: 68px;
	}
}


@media all and (min-width: 1024px) and (max-width: 1400px) {
#gHeader .logo {
		width: 460px;
	}
}
	


@media all and (min-width: 1024px) and (max-width: 1300px) {
	#gHeader .logo {
		width: 220px;
		margin-top: 15px;
	}

	#gHeader .logo img.pc {
		display: none !important;
	}

	#gHeader .logo img.sp {
		display: block !important;
	}

	#gNavi {
		width: 65%;
	}

	.container {
		width: 90%;
	}
}


@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.container {
		width: 100%;
		max-width: inherit;
	}

	.fl, .fr {
		float: inherit;
	}

	/*------------------------------------------------------------
	头部
	------------------------------------------------------------*/
	#gHeader {
		padding: 10px;
		border-bottom: none;
	}

	#gHeader h1 {
		line-height: 1;
	}

	#gHeader .logo {
		width: 180px;
		margin-top: inherit;
	}

	#gHeader .menu {
		width: 34px;
		position: absolute;
		right: 60px;
		top: 14px;
		opacity: 0.8;
	}

	#gHeader .tel {
		position: absolute;
		right: 12px;
		top: 14px;
		width: 36px;
		height: 36px;
	}

	#gHeader .tel a {
		display: block;
		width: 36px;
		height: 36px;
		background: url(../../images/tel2.png) no-repeat center;
		background-size: 36px;
	}

	#gHeader .ss img {
		display: none;
	}

	#gHeader .ss {
		width: 34px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		background: url(../../images/ss1.png) no-repeat center;
		background-size: 32px;
		opacity: 0.8;
		right: 100px;
		top: 14px;
	}

	#gHeader .form {
		position: absolute;
		top: 64px;
		padding: 30px 20px;
		border-top: 1px solid #efefef;
	}

	#gHeader .form form {
		width: 100%;
		max-width: 440px;
		font-size: 14px;
	}

	#gHeader .form form input[type="text"] {
		line-height: 34px;
		background: #f5f5f5;
		padding: 0 80px 0 10px;
	}

	#gHeader .form form input[type="submit"] {
		line-height: 34px;
		width: 80px;
	}

	#gHeader .form span.close {
		display: none
	}

	#gNavi {
		width: 100%;
		background: #fafafa;
		position: absolute;
		top: 64px;
		right: 0px;
		left: 0;
		z-index: 1000;
		opacity: 0;
		transition: 0.3s;
		display: none;
	}

	#gNavi.on {
		opacity: 1;
	}

	#gNavi&gt;ul&gt;li {
		width: 100%;
		float: inherit;
	}

	#gNavi&gt;ul&gt;li&gt;a {
		line-height: 45px;
		padding-left: 30px;
		font-size: 16px;
		position: relative;
		border-bottom: 1px dashed #efefef;
	}

	#gNavi&gt;ul&gt;li&gt;a:after {
		content: "+";
		font-size: 24px;
		position: absolute;
		right: 12px;
		top: 0;
		color: #777;
	}

	#gNavi&gt;ul&gt;li.on&gt;a:after {
		color: #122a88;
	}

	#gNavi&gt;ul&gt;li .drop {
		position: relative;
		left: 0;
		top: inherit;
		right: inherit;
		background: rgba(255, 255, 255, 0.4);
		border-top: none;
	}


	#gNavi&gt;ul&gt;li .drop1 .lBox {
		width: 100%;
		background: none;
		padding: 0px 12px 0 46px;
		box-sizing: border-box;
	}

	#gNavi&gt;ul&gt;li .drop1 .lBox:before {
		display: none
	}

	#gNavi&gt;ul&gt;li .drop1 .lBox li a {
		line-height: 40px;
		font-size: 15px;
		background: url(../../images/jt7.png) no-repeat right center;
		background-size: 21px;
		color: #333;
		text-align:left;
	}

	#gNavi&gt;ul&gt;li .drop1 .lBox li.on a {
		color: #122a88;
		font-weight: 400;
		background-image: url(../../images/jt7.png);
	}

	#gNavi&gt;ul&gt;li .drop1 .rBox {
		display: none;
	}

	#gNavi&gt;ul&gt;li .drop2 {
		padding: 0;
		text-align: left;
	}

	#gNavi&gt;ul&gt;li .drop2 a {
		display: block;
		padding: 0 12px 0 46px;
		background: url(../../images/jt7.png) no-repeat right 12px center;
		background-size: 21px;
		border-radius: 0px;
		margin: 0px;
	}

	.sec .title {
		padding: 22px 0;
		text-align: center;
	}

	.sec .title h2 {
		font-size: 28px;
	}

	.sec .title p {
		font-size: 14px;
		line-height: 26px;
	}

	.sec .title strong {
		font-size: 60px;
		left: 0px;
		right: 0;
		top: 50%;
		transform: translateY(-60%);
	}

	.sec .title a {
		display: none;
	}

	.sec .more a {
		display: block;
		width: 100px;
		line-height: 34px;
		background: #122a88;
		text-align: center;
		color: #fff;
		padding-left: 10px;
		margin: 20px auto 0;
		font-weight: 300;
	}

	.sec .more a img {
		width: 23px;
		position: relative;
		top: -2px;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 30px 0px 0;
		font-size: 14px;
	}

	#gFooter ul.ul1 {
		margin-bottom: 25px;
	}

	#gFooter ul.ul1 li {
		width: 20%;
		font-weight: 300;
	}

	#gFooter ul.ul1 li a {
		font-size: 14px;
	}

	#gFooter h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#gFooter .box1 {
		padding: 0 14px;
		width: 100%;
		box-sizing: border-box;
	}

	#gFooter .box1 p {
		line-height: 30px;
		margin-bottom: 5px;
	}


	#gFooter .box1 p img {
		width: 21px;
		margin-right: 6px;
	}

	#gFooter .box2 {
		width: 100%;
		padding: 0 14px;
		margin: 20px 0;
	}

	#gFooter .box2 li {
		width: 33.33%;
	}

	#gFooter .box2 li a {
		line-height: 30px;
	}

	#gFooter .box3 {
		width: 100%;
		padding: 0 14px;
		box-sizing: border-box;
	}

	#gFooter .box3 .ewm img {
		width: 120px;
	}

	#gFooter .fLink {
		margin: 20px 14px 0;
		line-height: 30px;
	}

	#gFooter .power {
		padding: 15px 0;
		margin-top: 20px;
	}

	#gFooter .power img {
		width: 20px;
	}

	.fixed {
		display: none;
	}


}</pre></body></html>