@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;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'Noto Serif JP', 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;
}

a {
  opacity: 1;
  transition: opacity .5s ease;
}

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

a:visited {
	color: #333;
}

a:hover {
	color: #333;
  opacity: .5;
}

a:active {
	color: #333;
}

/*------------------------------------------------------------
	郢晢ｽｬ郢ｧ�､郢ｧ�｢郢ｧ�ｦ郢晢ｿｽ
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: 'Noto Serif JP', serif;
    font-style: normal;
}

#container {
	position: relative;
	text-align: left;
	/*overflow: hidden;*/
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.-notoSerif {
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
}

.-notoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
}

.-robotoCon {
	font-family:  'Roboto Condensed', sans-serif;
	font-style: normal;
}

.sp {
	display: none !important;
}

.ipad a:hover,
.ipad a:hover img {
	opacity: 1;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	郢晏･繝｣郢敖郢晢ｽｼ
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 12;
	min-width: 1000px;
	transition: background 1s ease;
	height: 100px;
}

#gHeader img {
	width: 100%;
	display: block;
}

.headerLeft {
	position: absolute;
	left: 0;
	top: 24px;
	transition: top .5s ease;
	z-index: 2;
}

.headerLeft h1 {
	width: 52px;
	float: left;
	margin-left: 41px;
	transition: width .5s ease;
}

.headerLeft a {
	display: block;
}

.headTitle {
	float: left;
	padding-left: 21px;
	padding-top: 5px;
	transition: padding .5s ease;
}

.headTitle p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .5px;
	margin-bottom: 2px;
}

.headTitle p span {
	padding-left: 19px;
	letter-spacing: 0.6px;
}

