<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* main color #0099ff, sub color deepskyblue, sub color #0782d4;
.noto400 {font-weight:400;} reguler
.noto500 {font-weight:500;} medium
.noto700 {font-weight:700;} bold
@media screen and (max-width: 1280px)
@media screen and (max-width: 728px)
*/

.pagetop {
	bottom: 0;
}

/*ハードウェアカタログ用修正*/
.indexContent2 {
	display: flex;
	justify-content: space-around;
}

.col2Content2 {
	display: flex;
	justify-content: space-between;
}

.tab_content_description {
	min-height: 7300px;
}

.main_box {
	display: block;
	width: 70%;
}

.col2Content2 .main_box.main2 {
	display: block;
	width: 100%;
	margin-right: 5%;
}

.col2Content2 .main_box.main3 {
	display: block;
	width: 100%;
	margin-right: 5%;
}

.col2Content2 .side2 {
	display: block;
	width: 25%;
	margin-right: 0%;
}


.side2 li a {
	display: block;
	padding: 1em 0em 1em 2em;
}

.side2 .Ttl {
	padding-bottom: 0.5em;
	font-weight: bold;
	font-size: 1em;
	color: #474747
}

ul.side2 {
	display: flex
}

.side2 li {
	display: block;
	border-bottom: 1px solid #d6d5d5
}

.side2 li:first-child {
	border-top: 1px solid #d6d5d5
}

.side2 li:last-child {}

.side li a {
	display: block;
	padding: 1em 0em 1em 2em !important
}

.side2 li a:hover {
	background: #247ba0;
	color: #fff
}

.side2 li a:hover:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	margin-right: 1em;
	font-weight: 600
}

@media screen and (max-width:767px) {
	.side2 .Ttl {
		background: #f9f9f9;
		padding: 0.5em 0 0 0.5em
	}

	.side2 li a {
		padding: 0.5em 1.5em
	}

	.side2 li a:before {
		content: "";
		font-family: "Font Awesome 5 free";
		margin-right: 1em;
		font-weight: 900
	}

	.side2 ul {
		margin-bottom: 1em
	}

	.side2 li {
		display: block;
		border-bottom: 1px solid #eceaea
	}

	.side2 li:first-child {
		border-top: 1px solid #eceaea
	}
}

.sponly {
	display: none !important;
}


@media screen and (max-width:767px) {

	/* 2カラム */
	.col2Content2 {
		flex-direction: column;
		width: 96%;
	}

	.col2Content2 .main2,
	.col2Content2 .side2 {
		width: 100%;
		margin: 0;
	}

	.main_box {
		width: 100%;
	}

	/* 表示順位 */
	/*
	.Rank1-2{order:2;}
	.Rank2-2{order:3;}
	.Rank3-2{order:1;}
*/
	.sponly {
		display: block !important;
	}

	.pconly {
		display: none !important;
	}

	/**/
	.flex {
		flex-direction: column;
		width: 96%;
	}
}

/*PDF資料DLページ */
#download-wrapper2 {}

.download_layout2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-betw
}

#download-inner2 {
	display: inline-block;
	width: 43%;
	/* float: left;
    margin-right: 46px; */
	margin-left: 30px;
}

.title2 {
	border-top: dashed 1px #779582;
	width: 100%;
	padding-top: 10px;
	margin-top: 20px;
	text-align: center;
}

#download-inner2 span {
	font-size: 12px;
}

#download-inner2 h3 {
	margin: 10px 0;
	font-size: 18px;
}

.downloadp {
	padding: 0px;
	margin: 8px auto;
	height: 35px;
}

.downloadp p {
	text-align: center;
	font-size: 12px;
	line-height: 17px;
}

.downloadimg {
	margin: 0 auto;
	width: 100%;
	height: 280px;
	text-align: center;
	box-sizing: border-box;
}

.downloadimg img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #ccc;
	text-align: center;
}

.square_btn a {
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.square_btn {
	width: 60%;
	text-align: center;
	margin: 20px auto;
	text-decoration: none;
	background-color: #4974af;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	/*ボタン色*/
	color: #FFF !important;
	border-radius: 3px;
}

.square_btn:hover {
	background-color: #7db5a4;
	background-position: -100% 100%;
}

.square_btn a {
	font-size: 16px;
	color: #2e3496;
	margin: 0 auto;
	padding: 8px;
	color: #FFF !important;
	display: block;
	text-align: center;
	text-decoration: none;
}

.square_btn2 {
	width: 70%;
	text-align: center;
	margin: 20px auto 30px;
	text-decoration: none;
	background-color: #ffffffd9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	/*ボタン色*/
	background-color: #345388;
	border-radius: 3px;
}

.square_btn2 a {
	color: white;
}

.square_btn2:hover {
	background-color: #97a8c5;
	background-position: -100% 100%;
}

.square_btn_space {
	height: 41px;
	text-align: center;
	margin: 30px auto 20px;
	text-decoration: none;
}


@media only screen and (max-width: 880px) {
	.dounloadhero2 h2 {
		font-size: 20px;
	}

	.dounloadhero2 p {
		font-size: 14px;
	}

	.square_btn2 {
		width: 60%;
	}

	#download-inner2 {
		display: block;
		width: 100%;
		float: inherit;
		margin-left: 0px !important;
	}

	#download-inner2 h3 {
		padding-top: 10px;
	}
}

