@charset "UTF-8";






/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
共通レイアウト - パーツ
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

html, body { height: 100%; }
body { -webkit-font-smoothing: antialiased; }
#wrapper { display: flex; justify-content: space-between; min-height: 100%; }
#container { width: 100%; height: 100%; }
#container > .inner { height: 100%; }
#main { width: 100%; padding: 20px; box-sizing: border-box; background-color: #F0F0F0; }
.col2 #main > .inner { padding: 0 15px; box-sizing: border-box; height: 100%; }
.col1 #main > .inner { padding: 0 16px 0 15px; box-sizing: border-box; height: 100%; }
.scroll { overflow: auto; }
.cBox { padding-top: 15px; padding-bottom: 15px; }
.cBox > .flexBox { align-items: flex-start; }

#colMain { min-height: 100vh; min-height: 100dvh; height: 100%; /*max-width: calc(100vw - 68px);*/ order: 2; flex-grow: 1; flex-shrink: 0; flex-basis: auto; background-color: #F5F6FA; display: flex; position: relative; }
#colMain > .inner { width: 100%; display: -ms-grid; display: grid; -ms-grid-rows: auto 1fr; grid-template-rows: auto 1fr; -ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-template-areas: "inner1" "inner2"; position: relative; }
#colMain > .inner #header { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: inner1; }
#colMain > .inner #main { -ms-grid-row: 2; -ms-grid-column: 1; grid-area: inner2; }
#colMain > .inner #main > .inner { height: 100%; }
#colMain > .inner #main > .inner > .contentsArea { height: 100%; box-sizing: border-box; display: -ms-grid; display: grid; -ms-grid-rows: auto 1fr; grid-template-rows: auto 1fr; -ms-grid-columns: minmax(0, 1fr); grid-template-columns: minmax(0, 1fr); grid-template-areas: "content1" "content2"; }
#colMain > .inner #main > .inner > .contentsArea > .headerBox { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: content1; /*overflow: hidden;*/ }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox { -ms-grid-row: 2; -ms-grid-column: 1; grid-area: content2; position: relative; background-color: #FFF; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox:before { content: ""; display: block; height: 100%; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > .scrollTableOuter { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; height: calc(100% - 20px) !important; width: calc(100% - 20px) !important; box-sizing: border-box; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > .scrollTableOuter2 { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; height: calc(100% - 58px) !important; width: calc(100% - 20px) !important; box-sizing: border-box; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > .scrollTableOuter3 { position: absolute; top: 10px; right: 25px; bottom: 25px; left: 25px; height: calc(100% - 35px) !important; width: calc(100% - 50px) !important; box-sizing: border-box; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > .scrollOuter { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; height: calc(100% - 20px) !important; width: calc(100% - 20px) !important; box-sizing: border-box; }
@media screen and (max-width: 779px) {
  #main { overflow: hidden; padding: 10px; }
  #colMain { width: 100vw; min-height: calc(100vh - 50px); min-height: calc(100dvh - 50px); height: calc(100% - 50px); margin-top: 50px; flex-basis: 100vw; max-width: none; }
  #colMain > .inner #main > .inner { height: 100%; overflow-x: auto; }
}

/*iPad対応用*/
@media screen and (orientation: portrait) {
	body.Tablet #main { overflow: hidden; padding: 10px; }
	body.Tablet #colMain { width: 100vw; min-height: calc(100vh - 50px); min-height: calc(100dvh - 50px); height: calc(100% - 50px); margin-top: 50px; flex-basis: 100vw; max-width: none; }
	body.Tablet #colMain > .inner #main > .inner { height: 100%; overflow-x: auto; }
}

/*ページャーあり*/
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager:before { height: calc(100% - 44px); }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager > .scrollTableOuter,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager > .scrollTableOuter3,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager > .scrollOuter { height: calc(100% - 64px) !important; }

/*ボタンあり*/
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.bottom:before { height: calc(100% - 48px); }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.bottom > .scrollTableOuter,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.bottom > .scrollTableOuter3,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.bottom > .scrollOuter { height: calc(100% - 58px) !important; }

/*ページャー+ボタンあり*/
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom:before { height: calc(100% - 92px); }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom > .scrollTableOuter,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom > .scrollTableOuter3,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom > .scrollOuter { height: calc(100% - 112px) !important; }