.leftBtm {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.headerRight div {
	display: flex;
	align-items: flex-start;
}

.headerRight {
	padding-top: 16px;
	position: absolute;
	top: 22px;
	right: 0;
}

.icon ul {
	justify-content: flex-end;
}

.icon {
	width: 90px;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
	top: 4px;
}

.icon ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.icon li {
	flex: 0 0 20px;
	height: 20px;
	position: relative;
	top: -4px;
	margin-right: 24px;
}

.icon li a {
	display: block;
}

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

.search {
	padding: 4px 25px 20px 18px;
	flex: 0 0 16px;
	align-self: center;
	position: relative;
}

.search::before {
	position: absolute;
	content: '';
	top: -38px;
	left: 0;
	width: 1px;
	height: 56px;
	background-color: #262525;
}

.topContact {
	font-weight: 500;
	letter-spacing: 0.5px;
	padding-right: 17px;
}

.menuInfo {
	padding: 24px 0;
	transition: padding .5s ease;
}

.menuInfo li {
	float: left;
}

.menuInfo li > p > span, .menuInfo li > p a {
	font-size: 14px;
	display: block;
	letter-spacing: .8px;
	position: relative;
	transition: color .5s ease;
}

.menuInfo li > p a {
	z-index: 2;
}

.menuInfo li > p a:hover, .menuInfo li.curr > p a {
	color: #999999;
}

.menuInfo li > p {
	padding: 14px 15px 16px;
	transition: padding .5s ease;
	text-align: center;
}

.menuInfo li.hasList > p a::after {
	width: 1px;
	height: 0;
	display: block;
	position: absolute;
	top: 23px;
	right: 50%;
	transition: height .5s ease;
	content: "";
	background: #326d81;
	z-index: 1;
}

.menuInfo li.hasList:hover > p a::after {
	height: 22px;
}

.menuInfo li > p a::before {
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 23px;
	transition: background .6s ease,opacity .6s ease;
	content: "";
	background: #000;
}

.menuInfo li.on > p a::before {
	width: 100%;
}

.menuInfo li.hasList:hover > p a:before {
	opacity: 0;
}

.menuInfo .fullPage {
	width: 100%;
	position: absolute;
	top: 65px;
	left: 0;
	padding-top: 45px;
	opacity: 0;
	visibility: hidden;
	background-color: #FFFFFF;
	transition: opacity .8s ease,visibility .8s ease;
}

.menuInfo .fullCon {
	width: 70.5%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.menuInfo li:hover .fullPage {
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

.menuInfo .pageItem {
	flex: 0 0 22.8%;
	margin-right: 2.9%;
	margin-bottom: 34px;
}

.menuInfo .pageItem a {
	display: block;
}

.menuInfo .pageItem.cur a {
	opacity: 0.5;
}

.menuInfo .pageItem:nth-child(4n),
.menuInfo .pageItem:last-child {
	margin-right: 0;
}

.pageItem p {
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 500;
	padding-top: 12px;
}

.menuInfo ul {
	display: flex;
	justify-content: center;
}

.menuInfo li:nth-child(2) p {
	font-size: 13px;
}

.menuInfo li:nth-child(3) .fullCon {
	justify-content: center;
}

.searchBox {
	padding: 118px 40px 50px 40px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s ease,visibility .6s ease,top .6s ease;
	background: #fff;
}

.searchInp {
	width: calc(100% - 70px);
	float: left;
}

.searchBox .searchSub {
	float: left;
	position: relative;
}

.searchBox input {
	height: 40px;
	-webkit-appearance: none;
	border-radius: 0;
	outline: 0;
	border: 0;
	box-sizing: border-box;
	background: #eef2f3;
}

.searchBox input[type="text"] {
	padding: 0 20px;
	width: 100%;
	font-size: 14px;
	display: inline-block;
}

.searchBox input[type="submit"] {
	width: 70px;
	cursor: pointer;
	display: block;
	background: #2e6c9b url(/img/common/img_search_sp.png) no-repeat center;
	background-size: 24px 20px;
}

.scrollHeader #gHeader {
	position: fixed;
	background: rgba(255,255,255,.91);
	height: 71px;
}

.scrollHeader .headerLeft {
	top: 14px;
}

.scrollHeader .headerLeft h1 {
	width: 40px;
	margin-left: 39px;
}

.scrollHeader .headTitle {
	padding-left: 34px;
	padding-top: 2px;
}

.scrollHeader .headTitle p {
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: -2px;
}

.scrollHeader .headTitle p span {
	padding-left: 13px;
}

.scrollHeader .menuInfo {
	padding: 10px 0;
	opacity: 1;
	pointer-events: auto;
}

.scrollHeader .leftBtm {
	font-size: 10px;
}

.scrollHeader .headerRight {
	top: 10px;
}

.scrollHeader .menuInfo li > p {
	padding: 14px 15px 16px;
}

.scrollHeader .menuInfo li > p > span,
.scrollHeader .menuInfo li > p a {
	letter-spacing: .8px;
}

.scrollHeader .menuInfo .fullPage {
	top: 65px;
}

.headerHover #gHeader {
	background: #fff;
}

.openSearch .searchBox {
	opacity: 1;
	visibility: visible;
}
@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		min-width: 100%;
		height: 86px;
	}

	.scrollHeader #gHeader {
		height: 77px;
	}

	.headerLeft {
		padding: 20px 0;
		position: static;
		display: flex;
	justify-content: flex-start;
	}

	.headerLeft h1 {
		width: 40px;
		margin-left: 21px;
	}

	.headTitle {
		padding-left: 11px;
		padding-top: 1px;
	}

	.headTitle p {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.headTitle p span {
		padding-left: 9px;
		letter-spacing: .5px;
	}

	.leftBtm {
		font-size: 10.5px;
	}

	.headerRight {
		padding-top: 0;
		position: static;
	}

	#gHeader .menu {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 24px;
		right: 25px;
		float: right;
		z-index: 5;
		transition: top .6s ease;
	}

	.menu span {
		width: 100%;
		height: 1px;
		position: absolute;
		background: #000;
		transition: transform .6s ease,background .6s ease;
	}

	.menu span:nth-child(1) {
		top: 6px;
	}

	.menu span:nth-child(2) {
		top: 15px;
	}

	.menu span:nth-child(3) {
		top: 24px;
	}

	.openMenu #gHeader .menu {
		position: fixed;
		top: 22px;
	}

	.openMenu .menu span:nth-child(1) {
		transform: translateY(9px) rotateZ(-45deg);
	}

	.openMenu .menu span:nth-child(2) {
		opacity: 0;
	}

	.openMenu .menu span:nth-child(3) {
		transform: translateY(-9px) rotateZ(45deg);
	}

	.openMenu .menu span {
		background: #fff !important;
	}

	.naviList a {
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		letter-spacing: 1px;
	}

	.naviList p a {
		padding-left: 35px;
		position: relative;
	}

	.naviList p a::after {
		position: absolute;
		top: 9px;
		left: 0;
		content: '';
		width: 23px;
		height: 1px;
		background-color: #fff;
	}

	.fullPage {
		margin-left: 35px;
		display: flex;
		margin-top: 11px;
		flex-wrap: wrap;
	}

	.pageItem {
		flex: 0 0 48%;
		padding-right: 10px;
		box-sizing: border-box;
		margin-bottom: 13px;
	}

	.fullPage a {
		font-weight: 400;
		letter-spacing: -1px;
		display: inline-block;
		line-height: 1.4;
	}

	.naviList {
		padding-top: 30px;
	}

	.naviList li {
		margin-bottom: 16px;
	}

	.naviList li:last-child {
		margin-bottom: 0;
	}

	.vheaderBtm {
		padding: 31px 25px 25px 35px;
		/*display: flex;
		justify-content: space-between;*/
	}

	.vheaderBtm a {
		color: #fff;
		font-size: 12px;
	}

	.newsJp {
		margin-bottom: 8px;
		display: inline-block;
		margin-right: 20px;
	}

	.site a {
		letter-spacing: -0.8px;
	}

	.site span {
		width: 13px;
		height: 15px;
		display: inline-block;
		vertical-align: bottom;
		padding-left: 8px;
	}

	.icon {
		/*width: auto;*/
		padding: 15px 0 15px 0;
		/*box-sizing: border-box;
		flex: 0 0 70px;
		align-self: end;*/
	}
	.icon ul{
		justify-content: flex-start;
	}

	.icon li {
		flex: 0 0 24px;
		top: -7px;
	}

	.icon li:last-child {
		top: -2px;
	}

	.searchSp {
		position: relative;
		margin: 0 25px;
	}

	.searchSp input {
		padding: 8px;
		border: none;
		width: 100%;
		box-sizing: border-box;
		height: 100%;
		border-radius: 0;
	}

	.searchSp p {
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 100%;
		background-color: #2E6C9B;
	}

	.searchSp p span {
		width: 18px;
		height: 18px;
		display: block;
		margin: 0 auto;
		padding-top: 10px;
	}

	.searchSp p input {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	.naviBox {
		background: rgba(15,52,74,0.93);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		z-index: 3;
		opacity: 0;
		visibility: hidden;
		transition: opacity .8s ease,visibility .8s ease;
	}

	.naviInfo {
		padding: 20px 0;
		width: 100%;
		display: none;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		box-sizing: border-box;
		overflow: hidden;
	}

	.naviBox.scroll .naviInfo {
		position: static;
		transform: none;
	}

	.pageItem p {
		font-size: 13px;
		padding-top: 0;
	}

	.scrollHeader .headerLeft {
		padding: 17px 0;
	}

	.scrollHeader .headerLeft h1 {
		margin-left: 25px;
	}

	.scrollHeader .leftBtm {
		font-size: 10.5px;
	}

	.scrollHeader .headTitle {
		padding-left: 12px;
	}

	.scrollHeader .headTitle p {
		font-size: 12px;
		letter-spacing: .5px;
		margin-bottom: 1px;
	}

	.scrollHeader .headTitle p span {
		padding-left: 10px;
	}

	.scrollHeader #gHeader .menu {
		top: 22px;
	}

	.openMenu #gHeader .naviBox {
		opacity: 1;
		visibility: visible;
		transition: opacity 0s ease,visibility 0s ease;
	}

	.openMenu .naviInfo {
		display: block;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {

}

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

/*------------------------------------------------------------
	郢昜ｻ｣ﾎｦ郢ｧ�ｯ郢ｧ�ｺ郢晢ｽｪ郢ｧ�ｹ郢晢ｿｽ
------------------------------------------------------------*/
#pagePath {

}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

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

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

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

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

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