/*================================================
 *  common
 ================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

nav.breadcrumb {
	margin-top: 0px;
	margin-bottom: 0;
}

nav.breadcrumb li {
	padding-top: 0px !important;
}

@media screen and (max-width:767px) {
	nav.breadcrumb {
		display: none;
	}
}

a {
	color: #0099ff;
}

a:hover {
	transition: all 0.2s linear;
	color: deepskyblue;
}

a:hover img {
	transition: all 0.2s linear;
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* boxのpadding borderを内包する */
}

/*================================================
 *  commonレイアウト
 ================================================*/
/* ↓bodyで記述すると共通ヘッダーフッターにも影響してしまうので、mainタグに#hardwareで全体をに付与しています */
main#hardware {
	font-size: 18px;
	color: #202020;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.5;
}

main#hardware02 {
	font-size: 14px;
	color: #202020;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.5;
}

@media screen and (max-width:728px) {
	main#hardware {
		font-size: 16px;
	}

	main#hardware02 {
		font-size: 12px;
	}
}

.inner {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}

.inner02 {
	width: 90%;
	max-width: 1010px;
	margin: 20px auto;
	padding: 0 10px;
	display: grid;
}

.pdfall {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.pdf01 {
	display: flex;
	width: calc(100% /2);
	text-align: left;
	align-items: center;
	vertical-align: middle;
}

.pdf01inner {
	width: 100%;
	padding-left: 20px;
}

.pdf01inner span {
	font-size: 18px;
	font-weight: 500;
}

.pdf01inner p {
	font-size: 14px;
	margin-top: 20px;
}

@media screen and (max-width:728px) {
	.inner {
		width: 95%;
		padding: 30px 0;
	}

	.inner02 {
		width: 95%;
		padding: 30px 0;
	}

	.pdfall {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.pdf01 {
		display: flex;
		width: calc(100% /1);
		text-align: center;
		align-items: center;
		vertical-align: middle;
	}
}

.innerS {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

@media screen and (max-width:728px) {
	.innerS {
		width: 95%;
		padding: 15px 0;
	}
}

.innerSS {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}

@media screen and (max-width:728px) {
	.innerSS {
		width: 95%;
		padding: 5px 0;
	}
}

/*================================================
 *  commonパーツ
 ================================================*/
/*	文字寄せ */
.txt-l {
	text-align: left;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.nowrap {
	display: inline-block;
}

/*================================================
*  hNav  height100px=(padding15px+img53px+line-height26px+border3px+spantop3px)
 ================================================*/
#menu-box {
	width: 100%;
	background: rgba(242, 242, 242, .95);
	border-bottom: 1px solid #e2e2e2;
	padding-top: 152px;
}

.btn_DL a {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 20px;
	border: #202020;
}

#menu {
	overflow: hidden;
	width: 100%;
	max-width: 728px;
	margin: 0 auto;
}

#menu li a {
	display: block;
	float: left;
	width: 140px;
	color: #2f2f2f;
	text-align: center;
	margin-right: 5px;
	padding: 10px 0 5px;
	/* border: 1px solid #ddd; */
}

#menu li:last-child {
	margin-right: 0;
}

#menu li a:hover {
	color: #5a5959;
}

#menu li img {
	height: 53px;
}

#menu li span {
	display: block;
	font-size: 11px;
	line-height: 26px;
	font-weight: 700;
}

#menu li span.line-2 {
	display: block;
	font-size: 11px;
	line-height: 13px;
}

#toggle {
	display: none;
}

@media only screen and (max-width: 728px) {
	#menu-box {
		border: none;
		padding-top: 50px;
	}

	#menu {
		display: none;
	}

	#menu li a {
		width: 100%;
		border-bottom: 1px solid #444;
		color: #fff;
		background: #2f2f2f;
		text-align: center;
		padding: 10px 0;
	}

	#menu li img {
		display: none;
	}

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #222;
	}

	#toggle a {
		display: block;
		position: relative;
		padding: 17px 0 8px;
		color: #fff;
		font-weight: 700;
		text-align: center;
	}

	#toggle a::after {
		display: block;
		content: "\f078";
		font-family: FontAwesome;
		padding-top: 3px;
	}
}

.fixed2 {
	position: fixed;
	/* top: 0; */
	width: 100%;
	z-index: 50;
}

/*================================================
*  共通アニメーション　
 ================================================*/
.fadeUp {
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: transform 1s;
	-moz-transition: transform 1s;
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
}

/*tabs*/
/*タブ切り替え全体のスタイル*/
.tabs {
	padding-top: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	max-width: 1010px;
	margin: 10px auto 0;
}

/*タブのスタイル*/
.tab_item {
	margin-top: 0px;
	width: calc(100%/2);
	height: 50px;
	border-bottom: 2px solid #6996bc;
	background-color: #e6e8e8;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #969696;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}

#solution_content,
#hardware_content {
	text-align: center;
}

