@charset "utf-8";
/* CSS Document */

/* ====================================
	UTILITY
===================================== */

.mt-10	{ margin-top:-10px !important; }
.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt60	{ margin-top:60px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0	{ margin-bottom:0px !important; }
.mb3	{ margin-bottom:3px !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0	{ margin-left:0px !important; }
.ml2	{ margin-left:2px !important; }
.ml5	{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }


/* ====================================
	FONT
===================================== */

/* defalt font-size */
.f9 { font-size: 62.5% !important; }
.f10 { font-size:77% !important; }
.f11 { font-size:85% !important; }
.f12 { font-size:93% !important; }
.f13 { font-size:100% !important; }
.f14 { font-size:108% !important; }
.f15 { font-size:116% !important; }
.f16 { font-size:123.1% !important; }
.f17 { font-size:131% !important; }
.f18 { font-size:138.5% !important; }
.f19 { font-size:146.5% !important; }
.f20 { font-size:153.9% !important; }
.f21 { font-size:161.6% !important; }
.f22 { font-size:167% !important; }
.f23 { font-size:174% !important; }
.f24 { font-size:182% !important; }
.f25 { font-size:189% !important; }
.f26 { font-size:197% !important; }


.B	{ font-weight:bold !important; }
.blue	{ color:#2c8ed2 !important; }
.gray	{ color:#aaa !important; }
.red	{ color:#e6002d !important; }
.black	{ color:#000000 !important; }
.white	{ color:#ffffff !important; }


a,
div,
input,
button,
select {
    &:focus {
        outline: none;
    }
    &:focus-visible {
        outline: #000 auto 1px;
    }
	
}

#global__header--header {
	z-index: 11000;
	position: relative;
}

/** -------------------------------------------------------
 ** onlineProductSectionTitle
 ** ------------------------------------------------------- */

.onlineProductSectionTitle {
	padding: 7px 12px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.onlineProductSection > div:not(.__hasItem) {
	display: none;
}
.onlineProductSection > div.__hasItem ~ div.__hasItem {
	margin-top: 60px;
}
#smartoffice .onlineProductSectionTitle {
	background-color: #01707c;
}
#smartretail .onlineProductSectionTitle {
	background-color: #b74a00;
}
#smartpublic .onlineProductSectionTitle {
	background-color: #b74a00;
}
#smartlogistics .onlineProductSectionTitle {
	background-color: #394e89;
}
#others .onlineProductSectionTitle {
	background-color: #727171;
}
#onlineseminar .onlineProductSectionTitle {
	background-color: #727171;
}

.onlineProductSubSection:not(.__hasItem) {
	display: none;
}
.onlineProductSubSection.__hasItem ~ .onlineProductSubSection.__hasItem {
	margin-top: 60px;
}
.onlineProductSubSectionTitle {
	padding: 7px 12px;
	font-size: 19px;
	color: #01707c;
	border-left: 5px solid currentColor;
	border-bottom: 1px solid currentColor;
	margin-bottom: 10px;
}
#smartretail .onlineProductSubSectionTitle {
	color: #b74a00;
}
#smartpublic .onlineProductSubSectionTitle {
	color: #b74a00;
}
#smartlogistics .onlineProductSubSectionTitle {
	color: #394e89;
}
#others .onlineProductSubSectionTitle {
	color: #727171;
}
#onlineseminar .onlineProductSubSectionTitle {
	color: #727171;
}

@media only screen and (max-width: 768px) {
	.onlineProductSection > div.__hasItem ~ div.__hasItem {
		margin-top: 40px;
	}
	.onlineProductSubSection.__hasItem ~ .onlineProductSubSection.__hasItem {
		margin-top: 40px;
	}
	.onlineProductSectionTitle {
		padding: 5px 10px;
		font-size: 16px;
	}
	.onlineProductSubSectionTitle {
		padding: 5px 10px;
		font-size: 17px;
	}
}



/** -------------------------------------------------------
 ** eventOnlineSection
 ** ------------------------------------------------------- */

.eventOnlineProductsList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

#smartoffice .eventOnlineProductsList a {
	background-color: #ebf6fb;
}
#smartretail .eventOnlineProductsList a {
	background-color: #fff3e9;
}
#smartpublic .eventOnlineProductsList a {
	background-color: #fff3e9;
}
#smartlogistics .eventOnlineProductsList a {
	background-color: #e5f3ff;
}
#others .eventOnlineProductsList a {
	background-color: #e6e6e6;
}
#onlineseminar .eventOnlineProductsList a {
	background-color: #dcdcdc;
}

.eventOnlineProductsList a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	padding: 20px 20px 40px;
	text-decoration: none;
}


