/* ------------------------------------------
                  LAYOUTS
------------------------------------------ */

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

body {
	background: #fff;
	font: 15px 'Lato','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, Arial ,sans-serif;
	color: #1f3b47;
	line-height: 160%;
	letter-spacing: 0.07em;
}

a {
	color: #1e2933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
}

.inner {
	max-width: 1260px;
	margin: 0 auto;
}

.wt-dis{
	display: none;
}
.wkc-globalnavi {
	height: 40px;
	background: #1f3b47;
	line-height: 40px;

	color: #fff;
	letter-spacing: -.40em;
	overflow: hidden;
}

.wkc-globalnavi a {
	color: #fff;
}

.wkc-globalnavi .wkc-globalnavi-sites {
	width: 50%;
	float: left;
}

.wkc-globalnavi .wkc-globalnavi-sites ul li {
	display: inline-block;
}

.wkc-globalnavi .wkc-globalnavi-sites ul li a {
	display: inline-block;
	padding: 0 15px;
	letter-spacing: 0.1em;
}

.wkc-globalnavi .wkc-globalnavi-sites ul li a:hover {
	background: rgba(0,0,0,0.35);
	text-decoration: none;
}

.wkc-globalnavi .wkc-globalnavi-sites ul li.active a {
	background: rgba(0,0,0,0.35);
}

.wkc-globalnavi .wkc-globalnavi-other {
	width: 50%;
	float: right;
	text-align: right;
	overflow: hidden;
}

.wkc-globalnavi .wkc-globalnavi-other ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.1em;
}

.wkc-globalnavi .wkc-globalnavi-other ul li a {
	display: inline-block;
	padding: 0 15px;
}


.wkc-globalnavi .wkc-globalnavi-other ul li.facebook a,
.wkc-globalnavi .wkc-globalnavi-other ul li.twitter a {
	height: 40px;
	padding: 0 0.3em;
	font-size: 20px;
}

.wkc-globalnavi .wkc-globalnavi-other ul li.facebook a:hover,
.wkc-globalnavi .wkc-globalnavi-other ul li.twitter a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.wkc-globalnavi .wkc-globalnavi-other ul li.sajp {
	margin-left: 5px;
	margin-right: -2px;
}

.wkc-globalnavi .wkc-globalnavi-other ul li.sajp img {
	height: 26px;
}

.wkc-globalnavi .wkc-globalnavi-other ul li.sajp a {
	height: 40px;
	padding-top: 8px;
	background: #111;
}

.wkc-globalnavi .wkc-globalnavi-other ul li.sajp a:hover {
	background: #444;
	text-decoration: none;
}

.wkc-globalnavi .wkc-globalnavi-other ul li.sajp a:hover img {
	opacity: 1;
}

.pc-header {
	border-bottom: solid 0px #d3d3d3;
}

.pc-header .inner {
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.pc-header .wkc-pc-header-logo {
	position: relative;
	width: 50%;
	height: 54px;
	float: left;
	overflow: hidden;
}

.pc-header .wkc-pc-header-logo a:hover {
	text-decoration: none;
}

.pc-header .wkc-pc-header-logo img {
	display: inline-block;
	width: 268px;
	height: 54px;
	vertical-align: bottom;
}

.pc-header .wkc-pc-header-logo span {
	position: relative;
	top: -4px;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.4;
	text-align: right;
	letter-spacing: 0.1em;
	color: #999;
	vertical-align: bottom;
	text-align: left;
	border-left: solid 1px #d3d3d3;
}

.footer .footer-record span {
	position: relative;
	top: -4px;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.4;
	text-align: right;
	letter-spacing: 0.1em;
	color: #999;
	vertical-align: bottom;
	text-align: left;
	border-left: solid 1px #d3d3d3;
}

.pc-header .wkc-pc-header-navi {
	width: 50%;
	float: right;
	padding-top: 8px;
	text-align: right;
}

.pc-header .wkc-pc-header-navi ul li {
	display: inline-block;
	height: 36px;
	padding-left: 18px;
	margn-left: 18px;
	border-left: solid 1px #D3D3D3;
	text-align: left;
}

.pc-header .wkc-pc-header-navi ul li:first-of-type {
	padding-left: 0;
	margn-left: 0;
	border-left: none;
}

.pc-header .wkc-pc-header-navi ul li a {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	vertical-align: middle;
}

.pc-header .wkc-pc-header-navi ul li a:hover {
	text-decoration: none;
}

.pc-header .wkc-pc-header-navi ul li.download a {
	width: 120px;
}

.pc-header .wkc-pc-header-navi ul li.trial a {
	width: 130px;
}

.pc-header .wkc-pc-header-navi ul li.download i {
	float: left;
	margin: 5px 5px 0 0;
	font-size: 23px;
}

.pc-header .wkc-pc-header-navi ul li.license i {
	float: left;
	margin: 0 7px 0 0;
	font-size: 23px;
}

.pc-header .wkc-pc-header-navi ul li.trial i {
	float: left;
	margin: 4px 7px 0 0;
}

.pc-header .wkc-pc-header-navi ul li a {
	padding-top: 3px;
}

.pc-header .wkc-pc-header-navi ul li a:hover {
	opacity: 0.7;
}

.pc-header .wkc-pc-header-navi ul li.line1 a {
	padding-top: 5px;
}

.pc-header .wkc-pc-header-navi ul li.line1 span {
	display: inline-block;
	padding-top: 5px;
}

.contentsnavi {
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: solid 0px #d3d3d3;
	letter-spacing: -.40em;
}

.contentsnavi ul li {
	display: inline-block;
}

.contentsnavi ul li a {
	position: relative;
	display: inline-block;
	padding: 0 1em;
	letter-spacing: 0.07em;
}

.contentsnavi ul li a:hover {
    text-decoration: none;
}

.contentsnavi ul li a:hover:before  {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2.5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
    border-width: 6px 5px 0 5px;
	border-color: #d3d3d3 transparent transparent transparent;
}

.contentsnavi ul li.active a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2.5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
    border-width: 6px 5px 0 5px;
	border-color: #111 transparent transparent transparent;
}

.contentsnavi-search {
	position: absolute;
	top: 0;
	right: 18px;
	margin-top: -2px;
	font-size: 22px;
}

.contentsnavi-1search {
	position: absolute;
	top: 0;
	right: 18px;
	margin-top: -2px;
	font-size: 22px;
}

.contentsnavi-search:hover {
	opacity: 0.5;
}

.contentsnavi-1search:hover {
	opacity: 0.5;
}
.content-side .title {
    position: relative;
    padding: 20px 15px;
    border-top: solid 2px #004B99;
    border-bottom: solid 1px #d3d3d3;
    font-weight: bold;
}



.content-side .mulu {
	position: relative;
	padding: 20px 15px;
	    background: #1f3b47;
	    color: #fff;
	border-bottom: solid 1px #d3d3d3;
	font-weight: bold;
}

.content-side .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -4px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #111;
}

.content-side section:first-of-type .title {
	border-top: none;
}

.content-side .title a {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 17px;
	color: #CCCCCC;
}

.content-side .title a:hover {
	color: #111;
}

.content-side-box-entrylist {
	padding: 0 15px;
}

.content-side-box-entrylist li {
	padding: 10px 0;
	border-bottom: solid 1px #d3d3d3;
}


.content-side-box-entrylist li:last-of-type {
	border-bottom: none;
}

.content-side-box-entrylist li .entrydate {
	font-size: 12px;
	color: #999999;
}

.content-side-box-entrylist li .entrytitle {
	line-height: 1.3;
}

.content-side-box-entrylist li .entryexcerpt {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.3;
}

.content-side-box-entrylist li figure {
	width: 80px;
	float: left;
}

.content-side-box-entrylist li figure a:hover {
	opacity: 0.7;
}

.content-side-box-entrylist li .detail {
	margin-left: 90px;
}

.content-side-box-entrylist li .detail .entrydate {
	margin-top: -3px;
}

.content-side-box-entrylist-contentstop a {
	padding-left: 17px;
	background: url(/static/image/icon-arrow.png) no-repeat left;
	background-size: 12px 7px;
	font-size: 12px;
}

.content-side-box-entrylist-has-depth {
	padding: 0 15px;
}

.content-side-box-entrylist-has-depth li {
	padding: 0;
}

.content-side-box-entrylist-has-depth a {
	display: block;
	padding: 10px 0;
	border-bottom: solid 1px #d3d3d3;
}

.content-side-box-entrylist-has-depth a:not([href]) {
	color: #111;
	text-decoration: none;
	cursor: default;
}

.content-side-box-entrylist-has-depth ul {
	padding-left: 15px;
	padding-right: 0;
	margin-bottom: -1px;
	font-size: 13px;
}