/*------------------------------------------------------------
	郢晁ｼ斐Ε郢ｧ�ｿ郢晢ｽｼ
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
	padding-top: 50px;
	margin-top: -50px;
	position: relative;
}

.bottomFootWrap {
	padding: 0 25px 42px;
	margin: 0 auto;
	max-width: 1050px;
	position: relative;
	box-sizing: border-box;
}

.footBottom p {
	font-size: 10px;
	display: inline-block;
}

.fb01 {
	margin-top: 3px;
	letter-spacing: .3px;
	float: left;
}

.fb02 {
	margin-left: 30px;
	letter-spacing: .1px;
}

.fb02 a {
	font-size: 12px;
	display: block;
}

.fb02 img {
	margin: 4px 0 0 8px;
	width: 12px;
}

.scrollUp {
	position: absolute;
	bottom: -29px;
	right: 15px;
}

.scrollUp img,
.scrollUp a {
	display: block;
	width: 100%;
}

.scrollUp img {
	width: 9px;
	height: 82px;
}

.scrollUp a {
	padding: 0 10px;
	transition: transform .6s ease;
	box-sizing: border-box;
}

.scrollUp a:hover {
	opacity: 1;
	transform: translateY(-20px);
}

.footCon h2 {
	margin-bottom: 12px;
	font-weight: 100;
	font-size: 36px;
	text-align: center;
	letter-spacing: .3px;
}

.footP1 {
	margin-bottom: 48px;
	font-size: 13px;
	text-align: center;
	letter-spacing: .9px;
}

.footCon .pageBtnList li {
	flex: 0 0 48%;
}

.footCon .pageBtnList li a {
	font-size: 16px;
	min-height: 70px;
	padding: 20px 10px;
}

.footCon .pageBtnList li span {
	width: 18px;
	left: 114px;
}

.noneContact .footCon {
	display: none;
}
/*---------------------------
追加部分
----------------------------*/
.footCon .pageBtnList {
    justify-content: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.footBottom p {
		font-size: 10px;
		display: inline-block;
		margin-right: 20px;
	}
	
	.footBottom p.fb01{
		margin-right: 0;
		margin-top: 10px;
	}

	.fb01 {
		float: none;
	}

	.fb02 {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.bottomFootWrap {
		padding: 0 25px 30px;
	}

	.scrollUp {
		right: 35px;
		width: 10px;
	}

	.scrollUp a:hover {
		transform: translateY(0);
	}

	.footCon h2 {
		font-size: 28px;
		margin-bottom: 8px;
	}

	.footP1 {
		margin-bottom: 28px;
		line-height: 1.9;
	}

	.footCon .pageBtnList {
		margin: 0 3px 80px;
	}

	.footCon .pageBtnList li span {
		width: 16px;
		left: 30px;
	}

	.footCon .pageBtnList li a {
		font-size: 15px;
	}
	/*---------------------------
	追加部分
	----------------------------*/
	.footCon .pageBtnList {
	display: block;
	}
}

/*------------------------------------------------------------
    Page Fade
------------------------------------------------------------*/
#cover {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: opacity .3s ease,visibility .3s ease;
}