/*選択されているタブのコンテンツのみを表示*/
#solution:checked ~ #solution_content,
#hardware:checked ~ #hardware_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #6996bc;
	color: white;
	position: relative;
}

.tabs input:checked + .tab_item::after {
	position: absolute;
	top: 62%;
	left: 48%;
	color: #6996bc;
	content: "▼";
}

#hardware_content header,
#hardware_content script,
#hardware_content noscript,
#hardware_content footer,
#hardware_content nav,
#hardware_content h2 {
	display: none
}

/*========================================================================
　========================================================================
* 第1階層　
　========================================================================
 ========================================================================*/
/*================================================
*  kvL1　第1階層キービジュアル
 ================================================*/
section.kvL1 {
	width: 100%;
	max-height: 430px;
	background: url("/h/img/bg_kvL1.png") no-repeat 50% 50%;
	background-size: cover;
}

section.kvL1 .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0;
}

.kvBox {
	width: 50%;
	padding: 10px;
}

.kvBoxall {
	width: 100%;
	padding: 40px 0 30px 0;
}

.kvBoxall h1 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.kvBoxall p {
	color: white;
	margin-bottom: 10px;
}

.kvBox img {
	max-height: 390px;
}

h1.kvL1 img {
	width: 50%;
}

h1.kvL1 a {
	font-size: 52px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

h1.kvL1 a:hover {
	transition: all 0.2s linear;
	color: rgba(255, 255, 255, .5);
}

h1.kvL1 span {
	display: block;
	font-size: 24px;
	margin-top: 1.4rem;
}

h1.kvL1 span::after {
	content: "\f101";
	font-family: FontAwesome;
	padding-left: 10px;
	font-weight: 300;
}

@media only screen and (max-width: 728px) {
	section.kvL1 .inner {
		flex-direction: column;
		padding-top: 10px;
	}

	.kvBox {
		width: 100%;
	}

	.kvBox img {
		max-height: 250px;
	}

	h1.kvL1 a {
		font-size: 6vw;
	}

	h1.kvL1 span {
		font-size: 3vw;
	}
}

@media only screen and (max-width: 480px) {
	h1.kvL1 {
		font-size: 8vw;
	}

	h1.kvL1 span {
		font-size: 4vw;
	}
}

/*================================================
*  luL1　第1階層ラインナップ
 ================================================*/
h2.luL1 {
	font-size: 34px;
	font-weight: 600;
	text-align: left;
	line-height: 40px;
	color: deepskyblue;
	margin-bottom: 20px;
}

h3.luL1 {
	font-size: 20px;
	font-weight: 600;
}

p.luL1 {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}

p.luL2 {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 50px;
	border-top: dashed 1px #779582;
}

.dlbox {
	width: 80%;
	border: 1px solid #8cc64c;
	background-color: #e8f4db;
	margin: 20px auto 10px;
	text-align: center;
	padding: 15px 10px;
	font-size: 14px;
	font-weight: 500;
}

.dlbox ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

@media only screen and (max-width: 728px) {
	h2.luL1 {
		font-size: 5.5vw;
	}

	h3.luL1 {
		font-size: 3.5vw;
	}
}

/* ラインナップ 設定 */
ul.luL1Wrap {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	margin-top: 2rem;
}

ul.luL1Wrap li {
	flex: 0 1 20%;
	padding: 30px 10px 0;
	position: relative;
}

ul.luL1Wrap li a span {
	display: block;
}

ul.luL1Wrap li a:hover span {
	transition: 0.3s;
	opacity: .7;
}

ul.luL1Wrap li a span:nth-child(2) {
	font-size: 1.2rem;
	line-height: 2;
	font-weight: 500;
	color: deepskyblue;
}

ul.luL1Wrap li a span:nth-child(3),
ul.luL1Wrap li a span:nth-child(4) {
	font-size: 0.8rem;
	color: #202020;
}

@media screen and (max-width:728px) {
	ul.luL1Wrap li {
		flex: 0 1 50%;
	}
}

/* ラインナップ　カルーセル 設定 */
.swiper-container {
	width: 100%;
	margin-top: 2rem;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}

.swiper-slide img {
	max-width: 100%;
	height: auto;
}

ul.swiper-slide {
	display: flex;
	flex-direction: column;
}

ul.swiper-slide li.p_name {
	font-size: 1.2rem;
	line-height: 2;
	font-weight: 500;
	color: deepskyblue;
}

ul.swiper-slide li.p_dic {
	font-size: 0.8rem;
}

.swiper-slide a:hover {
	background: rgba(255, 255, 255, .7);
	transition: all 0.3s linear;
}

ul.swiper-slide ul {
	position: relative;
}

.new::before {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 40px;
	content: url(/h/img/icon_new.svg);
	display: inline-block;
}

@media screen and (max-width:1280px) {
	.new::before {
		top: 0px;
		left: 10px;
		width: 35px;
	}
}

@media screen and (max-width:480px) {
	.new::before {
		top: 0px;
		left: 10px;
		width: 30px;
	}
}

.new_no-swipe::before {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 40px;
	content: url(/h/img/icon_new.svg);
	display: inline-block;
	z-index: 10;
}

@media screen and (max-width:1280px) {
	.new_no-swipe::before {
		top: 0px;
		left: 20px;
		width: 35px;
	}
}

@media screen and (max-width:480px) {
	.new_no-swipe::before {
		top: 0px;
		left: 0px;
		width: 30px;
	}
}

/*========================================================================
　========================================================================
* 第2階層　
　========================================================================
 ========================================================================*/
/*================================================
*  tlL2  第2階層タイトル
 ================================================*/
section.tlL2 {
	width: 100%;
}

section.tlL2 h1 {
	font-size: 52px;
	font-weight: 700;
}

section.tlL2 h1 {
	width: 100%;
	font-size: 52px;
	font-weight: 700;
}

section.tlL2 h1 span {
	display: block;
	font-size: 24px;
}

@media only screen and (max-width: 728px) {
	section.tlL2 h1 {
		font-size: 8vw;
		line-height: 1.2;
	}

	section.tlL2 h1 span {
		font-size: 3.5vw;
		padding-top: 10px;
	}
}

/*================================================
*  kvL2  第2階層キービジュアル
 ================================================*/
section.kvL2 {
	width: 100%;
	max-height: 430px;
	background: url("/h/img/bg_kvL2.png") no-repeat 50% 50%;
	background-size: cover;
}

section.kvL2 .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0;
}

