@charset "utf-8";
/* CSS Document */

html, body, body.page, .wf-container > * { "Hiragino Sans GB", 华文细黑, STHeiti, 微软雅黑, "Microsoft YaHei", SimHei, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.container {
	width: 100%;
	margin:0;
	padding:0;
}

.branding {
	max-width: 1130px;
	width: 90%;
	height: 60px;
	margin: 20px auto 0 auto;
	padding: 0 5%;
}
.logo {
	width: 250px;
	float: left;
}
.logo img {
	text-align: left;
}
.mobile-logo { display: none; }

#main { padding: 0 }

.mini-widgets {
	float: right;
	margin-top:20px;
}
.text-area { float: left; }
.mini-widgets .text-area a:not(.dt-btn), .mobile-mini-widgets .text-area a:not(.dt-btn) { text-decoration: none }

.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom) { background: white url(../images/menu_bg.png) repeat-x left bottom; }
.top-header .active-bg-decoration > li.act > a { background: none }

.top-header .hover-bg-decoration> li:not(.act) > a:hover, .top-header .hover-bg-decoration > li.dt-hovered:not(.act)>a { background: rgba(0,0,0,0.8); background: rgba(255,255,255,0.6); border-radius: 0; }

.slider-post-inner h4 { display: none }

#bottom-bar a { text-decoration: underline; color: #888; }
.classic-header .branding, .classic-header .navigation { margin: 20px 0 0 }

#nav-drawer {
	display: none;
}

.navigation {
	position: relative;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 5%;
	background:url(../images/menu_bg.png) repeat-x left center;
	width: 90%;
	height: 58px;
	z-index: 9999;
}
	
.main-nav {
	display: flex;
	justify-content: space-between;
	height: 58px;
	margin: 0 auto;
	padding: 0;
	max-width: 1130px;
	font-size: 1rem;
}
.main-nav > li {
	width:20%;
	text-align:center;
}
.main-nav li {
	list-style: none;
	position: relative;
}
.main-nav li a {
	border-left: 1px solid #ccc;
	color: #666;
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: 10px 0;
}
.main-nav li:nth-child(7) {
	border-left: 1px solid #ccc;
	margin: 10px 0;
}
.main-nav ul {
	list-style: none;
	margin:0;
	padding:0;
	z-index: 99999;
}
.main-nav li li {
	height: 0;
	overflow: hidden;
	transition: .5s;
	background: #000;
	width: 100%;
}
.main-nav li li a {
	border-left: none;
	border-right: none;
	margin:0;
	padding: 2px 15px;
	color: #fff;
	text-align: left;
	font-size: 14px;
}
.main-nav li:hover > ul > li {
	height: 40px;
	overflow: visible;
}
.main-nav li li:hover {
	background: rgb(102,102,102,0.7);
}
.main-nav li li:hover a {
	color: #fff;
}

.main-nav .btn_red, .main-nav a.btn_red {
	background: #cf1010;
	margin:12px 0 0 30px;
	padding: 6px 30px;
	color: white;
	height: 22px;
	width: 55px;
	text-decoration: none;
	border-radius: 20px;
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
}

.ym_jys_login {
	background: url(../images/jt.png) no-repeat left center;
	padding-left: 10px;
	line-height: 24px;
	display: inline-block;
	font-size: 13px;
	color: #ff0033;
	background-size: 7px;
	margin-right: 20px;
}

.ym_cy_link {
	background: url(../images/jt.png) no-repeat left center;
	padding-left: 10px;
	line-height: 20px;
	display: inline-block;
	font-size: 11px;
	color:#ff0033;
	background-size: 7px;
}

.contents { width: 90%; max-width: 1130px; margin: 0 auto; padding: 0 5%; }