ul.depth2 {
    display: none;
}

.content-side-box-entrylist-has-depth ul li  {
	padding: 0;
	border-bottom: none;
	line-height: 1.6;
}

.content-side-box-entrylist-has-depth .depth1-li {
	position: relative;
    display: block;
	padding: 10px 0;
	border-bottom: solid 1px #d3d3d3;
	cursor: pointer;
}

.content-side-box-entrylist-has-depth .depth1-li:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 0px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ccc;
}

.content-side-box-entrylist-has-depth .depth1-li.open:before {
    transform: rotate(90deg);
    border-color: transparent transparent transparent #111;
}

.content-side-box-entrylist-has-depth .depth1-li.open:before {

}

.content-side-box-entrylist-has-depth .depth1-li > a {
	position: relative;
	display: inline-block;
	padding: 0;
	border-bottom: none;
	z-index: 100;
}

.content-side-relation {
	background: #F3F3F3;
}

.content-side-box-relationlist {
	padding: 0 15px;
}

.content-side-box-relationlist li {
	padding: 15px 0;
	border-bottom: solid 1px #d3d3d3;
}

.content-side-box-relationlist li:last-of-type {
	border-bottom: none;
}

.content-side-box-relationlist li a {
	display: block;
}

.content-side-box-relationlist li a img {
	margin-right: 5px;
}

.content-side-box-bannerlist {
	padding: 15px 15px 5px 15px;
}

.content-side-box-bannerlist li {
	margin-bottom: 10px;
}

.content-side-box-bannerlist li img {
	border: solid 1px #d3d3d3;
}

.content-side-box-banner {
	display: block;
	margin: 12px;
}

.content-side-box-banner a {
	display: block;
}

.content-side-box-entrylist-innerbox {
	background: #fff;
	padding: 0 10px;
	margin-top: 12px;
	margin-bottom: 5px;
	border: solid 1px #d3d3d3;
}

.content-side-box-bottm-button {
    padding: 0 15px;
}

.content-side-box-bottm-button a {
    display: block;
    padding: 10px 0 10px 17px;

    border-bottom: solid 1px #d3d3d3;
    background: url(/static/image/icon-arrow.png) no-repeat left;
    background-size: 12px 7px;
}

.footer {
	border-top: solid 1px #d3d3d3;
	padding: 30px 0 15px 0;
	'background: #004B9A;
	'color: #fff;
}

.footer a {
	color: #999;
}

.footer .footer-navi {
    width: 100%;
	display:-webkit-box;
  	display: -webkit-flex;
  	display:-ms-flexbox;
  	display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-align-items: stretch;
  	align-items: stretch;
  	margin-bottom: 30px;
}

.footer-navi nav {
	flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 0 15px;
	border-right: solid 1px rgba(255,255,255,0.2);
}

.footer-navi nav:last-of-type {
	border-right: none;
}

.footer-navi nav .title {
	margin-bottom: 15px;
	text-align: center;
}

.footer-navi nav .footer-navi-main {
	padding: 15px 15px 15px 0;
	background: rgba(255,255,255,0.12);
}

.footer-navi nav .footer-navi-main a {
	padding-left: 17px;
	background: url(/static/image/icon-arrow-wh.png) no-repeat left;
	background-size: 12px 7px;
}

.footer-navi nav ul {
	margin-bottom: 15px;
	font-size: 12px;
}

.footer-navi nav ul:last-of-type {
	margin-bottom: 0;
}

.footer-bottom {
    width: 100%;
	padding: 0 15px;
}

.footer-salogo {
	width: 50%;
	float:left;
}

.footer-salogo a {
	display: inline-block;
}

.footer-salogo a img {
	width: 100px;
	height: auto;
	margin-right: 5px;
}

.footer-salogo span {
	display: inline-block;
	vertical-align: bottom;
}

.footer-powered {
	width: 50%;
	float: right;
	text-align: right;
}

.footer-powered img {
	width: 237px;
	height: auto;
}

.content-section.keyvisual {
	position: relative;
	margin-bottom: 30px;
}

.keyvisual ul {
	display: none;
}

.keyvisual ul.slick-initialized {
	display: block;
}

.keyvisual .slick-arrow {
	display: inline-block !important;
	padding: 35px 12px;
	background: rgba(255,255,255,0.8);
	z-index: 100;
	cursor: pointer;
	line-height: 1;
}

.keyvisual .slick-prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -45px;
}

.keyvisual .slick-next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -45px;
}

.slick-dots {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	border: none;
}

.slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0 0.3em;
	border: none;
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #5FBCEB;
}

.keyvisual-smallimage img {
	width: 100%;
	height: auto;
}

.content-section {
	margin-bottom: 60px;
	position: relative;
}

.content-section-short {
	margin-bottom: 40px;
}

.content-main .content-section:last-of-type {
	margin-bottom: 0;
}ﾃつ･ﾃつ･ﾃつ･

.content-lower-index {
	position: relative;
	margin-bottom: 60px;
}

.content-lower-1column {
	background: #f3f3f3;
}

.section-title-wrap {
	padding-top: 22px;
	padding-bottom: 0;
	margin-bottom: 30px;
	/*border-top: solid 2px #004B9A;*/
	border-bottom: solid 1px #d3d3d3;
}

.section-title-wrap-noexcerpt {
    padding-bottom: 10px;
}

.section-title {
	margin-bottom :15px;
	font-size: 28px;
}

.section-title-search {
    margin-bottom: 20px;
    line-height: 1.3;
}

.section-excerpt {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.6;
}

.section-excerpt-search {
    margin-bottom: 30px;
}

.section-subtitle {
	margin-bottom :3px;
	font-size: 17px;
}

.section-subtitle-with-icon {
	margin-bottom: 15px;
}

.section-subtitle-with-icon figure {
	width: 50px;
	float: left;
}

.section-subtitle-with-icon .detail {
	margin-left: 60px;
}

.section-subtitle-with-icon .detail .section-excerpt {
	margin-bottom: 0;
}

.content-lower-index-navbtn {
	position: absolute;
	top: 20px;
	right: 0;
	display: inline-block;
}

.content-lower-index-bottombtn {
	margin-bottom: 20px;
	text-align: center;
}

.bdbox {
	padding: 15px;
	border: solid 1px #d3d3d3;
}

.bdbox .bdbox-title {
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 13px;
	font-weight: bold;
}

.bgbox {
	padding: 25px 25px 5px 25px;
	border: solid 1px #d3d3d3;
	background: #f2f6fa;
}

.bgbox .bgbox-title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 23px;
	font-weight: bold;
}

.bgbox .bgbox-body p {
	margin-bottom: 15px;
}

.bgbox .bgbox-body p ul {
	margin-bottom: 15px;
}

.linklist {

}

.bdbox .linklist {
	margin-left: -15px;
}

.linklist-nomargin {
	margin-left: 0;
}

.linklist li {
	margin-bottom: 7px;
	line-height: 1.3;
    -webkit-text-size-adjust: 100%;
}

.linklist li:last-of-type {
	margin-bottom: 0;
}

.linklist li a {
	display: inline-block;
	padding-left: 17px;
	background: url(/static/image/icon-arrow.png) no-repeat left;
	background-size: 12px 7px;
}

.linklist li a.no-icon {
	padding-left: 0;
	background: none;
}

.linklist li .caption {
	display: block;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 17px;
    font-size: 13px;
}

.linklist li .title {
	display: block;
	margin-top: 3px;
	padding-left: 17px;
}

.linklist li ul {
	padding: 10px 0 0 15px;
}

.link-with-icon {
	display: inline-block;
	padding-left: 17px;
	background: url(/static/image/icon-arrow.png) no-repeat left;
	background-size: 12px 7px;
}

.bdbox-entrylist {
	position: relative;
}

.bdbox-entrylist li {
	margin-bottom: 20px;
}

.bdbox-entrylist li:last-of-type {
	margin-bottom: 0;
}

.bdbox-entrylist .bdbox-title {
	margin-bottom: 20px;
   padding-bottom: 17px;
	font-size: 20px;
}

.bdbox-entrylist .title .tagname {
	font-size: 18px;
	font-weight: bold;
}

.bdbox-entrylist .content-lower-index-navbtn {
	top: 15px;
	right: 15px;
}

.bdbox-entrylist li.discontinued .tagname {
    color: #ccc;
    text-decoration: line-through;
}

.lower-section {
	margin-bottom: 40px;
}

.section-with-top-border {
    padding-top: 40px;
    border-top: solid 1px #d3d3d3;
}