.kvBox2 {
	width: 50%;
	padding: 10px;
	position: relative;
}

.kvBox2 h2.kvL2 a {
	font-size: 64px;
	font-weight: 700;
	color: #fff;
}

.kvBox2 h2.kvL2 a:hover {
	transition: all 0.2s linear;
	opacity: 0.7;
}

.kvBox2 h2.kvL2 img {
	max-width: 450px;
}

.kvBox2 img {
	max-height: 410px;
}

div.logo_win10_kv2 img {
	position: absolute;
	bottom: 25px;
	right: 0;
	width: 35%;
}

@media only screen and (max-width: 728px) {
	section.kvL2 .inner {
		flex-direction: column;
		padding-top: 10px;
	}

	.kvBox2 {
		width: 100%;
		padding: 0;
	}

	.kvBox2 h2.kvL2 {
		width: 100%;
	}

	.kvBox2 h2.kvL2 a {
		font-size: 8vw;
	}

	.kvBox2 h2.kvL2 img {
		max-height: 100px;
		max-width: 200px;
		padding: 10px 0 0;
	}

	.kvBox2 img {
		max-height: 320px;
		max-width: 300px;
	}
}

.new2::before {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	content: url(/h/img/icon_new.svg);
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 728px) {
	.new2::before {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 480px) {
	.new2::before {
		width: 30px;
		height: 30px;
	}
}

/*================================================
*  smL2  第2階層サマリー
 ================================================*/
h2.smL2 {
	font-size: 34px;
	font-weight: 500;
}

h3.smL2 {
	font-size: 20px;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 728px) {
	h2.smL2 {
		font-size: 5vw;
	}

	h3.smL2 {
		font-size: 3.5vw;
	}
}

.btn_moreL2 a {
	display: inline-block;
	padding: 30px 0;
	font-size: 22px;
}

.btn_moreL2 a::after {
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 10px;
}

@media only screen and (max-width: 728px) {
	.btn_moreL2 a {
		font-size: 5vw;
	}
}

.smL2Wrap {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 3rem;
}

ul.smL2sp1 {
	width: 100%;
	display: flex;
	justify-content: center;
}

ul.smL2sp1 li {
	padding: 3px 20px;
	border: 1px solid #a6a6a6;
	border-radius: 10px;
	background: #fff;
	margin-right: 30px;
}

ul.smL2sp1 li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 728px) {
	ul.smL2sp1 li {
		font-size: 3.2vw;
		padding: 3px 10px;
		margin-right: 10px;
		border-radius: 7px;
	}
}

