@charset "utf-8";

/*

	rev.18

	date 2021.08.04

*/

/*============================================================
	IMPORT CSS
*/
@import url('perfect-scrollbar.css');
@import url('print.css');
@import url('fonts.css');
@import url('module.css');
@import url('btn.css');

/* サイドバナー調整 200514 */

div.col-side section.banner ul li { margin-bottom: 7px !important;}

/*============================================================
	HTML
*/
html {
	-ms-overflow-style: auto;
}
body {
	background: #fff;
	font-family: YakuHanJP, Metropolis, 'Hiragino Sans', sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.9;
	color: #565656;
}
input, select, textarea {
	margin: 0;
	font-family: YakuHanJP, Metropolis, 'Hiragino Sans', sans-serif;
	font-weight: 200;
	color: #565656;
}

/*============================================================
	EVIDON用
*/
#_evidon_banner {
	width: 100% !important;
	margin-left: 0 !important;
}
/* IE11 */
_:lang(x)::-ms-backdrop, .evidon-banner-icon {
	right: 30px !important;
}

/*============================================================
	Bootstrap4 リセット
*/
h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	margin: 0;
}
h1, h2, h3, h4, h5, h6, th, dt {
	font-weight: 200;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 200;
	color: #000;
}
strong {
	font-weight: 200;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a, a:focus, a:hover {
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	color: #007cbb;
	color: #1D428A;
}
a:hover {
	color: #004a70;
	color: #0091DA;
}
a {
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out;
}
iframe {
	border: 0;
	outline: 0;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
}
/* クラス */
.btn.active, .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.alert-primary {
	background-color: #e1f1f6;
	border-color: #89cbdf;
}
/* ページ送り */
.page-link {
	color: #1D428A;
}
.page-link:hover {
    color: #0091DA;
}
.page-item.active .page-link {
	background-color: #1D428A;
	border-color: #1D428A;
}
.page-item.disabled .page-link {
    color: #6c757d;
    border-color: #dee2e6;
}

/*============================================================
	EVIDON オーバレイ用
*/
#_evidon_banner {
	width: 100% !important;
	margin-left: 0 !important;
}

/*============================================================
	[汎用] グラデーションバー
*/
.gradation-bar {
	position: relative;
	height: 8px;
}
.gradation-bar .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gradation-bar .base::before,
.gradation-bar .base::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}
.gradation-bar .base::before {
	left: 0;
	background-color: #74be26;
}
.gradation-bar .base::after {
	right: 0;
	background-color: #5e39a5;
}
.gradation-bar span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../img/nav-marker.png) 50% 100% no-repeat;
	background-size: 1450px 8px;
}
@media screen and (max-width: 1309px) {
	.gradation-bar span {
		background-size: 1152px 8px;
	}
}
@media screen and (max-width: 991px) {
	.gradation-bar span {
		background-size: 854px 8px;
	}
}
@media screen and (max-width: 767px) {
	.gradation-bar {
		height: 5px;
	}
	.gradation-bar .base {
		display: none;
	}
	.gradation-bar span {
		left: 0;
		margin-left: 0;
		width: 100%;
		background-size: 100% 5px;
	}
}

/*============================================================
	[ヘッダー] 共通
*/
#header {
	display: block;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}
.hide-header #header {
	transform: translateY(-110%);
}
#header::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-loaded #header::after {
	display: none;
}
#header .wrapper {
	position: relative;
	z-index: 1001;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	color: #717074;
}
#header .top-header {
	position: relative;
	height: 58px;
}
#header .top-header .logo-vmware {
	position: absolute;
	top: 22px;
	left: 0;
	width: 140px;
}
#header .top-header .logo-vmware img {
	display: block;
	width: 100%;
}
#header .top-header .logo {
	position: absolute;
	top: 16px;
	left: 166px;
	width: 189px;
}
#header .top-header .logo img {
	display: block;
	width: 100%;
}
#header .top-header .logo a {
	display: block;
}
/**/
#header .top-header .pointer {
	display: none;
	position: absolute;
	z-index: 1002;
	top: 15px; right: 0;
	width: 40px; height: 40px;
	cursor: pointer;
}
#header .top-header .pointer:before,
#header .top-header .pointer:after {
	content: '';
}
#header .top-header .pointer:before,
#header .top-header .pointer:after,
#header .top-header .pointer i {
	display: block;
	position: absolute;
	top: 0; right: 18px;
	margin-top: 10px;
	width: 4px; height: 4px;
	background-color: #593aa3;
}
#header .top-header .pointer:after {
	top: 8px;
}
#header .top-header .pointer i {
	top: 16px;
}
/**/
#header .top-header nav.sp {
	display: none;
	position: absolute;
	z-index: 1010;
	top: 60px;
	right: 0;
	overflow: hidden;
	width: auto;
	height: 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-transition: height 0.3s ease;
	        transition: height 0.3s ease;
}
#header .top-header nav.sp .in {
	padding: 15px 20px;
}
#header .top-header nav.sp ul {
	display: block;
	float: none;
	margin: 0;
}
#header .top-header nav.sp ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0 0 10px 0;
}
#header .top-header nav.sp ul li::after {
	display: none;
}
#header .top-header nav.sp ul li.point {
	position: static;
}
#header .top-header nav.sp .social-links {
	display: flex;
}
#header .top-header nav.sp .social-links li {
	padding: 0 20px 0 0;
	font-size: 22px;
}
#header .top-header nav.sp .social-links li:last-child {
	padding: 0;
}
#header .top-header nav.sp .nav-register {
	padding: 10px 0 0 0;
}
#header .top-header nav.sp .nav-register a {
	display: block;
}
@media screen and (max-width: 1309px) {
	/* ナビゲーション */
	#header .top-header nav {
		display: none;
	}
	.top-nav-opened #header .top-header nav.sp {
		display: block;
	}
	#header .top-header .pointer {
		display: block;
	}
}
@media screen and (max-width: 991px) {
	/* 基本 */
	#header .container {
		padding: 0;
		max-width: 100%;
		height: auto;
	}
	#header .top-header {
		height: 71px !important;
	}
	#header .top-header .logo-vmware {
		left: 15px;
	}
	#header .top-header nav.sp {
		right: 15px;
	}
}
@media screen and (max-width: 767px) {
	#header .top-header .logo-vmware {
		top: 26px;
		left: 13px;
		width: 120px;
	}
	#header .top-header .logo {
		top: 23px;
		left: 144px;
		width: 140px;
	}
}