.content-top-banners ul li {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.content-top-banners ul li img {
	width: 100%;
}

.content-top-banners ul li:nth-child(2n) {
	margin-right: 0;
}

.menulist li {
	margin-bottom: 30px;
}

.menulist figure {
	display: block;
	width: 100px;
	float: left;
}

.menulist .detail {
	margin-left: 115px;
}

.search-form-body {
	padding: 15px;
	border: solid 1px #d3d3d3;
	background: #F2F6FA;
}

.search-form-body-header .title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0;
}

.wkc-site-search-filter-directories {
	margin: 0;
    font-size: 0.85em;
}

/*Checkboxes styles*/

.wkc-site-search .wkc-site-search-filter-directory {
margin-right: 0.5em;
}

.wkc-site-search input[type="checkbox"] { display: none; }

.wkc-site-search input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.wkc-site-search input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.wkc-site-search input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 2px;
}

.wkc-site-search input[type="checkbox"]:checked + label:before {
  opacity: 0;
}

.wkc-site-search input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
position: absolute;
    top: 2px;
    left: 8px;
    width: 4px;
    height: 10px;
    border: 2px #004b99 solid;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



.checkbox-group {
	width: 74%;
	float: left;
	border: solid 1px #d3d3d3;
	border-radius: 3px;
	overflow: hidden;
}

.checkbox-group .checkbox {
	width: 25%;
	float: left;
	border-right: solid 1px #d3d3d3;
}

.checkbox-group .checkbox:last-of-type {
	border-right: none;
}

.checkbox-group input {
	display: none;
}

.checkbox-group label {
	display: block;
	width: 100%;
	padding: 8px 5px;
	float: left;
	background: #E9E9E9;
	background-image: linear-gradient(top, #FFFFFF, #E9E9E9);
	background-image: -ms-linear-gradient(top, #FFFFFF, #E9E9E9);
	background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E9E9E9));
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	cursor: pointer;
}

.checkbox-group label:hover {
	background: #e1e1e1;
	background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
	background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
	background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
}

