<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: 10px;
}

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

/* nav */
nav.breadcrumb li {
	display: inline-block;
	margin-top: .5em;
}

nav.breadcrumb li:first-child:before {
	content: "\f015";
	margin-right: .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

nav.breadcrumb li:after {
	content: "\f105";
	margin: 0 .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

nav.breadcrumb li:last-child:after {
	content: "";
	margin-left: 0;
}

@media (min-width:320px) and (max-width:728px) {
	nav.breadcrumb {
		background: #EDEFF0;
		padding: .5em 0 1em .5em;
	}
}

@media (min-width:320px) and (max-width:728px) {
	nav.breadcrumb {
		display: none;
	}
}


/* indexContent */
.indexContent {
	width: 96%;
	/*width:100%;*/
	max-width: 1004px;
	margin: 0 auto 5.0em;
	position: relative;
	color: #474747;
}

.indexContent header {
	margin-bottom: 1.0em;
	line-height: 1.7;
	font-size: 1.78em;
	font-weight: 600;
}

.indexContentList:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.indexContentList &gt; li {
	float: left;
	position: relative;
	width: 32%;
	margin-bottom: 1.5em;
	/*padding-bottom:1.8em*/
	;
	border-radius: 4px;
	text-align: left;
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

.indexContentList &gt; li:nth-child(3n+2) {
	margin-right: 2%;
	margin-left: 2%;
}

.indexContentList &gt; li:nth-child(3n+4) {
	clear: both;
}

.indexContentList &gt; li a {
	color: inherit;
	text-decoration: none;
}

.indexContentList &gt; li h3 {
	position: relative;
	padding: 1.0em 1.0em 1.0em 4.2em;
	border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
	font-size: 1.24em;
	font-weight: 600;
}

.indexContentList &gt; li h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.0em;
	width: 1.0em;
	height: 0.7em;
	margin-top: -0.5em;
	background: url('/assets/img/common/arrow_right-gr.png') no-repeat 96% center;
	background-size: auto 100%;
	transition: 0.5s;
}

.indexContentList &gt; li a:hover h3 {
	background-color: #f9f9f9;
}

.indexContentList &gt; li a:hover h3:after {
	content: '';
	right: 0.5em;
	transition: 0.5s;
}

.indexContentList &gt; li a h3:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: rgba(0, 133, 63, 0.0);
	transition: 0.5s;
}

.indexContentList &gt; li a:hover h3:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: rgba(0, 133, 63, 1.0);
	transition: 0.5s;
}

.indexContentList &gt; li:nth-child(1) h3 {
	background: #fafff7 url('/assets/img/index/index-icon01.png') no-repeat 1.0em center;
	background-size: auto 45%;
}

.indexContentList &gt; li:nth-child(2) h3 {
	background: #fafff7 url('/assets/img/index/index-icon02.png') no-repeat 1.0em center;
	background-size: auto 45%;
}

.indexContentList &gt; li:nth-child(3) h3 {
	background: #fafff7 url('/assets/img/index/index-icon03.png') no-repeat 1.0em center;
	background-size: auto 45%;
}

.indexContentList &gt; li:nth-child(4) h3 {
	padding-left: 5.6em;
	background: #fafff7 url('/assets/img/index/index-icon04.png') no-repeat 1.0em center;
	background-size: auto 45%;
}

.indexContentList &gt; li:nth-child(5) h3 {
	background: #fafff7 url('/assets/img/index/index-icon05.png') no-repeat 1.0em center;
	background-size: auto 45%;
}

.indexContentList &gt; li:nth-child(6) h3 {
	background: #fafff7 url('/assets/img/index/index-icon06.png') no-repeat 1.0em center;
	background-size: auto 45%;
}

.indexContentList &gt; li:nth-child(7) h3 {
	background: #fafff7 url('/assets/img/index/index-icon07.png') no-repeat 1.0em center;
	background-size: auto 45%;
}

.indexContentList &gt; li:nth-child(8) h3 {
	background: #fafff7 url('/assets/img/index/index-icon08.png') no-repeat 1.0em center;
	background-size: auto 45%;
}

.indexContentList &gt; li:nth-child(9) h3 {
	/*border-left:rgba(0,133,39,1.0) 4px solid; background:#fcfcfc*/
	background: #fafff7 url('/assets/img/index/index-icon09.png') no-repeat 1.0em center;
	background-size: auto 45%;
}