ul.smL2sp2 {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

ul.smL2sp2 li {
	margin: 1.5rem 0 0;
	padding: 10px 50px;
	border-right: 1px solid #a6a6a6;
}

ul.smL2sp2 li:first-child {
	margin-left: 0;
}

ul.smL2sp2 li:last-child {
	border: none;
	margin-right: 0;
}

ul.smL2sp2 li span {
	display: block;
	padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
	ul.smL2sp2 li {
		padding: 10px 30px;
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 728px) {
	ul.smL2sp2 {
		width: 80%;
		flex-direction: column;
		margin: 20px auto;
	}

	ul.smL2sp2 li {
		border: none;
		border-bottom: 1px solid #a6a6a6;
		margin: 0;
		padding: 10px;
		font-size: 1rem;
	}
}

/*========================================================================
　========================================================================
* 第3階層　
　========================================================================
 ========================================================================*/
/*================================================
*  navL3  第3階層ローカルナビゲーション
 ================================================*/
section.navL3Wrap {
	width: 100%;
	max-height: 1280px;
	padding: 20px 0;
	position: relative;
}

nav.navL3 {
	position: absolute;
	top: 0;
	right: 5%;
}

.navL3 ul {
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	list-style: none;
	text-align: center;
}

.navL3 li {
	font-size: 14px;
	margin: 0 10px;
	display: inline-block;
}

.navL3 li a {
	padding-bottom: 10px;
	color: deepskyblue;
	display: block;
}

.navL3 li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #0099ff;
	display: block;
}

.navL3 li a:hover:after {
	width: 100%;
	border-bottom: 2px solid #0099ff;
}

nav.navL3 ul li.btn_comp a {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	margin: 5px 2px 5px 0;
	padding: 3px 18px;
	background: #114eaf;
	border-bottom: none;
}

nav.navL3 ul li.btn_comp a:hover {
	background: deepskyblue;
	opacity: .8;
}

@media only screen and (max-width: 728px) {
	section.navL3Wrap {
		margin: 10px 0 30px;
	}

	nav.navL3 {
		right: 0;
	}

	.navL3 li a:after {
		border-bottom: none;
	}

	.navL3 li a:hover:after {
		border-bottom: none;
	}
}

/*================================================
*  tlL3  第3階層タイトル
 ================================================*/
section.tlL3 {
	width: 100%;
	margin-top: 10px;
}

section.tlL3 h1 img {
	max-width: 300px;
}

section.tlL3 h1 span {
	display: block;
	color: #202020;
	font-size: 1.5rem;
	font-weight: 400;
}

section.tlL3 h1 {
	color: deepskyblue;
	font-size: 52px;
	font-weight: 700;
}

.ovL3_h2 {
	width: 80%;
	margin: 0 auto 2rem;
}

@media only screen and (max-width: 728px) {
	.ovL3_h2 {
		width: 100%;
	}
}

@media only screen and (max-width: 728px) {
	section.tlL3 h1 {
		font-size: 8vw;
	}

	section.tlL3 h1 span {
		font-size: 3.5vw;
	}

	section.tlL3 h1 {
		font-size: 8vw;
	}

	section.tlL3 h1 img {
		max-width: 200px;
	}
}

/*================================================
*  ovL3  第3階層　概要
 ================================================*/
.innerW100 {
	width: 100%;
	padding: 70px;
	position: relative;
}

@media only screen and (max-width: 728px) {
	.innerW100 {
		padding: 50px 0;
	}
}

.winLogoL3 {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 20%;
}

.winLogoL4 {
	position: absolute;
	bottom: 30px;
	right: 120px;
	width: 20%;
}

.intelLogo {
	position: absolute;
	bottom: 30px;
	right: 0%;
	width: 80px;
}

@media only screen and (max-width: 1280px) {
	.winLogoL3 {
		right: 60px;
		width: 25%;
	}

	.winLogoL4 {
		right: 90px;
		width: 25%;
	}

	.intelLogo {
		width: 60px;
	}
}

@media only screen and (max-width: 782px) {
	.intelLogo {
		width: 15%;
	}
}

/* 2カラムレイアウト */
.col2Wrap {
	display: flex;
	align-items: center;
}

.col2WrapT {
	display: flex;
	align-items: flex-start;
}

.col2WrapR {
	display: flex;
	align-items: flex-start;
}

.col2Wrap .col2Box,
.col2WrapT .col2Box,
.col2WrapR .col2Box {
	width: 50%;
}

@media only screen and (max-width: 980px) {

	.col2Wrap,
	.col2WrapT {
		flex-direction: column;
	}

	.col2WrapR {
		flex-direction: column-reverse;
	}

	.col2Wrap .col2Box,
	.col2WrapT .col2Box,
	.col2WrapR .col2Box {
		width: 95%;
		margin: 0 auto;
	}
}

/* 1カラムレイアウト */
.col1Wrap {
	width: 95%;
	margin: 0 auto;
}

/* 見出しh2 */
h2.L2h2 {
	margin-top: 30px;
	font-size: 36px;
	font-weight: 500;
	position: relative;
	margin-bottom: 20px;
	padding: 0.5em 0.5em;
	margin: 2em 0;
	color: #474747;
	border-bottom: double 7px gray;
	/*下線*/
}

/* 見出しh3 */
h3.L3h3 {
	font-size: 34px;
	font-weight: 500;
	position: relative;
	margin-bottom: 70px;
}

h3.L3h3 span.icon_option:before {
	display: block;
	content: "オプション";
	width: 6rem;
	margin: 0 auto;
	font-size: 1rem;
	color: deepskyblue;
	border: 2px solid deepskyblue;
	vertical-align: middle;
}

@media only screen and (max-width: 728px) {
	h3.L3h3 {
		font-size: 5.5vw;
		margin-bottom: 40px;
	}

	h3.L3h3 span.icon_option:before {
		font-size: 0.8rem;
	}
}

h3.L3h3::after {
	content: " ";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -25px;
	background-color: deepskyblue;
}

section.specL3 h3 {
	font-size: 30px;
}

/* 文字設定 */
.p_white {
	color: #fff;
}

.p_small {
	font-size: 0.9rem;
}

/*	パディング マージン設定 */
.pd_5 {
	padding: 5%;
	line-height: 1.8;
}

@media only screen and (max-width: 728px) {
	.pd_5 {
		padding: 2.5% 5%;
		line-height: 1.5;
	}
}

.pd_5_2 {
	padding: 1% 5% 5% 5%;
	line-height: 1.8;
}

@media only screen and (max-width: 728px) {
	.pd_5_2 {
		padding: 2.5% 5% 5%;
		line-height: 1.5;
	}
}

.mb_6 {
	margin-bottom: 6vh;
}

@media only screen and (max-width: 728px) {
	.mb_6 {
		margin-bottom: 3vh;
	}
}

.mb_3 {
	margin-bottom: 3vh;
}

@media only screen and (max-width: 728px) {
	.mb_3 {
		margin-bottom: 1.5vh;
	}
}

.mt_5 {
	margin-top: 5vh;
}

@media only screen and (max-width: 728px) {
	.mt_5 {
		margin-top: 1.5vh;
	}
}

/*	モバイルのみマージン設定 */
.mb_sp {
	margin-bottom: 0;
}

@media only screen and (max-width: 728px) {
	.mb_sp {
		margin-bottom: 5vh !important;
	}
}

/* パフォーマンスカラム */
ul.pf {
	display: flex;
	width: 100%;
	justify-content: space-around;
	/* margin-bottom: 6vh; */
}

ul.pf li {
	padding: 0 15px;
}

ul.pf li span {
	display: block;
	font-size: 30px;
	color: deepskyblue;
	line-height: 1.2;
}

@media only screen and (max-width: 1280px) {
	ul.pf {
		flex-direction: column;
		/* margin-top: 3vh; */
	}

	ul.pf li {
		padding-top: 30px;
	}

	ul.pf li:first-child {
		padding-top: 0;
	}

	ul.pf li span {
		font-size: 24px;
	}
}

@media only screen and (max-width: 728px) {
	ul.pf li span {
		font-size: 5vw;
	}
}

/* カラーセレクトカラム */
div.select {
	min-width: 340px;
	display: inline-block;
	margin: 50px auto 30px;
	padding: 15px;
	border: 1px solid #202020;
	color: #202020;
	background: rgba(0, 0, 0, 0.03);
}

div.select-gray {
	min-width: 340px;
	display: inline-block;
	margin: 50px auto 30px;
	padding: 15px;
	border: 1px solid #9e9e9e;
	color: #9e9e9e;
	background: rgba(255, 255, 255, 0.02);
}

div.select p {
	border-bottom: 1px solid #202020;
	padding-bottom: 20px;
	font-size: 0.9rem;
}

div.select-gray p {
	border-bottom: 1px solid #9e9e9e;
	padding-bottom: 20px;
	font-size: 0.9rem;
}

div.select ul,
div.select-gray ul {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

div.select li,
div.select-gray li {
	display: block;
	width: 100%;
	padding: 0 15px;
	font-size: 1rem;
}

div.select li:first-child {
	border-right: 1px solid #202020;
}

div.select-gray li:first-child {
	border-right: 1px solid #9e9e9e;
}

div.select li span,
div.select-gray li span {
	display: block;
	font-size: 1.5rem;
}

div.select li span.color-white,
div.select-gray li span.color-white {
	color: #fff;
}

div.select li span.color-black,
div.select-gray li span.color-black {
	color: #000;
}

@media only screen and (max-width: 728px) {

	div.select,
	div.select-gray {
		width: 220px;
	}

	div.select li,
	div.select-gray li {
		font-size: 0.8rem;
	}
}

/* リスト設定 */
ul.col2Box_list {
	margin: 0 20px;
}

ul.col2Box_list li {
	text-align: left;
	padding-bottom: 1em;
	line-height: 1.3;
	margin-left: 1em;
}

ul.col2Box_list li:before {
	content: "-";
	position: relative;
	margin-left: -1em;
	padding-right: 0.5em;
	color: deepskyblue;
	font-weight: 900;
}

@media only screen and (max-width: 728px) {
	ul.col2Box_list {
		margin: 10px 0 0;
	}

	ul.col2Box_list li {
		font-size: 14px;
		margin: 0;
		padding-bottom: 0.8em;
	}
}

/* 3カラムレイアウト */
.col3Wrap {
	display: flex;
	width: 100%;
}

@media only screen and (max-width: 980px) {
	.col3Wrap {
		flex-direction: column;
	}

	.col3WrapV .col3Box {
		width: 95%;
	}
}

/* マルチカラム */
.multWrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
}

.multBox {
	width: 48%;
	padding: 10px 10px 15px;
	margin-left: 2%;
	/* カラム間の隙間 */
	margin-bottom: 2%;
	background: #0099ff;
	font-size: 1.2rem;
	color: #fff;
	border: 7px solid #a1d3f5;
}

.multBox span {
	display: block;
	width: 70px;
	margin: 0 auto 5px;
	font-size: 1rem;
	color: #a1d3f5;
	border-bottom: 1px solid #a1d3f5;
}

@media screen and (max-width: 728px) {
	.multBox {
		font-size: 0.9rem;
	}
}

/* circleWrap */
ul.circleWrap {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center align-content: center;
	flex-wrap: wrap;
}

ul.circleWrap li {
	width: 140px;
	height: 140px;
	margin: 20px;
	padding: 15px;
	border: rgba(255, 255, 255, .6) solid 5px;
	border-radius: 70px;
	color: rgba(255, 255, 255, .6);
	counter-increment: chapter;
}

span.nomb:before {
	display: block;
	text-align: center;
	content: "ex."counter(chapter);
	color: rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	margin-bottom: 7px;
	padding-right: 10px;
	line-height: 1.3;
}

@media only screen and (max-width: 480px) {
	ul.circleWrap li {
		width: 120px;
		height: 120px;
		margin: 10px;
		padding: 15px;
		60px;
		font-size: 0.95em;
	}
}

/* 背景 */
.ovL3G {
	width: 100%;
	background: url("/h/img/bg_ovL3G.jpg") no-repeat 50% 50%;
	background-size: cover;
}

.ovL3P {
	width: 100%;
	background: url("/h/img/bg_ovL3P.jpg") no-repeat 50% 50%;
	background-size: cover;
}

.bg_gray {
	background: #f2f2f2;
}

.ctext {
	text-align: center;
}

/*================================================
*  specL3  第3階層　スペック
 ================================================*/
section.specL3 {
	padding: 60px 0;
}

section.specL3 h2 {
	font-size: 34px;
	font-weight: 700;
}

section.specL3 {
	font-size: 24px;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 728px) {
	section.specL3 {
		font-size: 5vw;
	}

	section.specL3 {
		font-size: 4vw;
	}
}

table.corp {
	width: 100%;
	margin: 30px 0;
	font-size: 16px;
}

table.corp tr {
	border-top: 1px solid #dedede;
}

table.corp tr:last-child {
	border-bottom: 1px solid #dedede;
}

table.corp th {
	background: #f2f2f2;
	width: 20%;
	border-top: 1px solid #dedede;
	padding: 0;
	font-weight: 700;
}

table.corp td {
	/* width: 70%; */
	padding: 16px;
}

@media screen and (max-width:767px) {
	table.corp tr {
		border: none;
	}

	table.corp th {
		background: #f2f2f2;
		width: 98%;
		display: block;
	}

	table.corp td {
		width: 97%;
		display: block;
		padding: 1rem 0 0.5rem 0;
		margin-bottom: 16px;
	}
}

/*================================================
*  ovL3  第3階層　video
 ================================================*/
.col2WrapV {
	display: flex;
	align-items: center;
}

.col2WrapV .col2Box {
	width: 50%;
}

@media only screen and (max-width: 980px) {
	.col2WrapV {
		flex-direction: column;
	}

	.col2WrapV .col2Box {
		width: 95%;
	}
}

.movie-box iframe {
	position: absolute;
	width: 100%;
	max-width: 640px;
	height: 100%;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 980px) {
	.movie-box iframe {
		position: absolute;
		max-width: 980px;
		height: 100%;
		top: 0;
		left: 0;
	}
}

.iframe-wrapper {
	padding-bottom: 56.25%;
	/*padding-bottomを%で設定するとwidthに対してその比率を保持してまま拡大縮小できる*/
	height: 0;
	position: relative;
}

/*================================================
*  buttonL3  第3階層　ボタンエリア
 ================================================*/
.btn_inq a {
	display: inline-block;
	padding: 1em 1em;
	width: 100%;
	text-decoration: none;
	color: #FFF;
	background: #0099ff;
	border: 2px solid #0099ff;
	font-size: 20px;
}

.btn_inq a:hover {
	transition: all 0.2s linear;
	background: #fff;
	color: #0099ff;
	border: 1px solid #0099ff;
}

@media only screen and (max-width: 728px) {
	.btn_inq a {
		font-size: 4vw;
	}
}

ul.copyright {
	width: 90%;
	margin: 50px auto;
}

ul.copyright li {
	font-size: 0.85rem;
	text-align: left;
}

/*================================================
*  button　汎用　
 ================================================*/
.btn_other a {
	display: inline-block;
	padding: 0.25em 1em;
	text-decoration: none;
	color: #fff;
	background: #444;
	border: 2px solid #444;
	font-size: 28px;
}

.btn_other a:hover {
	transition: all 0.2s linear;
	background: #fff;
	color: #444;
	border: 2px solid #444;
}

@media only screen and (max-width: 728px) {
	.btn_other a {
		font-size: 4vw;
	}
}

/* その他 */
.date-cost {
	font-size: 1.2rem;
	color: red;
	font-weight: 700;
}

/*================================================
*  固定ボタン
 ================================================*/
.pagetop {
	display: block;
	position: fixed;
	right: 0;
	z-index: 199;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.1);
}

