@charset "utf-8";
/* CSS Document */

html, button, input, select, @charset "utf-8";
 @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
.pcOnly {
    display: block !important;
}
.tabOnly {
    display: none !important;
}
.spOnly {
    display: none !important;
}
textarea {
    color: #222;
}
textarea {
	color: #222;
}
label {
	font-weight: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*ボタン*/
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 100%;
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-font-smoothing: antialiased;
	position: relative;
	height: 100%;
}
a {
	color: #005dac;
	outline: none;
	-webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
	-moz-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
	-ms-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
	-o-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
	transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
a:hover {
	text-decoration: none;
}
a:hover, a:active, a:visited, a:focus {
	outline: none;
}
img {
	outline: none;
	border: none;
	max-width: 100%;
	height: auto;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
html, body {
	padding: 0;
	margin: 0;
}
ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	background-color: #fff;
	/*overflow: hidden;*/
	overflow-y: auto;
	height: 100%;
	position: relative;
}
button:focus, textarea:focus, input:focus {
	outline: none;
}
.clean-list {
	padding: 0;
	margin: 0;
}
.clean-list li {
	list-style: none
}
.clearfix {
 *zoom: 1;
}
.clearfix:before {
	content: " ";
	display: table;
}
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
html, body, input, button, select, textarea {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Mincho", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-size: 1em;
	font-weight: 700;
}
.fl-left {
	float: left;
}
.fl-right {
	float: right;
}
.fl-no {
	float: none;
}
.w-auto {
	width: auto;
}
.clear {
	clear: both;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.visible-block {
	display: none;
}
.table {
	display: table;
	width: 100%;
	max-width: 100%;
}
.table-cell {
	display: table-cell;
}
.table th, .table td {
	border: 1px solid #e1e1df;
}
.eng-text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.orange-text {
	color: #f94c00;
}
.blue-text {
	color: #0068b9;
}
.red-text {
	color: #e42600;
}
.btn, a.btn, button.btn {
	position: relative;
	display: inline-block;
	padding: 20px 23px;
	border: none;
	text-decoration: none !important;
	outline: none;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	/*-webkit-border-radius: 0;*/
    /*-moz-border-radius: 0;*/
    /*border-radius: 0;*/
    /*color: #fff;*/
	line-height: 1;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-primary {
	background: #005dab;
}
.btn-primary:hover {
	background: #005398;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}
.easing {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.no-easing {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.row-group {
	position: relative;
}
.input-group, .form-group {
	position: relative;
}
.form-group {
	margin-top: 35px;
}
.form-group:first-child {
	margin: 0
}
.control-label {
	display: inline-block;
	position: relative;
}
.transform-50{
  position: relative;
	height: 100%;
}
.transform-50 img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
input[type="text"], input[type="email"], input[type="number"], input[type="password"], .form-control {
	background: #fff;
	border: 1px solid #cbcbcb;
	padding: 7px 22px 7px 22px;
	width: 100%;
	height: 45px;
	font-size: 18px;
	outline: none;
	line-height: 1.5;
	color: #222;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: box-shadow 0.2s ease;
	-moz-transition: box-shadow 0.2s ease;
	-ms-transition: box-shadow 0.2s ease;
	-o-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
}
textarea, textarea.form-control {
	height: 120px;
	resize: vertical;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}
.form-control:focus, .search-area .form-control:focus {
	background: #fff;
	border: 1px solid #717171;
	/*
    -webkit-box-shadow: 0 0 3px #57aad1;
    -moz-box-shadow: 0 0 3px #57aad1;
    box-shadow: 0 0 3px #57aad1;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.ta-right {
	text-align: right;
}
.ta-center {
	text-align: center;
}
.visible-xs-block {
	display: none;
}
.blank {
	display: inline-block;
	/*color: #000;*/
	background: url("/webfocus/img/icon/icon_blank.png") right center no-repeat;
	padding: 0 28px 0 0;
}
.comment {
	border-top: 1px dashed #000000;
	padding: 24px 0 0 0;
}
.mCheckable {
	display: inline-block;
	cursor: pointer;
	margin: 0 12px 0 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #005dac;
	height: 20px;
	width: 20px;
	font-size: 0;
	line-height: 1;
	vertical-align: 0;
}
.mCheckable em {
	background-color: #fff;
	margin-top: 3px;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: 0;
}
.mCheckable.checked em {
	background-color: #005dac;
}
.mCheckable.radiobutton {
	border-radius: 50%;
}
.mCheckable.radiobutton em {
	border-radius: 50%;
}
.only-mobile {
	display: none !important;
}
.only-pc {
/*display: block;*/
}
.s-checkbox {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #005dac;
	background: #fff;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.s-checkbox:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #005dac url("/webfocus/img/icon/icon_checked.png") center no-repeat;
	display: none;
}
.s-checkbox.checked:before, .is-checked .s-checkbox:before {
	display: block;
}
.border-e3 img {
	border: 1px solid #e3e3e3;
}
/* Start Content */

.wrapper {
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.wrapper-view {
	position: relative;
	padding: 1px 0 0;
}
.contents {
	position: relative;
	margin-top: 60px;
}
.main-content {
	position: relative;
	padding: 0;
}
.main-content p {
	margin: 0;/*margin: 0 0 10px 0;*/
}
.content-wrapper {
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.center-content {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}
/*Main content*/

.section {
	position: relative;
	padding-top: 80px;
}
.section.type-under {
	padding-bottom: 80px;
}
.section.type-top {
	padding-bottom: 40px;
}
.section.type-middle {
	padding-top: 40px;
}
.section:nth-last-of-type(1) {
	padding-bottom: 80px;
}
.section.type-middle:nth-last-of-type(1) {
	padding-bottom: 40px;
}
/*背景*/
.section.bg-ef {
	background-color: #efefef;
}
.section.bg-img1 {
	background: url(/webfocus/img/product/2-1-i2_1.jpg) no-repeat center bottom;
	background-size: cover;
}
.section.bg-img2 {
	background: url(/webfocus/img/product/2-5-i1.jpg) no-repeat center bottom;
	background-size: cover;
}
.bg-img3 .text.type-5 {
	background-image: url("/webfocus/img/icon/icon_wf.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}
.section.bg-img4 {
	background: url(/webfocus/img/support/5-5-i5.jpg) no-repeat center bottom;
	background-size: cover;
}
.section.bg-img5 {
	background: url(/webfocus/img/consideration/6-3-i1.jpg) no-repeat center bottom;
	background-size: cover;
}
.s-bgimg__content {
	padding: 140px 0;
	color: #fff;
	margin-bottom: 80px;
}
.s-bgimg__content.bg-img4 {
	background: #6F6F6F url(/webfocus/img/function/3-1-i4.png) no-repeat center bottom;
	background-size: cover;
}
.s-bgimg__content.bg-img5 {
	background: #6F6F6F url(/webfocus/img/function/3-1-i5.png) no-repeat center bottom;
	background-size: cover;
}
.s-bgimg__content.bg-img6 {
	background: #6F6F6F url(/webfocus/img/function/3-1-i6.png) no-repeat center bottom;
	background-size: cover;
}
.center-content .content-bg {
	position: absolute;
	left: 0;
	top: -17px;
	width: 27.86%;
}
/*Header*/

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/*padding-left: 40px;*/
    /*padding-right: 40px;*/
	background: #fff;
	height: 60px;
	overflow: visible;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	z-index: 105;
}
#header .header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#header .header-logo {
	/*float: left;*/
	padding: 19px 10px;
	margin: 0;
}
#header .header-logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-align-items: center;
	align-items: center;
}
#header .header-logo a img {
	width: 160px;
}
#header .header-nav {
	margin: 0;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 100%;
}
#header .header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#header .header-menu > li {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 100%;
}
#header .header-menu > li.help img {
	width: 87px;
}
#header .header-menu > li > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	text-align: center;
	padding: 10px 7px;
	color: #000;
	font-size: 16px;
}
#header .header-menu > li.menu {
	display: none;
}
#header .header-menu > li > a:before {
	content: "";
	position: absolute;
	bottom: 2px;
	width: 0;
	left: 50%;
	height: 4px;
	background: #005dac;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .header-menu > li.menu > a:before {
	display: none;
}
/*#header .header-menu > li:hover > a:before,*/
#header .header-menu > li.dropdown-opened > a:before {
	width: 80%;
}
#header .header-menu .search {
	/*width: 42px;*/
	flex: none;
}
#header .header-menu .search .icon {
	width: 32px;
}
#header .header-menu > li.search:hover > a:before, #header .header-menu > li.search.active > a:before {
	width: 100%;
}
#header .header-menu .search a {
/*height: auto;*/
    /*padding: 5px;*/
}
/*gnav*/
.global-nav {
	position: fixed;
	top: 60px;
	left: 0;
	display: none;
	z-index: 101;
	-webkit-transition: transform 0.19s ease, opacity 0.19s ease;
	transition: transform 0.19s ease, opacity 0.19s ease;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 20px 25px;
	opacity: 0;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.31);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.31);
	overflow: hidden;
	background: #ffffff;
}
.global-nav.in {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.global-nav .global-nav__item {
	overflow: hidden;
	position: relative;
}
.global-nav .btn-close-menu {
	display: none;
}
.global-nav.item-1 {
	width: 100%;
	max-width: 790px;
}
.global-nav.item-2 {
	width: 100%;
	max-width: 270px;
}
.global-nav.item-3 {
	width: 100%;
	max-width: 270px;
}
.global-nav.item-4 {
	width: 100%;
	max-width: 538px;
}
.global-nav.item-5 {
	width: 100%;
	max-width: 310px;
}
.global-nav .global-nav__item a {
	display: block;
	position: relative;
	padding: 0 0 0 17px;
	color: #000;
}
.global-nav .global-nav__item .global-nav__help {
	display: none;
}
.global-nav .global-nav__item a:hover {
	color: #0097ff;
}
.global-nav .no-arrow a:before {
	display: none;
}
.global-nav .global-nav__item a:before {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #555;
	position: absolute;
	left: 0;
	top: 6px;
}
.global-nav .global-nav__item-title {
	padding: 0;
	font-size: 20px;
	margin: 0 0 15px;
}
.global-nav .global-nav__item-title a:before {
	top: 10px;
}
.global-nav .global-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 -25px;
}
.global-nav .global-nav__menu {
	padding: 0 25px;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
.global-nav .global-nav__list.cols-2 .global-nav__menu {
	width: 50%;
}
.global-nav .global-nav__list.cols-3 .global-nav__menu {
	width: 33.33%;
}
.global-nav .global-nav__menu li.title {
	padding: 0 2px 10px;
	border-bottom: 2px solid #d4d4d4;
	line-height: 1.1;
}
.global-nav .global-nav__menu li {
	margin: 0 0 10px;
}
.global-nav .global-nav__list.border-top .global-nav__menu {
	border-top: 2px solid #d4d4d4;
	padding-top: 17px;/*margin: 0 25px;*/
}
/*Mobile menu*/

#header .header-menu > li > a.btn-menu {
	background: #fff;
	position: relative;
	color: #fff;
	border: none;
	outline: none;
	margin: 0 0 0 1px;
	z-index: 3;
	padding: 12px 12px;
	width: 60px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
#header .header-menu > li > a.btn-menu span {
	display: block;
	background: #005dac;
	width: 100%;
	height: 4px;
	margin: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .header-menu > li > a.btn-menu span:first-child {
	margin: 0;
}
/*searchbox*/
.s-search {
	position: fixed;
	top: 59px;
	width: 100%;
	left: 0;
	display: none;
	z-index: 101;
	-webkit-transition: transform 0.19s ease, opacity 0.19s ease;
	transition: transform 0.19s ease, opacity 0.19s ease;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	/*padding: 20px 25px;*/
	opacity: 0;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.31);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.31);
	overflow: hidden;
	background: #ffffff;
}
.s-search.in {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.s-search .center-content {
	max-width: 336px;
}
.s-search__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 22px;
	padding-bottom: 22px;
}
.s-search__form .form-control {
	border: none;
	border-bottom: 2px solid #d4d4d4;
	height: 34px;
	margin: 0 5px 0 0;
	padding: 4px 10px;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 302px;
}
.s-search__form .btn-search {
	width: 32px;
	height: 32px;
	outline: none;
	background: none;
	border: none;
	padding: 0;
	margin: 2px 0 0;
	flex: none;
}
.s-search__form .btn-search img {
	display: block;
}
/*pankuzu*/
.s-breadcrumbs {
	padding-top: 0;
	padding-bottom: 0;
}
.s-breadcrumbs .s-breadcrumbs__content {
}
.s-breadcrumbs .s-breadcrumbs__content ul {
	font-size: 12px;
	list-style-type: none;
	margin: 10px 0 5px 10px;
}
.s-breadcrumbs .s-breadcrumbs__content li {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.s-breadcrumbs .s-breadcrumbs__content li:after {
	content: "＞";
	display: inline-block;
	padding: 0 0 0 6px;
}
.s-breadcrumbs .s-breadcrumbs__content ul li:last-child:after {
	content: none;
}
.s-breadcrumbs .s-breadcrumbs__content li a {
	color: #005dac;
}
.s-breadcrumbs .s-breadcrumbs__content li a:hover {
	text-decoration: underline;
}
/*Footer*/

#footer a {
	color: #fff;
}
#footer {
	background: #555555;
	color: #fff;
	font-size: 12px;
}
#footer .footer-menu .title {
	font-size: 14px;
}
#footer .footer-top {
	position: relative;
	padding: 30px 0 5px;
	width: 100%;
}
#footer .footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
#footer .footer-nav__item {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1px 30px 0 0;
}
#footer .footer-nav__item:nth-child(1) {
	width: 50%;
}
#footer .footer-nav__item:nth-child(2) {
	width: 11%;
}
#footer .footer-nav__item:nth-child(3) {
	width: 14%;
}
#footer .footer-nav__item:nth-child(4) {
	width: 23%;
}
#footer .footer-nav__item:last-child {
	padding-right: 0;
	width: 19%;
}
#footer .footer-menu__title {
	margin: 0 0 12px;
	font-weight: bold;
	font-size: 16px;
}
#footer .footer-menu__list.col-1 {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .footer-menu__list.col-1 .footer-menu {
	width: 100%;
}
#footer .footer-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#footer .footer-menu__list .footer-menu {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
#footer .footer-menu__list.col-2 .footer-menu, #footer .footer-menu__list.col-3 .footer-menu {
	padding: 0 20px 0 0;
}
#footer .footer-menu__list .footer-menu:last-child {
	padding-right: 1%;
}
#footer .footer-menu {
	margin: 0 0 10px;
}
#footer .footer-menu li {
	margin: 0 0 10px;
}
#footer .footer-nav a {
	display: block;
	position: relative;
	padding: 0 0 0 17px;
}
#footer a:hover {
	color: #0097ff;
}
#footer .footer-nav .no-arrow a:before {
	display: none;
}
#footer .footer-nav a:before {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 0;
	top: 5px;
}
#footer .footer-bottom {
	border-top: 2px solid #aaaaaa;
	padding: 13px 1px;
	font-size: 13px;
}
#footer .footer-bottom .footer-menu {
	float: left;
	margin: 0;
}
#footer .footer-bottom .footer-menu li {
	float: left;
	padding: 0 8px 0 6px;
	margin: 0;
	border-right: 2px solid #fff;
	line-height: 1.1;
}
#footer .footer-bottom .footer-menu li:last-child {
	border-right: none;
}
#footer .footer-bottom .copy {
	float: right;
	margin: 0;
	line-height: 1.1;
}
#go-top {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#go-top img {
	display: block;
}
#go-top.in {
	visibility: visible;
	opacity: 1;
}
#go-top.fixed {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
/*Main content*/