/*============================================================
	[ヘッダー] コンテンツナビ
*/
#header .content-nav {
}
#header .content-nav nav {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 0 0 -10px;
	height: 50px;
}
#header .content-nav nav .list {
	display: table;
}
#header .content-nav nav .list li {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 30px 0 0;
	font-size: 14px;
}
#header .content-nav nav .list li:last-child {
	padding: 0;
}
#header .content-nav nav .list li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 0 10px;
	height: 50px;
	line-height: 1.3;
	text-align: center;
	color: #000;
}
#header .content-nav nav .list li a.default {
	color: #000 !important;
}
#header .content-nav nav .list li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 8px 9px;
	border-color: transparent transparent #fff transparent;
	-webkit-transition: bottom 0.3s ease;
	        transition: bottom 0.3s ease;
}
#header .content-nav nav .list li a.default::after {
	bottom: -10px !important;
}
#header .content-nav nav .list li a:hover {
	text-decoration: none;
}
#header .content-nav nav .list li a:hover::after {
	bottom: 0;
}
#header .content-nav nav .social-links {
	display: flex;
}
#header .content-nav nav .social-links li {
	padding: 0 0 0 20px;
	font-size: 22px;
}
/* 矢印カラー */
#header .content-nav nav .list li.nav-home a::after {
	border-bottom-color: #6dbc67;
}
#header .content-nav nav .list li.nav-primer a::after {
	border-bottom-color: #5ebd91;
}
#header .content-nav nav .list li.nav-solutions a::after {
	border-bottom-color: #56bec2;
}
#header .content-nav nav .list li.nav-casestudy a::after {
	border-bottom-color: #50b5d2;
}
#header .content-nav nav .list li.nav-introduction a::after {
	border-bottom-color: #4aa8d2;
}
#header .content-nav nav .list li.nav-video a::after {
	border-bottom-color: #4196d3;
}
#header .content-nav nav .list li.nav-resource a::after {
	border-bottom-color: #357bbf;
}
#header .content-nav nav .list li.nav-seminar a::after {
	border-bottom-color: #2c61a5;
}
/* カレント */
#header .content-nav nav .list li.nav-home a:hover,
#header .content-nav nav .list li.nav-home.current a {
	color: #6dbc67;
}
#header .content-nav nav .list li.nav-primer a:hover,
#header .content-nav nav .list li.nav-primer.current a {
	color: #5ebd91;
}
#header .content-nav nav .list li.nav-solutions a:hover,
#header .content-nav nav .list li.nav-solutions.current a {
	color: #56bec2;
}
#header .content-nav nav .list li.nav-casestudy a:hover,
#header .content-nav nav .list li.nav-casestudy.current a {
	color: #50b5d2;
}
#header .content-nav nav .list li.nav-introduction a:hover,
#header .content-nav nav .list li.nav-introduction.current a {
	color: #4aa8d2;
}
#header .content-nav nav .list li.nav-video a:hover,
#header .content-nav nav .list li.nav-video.current a {
	color: #4196d3;
}
#header .content-nav nav .list li.nav-resource a:hover,
#header .content-nav nav .list li.nav-resource.current a {
	color: #357bbf;
}
#header .content-nav nav .list li.nav-seminar a:hover,
#header .content-nav nav .list li.nav-seminar.current a {
	color: #2c61a5;
}
#header .content-nav nav .list li.nav-home.current a::after,
#header .content-nav nav .list li.nav-primer.current a::after,
#header .content-nav nav .list li.nav-solutions.current a::after,
#header .content-nav nav .list li.nav-casestudy.current a::after,
#header .content-nav nav .list li.nav-introduction.current a::after,
#header .content-nav nav .list li.nav-video.current a::after,
#header .content-nav nav .list li.nav-resource.current a::after,
#header .content-nav nav .list li.nav-seminar.current a::after {
	bottom: 0;
}
/* 展開 */
.content-nav-opened #header .content-nav nav .list li a::after {
	bottom: -10px !important;
}
#header .content-nav nav .list li a.current::after {
	bottom: 0 !important;
}