.fix_btn_manual {
	display: block;
	position: fixed;
	bottom: 155px;
	right: 0;
	z-index: 198;
	width: 50px;
	height: 85px;
	background: #33c3f4;
}

@media screen and (min-width:728px) {
	.pc_sr {
		display: block;
		position: fixed;
		bottom: 90px;
		left: 0;
		z-index: 197;
		width: 110px;
		height: 140px;
	}

	.sp_sr {
		display: none;
	}
}

@media (min-width:320px) and (max-width:727px) {
	.pc_sr {
		display: none;
	}

	.sp_sr {
		display: block;
		position: fixed;
		bottom: 245px;
		right: 0;
		z-index: 197;
		width: 50px;
		height: 85px;
	}
}

/*================================================
*  Wpより引用
================================================*/
/*PDF資料DLページ */
.downloadhero {
	background: #4e9d74;
	margin: 0;
	padding: 20px;
	margin-bottom: 30px;
}

.downloadhero h2 {
	color: #ffffff;
	text-align: center;
	font-size: 28px;
}

.downloadhero p {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}

#download-wrapper,
.download_layout {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.news_contents {
	padding: 30px 20px;
}

.title {
	border-top: dashed 1px #779582;
	width: 100%;
	padding-top: 10px;
	margin-top: 20px;
}

#download-inner span {
	font-size: 12px;
}