/*タイトル*/

.s-title {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 40px 0;
	text-align: center;
}
.s-title.mb0 {
	margin-bottom: 0;
}
.s-title.type-1 {
	margin-bottom: 120px;
}
.s-title-line {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 40px 0;
	text-align: center;
}
.s-title-line.mb0 {
	margin-bottom: 0;
}
.s-title-line.type-2 {
	color: #fff;
}
.common-title {
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 15px 0;
	padding: 0 5px;
	border-bottom-style: solid;
	border-bottom-width: 2px
}
.common-title.type-1 {
	border-color: #005dac;
}
.common-title.type-1.mt60 {
	margin-top: 60px;
}
.column-3box .column:nth-child(-n+3) .common-title.type-1.mt60 {
	margin-top: 0;
}
.common-title.type-1.mt50 {
	margin-top: 50px;
}
.content-box:first-child .common-title.type-1.mt50 {
	margin-top: 0;
}
/*カウンターセット*/
.column-3box, .column-2box {
	counter-reset: my-counter;
}
.common-title.type-1.counter {
	position: relative;
	padding: 0 0 4px 34px;
	margin-bottom: 10px;
}
.common-title.type-1.counter:before {
	content: counter(my-counter, decimal);
	counter-increment: my-counter;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #ff9100;
	text-align: center;
	color: #fff;
	line-height: 34px;
	font-weight: 400;
}
.common-title.type-2 {
	margin: 0 0 11px 0;
	padding: 0 0 6px 0;
	border-color: #0071ac;
	color: #0071ac;
}
.common-title.type-3 {
	margin: 0 0 11px 0;
	padding: 0 0 6px 0;
	color: #0098a6;
	border-color: #0098a6;
}
.common-title.type-4 {
	margin: 0 0 11px 0;
	padding: 0 0 6px 0;
	color: #ff7800;
	border-color: solid #ff7800;
}
.common-title.type-5 {
	position: relative;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: none;
}
.common-title.type-5::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: #005dab;
}
.common-title.type-5.big {
	font-size: 36px;
	margin: 0 0 40px 0;
}
.common-title.type-5.big::after {
	height: 1px;
}
.common-title.type-6 {
	font-size: 24px;
	font-weight: 400;
	padding: 0 8px 3px 8px;
	margin: 0 0 16px 0;
	border-bottom: 2px solid #005dac;
	text-align: left;
}
.common-title.type-7 {
	font-size: 20px;
	padding: 0 0;
	border-bottom: none;
}
.common-title.type-8 {
	font-size: 24px;
	padding: 0 0;
	margin: 0 0 10px 0;
	border-bottom: none;
}
.common-title.type-9 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: none;
	padding: 0 0 0 0;
	margin: 0 0 24px 0;
}
.common-title.type-10 {
	color: #fff;
	font-size: 32px;
	line-height: 1.5;
	border-bottom: none;
	font-weight: normal;
}
/*テキスト*/
.section .read-text {
	font-size: 20px;
	margin-bottom: 0;
}
.section .read-text.type-2 {
	text-align: center;
	margin-bottom: 50px;
}
.section .read-text.type-3 {
	font-size: 16px;
	margin-bottom: 0;
}
.section .read-text.type-4 {
	font-size: 32px;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
}
.section .read-text.type-5 {
	font-size: 16px;
	margin-bottom: 50px;
}
.section .read-text.type-6 {
	text-align: center;
}
.section .read-text.type-6 br:first-child {
	display: none;
}
.section .read-text.type-7 {
	line-height: 2;
}
.section .read-text.type-8 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 40px 0;
}
.section .read-text.type-9 {
	font-size: 16px;
	margin-bottom: 10px;
}
.section .read-text.type-10 {
	font-size: 16px;
	margin-bottom: 20px;
}
.section .read-text.type-11 {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.section .read-text.type-12 {
	font-size: 20px;
	margin-bottom: 10px;
}
.section .attention-text {
	font-size: 12px;
	margin: 15px 0 0 0;
}
.section .big-text.type-1 {
	font-size: 80px;
	line-height: 1.2;
	color: #FF7800;
	text-align: center;
}
.section .big-text.type-1 span {
	display: block;
	font-size: 3vw;
	color: #000;
}
.section .text.type-1 {
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
}
.section .text.type-2 {
	margin-top: 40px;
}
.section .text.type-3 {
	color: #ff7800;
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
}
.section .text.type-4 {
	color: #ff7800;
}
.section .text.type-5 {
	padding: 30px 90px 0 0;
}
.section .text.type-6 {
	padding: 0 0 0 14px;
}
.item-wrapper .item {
	margin-bottom: 50px;
}
.item-wrapper .item:last-child {
	margin-bottom: 0;
}
.column-wrapper {
	margin-bottom: 30px;
}
.list-item {
	margin-bottom: 50px;
}
.list-item:last-child {
	margin-bottom: 0;
}
.column-wrapper:last-child {
	margin-bottom: 0;
}
.section .border-box .item {
	background-color: #fff;
	border: 1px solid #999;
	padding: 18px;
}
.section .border-box.type-2 .item {
	background-color: #fff;
	border: 1px solid #E3E3E3;
	padding: 4%;
}

.section .border-box.type-3 {
	margin-bottom: 30px;
}
.section .border-box.type-3:last-child {
	margin-bottom: 0;
}
/*.section .border-box.type-3 h3 {
	margin: 18px;
}*/
.section .border-box.type-3 item-content {
	float: left;
	padding: 22px 22px 0 22px;
}
.section .border-box.type-3 ul {
	float: left;
}
.section .border-box.type-3 ul li {
	text-align: left;
	margin-bottom: 10px;
}
.section .border-box.type-3 ul li img {
	padding: 0 8px 0 0;
}
.section .border-box.type-3 ul li.mb0 {
	margin-bottom: 0px;
	line-height: 1.6;
}
.section .border-box.type-3 .type-6 ul li img {
	padding: 0 8px 0 18px;
}
.section .border-box.type-3 dl {
	width: 33%;
	float: left;
	text-align: center;
	margin: 0 0 5px 0;
}
.section .border-box.type-3 dd {
	margin: 10px 0 0 0;
}
.section .border-box .item.type-13 {
	padding: 0;
}
.section .border-box .item.type-13 .item-text {
	font-size: 16px;
	color: #fff;
	background-color: #0E5092;
	padding: 5px 0 2px 0;
	margin: 0 auto;
}
.section .border-box .item.type-13 .item-text p {
	text-align: center;
}
.section .border-box.type-4 {
	background-color: #fff;
	border: 5px solid #FF7800;
	padding: 2% 4%;
}
.section .border-box.type-4 .text {
	float: left;
}
.section .border-box.type-4 .img {
	float: right;
}
.section .border-box .item-content .thumbnail ul {
	float: left;
	margin: 0 20px 0 0;
}
.section .border-box .item-content .thumbnail ul:last-child {
	margin: 0;
}
.section .border-box-img {
	background-color: #fff;
	border: 1px solid #E3E3E3;
	padding: 4%;
}
.section .border-box-img .item {
	background-color: #fff;
	border: 1px solid #E3E3E3;
	padding: 4%;
}
.section .border-box-img.type-2 {
	padding: 1%;
}
.content-box {
	margin-bottom: 20px;
}
.content-box:last-child {
	margin-bottom: 0;
}
.mark-text {
	margin-top: 10px!important;
}
/*border*/
.border.type-1 {
	border-top: 1px dashed #000;
	margin: 40px 0 25px;
}
.border.type-2 {
	border-top: 2px solid #aaaaaa;
	;
}
/*ボタン*/

.content-buttons {
	text-align: center;
	margin-top: 40px;
}
.content-buttons .btn {
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 55px;
	line-height: 55px;
	padding: 0 25px;
	background-color: #005dac;
	border-radius: 3px;
}
.filters-button {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 10%;
}
.filters-button .btn {
	height: 45px;
	line-height: 45px;
}
/*アンカーナビ*/
.anchor__content-nav ul {
	text-align: center;
	margin: 0 0 60px 0;
}
.anchor__content-nav ul li {
	display: inline-block;
	position: relative;
	font-size: 20px;
	padding: 0 20px;
	margin: 0 0 21px 0;
}
.anchor__content-nav ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	vertical-align: middle;
	background-color: #818181;
}
.anchor__content-nav ul li:first-child:before {
	content: none;
	display: none;
}
.anchor__content-nav li a {
	color: #005dac;
}
.anchor__content-nav li a:hover {
	text-decoration: underline;
}
/*画像関連*/