@media screen and (max-width: 1309px) {
	#header .content-nav nav {
		margin: 0 0 0 -6px;
	}
	#header .content-nav nav .list li a {
		padding: 0 6px;
	}
	#header .content-nav nav .other {
		display: none;
	}
	/* 矢印カラー */
	#header .content-nav nav .list li.nav-home a::after {
		border-bottom-color: #63bd81;
	}
	#header .content-nav nav .list li.nav-primer a::after {
		border-bottom-color: #57bdb0;
	}
	#header .content-nav nav .list li.nav-solutions a::after {
		border-bottom-color: #51b7d2;
	}
	#header .content-nav nav .list li.nav-casestudy a::after {
		border-bottom-color: #4aa9d3;
	}
	#header .content-nav nav .list li.nav-introduction a::after {
		border-bottom-color: #4298d4;
	}
	#header .content-nav nav .list li.nav-video a::after {
		border-bottom-color: #367dc1;
	}
	#header .content-nav nav .list li.nav-resource a::after {
		border-bottom-color: #285598;
	}
	#header .content-nav nav .list li.nav-seminar a::after {
		border-bottom-color: #2f408b;
	}
	/* カレント */
	#header .content-nav nav .list li.nav-home a:hover,
	#header .content-nav nav .list li.nav-home.current a {
		color: #63bd81;
	}
	#header .content-nav nav .list li.nav-primer a:hover,
	#header .content-nav nav .list li.nav-primer.current a {
		color: #57bdb0;
	}
	#header .content-nav nav .list li.nav-solutions a:hover,
	#header .content-nav nav .list li.nav-solutions.current a {
		color: #51b7d2;
	}
	#header .content-nav nav .list li.nav-casestudy a:hover,
	#header .content-nav nav .list li.nav-casestudy.current a {
		color: #4aa9d3;
	}
	#header .content-nav nav .list li.nav-introduction a:hover,
	#header .content-nav nav .list li.nav-introduction.current a {
		color: #4298d4;
	}
	#header .content-nav nav .list li.nav-video a:hover,
	#header .content-nav nav .list li.nav-video.current a {
		color: #367dc1;
	}
	#header .content-nav nav .list li.nav-resource a:hover,
	#header .content-nav nav .list li.nav-resource.current a {
		color: #285598;
	}
	#header .content-nav nav .list li.nav-seminar a:hover,
	#header .content-nav nav .list li.nav-seminar.current a {
		color: #2f408b;
	}
}
@media screen and (max-width: 991px) {
	#header .content-nav {
		display: none;
	}
	/* トグルボタン */
	#header .sp-nav-toggle {
		display: block;
		position: relative;
		width: 100%;
		height: 28px;
		background-color: #e3e0e0;
		cursor: pointer;
	}
	#header .sp-nav-toggle span {
		position: absolute;
		top: 8px; left: 0;
		width: 100%;
	}
	#header .sp-nav-toggle span i {
		display: block;
		margin: 0 auto 3px auto;
		width: 26px; height: 2px;
		background-color: #8b8b8b;
	}
}

/*============================================================
	[ナビゲーション] 下層
*/
#header .subnav {
	display: none;
	overflow: hidden;
	height: 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#header .subnav .close {
	display: none;
}
.content-nav-opened #header .subnav {
	display: block;
}
#header .subnav nav {
	display: none;
	padding: 30px 0 50px 0;
	font-size: 16px;
	line-height: 1.4;
}
#header .subnav nav.opened {
	display: block;
}
#header .subnav nav a {
	position: relative;
	display: inline-block;
}
#header .subnav nav a i {
	display: none;
}
#header .subnav nav .h {
	font-weight: 200;
	font-size: 22px;
	line-height: 1.3;
}
#header .subnav nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
#header .subnav nav ul li {
	padding: 0 15px;
	padding-top: 20px;
	padding-bottom: 5px;
	flex-basis: 33.333%;
	max-width: 33.333%;
}
@media screen and (max-width: 991px) {
	#header .subnav {
		display: none !important;
	}
}

/*============================================================
	[ヘッダー] コンテンツナビ（SP）
*/
#header .sp-content-nav {
	display: none;
	overflow: hidden;
	height: 0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#header .sp-content-nav nav {
	padding: 0;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
#header .sp-content-nav a {
	display: block;
	padding: 4px 15px;
	text-decoration: none;
	color: #1d428a;
}
#header .sp-content-nav a br {
	display: none;
}
#header .sp-content-nav nav ul li {
	margin: 0;
}
#header .sp-content-nav .other {
	display: none;
}
/* カレント */
#header .sp-content-nav nav ul li.nav-home.current a,
#header .sp-content-nav nav ul li.nav-primer.current a,
#header .sp-content-nav nav ul li.nav-solutions.current a,
#header .sp-content-nav nav ul li.nav-casestudy.current a,
#header .sp-content-nav nav ul li.nav-introduction.current a,
#header .sp-content-nav nav ul li.nav-video.current a,
#header .sp-content-nav nav ul li.nav-resource.current a,
#header .sp-content-nav nav ul li.nav-seminar.current a {
	background-color: #1d428a;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.sp-content-nav-opened #header .sp-content-nav {
		display: block;
	}
}