.hideCover #cover {
    opacity: 0;
    visibility: hidden;
}

/*------------------------------------------------------------
    FadeInAnim
------------------------------------------------------------*/
.fadeInAnim {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity .8s ease-out, transform .6s ease-out;
    transition: opacity .8s ease-out, transform .8s ease-out;
}

.fadeInAnim.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/*------------------------------------------------------------
    隴厄ｽｸ陟大臆�ｨ�ｭ陞ｳ�ｽ
------------------------------------------------------------*/
/* 郢晢ｿｽ縺冗ｹｧ�ｹ郢晏現�ｽ闖ｴ蜥ｲ�ｽ�ｮ */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* 郢晁ｼ斐°郢晢ｽｳ郢晏現�ｽ陞滂ｽｧ邵ｺ髦ｪ��ｿｽ蛹ｻ�ｽ郢晢ｽｩ郢ｧ�ｹ�ｽ�ｽ */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* 郢晁ｼ斐°郢晢ｽｳ郢晏現�ｽ陞滂ｽｧ邵ｺ髦ｪ��ｿｽ蛹ｻ�ｽ郢ｧ�､郢晉ｿｫ縺幢ｿｽ�ｽ */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* 郢晁ｼ斐°郢晢ｽｳ郢晏現�ｽ陞滂ｽｪ邵ｺ�ｽ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
    陟包ｽｮ髫ｱ�ｿ隰ｨ�ｴ騾包ｽｨ郢ｧ�ｯ郢晢ｽｩ郢ｧ�ｹ�ｽ驕ｺﾂ�ｻ陞溷､ら舞邵ｺ蜉ｱ竊醍ｸｺ�ｽ��ｸｺ�ｨ�ｽ�ｽ
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
    雎主ｮ育舞郢ｧ�ｹ郢ｧ�ｿ郢ｧ�､郢晢ｽｫ