#download-inner h3 {
	margin: 10px 0;
	font-size: 18px;
}

.downloadp {
	padding: 0px;
	margin: 8px auto;
	height: 35px;
}

.downloadp p {
	text-align: center;
	font-size: 12px;
	line-height: 17px;
}

.downloadimg {
	margin: 0 auto;
	width: 100%;
	height: 280px;
	box-sizing: border-box;
}

.downloadimg img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #ccc;
	text-align: center;
}

.square_btn a {
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.square_btn {
	width: 60%;
	text-align: center;
	margin: 20px auto;
	text-decoration: none;
	background-color: #4974af;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	/*ボタン色*/
	color: #FFF;
	border-radius: 3px;
}

.square_btn:hover {
	background-color: #7db5a4;
	background-position: -100% 100%;
}

.square_btn2 a {
	font-size: 16px;
	color: #2e3496;
	margin: 0 auto;
	padding: 8px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.square_btn2 {
	width: 70%;
	text-align: center;
	margin: 20px auto 30px;
	text-decoration: none;
	background-color: #ffffffd9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	/*ボタン色*/
	background-color: #345388;
	border-radius: 3px;
}

.square_btn2 a {
	color: white;
}

.square_btn2:hover {
	background-color: #97a8c5;
	background-position: -100% 100%;
}

@media screen and (max-width: 1024px) {
	#download-inner h3.tall {
		height: 54px;
	}
}

@media screen and (max-width: 767px) {

	#download-wrapper,
	.download_layout {
		grid-template-columns: repeat(1, 1fr);
	}

	.dounloadhero h2 {
		font-size: 20px;
	}

	.dounloadhero p {
		font-size: 14px;
	}

	#download-inner h3.tall {
		height: auto;
	}

	.square_btn2 {
		width: 60%;
	}

	.pagetop {
		bottom: 0;

	}

}