/*============================================================
	[ナビゲーション] 下層（SP）
*/
#header .sp-subnav {
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.92);
}
#header .sp-subnav .container {
	overflow-y: scroll;
	max-width: 100%;
	height: 100%;
}
#header .sp-subnav nav {
	display: none;
	padding: 25px 15px 40px 15px;
	font-size: 16px;
	line-height: 1.2;
}
#header .sp-subnav nav a {
	position: relative;
	display: inline-block;
	padding-right: 0.9em;
	color: #1d428a;
}
#header .sp-subnav nav a i {
	position: absolute;
	top: 0;
	right: 0;
}
#header .sp-subnav nav a i::after {
	content: "\f054";
	display: inline-block;
	font-size: 90%;
	font-style: normal;
	font-weight: 400;
	font-family: 'Font Awesome 5 Pro';
}
#header .sp-subnav nav .h {
	display: flex;
	margin-bottom: 20px;
	padding-right: 50px;
	font-size: 19px;
}
#header .sp-subnav nav ul {
	display: block;
}
#header .sp-subnav nav ul li {
	display: flex;
	margin-bottom: 20px;
}
#header .sp-subnav .subnav-program .text {
	margin-bottom: 5px;
	padding-left: 16px;
	font-size: 14px;
	line-height: 1.5;
}
#header .sp-subnav .subnav-showcase .nav02 ul {
	margin-top: 5px;
	padding-left: 16px;
	font-size: 14px;
}
#header .sp-subnav .close {
	position: fixed;
	top: 8px;
	right: 0;
	padding: 0;
	width: 50px;
	text-align: center;
	font-size: 32px;
	line-height: 50px;
	color: #000;
	opacity: 1;
}
#header .sp-subnav .close i {
	color: #666;
}
@media screen and (max-width: 991px) {
	.sp-subnav-opened #header .sp-subnav {
		display: block;
	}
	#header .sp-subnav nav.opened {
		display: block;
	}
}

/*============================================================
	[フッター] 共通
*/
footer .fa {
    font-family: FontAwesome;
    font-weight: normal;
}

/*============================================================
	[フッター] 共通
*/
.footer-vmw {
	margin-top: -20px;
	padding-bottom: 100px;
	color: #717074;
}
.footer-vmw .container {
	padding: 0 59px;
}
.footer-vmw a {
	text-decoration: none;
	color: #000;
}
.footer-vmw a:hover {
	color: #007AB8;
}
.footer-vmw ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-vmw .notes {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}
.footer-vmw .notes li {
	line-height: 1.5;
}
@media screen and (max-width: 1309px) {
	.footer-vmw .container {
		max-width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.footer-vmw {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.footer-vmw {
		font-size: 14px;
	}
	.footer-vmw .container {
		padding: 0 15px;
	}
}
@media screen and (max-width: 575px) {
	.footer-vmw .notes li {
		font-size: 12px;
		line-height: 1.9;
	}
}

/*============================================================
	[汎用] ページの先頭へ
*/
.pagetop {
	display: none;
	position: fixed;
	z-index: 20;
	bottom: 65px; right: 15px;
}
.pagetop a {
	display: block;
	width: 60px; height: 60px;
	background-color: rgba(0,0,0,0.5);
	text-decoration: none !important;
	text-align: center;
	color: #fff !important;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.pagetop i {
	display: block;
	padding-top: 5px;
	font-size: 30px;
	line-height: 1;
}
.pagetop span {
	display: block;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.pagetop {
		right: 10px;
	}
	.pagetop a {
		width: 50px; height: 50px;
	}
	.pagetop i {
		padding-top: 5px;
		font-size: 24px;
	}
	.pagetop span {
		padding-top: 2px;
		font-size: 12px;
	}
}

/*============================================================
	コンテナ
*/
#body {
	position: relative;
	padding-top: 116px;
}
.container,
.container-fluid {
	position: relative;
}
@media (min-width: 1310px) {
	.container,
	.container-fluid {
		max-width: 1280px;
	}
}
.row-content {
	display: table;
	table-layout: fixed;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
	width: 1280px;
	height: 500px;
}
.col-content {
	display: table-cell;
	vertical-align: top;
	padding-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-content section {
	margin-bottom: 70px;
}
.col-content section:last-child {
	margin-bottom: 0;
}
.col-side {
	display: table-cell;
	vertical-align: top;
	padding-top: 60px;
	padding-right: 12px;
	padding-left: 12px;
	width: 297px;
	font-size: 14px;
}
.col-side section {
	margin-bottom: 40px;
}
.col-side section:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1309px) {
	.row-content {
		width: 960px;
	}
	.container {
		max-width: 960px;
	}
}
@media screen and (max-width:991px) {
	#body {
		padding-top: 107px;
	}
	.row-content {
		display: block;
		max-width: 720px;
		width: auto;
		height: auto;
	}
	.col-content {
		display: block;
		padding-top: 40px;
	}
	.col-side {
		display: block;
		width: auto;
	}
	.container {
		max-width: 720px;
	}
}
@media screen and (max-width:767px) {
	#body {
		padding-top: 104px;
	}
	.row-content {
		max-width: 540px;
		margin-bottom: 40px;
	}
	.col-content {
		margin-bottom: 40px;
		padding-top: 30px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-content section {
		margin-bottom: 40px;
	}
	.col-side {
		padding-top: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
		max-width: 540px;
	}
}