/*.indexContentList &gt; li:nth-child(9) a:hover h3 { border-left:rgba(0,133,39,1.0) 6px solid; }*/
.indexContentList {
	display: flex;
	flex-wrap: wrap;
}

.indexContentList li {
	display: block;
}

.indexContentList &gt; li h3 small {
	display: block;
	margin-top: 0.35em;
	color: #999;
	font-family: Arial;
	font-size: 30%;
}

.indexContentListInner {
	padding: 1.8em 1.0em 1.8em 1.0em;
	font-size: 0.8em;
	margin-bottom: 2em;
}

.indexContentListInner &gt; ul &gt; li {
	display: inline-block;
	width: 48%;
	margin-bottom: 0.65em;
	padding-bottom: 0.0;
}

.indexContentListInner &gt; ul &gt; li:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -0.1em;
	width: 0;
	height: 0;
	margin-right: 0.65em;
	border: transparent 3px solid;
	border-left: #ddd 3px solid;
}

.indexContentListInner + p {
	text-align: center;
	position: absolute;
	bottom: 9px;
	width: 100%;
}

/* .indexContentListInner + p &gt; a {display: inline-block;width:80%;padding:0.65em;border-radius:3px;border:#dddddd 1px  */
solid;
color:inherit;
font-weight:normal;
text-align:center;
text-decoration:none;
}

/* .indexContentListInner + p &gt; a:hover { color:#fff; text-shadow:0 1px 0 rgba(0,0,0,0.3); background:rgba(0,133,63,1.0); }*/