/*----- メールフォーム -----*/

.form_box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
	padding: 40px;
	margin: 0 auto;
}

.form_title h2 {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px;
}

.form_box h3 {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 10px;
}

.form_box h3 + div {
	color: #ff0000;
	text-align: center;
	margin: 0 0 30px;
}

.form_box table {
	margin: 0 0 30px;
}

.form_box table tr th,
.form_box table tr td {
	width: auto;
	text-align: left;
	font-weight: normal;
	border: 0;
	padding: 20px 0;
}

.form_box table tr th {
	width: 30%;
}

.form_box table tr th span {
	color: #fff;
	background: #d9534f;
	border-radius: 5px;
	padding: 5px;
	margin: 0 10px 0 0;
}

.form_box label {
	line-height: 1.5;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"],
.form_box textarea,
.form_box select {
	width: 100%;
}

.form_box input.short {
	max-width: 200px;
}

.form_box input,
.form_box textarea,
.form_box select {
	background: #f9f9f9;
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 10px;
}

.form_box p.error_messe {
	color: #ff0000;
	line-height: 1.5;
}

.form_box &gt; p.front {
	text-align: center;
	margin: 0 0 30px;
}

.form_box &gt; p input {
	width: fit-content;
	display: flex;
	min-width: 300px;
	height: 40px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	background: #345388;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	transition: .3s;
}

.form_box &gt; p input.back {
	color: #fff;
	background: #999;
}

.form_box &gt; p input:hover {
	opacity: 0.3;
}

.form_box .columns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.form_box table.kakunin_table tr th,
.form_box table.kakunin_table tr td {
	border: 1px solid #ccc;
	padding: 20px;
}

.form_box table.kakunin_table tr th {
	font-weight: bold;
	background: #eee;
}

.form_box table.kakunin_table + p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

/*----- メールフォームここまで -----*/

@media screen and (max-width: 1024px) {

	/*----- メールフォーム -----*/

	.form_box {
		padding: 20px 20px 40px;
	}

	.form_box table tr {
		display: flex;
		flex-flow: column;
	}

	.form_box table tr th {
		width: 100%;
		padding: 20px 0 0;
	}

	.form_box input.short {
		max-width: 100%;
	}

	.form_box .columns {
		flex-flow: column;
		font-size: 1.2rem;
	}

	/*----- メールフォームここまで -----*/
}
</pre></body></html>