.checkbox-group label.checked {
	color: #0076BF;
	background: #fff;
	background-image: linear-gradient(top, #E9E9E9, #fff);
	background-image: -ms-linear-gradient(top, #E9E9E9, #fff);
	background-image: -moz-linear-gradient(top, #E9E9E9, #fff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#fff));
	text-shadow: 2px 0px 0px #fff;
	font-weight: bold;
}

.checkbox-group label i {
	display: inline-block;
	width: 12px;
	height: 9px;
	margin-right: 3px;
	background: url(/static/image/icon-no.png) no-repeat;
	background-size: 12px 9px;
}

.checkbox-group label.checked i {
	background: url(/static/image/icon-check.png) no-repeat;
	background-size: 12px 9px;
}

.checkbox-group label::-moz-selection,
.checkbox-group label::selection {
	background: transparent;
}

.search-form-body-input input[type="text"] {
	display: block;
	width: 82%;
	height: 44px;
	padding-left: 10px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 15px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1) inset;
	float: left; /*delete*/
}

.search-form-body-input input[type="text"]:focus {
	background: #f9f9f9;
	border-top: solid 1px #b9b9b9;
	border-left: solid 1px #b9b9b9;
	border-bottom: solid 1px #b9b9b9;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.07) inset;
}

.search-form-body-input button {
	display: block;
	width: calc(18% - 0.5em);
	height: 44px;
	border: none;
	float: left; /*delete*/
	background: #0076BF;
	color: #fff;
	font-size: 17px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}

.search-form-body-input button:hover {
	background: #3090CB;
}

.search-form-body-input button:disabled {
	background: #999;
}

.search-form-body-input button i {
	position: relative;
	top: -2px;
}

.search-form-body-input-lower .title {
	width: 26%;
	float: left;
	padding: 8px 10px 0 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.search-form-body-input-lower .search-detail {
	width: 74%;
	float: right;
}

.sp-footernavi {
	display: none;
}

.tab-body-wrap {
	display: none;
}

.content-indexnavi {
	margin-bottom: 15px;
}

.content-indexnavi ul {
  display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  border-left: solid 1px #d3d3d3;
}

.content-indexnavi ul li {
	display: block;
	width: 33.333333%;
	margin-bottom: -1px;
    border-top: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.content-indexnavi ul li a {
	display: block;
	height: 100%;
	padding: 12px 10px 12px 17px;
	background: #F1F1F1 url(/static/image/icon-arrow.png) no-repeat scroll 0 17px;
	background-size: 12px 7px;
	line-height: 1.3;
	vertical-align: middle;
}

.content-indexnavi ul li a:hover {
	text-decoration: none;
	background-color: #fff;
}

.content-header {
	background: #223322;
	color: #fff;
}

.content-header.content-header-reference {
	background: #5FBCEB;
}

.content-header.content-header-other {
	background: #00254D;
}

.content-header .inner {
	padding: 22px 15px 25px 15px;
}

.content-header a {
	color: #fff;
	text-decoration: underline;
}

.content-header a:hover {
	text-decoration: none;
}

.content-header .breadcrumb {
	margin-bottom: 1px;
}

.content-header .breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 2em;
	font-size: 11px;
}

.content-header .breadcrumb li:before {
	position: absolute;
	top: 50%;
	right: -1.2em;
	content: "";
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	-moz-transform: rotate(135deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(135deg);
}

.content-header .breadcrumb li:last-of-type:before {
	display: none;
}

.content-header-title {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
}

.content-header-title-enonly {
	padding-top: 35px;
	font-size: 28px;
}

.content-header-title small {
	display: block;
	margin-top: 15px;
	font-size: 15px;
	text-align: center;
}

.content-header-title i {
	font-size: 114%;
	line-height: 0.8;
	margin-right: 7px;
}

.content-lower .content-side-left {
	position: relative;
}

.content-lower .content-side-left:before {
	position: absolute;
	top: -24px;
	right: -24px;
	content: "";
	display: block;
	border-style: solid;
	border-width: 24px 0 0 24px;
	border-color: transparent transparent transparent #5FBCEB;
}

.content-lower-other-single .content-side-left:before {
	display: none;
}

.content-lower-reference .content-side-left:before {
	border-color: transparent transparent transparent #004B99;
}

.content-lower .content-side-left .content-side-box:first-of-type {
	margin-top: -24px;
	background: #fff;
}

.content-lower-other-single .content-side-left .content-side-box:first-of-type  {
	margin-top: 0;
}

.list-label li {
    margin-bottom: 5px;
}

.list-label li:last-of-type {
    margin-bottom: 0;
}

.list-label li .labels {
    margin-left: 0;
}

.label-text {
    margin-left: 7px;
    font-size: 13px;
    line-height: 1.3;
}

.labels {
	position: relative;top: -2px;
	display: inline-block;
	letter-spacing: -.40em;
}

.labels span,
.labels a {
	display: inline-block;
	width: 105px;
	padding: 3px 7px;
	margin-right: 1px;
	font-size: 10px;
	font-weight: 300;
	line-height: 1;
	background: #666666;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}

.labels a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.labels .block {
	background: #0076BF;
}

.labels .version {
	background: #F1A80C;
}

.labels .mt4 {
	background: #F1A80C;
}

.labels .bl {
	background: #004b9a;
}

.labels .black {
	background: #111;
}

.labels .or {
	background: #F1A80C;
}

.labels .re {
	background: #b71c1c;
}

.labels .gr {
	background: #336601;
}

.labels .plugin {
	width: auto;
    padding: 3px 15px;
}

.labels .function {
	background: #7DBE00;
}

.labels a.width-auto,
.labels span.width-auto{
width: auto;
}

.content-inlinenavi {
	padding: 15px;
	margin-top: 15px;
	border: solid 1px #d3d3d3;
	background: #f1f1f1;
	text-align: center;
}

.content-inlinenavi ul li {
	display: inline-block;
	border-right: solid 1px #d3d3d3;
}

.content-inlinenavi ul li a {
	display: inline-block;
	padding: 1px 8px;
}

.bdbox .has-margin {
	margin-bottom: 10px;
}

.link {
	padding-left: 17px;
	background: url(/static/image/icon-arrow.png) no-repeat 0 7px;
	background-size: 12px 7px;
}

/* ------------------------------------------
                   flexbox
------------------------------------------ */

.content .inner {
  display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-align-items: stretch;
	align-items: stretch;
   /* height: 100vh;*/
}

.content-main {
	padding: 30px;
}

.content .content-main {
 	-webkit-box-ordinal-group: 2;
 	-ms-flex-order: 2;
 	-webkit-order: 2;
 	order: 2;
 	flex: 1;
 	overflow: hidden;
}

.content .content-side-left {
 	-webkit-box-ordinal-group: 1;
 	-ms-flex-order: 1;
 	-webkit-order: 1;
 	order: 1;
 	width: 240px;
 	border-right: solid 1px #d3d3d3;
}

.content .content-side-right {
 	-webkit-box-ordinal-group: 3;
 	-ms-flex-order: 3;
 	-webkit-order: 3;
 	order: 3;
 	width: 240px;
 	border-left: solid 1px #d3d3d3;
}

.content-main-1column {
	max-width: 1080px;
	margin: 0 auto;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	background: #fff;
}
.content-main-3column {
	height: 100%;
	max-width: 1260px;
	margin: 0 auto;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	background: #fff;
}
.indexinner{
	max-width: 1080px;
}
/* ------------------------------------------
                     btn
------------------------------------------ */

.btn {
	display: inline-block;
	padding: 0.8em 1.2em;
	background: #0076bf;
	color: #fff;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1.3;
}

.btn:hover {
	background: #3090CB;
	text-decoration: none;
}

.btn-small {
	font-size: 10px;
}

.btn-primary {
	background: #f01952;
}

.btn-primary:hover {
	background: #FF386D;
}

.btn-secondary {
	background: #e9e9e9;
	color: #0076bf;
}

.btn-secondary:hover {
	background: #d9d9d9;
}

.btn-green {
	background: #00a78b;
}

.btn-green:hover {
	background: #00C8A7;
}

.btn-large {
	width: 60%;
	min-width: 340px;
	padding: 1em 1em;
	font-size: 17px;
    text-align: center;
}

.btn-maxwidth {
	width: 100%;
	text-align: center;
}

/* ------------------------------------------
                    entry
------------------------------------------ */

.entry-detail {
	margin-bottom: 60px;
}

.entry-detail .last-modified {
	margin-bottom: 30px;
	font-size: 13px;
	color: #999;
	font-style: italic;
}

.entry-title {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}

.entry-title-with-border {
	padding-bottom: 30px;
	border-bottom: solid 1px #d3d3d3;
}

.entry-title-blog {
	margin-bottom: 10px;
}

.entry-meta-detail {
	padding-bottom: 30px;
	margin-bottom: 30px;
    border-bottom: solid 1px #d3d3d3;
    color: #999;
}

.entry-meta-detail span {
    display: inline-block;
    margin-right: 10px;
}

.discontinued .entry-title > a,
.discontinued.entry-title .name{
    color: #ccc;
    text-decoration: line-through;
}

.entry-title .labels a,
.entry-title .labels span {
	vertical-align: middle;
}

.entry-title a .blogname {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.entry-body img {
	height: auto;
}

.entry-body p, .entry-body div {
	margin-bottom: 30px;
}

.entry-body p.has-margin-bottom-normal {
	margin-bottom: 20px;
}

.entry-body h1 {
	margin-bottom: 15px;
	font-size: 28px;
}

.entry-body h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 23px;
	border-bottom: solid 1px #d3d3d3;
}

.entry-body h3 {
	margin-bottom: 15px;
	font-size: 18px;
}

.entry-body h4 {
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
	font-size: 15px;
}

.entry-body h4:before {
    position: absolute;
    top: 11px;
    left: 0;
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #d3d3d3;
}

.entry-body pre {
	max-height: 500px;
	margin-bottom: 45px;
	padding: 15px;
	background: #F1F1F1;
	border: solid 1px #d3d3d3;
	overflow: auto;
	letter-spacing: 0;
}

.entry-body pre code {
}

.entry-body dl {
	margin-bottom: 30px;
}

.entry-body dt {
	margin-bottom: 10px;
	padding: 3px 10px 3px 15px;
	border-left: solid 3px #004B99;
}

.entry-body dd {
    margin-bottom: 30px;
	padding-left: 15px;
}

.entry-body var {
	color: #999999;
	font-style: italic;
}

.entry-body .entry-value dt {
	margin-bottom: 7px;
	padding: 10px 15px;
	border-left: solid 3px #d3d3d3;
    background: #f1f1f1;
}

.entry-body .entry-value dt var {
    color: #111;
}

.entry-body ul {
	margin-bottom: 30px;
}

.entry-body ul li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1em;
}

.entry-body ul li ul {
	padding-top: 5px;
	margin-bottom: 0;
}

.entry-body ul.tabs {
    position: relative;
    top: 1px;
    margin-bottom: 0;
    border-left: solid 1px #d3d3d3;
    z-index: 1;
}

.entry-body ul.tabs li {
    width: 180px;
    float: left;
    padding: 12px 15px;
    margin-bottom: 0;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    background: #fff;
    text-align: center;
	cursor: pointer;
    font-size: 18px;
}

.entry-body ul.tabs li.select {
    border-bottom: solid 1px #f1f1f1;
    background: #f1f1f1;
    font-weight: bold;
}

.entry-body ul.tabs li:before {
    display: none;
}

.entry-body .tab-contents {
    position: relative;
    z-index: 0;
}

.entry-body .tab-contents .box.hide {
    display: none;
}

.entry-body ol {
	padding-left: 1em;
	margin-bottom: 30px;
}

.entry-body ol li {
	margin-bottom: 5px;
}

.entry-body ol li ol {
	margin-bottom: 0
}

.entry-body ul>li:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border: solid 1px #004B99;
	background: #ffffff;
}

.entry-body ul.linklist li:before {
	display: none;
}

.entry-body ul ol {
    padding-left: 2em;
    margin-bottom: 30px;
}

.entry-body ul p,
.entry-body ol p {
    margin-top: 30px;
}

.entry-body table {
	width: 100%;
	margin-bottom: 30px;
	border-top: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
}

.entry-body table th {
	padding: 7px 10px;
	background: #0076bf;
	color: #fff;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.entry-body table tbody th {
    background: #f1f1f1;
    color: #111111;
}

.entry-body table td {
	padding: 7px 10px;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.entry-body table td.gray {
	background: #e9e9e9;
}

.entry-body .question-box {

}

.entry-body .question-box p {
    margin-bottom: 20px;
}

.entry-body .question-box pre {
    background: #fff;
}

.entry-body section {
    margin-bottom: 50px;
}

.entry-body section:last-of-type {
    margin-bottom: 0;
}

.entry-body strong {
    color: #c30;
}

.entry-body small {
    font-size: 79%;
}

.entry-socialbuttons ul li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.entry-socialbuttons ul li.facebook {
    position: relative;
    top: -4px;
}

.entry-body .picture {
    margin-bottom: 40px;
}

.entry-body .picture img {
    border: solid 1px #d3d3d3;
    box-sizing: content-box;
}

.entry-body .attention {
    margin-bottom: 40px;
    padding: 15px;
    border: solid 1px #43a875;
    background: #ecf6f1;
}

.attention {
    margin-bottom: 40px;
    padding: 15px;
    border: solid 1px #43a875;
    background: #ecf6f1;
}

.entry-body .warning {
    padding: 15px;
    border: solid 1px #fdb753;
    background: #fff8ed;
}

.entry-body .caution {
    padding: 15px;
    border: solid 1px #FF386D;
    background: #ffebf0;
}

.entry-body .block_file a {
    border: 1px solid #666666;
    display: block;
    width: fit-content;
    padding: 4px 12px;
    text-indent: 1.5em;
    border-radius: 2px;
    background-color: #f3f3f3;
    color: #666666;
    text-decoration: none;
    position: relative;
}

.entry-body .block_file a:before {
  content: "\f019";
  font-family: "FontAwesome";
  position: absolute;
  left: -12px;
  top: 4px;
}

.entry-body .block_file a:hover {
    opacity: 0.8;
}


.trackback {
    padding: 15px;
    border: solid 1px #d3d3d3;
    background: #f3f3f3;
}

.trackback input[type="text"] {
    width: 50%;
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: solid 1px #d3d3d3;
}

.entry-updated {
	text-align: right;
	color: #999999;
	font-style: italic;
}

.entry-updated a {
	text-decoration: none;
}

.entry-updated abbr {
	text-decoration: none;
}

.entrylist-with-image li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #d1d1d1;
}

.entrylist-with-image figure {
	width: 250px;
	float: left;
}

.entrylist-with-image .detail {
	margin-left: 270px;
}

.entrylist-with-image .detail .entry-meta {
	margin-bottom: 10px;
	font-size: 86%;
}

.entrylist-with-image .detail .entry-meta .entry-date {
	display: inline-block;
	margin-right: 10px;
}

.entrylist-with-image .detail .entry-meta .entry-author {
	display: inline-block;
	margin-right: 10px;
}

.entrylist-with-image .detail .entry-title {
	margin-bottom: 10px;
	font-size: 20px;
}

.categories {
    position: relative;
    top: 0px;
}

.categories a.category {
    width: auto;
	background: #0076BF;
}

.pagenation ul {
	text-align: center;
}

.pagenation ul li {
	display: inline-block;
	margin: 0 8px;
	font-size: 18px;
}

.entrylist-noimage li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #d1d1d1;
}

.entrylist-noimage .entry-meta {
	margin-bottom: 10px;
	font-size: 86%;
}

.entrylist-noimage .entry-meta .entry-date {
	display: inline-block;
	margin-right: 10px;
}

.entrylist-noimage .entry-meta .entry-author {
	display: inline-block;
	margin-right: 10px;
}

.entrylist-noimage .entry-title {
	margin-bottom: 10px;
	font-size: 20px;
}

.entrylist-noimage li .entrylist-excerpt .picture {
    margin-top: 20px;
}

.entrylist-with-topborder {
	padding-top: 30px;
	border-top: solid 1px #d1d1d1;
}

.entrylist-sublist {
	margin-top: 10px;
}

.entrylist-sublist li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.ollist-normal {
	padding-left: 15px;
}

.ollist-normal li {
	margin-bottom: 15px;
}

.booklist > li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #d3d3d3;
}

.booklist li figure {
	width: 240px;
	float: left;
}

.booklist li figure img {
	border: solid 1px #d3d3d3;
}

.booklist li .detail-body {
	margin-left: 260px;
}

.booklist li .book-excerpt {
	margin-bottom: 20px;
}

.book-spec li {
	padding-left: 14px;
	position: relative;
	font-size: 13px;
}

.book-spec li:before {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border: solid 1px #004B99;
}

.has-margin-bottom-small {
	margin-bottom: 10px;
}

.has-margin-bottom-normal {
	margin-bottom: 20px;
}

.has-margin-bottom-large {
	margin-bottom: 30px;
}

.has-margin-bottom-xlarge {
	margin-bottom: 60px;
}

.icon-arrow {
	background: url(/static/image/icon-arrow.png) no-repeat left center;
	background-size: 12px 7px;
  display: inline-block;
  padding-left: 17px;
}

.align-center {
	text-align: center;
}

.pd20 {
	padding: 20px;
}

.image-with-border {
	border: solid 1px #d3d3d3;
}

.localnavi ul {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
	border-top: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
}

.localnavi li {
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.localnavi.col2 li {
	position: relative;
	width: 50%;
	background: #f2f6fa;
}

.localnavi.col2 li:hover {
	background: #fff;
}

.localnavi li a {
	display: block;
	height: 100%;
	padding: 10px 15px 10px 28px;
}

.localnavi li a:hover {
	text-decoration: none;
}

.localnavi.col2 li:before {
  border-color: transparent transparent transparent #111;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  content: "";
  display: block;
  height: 0;
  left: 15px;
  margin-top: -4px;
  position: absolute;
  top: 22px;
  width: 0;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.flex-bdbox-col2 {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
	border-top: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
}

.flex-bdbox-col2 > li {
	width: 50%;
	padding: 30px;
	border-bottom: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
}

.flex-bdbox-col2 > li.col2 {
	width: 100%;
}

.flex-bdbox-withbtn > li {
	position: relative;
	padding-bottom: 75px;
}

.flex-bdbox-withbtn > li.pb0 {
	padding-bottom: 30px;
}

.flex-bdbox-withbtn > li .flex-bdbox-withbtn-btn {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 30px;
}

.flex-bdbox-col2 .linklist {

}

.table-wrap {
	width: 100%;
	overflow: auto;
}

.contentsnavi-search-body {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	display: none;
	z-index: 2000;
}

.contentsnavi-1search-body {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	display: none;
	z-index: 2000;
}

.contentsnavi-search-body .close {
	position: absolute;
	top: 20px;
	right: 15px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.contentsnavi-1search-body .close {
	position: absolute;
	top: 20px;
	right: 15px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.contentsnavi-search-body .close:before {
	content: "";
	display: block;
	position: relative;
	width: 40px;
	height: 2px;
	top: 10px;
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #999;
}
.contentsnavi-1search-body .close:before {
	content: "";
	display: block;
	position: relative;
	width: 40px;
	height: 2px;
	top: 10px;
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #999;
}
.contentsnavi-search-body .close:after {
	content: "";
	display: block;
	position: relative;
	top: 9px;
	width: 40px;
	height: 2px;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #999;
}
.contentsnavi-1search-body .close:after {
	content: "";
	display: block;
	position: relative;
	top: 9px;
	width: 40px;
	height: 2px;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #999;
}
.contentsnavi-search-body-inner {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 10%;
}
.contentsnavi-1search-body-inner {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 10%;
}
/* background-fixed */
html.scroll-prevent {
		position: fixed;
		width: 100%;
		height: 100%;
}

.simple-search-form {
	margin-bottom: 30px;
}

.simple-search-form form {
	position: relative;
}

.simple-search-form input[type="text"] {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #d3d3d3;
	font-size: 18px;
}

.simple-search-form form button {
    margin: 0;
    transition: .3s;
}

.contentsnavi-search-body-inner .bdbox {
	background: #f3f3f3;
}
.contentsnavi-1search-body-inner .bdbox {
	background: #f3f3f3;
}
.contentsnavi-search-body-inner .bdbox .title {
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: solid 1px #d3d3d3;
	font-weight: bold;
}
.contentsnavi-1search-body-inner .bdbox .title {
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: solid 1px #d3d3d3;
	font-weight: bold;
}
.contentsnavi-search-body-inner .bdbox .linklist li {
	margin-bottom: 10px;
}
.contentsnavi-1search-body-inner .bdbox .linklist li {
	margin-bottom: 10px;
}
.contentsnavi-search-body-inner .bdbox .linklist li:last-of-type {
	margin-bottom: 0;
}
.contentsnavi-1search-body-inner .bdbox .linklist li:last-of-type {
	margin-bottom: 0;
}
.pc-header-onlyen .wkc-pc-header-logo {
	width: 100%;
	float: left;
	text-align: center;
}

.footer-onlyen .footer-salogo {
	width: 100%;
	float: none;
	text-align: center;
}

.formbox {
	padding: 30px;
	border: solid 1px #d3d3d3;
	background: #f1f1f1;
}

.formbox legend {
	width: 100%;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	border-bottom: solid 1px #d3d3d3;
}

.formbox .inputrow {
	margin-bottom: 15px;
}

.formbox .labelbox {
	width: 34%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
}

.formbox .inputbox {
	width: 66%;
	float: right;
	padding-left: 5px;
}

.formbox .inputbox input[type="text"] {
	display: inline-block;
	width: 50%;
	padding: 8px 12px;
	border: solid 1px #d3d3d3;
	font-size: 15px;
}

.formbox .inputbox textarea {
	display: inline-block;
	width: 100%;
	height: 160px;
	padding: 8px 12px;
	border: solid 1px #d3d3d3;
	font-size: 15px;
}

.formbox .submitbox {
	text-align: center;
}

.formbox .submitbox button {
	border: none;
	cursor: pointer;
}

.formbox .submitbox input[type="submit"],
.formbox .submitbox input[type="button"]{
	border: none;
	cursor: pointer;
	width: 60%;
	min-width: 340px;
	padding: 1em 1em;
	font-size: 17px;
	text-align: center;
	display: inline-block;
	background: #0076bf;
	color: #fff;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1.3;
}

.formbox .submitbox input[type="submit"]:hover,
.formbox .submitbox input[type="button"]:hover{
	background: #3090CB;
	text-decoration: none;
}

#is-loading {
	width: 100%;
	height: 27px;
	background: url(/static/image/icon-loader.gif) no-repeat center top;
}

.col {
	float: left;
}

.col6 {
	width: 48%;
	margin-right: 4%;
}

.col-group .col:last-of-type {
	margin-right: 0;
}

.with-top-border {
	padding-top: 30px;
	border-top: solid 1px #d3d3d3;
}

.contents404 {
  display: block;
  width: 100%;
  padding: 45px 0;
  background: #ffffff;
  background-image: url(/static/image/bgimg.png);
  background-repeat: no-repeat;
  background-position: center 45%; }

.contents404__text {
  width: 336px;
  height: 193.2px;
  margin: 0 auto;
  display: block;
  position: relative; }

.contents404__text--404, .contents404__text--notfound, .contents404__text--toph {
  display: block;
  text-indent: -9999px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute; }

.contents404__text--404 {
  width: 276.3px;
  height: 100.5px;
  top: 0px;
  left: 28px;
  background-image: url(/static/image/text_404.png); }

.contents404__text--notfound {
  width: 336px;
  height: 31.2px;
  top: 132.5px;
  left: 0px;
  position: relative;
  background-image: url(/static/image/text_notfound.png); }

.contents404__text--toph {
  width: 127.2px;
  height: 81.3px;
  top: -20px;
  left: 70px;
  background-image: url(/static/image/text_toph.png); }

.contents404__toph {
  width: 400px;
  height: 400px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: -65px; }

.searchArea {
  display: block;
  width: 65%;
  text-align: center;
  color: #0076BF;
  margin: 0 auto;
  position: relative; }


/* ------------------------------------------
                    icon
------------------------------------------ */

.or-sajp {
	display: inline-block;
	width: 30px;
	height: 8px;
	margin-right: 0.5em;
	background: url(/static/image/salogo.svg) no-repeat;
	background-size: 100% 100%;
}

.or-trial {
	display: inline-block;
	width: 18px;
	height: 24px;
	margin-right: 0.5em;
	background: url(/static/image/icon-trial.png) no-repeat;
	background-size: 100% 100%;
}

.or-blank {
	display: inline-block;
	width: 12px;
	height: 9px;
	background: url(/static/image/icon-blank.png) no-repeat;
	background-size: 100% 100%;
}

.or-blank-wh {
	display: inline-block;
	width: 12px;
	height: 9px;
	background: url(/static/image/icon-blank-wh.png) no-repeat;
	background-size: 100% 100%;
}

.or-angle-left {
	display: inline-block;
	width: 4px;
	height: 7px;
	background: url(/static/image/icon-angle-left.png) no-repeat;
	background-size: 100% 100%;
}

.or-angle-right {
	display: inline-block;
	width: 4px;
	height: 7px;
	background: url(/static/image/icon-angle-right.png) no-repeat;
	background-size: 100% 100%;
}


/* ------------------------------------------
                  ClearFix
------------------------------------------ */

.group {
zoom:1;
}

.group:after {
    content: "";
    display: block;
    clear: both;
}


/* ------------------------------------------
               for large pc
------------------------------------------ */

@media(min-width:1880px){

	.content .content-side-left {
		border-left: solid 1px #d3d3d3;
	}

	.content .content-side-right {
		border-right: solid 1px #d3d3d3;
	}

	.content-header .inner {
		padding-left: 0;
		padding-right: 0;
	}


}


/* ------------------------------------------
               for small pc
------------------------------------------ */

@media(max-width:1240px){

	.content-main {
		padding: 15px;
	}

	.content .content-side-left {
	 	width: 240px;
	}

	.content .content-side-right {
	 	width: 240px;
	}

	.content-side-box-entrylist li figure {
		display: none;
	}

	.content-side-box-entrylist li .detail {
		margin-left: 0;
	}

	.contentsnavi ul li a {
		padding: 0 0.8em;
	}

}

/* ------------------------------------------
                 for tablet
------------------------------------------ */

@media(min-width:1080px){

	.content-side-box-detail {
		display: block !important;
		height: auto !important;
	}

	.content-side-box-entrylist {
		display: block !important;
		height: auto !important;
	}

}

@media(max-width:1080px){

	html.body {
		width: 100%;
		height: 100%;
	}

	.content .inner {
	    display: block;
	  	display: block;
	  	display: block;
	  	display: block;
	}

	.content-main {
		padding: 15px;
	}

	.content .content-side-left {
    	width: 100%;
    	border-right: none;
	}

	.content .content-side-right {
		display: block;
	}

	.content-side-relation {
		background: none;
	}

	.wkc-globalnavi {
		display: none;
	}

	.pc-header .wkc-pc-header-logo {
	    width: 100%;
	    height: auto;
	    float: none;
	    overflow: hidden;
	    text-align: center;
	}

	.wkc-pc-header-navi {
		display: none;
	}

	.contentsnavi {
		display: none;
	}

	.content-section.keyvisual {
		margin-bottom: 15px;
	}

	.content-section {
    	margin-bottom: 30px;
	}

	.lower-section {
    	margin-bottom: 30px;
	}

	.content-side .title {
		padding: 20px 15px 20px 38px;
		background: #f3f3f3;
		border-bottom: none;
		cursor: pointer;
	}

	.content-side section:first-of-type .title {
		border-top: solid 2px #004B99;
		border-bottom: none;
	}

	.content-side .title:before {
		content: "";
		position: absolute;
		top: 35px;
		left: 15px;
		display: block;
		width: 15px;
		height: 2px;
		border: none;
		background: #b3b3b3;
		-moz-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}

	.content-side .title:after {
		content: "";
		position: absolute;
		top: 31px;
		left: 15px;
		display: block;
		width: 15px;
		height: 2px;
		border: none;
		background: #b3b3b3;
		-moz-transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    transform: rotate(180deg);
	}

	.content-side .title.open:before {
		content: "";
		position: absolute;
		top: 35px;
		left: 15px;
		display: block;
		width: 15px;
		height: 2px;
		border: none;
		background: #b3b3b3;
		-moz-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.content-side .title.open:after {
		content: "";
		position: absolute;
		top: 31px;
		left: 15px;
		display: block;
		width: 15px;
		height: 2px;
		border: none;
		background: #b3b3b3;
		-moz-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}

	.content-side .title a {
		display: none;
	}

	.content .content-side-right {
    	width: 100%;
	}

	.content-side-box-entrylist,
	.content-side-box-bannerlist,
	.content-side-box-relationlist {
		border-top: solid 1px #d3d3d3;
	}

	.content-side-box-entrylist-has-depth {
		border-top: none;
	}

	.footer {
		padding: 30px 0 70px 0;
	}

	.footer .footer-navi {
		display: block;
	}

	.footer-navi nav {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.12);
	}

	.footer-salogo a img {
		width: 80px;
	}

	.footer-powered img {
    	width: 200px;
	}

	.sp-footernavi {
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		z-index: 2000;
		background: #fff;
		border-top: solid 1px #fff;
		text-align: center;
	}

	.sp-footernavi ul li {
		width: 50%;
		float: left;
	}

	.sp-footernavi ul li:first-of-type {
		border-right: solid 1px #fff;
	}

	.sp-footernavi ul li a {
		display: block;
		height: 40px;
		padding: 0 10px;
		background: #004B99;
		line-height: 1;
		font-size: 20px;
		line-height: 40px;
		color: #fff;
		cursor: pointer;
	}

	.sp-footernavi ul li.menu img {
		position: relative;
		top: 13px;
		width: 15px;
		height: auto;
	}

	.tab-body-wrap {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
	}

	.tab-body {
		position: relative;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 0 40px 0;
		background: #0076BF;
		color: #fff;
	}

	.tab-body-inner {
		height: 100%;
		overflow: auto;
	}

	.tab-body .close {
		position: absolute;
		top: 15px;
		right: 10px;
		display: block;
		width: 30px;
		height: 30px;
	}

	.tab-body .close:before {
		content: "";
		display: block;
		position: relative;
		width: 30px;
		height: 2px;
		top: 10px;
		-moz-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    background: #fff;
	}

	.tab-body .close:after {
		content: "";
		display: block;
		position: relative;
		top: 9px;
		width: 30px;
		height: 2px;
		-moz-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    background: #fff;
	}

	.tab-body a {
		color: #fff;
	}

	.tab-body .title {
		padding: 15px 10px 15px 17px;
		font-size: 15px;
		font-weight: bold;
		border-bottom: solid 1px rgba(255,255,255,0.3);
	}

	.tab-body .tab-body-list li {
		width: 50%;
		float: left;
		line-height: 1.3;
		letter-spacing: 0;
	}

	.tab-body .tab-body-list li a {
		display: block;
		padding: 13px 10px 13px 17px;
		border-right: solid 1px rgba(255,255,255,0.3);
		border-bottom: solid 1px rgba(255,255,255,0.3);
		font-size: 12px;
		background: url(/static/image/icon-arrow-wh.png) no-repeat left;
		background-size: 12px 7px;
	}

	.tab-body .tab-body-list li a:hover {
		text-decoration: none;
	}

	.tab-body .tab-body-list li:nth-child(2n) a {
		border-right: none;
	}

	.tab-body-section-search {
		padding: 15px 12px;
	}

	.tab-body-section-search input[type="text"] {
		height: 40px;
		box-shadow: none;
		border: none;
	}

	.tab-body-section-search button {
		height: 40px;
		background: #cfcfcf;
		color: #111;
		line-height: 40px;
	}

	.tab-body-section-search button:hover {
		background: #cfcfcf;
	}

	.tab-body-section-search button:active {
		background: #ccc;
	}

	.tab-body .bdbox {
		padding: 0;
		margin-top: 15px;
		border: solid 1px rgba(255,255,255,0.3);
	}

	.tab-body .bdbox .title {
		padding: 10px 10px 10px 17px;
		font-size: 12px;
	}

	.tab-body .bdbox .tab-body-list {
		padding: 7px 0;
	}

	.tab-body .bdbox .tab-body-list li a {
		padding: 7px 10px 7px 17px;
		border-bottom: none;
	}

	.content-lower .content-side-left:before {
		display: none;
	}

	.content-indexnavi ul {
		-webkit-flex-direction: column;
		-ms-flex-wrap:column;
  	flex-direction: column;
	  -webkit-flex-wrap: nowrap;
	  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap;
	  border-left: solid 1px #d3d3d3;
	  border-right: solid 1px #d3d3d3;
	  border-bottom: solid 1px #d3d3d3;
	  background: #F1F1F1;
	}

	.content-indexnavi ul li {
		width: 100%;
		border-right: none;
	}

	.content-lower .content-side-left .content-side-box:first-of-type {
		margin-top: 0;
	}

	.entry-title {
		margin-bottom: 20px;
	}

    .entry-title-blog {
        margin-bottom: 10px;
    }

    .entry-meta-detail {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

	.entry-body p {
		margin-bottom: 20px;
	}

	.entry-body pre {
		margin-bottom: 40px;
		max-height: none;
	}

	.entry-body ul {
    margin-bottom: 20px;
	}

	.entry-body ol {
    margin-bottom: 20px;
	}

	.entry-detail {
    margin-bottom: 40px;
	}

	.pagenation {
		padding-bottom: 15px;
	}

	.entrylist-with-image figure {
    width: 180px;
	}

	.entrylist-with-image .detail {
    margin-left: 200px;
	}

	.booklist > li {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.booklist li figure {
		width: 180px;
		float: left;
	}

	.booklist li .detail-body {
		margin-left: 200px;
	}

	.content-main-1column {
		border-left: none;
		border-right: none;
	}

	.flex-bdbox-col2 > li {
		padding: 15px;
	}

	.flex-bdbox-withbtn > li {
		padding-bottom: 65px;
	}

	.flex-bdbox-withbtn > li .flex-bdbox-withbtn-btn {
		bottom: 15px;
		padding: 0 15px;
	}

	.flex-bdbox-withbtn > li.pb0 {
		padding-bottom: 15px;
	}

    .section-title-search {
        margin-bottom: 15px;
        padding-top: 10px;
    }

    .content-side-box-detail {
        display: none;
    }

}


/* ------------------------------------------
                  for sp
------------------------------------------ */

@media(max-width:640px){

	.pc-header .inner {
    	padding: 7px;
	}

	.pc-header .wkc-pc-header-logo img {
    	display: inline-block;
    	width: 250px;
    	height: auto;
    	vertical-align: bottom;
	}

	.pc-header .wkc-pc-header-logo span {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		line-height: 1;
	}

	.wkc-pc-header-logo br {
		display: none;
	}

	.content-section.keyvisual {
    	margin-bottom: 10px;
	}

	.keyvisual .slick-arrow {
		display: none !important;
	}

	.slick-dots {
		bottom: 0;
	}

	.content-main {
		padding: 10px;
	}

	.lower-section {
    	margin-bottom: 20px;
	}

	.search-form {
		display: none;
	}

	.section-title-wrap {
		padding-top: 10px;
		margin-bottom: 15px;
	}

	.section-title {
    	margin-bottom: 10px;
    	font-size: 18px;
	}

	.section-excerpt {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.3;
	}

	.section-title-wrap .section-excerpt {
		display: none;
	}

	.content-lower-index-navbtn {
    	top: 10px;
	}

	.section-subtitle {
    	margin-bottom: 5px;
    	font-size: 15px;
    	line-height: 1.3;
	}

	.linklist li {
    	-webkit-text-size-adjust: 100%;
	}

	.linklist li a {
	    padding-left: 15px;
	    background-size: 10px 6px;
	    font-size: 12px;
	}

	.linklist {
    	margin-left: -15px;
	}

	.linklist-nomargin {
		margin-left: 0;
	}

	.bdbox {
		padding: 7px 15px;
	}

	.bdbox .bdbox-title {
    	padding-bottom: 7px;
    	margin-bottom: 7px;
    	border-bottom: solid 1px #d3d3d3;
    	font-size: 13px;
    	font-weight: bold;
	}

	.menulist li {
    	margin-bottom: 20px;
	}

	.menulist figure {
		width: 80px;
	}

	.menulist .detail {
		margin-left: 90px;
	}

	.content-side .title {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 32px;
		font-size: 13px;
	}

	.content-side .title:before {
		top: 27px;
		left: 10px;
	}

	.content-side .title:after {
		top: 24px;
		left: 10px;
	}

	.content-side .title.open:before {
		top: 27px;
		left: 10px;
	}

	.content-side .title.open:after {
		top: 23px;
		left: 10px;
	}

	.content-side-box-entrylist {
		padding: 0 10px;
	}

	.content-side-box-entrylist li {
		padding: 7px 0 10px 0;
		font-size: 13px;
	}

	.content-side-box-entrylist-has-depth li {
		padding-top: 0;
		padding-bottom: 0;
	}

	.content-side-box-bannerlist {
    	padding: 10px 10px 0px 10px;
	}

	.content-side-box-bannerlist li {
		width: 48.5%;
		float: left;
		margin: 0 3% 10px 0;
	}

	.content-side-box-bannerlist li:nth-child(2n) {
		margin-right: 0;
	}

	.footer {
		font-size: 10px;
	}

	.footer .footer-navi {
		display: none;
	}

	.footer-bottom {
    	padding: 0 10px;
	}

	.footer-salogo a img {
    	width: 50px;
	}

	.footer-salogo span {
		position: relative;
		top: -3px;
		line-height: 1;
	}

	.footer-powered img {
    	width: 120px;
	}

	.content-side-box-entrylist li .entrydate {
    	font-size: 10px;
	}

	.content-side-box-relationlist li {
    	padding: 10px 0;
	}

	.content-side-box-entrylist li .entrytitle,
	.content-side-box-relationlist li {
		font-size: 13px;
	}

	.section-subtitle-with-icon {
		margin-bottom: 10px;
	}

	.section-subtitle-with-icon figure {
		width: 80px;
	}

	.section-subtitle-with-icon .detail {
		margin-left: 90px;
	}

	.tab-body .tab-body-list li {
		width: 100%;
		float: none;
	}

	.tab-body .tab-body-list li a {
		border-right: none;
	}

	.content-header .inner {
    padding: 15px 10px 20px 10px;
	}

	.content-header .breadcrumb {
		margin-bottom: 7px;
		text-align: center;
	}

	.content-header .breadcrumb li {
		font-size: 10px;
	}

	.content-header .breadcrumb li:last-of-type {
		margin-right: 0;
	}

	.content-header-title {
    font-size: 30px;
	}

	.content-header-title-small {
    font-size: 20px;
	}

	.content-header-title small {
    margin-top: 5px;
    font-size: 10px;
	}

	.content-header-title-small small {
    margin-top: 10px;
	}

	.content-indexnavi ul li a {
		font-size: 13px;
	}

	.labels span {
		width: auto;
		padding: 3px 12px;
	}

	.content-inlinenavi {
		padding: 10px 10px 5px 10px;
		text-align: left;
	}

	.content-inlinenavi ul li {
		margin-bottom: 5px;
	}

	.bdbox .has-margin {
		font-size: 13px;
		line-height: 1.5;
	}

	.entry-title {
		font-size: 23px;
	}

	.entry-title .labels {
		display: block;
		margin-left: 0;
	}

	.entry-body h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: solid 1px #d3d3d3;
	}

	.entry-body h1 {
    margin-bottom: 10px;
    font-size: 23px;
	}

	.entry-body pre {
		margin-bottom: 30px;
	}

	.entry-body table {
		position: relative;
		width: auto;
		font-size: 11px;
		line-height: 1.3;
		overflow: hidden;
	}

	.bdbox-entrylist .content-lower-index-navbtn {
		position: static;
		display: block;
		width: 100%;
		margin-top: 10px;
	}

	.bdbox-entrylist .content-lower-index-navbtn .btn {
		width: 100%;
		text-align: center;
		line-height: 1.3;
	}

	.bdbox-entrylist {
		padding-top: 10px;
	}

	.bdbox-entrylist li {
		margin-bottom: 10px;
	}

	.bdbox-entrylist .title .tagname {
		font-size: 13px;
	}

	.bdbox-entrylist .excerpt {
		font-size: 12px;
		line-height: 1.3;
	}

	.entrylist-with-image li {
		margin-bottom: 10px;
		padding-bottom: 10px
	}

	.entrylist-with-image figure {
    width: 100px;
    float: left;
	}

	.entrylist-with-image .detail {
    margin-left: 110px;
	}

	.entrylist-with-image .detail .entry-meta {
		font-size: 10px;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.entrylist-with-image .detail .entry-title {
    margin-bottom: 0;
    font-size: 15px;
	}

	.entrylist-with-image .detail p {
		display: none;
	}

	.pagenation ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 15px;
	}

	.categories .category {
		width: auto;
	}

	.entrylist-with-image .detail .entry-meta .entry-date,
	.entrylist-with-image .detail .entry-meta .entry-author {
		margin-right: 5px;
	}

	.entrylist-noimage li {
		margin-bottom: 10px;
		padding-bottom: 10px
	}

	.entrylist-noimage .entry-meta {
		font-size: 10px;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.entrylist-noimage .entry-title {
    margin-bottom: 10px;
    font-size: 15px;
	}

	.entrylist-noimage p {
		font-size: 12px;
		line-height: 1.3;
	}

	.entrylist-noimage .entry-meta .entry-date,
	.entrylist-noimage .entry-meta .entry-author {
		margin-right: 5px;
	}

	.booklist > li {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.booklist li figure {
		width: 100px;
	}

	.booklist li .detail-body {
		margin-left: 110px;
	}

	.entrylist-with-topborder {
		padding-top: 10px;
	}

	.btn-large {
		width: 100%;
		min-width: auto;
		padding: 1em 0;
		font-size: 13px;
	}

	.bgbox {
		padding: 15px 15px 0px 15px;
		border: solid 1px #d3d3d3;
		background: #f2f6fa;
	}

	.bgbox .bgbox-title {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: solid 1px #d3d3d3;
		font-size: 18px;
		font-weight: bold;
	}

	.bgbox .bgbox-body p {
		margin-bottom: 10px;
	}

	.bgbox .bgbox-body p ul {
		margin-bottom: 10px;
	}

	.localnavi ul {
		-webkit-flex-direction: column;
		-ms-flex-wrap:column;
  	flex-direction: column;
	  -webkit-flex-wrap: nowrap;
	  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap;
	}

	.localnavi.col2 li {
		width: 100%;
	}

	.flex-bdbox-col2 {
		-webkit-flex-direction: column;
		-ms-flex-wrap:column;
  	flex-direction: column;
	  -webkit-flex-wrap: nowrap;
	  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap;
	}

	.flex-bdbox-col2 > li {
		width: 100%;
	}

	.flex-bdbox-withbtn > li {
		padding-bottom: 15px;
	}

	.flex-bdbox-withbtn > li .flex-bdbox-withbtn-btn {
        position: static;
        width: 100%;
        padding: 0;
	}

    .trackback input[type="text"] {
        width: 100%;
        margin-top: 5px;
    }

    .entry-body ul.tabs li {
        width: 50%;
        font-size: 15px;
    }

    .section-with-top-border {
        padding-top: 20px;
    }

    .entry-title-with-border {
	    padding-bottom: 15px;
    }

    .entry-detail .last-modified {
	    margin-bottom: 20px;
    }

    .content-header-title-enonly {
        padding: 15px;
        font-size: 20px;
    }

    .footer-onlyen {
        padding: 15px;
    }

    .search-form-body-input-lower .title {
        display: none;
    }

    .search-form-body-input-lower .search-detail {
        width: 100%;
        float: none;
    }

    .formbox .labelbox {
        width: 100%;
        float: none;
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 5px;
        text-align: left;
    }

    .formbox .inputbox {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .formbox .inputbox input[type="text"] {
        width: 100%;
    }

    .formbox .submitbox input[type="submit"],
    .formbox .submitbox input[type="button"]{
	    width: 100%;
	    min-width: auto;
    }

    .linklist li .caption {
        padding-left: 15px;
        font-size: 12px;
    }

    .linklist li .title {
        padding-left: 15px;
        font-size: 12px;
    }

    .has-margin-bottom-small {
        margin-bottom: 3px;
    }

    .section-subtitle-small {
        font-size: 12px;
    }

    .entry-body .attention {
        margin-bottom: 20px;
    }

    .attention {
        margin-bottom: 20px;
    }

    .entry-body .picture {
        margin-bottom: 20px;
    }

    .col {
        margin-bottom: 20px;
	    float: none;
    }

    .col6 {
	    width: 100%;
	    margin-right: 0;
    }

    .with-top-border {
	    padding-top: 20px;
    }

  .contents404 {
    padding: 40px 0 100px;
    background-position: center 48%; }
  .contents404__text {
    width: 90%;
    height: auto;
    margin: 0 auto; }
  .contents404__text--404 {
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center top; }
  .contents404__text--notfound {
    width: 100%;
    height: 40px;
    top: 120px;
    left: 0;
    background-size: contain;
    background-position: center top; }
  .contents404__text--toph {
    width: 100%;
    height: 200px;
    top: -15px;
    left: 0;
    background-size: 32% auto;
    background-position: 38% top; }
  .contents404__toph {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 0;
    top: 70px; }
    .contents404__toph img {
      width: 100%;
      height: 100%; }
  .searchArea {
    width: 80%;
    top: 40px; }

}

/* */
.wkc-site-search-form {
    width: 100%;
    padding: 8px 0 8px 0;
    display: flex;
}

.wkc-site-search-form input {
	display: block;
	width: 82%;
	height: 44px;
	padding-left: 10px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 15px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1) inset;
}
.wkc-site-search-formt input[type="text"]:focus {
	background: #f9f9f9;
	border-top: solid 1px #b9b9b9;
	border-left: solid 1px #b9b9b9;
	border-bottom: solid 1px #b9b9b9;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.07) inset;
}

.wkc-site-search-form__button {
    width: calc(100% - 82% - 0.5em);
	display: block;
	height: 44px;
	border: none;
	background: #0076BF;
	color: #fff;
	font-size: 17px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}

.wkc-site-search-form__button:hover {
	background: #3090CB;
}

.wkc-site-search-form__button:disabled {
	background: #999;
}

@media (max-width: 1080px){
	.wkc-site-search-form input {
		width: 78%;
		height: 40px;
		-webkit-appearance: none;
		border-radius: 0;
	}
	.wkc-site-search-form button {
		width: 22%;
		height: 40px;
		margin-left: 0;
		-webkit-appearance: none;
		border-radius: 0;
		font-size: 0.75rem;
	}
	.wkc-site-search-result-container {
		overflow-wrap: break-word;
		color: inherit;
	}
	.wkc-site-search-result-container a {
		color: #0076BF
	}

	.wkc-site-search-result-container__modal {
		top: 5%;
		left: 20px;
		width: 90%;
		color: #111;
	}
}



/* slide */

.carousel_large_section {
    margin-bottom: 30px;
    overflow: hidden;
}

.carousel_large .slick-prev {
	position: absolute;
	top: 50%;
	left: -25px;
	width: 50px;
	height: 50px;
	margin-top: -28px;
	background: rgba(216,216,216,0.9);
	text-indent: -9999px;
	transform: rotate(45deg);
	z-index: 10;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.carousel_large .slick-prev:hover {
	background: rgba(216,216,216,0.7);
	left: -30px;
}

.carousel_large .slick-next {
	position: absolute;
	top: 50%;
	right: -25px;
	width: 50px;
	height: 50px;
	margin-top: -28px;
	background: rgba(216,216,216,0.9);
	text-indent: -9999px;
	transform: rotate(45deg);
	z-index: 10;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.carousel_large .slick-next:hover {
	background: rgba(216,216,216,0.7);
	right: -30px;
}

.carousel_large_item {
	background: #fff;
}

.carousel_large .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
}

.carousel_large .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
}

.carousel_large .slick-dots li button {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	background: #e9e9e9;
	border-radius: 5px;
	text-indent: -9999px;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.carousel_large .slick-dots li.slick-active button {
	background: rgba(95,188,235,1);
}

/* */
.content-announce {
    width: 100%;
    padding: 28px 40px;
    border: 1px solid #ee005a;
    margin-bottom: 20px;
    background-color: #fff5f9;
}
.content-announce a {
    background: url(/static/image/icon-arrow.png) no-repeat left;
    background-size: 12px 7px;
    padding: 0px 10px 0px 17px;
    margin-top: 0.5rem;
}

@media (max-width: 1080px){
.content-announce {
    padding: 16px 20px;
}
}

/* 20240527 - mtcloud-moveWrap */
.mtcloud-moveWrap ul {
    margin-left: 0.75em;
}
.mtcloud-moveWrap ol {
    margin-left: 1em;
}

.mtcloud-moveWrap ul>li, .mtcloud-moveWrap ol>li {
    margin-bottom: 0.5em;
}

.mtcloud-moveWrap ol li>ul {
	padding-top: 0.5em;
    margin-left: 0.25em;
	margin-bottom: 1em;
}

.mtcloud-moveWrap ul li>ul {
	padding-top: 0.5em;
    margin-left: 0.5em;
	margin-bottom: 1em;
}

.mtcloud-moveWrap ul li>ul li:before {
	border: solid 1px #004B99;
	background: #0e4b99;
}

.content-side-box-detail .title1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -4px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #111;
	}