/*追記*/
/*
.indexContent h4{font-weight:bold;margin-top: 2em;margin-bottom: 2em;border-bottom: 1px solid #cecdcd;padding-bottom: .5em;width: 95%;font-size: 1.35em;color:#474747;}
.indexContent h5{font-weight:bold;margin-top: 2em;margin-bottom: 2em;border-bottom: 1px solid #cecdcd;padding-bottom: .5em;width: 93%;font-size: 1.24em;color:#474747;border-left: 6px solid #006600;padding-left: 1em;font-weight: bold;margin: 2em 0;}
.indexContent h6{padding: 1em;font-weight: bold;font-size: 1.24em;border-radius:4px;margin-bottom: 2em;text-align:left;background: #fafff7;box-shadow:0 0 3px 0 rgba(0,0,0,0.15);}
*/
@media (min-width:320px) and (max-width:728px) {
	.indexContent {
		width: 94%;
		max-width: 100%;
		margin: 0 auto 2.0em;
		position: relative;
	}

	.indexContent header {
		margin-bottom: 1.0em;
		font-size: 1.3em;
		font-weight: 600;
	}

	.indexContentList:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.indexContentList &gt; li {
		float: none;
		width: 100%;
		height: auto !important;
		margin-bottom: 1.5em;
		padding-bottom: 1.8em;
		border-radius: 4px;
		text-align: left;
		background: #fff;
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	}

	.indexContentList &gt; li:nth-child(3n+2) {
		margin-right: 0;
		margin-left: 0;
	}

	.indexContentList &gt; li:nth-child(3n+4) {
		clear: both;
	}

	.indexContentList &gt; li a {
		color: inherit;
		text-decoration: none;
	}

	.indexContentList &gt; li h3 {
		position: relative;
		padding: 1.0em 1.0em 1.0em 4.25em;
		border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
		font-size: 1.24em;
		font-weight: 600;
	}

	.indexContentList &gt; li:nth-child(1) h3 {
		background: url('/assets/img/index/index-icon01.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(2) h3 {
		background: url('/assets/img/index/index-icon02.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(3) h3 {
		background: url('/assets/img/index/index-icon03.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(4) h3 {
		padding-left: 5.5em !important;
		font-size: 90%;
		background: url('/assets/img/index/index-icon04.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(5) h3 {
		background: url('/assets/img/index/index-icon05.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(6) h3 {
		background: url('/assets/img/index/index-icon06.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(7) h3 {
		background: url('/assets/img/index/index-icon07.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(8) h3 {
		background: url('/assets/img/index/index-icon08.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(9) h3 {
		background: url('/assets/img/index/index-icon09.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li h3 small {
		display: block;
		margin-top: 0.35em;
		color: #999;
		font-family: Arial;
		font-size: 30%;
	}

	.indexContentListInner {
		height: auto !important;
		padding: 1.8em 1.0em 1.8em 1.0em;
		font-size: 0.8em;
	}

	.indexContentListInner &gt; ul &gt; li {
		display: inline-block;
		width: 48%;
		margin-bottom: 0.65em;
		padding-bottom: 0.0;
	}

	.indexContentListInner &gt; ul &gt; li:before {
		content: '';
		display: inline-block;
		position: relative;
		top: -0.1em;
		width: 0;
		height: 0;
		margin-right: 0.65em;
		border: transparent 3px solid;
		border-left: #ddd 3px solid;
	}

	.indexContentList &gt; li:nth-child(6) li {
		width: 100%;
	}

	.indexContentListInner p {
		text-align: center;
	}

	.indexContentListInner + p &gt; a {
		display: inline-block;
		width: 80%;
		padding: 0.65em;
		border-radius: 3px;
		color: inherit;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		background: #f9f9f9;
	}

	.indexContentListInner + p &gt; a:hover {
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
		background: rgba(0, 133, 63, 1.0);
	}
}

.companylist a {
	border: .1px solid #3f3e64;
	display: block;
	z-index: 4;
}

.companylist img {
	padding: .5px;
}

/* パーツ共通設定 */
article {
	font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Noto Sans Japanese", "hiragino kaku gothic pro", "Meiryo", sans-serif !important;
	font-size: 1em;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.indexContent a

/*,.indexContent a:visited*/
	{
	color: #035a9a;
}

.indexContent a:hover {
	color: #37aaf7;
}

.full-width a {
	color: #0099ff;
	transition: 0.3;
}

.full-width a:hover {
	transition: all 0.2s linear;
	color: deepskyblue;
}

.full-width a:hover img {
	opacity: 0.3;
}

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

@media (min-width:320px) and (max-width:728px) {
	nav.breadcrumb {
		background: #EDEFF0;
		padding: .5em 0 1em .5em;
	}
}

/*追記*/
/*
.indexContent h4{font-weight:bold;margin-top: 2em;margin-bottom: 2em;border-bottom: 1px solid #cecdcd;padding-bottom: .5em;width: 95%;font-size: 1.35em;color:#474747;}
.indexContent h5{font-weight:bold;margin-top: 2em;margin-bottom: 2em;border-bottom: 1px solid #cecdcd;padding-bottom: .5em;width: 93%;font-size: 1.24em;color:#474747;border-left: 6px solid #006600;padding-left: 1em;font-weight: bold;margin: 2em 0;}
.indexContent h6{padding: 1em;font-weight: bold;font-size: 1.24em;border-radius:4px;margin-bottom: 2em;text-align:left;background: #fafff7;box-shadow:0 0 3px 0 rgba(0,0,0,0.15);}
*/
@media (min-width:320px) and (max-width:728px) {
	.indexContent {
		width: 94%;
		max-width: 100%;
		margin: 0 auto 2.0em;
		position: relative;
	}

	.indexContent header {
		margin-bottom: 1.0em;
		font-size: 1.3em;
		font-weight: 600;
	}

	.indexContentList:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.indexContentList &gt; li {
		float: none;
		width: 100%;
		height: auto !important;
		margin-bottom: 1.5em;
		padding-bottom: 1.8em;
		border-radius: 4px;
		text-align: left;
		background: #fff;
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	}

	.indexContentList &gt; li:nth-child(3n+2) {
		margin-right: 0;
		margin-left: 0;
	}

	.indexContentList &gt; li:nth-child(3n+4) {
		clear: both;
	}

	.indexContentList &gt; li a {
		color: inherit;
		text-decoration: none;
	}

	.indexContentList &gt; li h3 {
		position: relative;
		padding: 1.0em 1.0em 1.0em 4.25em;
		border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
		font-size: 1.24em;
		font-weight: 600;
	}

	.indexContentList &gt; li:nth-child(1) h3 {
		background: url('/assets/img/index/index-icon01.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(2) h3 {
		background: url('/assets/img/index/index-icon02.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(3) h3 {
		background: url('/assets/img/index/index-icon03.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(4) h3 {
		padding-left: 5.5em !important;
		font-size: 90%;
		background: url('/assets/img/index/index-icon04.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(5) h3 {
		background: url('/assets/img/index/index-icon05.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(6) h3 {
		background: url('/assets/img/index/index-icon06.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(7) h3 {
		background: url('/assets/img/index/index-icon07.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(8) h3 {
		background: url('/assets/img/index/index-icon08.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li:nth-child(9) h3 {
		background: url('/assets/img/index/index-icon09.png') no-repeat 1.0em center;
		background-size: auto 40%;
	}

	.indexContentList &gt; li h3 small {
		display: block;
		margin-top: 0.35em;
		color: #999;
		font-family: Arial;
		font-size: 30%;
	}

	.indexContentListInner {
		height: auto !important;
		padding: 1.8em 1.0em 1.8em 1.0em;
		font-size: 0.8em;
	}

	.indexContentListInner &gt; ul &gt; li {
		display: inline-block;
		width: 48%;
		margin-bottom: 0.65em;
		padding-bottom: 0.0;
	}

	.indexContentListInner &gt; ul &gt; li:before {
		content: '';
		display: inline-block;
		position: relative;
		top: -0.1em;
		width: 0;
		height: 0;
		margin-right: 0.65em;
		border: transparent 3px solid;
		border-left: #ddd 3px solid;
	}

	.indexContentList &gt; li:nth-child(6) li {
		width: 100%;
	}

	.indexContentListInner p {
		text-align: center;
	}

	.indexContentListInner + p &gt; a {
		display: inline-block;
		width: 80%;
		padding: 0.65em;
		border-radius: 3px;
		color: inherit;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		background: #f9f9f9;
	}

	.indexContentListInner + p &gt; a:hover {
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
		background: rgba(0, 133, 63, 1.0);
	}
}

/*================================================
 *  commonレイアウト
 ================================================*/

/* ↓bodyで記述すると共通ヘッダーフッターにも影響してしまうので、mainタグに#hardwareで全体をに付与しています */

main#hardware {
	font-size: 15px;
	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;
}

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

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
}

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



.kvBox h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

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: 25px;
	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;
	}
}


/* ラインナップ 設定 */

.list {
	position: relative;
	display: flex;
}


ul.luL1Wrap {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	margin-top: 2rem;
}

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

ul.luL1Wrap img {
	max-height: 143px;
}

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: 1.4rem;
	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 .inner1 {
	width: 100%;
	max-height: 430px;
	background: url("/h/img/bg_kvL2.png") no-repeat 50% 50%;
	background-size: cover
}

section .inner1 {
	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 p {
	margin-top: 20px;
	font-size: 16px;
	position: relative;
	font-weight: 400;
}

.kvBox2 p i {
	margin-left: 20px;
}

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 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

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


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

/*================================================
*  最新情報
 ================================================*/

.indexNews {
	width: 100%;
	position: relative;
	text-align: left;
	border: 1px solid;
	margin: 0 auto 60px;
	padding: 15px 20px 20px;
}

.indexNews header {
	position: relative;
	padding: 0 1em 0 3.75em;
	border-bottom: rgba(0, 0, 0, .15) 1px solid;
	background: url(/assets/img/index/news-icon.png) no-repeat 1.4em center;
	background-size: auto 64%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.indexNews header h2 {
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
}

.indexNews header h2:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 20px;
	height: 1px;
	background: #00853f;
}

.indexNews header p {
	font-weight: 400;
	font-size: .8em;
	display: block;
}

.indexNews .newslist {
	height: 195px;
	overflow-y: scroll;
}

.newslist ul {
	position: relative;
	overflow: auto;
}

.newslist ul li {
	color: #666;
	font-size: .9em;
	border-bottom: 1px dotted #ccc;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 13em;
	text-indent: -13em;
}

.newslist ul li a {
	color: #202020;
	line-height: 30px;
	text-decoration: underline;
	transition: 0.3s
}

.newslist ul li a:hover {
	color: #ccc;
}

.newsctg {
	display: inline-block;
	width: 12em !important;
	text-indent: 0;
	background-color: #999;
	color: #fff;
	padding: 3px;
	border-radius: 2px;
	font-size: 11px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.newslist ul li {
		margin-bottom: 1.5em;
		padding-left: 0;
		text-indent: 0;
	}

	.newslist ul li a {
		display: block;
		margin-left: 0;
		line-height: 1.5em;
		margin-top: 0.5rem;
	}

	.newsctg {
		padding: 2px;
		font-size: 10px;
	}
}


/*================================================
*  ロゴ群
 ================================================*/

.makerLogo {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  width: 100%;
}
.makerLogo li {
	width: 100%;
}
@media only screen and (max-width: 767px) {
.makerLogo {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 100%;
}
}</pre></body></html>