------------------------------------------------------------*/
* html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

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

.lazy,
.sliderLazy,
.navLazy {
  opacity: 0;
  transition: opacity 1s;
}

.lazy.fadeIn,
.sliderLazy.fadeIn,
.navLazy.fadeIn {
  opacity: 1;
}

.loadingLogo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/*------------------------------------------------------------
    common
------------------------------------------------------------*/
.pageTitle {
	padding-top: 158px;
	text-align: center;
	margin-bottom: 38px;
}

.pageTitle h2,
h2.pageTitle {
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 7px;
	margin-bottom: 7px;
}

.pageTitle p {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .6px;
}

.linkTo {
	text-align: center;
}

.linkTo a {
	font-size: 13px;
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
}

.linkTo a::after {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: opacity .6s ease;
	content: "";
	background: #404040;
}

/* news */
.pageNews {
	position: relative;
	max-width: 810px;
	margin: 0 auto;
	margin-bottom: 136px;
}

.pageNewsTitle {
	font-size: 35px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 1px;
	white-space: nowrap;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	position: absolute;
	left: 0;
	top: 0;
}

.pageNewsList {
	margin-left: 116px;
	margin-right: 86px;
}

.pageNewsList li {
	margin-bottom: 31px;
}

.pageNewsList li:last-child {
	margin-bottom: 0;
}

.pageNewsList li a {
	display: flex;
	align-items: flex-start;
}

.pageNewsList span {
	font-size: 15px;
	font-weight: 300;
	color: #0045A2;
	letter-spacing: .8px;
	margin-right: 10px;
	margin-top: -2px;
	flex: 0 0 100px;
}

.pageNewsList p {
	flex: 1;
	font-size: 13px;
	letter-spacing: .6px;
}

.pageNewsLink {
	position: absolute;
	bottom: 0;
	right: 4px;
}

/* button */
.pageBtnList {
	display: flex;
	align-items: flex-start;
	max-width: 1000px;
	margin: 0 auto 111px;
	justify-content: center;
}

.pageBtnList li {
	position: relative;
	flex: 0 0 46%;
	margin-right: 8%;
}

.pageBtnList li:nth-child(2n),
.pageBtnList li:last-child {
	margin-right: 0;
}

.pageBtnList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 17px;
	color: #0745A2;
	border: 1px solid #0745A2;
	box-sizing: border-box;
	min-height: 90px;
	padding: 13px 10px;
	letter-spacing: .8px;
	line-height: 1.7;
}

.ie .pageBtnList li a {
	height: 90px;
}

.pageBtnList li span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	left: 78px;
}

.pageBtnList li span img {
	display: block;
	width: 100%;
}

.pageBtnList li:nth-child(2) span,
.bottomFootWrap .pageBtnList li:nth-child(1) span {
	display: none;
}

.pageBtnList li:nth-child(2) p,
.bottomFootWrap .pageBtnList li:nth-child(1) p {
	margin-left: -30px;
	position: relative;
}