/*ページャー+ボタンあり タイプ1 (仮）)*/
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom1:before { height: calc(100% - 46px); }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom1 > .scrollTableOuter,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom1 > .scrollTableOuter3,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom1 > .scrollOuter { height: calc(100% - 66px) !important; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom1 .bottomOuter { display: flex; justify-content: space-between; align-items: center; padding: 0 10px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom1 .bottomOuter .pagerArea { display: inline-block; margin-bottom: 0; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom1 .bottomOuter .bottomArea { display: inline-flex; padding: 0; }

/*ページャー+ボタンあり タイプ2 (仮）)*/
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2:before { height: calc(100% - 46px); }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2 > .scrollTableOuter,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2 > .scrollTableOuter3,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2 > .scrollOuter { height: calc(100% - 66px) !important; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2 .bottomOuter { display: flex; padding: 0 10px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2 .bottomOuter .lt { display: flex; align-items: center; flex: 1; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2 .bottomOuter .pagerArea { display: inline-flex; justify-content: center; flex: 1; margin-bottom: 0; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2 .bottomOuter .rt { display: inline-flex; justify-content: flex-end; flex: 1; }

#colMain > .inner #main > .inner > .contentsArea > .contentsBox > .content { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; height: calc(100% - 20px) !important; width: calc(100% - 20px) !important; box-sizing: border-box; }
#colSub { max-width: 178px; min-height: 100vh; height: 100vh; order: 1; flex-grow: 0; flex-shrink: 0; flex-basis: auto; display: flex; background-color: #3B4043; position: relative; z-index: 3; overflow-x: visible; overflow-y: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#colSub::-webkit-scrollbar { display: none; }
}
	
/*contentsBox内子タブ・検索アイコンあり*/
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > .scrollTableOuter.tabLower { position: absolute; top: 0; right: 10px; bottom: 10px; left: 10px; height: 100% !important; width: calc(100% - 20px) !important; box-sizing: border-box; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > .subTabBox + .searchBox { position: absolute; top: 70px; right: 10px; left: 10px; z-index: 3; background-color: #F5F6FA; padding: 10px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > .subTabBox + .searchBox:after { content: ""; position: absolute; bottom: -15px; right: 0; left: 0; display: block; width: 100%; height: 15px; background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); }

/*コンテンツエリア*/
.contentsArea:nth-last-of-type(1) { margin-bottom: 0; }

/*コンテンツボックス*/
.contentsBox { margin-bottom: 10px; }
.contentsBox:nth-last-of-type(1) { margin-bottom: 0; }

/*全体背景ボックス*/
.contentsBox.w100 { margin: 0px -10px; background-color: #FFF; }


/*-------------------------------------------------------------
nav - active
-------------------------------------------------------------*/
.globalMenu ul li.active { background-color: #818181; }
.globalMenu ul li.active a { opacity: 1 !important; }
.globalMenu ul li.active:after { opacity: 1 !important; }


/*-------------------------------------------------------------
header
-------------------------------------------------------------*/
#header { background-color: #FFF; height: 45px; width: 100%; box-sizing: border-box; display: flex; align-items: stretch; justify-content: space-between; padding: 0 15px; }
#header:after { content: ""; position: absolute; top: calc(0% - -45px); right: 0; display: block; width: 100%; height: 15px; background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%); }
#header .col1 { flex: 1; display: inline-flex; align-items: center; }
#header .col1 .headerNav { position: absolute; top: 0; left: 15px; width: calc(100% - 415px); height: 45px; display: flex; align-items: center; justify-content: space-between; }
#header .col1 .headerNav:after { content: ""; display: block; width: 30px; height: 30px; position: absolute; top: 8px; right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); }
#header .col1 .headerNav .headerMenu { width: 100%; overflow-x: hidden; }
#header .col1 .headerNav .headerMenu ul { list-style: none; display: inline-flex; padding-left: 35px; width: 100%; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#header .col1 .headerNav .headerMenu ul::-webkit-scrollbar { display: none; }
}
#header .col1 .headerNav .headerMenu ul li { white-space: nowrap; margin-right: 5px; }
#header .col1 .headerNav .headerMenu ul li a { color: #4D4F5C; text-decoration: none; display: block; padding: 10px 10px 8px 10px; font-size: 12px; font-weight: normal; line-height: 1; background-color: #F4F4F4; border-radius: 3px; transition: all 0.3s; }
#header .col1 .headerNav .headerMenu ul li a:hover { background-color: #5EBCBC; color: #FFF; opacity: 0.7; }
#header .col1 .headerNav .headerMenu ul li a.active { font-weight: bold; background-color: #5EBCBC; color: #FFF; }
#header .col1 .headerNav .headerMenu ul li:last-of-type a { margin-right: 40px; }
#header .col2 { /*flex: 0 0 256px;*/ display: inline-flex; align-items: center; left: 0; }
#header .col2 ul { display: flex; border-right: solid 1.5px #BCBCCB; padding-right: 13px; }
#header .col2 ul li.spReceipt { display: none; }
/*#header .col2 ul li .accountIcoArea { display: block; position: absolute; top: 37px; width: 182px; height: 0; z-index: -1; background: #FFF; box-shadow: -5px 5px 8px #EEE; transition: all ease 0.3s; }
#header .col2 ul li .accountIcoArea.active { height: auto; z-index: 10; }
#header .col2 ul li .accountIcoArea:before { content: ""; position: absolute; top: -7px; left: 9px; display: block; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #63BCBC; z-index: 10;}
#header .col2 ul li .accountIcoArea .accountHead { display: flex; align-items: center; justify-content: space-between; height: 35px; padding: 0 12px; background-color: #63BCBC; color: #FFF; font-weight: bold; font-family: system-ui; font-size: 1.2em; line-height: 1; }
#header .col2 ul li .accountIcoArea .accountHead a.btnClose span { position: absolute; top: 0; right: 0; display: block; width: 35px; height: 35px; background-image: url("../images/ico_close.svg"); background-size: 12px 12px; background-repeat: no-repeat; background-position: center center; text-indent: -9999px; transition: all 0.2s; }
#header .col2 ul li .accountIcoArea ul { display: block; border-right:none; padding-right: 0; }
#header .col2 ul li .accountIcoArea ul li { padding: 15px 10px 14px 13px; width: 100%; box-sizing: border-box; transition: all 0.3s; }
#header .col2 ul li .accountIcoArea ul li:not(:last-of-type) { border-bottom: 1px solid #DDD; }
#header .col2 ul li .accountIcoArea ul li:hover { background-color: #DFECF3; cursor: pointer; }
#header .col2 ul li .accountIcoArea ul li a { text-decoration: none; font-family: system-ui; font-weight: bold; color: #666; font-size: 1.1em; }
#header .col2 ul li .accountIcoArea ul li a span.settingIco { display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url("../images/ico_setting.svg"); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 20px 20px; text-indent: -9999px; transition: all 0.3s; position: relative; }
#header .col2 ul li .accountIcoArea ul li a span.settingIco:hover { opacity: 0.7; }
#header .col2 ul li .accountIcoArea ul li a span.logoutIco { display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url("../images/ico_logout.svg"); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 20px 20px; text-indent: -9999px; transition: all 0.3s; position: relative; }
#header .col2 ul li .accountIcoArea ul li a span.logoutIco:hover { opacity: 0.7; }*/
#header .col2 .noticeIco { display: inline-block; width: 35px; height: 28px; background-image: url("../images/ico_notice.svg"); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 18px 18px; text-indent: -9999px; transition: all 0.3s; position: relative; }
#header .col2 .noticeIco span.noticeUnread { position: absolute; top: 2px; right: 3px; display: block; width: 8px; height: 8px; background-color: #FF6565; border-radius: 10px; border: 2px solid #FFF; }
#header .col2 .noticeIco:hover { opacity: 0.7; }
#header .col2 .headerUser { display: flex; align-items: center; }
#header .col2 .headerUser img { display: block; width: 35px; height: 35px; border-radius: 100%; }
#header .col2 .headerUser > .name {  display: flex; align-items: center; margin: 0 10px 0 20px; max-width: 95px; }
#header .col2 .headerUser > .name span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#header .col2 .headerUser .receiptBox + .name,
#header .col2 .headerUser .accountBox + .name,
#header .col2 .headerUser .collectBox + .name { margin-left: 2px; }
#header .col2 .headerUser .receiptBox,
#header .col2 .headerUser .collectBox,
#header .col2 .headerUser .accountBox { margin-left: 11px; }
#header .col2 .headerUser .collectBox + .receiptBox,
#header .col2 .headerUser .accountBox + .collectBox,
#header .col2 .headerUser .accountBox + .receiptBox { margin-left: 0; }
#header .col2 .headerUser .accountBox { position: relative; margin-left: 11px; }
#header .col2 .headerUser .accountBox .accountIcoArea { display: block; position: absolute; top: 37px; right: -3px; width: 182px; height: 0; z-index: -1; background: #FFF; box-shadow: -5px 5px 8px #EEE; transition: all ease 0.3s; }
#header .col2 .headerUser .accountBox .accountIcoArea.active { height: auto; z-index: 13; }
#header .col2 .headerUser .accountBox .accountIcoArea:before { content: ""; position: absolute; top: -7px; right: 9px; display: block; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #63BCBC; z-index: 10;}
#header .col2 .headerUser .accountBox .accountIcoArea .accountHead { display: flex; align-items: center; justify-content: space-between; height: 35px; padding: 0 12px; background-color: #63BCBC; color: #FFF; font-weight: bold; font-family: system-ui; font-size: 1.2em; line-height: 1; }
#header .col2 .headerUser .accountBox .accountIcoArea .accountHead a.btnClose span { position: absolute; top: 0; right: 0; display: block; width: 35px; height: 35px; background-image: url("../images/ico_close.svg"); background-size: 12px 12px; background-repeat: no-repeat; background-position: center center; text-indent: -9999px; transition: all 0.2s; }
#header .col2 .headerUser .accountBox .accountIcoArea ul { display: block; border-right:none; padding-right: 0; }
#header .col2 .headerUser .accountBox .accountIcoArea ul li { padding: 15px 10px 14px 13px; width: 100%; box-sizing: border-box; transition: all 0.3s; }
#header .col2 .headerUser .accountBox .accountIcoArea ul li:not(:last-of-type) { border-bottom: 1px solid #DDD; }
#header .col2 .headerUser .accountBox .accountIcoArea ul li:hover { background-color: #DFECF3; cursor: pointer; }
#header .col2 .headerUser .accountBox .accountIcoArea ul li a { text-decoration: none; font-family: system-ui; font-weight: bold; color: #666; font-size: 1.1em; }
#header .col2 .headerUser .accountBox .accountIcoArea ul li a span.settingIco { display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url("../images/ico_setting.svg"); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 20px 20px; text-indent: -9999px; transition: all 0.3s; position: relative; }
#header .col2 .headerUser .accountBox .accountIcoArea ul li a span.settingIco:hover { opacity: 0.7; }
#header .col2 .headerUser .accountBox .accountIcoArea ul li a span.logoutIco { display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url("../images/ico_logout.svg"); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 20px 20px; text-indent: -9999px; transition: all 0.3s; position: relative; }
#header .col2 .headerUser .accountBox .accountIcoArea ul li a span.logoutIco:hover { opacity: 0.7; }

/*nav - iPad・mobile 対応用*/
@media screen and (orientation: portrait) {
	body.Tablet #header { display: none; }
  body.Tablet #header .col2 { position: relative; z-index: 6; }
  body.Tablet #header .col2 ul li { display: none; }
  body.Tablet #header .col2 ul li.spReceipt { display: block; }
  body.Tablet #header .col2 ul li.spReceipt a.logoutIco { display: inline-block; width: 20px; height: 20px; background-image: url(../images/ico_logout.svg); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 20px 20px; text-indent: -9999px; transition: all 0.3s; position: relative; }
  body.Tablet #header .col2 .headerUser .name { color: #FFF; }
}
@media screen and (max-width: 779px) {
  #header { display: none; }
  #header .col2 { position: relative; z-index: 6; }
  #header .col2 ul li { display: none; }
  #header .col2 ul li.spReceipt { display: block; }
  #header .col2 ul li.spReceipt a.logoutIco { display: inline-block; width: 20px; height: 20px; background-image: url(../images/ico_logout.svg); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 20px 20px; text-indent: -9999px; transition: all 0.3s; position: relative; }
  #header .col2 .headerUser .name { color: #FFF; }
}
  

/*-------------------------------------------------------------
tabMenu
-------------------------------------------------------------*/
.subTabBox { display: flex; justify-content: space-between; align-items: center; position: relative; min-height: 38px; }
.subTabBox + .subTabBox { padding: 10px 10px 0 10px; background-color: #FFF; }

/*上段*/
.subTab1 { position: absolute; min-height: 38px; left: 0; right: 0; }
.subTab1:after { content: ""; display: block; width: 30px; height: 100%; position: absolute; top: 0; right: 0; background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 100%); z-index: 2; }
.subTab1 ul { display: flex; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; }
.subTab1 ul li { white-space: nowrap; display: flex; padding: 0 15px; margin-right: 5px; background-color: #FFF; border-top: solid 4px #E1E4F0; line-height: 1; opacity: 0.6; transition: all 0.3s; }
.subTab1 ul li a { display: flex; height: 30px; /*padding-top: 2px;*/ box-sizing: border-box; align-items: center; text-decoration: none; font-size: 1em; font-weight: bold; color: #43425D; line-height: 1; }
.subTab1 ul li a span:first-of-type { margin-right:  8px; font-weight: normal; font-size: 0.9em; }
.subTab1 ul li.active,
.subTab1 ul li:hover { z-index: 2; color: #63BCBC; border-top-color: #63BCBC; opacity: 1; }
.subTab1 ul li.active a p,
.subTab1 ul li a:hover p { font-weight: normal; color: #43425D; border-bottom-color: transparent; }
.subTab1 ul li a.contactIco { margin-right: -10px; position: relative; }
.subTab1 ul li a.contactIco span.contactUnread { position: absolute; top: 8px; right: -4px; }

/*下段*/
.subTab2 { position: absolute; min-height: 30px; left: 10px; right: 10px; }
.subTab2.tabInIco { width: calc(100% - 63px); top: 14px; }
.subTab2:after { content: ""; display: block; width: 30px; height: 100%; position: absolute; top: 0; right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); }
.subTab2.tabInIco:after { content: ""; display: block; width: 30px; height: 30px; position: absolute; top: 0; right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); }
.subTab2.tabInIco + .inIco { position: absolute; right: 10px; width: 43px; min-height: 38px; box-sizing: border-box; }
.subTab2.tabInIco + .inIco a.btnSearch { margin-left: 5px; }
.subTab2 ul { display: flex; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; }
.subTab2 ul li { white-space: nowrap; }
.subTab2 ul li:not(:last-of-type) { margin-right: 5px; }
.subTab2 ul li a { opacity: 0.6; display: flex; height: 30px; align-items: center; justify-content: center; padding: 0 15px 0 15px; text-decoration: none; line-height: 1; font-size: 1em; font-weight: bold; font-family: system-ui; color: #FFF; background-color: #3B4043; border-radius: 3px; transition: all 0.3s; }
.subTab2 ul li.active a,
.subTab2 ul li a:hover { opacity: 1; }


/*-------------------------------------------------------------
nav
-------------------------------------------------------------*/
#colSub #nav { height: 100vh; width: 68px; overflow-y: auto; overflow-x: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#colSub #nav::-webkit-scrollbar { display: none; }
}
#colSub #nav .navUpper,
#colSub #nav input#hamburger,
#colSub #nav input#hamburger + label { display: none; }
#colSub #nav > .globalMenu ul { list-style: none; }
#colSub #nav > .globalMenu ul li { display: block; height: 68px; position: relative; transition: all 0.3s; }
#colSub #nav > .globalMenu ul li:after { opacity: 0; content: ""; position: absolute; top: calc(50% - 5.5px); right: 0; display: block; width: 0; height: 0; border-style: solid; border-width: 5.5px 5px 5.5px 0; border-color: transparent #FFF transparent transparent; z-index: 3; }
#colSub #nav > .globalMenu ul li:hover { background-color: #818181; }
#colSub #nav > .globalMenu ul li:hover:after { opacity: 1; }
#colSub #nav > .globalMenu ul li a { position: relative; display: block; width: 68px; height: 68px; background-position: center center; background-repeat: no-repeat; text-indent: -9999px; opacity: 0.6; transition: all 0.3s; }
#colSub #nav > .globalMenu ul li a span { display: inline-block; position: absolute; z-index: 3; top: calc(50% - 1em); left: 110%; visibility: hidden; white-space: nowrap; padding: 0.5em 0.6em 0.3em 0.5em; transition: opacity 3s; text-align: center; opacity: 0; color: #FFF; border-radius: 3px; background-color: #000; text-indent: 0; line-height: 1; font-size: 10px; }
#colSub #nav > .globalMenu ul li a:hover span { visibility: visible; opacity: 1; }
#colSub #nav > .globalMenu ul li.navHome a { background-image: url("../images/ico_home.svg"); background-size: 19px 19px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navOrder a { background-image: url("../images/ico_order.svg"); background-size: 18px 20px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navClaim a { background-image: url("../images/ico_claim.svg"); background-size: 18px 16px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navDeposit a { background-image: url("../images/ico_payment.svg"); background-size: 17px 20px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navProduction a { background-image: url("../images/ico_production.svg"); background-size: 17px 18px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navMaterial a { background-image: url("../images/ico_material.svg"); background-size: 21px 19px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navPlanning a { background-image: url("../images/ico_planning.svg"); background-size: 20px 22px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navData a { background-image: url("../images/ico_data.svg"); background-size: 16px 16px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navCustomer a { background-image: url("../images/ico_contact_wt.svg"); background-size: 18px 18px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navNotice a { background-image: url("../images/ico_notice_white.svg"); background-size: 22px 16px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navDashboard a { background-image: url("../images/ico_dashboard.svg"); background-size: 16px 16px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navMaster a { background-image: url("../images/ico_master.svg"); background-size: 18px 18px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navReceipt a { background-image: url("../images/ico_receipt_wt.svg"); background-size: 17px 20px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navModel a { background-image: url("../images/ico_model.svg"); background-size: 18px 18px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navCollect a { background-image: url("../images/ico_collect_wt.svg"); background-size: 24px 18px; background-position: 26px; }
#colSub #nav > .globalMenu ul li.navDocument a { background-image: url(../images/ico_manual.svg); background-size: 16px 16px; background-position: 26px; }
#colSub #nav > .globalMenu ul li a:hover { opacity: 1; }
#colSub #nav > .globalMenu ul li.navMaster #localNav { display: none; }

/*nav - iPad・mobile 対応用*/
@media screen and (orientation: portrait) {
	body.Tablet #colSub { position: fixed; top: 0; left: 0; width: 100vw; max-width: 100%; height: 50px; min-height: 50px; z-index: 5; display: flex !important; overflow: unset; }
	body.Tablet #colSub.active { /*height: auto;*/ min-height: unset; }
	body.Tablet #colSub #nav { position: relative; width: 100vw !important; height: auto; overflow: unset; }
	body.Tablet #colSub #nav > .navUpper { position: relative; display: flex; align-items: center; justify-content: space-between; height: 50px; padding: 0 40px 0 20px; background-color: #3B4043; }
	body.Tablet #colSub #nav > .navUpper .col1 .systemName { display: none; }
	body.Tablet #colSub #nav > .navUpper .col2 { flex:1 }
	body.Tablet #colSub #nav > .navUpper .col2 ul { display: flex; justify-content: flex-end; margin-right: 10px; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li { color: #FFF; display: flex; align-items: center; }
	body.Tablet #colSub #nav > .navUpper .col2 > ul > li a.contactIco { display: none; }
	body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter { position: relative; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea { display: block; position: absolute; top: 50px; right: 0; width: 167px; height: 0; z-index: -1; background-color: #FFF; box-shadow: -5px 5px 8px #EEE; transition: all ease 0.3s; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea.active { height: auto; z-index: 10; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea:before { content: ""; position: absolute; top: -10px; right: 7px; display: block; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 12px solid #63BCBC; z-index: 10; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea .accountHead { display: flex; align-items: center; justify-content: space-between ;height: 35px; padding: 0 12px; background-color: #63BCBC; color: #FFF; font-weight: bold; font-family: system-ui; font-size: 1.2em; line-height: 1; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea .accountHead a.btnClose span { position: absolute; top: 0; right: 0; display: block; width: 35px; height: 35px; background-image: url(../images/ico_close.svg); background-size: 12px 12px; background-repeat: no-repeat; background-position: center center; text-indent: -9999px; transition: all 0.2s; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul { display: block; border-right: none; margin-right: 0; }
 	body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li { padding: 15px 10px 14px 13px; width: 100%; box-sizing: border-box; transition: all 0.3s; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li:not(:last-of-type) { border-bottom: 1px solid #DDD; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li a { text-decoration: none; font-family: system-ui; font-weight: bold; color: #666; font-size: 1.1em; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li a span.settingIco { display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url(../images/ico_setting.svg); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 20px 20px; text-indent: -9999px; transition: all 0.3s; position: relative; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li a:hover span.settingIco { opacity: 0.7; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li a span.logoutIco { display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url(../images/ico_logout.svg); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 20px 20px; text-indent: -9999px; transition: all 0.3s; position: relative; }
  body.Tablet #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li a:hover span.logoutIco { opacity: 0.7; }
	body.Tablet #colSub #nav > .globalMenu { background-color: #3B4043; }
	body.Tablet #colSub #nav > .globalMenu ul { opacity: 0; max-height: 0; overflow: hidden; transition: max-height linear 0.5s, opacity linear 0.5s; }
	body.Tablet #colSub #nav > .globalMenu ul li { height: 60px; }
	body.Tablet #colSub #nav > .globalMenu ul li:after { content: none; }
	body.Tablet #colSub #nav > .globalMenu ul li a { width: 100vw !important; height: 60px; text-indent: 0; color: #FFF; font-weight: bold; text-decoration: none; background-position: left 20px center !important; display: flex; align-items: center; padding-left: 50px; }
  body.Tablet #colSub #nav input#hamburger { display: none; }
  body.Tablet #colSub #nav input#hamburger + label { display: block; position: absolute; top: 16px; right: 20px; width: 18px; height: 17px; margin-right: 0; background: url("../images/ico_menu.svg") no-repeat 0 0; background-size: 18px 17px; text-indent: -9999px; cursor: pointer; }
  body.Tablet #colSub #nav input#hamburger:checked + label#hamburgerOn { display: block; position: absolute; top: 15px; right: 20px; width: 20px; height: 20px; margin-right: 0; background: url("../images/header_close.svg") no-repeat 0 0; background-size: 20px 20px; text-indent: -9999px; cursor: pointer; }
  body.Tablet #colSub #nav input#hamburger:checked + label + .globalMenu {}
	body.Tablet #colSub #nav input#hamburger:checked + label + .globalMenu:after { position: absolute; content: ""; bottom: calc(0% - 15px); left: 0; display: block; width: 100%; height: 15px; background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); }
  body.Tablet #colSub #nav input#hamburger:checked + label + .globalMenu > ul { position: relative; max-height: calc(100vh - 50px); opacity: 1; background-color: #3B4043; overflow-y: auto; transition: max-height linear 0.6s, opacity linear 0.8s; }
	body.Tablet #colSub #nav > .globalMenu ul li.navMaster { height: auto !important; }
	body.Tablet #colSub #nav > .globalMenu ul li.navMaster a { border-bottom: 1px solid #999; }
	body.Tablet #colSub #nav > .globalMenu ul li.navMaster #localNav { display: block; height: auto; width: 100%; }
	body.Tablet #colSub #nav > .globalMenu ul li.navMaster #localNav > ul { max-height: 100%; opacity: 1; }
	body.Tablet #colSub #nav > .globalMenu ul li.navMaster #localNav > ul li a { padding: 0 10px 0 65px; position: relative; background-image: none; }
	body.Tablet #colSub #nav > .globalMenu ul li.navMaster #localNav > ul li a:before { content: ""; position: absolute; top: calc(50% - 5.5px); left: 52px; display: block; width: 0; height: 0; border-style: solid; border-width: 5.5px 0 5.5px 5px; border-color: transparent transparent transparent #FFF; }
}
@media screen and (max-width: 779px) {
	#colSub { position: fixed; top: 0; left: 0; width: 100vw; max-width: 100%; height: 50px; min-height: 50px; z-index: 11; display: flex !important; overflow: unset; }
	#colSub.active { /*height: auto;*/ min-height: unset; }
	#colSub #nav { position: relative; width: 100vw !important; height: auto; overflow: unset; }
	#colSub #nav > .navUpper { position: relative; display: flex; align-items: center; justify-content: space-between; height: 50px; padding: 0 40px 0 20px; background-color: #3B4043; }
	#colSub #nav > .navUpper .col1 .systemName { display: none; }
	#colSub #nav > .navUpper .col2 { flex:1 }
	#colSub #nav > .navUpper .col2 ul { display: flex; justify-content: flex-end; margin-right: 10px; }
  #colSub #nav > .navUpper .col2 ul li { color: #FFF; display: flex; align-items: center; }
	#colSub #nav > .navUpper .col2 > ul > li a.contactIco { display: none; }
	#colSub #nav > .navUpper .col2 ul li.accountOuter { position: relative; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea { display: block; position: absolute; top: 50px; right: 0; width: 167px; height: 0; z-index: -1; background-color: #FFF; box-shadow: -5px 5px 8px #EEE; transition: all ease 0.3s; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea.active { height: auto; z-index: 10; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea:before { content: ""; position: absolute; top: -10px; right: 7px; display: block; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 12px solid #63BCBC; z-index: 10; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea .accountHead { display: flex; align-items: center; justify-content: space-between ;height: 35px; padding: 0 12px; background-color: #63BCBC; color: #FFF; font-weight: bold; font-family: system-ui; font-size: 1.2em; line-height: 1; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea .accountHead a.btnClose span { position: absolute; top: 0; right: 0; display: block; width: 35px; height: 35px; background-image: url(../images/ico_close.svg); background-size: 12px 12px; background-repeat: no-repeat; background-position: center center; text-indent: -9999px; transition: all 0.2s; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul { display: block; border-right: none; margin-right: 0; }
 	#colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li { padding: 15px 10px 14px 13px; width: 100%; box-sizing: border-box; transition: all 0.3s; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li:not(:last-of-type) { border-bottom: 1px solid #DDD; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li a { text-decoration: none; font-family: system-ui; font-weight: bold; color: #666; font-size: 1.1em; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li a span.settingIco { display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url(../images/ico_setting.svg); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 20px 20px; text-indent: -9999px; transition: all 0.3s; position: relative; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li a:hover span.settingIco { opacity: 0.7; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li a span.logoutIco { display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-image: url(../images/ico_logout.svg); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 20px 20px; text-indent: -9999px; transition: all 0.3s; position: relative; }
  #colSub #nav > .navUpper .col2 ul li.accountOuter > .accountIcoArea ul li a:hover span.logoutIco { opacity: 0.7; }
	#colSub #nav > .globalMenu { background-color: #3B4043; }
	#colSub #nav > .globalMenu ul { opacity: 0; max-height: 0; overflow: hidden; transition: max-height linear 0.5s, opacity linear 0.5s; }
	#colSub #nav > .globalMenu ul li { height: 60px; }
	#colSub #nav > .globalMenu ul li:after { content: none; }
	#colSub #nav > .globalMenu ul li a { width: 100vw !important; height: 60px; text-indent: 0; color: #FFF; font-weight: bold; text-decoration: none; background-position: left 20px center !important; display: flex; align-items: center; padding-left: 50px; }
  #colSub #nav input#hamburger { display: none; }
  #colSub #nav input#hamburger + label { display: block; position: absolute; top: 16px; right: 20px; width: 18px; height: 17px; margin-right: 0; background: url("../images/ico_menu.svg") no-repeat 0 0; background-size: 18px 17px; text-indent: -9999px; cursor: pointer; }
  #colSub #nav input#hamburger:checked + label#hamburgerOn { display: block; position: absolute; top: 15px; right: 20px; width: 20px; height: 20px; margin-right: 0; background: url("../images/header_close.svg") no-repeat 0 0; background-size: 20px 20px; text-indent: -9999px; cursor: pointer; }
  #colSub #nav input#hamburger:checked + label + .globalMenu {}
	#colSub #nav input#hamburger:checked + label + .globalMenu:after { position: absolute; content: ""; bottom: calc(0% - 15px); left: 0; display: block; width: 100%; height: 15px; background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); }
  #colSub #nav input#hamburger:checked + label + .globalMenu > ul { position: relative; max-height: calc(100vh - 50px); max-height: calc(100dvh - 50px); opacity: 1; background-color: #3B4043; overflow-y: auto; transition: max-height linear 0.6s, opacity linear 0.8s; }
	#colSub #nav > .globalMenu ul li.navMaster.active { height: auto !important; }
	#colSub #nav > .globalMenu ul li.navMaster a { border-bottom: 1px solid #999; }
	#colSub #nav > .globalMenu ul li.navMaster #localNav { display: block; height: auto; width: 100%; }
	#colSub #nav > .globalMenu ul li.navMaster #localNav > ul { max-height: 100%; opacity: 1; }
	#colSub #nav > .globalMenu ul li.navMaster #localNav > ul li { }
	#colSub #nav > .globalMenu ul li.navMaster #localNav > ul li a { padding: 0 10px 0 65px; position: relative; background-image: none; }
	#colSub #nav > .globalMenu ul li.navMaster #localNav > ul li a:before { content: ""; position: absolute; top: calc(50% - 5.5px); left: 52px; display: block; width: 0; height: 0; border-style: solid; border-width: 5.5px 0 5.5px 5px; border-color: transparent transparent transparent #FFF; }
}


/*-------------------------------------------------------------
nav - active
-------------------------------------------------------------*/
body#pageHome #colSub #nav > .globalMenu ul li.navHome a,
body#pageOrder #colSub #nav > .globalMenu ul li.navOrder a,
body#pageAbOrderShosai #colSub #nav > .globalMenu ul li.navClaim a,
body#pageAbOrderShosai #colSub #nav > .globalMenu ul li.navDelivery a,
body#pageAbOrderShosai #colSub #nav > .globalMenu ul li.navProduction a,
body#pageAbOrderShosai #colSub #nav > .globalMenu ul li.navMaterial a,
body#pageAbOrderShosai #colSub #nav > .globalMenu ul li.navPlanning a,
body#pageAbOrderShosai #colSub #nav > .globalMenu ul li.navData a,
body#pageAbOrderShosai #colSub #nav > .globalMenu ul li.navCustomer a,
body#pageAbOrderShosai #colSub #nav > .globalMenu ul li.navNotice a,
body#pageAbOrderShosai #colSub #nav > .globalMenu ul li.navDashboard a,
body#pageAbOrderShosai #colSub #nav > .globalMenu ul li.navMaster a { background-color: #818181; opacity: 1; }
body#pageHome #colSub #nav > .globalMenu ul li.navHome:after,
body#pageOrder #colSub #nav > .globalMenu ul li.navOrder:after,
body#pageOrderShosai #colSub #nav > .globalMenu ul li.navClaim:after,
body#pageOrderShosai #colSub #nav > .globalMenu ul li.navDelivery:after,
body#pageOrderShosai #colSub #nav > .globalMenu ul li.navProduction:after,
body#pageOrderShosai #colSub #nav > .globalMenu ul li.navMaterial:after,
body#pageOrderShosai #colSub #nav > .globalMenu ul li.navPlanning:after,
body#pageOrderShosai #colSub #nav > .globalMenu ul li.navData:after,
body#pageOrderShosai #colSub #nav > .globalMenu ul li.navCustomer:after,
body#pageOrderShosai #colSub #nav > .globalMenu ul li.navNotice:after,
body#pageOrderShosai #colSub #nav > .globalMenu ul li.navDashboard:after,
body#pageOrderShosai #colSub #nav > .globalMenu ul li.navMaster:after { opacity: 1; }


/*-------------------------------------------------------------
localNav
-------------------------------------------------------------*/
#localNav { flex-grow: 0; flex-shrink: 0; flex-basis: 110px; width: 110px; background-color: #818181; height: 100vh; overflow: auto; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#localNav::-webkit-scrollbar { display: none; }
}
#localNav + .inner { flex-grow: 0; flex-shrink: 0; flex-basis: calc(100% - 110px); width: calc(100% - 110px);  }
#localNav p { display: flex; align-items: center; height: 60px; padding: 0 10px 0 10px; background-color: #818181; color: #FFF; font-size: 1.1em; font-weight: bold; box-sizing: border-box; }
#localNav ul { list-style: none; }
#localNav ul li { display: block; position: relative; }
#localNav ul li:after { opacity: 0; content: ""; position: absolute; top: calc(50% - 5.5px); right: 0; display: block; width: 0; height: 0; border-style: solid; border-width: 5.5px 5px 5.5px 0; border-color: transparent #FFF transparent transparent; z-index: 3; }
#localNav ul li:hover:after,
#localNav ul li.active:after { opacity: 1; }
#localNav ul li a { display: block; padding: 12px 10px 10px 10px; text-decoration: none; font-weight: bold; color: #FFF; font-size: 1em; transition: all 0.3s; }
#localNav ul li a:hover,
#localNav ul li.active a { background-color: #A7A7A7; }
body#pageMasterTk #colSub #nav ul li:after,
body#pageMasterTkShosai #colSub #nav ul li:after { border-color: transparent #A7A7A7 transparent transparent; }
input#menuColSub { display: none; }
input#menuColSub + label.btnMenuColSub { background-color: #4D4F5C !important; border-radius: 3px; position: absolute; top: 8px; left: 0; z-index: 100; transition: all 0.2s; }
input#menuColSub + label.btnMenuColSub span { display: block; width: 30px; height: 30px; border-radius: 3px; background: url("../images/ico_menu.svg") no-repeat center center; background-size: 14px 14px; text-indent: -9999px; opacity: 0.6; }
input#menuColSub + label.btnMenuColSub:hover,
input#menuColSub.active + label.btnMenuColSub { background-color: #818181 !important; }
input#menuColSub + label.btnMenuColSub:hover span,
input#menuColSub.active + label.btnMenuColSub span { opacity: 1; }
input#menuColSub.active + label.btnMenuColSub span { display: block; width: 30px; height: 30px; border-radius: 3px; background: url("../images/ico_close.svg") no-repeat center center; background-size: 14px 14px; text-indent: -9999px; }
input#menuColSub.active + label.btnMenuColSub:hover { background-color: #4D4F5C !important; }
input#menuColSub.active + label.btnMenuColSub:hover span { opacity: 0.6; }
#colSub { display: none; }
input#menuColSub:checked + label.btnMenuColSub + #colSub { display: flex; }
@media screen and (max-width: 779px) {
  #localNav {  }
	input#menuColSub + label.btnMenuColSub span { display: block; width: 30px; height: 30px; border-radius: 3px; background: url("../images/ico_menu.svg") no-repeat center center; background-size: 14px 14px; text-indent: -9999px; opacity: 0.6; }
	input#menuColSub.active + label.btnMenuColSub span { display: block; width: 30px; height: 30px; border-radius: 3px; background: url("../images/ico_close.svg") no-repeat center center; background-size: 14px 14px; text-indent: -9999px; opacity: 0.6; }
}


/*-------------------------------------------------------------
コンテンツ
-------------------------------------------------------------*/

/*上部要素*/
.upperBox { display: flex; align-items: center; justify-content: space-between; }
.upperBox .col1 { flex: 1; display: inline-flex; align-items: center; }
.upperBox .col1 h2 + span { margin-bottom: -3px; margin-left: 5px; }
.upperBox .col2 { display: inline-flex; align-items: center; }

/*orderTotal*/
.orderTotal { display: flex; justify-content: space-between; flex-wrap: wrap; overflow: hidden; box-sizing: border-box; }
.orderTotal dl:last-of-type,
.orderTotal dl:nth-last-of-type(3) { width: 108px; } 
.orderTotal dl:nth-last-of-type(2) { width: 82px; }
.orderTotal dt { font-size: 1em; font-weight: bold; color: #838691; }
.orderTotal dd { display: flex; height: 30px; white-space: nowrap; align-items: center; line-height: 1; }
.orderTotal dl:nth-of-type(-n+7) dd { font-size: 1.2em; }

/*search*/
input.searchText.bgColor:focus { background-color: #F5F6FA !important; }
input.searchText.bgColor8:focus { background-color: #FFF !important; }

/*下部固定エリア（ボタン）*/
.bottomArea { display: flex; padding: 10px; justify-content: space-between; align-items: center; background-color: #FFF; }
.pagerArea + .bottomArea { padding-top: 0 !important; }

/*extSearch*/
.searchBox > .inputOuter { position: relative; display: inline-block; }
.searchBox .inputOuter:after { content: ""; width: 6px; height: 6px; border: 0; border-bottom: solid 1px #808495; border-right: solid 1px #808495; position: absolute; top: 50%; right: calc(0% + 14px); margin-top: -6px; transform: rotate(45deg); pointer-events: none; }
.searchBox.active .inputOuter:after { z-index: 4; }
.searchBox input.selectedText { position: relative; width: 350px; cursor: pointer; }
.searchBox.active input.selectedText { z-index: 3; }
.searchBox input.selectedText:focus + .extSearch { display: inline-block; }
.extSearch { display: none; position: absolute; top: -10px; left: -10px; width: 370px; box-sizing: border-box; padding: 50px 5px 5px 5px; box-shadow: 0 0 18px 9px rgba(0, 0, 0, 0.13); border: 5px solid #F5F6FA; background-color: #FFF; z-index: 2; }
.extSearch .searchResultBox .searchBox { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.extSearch .searchResultBox > .searchBox { margin-bottom: 10px !important; }
.extSearch .searchResultBox .searchBox input.searchText { flex: 1; }
.extSearch .searchResultBox .searchBox input[type="submit"] { position: relative; margin-left: 5px; text-decoration: none !important; line-height: 1em; font-weight: bold; display: inline-flex; justify-content: center; align-items: center; cursor: pointer; border-radius: 3px; transition: all 0.2s; border: 0; font-size: 1em; font-family: system-ui; width: 60px; height: 25px; color: #FFF; background-color: #3B4043; }
.partsSizeL .extSearch .searchResultBox .searchBox input[type="submit"] { height: 38px; font-size: 1.2em; }
.extSearch .searchResultBox .searchBox input[type="submit"]:hover { opacity: 0.6; }
.extSearch .searchResultBox .searchBox input[readonly]:focus { border-color: #CCC !important; }
.extSearch .searchResultBox .inner { display: block; }
.extSearch .searchResultBox .inner .ttlBox { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 5px; }
.extSearch .searchResultBox .inner .ttlBox .ttl { font-weight: bold; }
.extSearch .searchResultBox .inner .ttlBox .btnReset { width: 60px !important; height: 25px !important; font-size: 12px !important; }
.extSearch .searchResultBox .inner .searchResult { height: 150px; overflow: auto; }
.extSearch .searchResultBox .inner .searchResult ul { border-top: 1px dotted #CCC; }
.extSearch .searchResultBox .inner .searchResult ul li { border-bottom: 1px dotted #CCC; }
.extSearch .searchResultBox .inner .searchResult ul li:nth-child(odd) { }
.extSearch .searchResultBox .inner .searchResult ul li a { display: block; font-family: system-ui; padding: 8px 5px; text-decoration: none; }
.extSearch .searchResultBox .inner .searchResult ul li a:hover { background-color: #63BCBC; color: #FFF; }
.extSearch .searchResultBox .inner .btnBox { background-color: #F5F6FA; text-align: center; }
.extSearch .searchResultBox .inner .btnBox a { font-family: system-ui; }

/*extSearch - Mサイズ*/
.searchBox.SizeM > .inputOuter:after { content: ""; width: 6px; height: 6px; border: 0; border-bottom: solid 1px #808495; border-right: solid 1px #808495; position: absolute; top: 50%; right: calc(0% + 14px); margin-top: -5px; transform: rotate(45deg); pointer-events: none; }
.searchBox.SizeM input.selectedText { width: 260px; }
.searchBox.SizeM .extSearch { width: 280px; padding: 35px 5px 5px; }
.partsSizeL .searchBox.SizeM .extSearch { width: 280px; padding: 49px 5px 5px; }
.searchBox.SizeM .extSearch .searchResultBox .inner .btnBox { justify-content: center; }
.searchBox.SizeM .extSearch .searchResultBox .searchBox input[type="submit"] { height: 25px; width: 40px; font-size: 1em; font-family: system-ui; padding: 3px 6px; }
.partsSizeL .searchBox.SizeM .extSearch .searchResultBox .searchBox input[type="submit"] { height: 38px; }

/*extSearch - Sサイズ*/
.searchBox.SizeS > .inputOuter:after { content: ""; width: 6px; height: 6px; border: 0; border-bottom: solid 1px #808495; border-right: solid 1px #808495; position: absolute; top: 50%; right: calc(0% + 10px); margin-top: -5px; transform: rotate(45deg); pointer-events: none; }
.searchBox.SizeS input.selectedText { width: 185px; }
.searchBox.SizeS .extSearch { width: 205px; padding: 35px 5px 5px; }
.partsSizeL .searchBox.SizeS .extSearch { width: 205px; padding: 49px 5px 5px; }
.searchBox.SizeS .extSearch .searchResultBox .inner .btnBox { justify-content: center; }
.searchBox.SizeS .extSearch .searchResultBox .searchBox input[type="submit"] { height: 25px; width: 40px; font-size: 1em; font-family: system-ui; padding: 3px 6px; }
.partsSizeL .searchBox.SizeS .extSearch .searchResultBox .searchBox input[type="submit"] { height: 38px; }

/*extSearch - SSサイズ*/
.searchBox.SizeSS > .inputOuter:after { content: ""; width: 6px; height: 6px; border: 0; border-bottom: solid 1px #808495; border-right: solid 1px #808495; position: absolute; top: 50%; right: calc(0% + 14px); margin-top: -5px; transform: rotate(45deg); pointer-events: none; }
.searchBox.SizeSS input.selectedText { width: 160px; }
.searchBox.SizeSS .extSearch { width: 180px; padding: 35px 5px 5px; }
.partsSizeL .searchBox.SizeSS .extSearch { width: 205px; padding: 49px 5px 5px; }
.searchBox.SizeSS .extSearch .searchResultBox .inner .btnBox { justify-content: center; }
.searchBox.SizeSS .extSearch .searchResultBox .searchBox input[type="submit"] { height: 25px; width: 40px; font-size: 1em; font-family: system-ui; padding: 3px 6px; }
.partsSizeL .searchBox.SizeSS .extSearch .searchResultBox .searchBox input[type="submit"] { height: 38px; }

/*searchBox2 - subtab2並び用 - 水色枠*/
.searchBox2 .extSearch { padding: 35px 5px 5px; }
.searchBox2 .extSearch .searchResultBox .searchBox input[type="submit"] { height: 25px; font-size: 1em; font-family: system-ui; padding: 3px 6px; }

/*searchBox内にexSearchを設置する場合用*/
.searchBox .inner > .searchBox { margin-bottom: 0; }
.searchBox .inner > .searchBox .inputOuter { z-index: 10; }
.searchBox2 .searchBox .inputOuter { z-index: 10; }
.searchBox .extSearchArea.searchBox .inputOuter { z-index: 10; }
.searchBox .formGroup > .inner:first-of-type .extSearchArea.searchBox .inputOuter { z-index: 11; }
.searchBox,
.searchBox2 { max-width: calc(100vw - 108px); }
#colMain.menuClose .searchBox,
#colMain.menuClose .searchBox2 { max-width: calc(100vw - 40px); }
body.Master .searchBox,
body.Master .searchBox2 { max-width: calc(100vw - 218px); }
body.Master #colMain.menuClose .searchBox,
body.Master #colMain.menuClose .searchBox2 { max-width: calc(100vw - 40px); }
@media screen and (max-width: 779px) {
  /*body.Master #colMain.menuClose .searchBox,
  body.Master #colMain.menuClose .searchBox2 { max-width: calc(100vw - 20px); }*/
  .searchBox,
  .searchBox2 { max-width: calc(100vw - 20px) !important; }
}


/*------------------------------------------------------------
ラベル
-------------------------------------------------------------*/

/*ラベルタイプ*/
.labelType1 { font-family: system-ui; display: inline-flex; padding: 10px; height: 30px; border-radius: 3px; color: #FFF; font-weight: bold; line-height: 1em; justify-content: center; align-items: center; box-sizing: border-box; }
.labelType2 { font-family: system-ui; display: inline-flex; padding: 2px 5px; height: 15px; color: #FFF; font-size: 0.5em; font-weight: bold; line-height: 1em; justify-content: center; align-items: center; vertical-align: baseline; box-sizing: border-box; }
.labelType3 { font-family: system-ui; display: inline-flex; width: 60px; height: 24px; border-radius: 14px; color: #FFF; font-weight: bold; line-height: 1em; justify-content: center; align-items: center; box-sizing: border-box; }
.labelType4 { font-family: system-ui; width: 20px; height: 10px; border-radius: 5px; }

.labelType3_2 { font-family: system-ui; display: inline-flex; width: 80px; height: 24px; border-radius: 14px; color: #FFF; font-weight: bold; line-height: 1em; justify-content: center; align-items: center; box-sizing: border-box; }

/*-------------------------------------------------------------
装飾用
-------------------------------------------------------------*/

/*テキスト 折り返しなし 3点リーダー表示*/
.textElipsis { display: block; overflow: hidden !important; text-overflow: ellipsis; white-space: nowrap; }

/*商品タイトル*/
.pdTitle { font-size: 1.7em; font-weight: bold; }

/*ボックス内 下からグラデーション */
.boxGradation { position: relative; }
.boxGradation:after { content: ""; position: absolute; bottom: calc(0% + 20px); right: calc(0% + 20px);  left: calc(0% + 20px); display: block; width: calc(100% - 40px); height: 10px; background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 20%, rgba(255, 255, 255, 1) 100%); }

/*アスタリスク*/
.impText { text-indent: -1em; padding-left: 1em; color: #FF6565; }
.impText:before { content: "※" !important; font-size: 1em; color: #FF6565; }

/*checkbox - 枠線なし 背景なし用*/
.checkNon label.checkBox:after { outline-color: transparent; }
.checkNon input[type="checkbox"][disabled] + label.checkBox:after { border-color: transparent; background-color: transparent !important; }

/*エラーメッセージ + サクセスメッセージ*/
.errBoxOuter { position: relative; padding: 15px; background-color: #F5E1E9; border: 1px solid #E84262; color: #E84262; margin-bottom: 10px; margin-top: 1px; }
.errBoxOuter > a { position: absolute; top: -10px; left: -10px; display: inline-block; width: 20px; height: 20px; border-radius: 50%; background-color: #E84262; background-image: url("../images/ico_close_bold.svg"); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 10px 10px; margin-bottom: 10px; text-indent: -9999px; }
ul.errBox { text-align: center;  font-size: 14px; display: flex; flex-direction: column; justify-content: flex-start; }
ul.errBox li { text-align: left; display: inline-flex; align-items: center; margin-left: 0 !important; font-size: 0.85em; }
ul.errBox li + li { margin-top: 10px; }
.headerBox > .upperBox + .errBoxOuter { margin-top: 15px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > .errBoxOuter { position: absolute; width: calc(100% - 52px); top: 10px; left: 10px; right: 10px; margin-bottom: 0; box-shadow: -5px 5px 8px #ddd; z-index: 10; }
.successBoxOuter { position: relative; padding: 15px; background-color: #F5F6FA; border: 1px solid #3E55E6; color: #3E55E6; margin-bottom: 10px; margin-top: 1px; }
.successBoxOuter > a { position: absolute; top: -10px; left: -10px; display: inline-block; width: 20px; height: 20px; border-radius: 50%; background-color: #3E55E6; background-image: url("../images/ico_close_bold.svg"); background-repeat: no-repeat; background-position: center center; vertical-align: middle; background-size: 10px 10px; margin-bottom: 10px; text-indent: -9999px; }
ul.successBox { text-align: center;  font-size: 14px; display: flex; flex-direction: column; justify-content: flex-start; }
ul.successBox li { text-align: left; display: inline-flex; align-items: center; margin-left: 0 !important; font-size: 0.85em; }
ul.successBox li + li { margin-top: 10px; }
.headerBox > .upperBox + .successBoxOuter { margin-top: 15px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > .successBoxOuter { position: absolute; width: calc(100% - 52px); top: 10px; left: 10px; right: 10px; margin-bottom: 0; box-shadow: -5px 5px 8px #ddd; z-index: 10; }
/*#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2:before { height: calc(100% - 46px); }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > ul.errBox { position: absolute; width: calc(100% - 52px); top: 10px; left: 10px; right: 10px; margin-bottom: 0; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > ul.errBox + .scrollTableOuter { height: calc(100% - 76px) !important; top: 66px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > ul.errBox + .scrollTableOuter2 { height: calc(100% - 114px) !important; top: 66px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > ul.errBox + .scrollTableOuter3 { height: calc(100% - 76px) !important; top: 66px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox > ul.errBox + .scrollOuter { height: calc(100% - 20px) !important; top: 66px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager > ul.errBox + .scrollTableOuter,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager > ul.errBox + .scrollTableOuter3,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager > ul.errBox + .scrollOuter { height: calc(100% - 120px) !important; top: 66px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.bottom > ul.errBox + .scrollTableOuter,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.bottom > ul.errBox + .scrollTableOuter3,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.bottom > ul.errBox + .scrollOuter { height: calc(100% - 114px) !important; top: 66px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom > ul.errBox + .scrollTableOuter,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom > ul.errBox + .scrollTableOuter3,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom > ul.errBox + .scrollOuter { height: calc(100% - 168px) !important; top: 66px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom1 > ul.errBox + .scrollTableOuter,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom1 > ul.errBox + .scrollTableOuter3,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom1 > ul.errBox + .scrollOuter { height: calc(100% - 122px) !important; top: 66px; }
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2 > ul.errBox + .scrollTableOuter,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2 > ul.errBox + .scrollTableOuter3,
#colMain > .inner #main > .inner > .contentsArea > .contentsBox.pager.bottom2 > ul.errBox + .scrollOuter { height: calc(100% - 122px) !important; top: 66px; }*/

/*ツールチップ*/
.tooltip { margin-top: -6px; }
.tooltip > span { display: inline-block; width: 18px; height: 18px; border-radius: 50%; background-color: #C1C1C1 !important; background: url("../images/ico_question.svg") no-repeat center center; background-size: 12px 16px; text-indent: -9999px; margin-left: 3px; }

/*フィルター共有select*/
#loadSettingId[share="1"],
#searchSettingSelect[share="1"],
analysisSettingSelect[share="1"] { background-color: #FFFBE8; font-weight: bold; position: relative; }

/*詳細検索オプション対応*/
.search-setting-search-header > .col { width: 100%; }
.search-setting-search-header-group-wrapper { display: flex; }
.search-setting-search-header-group-wrapper > .search-setting-search-header-group:nth-of-type(1) { margin-right: auto; }
.search-setting-search-header-group-wrapper > .search-setting-search-header-group:nth-of-type(2) { margin-left: auto; }

/*注釈表示用*/
.note { display: inline-block !important; position: relative; width: 100%; }
.note > span { position: absolute; font-size: 0.8em; color: #FF6565; }
.note > span:before { content: "*" !important; font-size: 1.4em; color: #FF6565; }

/*TEL表示スマホ用*/
a[href*="tel:"] {}
@media screen and (min-width: 480px) {
  a[href*="tel:"] { pointer-events: none; cursor: default; text-decoration: none; }
}

/*詳細表示用*/
.detailOpen { display: flex; align-items: center; justify-content: center; text-decoration: none; }
.detailOpen span { position: relative; color: #3E55E6; }
.detailOpen span:after { content: ""; width: 6px; height: 6px; border: 0; border-bottom: solid 1px #3E55E6; border-right: solid 1px #3E55E6; position: absolute; top: 50%; right: calc(0% - 15px); margin-top: -6px; transform: rotate(45deg); pointer-events: none; }
.detailClose { display: flex; align-items: center; justify-content: center; text-decoration: none; }
.detailClose span { position: relative; color: #3E55E6; }
.detailClose span:after { content: ""; width: 6px; height: 6px; border: 0; border-bottom: solid 1px #3E55E6; border-right: solid 1px #3E55E6; position: absolute; top: 50%; right: calc(0% - 15px); margin-top: -3px; transform: rotate(-135deg); pointer-events: none; }

/*待機中画面（読み込み中）*/
#wrapperMask { width: 100%; height: 100%; position: absolute; top: 0; right: 0;bottom: 0; left: 0; /*-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);*/ background-color: #FFF; -webkit-filter: opacity(30%); filter: opacity(30%); z-index: 1000000; }


/*-------------------------------------------------------------
ページャー
-------------------------------------------------------------*/
.pagerArea ul { display: flex; justify-content: center; }
.pagerArea ul li { list-style-type: none; }
a.btnNext { text-decoration: none; text-indent: -9999px; display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; text-align: center; line-height: 1em; border: 1px solid #D7DAE2; background: url("../images/ico_next.svg") no-repeat center center; background-color: #FFF; background-size: 9px 9px; margin-left: 0; transition: all 0.2s; }
a.btnNext:hover { background: url("../images/ico_next_hover.svg") no-repeat center center; background-color: #4D4F5C; background-size: 9px 9px; }
a.btnPrev { text-decoration: none; text-indent: -9999px; display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; text-align: center; line-height: 1em; border: 1px solid #D7DAE2; background: url("../images/ico_prev.svg") no-repeat center center; background-color: #FFF; background-size: 9px 9px; transition: all 0.2s; }
a.btnPrev:hover { background: url("../images/ico_prev_hover.svg") no-repeat center center; background-color: #4D4F5C; background-size: 9px 9px; }
a.btnFirst { text-decoration: none; text-indent: -9999px; display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; text-align: center; line-height: 1em; border: 1px solid #D7DAE2; border-radius: 3px 0 0 3px; background: url("../images/ico_first.svg") no-repeat center center; background-color: #FFF; background-size: 9px 9px; transition: all 0.2s; }
a.btnFirst:hover { background: url("../images/ico_first_hover.svg") no-repeat center center; background-color: #4D4F5C; background-size: 9px 9px; }
a.btnLast { text-decoration: none; text-indent: -9999px; display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; text-align: center; line-height: 1em; border: 1px solid #D7DAE2; border-left: none; border-radius: 0 3px 3px 0; background: url("../images/ico_last.svg") no-repeat center center; background-color: #FFF; background-size: 9px 9px; transition: all 0.2s; }
a.btnLast:hover { background: url("../images/ico_last_hover.svg") no-repeat center center; background-color: #4D4F5C; background-size: 9px 9px; }
a.btnPager { text-decoration: none; display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; font-family: system-ui; line-height: 1em; border: 1px solid #D7DAE2; border-left: none; color: #4D4F5C !important; background-color: #FFF; transition: all 0.2s; }
a.btnPager:hover { background-color: #4D4F5C; color: #FFF !important; }
.pagerArea ul li.active a.btnPager { background-color: #4D4F5C; color: #FFF !important; }
.contentsArea .pagerArea { margin-bottom: 10px; }


/*-------------------------------------------------------------
カレンダー
-------------------------------------------------------------*/
.calendarOuter { position: relative; }
.calendarOuter input[type="text"] { padding: 0 10px !important; }
.calendarOuter > div.calendar { position: absolute; top: 4px; right: 10px; }
a.calendar { display: block; width: 30px; height: 30px; background: url("../images/ico_calendar.svg") no-repeat center center; background-size: 20px 20px; text-indent: -9999px; transition: 0.3s; }
a:hover.calendar { opacity: 0.7; }

/*カレンダーS*/
.calendarOuterS { position: relative; display: inline-block; }
.calendarOuterS input[type="text"] { padding: 0 6px !important; }
.calendarOuterS > div.calendarS { position: absolute; top: 4px; right: 4px; }
.calendarOuterS > input[type="text"].mrM + div.calendarS { position: absolute; top: 4px; right: 9px; }
a.calendarS { display: block; width: 16px; height: 16px; background: url("../images/ico_calendar.svg") no-repeat center center; background-size: 16px 16px; text-indent: -9999px; transition: 0.3s; }
a:hover.calendarS { opacity: 0.7; }

/*searchBox内カレンダー*/
.searchBox .flexBox .calendarOuter:first-of-type { margin-right: 4px; }
.searchBox .flexBox .calendarOuter:last-of-type { margin-left: 3px; }
.searchBox .flexBox .calendarOuterS:first-of-type { margin-right: 4px; }
.searchBox .flexBox .calendarOuterS:last-of-type { margin-left: 3px; }


/*-------------------------------------------------------------
一覧テーブル用
-------------------------------------------------------------*/

/*詳細ボタン固定*/
.scrollTable.listTable tr th:last-of-type { width: 3em !important; }
.scrollTable.listTable tr th:last-of-type,
.scrollTable.listTable tr td:last-of-type { /* 横スクロール時に固定する */ position: -webkit-sticky; position: sticky !important; right: 0; }
.scrollTable.listTable tr td:last-of-type { z-index: 1; }
.scrollTable.listTable tr th:last-of-type:before,
.scrollTable.listTable tr td:last-of-type:before { content: ""; display: block; width: 1px; height: 100%; background-color: #DDD; position: absolute; top: 0; left: -1px; z-index: 11; }
.scrollTable.listTableS tr th:last-of-type,
.scrollTable.listTableS tr td:last-of-type { /* 横スクロール時に固定する */ position: -webkit-sticky; position: sticky; right: 0; }
.scrollTable.listTableS tr th:last-of-type:before,
.scrollTable.listTableS tr td:last-of-type:before { content: ""; display: block; width: 1px; height: 100%; background-color: #DDD; position: absolute; top: 0; left: -1px; }

/*tbody内 2行以上 rowspan有 固定用 (社員マスタ 表示２等）*/
.scrollTable.listTable tbody tr:first-child td:last-of-type { z-index: 1; }

/*指定列（fixedItem）固定用*/
.scrollTable tr th.fixedItem { /* 横スクロール時に固定する */ position: -webkit-sticky !important; position: sticky !important; left: -1px; z-index: 5 !important; }
.scrollTable tr td.fixedItem { /* 横スクロール時に固定する */ position: -webkit-sticky !important; position: sticky !important; left: -1px; z-index: 2; }
.scrollTable tr th:first-of-type.fixedItem,
.scrollTable tr td:first-of-type.fixedItem { left: -1px !important; }
.scrollTable tr th.fixedItem:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; right: -1px; border-right: 1px solid #DDD; }
.scrollTable tr td.fixedItem:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; right: -1px; border-right: 1px solid #DDD; }
.scrollTable tr th.fixedLastItem:after { content: ""; display: block; /*width: 100%;*/ height: 100%; position: absolute; top: 0; right: -5px; left: unset; border-right: 5px double #DDD !important; }
.scrollTable tr td.fixedLastItem:after { content: ""; display: block; /*width: 100%;*/ height: 100%; position: absolute; top: 0; right: -5px !important; border-right: 5px double #DDD !important; }

/*指定列（fixedItem）固定 + checkBtnBox設置用*/
.scrollTable tr td.fixedItem > .checkBtnBox { position: relative; z-index: 6; }

/*テキスト折り返し用*/
.scrollTable tr td.wrapTxt { min-width: 400px; white-space: pre-line; }

/*カラー指定用*/
.scrollTable tr.categoryP td:nth-of-type(1):before { width: 5px; background-color: #CCFFCC; border-right: none; }
.scrollTable tr.categoryC td:nth-of-type(1):before { width: 5px; background-color: #F6CCCD; border-right: none; }
.scrollTable tr.categoryW td:nth-of-type(1):before { width: 5px; background-color: #9ACCFD; border-right: none; }
.scrollTable tr.categoryD td:nth-of-type(1):before { width: 5px; background-color: #FFFF72; border-right: none; }
.scrollTable tr.categoryU td:nth-of-type(1):before { width: 5px; background-color: #CC9A3E; border-right: none; }
.scrollTable tr.categoryG td:nth-of-type(1):before { width: 5px; background-color: #FFCD9C; border-right: none; }
.scrollTable tr[class^="category"] { background-color: transparent !important; }
.scrollTable tr.c01 td span.listCatLabel { background-color: #CBF9CC; }
.scrollTable tr.c02 td span.listCatLabel { background-color: #CC9A27; }
.scrollTable tr.c03 td span.listCatLabel { background-color: #F8CBCC; }
.scrollTable tr.c04 td span.listCatLabel { background-color: #F9CC99; }
.scrollTable tr.c05 td span.listCatLabel { background-color: #66CCFC; }

/*searchBox*/
.scrollTable tr td .searchBox { margin-bottom: 2px; }

/*画像表示用*/
.scrollTable tr td .swiper-container { border: 1px solid #EEE; background-color: #F0F0F0; z-index: 0; }
.scrollTable tr td .swiper-container .swiper-wrapper { padding-bottom: 0; }


/*-------------------------------------------------------------
注文者情報タイトル用
-------------------------------------------------------------*/
p.ttlDate { font-size: 1em; line-height: 1em; color: #000; padding-bottom: 5px; }
p.ttlData { font-size: 1.3em; font-family: system-ui; font-weight: bold; }


/*-------------------------------------------------------------
添付ファイル ドラッグ追加エリア
-------------------------------------------------------------*/

/*受注詳細*/
/*.addFile { position: relative; height: 98px; background-color: #F0F0F0; border: 2px dotted #DDD; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.addFile.addFile-In:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0,0.5); }
.addFile.addFile-In > .btnAddFile { background: url("../images/ico_arrow_up.svg") no-repeat center center; }*/

/*写真確認*/
/*.orderPhotoListScrollBox-In { position: relative; }
.orderPhotoListScrollBox-In .scrollArea { }
.orderPhotoListScrollBox-In .scrollArea:after { content: ""; position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; width: calc(100% - 24px); height: auto; background-color: rgba(0,0,0,0.5); border-radius: 3px !important; border: 2px dotted #DDD !important; backface-visibility:hidden; z-index: 10; }*/

/*写真確認 - 新規登録モーダル*/
/*.photoDropArea-In { }
.photoDropArea-In .fileBtnS:after { content: ""; position: absolute; top: -5px; right: -5px; bottom: -5px; left: -5px; width: calc(100% + 6px); background-color: rgba(0,0,0,0.5); border-radius: 3px; border: 2px dotted #DDD; }
.photoDropArea-In .fileBtnS > span { background: url("../images/ico_arrow_up_wt.svg") no-repeat center center; }*/

/*受注詳細*/
.addFile { position: relative; height: 98px; width: 100%; background-color: #F0F0F0; border: 2px dotted #DDD; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.addFile.addFile-In { opacity: 0.6; background-color: #666; }
.addFile.addFile-In > .btnAddFile { background: url("../images/ico_arrow_up_bk.svg") no-repeat center center; background-color: #DDD !important; border-color: #333; }

/*写真確認*/
.orderPhotoListScrollBox-In { position: relative; opacity: 0.6; border-radius: 3px; border: 2px dotted #CCC; background-color: #666 !important; }
.orderPhotoListScrollBox-In:after { content: ""; position: absolute; display: inline-block !important; top: calc(50% - 24px); left: calc(50% - 31.5px) !important; width: 63px !important; height: 48px !important; border-radius: 3px; background-color: #DDD; border: 2px solid #333; background: url("../images/ico_arrow_up_bk.svg") no-repeat center center; background-size: 32px 32px; }
.orderPhotoListScrollBox-In.boxGradation:after { height: 0px; }

/*写真確認 - 新規登録モーダル*/
.photoDropArea-In .fileBtnS { opacity: 0.6; background-color: #666; border: 2px dotted #CCC; }
.photoDropArea-In .fileBtnS > span { background: url("../images/ico_arrow_up_wt.svg") no-repeat center center; }





/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
グリッドレイアウト
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


/*-------------------------------------------------------------
common
-------------------------------------------------------------*/

/*nest contents*/
div[class^="gCol"] .contBox { height: 100%; box-sizing: border-box; position: relative; }
div[class^="gCol"] .contBox.bg1 { background-color: #FFF; padding: 10px; }
div[class^="gCol"] .contBox.bg2 { background-color: #F0F0F0; padding: 10px; }
div[class^="gCol"] .contBox .cont { height: 100%; }
div[class^="gCol"] .contBox.scroll { overflow: hidden; }
div[class^="gCol"] .contBox.scroll .cont { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; height: calc(100% - 20px); overflow-y: scroll; overflow-x: hidden; }
div[class^="gCol"] .contBox.bg1 .contBox.scroll .cont { top: 0; right: 0; bottom: 0; left: 0; height: 100%; }

/*tabMenu*/
ul.tabMenu { list-style: none; display: flex; }
ul.tabMenu li a { display: inline-flex; text-decoration: none; padding: 8px 10px; line-height: 1; background-color: #F0F0F0; }
ul.tabMenu li.active a,
ul.tabMenu li a:hover { background-color: #FFF; }


/*-------------------------------------------------------------
layout
-------------------------------------------------------------*/

/*g1-1*/
.g1-1 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: 1fr; grid-template-rows: 1fr; -ms-grid-columns: 1fr; grid-template-columns: 1fr; gap: 0px; grid-template-areas: "col1"; }
.g1-1 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: col1; }
.g1-1 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g1-1 .contBox .cont { height: 100%; }
.g1-1 .contBox.scroll { overflow: hidden; }

/*g2-1*/
.g2-1 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: auto 0px 1fr; grid-template-rows: auto 1fr; -ms-grid-columns: 1fr; grid-template-columns: 1fr; gap: 0px; grid-template-areas: "col1" "col2"; }
.g2-1 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: col1; }
.g2-1 > .col2 { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: col2; }
.g2-1 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g2-1 .contBox .cont { height: 100%; }
.g2-1 .contBox.scroll { overflow: hidden; }

/*g2-2*/
.g2-2 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: 1fr; grid-template-rows: 1fr; -ms-grid-columns: 1fr 5px 1fr; grid-template-columns: 1fr 1fr; gap: 5px; grid-template-areas: "col1 col2"; }
.g2-2 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: col1; }
.g2-2 > .col2 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: col2; }
.g2-2 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g2-2 .contBox .cont { height: 100%; }
.g2-2 .contBox.scroll { overflow: hidden; }

/*g2-3*/
.g2-3 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: 1fr 0px auto; grid-template-rows: 1fr auto; -ms-grid-columns: 1fr; grid-template-columns: 1fr; gap: 0px; grid-template-areas: "col1" "col2"; }
.g2-3 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: col1; }
.g2-3 > .col2 { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: col2; }
.g2-3 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g2-3 .contBox .cont { height: 100%; }
.g2-3 .contBox.scroll { overflow: hidden; }

/*g2-4*/
.g2-4 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: 1fr; grid-template-rows: 1fr; -ms-grid-columns: 7fr 5px 6fr; grid-template-columns: 7fr 6fr; gap: 5px; grid-template-areas: "col1 col2"; }
.g2-4 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: col1; }
.g2-4 > .col2 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: col2; }
.g2-4 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g2-4 .contBox .cont { height: 100%; }
.g2-4 .contBox.scroll { overflow: hidden; }

/*g2-5*/
.g2-5 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: 1fr; grid-template-rows: 1fr; -ms-grid-columns: 2fr 5px 1fr; grid-template-columns: 2fr 1fr; gap: 5px; grid-template-areas: "col1 col2"; }
.g2-5 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: col1; }
.g2-5 > .col2 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: col2; }
.g2-5 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g2-5 .contBox .cont { height: 100%; }
.g2-5 .contBox.scroll { overflow: hidden; }

/*g2-6*/
.g2-6 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: 1fr; grid-template-rows: 1fr; -ms-grid-columns: 3fr 5px 1fr; grid-template-columns: 3fr 1fr; gap: 5px; grid-template-areas: "col1 col2"; }
.g2-6 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: col1; }
.g2-6 > .col2 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: col2; }
.g2-6 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g2-6 .contBox .cont { height: 100%; }
.g2-6 .contBox.scroll { overflow: hidden; }


/*g3-1*/
.g3-1 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: auto 10px 1fr; grid-template-rows: auto 1fr; -ms-grid-columns: 1fr 15px 1fr; grid-template-columns: 1fr 1fr; gap: 10px 15px; grid-template-areas: "col1 col1" "col2 col3"; }
.g3-1 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: col1; }
.g3-1 > .col2 { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: col2; }
.g3-1 > .col3 { -ms-grid-row: 3; -ms-grid-column: 3; grid-area: col3; }
.g3-1 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g3-1 .contBox .cont { height: 100%; }
.g3-1 .contBox.scroll { overflow: hidden; }

/*g3-2*/
.g3-2 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: auto 10px 1fr; grid-template-rows: auto 1fr; -ms-grid-columns: 7fr 15px 6fr; grid-template-columns: 7fr 6fr; gap: 10px 15px; grid-template-areas: "col1 col1" "col2 col3"; }
.g3-2 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: col1; }
.g3-2 > .col2 { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: col2; }
.g3-2 > .col3 { -ms-grid-row: 3; -ms-grid-column: 3; grid-area: col3; }
.g3-2 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g3-2 .contBox .cont { height: 100%; }
.g3-2 .contBox.scroll { overflow: hidden; }

/*g3-3*/
.g3-3 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: 1fr; grid-template-rows: 1fr; -ms-grid-columns: 1fr 0px 1fr 0px 1fr; grid-template-columns: 1fr 1fr 1fr; gap: 0px; grid-template-areas: "col1 col2 col3"; }
.g3-3 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: col1; }
.g3-3 > .col2 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: col2; }
.g3-3 > .col3 { -ms-grid-row: 1; -ms-grid-column: 5; grid-area: col3; }
.g3-3 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g3-3 .contBox .cont { height: 100%; }
.g3-3 .contBox.scroll { overflow: hidden; }

/*g3-4*/
.g3-4 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: auto 0px 1.3fr 0px 1fr; grid-template-rows: auto 1.3fr 1fr; -ms-grid-columns: auto 0px 1.3fr 0px 1fr; grid-template-columns: 1fr; gap: 5px; grid-template-areas: "col1" "col2" "col3"; }
.g3-4 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: col1; }
.g3-4 > .col2 { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: col2; }
.g3-4 > .col3 { -ms-grid-row: 5; -ms-grid-column: 1; grid-area: col3; }
.g3-4 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g3-4 .contBox .cont { height: 100%; }
.g3-4 .contBox.scroll { overflow: hidden; }

/*g3-5*/
.g3-5 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: 1fr; grid-template-rows: 1fr; -ms-grid-columns: 0.7fr 5px 1fr 5px 1fr; grid-template-columns: 0.7fr 1fr 1fr; gap: 5px; grid-template-areas: "col1 col2 col3"; }
.g3-5 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: col1; }
.g3-5 > .col2 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: col2; }
.g3-5 > .col3 { -ms-grid-row: 1; -ms-grid-column: 5; grid-area: col3; }
.g3-5 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g3-5 .contBox .cont { height: 100%; }
.g3-5 .contBox.scroll { overflow: hidden; }

/*g4-1*/
.g4-1 { height: 100%; display: -ms-grid; display: grid; -ms-grid-rows: 1fr; grid-template-rows: 1fr; -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 5px; grid-template-areas: "col1 col2 col3 col4"; }
.g4-1 > .col1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: col1; }
.g4-1 > .col2 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: col2; }
.g4-1 > .col3 { -ms-grid-row: 1; -ms-grid-column: 5; grid-area: col3; }
.g4-1 > .col4 { -ms-grid-row: 1; -ms-grid-column: 7; grid-area: col4; }
.g4-1 .contBox { height: 100%; box-sizing: border-box; position: relative; }
.g4-1 .contBox .cont { height: 100%; }
.g4-1 .contBox.scroll { overflow: hidden; }