.pankuzu { background: #eee; padding: 8px 5%; margin-bottom: 60px; }
.pankuzu_txt { width: 100%; max-width: 1130px; margin: 0 auto; font-family: "Hiragino Sans GB", 华文细黑, STHeiti, 微软雅黑, "Microsoft YaHei", SimHei, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #777; font-size: 12px; }
.pankuzu_txt a { font-size: 12px; color:#666; text-decoration: none;}

.contents_tit {
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	margin-bottom: 2.5em;
	color: #d70e0f;
}
.contents_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #d70e0f;
}



.fot-copyright a { text-decoration: underline; color: #888; }

.fot-copyright .line { margin: 0 10px; }

.solid-bg { background: #eaeaea; width: 100%; }

.wf-container-bottom { color: #888; font-size: 12px; max-width: 1130px; margin: 0 auto; }

.wf-table {
	max-width: 1129px;
	width: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wf-container-bottom {
	width: 90%;
	padding: 0 5%;
}
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a .menu-text{color:white}

/*************foot************/

.footer {
	width: 100%;
	background: #f2f2f2;
}

.footer .wf-container {
	max-width: 1130px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .wf-container .wf-1-3 {
	width: 24%;
	margin: 0 0 20px 0;
    display: flex;
}
.footer .wf-container .wf-1-4 {
	float: left;
	width: 37%;
	margin: 0 0 40px 0;
}
.footer .wf-container .wf-1-5 {
	float: left;
	width: 27%;
	margin: 0 0 40px 0;
}
.footer .wf-container .wf-1-6 {
	float: left;
	width: 36%;
	margin: 0 0 40px 0;
}
.footer .wf-container ul {
	width: 100%;
	list-style:none;
	padding:0;
	margin:0 auto;
	text-align:left;
}

.footer .wf-container .custom-menu li { border: 0; padding: 0; margin: 0; background: url(../images/fjt.png) no-repeat left 4px; list-style: none; font-size:14px; }

.footer .wf-container .custom-menu li.has-children { float: left; line-height:1.8rem; margin:0; padding-left:12px; }
.footer .wf-container .custom-menu li.has-children:nth-child(1) { width: 21%; margin-bottom: 40px; }
.footer .wf-container .custom-menu li.has-children:nth-child(2) { width: 40%; margin-bottom: 40px; }
.footer .wf-container .custom-menu li.has-children:nth-child(n+3):nth-child(-n+7) { width: 20%; }
.footer .wf-container .custom-menu li.has-children a { text-decoration: none; color:#000; }
.footer .wf-container .custom-menu li.has-children ul { margin:0; padding:0; line-height: 1.4rem; }
.footer .wf-container .custom-menu li.has-children li a { background: none; padding: 0; color: #666; margin: 0; font-size: 13px; }

.footer .wf-container .custom-menu li ul li {
	background: none;
	padding:0;
	margin:0;
}

.footer .wf-container .st-accordion li > a:before, .footer .wf-container-menu a:before { background: none; }

.footer .wf-container .custom-menu a:before, .footer .widget_presscore-custom-menu-1 .custom-menu a:after { background: none; }

.wf-float-left { display: none }

#branding-bottom { padding: 10px 15px 10px 0px; }

*, html, body, div, p, h1, h2, h3, h4, ul, li, span, input, select, a, nav, header, footer { font-family: "Hiragino Sans GB", 华文细黑, STHeiti, 微软雅黑, "Microsoft YaHei", SimHei, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.fot_cmp { max-width: 100%; background: white; padding: 20px 20px 0; border-radius: 6px; font-size: 13px; line-height: 1.8em; color: #808080; word-break: break-all; }

.fot_cmp .cmp_title { margin-bottom: 10px; background: #7c7c7c; padding: 4px 10px; color: white; }

.pro_logo { width: 145px; text-align:center; font-size:12px; line-height:2rem; margin-bottom: 20px; }
.pro_logo img { width:145px; }


#text-6 {float:left; text-align:left;}
.textwidget { display: flex; flex-wrap: wrap; justify-content: space-around;}
.code{width: 120px; text-align:center; font-size:12px; line-height:2rem; margin: 0 5px; }
.code img{width:120px;}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #999;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::after{
  content: " ";
  position: absolute;
  top: 15px; /* 三角形を10px下にずらす */
  right: 0; /* 三角形を四角の中の中央に表示するために左右を0に指定 */
  left: 0;
  width: 0; /* 横幅と高さを０に指定 */
  height: 0;
  margin: 0 auto; /* 中央寄せ */
  border-right: 10px solid transparent; /* ボーダー色を背景色と同じにし中心から右側のサイズを指定 */
  border-bottom:18px solid #fff; /* 三角形の高さ */
  border-left: 10px solid transparent; /* ボーダー色を背景色と同じにし中心から左側のサイズを指定 */
}


@media screen and (max-width: 998px){
.header-bar {
	max-width: 998px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	margin:0;
	padding:0;
}
	
.branding {
	width: 100%;
	height: 58px;
	margin: 0 auto 0;
	padding: 0;
	display: flex;
	justify-content: center;
	background: url(../images/menu_bg.png) repeat-x left center;
	position: relative;
}
.logo {
	display: block;
	text-align:center;
	padding-top: 5px;
	width: 180px;
}
.logo img {
	width: 100%;
	height: auto;
}
	.preload-me {
		display:none;
	}
	.wf-td .preload-me { display: block; }
	.mobile-logo {
		display: block;
		width: 180px;
		height: 44px;
	}

.mini-widgets {
	display: none;
}
.mini-widgets2 {
	display: flex;
	flex-wrap: wrap;
	width: 300px;
	margin: 20px auto;
}

.navigation {
	display: none;
}


#nav-drawer {
	display: block;
	position: absolute;
	top: 20px;
	left: 22px;
}

/*チェックボックスなどは非表示に*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 2px;/*線の太さ*/
	width: 22px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 40%;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
	padding: 0 2%;
}

#nav-content .btn_red, #nav-content a.btn_red {
	background: #cf1010;
	margin-top:10px;
	padding: 6px 30px;
	color: white;
	height: 22px;
	width: 55px;
	text-decoration: none;
	border-radius: 20px;
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


.acMenu {
	width:300px;
	margin:0 auto;
	padding:0;
	background: #fff;
}
 
.acMenu li {
    list-style: none;
    padding:15px 0;
	display: block;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 16px;
}
 
.acMenu a {text-decoration: none; color:#000;}
.acMenu li dl {
	padding:0;
	margin:0;
}
.acMenu li ul {
    padding:0;
	margin:0;
}

.menu-ttl {
    text-align: left;
    padding: 0;
	margin:0;
}
 
dd {
    margin:0;
	padding:0;
}
 
.acMenu2 li {
    text-align:left;
	padding:0;
}
.menu-link li {
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 15px;
    border-bottom: none;
    background: none;
	font-size:14px;
	font-weight: normal;
}
.menu-link li:last-child {
	padding-bottom:0;
}
.acMenu dt { position: relative; }
.acMenu dt:after {
    content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
 
.acMenu dt.open:after {
	transform: rotate(225deg);
}

.pankuzu { padding-top: 68px; z-index:9999; }

.contents {
	padding-top:18px;	
}
	
.footer {
	width: 100%;
	background: #f2f2f2;
}

.footer .wf-container {
	width: 90%;
	margin:0 auto;
	padding: 20px 5%;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solid-bg { background: #eaeaea; width: 100%; padding:0; }



	
.fot_cmp { background: white; padding: 20px; border-radius: 6px; font-size: 13px; line-height: 1.8em; color: #808080; display:flex; }
.textwidget { display: flex; }
	
}


@media screen and (max-width: 767px){
.header-bar {
	max-width: 767px;
	position: fixed;
	width: 100%;
	height: 58px;
	z-index: 9999;
	margin:0;
	padding:0;
}
.branding {
	max-width:767px;
	width: 100%;
	margin: 0 auto 58px auto;
	padding: 0;
	display: flex;
	position: relative;
}
.logo {
	display: block;
}
.logo img {
	width: 100%;
	height: auto;
}
	.mobile-logo {
		display: block;
		width: 180px;
		height: 44px;
	}
.mini-widgets {
	display: none;
}
.mini-widgets2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.navigation {
	display: none;
}


#nav-drawer {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}

/*チェックボックスなどは非表示に*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 2px;/*線の太さ*/
	width: 20px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 40%;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


.acMenu {
	width:100%;
	margin:0 auto;
	padding:0;
	background: #fff;
}
 
.acMenu li {
    list-style: none;
    padding:15px 0;
	display: block;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 16px;
}
 
.acMenu a {text-decoration: none; color:#000;}
.acMenu li dl {
	padding:0;
	margin:0;
}
.acMenu li ul {
    padding:0;
	margin:0;
}

.menu-ttl {
    text-align: left;
    padding: 0;
	margin:0;
}
 
dd {
    margin:0;
	padding:0;
}
 
.acMenu2 li {
    text-align:left;
	padding:0;
}
.menu-link li {
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 15px;
    border-bottom: none;
    background: none;
	font-size:14px;
	font-weight: normal;
}
.menu-link li:last-child {
	padding-bottom:0;
	border-bottom: none;
}
.acMenu dt { position: relative; }
.acMenu dt:after {
    content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
 
.acMenu dt.open:after {
	transform: rotate(225deg);
}

.footer .wf-container .wf-1-3 {
	display: none;
}
.footer .wf-container .custom-menu {
	display: none;
}
.footer .wf-container .custom-menu li { border: 0; padding-left: 12px; margin: 0; background: url(../images/fjt.png) no-repeat left 4px; list-style: none; font-size:14px; }

.footer .wf-container .custom-menu li.has-children { line-height:1.8rem; margin:0; padding-left:12px; }
.footer .wf-container .custom-menu li.has-children:nth-child(1) { width: 40%; text-align:left; }
.footer .wf-container .custom-menu li.has-children:nth-child(2) { width: 40%; text-align:left; }
.footer .wf-container .custom-menu li.has-children:nth-child(3) { margin-top:30px; }
.footer .wf-container .custom-menu li.has-children:nth-child(n+3):nth-child(-n+7) { width: 80%; text-align:left; }
.footer .wf-container .custom-menu li.has-children:nth-child(7) { margin-bottom:30px; }

.footer .wf-container .wf-1-4 {
	width: 100%;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.footer .wf-container .wf-1-6 {
	width: 100%;
	margin:0 auto;
	text-align:center;
    display: flex;
    justify-content: space-around;
}
#text-6{width:100%; padding:30px 0; margin:0;}
#text-5{width:66.6%;padding:0;}
#text-6 img{margin:0; width:140px;}
#text-5 img{margin:0; width:140px;}
.pro_logo { width: 145px; text-align:center; font-size:12px; line-height:2rem; margin-bottom: 20px; }
.pro_logo img { width: 145px; max-width: 145px; }
.code{width: 140px; margin:0 5px; text-align:center; font-size:12px; line-height:2rem;}
.code img{width:140px;}

.wf-table {
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align:center;
}

.preload-me{
	width: 180px;
    height: auto;
}
}

@media screen and (max-width: 640px){
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 40%;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
	padding: 0 2%;
}
.acMenu dt { position: relative; }
.acMenu dt:after {
    content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
 
.acMenu dt.open:after {
	transform: rotate(225deg);
}
}


@media screen and (max-width: 420px){
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 70%;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
	padding: 0 4%;
}
.acMenu dt { position: relative; }
.acMenu dt:after {
    content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
 
.acMenu dt.open:after {
	transform: rotate(225deg);
}
}