.pageBtnList li:nth-child(2) p::after,
.bottomFootWrap .pageBtnList li:nth-child(1) p:after {
	position: absolute;
	content: '';
	top: 50%;
	right: -28px;
	width: 16px;
	height: 13px;
	background: url(/img/common/img_blank.png);
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle {
		padding-top: 114px;
		margin-bottom: 22px;
	}

	.pageTitle h2,
	h2.pageTitle {
		font-size: 25px;
		letter-spacing: 4.4px;
		margin-bottom: 8px;
	}

	.pageTitle p {
		font-size: 11px;
		letter-spacing: .3px;
	}

	/* news */

	.pageNews {
		margin-bottom: 92px;
	}

	.pageNewsTitle {
		font-size: 28px;
		left: 15px;
	}

	.pageNewsList {
		margin-left: 72px;
		margin-right: 25px;
		margin-bottom: 32px;
	}

	.pageNewsList li {
		margin-bottom: 22px;
	}

	.pageNewsList li a {
		display: block;
	}

	.pageNewsList span {
		margin-right: 0;
		margin-top: 0;
		display: block;
		margin-bottom: 4px;
	}

	.pageNewsList p {
		letter-spacing: .4px;
	}

	.pageNewsLink {
		position: static;
		text-align: left;
		margin-left: 72px;
	}

	/* button */
	.pageBtnList {
		display: block;
		margin: 0 27px 80px;
	}

	.pageBtnList li {
		margin-right: 0;
		margin-bottom: 13px;
	}

	.pageBtnList li a {
		font-size: 15px;
		min-height: 78px;
		padding: 12px 10px;
		letter-spacing: .5px;
	}

	.pageBtnList li span {
		width: 16px;
		left: 30px;
	}

	.pageBtnList li:nth-child(2) p,
	.bottomFootWrap .pageBtnList li:nth-child(1) p {
		margin-left: -21px;
	}

	.pageBtnList li:nth-child(2) p::after,
	.bottomFootWrap .pageBtnList li:nth-child(1) p:after {
		right: -23px;
		width: 13px;
		height: 11px;
	}

}


/* Cookie */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

.cc-grower {
	max-height: 100px;
}

.cc-revoke {
	display: none;
}

.allowCookies .cc-revoke {
	display: none;
}

.openBar .cc-revoke {
	display: block;
}

.cc-link {
	margin-right: 20px;
}

.en .cc-link {
	margin-right: 0;
}

.cc-color-override-1768070765 .cc-link,
.cc-color-override-1768070765 .cc-link:active,
.cc-color-override-1768070765 .cc-link:visited {
  color: #fff;
}

.cc-color-override-1768070765 .cc-highlight .cc-btn:first-child {
  color: #fff;
}

.cc-color-override-1768070765 .cc-btn {
  color: #fff;
  border-color: transparent;
}

.cc-grower .cc-color-override-1768070765.cc-window {
	background-color: #333333;
  color: #fff;
}

.cc-window.cc-banner  {
	padding: 8px 40px 10px 40px;
}

.cc-window .cc-message {
	margin-top: 1px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	opacity: .8;
	letter-spacing: .6px;
}

.cc-color-override-1768070765 .cc-link {
	position: relative;
	padding-right: 0;
	text-decoration: underline;
	transition: opacity 1s ease;
}

.cc-color-override-1768070765 .cc-link:hover {
	opacity: .5;
	text-decoration: none;
}

.cc-color-override-1768070765 .cc-link:after{
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	right: -15px;
	top: 50%;
	opacity: .3;
	transform: translateY(-50%);
	display: block;
	background: url(../img/common/img_site_white.png) no-repeat;
	background-position: center center;
	background-size: 12px auto;
}

.cc-btn {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: underline;
	letter-spacing: .4px;
	transition: opacity 1s ease;
}

.cc-color-override-1768070765 .cc-highlight .cc-btn:hover,
.cc-color-override-1768070765 .cc-highlight .cc-btn:focus {
	opacity: .5 !important;
	text-decoration: none;
	background-color: transparent !important;
}

.cc-btn + .cc-btn {
	margin-left: 20px;
}

.cc-color-override-1768070765 .cc-highlight .cc-btn:first-child {
	margin-left: 0;
	font-size: 12px;
	letter-spacing: .8px;
	font-weight: 400;
	opacity: .8;
}

.cc-window.cc-floating {
	max-width: 100%;
	min-width: 1100px;
}