.image-wrapper {
	margin: 40px 0 0 0;
	text-align: center;
}
.image-wrapper.type-2 {
	margin: 15px 0;
}
.image-wrapper.type-3 {
	margin: 25px 0 0;
}
.image-wrapper.type-3 + p {
	margin-top: 20px;
}
.image-wrapper.type-4 {
	margin: 0 0 20px 0;
}
.image-wrapper.type-5 {
	margin: 0 0 15px 0;
}
.image-wrapper.type-6 {
	margin: 0 0 10px 0;
}
.image-wrapper.type-6 + p {
	text-align: center;
}
.image-wrapper.type-7 {
	margin: 0 0 80px 0;
}
.image-wrapper.type-8 {
	border: 1px solid #e3e3e3;
}
.img-box.type-1 .item {
	border: 1px solid #005dac;
}
.img-box.type-1 .item-text {
	display: table;
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	min-height: 128px;
	background-color: #005dac;
}
.img-box.type-1 .item-text .item-cell {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.img-box.type-1 .item-text .item-cell:first-child {
	width: 198px;
	text-align: center;
	padding: 0 10px;
}
.img-box.type-1 .item-text .item-cell:last-child {
	text-align: left;
	padding-right: 10px;
}
.img-box.type-1 .item-text a {
	display: block;
	position: relative;
	font-size: 24px;
	color: #fff;
	margin: 0 0 12px 0;
}
.img-box.type-1 .item-text a img {
	display: inline-block;
	vertical-align: 2px;
	margin: 0 0 0 10px;
}
.img-box.type-1 .item-text a i {
	color: #fff;
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.img-box.type-1 .item-text p {
	font-size: 16px;
	text-align: left;
	padding: 0 0 0 0;
}
/*各index キービジュアル*/

.s-heading.section {
	padding: 50px 90px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.s-heading .s-heading__content {
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 0;
}
.s-heading.section.type-under {
	padding: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#015dac+0,b1cee6+100 */
	background-color: #015dac; /* Old browsers */
	background: -moz-linear-gradient(left, #015dac 0%, #b1cee6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #015dac 0%, #b1cee6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #015dac 0%, #b1cee6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015dac', endColorstr='#b1cee6', GradientType=1); /* IE6-9 */
}
.s-heading.section.type-under .s-heading__content {
	height: 100px;
	padding: 0 40px;
}
.s-heading .s-title {
	color: #fff;
	font-size: 40px;
	margin: 0;
	text-align: left;
}
.s-heading.type-product {
	background-image: url("/webfocus/img/heading-p2.jpg");
}
.s-heading.type-function {
	background-image: url("/webfocus/img/heading-p3.jpg");
}
.s-heading.type-case {
	background-image: url("/webfocus/img/heading-p4.jpg");
}
.s-heading.type-support {
	background-image: url("/webfocus/img/heading-p5.jpg");
}
.s-heading.type-consideration {
	background-image: url("/webfocus/img/heading-p6.jpg");
}
.s-menu__content .s-menu__content-item {
	position: relative;
	float: left;
	margin: 40px 6.66% 0 0;
	width: 46.67%;
	padding: 0 0 0 0;
	background-image: url("/webfocus/img/icon/icon_link.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	-webkit-background-size: 52px 48px;
	background-size: 52px 48px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.s-menu__content .btm {
	margin: 0 6.66% 0 0;
}
.s-menu__content a:nth-of-type(2n) .s-menu__content-item {
	margin-right: 0;
}
.s-menu__content a:nth-child(-n+2) .s-menu__content-item {
	margin-top: 0;
}
.s-menu__content a:hover .s-menu__content-item {
	opacity: 0.75;
}
.s-menu__content-item .item-title {
	position: relative;
	font-size: 28px;
	font-weight: 400;
	padding: 3px 0 16px 60px;
	margin: 0 0 16px 0;
	background-image: url("/webfocus/img/icon/icon_bg.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #000;
}
.s-menu__content-item .item-title:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 36px;
	height: 36px;
	background-image: url("/webfocus/img/icon/icon_square.png");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.s-menu__content-item .item-title.icon_2_1:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_2_1.png");
}
.s-menu__content-item .item-title.icon_2_2:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_2_2.png");
}
.s-menu__content-item .item-title.icon_2_3:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_2_3.png");
}
.s-menu__content-item .item-title.icon_2_4:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_2_4.png");
}
.s-menu__content-item .item-title.icon_2_5:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_2_5.png");
}
.s-menu__content-item .item-title.icon_2_6:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_2_6.png");
}
.s-menu__content-item .item-title.icon_2_7:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_2_7.png");
}
.s-menu__content-item .item-title.icon_2_8:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_2_8.png");
}
.s-menu__content-item .item-title.icon_2_9:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_2_9.png");
}
.s-menu__content-item .item-title.icon_2_10:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_2_10.png");
}
.s-menu__content-item .item-title.icon_3_1:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_3_1.png");
}
.s-menu__content-item .item-title.icon_3_2:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_3_2.png");
}
.s-menu__content-item .item-title.icon_4_1:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_4_1.png");
}
.s-menu__content-item .item-title.icon_4_2:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_4_2.png");
}
.s-menu__content-item .item-title.icon_5_1:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_5_1.png");
}
.s-menu__content-item .item-title.icon_5_2:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_5_2.png");
}
.s-menu__content-item .item-title.icon_5_3:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_5_3.png");
}
.s-menu__content-item .item-title.icon_5_4:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_5_4.png");
}
.s-menu__content-item .item-title.icon_5_5:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_5_5.png");
}
.s-menu__content-item .item-title.icon_6_1:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_6_1.png");
}
.s-menu__content-item .item-title.icon_6_2:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_6_2.png");
}
.s-menu__content-item .item-title.icon_6_3:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url("/webfocus/img/icon/icon_6_3.png");
}
/*下層背景ありコンテンツ*/
.s-price-and-licence-top2 {
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(/webfocus/img/product/2-5-i1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.s-menu__content-item .item-content p {
	color: #000;
	padding-right: 30px;
}
.s-menu__content-item .item-content p:hover {
	color: #005DAC;
	text-decoration: underline;
}
/*リスト*/
.content-list.type-1 {
	margin: 0 0 0 33.33%;
}
.content-list.type-1 .item {
	float: left;
	width: 46.875%;
	margin: 45px 6.25% 0 0;
	color: #fff;
}
.content-list.type-1 .item:nth-child(-n+2) {
	margin-top: 0;
}
.content-list.type-1 .item:nth-of-type(2n) {
	margin-right: 0;
}
.content-list.type-1 .item-title {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 15px 0;
}
.content-list.type-1 .item ul li {
	font-size: 16px;
	margin: 0 0 8px 24px;
	list-style: disc;
}
.content-list.type-1 .item ul li:last-child {
	margin-bottom: 0;
}
.content-list.type-2 {
	margin-top: 20px;
}
.content-list.type-2 li, .content-list.type-2-2 li {
	position: relative;
	padding-left: 20px;
}
.content-list.type-2 li::before, .content-list.type-2-2 li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.content-list.type-3 li {
	position: relative;
	padding-left: 20px;
}
.content-list.type-3 li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.content-list.type-4 li {
	background-image: url(/webfocus/img/support/5-5-i7.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 8px 0 8px 60px;
	font-size: 20px;
	color: #fff;
}
/*1カラム*/
.column-1box .item {
	margin-top: 50px;
}
.column-1box .item:first-child {
	margin-top: 80px;
}
/*2カラム default*/
.column-2box {
	overflow: hidden;
}
.column-2box .item {
	float: left;
	width: 47.915%;
	margin: 0 4.17% 0 0;
	color: #000;
}
.column-2box .item:nth-of-type(2n) {
	margin-right: 0;
}
.column-2box .item:nth-child(n+3) {
	margin-top: 4%;
}
.column-2box .item .item-inner {
	margin-bottom: 50px;
}
.column-2box .item .item-inner:last-child {
	margin-bottom: 0;
}
/*2カラム 3:7*/
.column-2box.type-2 .column {
	float: left;
}
.column-2box.type-2 .column:first-child {
	margin: 0 2.5% 0 0;
	width: 31.666%;
}
.column-2box.type-2 .column:nth-child(2) {
	width: 65.832%;
	margin-right: 0;
}
.column-2box .item .item-inner:last-child {
	margin-bottom: 0;
}
.column-2box .column-2box .item {
	border: none;
	padding: 0;
}
/*2カラム 5:5*/
.column-2box.type-3 .item {
	float: left;
	width: 50%;
	margin: 10px 0 0;
}
.column-2box.type-3 .item:nth-child(-n+2) {
	margin: 0;
}
.column-2box.type-3.border-box .item:nth-child(odd) {
	border-right: none;
}
/*2カラム 奇数偶数で入れ替え*/
.list-reorder:nth-child(odd) .column-2box .item:first-child {
	float: right;
	margin: 0;
}
.list-reorder.type-2 .item:nth-child(4n+3) {
	float: right;
	border-right: 1px solid #E3E3E3!important;
	border-left: none;
}
.list-reorder.type-2 .item:nth-child(odd) {
	background-color: #efefef;
}
/*2カラム /product/feature.html*/
.color__content-list.type-1 .item {
	margin: 0 0 23px 0;
}
.color__content-list.type-1 .item:nth-of-type(2n) {
	margin-right: 0;
}
.color__content-list.type-1 .item:last-child {
	margin-bottom: 0;
}
.color__content-list.type-1 .item-title {
	font-size: 28px;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: none;
	color: #fff;
}
.color__content-list.type-1 .item .content-left {
	float: left;
	margin: 0 1.33% 0 0;
	width: 24%;
	min-height: 128px;
	border: 1px solid #999;
	background-color: #0071ad;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
}
.color__content-list.type-1 .item:nth-of-type(2) .content-left {
	background-color: #0098a6;
}
.color__content-list.type-1 .item:nth-of-type(3) .content-left {
	background-color: #ff7900;
}
.color__content-list.type-1 .item .content-right {
	float: left;
	margin: 0 0 0 0;
	width: 74.67%;
	min-height: 128px;
	border: 1px solid #999;
	background-color: #fff;
	padding: 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
/*3カラム*/

.column-3box {
	overflow: hidden;
}
.column-3box .item {
	float: left;
	width: 30.66%;
	margin: 0 4% 0 0;
	color: #000;
}
.column-3box .item:nth-child(3n) {
	margin-right: 0;
}
.column-3box .item:nth-of-type(n+4) {
	margin-top: 3.916%;
}
.column-3box .item .item-text-top {
	margin-bottom: 10px;
}
.column-3box .column {
	margin: 0 2.5% 0 0;
	width: 31.666%;
	float: left;
}
.column-3box .column:nth-child(3n) {
	margin-right: 0;
}
/*3カラム --- column-3box-slider*/
.column-3box-slider .slick-prev:before, .column-3box-slider .slick-next:before {
	content: '';
	width: 25px;
	height: 45px;
	display: block;
	background-size: contain;
	opacity: 1;
}
.column-3box-slider .slick-prev:before {
	background: url(/webfocus/img/case/slick-prev.png) no-repeat;
}
.column-3box-slider .slick-next:before {
	background: url(/webfocus/img/case/slick-next.png) no-repeat;
}
.section .column-3box-slider .read-text.type-12, .section .column-3box-slider .read-text.type-12 + p {
	padding: 0 20px;
}
.section .column-3box-slider .slick-dots {
	bottom: -40px;
}
/*3カラム youtubeをpop-up表示--- column-3box-slider*/
.column-3box-slider .fancybox-movie {
	display: block;
	margin: 0 auto;
	width: 300px;
	background: #000;
	border-bottom: 1px solid #595959;
	position: relative;
}
.column-3box-slider .fancybox-movie img {
	opacity: 0.8;
}
.ytp-large-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	-moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
	-webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
	transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
	z-index: 63;
	border: none;
	background-color: transparent;
	padding: 0;
	color: inherit;
	text-align: inherit;
	font-size: 100%;
	font-family: inherit;
	cursor: default;
	line-height: inherit;
}
.ytp-large-play-button svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.column-3box-slider .fancybox-movie:hover .ytp-large-play-button-bg {
	-moz-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
	-webkit-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
	transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
	fill: #f00;
	fill-opacity: 1;
}
/*4カラム*/
.column-4box .list-item:last-child {
	margin-bottom: 0;
}
.column-4box .title {
	font-size: 24px;
	border-bottom: 2px solid #005dac;
	padding: 0 6px 3px 6px;
	margin: 0 0 22px 0;
}
.column-4box .inner-list {
}
.column-4box .inner-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	float: left;
	width: 24%;
	margin: 0 1.333% 1% 0;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	padding: 12px 0;
	color: #000;
	border: 1px solid #999;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.column-4box .inner-list .item:hover {
	opacity: 0.7;
}
.column-4box .inner-list .item:nth-of-type(4n) {
	margin-right: 0;
}
/*4カラム /case/customer.html*/

.column-4box {
	margin: 40px 0 0 0;
	overflow: hidden;
}
.column-4box .item {
	float: left;
	width: 21.25%;
	margin: 0 5% 5% 0;
	padding: 0;
	text-align: center;
}
.column-4box .item:nth-of-type(4n) {
	margin-right: 0;
}
.column-4box .item dt {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 40px 54px;
	text-align: center;
}
.column-4box .item dt img {
	max-width: 180px;
	max-height: 40px;
}
/*4カラム /support/tech-support.html*/
.color__content-list.type-2 {
	margin: 0 0 0 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #E3E3E3;
	overflow: hidden;
}
.color__content-list.type-2.colmn5 {
	padding: 0;
	border: none;
}
.color__content-list.type-2 .column {
	position: relative;
	float: left;
	width: 22.18%;
	margin: 0 3.75% 0 0;
}
.color__content-list.type-2.colmn5 .column {
	width: 17%;
}
.color__content-list.type-2 .column:after {
	content: "";
	display: block;
	position: absolute;
	top: 62px;
	right: -13%;
	width: 24px;
	height: 34px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 24px solid #00a68a;
}
.color__content-list.type-2.colmn5 .column:after {
	right: -17.16%;
}
.color__content-list.type-2 .column:last-child:after {
	content: none;
	display: none;
}
.color__content-list.type-2 .column:nth-of-type(2):after {
	border-left-color: #00a68a;
}
.color__content-list.type-2 .column:nth-of-type(3):after {
	border-left-color: #0098a6;
}
.color__content-list.type-2 .column:nth-of-type(4):after {
	border-left-color: #0073ac;
}
.color__content-list.type-2 .column:nth-of-type(5):after {
	border-left-color: #0f5092;
}
.color__content-list.type-2 .column:last-child {
	margin-right: 0;
}
.color__content-list.type-2 .column .item-box {
	position: relative;
	width: 100%;
	border-top: 1px dotted #00a654;
	border-right: 1px solid #00a654;
	border-left: 1px solid #00a654;
	background-color: #fff;
	margin: 0;
}
.color__content-list.type-2 .column .item-box:first-child, .color__content-list.type-2 .column:nth-of-type(2) .item-box:first-child, .color__content-list.type-2 .column:nth-of-type(3) .item-box:first-child, .color__content-list.type-2 .column:nth-of-type(4) .item-box:first-child, .color__content-list.type-2 .column:nth-of-type(5) .item-box:first-child {
	border-top: none;
}
.color__content-list.type-2 .column .item-box:last-child {
	border-bottom: 1px solid #00a654;
}
.color__content-list.type-2 .column:nth-of-type(2) .item-box {
	border-top: 1px dotted #00a68a;
	border-right: 1px solid #00a68a;
	border-left: 1px solid #00a68a;
}
.color__content-list.type-2 .column:nth-of-type(2) .item-box:last-child {
	border-bottom: 1px solid #00a68a;
}
.color__content-list.type-2 .column:nth-of-type(3) .item-box {
	border-top: 1px dotted #0098a6;
	border-right: 1px solid #0098a6;
	border-left: 1px solid #0098a6;
}
.color__content-list.type-2 .column:nth-of-type(3) .item-box:last-child {
	border-bottom: 1px solid #0098a6;
}
.color__content-list.type-2 .column:nth-of-type(4) .item-box {
	border-top: 1px dotted #0073ac;
	border-right: 1px solid #0073ac;
	border-left: 1px solid #0073ac;
}
.color__content-list.type-2 .column:nth-of-type(4) .item-box:last-child {
	border-bottom: 1px solid #0073ac;
}
.color__content-list.type-2 .column:nth-of-type(5) .item-box {
	border-top: 1px dotted #0f5092;
	border-right: 1px solid #0f5092;
	border-left: 1px solid #0f5092;
}
.color__content-list.type-2 .column:nth-of-type(5) .item-box:last-child {
	border-bottom: 1px solid #0f5092;
}
.color__content-list.type-2 .column .item-box-header {
	background-color: #00a654;
	padding: 15px 10px 10px 10px;
	color: #fff;
}
.color__content-list.type-2 .column:nth-of-type(2) .item-box-header {
	background-color: #00a68a;
}
.color__content-list.type-2 .column:nth-of-type(3) .item-box-header {
	background-color: #0098a6;
}
.color__content-list.type-2 .column:nth-of-type(4) .item-box-header {
	background-color: #0073ac;
}
.color__content-list.type-2 .column:nth-of-type(5) .item-box-header {
	background-color: #0f5092;
}
.color__content-list.type-2 .column .item-icon {
	text-align: center;
	margin: 0 0 10px 0;
}
.color__content-list.type-2 .column .item-icon img {
	max-width: 100%;
}
.color__content-list.type-2 .column .header-title {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
}
.color__content-list.type-2 .column .header-title p {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.color__content-list.type-2 .column .item-box-body {
	padding: 11px 9px 15px 9px;
}
.color__content-list.type-2 .column .item-title {
	font-size: 16px;
	font-weight: 700;
	color: #090909;
	text-align: center;
	margin: 0 0 19px 0;
	padding: 0 0 6px 0;
	border-bottom: 2px solid #00a654;
}
.color__content-list.type-2 .column:nth-of-type(2) .item-title {
	border-bottom: 2px solid #00a68a;
}
.color__content-list.type-2 .column:nth-of-type(3) .item-title {
	border-bottom: 2px solid #0098a6;
}
.color__content-list.type-2 .column:nth-of-type(4) .item-title {
	border-bottom: 2px solid #0073ac;
}
.color__content-list.type-2 .column:nth-of-type(5) .item-title {
	border-bottom: 2px solid #0f5092;
}
.color__content-list.type-2 .column .item-box-body p {
	font-size: 16px;
	color: #090909;
	padding: 0;
	margin: 0;
}
/* 6カラム*/
.column-6box {
	margin: 40px 0 0 0;
	overflow: hidden;
}
.column-6box .item {
    float: left;
    width: 13%;
    margin-right: 4.4%;
    height: 88px;
    padding: 0;
    text-align: center;
}
.column-6box .item:nth-of-type(6n) {
	margin-right: 0;
}
.column-6box .item:nth-last-child(-n+6) {
	margin-bottom: 0;
}
/*ギャラリー＆モーダル*/
.s-gallery__grid {
	position: relative;
	background: #f2f2f2;
}
.s-gallery__grid .center-content {
	border-top: 1px solid #005dac;
}
.s-gallery__grid .grid-item {
	float: left;
	width: 25%;
	padding: 16.4% 0 0;
	background: #fff;
	position: relative;
	cursor: pointer;
}
.s-gallery__grid .grid-item:nth-child(4n+1) {
	border-left: 1px solid #005dac;
}
.s-gallery__grid .grid-item:nth-child(-n+4) .grid-item__inner {
	border-top: 1px solid #005dac;
}
.s-gallery__grid .grid-item:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.60) url("/webfocus/img/icon/icon_zoom.png") center no-repeat;
	left: -1px;
	top: -1px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 55;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.s-gallery__grid .grid-item:hover:before {
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.s-gallery__grid .grid-item__inner {
	position: absolute;
	left: -1px;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	padding: 15px 10px;
	border: 1px solid #005dac;
	border-left: none;
	border-top: none;
	margin-top: -1px;
}
.s-gallery__grid .grid-item:nth-child(4n) .grid-item__inner {
	width: 100.3%;
}
.s-gallery__grid .grid-item__img {
	max-width: 100%;
	max-height: 100%;
}
.s-gallery-modal .modal-body {
	padding: 40px 48px 25px;
}
.s-gallery-modal .modal-dialog {
	width: 100%;
	max-width: 100%;
	background: none;
	margin: 80px auto;
}
.s-gallery-top .swiper-button-next, .s-gallery-top .swiper-container-rtl .swiper-button-prev {
	right: 50%;
	margin-right: -484px;
}
.s-gallery-top .swiper-slide {
	padding: 30px 60px;
}
.s-gallery-top .swiper-button-prev, .s-gallery-top .swiper-container-rtl .swiper-button-next {
	left: 50%;
	margin-left: -484px;
}
.s-gallery-modal .modal-content {
	background: #fff;
	max-width: 800px;
	margin: 0 auto;/*min-height: 622px;*/
}
.s-gallery-modal .s-gallery-thumbs {
	padding: 25px 0;
	background: #d6d6d6;
	min-height: 150px;
	/*display: inline-block;*/
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	transform: translate(0, 20px);
}
.s-gallery-modal.in .s-gallery-thumbs {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.s-gallery-top .modal-body .s-title {
	margin: 27px 0 15px;
	font-size: 24px;
	line-height: 1.3;
	border-bottom: 1px solid #0e5092;
	padding: 0 0 10px;
	min-height: 30px;
}
.s-gallery-modal.no-description .s-gallery-top .modal-body .s-title {
	border: hidden;
	border-top: 1px solid #0e5092;
	padding: 16px 0 0;
	font-size: 16px;
	margin: 24px 0 5px;
}
.s-gallery-top .modal-img {
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 56% 0 0;
	/*max-height: 600px;*/
	text-align: center;
}
.s-gallery-top .modal-img-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}
.s-gallery-top .modal-img img {
	max-width: 100%;
	max-height: 100%;
}
.s-gallery-modal .s-gallery-thumbs .swiper-slide img {
	object-fit: cover;
	width: 100%;
	max-width: none;
	height: 100px;
}
.s-gallery-modal .s-gallery-thumbs .swiper-slide {
	width: 150px;
	height: 100px;
	border: 1px solid #005dac;
	border-left: none;
	overflow: hidden;
	cursor: pointer;
}
.s-gallery-modal .s-gallery-thumbs .swiper-slide:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6) url("/webfocus/img/icon/icon_zoom.png") center no-repeat;
	z-index: 5;
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.s-gallery-modal .s-gallery-thumbs .swiper-slide:hover:before, .s-gallery-modal .s-gallery-thumbs .swiper-slide-active:before {
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.s-gallery-modal .s-gallery-thumbs .swiper-slide:first-child {
	border-left: 1px solid #005dac;
}
.modal-body {
	padding: 20px 50px 40px;
	box-shadow: none;
	border: none;
	min-height: 32px;
	/*background: url("/webfocus/img/loading.gif") no-repeat center center;*/
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
	background-color: #fff;
	text-align: left;
	z-index: 100;
}
.modal-body .s-title {
	font-size: 24px;
	font-weight: 400;
	margin: 27px 0 23px 0;
	padding: 0;
	text-align: left;
}
.page-architecture .modal-body .s-title {
	margin: 27px 0 15px;
	font-size: 24px;
	line-height: 1.3;
	border-bottom: 1px solid #0e5092;
	padding: 0 0 10px;
	min-height: 30px;
}
.modal-body p {
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
.modal-dialog .close, .fancybox-btn-close {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	margin: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 99999;
}
.modal-dialog .close i {
	font-size: 30px;
	color: #e1e1e1;
}
.modal {
	text-align: center;
	padding: 0 !important;
	font-size: 0;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: 0;
}
.modal-dialog {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 98%;
	max-width: 800px;
	margin: 100px auto;
}
/*タブ切り替え*/
.nav-tabs > li {
	width: 50%;
}
.nav-tabs > li > a {
	margin-right: 4px;
	font-size: 24px;
	text-align: center;
	color: #000;
	border: 1px solid #999999;
	background-color: #ededed;
	border-radius: 4px;
	margin-bottom: 4px;
}
.nav-tabs > li > a:hover {
	border: 1px solid #005dac;
	background-color: #005dac;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
	margin-bottom: 0;
	border-bottom: 5px solid #005dac;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 1px solid #005dac;
	background-color: #005dac;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
	margin-bottom: 0;
	border-bottom: 5px solid #005dac;
}
.nav-tabs > li:last-child > a {
	margin-right: 0;
}
/*チェックボックス*/
.tab-content {
	border: 1px solid #005dac;
	position: relative;
}
.tab-content__icon {
	position: absolute;
	right: 8px;
	bottom: 0;
}
.tab-content .items-list {
	padding: 24px 16px 0 16px;
}
.tab-content .item {
	float: left;
	margin: 0 0 24px 0;
	cursor: pointer;
}
.tab-content #menu1 .item {
	width: 24%;
}
.tab-content #menu2 .item {
	width: 32.222%;
}
.tab-content .item:nth-of-type(3n) {
	margin-right: 0;
}
.tab-content #menu2 .item:last-child {
	padding-right: 50px;
}
.tab-content .item .s-checkbox {
	float: left;
	margin: 2px 10px 0 0;
}
.tab-content .item .item-text {
	display: block;
	margin: 0 0 0 32px;
}
.tab-content .item label {
	margin: 0;
	font-size: 19px;
	line-height: 20px;
}
/*filterコンテンツ*/
.s-filter__content .grid-item {
	float: left;
	margin: 0 0 40px 0;
	width: 25%;
	padding: 0 8px;
}
.s-filter__content a.grid-item:hover {
	opacity: 0.8;
}
.s-filter__content-item {
	position: relative;
	border: 1px solid #025fad;
	background-color: #fff;
}
.s-filter__content-item.type-2 {
	position: relative;
	border: 1px solid #999;
	background-color: #fff;
}
.s-filter__content-item .item-img {
	position: relative;
	padding: 46% 0 0;
}
.s-filter__content-item .item-img-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	padding: 15px;
}
.s-filter__content-item .item-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	max-height: 100%;
	margin: auto;
	padding: 15px;
}
.s-filter__content-item .item-title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding: 16px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
}
.s-filter__content-item .item-title.type-2 {
	position: relative;
	font-size: 20px;
	font-weight: normal;
	padding: 16px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
}
.s-filter__content-item .item-content {
	position: relative;
	background-image: url("/webfocus/img/icon/icon_link.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0 16px 16px 16px;
	color: #000;
}
.s-filter__content-item .item-content p {
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 1.55;
	text-overflow: ellipsis;
}
.s-filter__content-item .label-new {
	display: inline-block;
	background: #ff7800;
	padding: 5px 12px;
	line-height: 1.1;
	color: #fff;
	margin: 20px 0 0;/*font-weight: bold;*/
}
/*吹き出し*/
.review-content.column-3box {
	overflow: inherit;
}
.review-content .item-image {
	background-image: url("/webfocus/img/icon/icon_cloud.png");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	min-height: 188px;
	padding: 18px 18px 16px 28px;
}
.review-content p {
	font-size: 16px;
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
}
.review-content span {
	font-weight: 700;
	color: #ff7800;
}
.review-content .item-text {
	position: relative;
	margin: -15px 0 0 0;
	padding: 0 0 0 21%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.review-content .item-text:before {
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 41px;
	left: 21%;
	top: 0;
	background-image: url("/webfocus/img/icon/icon_person.png");
	background-position: center;
	background-repeat: no-repeat;
}
.review-content .item-text p {
	font-size: 16px;
	padding: 0 0 0 49px;
}
/*qa フォービーくん*/
.s-faq__content {
	position: relative;
}
.s-faq__content .items-list {
}
.s-faq__content .items-list .item {
	margin: 0 0 49px 0;
}
.s-faq__content .items-list .item:last-child {
	margin: 0;
}
.s-faq__content .items-list .item-question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	min-height: 80px;
	background-image: url("/webfocus/img/icon/icon_question.png");
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 0 0 0 104px;
}
.s-faq__content .items-list .item-question p {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.s-faq__content .items-list .item-answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	min-height: 80px;
	background-image: url("/webfocus/img/icon/icon_answer.png");
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 104px;
}
.s-faq__content .items-list .item-answer p {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.s-faq__content .items-list .item-answer p.text-small {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
/*アコーディオン*/
.s-accordion__content header {
	position: relative;
	vertical-align: middle;
	padding: 0 0 0 0;
	margin: 0 0 32px 0;
	color: #616161;
	cursor: pointer;
}
.s-accordion__content header h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	border-bottom: 2px solid #005dac;
	padding: 0px 40px 3px 9px;
	margin: 0 0 16px 0;
	color: #000;
}
.s-accordion__content header .accordion-section-header-right {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: 24px;
	color: #e3616f;
	transform: scale(1) translateY(-50%);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.s-accordion__content header.active {
	margin-bottom: 19px;
}
.s-accordion__content header.active .accordion-section-header-right {
	transform: scale(0);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.s-accordion__content section {
	display: none;
	border: 1px solid #999;
	background-color: #fff;
	padding: 23px 23px 55px 23px;
	margin: 0 0 58px 0;
	position: relative;
}
.s-accordion__content section p {
	padding: 0 0 0 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}
.s-accordion__content section p a:hover {
	text-decoration: underline;
}
.s-accordion__content section p a img {
	display: inline-block;
	vertical-align: 1px;
	margin: 0 0 0 15px;
}
.s-accordion__content section .item-collapse {
	height: 47px;
	width: 56px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url("/webfocus/img/icon/icon_arrow_up_blue.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.js-collapse-all-wrap {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
}
.js-collapse-all-wrap .btn {
	padding: 0 50px 0 20px;
}
.js-collapse-all-wrap .btn img {
	position: absolute;
	width: 26px;
	height: 19px;
	right: 15px;
	top: 50%;
	transform: rotate(0deg) translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.js-collapse-all-wrap .btn.active img {
	top: 50%;
	transform: rotate(180deg) translateY(50%);
}
/*マップ*/
.basemap {
	background-image: url(/webfocus/img/consideration/6-3-i3_1.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 700px;
	height: 600px;
	margin: 0 auto;
}
.basemap .area01 {
	position: absolute;
	left: 483px;
	top: 378px;
}
.basemap .area02 {
	position: absolute;
	left: 393px;
	top: 400px;
}
.basemap .area03 {
	position: absolute;
	left: 354px;
	top: 410px;
}
.basemap .area04 {
	position: absolute;
	left: 264px;
	top: 420px;
}
.basemap .area05 {
	position: absolute;
	left: 200px;
	top: 455px;
}
/*TOP*/
.s-cover {
    position: relative;
    background: #ebebeb;
}
.s-cover__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/webfocus/img/cover_img.jpg") center no-repeat;
    background-size: cover;
    max-height: 992px;
}
.s-cover__main {
    background: #ebebeb url("/webfocus/img/cover_img.jpg") center no-repeat;
    background-size: auto 100%;
    position: relative;
    z-index: 4;
    padding: 0;
    text-align: left;
}
.s-cover__main .center-content {
    max-width: 1120px;
    height: 495px;
}
.s-cover__main-content {
    text-align: center;
    max-width: 100%;
    display: inline-block;
    padding: 64px 55px 45px;
}
.s-cover__main .s-cover__title {
    color: #000;
    font-size: 54px;
    font-weight: normal;
    line-height: 1.33;
    margin: 0 0 40px;
    letter-spacing: 2px;
}
.s-cover__main .s-cover__text {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 30px;
}
.s-cover .s-cover__main .btn {
	padding: 19px 25px;
	font-size: 16px;
}
.s-cover .s-cover__nav {
	position: relative;
	z-index: 4;
	padding-top: 24px;
	padding-bottom: 24px;
	background: rgba(0, 93, 172, 0.70);
}
.s-cover .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.s-cover .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 25%;
	padding: 0 7px;
	height: auto;
	min-width: 156px;
}
.s-cover .swiper-slide a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	color: #000;
	text-decoration: none;
}
.s-cover .s-card {
	background: #ededed;/*height: 100%;*/
}
.s-cover .s-card__thumb {
	position: relative;
	padding: 70% 0 0;
	overflow: hidden;
}
.s-cover .s-card__thumb-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.s-cover .s-card:hover .s-card__thumb-inner {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.s-cover .s-card .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.s-cover .s-card__content {
	position: relative;
	padding: 16px;
}
.s-cover .s-card__content p {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.s-cover .s-card__content p:hover {
	color: #005DAC;
	text-decoration: underline;
}
.s-cover .s-card__title {
	position: relative;
	margin: 0 0 8px 0;
	font-size: 20px;
	padding: 0 24px 0 0;
	font-weight: normal;
}
.s-cover .s-card__title .arrow {
	position: absolute;
	right: -7px;
	top: 0;
	line-height: 1;
	vertical-align: top;
}
.s-company .s-company__info dd {
	margin: 0;
}
.s-company .s-company__info dt {
	float: left;
}
.s-company .s-company__item-title .logo {
	margin: 0 25px 0 0;
}
.s-company .s-company__item-title * {
	vertical-align: middle;
}
.s-company .s-company__item-title {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 16px;
	min-height: 47px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.s-company .s-company__content {
	margin: 0 -46px;
}
.s-company .s-company__content .s-company__item {
	padding: 0 46px;
}
.s-company .s-company__item-row p {
	margin: 0;
	min-height: 120px;
}
.s-company .s-company__item-row .s-company__info {
	margin: 0;
}
.s-company .s-company__item-row {
	padding: 15px 0;
}
.s-company .s-company__item-row:first-child {
	border-bottom: 2px solid #aaaaaa;
	padding: 0 0 24px;
}
.s-company .h-text {
	font-size: 20px;
	margin: 0 0 40px;
}
.s-news .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.s-news .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 25%;
	padding: 0 7px;
	height: auto;
	min-width: 156px;
}
.s-news .swiper-slide > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-decoration: none;
	color: #000000;
	width: 100%;
}
.s-news .swiper-slide > a:hover {
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-opacity: 0.75;
	-o-opacity: 0.75;
	opacity: 0.75;
}
.s-news .s-card {
	background: #fff;
	border: 1px solid #969799;
	position: relative;
    width: 100%;
}
.s-news .s-card__content p {
	margin: 0;
	font-size: 14px;
}
.s-news .s-card__content {
	position: relative;
	padding: 18px 20px 20px;
	margin: 0 0 36px;
}
.s-news .s-card__footer .arrow {
	margin: 0 0 0 10px;
}
.s-news .s-card__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #005dab;
	color: #fff;
	text-align: right;
	padding: 10px;
	line-height: 1;
}
.s-news .s-card__title {
	position: relative;
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.s-news .s-card__title:hover {
	color: #005DAC;
	text-decoration: underline;
}
/*footer上お問い合わせ*/
.s-inquiry {
	position: relative;
}
.s-inquiry .btn-inquiry {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px;
	background: #dedede;
	font-size: 28px;
	color: #000;
}
.s-inquiry .btn-inquiry:hover {
	background: #cccccc;
}
.s-inquiry .btn-inquiry .icon-email {
	display: block;
	width: 84px;
	height: 84px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #005dac;
	color: #fff;
	text-align: center;
	padding: 0 9px;
	line-height: 84px;
	flex: none;
	margin: 0 16px 0 0;
}
/********************************

.s-cover award関連 - start

********************************/
.mb40 {
    margin-bottom: 40px !important;
}
.ta-justify {
    text-align: justify;
}
.section .read-text.type-13 {
    font-size: 13px;
    margin-top: 6px;
}
.s-cover__main.cover_img_nikkei {
    background: linear-gradient( to right, rgba(150, 200, 215, 0.70), #c5e1e8 );
}
.s-cover__main.cover_img_nikkei .s-cover__main-content {
    padding: 0;
}
.s-cover__main.cover_img {
    background: #ebebeb url("/webfocus/img/cover_img.jpg") center no-repeat;
    background-size: auto 100%;
}