/*============================================================
	画像
*/
span.lazy-load {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

/*============================================================
	見出し
*/
h1,.h1 {
	font-size: 40px;
	line-height: 1.3;
}
h2,.h2 {
	font-size: 28px;
	line-height: 1.38;
}
h3,.h3 {
	font-size: 22px;
	line-height: 1.44;
}
h4,.h4 {
	font-size: 20px;
	line-height: 1.5;
}
h5,.h5 {
	font-size: 18px;
	line-height: 1.5;
}
h6,.h6 {
	font-size: 100%;
	line-height: 1.5;
}
.headline {
	margin-bottom: 50px;
}
.headline .label-text {
	margin: 0.5em 0;
	font-size: 18px;
	line-height: 1.5;
}
.headline .label-text:first-child {
	margin-top: 0;
}
@media screen and (max-width:575px) {
	h1,.h1 {
		font-size: 28px;
		line-height: 1.3;
	}
	h2,.h2 {
		font-size: 24px;
		line-height: 1.4;
	}
	h3,.h3 {
		font-size: 22px;
		line-height: 1.44;
	}
	.headline {
		margin-bottom: 30px;
	}
}

/*============================================================
	ボタン
*/
.btn {
	display: inline-block;
	padding: 9px 25px 10px 25px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #1d428a;
	font-weight: 200;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	color: #1d428a;
}
.btn-full {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.btn:hover {
	background-color: #1d428a;
	color: #fff;
}
.btn-primary {
	background-color: #1d428a;
	color: #fff;
}
.btn-primary:hover {
	background-color: #fff;
	color: #1d428a;
}
.btn-outline {
	background-color: #fff;
	border-color: #1d428a;
	color: #1d428a;
}
.btn-outline:hover {
	color: #fff;
}
.col-side .btn {
	width: 100%;
}
/* シェアボタン */
.share-btn {
	padding: 0 0 30px 0;
}
.share-btn ul::after {
	content: '';
	display: block;
	clear: both;
}
.share-btn ul li {
	float: left;
	margin-right: 12px;
	line-height: 0;
}
@media screen and (max-width:991px) {
	.col-side .btn {
		width: auto;
	}
}
@media screen and (max-width:767px) {
	.share-btn {
		padding: 0 0 10px 0;
	}
}
@media screen and (max-width:575px) {

}

/*============================================================
	ボタンレイアウト
*/
ul.btns-col2 {
	margin: 0 auto;
	width: 796px;
}
ul.btns-col2::after {
	content: '';
	display: block;
	clear: both;
}
ul.btns-col2 li {
	float: left;
	padding: 0 11px;
	width: 50%;
}
ul.btns-col2 li .btn {
	display: block;
}
@media screen and (max-width:991px) {
	ul.btns-col2 {
		width: 100%;
	}
	ul.btns-col2 li {
		float: none;
		margin: 0 0 20px 0;
		padding: 0;
		width: 100%;
	}
}

/*============================================================
	リンクレイアウト
*/
.link-inline {
	display: flex;
	flex-wrap: wrap;
}
.link-inline li {
	margin: 0 30px 0 0;
}
.link-inline li:last-child {
	margin: 0;
}
.link-inline li i {
	padding: 0 0 0 0.3em;
}
@media screen and (max-width:575px) {
	.link-inline {
		display: block;
	}
	.link-inline li {
		margin: 0;
	}
}

/*============================================================
	バッジ
*/
.badge {
	margin: 0.4em 0;
	padding: .18em .4em .28em .4em;
	border-radius: 0;
	font-weight: 200;
	font-size: 14px;
}
.badge:first-child {
	margin-top: 0;
}
.badge-new {
	display: table;
	background-color: #78be20;
	color: #fff;
}
.badge-recommend {
	display: table;
	background-color: #89cbdf;
	color: #fff;
}

/*============================================================
	ラベルテキスト
*/
.label-text {
	color: #717074;
}

/*============================================================
	リスト
*/
ul.list > li {
	margin: 0.5em 0;
	line-height: 1.6;
}

/*============================================================
	記事リスト
*/
ul.list-articles {
}
ul.list-articles > li {
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #eee;
	line-height: 1.7;
}
ul.list-articles > li:last-child {
	padding-bottom: 0;
}
ul.list-articles > li:first-child {
	padding-top: 0;
	border: 0;
}
ul.list-articles.float-badge > li .label-text:first-child {
	float: left;
	font-size: 14px;
	line-height: 1.5;
}
ul.list-articles.float-badge > li .badge {
	float: left;
	margin: 1px 12px 0 12px;
}
ul.list-articles.float-badge > li .item {
	clear: both;
	padding-top: 0.2em;
}
.col-side ul.list-articles {
	margin-top: 1.5em;
}
@media screen and (max-width:575px) {
	ul.list-articles > li {
		padding: 0.6em 0;
	}
}

/*============================================================
	人気の記事
*/
ol.list-popular-articles {
}
ol.list-popular-articles li {
	position: relative;
	padding: 8px 0;
	padding-left: 2.5em;
	border-top: 1px solid #eee;
	line-height: 1.5;
}
ol.list-popular-articles li:first-child {
	border: 0;
}
ol.list-popular-articles li i {
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	padding: 8px 0;
	width: 2em;
	text-align: center;
	font-style: normal;
	font-weight: 200;
	font-size: 18px;
	color: #a7a6a8;
}
ol.list-popular-articles li:nth-child(1) i,
ol.list-popular-articles li:nth-child(2) i,
ol.list-popular-articles li:nth-child(3) i {
	color: #78be20;
}

/*============================================================
	関連情報
*/
ul.list-related-information {
	margin-bottom: 70px;
}
ul.list-related-information::after {
	content: '';
	display: block;
	clear: both;
}
ul.list-related-information {
	margin-left: -12px;
	margin-right: -12px;
}
ul.list-related-information li {
	float: left;
	margin-top: 30px;
	padding: 0 12px;
	width: 25%;
	line-height: 1.5;
}
ul.list-related-information li a {
	display: block;
}
ul.list-related-information li .thumb {
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;
}
ul.list-related-information li .thumb span {
	display: block;
	padding-top: 52.942%;
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
ul.list-related-information li a:hover .thumb span {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
ul.list-related-information li p {
	font-size: 100%;
}

@media screen and (max-width:991px) {
	ul.list-related-information li {
		width: 33.333%;
	}
}
@media screen and (max-width:767px) {
	ul.list-related-information {
		margin-bottom: 40px;
		margin-left: -8px;
		margin-right: -8px;
	}
	ul.list-related-information li {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0 8px;
		width: 50%;
		font-size: 14px;
	}
}

/*============================================================
	ボックス
*/
.box {
	position: relative;
	overflow: hidden;
	display: block;
	border: 1px solid #d7d7d7;
	border-bottom-width: 3px;
	border-radius: 4px;
	color: #000;
}
a.box {
	text-decoration: none;
	color: #000;
}
.box .new {
	position: absolute;
	z-index: 10;
	top: 0; left: 50%;
	padding: 18px 0 4px 0;
	width: 100%;
	background-color: #78be20;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
.box .thumb {
	overflow: hidden;
}
.box .thumb span {
	display: block;
	padding-top: 51.282%;
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.box:hover .thumb span {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.box .inner {
	padding: 25px;
	line-height: 1.7;
}
.box .more {
	padding: 12px 25px;
	border-top: 1px solid #eee;
	color: #1D428A;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}
.box:hover,
.box:hover .more {
	color: #0091DA;
}
@media screen and (max-width:575px) {
	.box .inner {
		padding: 15px;
	}
	.box .more {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*============================================================
	ボックスカラムレイアウト
*/
ul.boxes-col3,
ul.boxes-col4 {
	margin-right: -11px;
	margin-left: -11px;
}
ul.boxes-col3::after,
ul.boxes-col4::after {
	content: '';
	display: block;
	clear: both;
}
ul.boxes-col3 > li {
	float: left;
	padding-right: 11px;
	padding-left: 11px;
	width: 33.333%;
}
ul.boxes-col4 > li {
	float: left;
	padding-right: 11px;
	padding-left: 11px;
	width: 25%;
}
@media screen and (max-width: 1309px) {
	ul.boxes-col3 > li {
		width: 50%;
	}
	ul.boxes-col4 > li {
		width: 33.333%;
	}
}
@media screen and (max-width:991px) {
	ul.boxes-col4 > li {
		width: 50%;
	}
}
@media screen and (max-width:767px) {
	ul.boxes-col3,
	ul.boxes-col4 {
		margin-right: -8px;
		margin-left: -8px;
	}
	ul.boxes-col3 > li,
	ul.boxes-col4 > li {
		padding-right: 8px;
		padding-left: 8px;
	}
}
@media screen and (max-width:575px) {
	ul.boxes-col3,
	ul.boxes-col4 {
		margin-right: 0;
		margin-left: 0;
	}
	ul.boxes-col3 > li,
	ul.boxes-col4 > li {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
}

/*============================================================
	ボックス 記事シングル
*/
ul.boxes-archive-single {
	margin-bottom: -30px;
	font-size: 14px;
}
ul.boxes-archive-single > li {
	margin-bottom: 30px;
}
ul.boxes-archive-single .box .inner {
	padding: 12px;
	line-height: 1.5;
}
ul.boxes-archive-single .box .inner .item {
	font-size: 18px;
}
ul.boxes-archive-single .box .more {
	padding: 12px;
}
@media screen and (max-width:767px) {
	ul.boxes-archive-single {
		margin-bottom: -18px;
	}
	ul.boxes-archive-single > li {
		margin-bottom: 18px;
	}
	ul.boxes-archive-single .box .inner .item {
		font-size: 16px;
	}
}

/*============================================================
	ボックス 記事グループ
*/
ul.boxes-archive-group {
	margin-bottom: -80px;
}
ul.boxes-archive-group > li {
	margin-bottom: 80px;
}
ul.boxes-archive-group > li .h3 a {
	text-decoration: none;
	color: #000;
}
ul.boxes-archive-group > li .h3 a:hover {
	color: #0091DA;
}
ul.boxes-archive-group ul.list-articles {
	margin-top: 2em;
}
ul.boxes-archive-group ul.list-articles li {
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	ul.boxes-archive-group {
		margin-bottom: -20px;
	}
	ul.boxes-archive-group > li {
		margin-bottom: 20px;
	}
	ul.boxes-archive-group.boxes-col3 {
		margin-right: 0;
		margin-left: 0;
	}
	ul.boxes-archive-group.boxes-col3 > li {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
}

/*============================================================
	バナー
*/
.col-side .banner {
	margin-bottom: 30px;
	text-align: center;
}
.col-side .banner img {
	width: 100%;
}
@media screen and (max-width:991px) {
	.col-side .banner img {
		max-width: 360px;
	}
}

/*============================================================
	ニュースレターを購読
*/
.col-side .subscribe {
	margin-bottom: 30px;
}
.col-side .subscribe p {
	margin-bottom: 10px;
}
.col-side .subscribe a i {
	padding-left: 0.3em;
}

/*============================================================
	外部サービスリンク
*/
.col-side .connect {
	margin-bottom: 30px;
}
.col-side .connect ul::after {
	content: '';
	display: block;
	clear: both;
}
.col-side .connect ul {
	margin: 0 auto;
	max-width: 360px;
}
.col-side .connect ul li {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 34px;
}

/*============================================================
	ページ送り
*/
.pagination-wrap {
	margin-bottom: 60px;
}
.pagination {
	flex-wrap: wrap;
	padding-left: 1px;
	white-space: nowrap;
	border-radius: 0 !important;
}
.pagination li {
	margin-bottom: -1px;
}
.pagination .page-link {
	margin-left: -1px !important;
	border-radius: 0 !important;
}
.page-item.active .page-link {
	border: 1px solid #dee2e6;
}

/*============================================================
	記事本文
*/
.article {
	margin-top: 30px;
	margin-bottom: 60px;
}
.article:first-child {
	margin-top: 0;
}
.article:last-child {
	margin-bottom: 0;
}
.article > h1,
.article > h2,
.article > h3,
.article > h4,
.article > h5,
.article > h6 {
	margin: 50px 0 15px 0;
}
.article > h1:first-child,
.article > h2:first-child,
.article > h3:first-child,
.article > h4:first-child,
.article > h5:first-child,
.article > h6:first-child {
	margin-top: 0;
}
.article ul {
	padding-left: 1.5em;
	list-style-type: disc;
}
.article ol {
	padding-left: 2em;
	list-style-type: decimal;
}
.article ul li,
.article ol li {
	margin: 0.4em 0;
	line-height: 1.6;
}
.article p,
.article ul,
.article ol {
	margin-bottom: 1.5em;
}
.article img {
	margin: 1.5em 0;
	max-width: 100%;
	height: auto;
}
.article .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.article .wp-caption {
	max-width: 100%;
}
.article .aligncenter .wp-caption-text {
	text-align: center;
}
/* table */
.article table {
	margin: 15px 0;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.article table th,
.article table td {
	padding: 0.8em 0;
	width: auto !important;
	border-top: 1px solid #eee;
	word-break: break-all;
	line-height: 1.5;
}
.article table.table-td-only td:first-child,
.article table th {
	padding-right: 2em;
	white-space: nowrap;
	width: 1px !important;
}
.article table p:last-child,
.article table ul:last-child,
.article table ol:last-child {
	margin: 0;
}
/* お客様情報 */
.article dl:after {
	content: '';
	display: block;
	clear: both;
}
.article dl {
	margin: 15px 0 50px 0;
	font-size: 100% !important;
	line-height: 1.6;
}
.article dl dt:before {
	content: '';
	display: block;
	clear: both;
}
.article dl dt {
	display: block;
	padding-bottom: 0.5em;
	width: 15% !important;
}
.article dl dd {
	display: block;
	float: left;
	margin: 0 !important;
	padding-bottom: 0.5em;
	width: 85% !important;
}
.article dl dd ul {
	margin: 0;
}
.article dl dd ul li:first-child {
	margin-top: 0;	
}
.article dl dd ul li:last-child {
	margin-bottom: 0;	
}
/* youtube */
.article .youtube {
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	max-width: 869px;
}
.article .youtube .youtube-inner {
	position: relative;
	padding-top: 56.25%;
	height: 0;
}
.article .youtube .youtube-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* カード調整 */
.article ul.boxes-archive-single {
	margin-bottom: -30px;
	padding-left: 0;
	list-style-type: none;
}
.article ul.boxes-archive-single p {
	margin: 0;
}
.article ul.boxes-archive-single > li {
	margin-top: 0;
	margin-bottom: 30px;
}
/* 記事リスト調整 */
.article ul.list-articles {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.article ul.list-articles > li {
	margin: 0;
	line-height: 1.7;
}
.article ul.list-articles > li p {
	margin: 0;
}
@media screen and (max-width: 1309px) {
	/* お客様情報 */
	.article dl dt {
		width: 20% !important;
	}
	.article dl dd {
		width: 80% !important;
	}
}
@media screen and (max-width:767px) {
	/* カード調整 */
	.article ul.boxes-archive-single {
		margin-bottom: -18px;
	}
	.article ul.boxes-archive-single > li {
		margin-bottom: 18px;
	}
}
@media screen and (max-width:575px) {
	.article {
		margin-bottom: 40px;
	}
	.article > h1,
	.article > h2,
	.article > h3,
	.article > h4,
	.article > h5,
	.article > h6 {
		margin: 40px 0 12px 0;
	}
	/* お客様情報 */
	.article dl {
		display: block;
	}
	.article dl dt {
		padding-bottom: 0.2em;
		width: 100% !important;
	}
	.article dl dd {
		padding-bottom: 0.8em;
		padding-left: 1em;
		width: 100% !important;
	}
}


/*============================================================
	仮想化活用ナビ
*/
.navi-blocks {
	margin: 0 -11px;
	margin-top: 30px;
}
.navi-blocks::after {
	content: '';
	display: block;
	clear: both;
}
.navi-blocks .block {
	float: left;
	margin: 0 0 22px 0;
	padding: 0 11px;
	width: 25%;
}
.navi-blocks .block .inner {
	display: block;
	padding: 0 20px 40px 20px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	color: #565656;
}
.navi-blocks .block .pict {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	max-width: 320px;
}
.navi-blocks .block .pict img {
	display: block;
	width: 100%;
}
.navi-blocks .block .h {
	margin: 0 0 20px 0;
	font-size: 22px;
}
.navi-blocks .block .hr {
	margin: 20px 0;
	border-top: 1px solid #eee;
}
.navi-blocks .block ul li {
	position: relative;
	margin: 5px 0;
	padding: 0 0 0 1.3em;
	font-size: 14px;
	line-height: 1.5;
}
.navi-blocks .block ul li i {
	position: absolute;
	top: 0.5em;
	left: 0;
	font-size: 84%;
}
.navi-blocks .block .btn {
	display: table;
	margin: 40px auto 0 auto;
}
.navi-blocks .block .inner:hover {
	text-decoration: none;
}
@media screen and (max-width: 1309px) {
	.navi-blocks .block {
		width: 50%;
	}
}
@media screen and (max-width:767px) {
	.navi-blocks .block {
		width: 100%;
	}
	.navi-blocks .block .inner {
		padding: 0 20px 20px 20px;
	}
	.navi-blocks .block .h {
		margin: 0 0 10px 0;
		font-size: 20px;
	}
	.navi-blocks .block .btn {
		margin-top: 30px;
	}
}

/*============================================================
	モーダル
*/
.modal-overlay {
	display: none;
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.modal-window {
	display: none;
	position: absolute;
	z-index: 9001;
	top: 0;
	left: 50%;
}
.modal-container {
	display: none;
	position: relative;
}
.modal-container .modal-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}
.modal-container .modal-close:hover {
	opacity: 0.6;
}

/*============================================================
	仮想化活用ナビ モーダル
*/
.modal-window-navi {
	margin-left: -408px;
	width: 816px;
}
.modal-window-navi .modal-container {
	padding: 40px 20px;
	background-color: #fff;
	border-radius: 6px;
}
.modal-window-navi .modal-container .pict {
	margin: 0 auto 40px auto;
	max-width: 320px;
}
.modal-window-navi .modal-container .pict img {
	width: 100%;
}
.modal-window-navi .modal-container .row {
	margin: 30px 0 0 0;
}
.modal-window-navi .modal-container .col-list {
	display: block;
	float: left;
	padding: 0 15px;
	width: 50%;
}
.modal-window-navi .modal-container .col-list h4 {
	margin: 0;
}
.modal-window-navi .modal-container .col-list ul {
}
.modal-window-navi .modal-container .col-list ul li {
	border-top: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.5;
}
.modal-window-navi .modal-container .col-list ul li:first-child {
	border: 0;
}
.modal-window-navi .modal-container .col-list ul li p {
	padding: 1em 0;
}
.modal-window-navi .modal-container .btn {
	display: table;
	margin: 30px auto 0 auto;
}
@media screen and (max-width:991px) {
	.modal-window-navi {
		left: 0;
		margin-left: 0;
		padding: 0 30px;
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.modal-window-navi {
		padding: 0 15px;
	}
	.modal-window-navi .modal-container {
		padding: 20px;
	}
	.modal-window-navi .modal-container .row {
		margin: 0;
	}
	.modal-window-navi .modal-container .col-list {
		float: none;
		margin: 20px 0 0 0;
		padding: 0;
		width: 100%;
	}
	.modal-window-navi .modal-container .btn {
		margin-top: 20px;
	}
}