.cc-grower {
	min-width: 1100px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.cc-grower {
		min-width: 100%;
		position: relative;
		z-index: 3;
	}

	.cc-window.cc-floating {
		padding: 11px 23px 8px 23px;
		min-width: 100%;
		-ms-flex-direction: column;
   	    flex-direction: column;
	}

	.cc-window .cc-message {
		margin-right: 0;
		margin-bottom: 0;
		width: 100%;
		display: block;
		font-size: 10px;
		line-height: 1.58;
		letter-spacing: .5px;
	}

	.cc-btn {
		padding: 0;
		margin: 0;
		flex: none !important;
		display: inline-block;
		letter-spacing: .6px;
	}

	.cc-color-override-1768070765 .cc-highlight .cc-btn:hover,
	.cc-color-override-1768070765 .cc-highlight .cc-btn:focus {
		opacity: 1!important;
		text-decoration: underline;
		background-color: transparent !important;
	}

	.cc-color-override-1768070765 .cc-link:hover {
		opacity: 1;
		text-decoration: underline;
	}

	.cc-color-override-1768070765 .cc-highlight .cc-btn:first-child  {
		margin-left: -2px;
		margin-right: 10px;
		font-size: 12px;
		letter-spacing: 0px;
	}

	.cc-color-override-1768070765 .cc-highlight .cc-allow  {
		/*margin-top: -4px;*/
		margin-left: 5px;
		letter-spacing: .5px;
	}

	.cc-window.cc-banner .cc-compliance {
		width: 100%;
		display: block;
	}
}

/* add fenye */
.newsPage .wp-pagenavi .pages,
.newsPage .wp-pagenavi .first,
.newsPage .wp-pagenavi .last {
	display: none;
}

.newsPage .wp-pagenavi .current {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	line-height: 40px;
	font-size: 15px;

}

.newsPage .wp-pagenavi .current {
	font-weight: 700;
	background: #eef2f3 !important;
}

.newsPage .wp-pagenavi .page {
	width: 40px;
	height: 40px;
	font-size: 15px;
	display: inline-block;
	line-height: 40px;
	transition: background .6s ease,opacity 0.6s ease;
}

.newsPage .wp-pagenavi .nextpostslink,
.newsPage .wp-pagenavi .previouspostslink {
	margin: 0 15px;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.newsPage .wp-pagenavi .previouspostslink {
	left: -6px;
}

.newsPage .wp-pagenavi .nextpostslink::after,
.newsPage .wp-pagenavi .nextpostslink::before,
.newsPage .wp-pagenavi .previouspostslink::after,
.newsPage .wp-pagenavi .previouspostslink::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.newsPage .wp-pagenavi .nextpostslink::after,
.newsPage .wp-pagenavi .previouspostslink::after {
	border-bottom: 1px solid rgba(51,51,51,0.6);
	border-right: 1px solid rgba(51,51,51,0.6);
	width: 13px;
	height: 13px;
	transform: rotate(-45deg) translate(-50%,-50%);
	top: 32%;
	left: 50%;
}

.newsPage .wp-pagenavi .previouspostslink::after {
	transform: rotate(135deg) translate(-50%,-50%);
	top: 32%;
	left: 20%;
}

.wp-pagenavi {
	position: relative;
}

.wp-pagenavi .extend {
	display: inline-block;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
}

.wp-pagenavi .last {
	display: none;
}
@media all and (min-width: 0) and (max-width: 767px) {

	.newsPage li a:hover {
		background: transparent;
	}

	/* add */
	.newsPage .wp-pagenavi .nextpostslink {
		float: right;
		right: 12px;
		position: absolute;
		margin: 0;
	}

	.newsPage .wp-pagenavi .previouspostslink {
		left: 12px;
		position: absolute;
		margin: 0;
	}
}

/*------------------------------------------------------------
    cookie policy
------------------------------------------------------------*/
#ot-sdk-cookie-policy{
	margin: 40px 0 70px;
}

/*------------------------------------------------------------
    userdata-external-transmission
------------------------------------------------------------*/
#content_frame {
	padding-bottom: 70px;
}
