<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)
*/

/*================================================
 *  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 (min-width:320px) and (max-width:728px) {
	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;
}

*,
*: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;
	}
}

section {
	text-align: center;
}

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

.inner02 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 0 10px;
	position: relative;
}

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

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

}

.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: 'Font Awesome 5 Free';
		font-weight: 400;
		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;
}




/*========================================================================
　========================================================================
* 第1階層　
　========================================================================
 ========================================================================*/

/*================================================
*  kvL1　第1階層キービジュアル
 ================================================*/

section.kvL1 {
	width: 100%;
	max-height: 430px;
	background: url("/n/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;
}

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

.kvBox img.hero_img {
	max-height: 220px;
}

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: 'Font Awesome 5 Free';
	font-weight: 400;
	padding-left: 10px;
}

@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;
}

@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 16.6%;
	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: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;
	}
}

@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: 1.6rem;
	}
}



/*========================================================================
　========================================================================
* 第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;
}

.text_small {
	font-size: 1.1rem;
}

.lh_15 {
	line-height: 1.5;
}

/*	パディング マージン設定 */

.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;
}


/*================================================
*  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 (min-width:320px) and (max-width:728px) {
	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: 1px solid #0099ff;
	font-size: 20px;
}

.btn_inq a:hover {
	transition: all 0.2s linear;
	background: #fff;
	color: #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;
	bottom: 0px;
	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;
	}
}


/*================================================
*  index.html
 ================================================*/

.top_box h2 {
	color: #00bfff;
	font-weight: bold;
	margin: 0 0 10px;
}

.top_box &gt; p:first-of-type {
	text-align: left;
}

.products_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	text-align: left;
}

.products_box &gt; div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to bottom, #cee2e6, #eef5f6);
	padding: 20px;
}

.products_box &gt; div &gt; div:first-of-type {
	width: 60%;
}

.products_box &gt; div &gt; div:last-of-type {
	width: 38%;
	text-align: center;
}

.products_box p {
	min-height: 80px;
	margin: 0 0 20px;
}

.products_box a {
	display: block;
	width: 180px;
	font-size: 1.4rem;
	color: #00bfff;
	text-align: center;
	border: 1px solid #00bfff;
	border-radius: 22px;
	background: #fff;
	position: relative;
	padding: 10px;
	margin: 0 auto;
	transition: .3s;
}

.products_box a::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
}

.products_box a:hover {
	color: #fff;
	background: #00bfff;
}

.products_box img {
	width: 100%;
	max-width: 160px;
	max-height: 150px;
}

.products_box &gt; div:nth-of-type(2) img {
	max-height: 130px;
}

.products_box &gt; div:last-of-type img {
	max-height: 100px;
}

.products_box + p {
	font-size: 1.2rem;
	text-align: right;
}

.newland_box {
	text-align: left;
}

.newland_box h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.newland_box ul {
	margin: 0 0 10px;
}

.newland_box ul li {
	font-size: 1.4rem;
	list-style: disc;
	list-style-position: inside;
}

.newland_box ul li:first-of-type {
	margin: 0 0 10px;
}

.newland_box p {
	margin: 0 0 10px;
}

.newland_box a {
	color: #09f;
	transition: .3s;
}

.newland_box a:hover {
	color: #09f;
	opacity: 0.3;
}

img.lineup-img-mt37 {
    height: 300px;
}

@media only screen and (max-width: 767px) {
	.top_box &gt; div p:first-of-type {
		font-size: 1.6rem;
	}

	.products_box {
		grid-template-columns: repeat(1, 1fr);
	}

	.products_box &gt; div {
		width: 100%;
	}

	.products_box h3 {
		font-size: 1.6rem;
	}
}
</pre></body></html>