.eventOnlineProductsList a:hover {
	opacity: .8;
}
.eventOnlineProductsList a > div:first-child {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 200px;
	padding: 10px;
	background-color: #fff;
}
.eventOnlineProductsList a > div:first-child img {
	width: auto;
	height: auto;
	max-height: 180px;
}
.eventOnlineProductsList a > div:nth-child(2) {
	width: 100%;
	line-height: 1.3;
	text-align: left;
}
.eventOnlineProductsList a > div:nth-child(2) span {
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
}
.eventOnlineProductsList a:hover > div:nth-child(2) span {
	text-decoration: none;
}
.eventOnlineProductsList a > div:nth-child(3) {
	width: 100%;
	line-height: 1.5;
	text-align: left;
}
.eventOnlineProductsList a > div:nth-child(3) small {
	font-size: 16px;
	font-weight: 300;
}
.eventOnlineProductsList a.icon > div:first-child::before {
	position: absolute;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 5px 8px;
	left: 0;
	top: 0;
}
.eventOnlineProductsList a.icon.new > div:first-child::before {
	content: '\65B0\88FD\54C1';
	background-color: #cf2521;
}
.eventOnlineProductsList a.icon.reference > div:first-child::before {
	content: '\53C2\8003\51FA\54C1';
	background-color: #00913a;
}
.eventOnlineProductsList a.icon.feature > div:first-child::before {
	content: '\65B0\6A5F\80FD';
	background-color: #0013e6;
}
@media only screen and (max-width: 980px) {
	.eventOnlineProductsList {
		max-width: 820px;
		margin-inline: auto;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.eventOnlineProductsList {
		max-width: 400px;
		grid-template-columns: 1fr;
	}
	.eventOnlineProductsList a > div:nth-child(2) span {
		font-size: 18px;
	}
}


.eventOnlineContentsLink button,
#global__search__pc .global__search--btn dd > ul > li > button,
#global__tablinknavigation > li > ul > li > button {
	background:#fff;
	border-style: none;
	color: #008cd6;
	text-decoration: underline;
}
.eventOnlineContentsLink button:hover,
#global__search__pc .global__search--btn dd > ul > li > button:hover,
#global__tablinknavigation > li > ul > li > button:hover {
	background:#fff;
	border-style: none;
	color: #008cd6;
	text-decoration: none;
}


/* 注釈・ディスク */
.caption.disc {
	padding-left: 1.5em;
	margin: 0.5em 0;
}
.caption.disc>li {
	text-indent: -1em;
	font-size: 16px;
}


/*----------------------------------------------------
	ページトップへもどる
----------------------------------------------------*/


.toTop_area {
	display: flex;
	justify-content: flex-end;
	padding-top: 100px;
	margin-bottom: -100px;
	margin-top: 50px;
}
.toTop {
	position: fixed;
	bottom: 30px;
	z-index: 11000;
	height: 0;
	opacity: 0;
	/* overflow: hidden; */
	display: flex;
	justify-content: flex-end;
	/* animation-duration: 1s; */
}
.toTop a {
	display: block;
	background-color: #555;
	text-align: center;
	color: #fff;
	font-size: 0;
	text-decoration: none;
	padding: 10px 18px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.toTop a:hover {
	display: block;
	background-color: #777;
	text-align: center;
	color: #fff;
	font-size: 0;
	text-decoration: none;
	padding: 10px 18px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.toTop a:focus-visible {
	outline-offset: 2px;
}

@media only screen and (max-width: 767px) {

.toTop_area {
padding-top: 70px;
margin-bottom: -70px;
}
.toTop a {
font-size: 0;
padding: 7px 10px;
}

.toTop a:hover {
font-size: 0;
padding: 7px 10px;
}
}
.toTop.show {
height: auto;
opacity: 1;
animation-name: fadein;
}
.toTop.hide {
height: 0;
opacity: 0;
animation-name: fadeout;
}
.toTop.static {
position: absolute;
bottom: auto;
margin: -100px 0 0;
}
@keyframes fadein {
0% {
height: 0;
opacity: 0;
}
1% {
height: auto;
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeout {
0% {
height: auto;
opacity: 1;
}
99% {
height: auto;
opacity: 0;
}
100% {
height: 0;
}
}

.toTop_arrow{
	position: relative;
	display: inline-block;
	width: 18px;
	height: 15px;
}

.toTop_arrow::before{
	content: '';
	width: 11px;
	height: 11px;
	border: 0px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	margin-left: 4px;
}

.toTop_con {
	width: 100%;
	max-width: 1160px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-top: -99999px;
	padding-top: 99999px;
}

