@charset "UTF-8";
/*
  ##### SITE NAME #####

  [Base]
  - Init
  [Layout]
  - Container
  - Header
  - Content
  - Footer
  [Module]

*/
/* =========================================================
[Base]
========================================================= */
/* --------------------------------------------------
  1. Init
-------------------------------------------------- */
img {
  border: none;
  vertical-align: bottom;
}

object {
  vertical-align: middle;
  outline: none;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

small,
.small {
  font-size: 87.5%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

q:before,
q:after {
  content: "";
}

address,
caption,
cite,
code,
dfn,
var {
  font-weight: normal;
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-size: 100%;
  font-family: "Overpass Mono", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, monospace;
  color: #e5e5e5;
  word-break: break-word;
  background: #242931;
  display: block;
  overflow-x: scroll;
}

pre {
  overflow-x: hidden;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}

.contents a:not(.btn) {
  color: #3b99fc;
}

.contents a:visited:not(.btn) {
  color: #33a59a;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

.cursor_pointer:hover {
  cursor: pointer;
}

/* =========================================================
[Layout]
========================================================= */
/* //////////////////////////////////////////////////
[Layout]
////////////////////////////////////////////////// */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  background: transparent !important;
}

@media (max-width: 767px) {
  html.no-scroll {
    overflow: hidden;
  }
}
body {
  color: #495057;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Source Sans Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f6f6f6;
  background-size: cover;
  margin: 0;
}

.bg-qa {
  background: #ffeeee;
}
.bg-qa .siteHeader {
  background: #d05866;
}
.bg-qa .globalNav {
  background: #333;
}

.bg-develop {
  background: #b4cffb;
}
.bg-develop .siteHeader {
  background: #0058ad;
}
.bg-develop .globalNav {
  background: #333;
}

.bg-local {
  background: #e4ffe5;
}
.bg-local .siteHeader {
  background: #33a59a;
}
.bg-local .globalNav {
  background: #333;
}

main a:link,
main a:visited {
  text-decoration: none;
}

nav a:link,
nav a:visited {
  color: #fefefe;
  text-decoration: none;
}

main a:hover,
main a:active {
  text-decoration: underline;
}

/* --------------------------------------------------
  Header
-------------------------------------------------- */
.remodal-is-locked .siteHeader {
  z-index: 999;
}

.siteHeader {
  position: fixed;
  margin: 0 auto 0px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3b4556;
  z-index: 10052;
  height: 65px;
  overflow: hidden;
}
.siteHeader .headerTop {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
}
.siteHeader .headerTop .siteName {
  display: table-cell;
  font-size: 1.5rem;
}
.siteHeader .headerTop .siteName h1 {
  font-family: "Raleway", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 0;
  line-height: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.8rem;
  position: relative;
  line-height: 3.3rem;
}
.siteHeader .headerTop .siteName h1 a, .siteHeader .headerTop .siteName h1 a:link, .siteHeader .headerTop .siteName h1 a:visited {
  color: #fff;
  padding-left: 4rem;
}
.siteHeader .headerTop .siteName h1 a:hover {
  text-decoration: none;
}
.siteHeader .headerTop .siteName h1 small {
  font-family: "Source Sans Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  padding: 8px;
  letter-spacing: 1px;
}
.siteHeader .headerTop .siteName h1::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.6rem;
  height: 3rem;
  background: url(../img/logo.png) no-repeat 0 0;
  background-size: 2.6rem;
  margin-right: 10px;
}
.siteHeader .headerMenu {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  margin-left: auto;
}
.siteHeader .headerMenu ul {
  float: right;
  margin: 0;
}
.siteHeader .headerMenu ul:after {
  display: block;
  content: "";
  clear: both;
}
.siteHeader .headerMenu li {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  margin-right: 10px;
}
.siteHeader .headerMenu li a {
  position: relative;
  padding-top: 4px;
  font-size: 1.2rem;
  display: block;
  float: left;
  color: #fff;
}
.siteHeader .headerMenu li a:hover {
  color: #ddd;
}
.siteHeader .notice-update:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: #33a59a;
  border: 3px solid #3b4556;
  border-radius: 50%;
  position: absolute;
  top: -0.2rem;
  left: 1.2rem;
  animation: ani-Flash 3s infinite;
}
.siteHeader #clock {
  color: #ddd;
  font-size: 1.3rem;
}
.siteHeader #clock span {
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.siteHeader .menu-trigger {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 3.125%;
  width: 24px;
  height: 30px;
  z-index: 999;
  transition: 0.3s all ease 0s;
}
.siteHeader .menu-trigger span {
  position: absolute;
  left: 0;
  display: inline-block;
  transition: all 0.4s;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
}
.siteHeader .menu-trigger span:nth-of-type(1) {
  top: 6px;
}
.siteHeader .menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.siteHeader .menu-trigger span:nth-of-type(3) {
  bottom: 5px;
}

.siteHeader .menu-trigger.isOpen span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.siteHeader .menu-trigger.isOpen span:nth-of-type(2) {
  opacity: 0;
}

.siteHeader .menu-trigger.isOpen span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.headerMenu i {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .siteHeader {
    box-shadow: 0 1px 2px 0 rgba(100, 100, 100, 0.5);
  }
  .siteHeader h1 small {
    display: none;
  }
  .siteHeader #clock {
    font-size: 1rem;
  }
  .siteHeader #clock span {
    position: inherit;
    margin-left: 4px;
  }
  .maincontainer nav.globalNav {
    display: none;
  }
  .headerMenu ul {
    padding: 0px 3rem 0 0;
  }
  .headerMenu ul i {
    font-size: 2.2rem;
  }
  .headerMenu .notice-update:before {
    left: inherit;
    right: -0.2rem;
  }
  .siteHeader .menu-trigger {
    visibility: visible;
    display: inline-block;
    top: 16px;
    opacity: 1;
  }
}
/* --------------------------------------------------
  maincontainer
-------------------------------------------------- */
.maincontainer {
  position: relative;
  padding: 65px 0 0 0;
}
.maincontainer:before, .maincontainer:after {
  display: block;
  content: "";
  clear: both;
}
.maincontainer .globalNav {
  z-index: 2;
  float: left;
  width: 220px;
}
.maincontainer .globalNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.maincontainer .globalNav ul li {
  position: relative;
}
.maincontainer .globalNav ul li a {
  display: block;
  padding: 1.5rem 2rem 1.5rem 5.5rem;
  transition: 0.15s ease;
}
.maincontainer .globalNav ul li a:hover {
  color: #d6e7ff;
  background: #324258;
}
.maincontainer .globalNav ul li.disable-togglebtn {
  opacity: 0.25;
}
.maincontainer .globalNav ul li.disable-togglebtn a {
  cursor: default;
}
.maincontainer .globalNav ul li.disable-togglebtn a:hover {
  color: #fefefe;
  background: none;
  opacity: 1;
}
.maincontainer .globalNav ul li ul {
  display: none;
  background: #282e37;
}
.maincontainer .globalNav ul li ul a {
  padding: 1.5rem 2rem 1.5rem 5.5rem;
}
.maincontainer .globalNav ul.js-togglecontents {
  display: none;
}
.maincontainer .globalNav ul li.isView ul.js-togglecontents {
  display: block;
}
.maincontainer .globalNav ul li.active a {
  color: #eee;
  background: #0d1015;
}
.maincontainer .globalNav ul li.active a:before {
  font-family: "feather" !important;
  content: "\e994";
  color: #33a59a;
  display: inline-block;
  position: absolute;
  left: 2rem;
}
.maincontainer .globalNav ul li.arrow:after {
  font-family: "feather" !important;
  font-size: 1.5rem;
  width: 1.5rem;
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  content: "\e92f";
  margin: 0;
  padding: 0;
  color: #fff;
}
.maincontainer .globalNav ul li.js-togglebtn:after {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: "feather" !important;
  font-size: 1.5rem;
  display: block;
  content: "\e92d";
  margin: 0;
  padding: 0;
  color: #fff;
}
.maincontainer .globalNav ul li.js-togglebtn.isOpen {
  background: #33a59a;
}
.maincontainer .globalNav ul li.js-togglebtn.isOpen:after {
  content: "\e930";
}
.maincontainer .globalNav ul li.js-togglebtn.isOpen a:hover {
  color: #d6e7ff;
  background: #33a59a;
}
.maincontainer .globalNav ul li.js-togglebtn.isOpen li a:hover {
  color: #fff;
  background: #151920;
}
.maincontainer main {
  position: relative;
  float: right;
  width: 100%;
  margin-left: -220px;
  padding-left: 220px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .globalNav {
    position: fixed;
    top: 65px;
    bottom: 0;
    overflow-y: auto;
    background: #313a46;
    -webkit-overflow-scrolling: touch;
  }
  .globalNav::-webkit-scrollbar {
    width: 5px;
  }
  .globalNav::-webkit-scrollbar-thumb {
    background: #33a59a;
  }
  .globalNav .user {
    position: relative;
    width: 100%;
  }
  .globalNav .user a {
    display: block;
    border-bottom: 1px solid #424b58;
    padding: 2rem 2rem 2rem 5.5rem;
    transition: 0.15s ease;
    position: relative;
  }
  .globalNav .user a h2 {
    font-size: 1.5rem;
    line-height: 1.2em;
    padding: 0;
    color: #f6f6f6;
  }
  .globalNav .user a small {
    color: #838486;
  }
  .globalNav .user a:hover {
    background: #324258;
  }
  .globalNav .user a:before {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
    font-family: "feather" !important;
    font-size: 2.4rem;
    display: block;
    content: "\e9ef";
    margin: 0px 16px 0 0;
    padding: 0;
  }
  .globalNav .user .user__contents {
    position: fixed;
    top: 0;
    left: 220px;
    width: 200px;
    background: #fff;
    z-index: 600;
  }
  .maincontainer .globalNav.isClose {
    display: block !important;
  }
}
.i-dashboard,
.i-account,
.i-customer,
.i-product,
.i-order,
.i-salesManage,
.i-stock,
.i-administrator,
.i-storehouse,
.i-payment,
.i-activity,
.i-report,
.i-setting,
.i-locopos,
.i-store,
.i-website,
.i-commoditiesStock {
  position: relative;
}

.i-dashboard:before,
.i-account:before,
.i-customer:before,
.i-product:before,
.i-order:before,
.i-salesManage:before,
.i-stock:before,
.i-administrator:before,
.i-storehouse:before,
.i-payment:before,
.i-activity:before,
.i-report:before,
.i-setting:before,
.i-locopos:before,
.i-store:before,
.i-website:before,
.i-commoditiesStock:before {
  font-family: "feather" !important;
  font-size: 2rem;
  line-height: 1;
  display: block;
  position: absolute;
  top: 1.4rem;
  left: 1.6rem;
  margin: 0;
  padding: 0;
  color: #fff;
}

.i-dashboard:before {
  content: "\e971";
}

.i-account:before {
  content: "\e9f4";
}

.i-customer:before {
  content: "\e983";
}

.i-product:before {
  content: "\e9a0";
}

.i-order:before {
  content: "\e937";
}

.i-salesManage:before {
  content: "\e919";
}

.i-stock:before {
  content: "\e9e6";
}

.i-administrator:before {
  content: "\e985";
}

.i-storehouse:before {
  content: "\e98a";
}

.i-payment:before {
  content: "\e963";
}

.i-activity:before {
  content: "\e900";
}

.i-report:before {
  content: "\e960";
}

.i-setting:before {
  content: "\e9c2";
}

.i-locopos:before {
  content: "\e9d8";
}

.i-store:before {
  content: "\e977";
}

.i-website:before {
  content: "\e970";
}

.i-commoditiesStock:before {
  content: "\e950";
}

@media (max-width: 767px) {
  .maincontainer {
    display: block;
  }
  .maincontainer .globalNav {
    display: none;
    width: 100%;
    float: none;
    box-sizing: border-box;
    background: #313a46;
    position: fixed;
    overflow-y: scroll;
    top: 65px;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }
  .maincontainer .globalNav::-webkit-scrollbar {
    width: 5px;
  }
  .maincontainer .globalNav::-webkit-scrollbar-thumb {
    background: #33a59a;
  }
  .maincontainer .globalNav .user a {
    display: block;
    padding: 2rem 2rem 2rem 6rem;
    border-bottom: 1px solid #424b58;
  }
  .maincontainer .globalNav .user h2 {
    font-size: 1.5rem;
    line-height: 1.3em;
    padding: 0;
    color: #f6f6f6;
  }
  .maincontainer .globalNav .user small {
    color: #838486;
  }
  .maincontainer .globalNav .user:hover {
    color: #d6e7ff;
    background: #324258;
  }
  .maincontainer .globalNav .user:before {
    position: absolute;
    top: 1.8rem;
    left: 1.6rem;
    font-family: "feather" !important;
    font-size: 2.8rem;
    display: block;
    content: "\e9ef";
    margin: 0px 16px 0 0;
    padding: 0;
    color: #fff;
  }
  .maincontainer .globalNav ul li a {
    padding-left: 6rem;
    border-bottom: 1px solid #424b58;
  }
  .maincontainer .globalNav ul li ul li a {
    padding-left: 6rem;
  }
  .maincontainer main {
    float: none;
    display: block;
    margin-left: 0px;
    padding-left: 0;
  }
  .i-dashboard:before,
  .i-account:before,
  .i-customer:before,
  .i-product:before,
  .i-order:before,
  .i-salesManage:before,
  .i-stock:before,
  .i-administrator:before,
  .i-storehouse:before,
  .i-payment:before,
  .i-activity:before,
  .i-report:before,
  .i-setting:before,
  .i-locopos:before,
  .i-store:before,
  .i-website:before {
    left: 2rem;
  }
}
/* --------------------------------------------------
 全画面表示
-------------------------------------------------- */
@media (min-width: 768px) {
  .siteHeader .headerTop .siteName {
    width: 230px;
  }
  .siteHeader #toggleNav {
    margin-top: -4px;
  }
  .siteHeader .fe-maximize-2:before {
    transform: rotate(-45deg);
  }
  .toggleNav .maincontainer .globalNav {
    transition: 0.3s ease;
    transform: translate(-220px, 0);
    opacity: 0;
  }
  .maincontainer .globalNav {
    transition: 0.3s ease;
    transform: translate(0px, 0);
    opacity: 1;
  }
  .maincontainer main {
    transition: 0.3s ease;
  }
  .toggleNav .maincontainer main {
    margin-left: 0px;
    padding-left: 0px;
  }
  .toggleNav .scroll-fixedheader {
    left: 30px !important;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .scroll-fixedheader.scroll-x {
    left: 16px;
  }
}
/* --------------------------------------------------
各ページヘッダー
-------------------------------------------------- */
.pageheader {
  background: #fff;
  padding: 2rem 3rem;
  display: table;
  width: 100%;
  min-height: 78px;
}
.pageheader h2 {
  font-size: 2rem;
  padding: 0;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.pageheader h2 i {
  color: #e4e4e4;
  font-size: 1.8rem;
  margin: 0 8px;
}
.pageheader p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 3rem;
}

@media (min-width: 768px) {
  .pageheader p.isClose {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .pageheader {
    display: block;
    padding: 1rem 2rem;
  }
  .pageheader h2 {
    font-size: 2rem;
    display: block;
  }
  .pageheader p {
    display: none;
    padding: 0 0 0 0rem;
  }
  .pageheader p.isOpen {
    display: block;
    padding: 0 0 0 0rem;
  }
}
/* --------------------------------------------------
  Bread Crumbs
-------------------------------------------------- */
.breadCrumbs {
  margin: 0 0;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  background: #fafafa;
  list-style: none;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.breadCrumbs:after {
  display: block;
  content: "";
  clear: both;
}

.breadCrumbs li {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.breadCrumbs li a, .breadCrumbs li a:link {
  color: #999;
}
.breadCrumbs li a:hover {
  color: #495057;
}

.breadCrumbs li:after {
  font-family: "feather" !important;
  content: "\e92f";
  margin: 0 8px;
}

.breadCrumbs li:last-child:after {
  content: "";
}

.breadCrumbs .home {
  padding: 0;
  background: none;
}

@media (max-width: 767px) {
  .breadCrumbs {
    display: none;
  }
}
/* --------------------------------------------------
  Contents
-------------------------------------------------- */
.borderd {
  margin: 3rem;
  background-clip: border-box;
}

.borderd:after {
  display: block;
  content: "";
  clear: both;
}

.contents, .boxSearch {
  padding: 3rem 3rem 5rem 3rem;
  margin: 0 0 3rem 0;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0px;
}

.contents:after {
  display: block;
  content: "";
  clear: both;
}

.nav_pagelink {
  margin-bottom: 1.6rem;
  padding: 1rem;
  background: #f6f6f6;
  border-radius: 2px;
}
.nav_pagelink ul {
  margin: 0;
  padding: 0;
}
.nav_pagelink ul li {
  list-style: none;
  float: left;
  font-size: 1.1rem;
  border-right: 1px solid #ddd;
}
.nav_pagelink ul li a {
  display: inline-block;
  padding: 0.5em;
  margin: 0 0.2em 0 0;
  border-radius: 0px;
  padding: 0px 8px;
}
.nav_pagelink ul li a:link {
  color: #33a59a;
}
.nav_pagelink ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.nav_pagelink ul li:last-child {
  margin: 0 0 0 0;
  border-right: none;
}
.nav_pagelink ul li.current a {
  font-weight: bold;
}

@media (max-width: 767px) {
  .scrollwrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .scrollwrap::-webkit-scrollbar {
    height: 5px;
  }
  .scrollwrap::-webkit-scrollbar-thumb {
    background: #33a59a;
  }
  .scrollwrap table.tblCommonA td {
    word-break: inherit;
  }
  .borderd {
    margin: 2rem;
  }
  .contents, .boxSearch {
    padding: 2rem 1.6rem 4rem 1.6rem;
    margin: 2rem 0rem;
  }
  .container {
    padding: 2rem;
    margin: 3rem 2rem;
  }
  .scrollwrap table {
    white-space: nowrap;
  }
}
/* --------------------------------------------------
  Header
-------------------------------------------------- */
.first {
  padding-top: 0;
}

/* --------------------------------------------------
  Humburger Button
-------------------------------------------------- */
/* --------------------------------------------------
  Footer
-------------------------------------------------- */
.footNav {
  font-size: 1rem;
  margin: 8rem auto 2rem auto;
}
.footNav ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.footNav ul li {
  display: inline;
  padding: 0 0.5rem;
}
.footNav ul li a, .footNav ul li a:link, .footNav ul li a:visited {
  color: #666;
}
.footNav address {
  font-family: "lato", "Myriad Pro", "Helvetica", "Arial", sans-serif;
  letter-spacing: 1px;
  color: #999;
}

/* --------------------------------------------------
 mordal
-------------------------------------------------- */
.modal-user {
  max-width: 320px;
}
.modal-user figure {
  display: block;
  margin: 1rem auto;
  text-align: center;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 200px;
}
.modal-user figure i {
  font-size: 150px;
  color: #33a59a;
}
.modal-user figure img {
  width: 100%;
  height: auto;
}
.modal-user h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2rem 0 0 0;
  padding: 0;
}
.modal-user h6 {
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #999;
  letter-spacing: 0.5px;
}
.modal-user p {
  color: #666666;
  margin: 0 0 0.5rem 0;
  text-align: left;
}
.modal-user table {
  width: 100%;
  border: none;
}
.modal-user th {
  width: 50%;
  text-align: right;
  background: none;
}
.modal-user td {
  width: 50%;
  text-align: left;
}

.memo-remodal {
  background-color: #f3f7fe;
  color: #435573;
  border: 2px solid #dbe1eb;
}

.memo-remodal .h6 {
  text-align: left;
}

.memo-remodal textarea {
  color: #435573;
}

.skuTable-locondosize .uk-drop {
  position: fixed;
  margin-top: 20px;
}

.uk-drop .uk-card ul {
  white-space: initial;
  font-size: 12px;
  text-align: left;
  padding: 10px;
}

.fe.uk-button-default {
  border: none;
}

.fe.uk-button {
  padding: 0;
}

.uk-drop .uk-card-default {
  padding: 10px;
}

.uk-drop ul.locondo-size-guide-text li {
  margin-bottom: 20px;
  padding-left: 15px;
  list-style: none;
  position: relative;
}

.uk-drop ul.locondo-size-guide-text li:last-child {
  margin-bottom: 0;
}

.uk-drop ul.locondo-size-guide-text li::before {
  content: "・";
  position: absolute;
  left: 0px;
}

.uk-lightbox-panel.uk-open {
  z-index: 10053 !important;
  background: rgba(0, 0, 0, 0.85);
}

/* =========================================================
[Module]
========================================================= */
/* //////////////////////////////////////////////////
[Module]
////////////////////////////////////////////////// */
@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
.mt0 {
  margin-top: 0rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mr1 {
  margin-right: 1rem !important;
}

.mr2 {
  margin-right: 2rem !important;
}

.mr3 {
  margin-right: 3rem !important;
}

.mr4 {
  margin-right: 4rem !important;
}

.mr5 {
  margin-right: 5rem !important;
}

.ml1 {
  margin-left: 1rem !important;
}

.ml2 {
  margin-left: 2rem !important;
}

.ml3 {
  margin-left: 3rem !important;
}

.ml4 {
  margin-left: 4rem !important;
}

.ml5 {
  margin-left: 5rem !important;
}

.width1 {
  width: 1em;
}

.width2 {
  width: 2em;
}

.width3 {
  width: 3em;
}

.width4 {
  width: 4em;
}

.width5 {
  width: 5em;
}

.width6 {
  width: 6em;
}

.width7 {
  width: 7em;
}

.width8 {
  width: 8em;
}

.width9 {
  width: 9em;
}

.width10 {
  width: 10em;
}

.width100 {
  width: 100px;
}

.width200 {
  width: 200px;
}

.width70 {
  width: 70px;
}

/* --------------------------------------------------
  float
-------------------------------------------------- */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* --------------------------------------------------
  Clearfix
-------------------------------------------------- */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.block {
  display: block;
  width: 100%;
}

.display-inlineblock {
  display: inline-block;
}

/* --------------------------------------------------
  Interaction
-------------------------------------------------- */
.hover a {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.hover a:hover,
.hover a:hover img {
  opacity: 0.7;
}

/* --------------------------------------------------
  Heading
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  padding: 1rem 0 0.5rem 0;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
}

.pagetitle {
  font-size: 2rem;
  font-weight: normal;
  margin: 1rem 0;
}

.ttlA, .h1 {
  font-size: 2rem;
  font-weight: bold;
}

.ttlB, .h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

.ttlC, .h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

.ttlD, .h4 {
  font-size: 1.5rem;
  font-weight: bold;
}

.ttlE, .h5 {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

.ttlF, .h6 {
  font-weight: bold;
  font-size: 1.3rem;
}

.ttlPrice {
  font-size: 5rem;
  font-family: "lato", "Myriad Pro", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .ttlA, .h1 {
    font-size: 2.2rem;
  }
  .ttlB, .h2,
  .ttlC, .h3 {
    font-size: 1.8rem;
  }
  .ttlD, .h4 {
    font-size: 1.6rem;
  }
}
/* --------------------------------------------------
  border
-------------------------------------------------- */
.contents hr.border {
  margin: 3rem -3rem;
}

@media (max-width: 767px) {
  .contents hr.border {
    margin: 3rem -1.6rem;
  }
}
/* --------------------------------------------------
  List
-------------------------------------------------- */
/* --------------------------------------------------
  Section
-------------------------------------------------- */
.section {
  margin: 0 auto 2em;
}

/* --------------------------------------------------
  TEXT
-------------------------------------------------- */
body span.caution,
table#search_result thead th.tblHeader span.caution {
  color: #6e7687;
  font-size: 10px;
  margin: 0 4px 0 0;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.attention {
  font-size: 2rem;
  margin: 1em 0;
}

.red {
  color: #f0506e;
}

.green {
  color: #0ea535;
}

.blue {
  color: #467fcf;
}

.gray {
  color: #c3c3c3;
}

.dark-gray {
  color: #888;
}

.ellipsis-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.white-space-wrap {
  white-space: pre-wrap !important;
}

.ellipsis-10 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 10em;
}

.ellipsis-20 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 20em;
}

.ellipsis-30 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 30em;
}

.ellipsis-40 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 40em;
}

.ellipsis-50 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50em;
}

.fontsize-s {
  font-size: 1.1rem;
}

.fontsize-m {
  font-size: 1.3rem;
}

.fontsize-l {
  font-size: 1.4rem;
}

.fontsize-xl {
  font-size: 1.6rem;
}

/* --------------------------------------------------
  Table
-------------------------------------------------- */
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background: #f3f7fe;
  color: #435573;
}

table.tblCommonA {
  width: 100%;
  margin: 1em auto;
  border-collapse: collapse;
  box-sizing: border-box;
  border-top: 1px solid #e5e9ef;
  border-left: 1px solid #e5e9ef;
  border-right: 1px solid #e5e9ef;
  box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.1);
}
table.tblCommonA th {
  width: 20%;
  color: #495057;
  border-bottom: 1px solid #e5e9ef;
  padding: 16px;
  text-align: center;
  white-space: normal;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
table.tblCommonA th.tblHeader {
  text-align: left;
  font-size: 1.8rem;
  padding: 0px 16px 16px 0;
  font-weight: normal;
  background: none;
  border: none;
}
table.tblCommonA td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #e5e9ef;
  border-bottom: 1px solid #e5e9ef;
  border-right: 1px solid #e5e9ef;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.3rem;
  font-weight: normal;
  /* color: #495057; */
  background: #fff;
}
table.tblCommonA td ul {
  margin: 0;
  padding-left: 2rem;
}
table.tblCommonA thead th {
  width: auto;
  text-align: center;
  background: #fafafa;
  border-right: 1px solid #e5e9ef;
  font-size: 1.3rem;
  font-weight: normal;
}
table.tblCommonA thead.smallhead th {
  font-size: 1rem;
}
table.tblCommonA tbody tr:hover td {
  background: #f3f7fe;
  color: #435573;
}
table.tblCommonA tbody tr:hover th {
  background: #f2f2f2;
}

table.tblCommonA.dataTable {
  border-top: none;
  width: 100% !important;
  border-left: 1px solid #d3d3d3;
}

table.tblCommonA.dataTable tr:last-child td {
  border-bottom: 1px solid #d3d3d3;
}

table.dataTable thead .sorting {
  background-position: top right;
}

table.tblCommonA.dataTable thead th {
  border-right-color: #d3d3d3;
  border-bottom: 1px solid #e5e9ef;
  border-top: 1px solid #d3d3d3;
  background-color: #f1f1f1;
  white-space: nowrap !important;
}

table.dataTable thead .sorting_asc {
  background-position: top right;
}

table.dataTable thead .sorting_desc {
  background-position: top right;
}

table tbody th {
  text-align: left;
  background: #fafafa;
}

table td.tbl_label {
  color: #333;
  text-align: left;
  background: #f2f2f2;
  white-space: nowrap;
}

table.tblCommonA.dataTable thead th.swicthColumn1,
table.tblCommonA.dataTable thead th.swicthColumn2,
table.tblCommonA.dataTable thead th.swicthColumn {
  background-color: #fcfcfc;
}

table.tblCommonA.dataTable td {
  border-right-color: #d3d3d3;
  font-size: 1.25rem;
  color: #555;
  white-space: nowrap;
}
table.tblCommonA.dataTable td.table-data-width-15 {
  width: 15em;
  min-width: 15em !important;
  word-break: break-all;
  white-space: pre-wrap;
}
table.tblCommonA.dataTable td.table-data-width-20 {
  width: 20em;
  min-width: 20em !important;
  word-break: break-all;
  white-space: pre-wrap;
}
table.tblCommonA.dataTable td.table-data-width-25 {
  width: 25em;
  min-width: 25em !important;
  word-break: break-all;
  white-space: pre-wrap;
}
table.tblCommonA.dataTable td.table-data-width-30 {
  width: 30em;
  min-width: 30em !important;
  word-break: break-all;
  white-space: pre-wrap;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  width: 100%;
  background: #fbfbfb;
  padding: 0.8rem 1em;
  margin: 0;
  border-top: 1px solid #d3d3d3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  color: #fff;
  background: #33a59a;
  border-color: #33a59a;
  box-shadow: none;
}

div table.dataTable thead th, div table.dataTable thead td {
  padding: 12px 12px !important;
}

.fixed-header-block tbody + thead th {
  border-top: none !important;
  border-left: none !important;
}

.dataTables_scrollFoot table.dataTable {
  margin: 0px;
  border-left: none;
  border-right: none;
}
.dataTables_scrollFoot table.dataTable th {
  background-color: #f6f6f6;
}

.scroll-fixedheader .disabledFixHeader {
  display: none;
}

/* dt-buttons */
.dt-buttons-title {
  padding: 0.6rem 1rem;
  background: #fbfbfb;
  border-top: 1px solid #d3d3d3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dt-buttons-section h4 {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin-right: auto;
  line-height: 2.4rem;
}

.dt-buttons-section h4:hover {
  opacity: 0.7;
}

.dt-buttons-section h4.isOpen .fe-chevron-down:before {
  content: "\e930";
}

.optionSummaryView,
.optionAllView {
  cursor: pointer;
  padding: 0.2rem 0.8rem;
  font-size: 11px;
  text-align: center;
  display: table-cell;
  margin: 0 0.2rem;
  background: #fff;
  color: #fff;
  border-radius: 12px;
}

.optionSummaryView {
  background: #343a40;
}

.optionAllView {
  background: #33a59a;
}

.optionSummaryView:hover,
.optionAllView:hover {
  opacity: 0.7;
}

div.dt-button-background {
  opacity: 0 !important;
}

.dt-buttons-section div.dt-buttons {
  font-size: 1.2rem;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  padding: 0;
  text-align: left !important;
}

div.dt-buttons:before {
  font-size: 11px;
  font-weight: bold;
}

.dt-buttons-section button.dt-button, .dt-buttons-section div.dt-button, a.dt-button {
  margin: 0.6rem;
  padding: 0.2em 0 0.2em 1.5em;
  background: none;
  border: none;
  color: #888;
}

button.dt-button:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #e5e5e5;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 0;
}

button.dt-button:after {
  transition: 0.2s ease;
  position: absolute;
  top: 6px;
  left: 4px;
  display: block;
  width: 4px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: none;
  background: none;
}

button.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: none;
  color: #333;
  background: none;
}

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background: none;
  border: none;
  color: #333;
  box-shadow: none;
}

button.dt-button:active:not(.disabled):before,
button.dt-button.active:not(.disabled):before,
div.dt-button:active:not(.disabled):before,
div.dt-button.active:not(.disabled):before {
  background: #33a59a;
}

.js-toggle-option-target {
  display: none;
}

.noborder,
table th.noborder {
  border: none;
}

td.thumbL,
th.thumbL {
  width: 150px;
}
td.thumbL img,
th.thumbL img {
  width: 100%;
  height: auto;
}

td.thumb img,
th.thumb img {
  width: 70px !important;
  height: auto;
  max-width: inherit !important;
}

.commodity-image {
  display: block;
  width: 70px;
  min-height: 1px;
}

.dataTables_scrollHead {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

.dataTables_scrollHeadInner {
  margin: 0 auto !important;
  padding-right: 0 !important;
}

.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_info {
  padding-top: 2em !important;
}

.scroll-fixedheader table[aria-describedby=searchResult_info].fixedHeader-locked:last-child {
  display: none;
}

table.tblCommonB {
  width: 100%;
  margin: 1em auto;
  border-collapse: collapse;
  box-sizing: border-box;
  border-top: 1px solid #e5e9ef;
}
table.tblCommonB th {
  width: 20%;
  color: #495057;
  border-bottom: 1px solid #e5e9ef;
  padding: 16px;
  text-align: center;
  white-space: normal;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
  background: #fff;
}
table.tblCommonB td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e9ef;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #495057;
  background: #fff;
  word-break: break-all;
}
table.tblCommonB td.date {
  font-weight: bold;
  width: 100px;
}
table.tblCommonB td.category {
  text-align: center;
  width: 120px;
}
table.tblCommonB td.category .badge {
  width: 100%;
}
table.tblCommonB td ul {
  margin: 0;
  padding-left: 2rem;
}
table.tblCommonB thead th {
  width: auto;
  text-align: center;
  background: #f6f6f6;
}
table.tblCommonB thead.smallhead th {
  font-size: 1rem;
}
table.tblCommonB tbody tr:hover td {
  background: #fcfffe;
}
table.tblCommonB tbody tr:hover th {
  background: #fcfffe;
}

table.tblCommonC {
  width: auto;
  display: inline-block;
  margin: 1em 0;
  border-collapse: collapse;
  box-sizing: border-box;
  border-top: 1px solid #e5e9ef;
  border-left: 1px solid #e5e9ef;
}
table.tblCommonC th {
  width: 20%;
  color: #495057;
  border-bottom: 1px solid #e5e9ef;
  padding: 16px;
  text-align: center;
  white-space: normal;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
table.tblCommonC th.tblHeader {
  text-align: left;
  font-size: 1.8rem;
  padding: 0px 16px 16px 0;
  font-weight: normal;
  background: none;
  border: none;
}
table.tblCommonC td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #e5e9ef;
  border-bottom: 1px solid #e5e9ef;
  border-right: 1px solid #e5e9ef;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #495057;
  background: #fff;
}
table.tblCommonC td ul {
  margin: 0;
  padding-left: 2rem;
}
table.tblCommonC thead th {
  width: auto;
  text-align: center;
  background: #fafafa;
  border-right: 1px solid #e5e9ef;
}
table.tblCommonC thead.smallhead th {
  font-size: 1rem;
}
table.tblCommonC tbody tr:hover td {
  background: #fcfffe;
}
table.tblCommonC tbody tr:hover th {
  background: #f2f2f2;
}

/* Table内のチェックボックス列用 */
th.index {
  width: 60px !important;
}

td.index {
  white-space: nowrap;
  text-align: center !important;
}

.shortpadding td,
.shortpadding th,
td.shortpadding,
th.shortpadding {
  padding: 8px !important;
}

.tbl_shortnum_label {
  width: 8em;
  text-align-last: right;
  display: inline-block;
}

@media (min-width: 768px) {
  table th.w2, table td.w2 {
    width: 2%;
  }
  table th.w5, table td.w5 {
    width: 5%;
  }
  table th.w10, table td.w10 {
    width: 10%;
  }
  table th.w20, table td.w20 {
    width: 20%;
  }
  .pc-tbl_shortnum_label {
    width: 8em;
    text-align-last: right;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  table.spModeVertical th {
    border-bottom: none;
  }
  table.spModeVertical td {
    border-top: none;
    border-right: none;
  }
  table.spModeVertical th,
  table.spModeVertical td {
    display: block;
    float: left\9 ;
    width: 100%;
  }
  table.spModeVertical table.tblCommonA th, table.spModeVertical table.tblCommonA td {
    padding: 8px;
  }
  .sp-tbl_shortnum_label {
    width: 8em;
    text-align-last: right;
    display: inline-block;
  }
}
table.tblCommonA.fixedHeader-floating {
  margin: 0 auto;
}

/* ロコンドSKUポップアップ #91205 */
.btn-popupCommoditySearch {
  padding: 0rem 1.5rem 0 1rem !important;
}

.popupCommoditySearch-form {
  width: 220px;
  margin-left: 2rem;
  margin-right: 0.5rem;
  padding-left: 2rem;
  border-left: 1px dotted rgba(0, 40, 100, 0.12);
}

@media (max-width: 870px) {
  .btn-popupCommoditySearch {
    padding: 0rem 1.25rem 0 0.75rem !important;
  }
  .popupCommoditySearch-form {
    width: 180px;
    margin-left: 0rem;
    margin-right: 0.5rem;
    padding-left: 0rem;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .popupCommoditySearch-form {
    width: 200px;
    margin-left: 1.5rem;
    margin-right: 0.5rem;
    padding-left: 1.5rem;
    border-left: 1px dotted rgba(0, 40, 100, 0.12);
  }
}
/* --------------------------------------------------
  Form
-------------------------------------------------- */
input, select, textarea {
  font-family: "Source Sans Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

input {
  height: 3rem;
  line-height: 3rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  font-size: 1.3rem;
  color: #495057;
}

select {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
}

textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
}

.custom-control-label {
  padding-top: 2px;
}

input[type=checkbox],
input[type=radio] {
  height: inherit;
  line-height: inherit;
}

input[type=submit],
input[type=button],
input[type=reset] {
  height: inherit;
  line-height: inherit;
  cursor: pointer;
}

input[type=file] {
  border: none;
  line-height: inherit;
  height: inherit;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background: #f6f6f6;
  cursor: not-allowed;
}

input[readonly],
select[readonly],
textarea[readonly] {
  border: 1px solid #f6f6f6;
}

label {
  padding: 0.25em;
}

.small-form {
  width: 8rem;
}

.changed {
  transition: 0.3s ease;
  border: 1px solid #33a59a;
}

@media (max-width: 767px) {
  table.spModeVertical .sp-block {
    display: block;
    width: 100%;
  }
}
:placeholder-shown {
  color: #888;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
  opacity: 1;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
}

.input-group,
.input-group__control,
.input-group__addon {
  box-sizing: border-box;
}

.input-group {
  display: table;
  width: 100%;
}
.input-group .btn,
.input-group .badge {
  margin: 0;
  padding: 0rem 0.75rem;
  line-height: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  border-radius: 0;
}

.input-group__control,
.input-group__addon {
  display: table-cell;
}

.input-group__control {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  z-index: 5;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.input-group__addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}

/* --------------------------------------------------
  Responsive Grid
-------------------------------------------------- */
.col-pc-1,
.col-pc-2,
.col-pc-3,
.col-pc-4,
.col-5 {
  position: relative;
}
.col-pc-1:before, .col-pc-1:after,
.col-pc-2:before,
.col-pc-2:after,
.col-pc-3:before,
.col-pc-3:after,
.col-pc-4:before,
.col-pc-4:after,
.col-5:before,
.col-5:after {
  display: block;
  content: "";
  clear: both;
}
.col-pc-1 .cols,
.col-pc-2 .cols,
.col-pc-3 .cols,
.col-pc-4 .cols,
.col-5 .cols {
  position: relative;
  min-height: 1px;
}
.col-pc-1 .cols .image,
.col-pc-2 .cols .image,
.col-pc-3 .cols .image,
.col-pc-4 .cols .image,
.col-5 .cols .image {
  text-align: center;
}
.col-pc-1 .cols .image img,
.col-pc-2 .cols .image img,
.col-pc-3 .cols .image img,
.col-pc-4 .cols .image img,
.col-5 .cols .image img {
  max-width: 100%;
  height: auto;
}

.col-pc-1 .cols {
  width: 100%;
  padding: 0;
}

.col-pc-2 .cols {
  float: left;
  width: 50%;
  padding: 0 1.25%;
}
.col-pc-2 .cols:nth-child(1) {
  padding-left: 0;
}
.col-pc-2 .cols:nth-child(1) .contents {
  margin-right: 0.4rem;
}
.col-pc-2 .cols:nth-child(2) {
  padding-right: 0;
}
.col-pc-2 .cols:nth-child(2) .contents {
  margin-left: 0.4rem;
}

.col-pc-3 .cols {
  float: left;
  width: 33.33%;
  padding: 0 1.25%;
}
.col-pc-3 .cols:nth-child(1) {
  padding-left: 0;
}
.col-pc-3 .cols:nth-child(1) .contents {
  margin-right: 0.4rem;
}
.col-pc-3 .cols:nth-child(2) .contents {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}
.col-pc-3 .cols:nth-child(3) {
  padding-right: 0;
}
.col-pc-3 .cols:nth-child(3) .contents {
  margin-left: 0.4rem;
}

.col-pc-4 .cols {
  float: left;
  width: 25%;
  padding: 0 1.25%;
}
.col-pc-4 .cols:nth-child(1) {
  padding-left: 0;
}
.col-pc-4 .cols:nth-child(1) .contents {
  margin-right: 0.4rem;
}
.col-pc-4 .cols:nth-child(4) {
  padding-right: 0;
}
.col-pc-4 .cols:nth-child(4) .contents {
  margin-left: 0.4rem;
}
.col-pc-4 .cols:nth-child(2) .contents, .col-pc-4 .cols:nth-child(3) .contents {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}

.col-5 .cols {
  float: left;
  width: 24%;
  padding: 0 1.25%;
}
.col-5 .cols:nth-child(1) {
  padding-left: 0;
  width: 4%;
  text-align: center;
}
.col-5 .cols:nth-child(1) .contents {
  margin-right: 0.4rem;
}
.col-5 .cols:nth-child(5) {
  padding-right: 0;
}
.col-5 .cols:nth-child(5) .contents {
  margin-left: 0.4rem;
}
.col-5 .cols:nth-child(2) .contents, .col-5 .cols:nth-child(3) .contents, .col-5 .cols:nth-child(4) .contents {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}

@media (max-width: 767px) {
  .col-sm-1 .cols {
    width: 100%;
    padding: 0;
  }
  .col-sm-2 .cols {
    width: 50%;
    padding: 0 1.25%;
  }
  .col-sm-2 .cols:nth-child(1) {
    padding-left: 0;
  }
  .col-sm-2 .cols:nth-child(2) {
    padding-right: 0;
  }
  .col-pc-4.col-sm-2 .cols {
    width: 50%;
    padding: 0 1.25%;
  }
  .col-pc-4.col-sm-2 .cols:nth-child(odd) {
    padding-left: 0;
  }
  .col-pc-4.col-sm-2 .cols:nth-child(even) {
    padding-right: 0;
  }
  .col-pc-2.col-sm-1 .cols:last-child,
  .col-pc-3.col-sm-1 .cols:last-child {
    margin-bottom: 0;
  }
  .col-pc-4.col-sm-2 .cols {
    margin-bottom: 2em;
  }
  .col-pc-4.col-sm-2 .cols:nth-child(3), .col-pc-4.col-sm-2 .cols:nth-child(4) {
    margin-bottom: 0;
  }
}
/* --------------------------------------------------
  Block Model
-------------------------------------------------- */
.box {
  background-color: #f3f7fe;
  color: #435573;
  border: 1px solid #dbe1eb;
  padding: 1.5em;
  margin: 1.5em 0;
}

.boxGray {
  background-color: #fafafa;
  color: #666;
  border: 1px solid #e5e5e5;
  padding: 1.5em;
  margin: 1.5em 0;
}

.boxYellow {
  background-color: #fefef3;
  color: #a39324;
  border: 1px solid #f4f237;
  padding: 1.5em;
  margin: 1.5em 0;
}

.boxPink {
  background-color: #fff9fc;
  color: #a60953;
  border: 1px solid #ffcee5;
  padding: 1.5em;
  margin: 1.5em 0;
}

.boxGreen {
  background-color: #fafffa;
  color: #1b7c17;
  border: 1px solid #9ddc9a;
  padding: 1.5em;
  margin: 1.5em 0;
}

/* --------------------------------------------------
  Icons
-------------------------------------------------- */
/* --------------------------------------------------
  Other
-------------------------------------------------- */
/* Module List Only */
.ttlSample {
  margin: 0 auto 1em;
  padding: 10px;
  color: #FFF;
  font-size: 2rem;
  font-weight: normal;
  background-color: #3b4556;
  border-radius: 5px;
}

/* --------------------------------------------------
  select2カスタマイズ
-------------------------------------------------- */
.select2-results__options {
  font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 9px;
}

.select2.size-s {
  width: 30%;
}

.select2.size-s + .select2 {
  width: 30% !important;
}

.select2.size-m {
  width: 60%;
}

.select2.size-m + .select2 {
  width: 60% !important;
}

.select2.size-l {
  width: 100%;
}

.select2.size-l + .select2 {
  width: 100% !important;
  min-width: 180px;
}

.select2-container--open {
  z-index: 10001;
}

.select2-selection {
  text-align: left;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
}

.select2-dropdown {
  border: 1px solid #ddd;
}

.select2.select2-addsize + .select2-container--default .select2-selection--single {
  height: 40px;
}

.select2.select2-addsize + .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2.select2-addsize + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

@media (max-width: 767px) {
  .maincontainer .globalNav {
    z-index: 9999;
  }
}
/* --------------------------------------------------
  DataTableカスタマイズ
-------------------------------------------------- */
.dataTable {
  margin: 1rem auto;
  clear: both;
  font-family: "lato";
}

.dataTables_length,
.dataTables_filter,
#tableInfo {
  padding: 2rem 0;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #666666;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: 1px solid rgba(0, 40, 100, 0.12);
  background: #fff;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 2px;
  margin: 2px 0 2px 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #666 !important;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  background: #f6f6f6;
}

table.fixedHeader-floating {
  top: 65px !important;
}

.dataTables_wrapper .dataTables_paginate {
  float: none;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
  -webkit-overflow-scrolling: touch;
}

/*スクロールバーの横幅指定*/
.dataTables_scrollBody::-webkit-scrollbar {
  height: 1px;
}

/*スクロールバーの横幅指定*/
.dataTables_scrollHead::-webkit-scrollbar,
.scroll-fixedheader::-webkit-scrollbar {
  height: 16px;
}

/*スクロールバーの背景色・角丸指定*/
.dataTables_scrollHead::-webkit-scrollbar-track,
.scroll-fixedheader::-webkit-scrollbar-track {
  border-radius: 1px;
  background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
.dataTables_scrollHead::-webkit-scrollbar-thumb,
.scroll-fixedheader::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #3b4556;
  border: 4px solid #f2f2f2;
}

/*スクロールバーの背景色ホバー */
.dataTables_scrollHead::-webkit-scrollbar-track:hover,
.scroll-fixedheader::-webkit-scrollbar-track:hover {
  background: #eee;
}

/*スクロールバーの色ホバー */
.dataTables_scrollHead::-webkit-scrollbar-thumb:hover,
.scroll-fixedheader::-webkit-scrollbar-thumb:hover {
  background: #33a59a;
}

.dataTables_scroll th.index,
.scroll-fixedheader th.index {
  width: inherit !important;
}

#resultArea.scroll-x #searchResult_wrapper {
  overflow-x: auto;
}

.scrollwrapper {
  width: 100%;
  overflow-x: auto;
}

.scroll-fixedheader.scroll-x table.fixedHeader-floating {
  position: static !important;
}

.scroll-fixedheader.scroll-x table.fixedHeader-locked {
  display: none;
}

.scroll-fixedheader.scroll-x {
  position: fixed;
  top: 65px;
  left: 250px;
  overflow-x: auto;
  overflow-y: hidden;
}

.dataTables_scrollBody table.tblCommonA {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.tblCommonA.fixedHeader-floating {
  margin: 0 !important;
}

.scroll-fixedheader table[aria-describedby=searchResult_info] {
  display: none;
}

.scroll-fixedheader table[aria-describedby=searchResult_info]:last-child {
  display: block;
}

.scroll-fixedheader.scroll-x table.fixedHeader-floating {
  table-layout: auto !important;
}

.dataTables_filter label {
  padding-right: 0;
}

#searchResult, #searchResult2, #searchResult3, .table-width-100 {
  width: 100% !important;
  min-width: 100% !important;
}

/*
// fixedheader固定が画像読み込む前に実行されてしまう
*/
td.thumb {
  height: 100px;
  width: 100px;
  border-bottom: none;
}

@media (max-width: 767px) {
  .scroll-fixedheader.scroll-x {
    left: 16px;
  }
}
/*
//  バグ
*/
.dataTables_scrollHead .tblCommonA {
  margin: 0 !important;
}

/*
// .scroll-fixedheader table{
// visibility: hidden;
// opacity: 0;
// }
// .scroll-fixedheader table:first-child{
// visibility: visible;
// opacity:1;
// }
*/
.dataTables_scrollBody table.dataTable thead .sorting {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: none;
}

.dataTables_scrollBody table.dataTable thead .sorting_asc {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: none;
}

.dataTables_scrollBody table.dataTable thead .sorting_desc {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: none;
}

.dataTables_scrollBody table.dataTable thead th.sorting_disabled {
  padding-top: inherit !important;
  padding-bottom: inherit !important;
}

.DTFC_LeftBodyLiner table.dataTable thead th.sorting_disabled {
  padding-top: inherit !important;
  padding-bottom: inherit !important;
}

/* ポップアップウィンドウ */
#popup .scroll-fixedheader.scroll-x {
  left: 30px;
  z-index: 5;
}

@media (max-width: 767px) {
  #popup .scroll-fixedheader.scroll-x {
    left: 16px;
  }
}
/* --------------------------------------------------
  タブメニューカスタマイズ
-------------------------------------------------- */
.js-tab {
  margin-bottom: 0px;
  border-bottom: 1px solid #33a59a;
  text-align: center;
  display: table;
  width: 100%;
}

.js-tab > div {
  display: table-cell;
  color: #666;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 3px 3px 0 0;
}

.js-tab > div:hover {
  background: #eee;
}

.js-tab > div.active {
  background: #33a59a;
  color: #fff;
}

.js-tab_content {
  display: none;
  padding: 20px 10px;
  background: #f6f6f6;
}

.js-tab_content.active {
  display: block;
}

/* --------------------------------------------------
   btn
-------------------------------------------------- */
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 2rem;
  margin: 2px;
  line-height: 2;
  border-radius: 2px;
  font-size: 1.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=submit].btn,
input[type=reset].btn,
input[type=button].btn {
  padding: 0.825rem 2rem;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #33a59a;
  border-color: #33a59a;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1a968a;
  border-color: #1a968a;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #33a59a;
  border-color: #33a59a;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a968a;
  border-color: #1a968a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

.btn-success:hover {
  color: #fff;
  background-color: #4b9400;
  border-color: #448700;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #448700;
  border-color: #3e7a00;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

.btn-info:hover {
  color: #fff;
  background-color: #219af0;
  border-color: #1594ef;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1594ef;
  border-color: #108ee7;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #fa7046;
  border-color: #fa7046;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ea5d32;
  border-color: #ea5d32;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(241, 126, 15, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #fa7046;
  border-color: #fa7046;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ea5d32;
  border-color: #ea5d32;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(241, 126, 15, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ac1b1a;
  border-color: #a11918;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a11918;
  border-color: #961717;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-light {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #495057;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #495057;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #33a59a;
  background-color: transparent;
  background-image: none;
  border-color: #33a59a;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #33a59a;
  border-color: #33a59a;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #33a59a;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #33a59a;
  border-color: #33a59a;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #5eba00;
  background-color: transparent;
  background-image: none;
  border-color: #5eba00;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5eba00;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-outline-info {
  color: #45aaf2;
  background-color: transparent;
  background-image: none;
  border-color: #45aaf2;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #45aaf2;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-outline-warning {
  color: #fa7046;
  background-color: transparent;
  background-image: none;
  border-color: #fa7046;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #fa7046;
  border-color: #fa7046;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fa7046;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #fa7046;
  border-color: #fa7046;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-outline-danger {
  color: #cd201f;
  background-color: transparent;
  background-image: none;
  border-color: #cd201f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #cd201f;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #33a59a;
  background-color: transparent;
}

.btn-link:hover {
  color: #295a9f;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.625;
  border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-md, .btn-group-md > .btn {
  padding: 0.5rem 1.25rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-circle {
  color: #33a59a;
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.btn-circle:hover {
  color: #fff;
  background: #33a59a;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

/* --------------------------------------------------
  alert カスタマイズ
-------------------------------------------------- */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: 3rem;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert-primary {
  color: #24426c;
  background-color: #dae5f5;
  border-color: #cbdbf2;
}

.alert-primary hr {
  border-top-color: #b7cded;
}

.alert-primary .alert-link {
  color: #172b46;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #316100;
  background-color: #dff1cc;
  border-color: #d2ecb8;
}

.alert-success hr {
  border-top-color: #c5e7a4;
}

.alert-success .alert-link {
  color: #172e00;
}

.alert-info {
  color: #24587e;
  background-color: #daeefc;
  border-color: #cbe7fb;
}

.alert-info hr {
  border-top-color: #b3dcf9;
}

.alert-info .alert-link {
  color: #193c56;
}

.alert-warning, .alert-warn {
  color: #7d6608;
  background-color: #fcf3cf;
  border-color: #fbeebc;
}

.alert-warning hr,
.alert-warn hr {
  border-top-color: #fae8a4;
}

.alert-warning .alert-link,
.alert-warn .alert-link {
  color: #4d3f05;
}

.alert-danger,
.alert-error {
  color: #6b1110;
  background-color: #f5d2d2;
  border-color: #f1c1c0;
}

.alert-danger hr,
.alert-error hr {
  border-top-color: #ecacab;
}

.alert-danger .alert-link,
.alert-error .alert-link {
  color: #3f0a09;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

/**
* 商品一覧 アラート
* 「着荷済商品のうち、商品情報が未登録のものがあります」のスタイル定義
*/
.icon_exclamation {
  display:inline-block;
  width:22px;
  height:22px;
  background-color:#e60000;
  color:white;
  font-weight:bold;
  border-radius:50%;
  text-align:center;
  line-height:22px;
  margin-right:6px;
}

.jan-code-list::after {
  content: 'すべて表示する';
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.jan-code-list[data-expanded="true"]::after,
.jan-code-list[data-expandable="false"]::after {
  content:""
}
.jan-code-list li:nth-child(n+6) {
  display: none;
}
.jan-code-list[data-expanded="true"] li:nth-child(n+6) {
  display: block;
}


@media (max-width: 767px) {
  .alert {
    margin: 2rem;
  }
}
.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  font-size: 1.4rem;
  line-height: 1.5;
  transition: 0.3s color;
}

.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.close:before {
  content: "\ea00";
  font-family: "feather";
}

.position-fixed {
  position: fixed;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 150;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  margin: 0;
}

/* --------------------------------------------------
  badge カスタマイズ
-------------------------------------------------- */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  line-height: 1.8;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #467fcf;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2f66b3;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #5eba00;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #448700;
}

.badge-info {
  color: #fff;
  background-color: #45aaf2;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1594ef;
}

.badge-warning {
  color: #fff;
  background-color: #3b4556;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #151920;
}

.badge-danger {
  color: #fff;
  background-color: #cd201f;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #a11918;
}

.badge-light {
  color: #495057;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #495057;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}


.badge-draft {
  color: #fff;
  background-color: #ffa917;
}

.badge-draft[href]:hover, .badge-draft[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f6a61d;
}



/* --------------------------------------------------
  loader  カスタマイズ
-------------------------------------------------- */
@keyframes bouncing-loader {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0.1;
    transform: translateY(-1rem);
  }
}
.bouncing-loader {
  display: flex;
  justify-content: center;
}

.bouncing-loader > div {
  width: 1rem;
  height: 1rem;
  margin: 3rem 0.4rem;
  background: #8385aa;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}

.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}

.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}

.part-loader {
  position: relative;
  pointer-events: none;
}
.part-loader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: #fff;
  opacity: 0.8;
}
.part-loader::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-left: -15px;
  margin-top: -15px;
  z-index: 550;
  border-radius: 5px;
  border: 4px solid #33a59a;
  animation: loader 2s infinite ease;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------------------------
  ツールチップ
-------------------------------------------------- */
.js-tooltip {
  position: relative;
}

.js-tooltip-contents {
  display: none;
  position: absolute;
  top: 1.3rem;
  left: -1rem;
  z-index: 100;
  background: #fff;
  border: 1px solid #3b4556;
  width: 300px;
  padding: 1rem 1.2rem;
  border-radius: 2px;
  color: #3b4556;
  font-size: 1.2rem;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  border-radius: 1px;
}

.js-fixed-tooltip .js-tooltip-contents {
  position: inherit;
  display: block;
  top: -50px;
  z-index: 15000;
}

.trg-tooltip {
  cursor: pointer;
}

.js-fixed-dataTooltip {
  display: none;
  font-size: 1.25rem;
  transition: 0.3s ease;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0px 0px 4px 1px #d6d6d6;
  padding: 10px;
  width: 280px;
  z-index: 10060;
}

/* --------------------------------------------------
  toggle汎用
-------------------------------------------------- */
.js-toggle {
  position: relative;
}

.js-toggle:hover {
  cursor: pointer;
  opacity: 0.8;
}

.js-toggle-contents {
  display: none;
  background: #fff;
  border: 1px solid #f6f6f6;
  padding: 1.6rem;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.js-toggle.isOpen .fe-chevron-down:before {
  content: "\e930";
}

/* --------------------------------------------------
  ブロック内の位置 pull
-------------------------------------------------- */
.pull {
  text-align: center;
  position: relative;
}
.pull .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.pull .pull-left {
  float: left;
  left: 0;
  transform: inherit;
}
.pull .pull-right {
  float: right;
  left: inherit;
  transform: inherit;
  right: 0;
}

.pull:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 4rem;
}

/* --------------------------------------------------
  pushpin
-------------------------------------------------- */
.pushpin-title {
  position: relative;
  z-index: 120;
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 1.3rem;
  padding: 1rem;
}

.pushpin-title.pushpin-floating {
  position: fixed;
  top: 105px;
  visibility: hidden;
  z-index: 100;
}

.category-menu {
  background: #eee;
  background: #313a46;
  color: #fefefe;
  padding: 10px 0;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  z-index: 130;
  font-size: 1.2rem;
}

.category-menu.pushpin-floating {
  position: fixed;
  top: 65px;
}

.category-menu .cols {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.category-menu .cols.category-menu-id {
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
  font-size: 1.2rem;
}

.category-list-contents {
  font-size: 1.25rem;
}

.pushpin-title:hover {
  background: #f6f6f6;
  cursor: pointer;
}

.pushpin-title i {
  float: right;
}

.pushpin-title.isOpen i.fe-chevron-down:before {
  content: "\e930";
}

.category-list-contents .cols {
  padding: 4px;
}

.category-list-contents .cols.category-menu-name {
  padding: 10px 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.2rem;
}

.category-list-contents .cols.category-menu-name input {
  margin: 0;
  padding: 0;
  line-height: inherit;
  height: inherit;
  font-size: 1.2rem;
  background: none;
  border: none;
  height: 2.8rem;
}

.category-list-contents .cols.category-menu-id {
  padding: 10px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
  font-family: "Overpass Mono";
  color: #ccc;
}

.category-list-contents .col-5:hover,
.category-list-contents .col-pc-4:hover,
.category-list-contents .col-pc-3:hover {
  background: #f3f7fe;
  color: #435573;
}

.col-5 .cols:nth-child(5) {
  padding-right: 4px;
}

.category-list-contents .cols input {
  width: 100%;
}

.category-contents-pushpin {
  padding: 1em 0;
}

.js-toggle-contents-pushpin {
  display: none;
}

.js-toggle-contents-pushpin.isOpen {
  display: block;
}

.category-list-contents .cols.categoryIndent-0,
#popup .category-list-contents .cols.categoryIndent-0 {
  font-weight: bold;
}

.category-list-contents .cols.categoryIndent-1,
#popup .category-list-contents .cols.categoryIndent-1 {
  padding-left: 1.5em;
  position: relative;
}
.category-list-contents .cols.categoryIndent-1:before,
#popup .category-list-contents .cols.categoryIndent-1:before {
  content: "・";
  font-family: Londrina Outline;
  color: #33a59a;
  display: inline-block;
  position: absolute;
  left: 0rem;
  top: 12px;
  font-weight: bold;
}

.category-list-contents .cols.categoryIndent-2,
#popup .category-list-contents .cols.categoryIndent-2 {
  padding-left: 2.5em;
  position: relative;
}
.category-list-contents .cols.categoryIndent-2:before,
#popup .category-list-contents .cols.categoryIndent-2:before {
  content: "・・";
  color: #000;
  display: inline-block;
  position: absolute;
  left: 0rem;
  top: 12px;
  font-weight: bold;
}

.category-list-contents .cols.categoryIndent-3,
#popup .category-list-contents .cols.categoryIndent-3 {
  padding-left: 3.5em;
  position: relative;
}
.category-list-contents .cols.categoryIndent-3:before,
#popup .category-list-contents .cols.categoryIndent-3:before {
  content: "・・・";
  color: #ddd;
  display: inline-block;
  position: absolute;
  left: 0rem;
  top: 12px;
  font-weight: bold;
}

.category-list-contents .cols.categoryIndent-4,
#popup .category-list-contents .cols.categoryIndent-4 {
  padding-left: 4.5em;
  position: relative;
}
.category-list-contents .cols.categoryIndent-4:before,
#popup .category-list-contents .cols.categoryIndent-4:before {
  content: "・・・・";
  color: #ddd;
  display: inline-block;
  position: absolute;
  left: 0rem;
  top: 12px;
  font-weight: bold;
}

.category-list-contents .cols.categoryIndent-5,
#popup .category-list-contents .cols.categoryIndent-5 {
  padding-left: 5.5em;
  position: relative;
}
.category-list-contents .cols.categoryIndent-5:before,
#popup .category-list-contents .cols.categoryIndent-5:before {
  content: "・・・・・";
  color: #ddd;
  display: inline-block;
  position: absolute;
  left: 0rem;
  top: 12px;
  font-weight: bold;
}

#popup .category-menu.col-pc-4 .cols {
  padding: 0;
}

#popup .category-list-contents .col-pc-4 .cols:nth-child(1) {
  line-height: 2.8rem;
}

#popup .category-list-contents .col-pc-4 .cols:nth-child(3) {
  line-height: 2.8rem;
}

#popup .col-pc-4 .cols {
  float: left;
  width: 36%;
  padding: 0.5%;
}
#popup .col-pc-4 .cols:nth-child(1) {
  padding-left: 0;
  width: 4%;
  text-align: center;
  margin-right: 0;
}
#popup .col-pc-4 .cols:nth-child(2) {
  margin-right: 0;
  width: 24%;
}
#popup .col-pc-4 .cols:nth-child(4) {
  margin-right: 0rem;
  margin-left: 0;
}
/* --------------------------------------------------
通知
-------------------------------------------------- */
.tours {
  display: inline-block;
  visibility: hidden;
  margin: 0;
  padding: 0 1rem 1rem 1rem;
  background-color: #33a59a;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: -10rem;
  right: 1rem;
  transition: all 0.5s ease;
}

.tours.is-view {
  visibility: visible;
  opacity: 1;
  bottom: -3.8rem;
}

.tours.is-view:hover {
  bottom: 0.5rem;
}

.tours p {
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem 0;
  color: #fff;
}

/* --------------------------------------------------
UIkit　文字サイズ
-------------------------------------------------- */
.uk-h6, h6,
blockquote footer,
pre,
.uk-table th,
.uk-table tfoot,
.uk-table caption,
.uk-form-label,
.uk-button,
.uk-button-large,
.uk-badge,
.uk-label,
.uk-article-meta,
.uk-comment-meta,
.uk-dropdown-nav,
.uk-dropdown-nav,
.uk-nav-header,
.uk-nav-default,
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle,
.uk-navbar-subtitle,
.uk-description-list > dt {
  font-size: 1.3rem !important;
}

.uk-form-small,
.uk-button-small {
  font-size: 1.1rem !important;
}

.uk-background-primary,
.uk-card-primary,
.uk-card-primary.uk-card-hover:hover,
.uk-section-primary,
.uk-tile-primary {
  background-color: #33a59a !important;
}

.uk-notification,
.uk-modal {
  z-index: 10060;
}

/* --------------------------------------------------
  anime
-------------------------------------------------- */
@keyframes ani-Flash {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* =========================================================
[Pages]
========================================================= */
/* //////////////////////////////////////////////////
[Pages]
////////////////////////////////////////////////// */
/* --------------------------------------------------
HOME
-------------------------------------------------- */
/* --------------------------------------------------
login
-------------------------------------------------- */
#login {
  max-width: 400px;
  margin: 4rem auto;
  border: none;
  background: none;
}
#login input {
  height: 4rem;
}
#login input[type=submit].btn {
  height: 5rem;
}
#login .contents {
  margin: 3rem 0 1rem 0;
}

@media (max-width: 767px) {
  #login {
    margin: 4rem auto;
    padding: 0 2rem;
  }
}
/* --------------------------------------------------
ERROR
-------------------------------------------------- */
#error .error {
  margin: 12rem auto 8rem;
  text-align: center;
  padding: 2rem 1rem;
}
#error .error h1 {
  font-size: 12rem;
  font-weight: 100;
  color: #33a59a;
  font-family: "Overpass Mono", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, monospace;
  letter-spacing: -5px;
  padding: 0;
  line-height: 12rem;
}
#error .error h2 {
  font-size: 1.4rem;
  font-weight: 100;
  color: #33a59a;
  font-family: "lato", "Myriad Pro", "Helvetica", "Arial", sans-serif;
  letter-spacing: 1px;
}
#error .error h3 {
  font-size: 1.8rem;
}

/* --------------------------------------------------
TOP
-------------------------------------------------- */
.supplierRanking.contents {
  padding-bottom: 2rem;
  align-items: center;
  padding: 3rem 3rem;
  margin: 0 0 3rem 0;
}

.supplierRanking-primay {
  color: #33a59a;
}

.supplierRanking-bold {
  font-weight: bold;
}

.supplierRanking-summary {
  font-size: 1.3rem;
  align-items: center;
}

.supplierRanking-summary-bg {
  background: #f6f6f6;
  padding: 16px 0 16px 16px;
}

.supplierRanking-summary p {
  margin: 0;
}

.supplierRanking-total {
  font-weight: bold;
  font-size: 1.6rem;
}

.supplierRanking-rank {
  align-items: center;
  white-space: nowrap;
}

.supplierRanking-rank .odometer {
  margin-top: 0;
}

.supplierRanking-update-tooltipBtn {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.supplierRanking-update .uk-drop {
  width: 200px;
}

@media (max-width: 767px) {
  .supplierRanking.contents {
    padding-bottom: 2rem;
    align-items: center;
    padding: 2rem 1.6rem;
    margin: 0 0 2rem 0rem;
  }
  .supplierRanking-update {
    margin-top: 0;
  }
  .supplierRanking-rank .uk-heading-large {
    font-size: 6rem;
  }
}
/* --------------------------------------------------
tree
-------------------------------------------------- */
.treemap {
  margin: 0;
}
.treemap .cols {
  margin: 32px 0;
}

.treemap ul, .treemap li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.primary-category {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.treemap li small {
  margin-left: 4px;
}

.treemap ul li ul {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  margin-left: 36px;
}

.treemap ul li ul li {
  margin-bottom: 0.25em;
  position: relative;
}

.treemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + 0.75em);
  border-left: 1px solid #dfdfdf;
}

.treemap ul li ul li:last-child::before {
  height: 1.25em;
}

.treemap ul li ul li::after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #dfdfdf;
}

.treemap a:link,
.treemap a:visited {
  color: #666666 !important;
}

.treemap a:hover {
  color: #33a59a !important;
}

.treemap ul li ul li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -20px;
  top: 5px;
  background: #33a59a;
  border: 3px solid #fff;
  border-radius: 13px;
  z-index: 1;
  transition: ease 0.15s;
}

.treemap ul li ul li a:hover::before {
  border: 1px solid #fff;
}

.treemap .btn_tgl {
  cursor: pointer;
  background: #f6f6f6;
  color: #33a59a;
  margin-left: 4px;
}

.treemap ul li ul li ul {
  display: none;
}

.treemap ul.is-block {
  display: block;
}

.treemapModal.remodal {
  max-width: 800px;
}

.remodal-wrapper .treemap {
  text-align: left;
}

.remodal-wrapper .primary-category {
  font-size: 1.4rem;
}

.remodal-wrapper .treemap li small {
  margin-left: 4px;
}

.remodal-wrapper .treemap ul li ul {
  font-size: 1.2rem;
}

/* --------------------------------------------------
商品情報
-------------------------------------------------- */
.category-selected {
  margin: 8px 0;
}

#category-path-view ul {
  border: none;
  background: none;
  color: #888;
  margin: 0 0 8px 0;
  padding: 0;
}

#selectedCategoryName {
  display: inline-block;
  margin: 0 0 8px 0;
}

#selectedCategoryCode {
  display: inline-block;
  color: #666666;
  font-size: 1.1rem;
  padding: 1px 6px;
  margin: 0;
  background: #f6f6f6;
  border-radius: 1px;
}

.contents.recommendContents {
  padding: 3rem 3rem;
}

@media (max-width: 767px) {
  #category-path-view ul.breadCrumbs {
    display: block;
  }
  .contents.recommendContents {
    padding: 2rem 1.6rem;
  }
}
/* --------------------------------------------------
商品情報
-------------------------------------------------- */
#commodityImage {
  width: 25%;
}

table.tblCommonA tbody tr:hover td#commodityImage {
  background: none;
  color: #435573;
}

table.tblCommonB tbody tr:hover td {
  background: #f3f7fe;
}

.differentColors--Thumb {
  width: 80px;
}

.remodal.differentColors-remodal {
  max-height: 80vh;
  overflow-y: scroll;
}

#skuTable span.inline-notice,
#measurementTable span.inline-notice {
  display: block;
  margin: 0px;
  white-space: pre-wrap;
}

#imageTableSort td.thumb {
  padding: 2px !important;
}

#imageTableSort td.thumb img {
  width: 120px !important;
}

.wholesale-condition.js-toggle-contents {
  padding: 0;
  border: none;
}


#commodity-color .js-toggle-contents-commodity td label{
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
#commodity-color .displayInlineFlex{
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}


#commodity-color .uk-accordion-title::before{
  display: none;
}
#commodity-color .uk-open .fe-chevron-down{
  transform: rotate(180deg);
}



@media (max-width: 767px) {
  #commodityImage {
    width: 100%;
  }
}
/* --------------------------------------------------
申込/解約
-------------------------------------------------- */
.contrect-contents .badge {
  padding: 0.25em 1em;
  font-size: 90%;
}

input[type=checkbox].uk-checkbox, input[type=radio].uk-radio {
  height: 16px;
}

#calcResult .tbl_shortnum_label {
  font-size: 1.5rem;
}

.uk-modal-header h2.contrect-mitsumori-ttl {
  color: #33a59a;
}

#modal-mitsumori-ini .uk-modal-footer {
  background: #f6f6f6;
}

.contrect-contents .uk-background-muted .btn-outline-secondary {
  background: #fff !important;
}

.contrect-contents .uk-background-muted .btn-outline-secondary:hover {
  background: #868e96 !important;
}


.js-toggle-contents-commodity {
  padding: 1em;
  background: #f6f6f6;
}

.js-toggle-contents-commodity table.tblCommonA{
  margin:0;
}
/* --------------------------------------------------
MDS
-------------------------------------------------- */
.select-category-wrap .col-pc-3 .cols {
  padding: 0.5%;
}

.select-category-wrap .col-pc-3 .cols:nth-child(1) {
  padding: 0.5%;
}

.select-category-wrap .col-pc-3 .cols:nth-child(3) {
  padding: 0.5%;
}

.select-category-wrap .btn-block {
  line-height: 1.4;
  padding: 1em 0;
}

.select-category-wrap .btn-block small {
  opacity: 0.8;
}

.selected-category-name {
  display: inline-block;
  font-size: 11px;
  color: #888;
  margin: 0;
}

.selected-category-name span {
  color: #333;
  padding: 0 0.5em;
}

@media (max-width: 767px) {
  .select-category-wrap .uk-modal-footer.uk-flex {
    display: block;
  }
}
.select-category-wrap .uk-modal-body .btn-outline-secondary {
  color: #666;
  border-color: #666;
}

.select-category-wrap .uk-modal-body .btn-outline-secondary:hover {
  color: #fff;
  background-color: #666;
}

.category--btn {
  display: flex;
  padding: 0 !important;
  align-items: center;
}

.category--thumb {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #f5f5f5;
}

.category--name {
  display: inline-block;
  width: calc(100% - 100px);
  text-align: left;
  padding-left: 16px;
  font-weight: bold;
}

.select2.narrow-category {
  width: 100% !important;
}

#categoryTable .select2-container--default.select2-container--disabled,
tr.main-category .select2-container--default.select2-container--disabled {
  opacity: 0;
  display: none;
}

#categoryTable .select2-container--default {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  width: 100% !important;
  margin: 4px 0;
}

.skuTableScrollwrap {
  overflow-x: scroll;
}

.skuTableScrollwrap::-webkit-scrollbar {
  height: 6px;
}

.skuTableScrollwrap::-webkit-scrollbar-thumb {
  background: #33a59a;
}

.categoryViewArea .breadCrumbs {
  font-size: 1.3rem;
  background: none;
  list-style: none;
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.categoryViewArea .breadCrumbs li:after {
  color: #ccc;
}

@media (max-width: 767px) {
  .categoryViewArea .breadCrumbs {
    display: block;
  }
}
.skuTable-locondosize {
  position: relative;
}

.locondosize-help {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
}

.locondosize-help a:hover {
  text-decoration: none;
  opacity: 0.75;
}

/* --------------------------------------------------
移動指示個別登録
-------------------------------------------------- */
#contents-commodity .btn-addSku,
.btn-addSku {
  padding: 0.5rem;
  margin-top: 0px;
}

.contents-termsregister textarea {
  height: 15em;
  width: 100%;
  font-size: 1.2rem;
  color: #495057;
  line-height: 1.85;
}

/* --------------------------------------------------
クーポン
-------------------------------------------------- */
.coupon-input-sku {
  padding: 0.75rem 0;
}

.coupon-input-sku-btn {
  width: 250px;
}

.coupon-input-sku-note {
  width: calc(100% - 250px);
  word-break: break-all;
  border-left: 1px dotted #aaa;
  padding-left: 1.5rem;
}

.width180 {
  width: 180px;
}

/* --------------------------------------------------
simple
-------------------------------------------------- */
.simple_template .siteHeader .headerMenu {
  display: none;
}
.simple_template .pageheader {
  display: none;
}
.simple_template .breadCrumbs {
  display: none;
}
.simple_template .maincontainer .globalNav {
  display: none !important;
}
.simple_template .maincontainer main {
  margin-left: inherit;
  padding-left: inherit;
}

/* --------------------------------------------------
商品画像設定
-------------------------------------------------- */
.commodity-lightbox.table-image + br {
  display: none;
}

/* プログレス */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  vertical-align: baseline;
  height: 10px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #33a59a;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#commodity-image * {
  box-sizing: border-box;
}

#commodity-image #uploadImagesForm {
  display: none;
}
#commodity-image .drop-area {
  margin-bottom: 20px;
}
#commodity-image .drop-area--text {
  background: #f6fcf9;
  border: 1px solid #d5e8df;
  border-radius: 8px;
  padding: 70px 0;
}
#commodity-image .drop-area.is-drop .drop-area--text {
  background: #fff;
  border: 1px solid #e5e9ef;
}
#commodity-image .is-disable {
  display: none;
}
#commodity-image .upload-modal {
  background: #fafafa;
  border: 1px solid #e5e9ef;
  border-radius: 8px;
  padding: 3rem;
}
#commodity-image .upload-modal-innner * {
  border-collapse: collapse;
}
#commodity-image .upload-modal-innner table {
  width: 100%;
}
#commodity-image .upload-modal.start-upload {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100vh;
  z-index: 10060;
  background: rgba(0, 0, 0, 0.6);
}
#commodity-image .upload-modal.start-upload .upload-modal-relative {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 600px;
  padding: 10px;
  height: 430px;
  background: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
#commodity-image .upload-modal.start-upload .upload-modal-innner {
  position: absolute;
  top: 0%;
  width: 100%;
  height: auto;
  max-height: 340px;
  height: 340px;
  overflow-y: auto;
  z-index: 100;
  background: #fff;
  padding: 10px 10px 10px 10px;
  z-index: 3;
  box-sizing: border-box;
}
#commodity-image .upload-modal.start-upload {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100vh;
  z-index: 10060;
  background: rgba(0, 0, 0, 0.6);
}
#commodity-image .upload-modal.start-upload .upload-modal-relative {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 600px;
  padding: 10px;
  height: 430px;
  background: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
#commodity-image .upload-modal.start-upload .upload-modal-innner {
  position: absolute;
  top: 0%;
  width: 100%;
  height: auto;
  max-height: 340px;
  height: 340px;
  overflow-y: auto;
  z-index: 100;
  background: #fff;
  padding: 10px 10px 10px 10px;
  z-index: 3;
  box-sizing: border-box;
}
#commodity-image .upload-modal.start-upload .upload-modal-innner {
  position: absolute;
  top: 0;
  left: 0;
}
#commodity-image .upload-modal.start-upload .upload-action {
  width: 10px;
  padding-right: 10px;
}
#commodity-image .upload-modal-innnerBtn {
  display: none;
}
#commodity-image .upload-modal.start-upload .upload-modal-innnerBtn {
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
}
#commodity-image .upload-modal.start-upload .upload-modal-innnerBtn small {
  display: inline-block;
  padding: 4px 0;
  color: #888;
}
#commodity-image .upload-modal.start-upload .cancel {
  white-space: nowrap;
}
#commodity-image .index label {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: flex;
  padding: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
#commodity-image .index label:hover {
  opacity: 0.6;
}
#commodity-image .index label input{
  height:16px;
  width: 16px;
  cursor: pointer;
}
#commodity-image .template-upload,
#commodity-image .template-download {
  background: #fff;
  border-bottom: 1px solid #fafafa;
}
#commodity-image .template-upload:last-child,
#commodity-image .template-download:last-child {
  border-bottom: none;
}
#commodity-image .template-upload td,
#commodity-image .template-download td {
  padding: 2rem;
}
#commodity-image .template-upload .previmg,
#commodity-image .template-download .previmg {
  width: 120px;
}
#commodity-image .template-upload .preview,
#commodity-image .template-download .preview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
#commodity-image .template-upload .name,
#commodity-image .template-download .name {
  padding-right: 3rem;
  margin-bottom: 0;
}
#commodity-image .previmg .preview img {
  width: 120px;
  height: auto;
}
#commodity-image .template-download .size {
  padding-left: 1rem;
}
#commodity-image .drop-area--icon,
#commodity-image .drop-area--title {
  color: #33a59a;
}
#commodity-image .drop-area--icon {
  margin-bottom: 16px;
}
#commodity-image .drop-area--icon svg {
  width: 40px;
  height: auto;
}
#commodity-image .drop-area--title {
  font-size: 18px;
  padding: 0;
}
#commodity-image .drop-area--text .dark-gray {
  margin: 12px 0 0;
}
#commodity-image #fileupload .fileupload-btnlist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#commodity-image #thumbnailImage .tdThumb,
#commodity-image #thumbnailImage .currentThumb {
  border-right: none;
}
#commodity-image #thumbnailImage .tdThumb {
  width: 152px;
}
#commodity-image #thumbnailImage .currentThumb {
  width: 15em;
}
#commodity-image #thumbnailImage img {
  width: 120px;
}
#commodity-image .imageUpload{
  padding-left: 0;
  padding-right:0;
}
#commodity-image .imageUpload > .inner{
  display:flex;
  padding-right:80px;
}
#commodity-image .imageUpload .imageUploadChange,
#commodity-image .imageUpload .videoImageChange{
  display:flex;
  flex:1;
}
#commodity-image .imageUpload .videoImageChange .wrap{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
#commodity-image .imageUpload .videoImageChange .heading{
  display:flex;
  margin-bottom:.5em;
  font-size:12px;
}
#commodity-image .imageUpload .videoImageChange .heading:before{
  content:"";
  display:inline-block;
  width:16px;
  height:16px;
  background-image:url(https://media.aws.locondo.jp/locorestatic/common/img/icon-video.png);
  background-size:100%;
  opacity:.5;
  margin-right:.2em;
}

#commodity-image .imageUpload .videoImageChange img{
  max-width:100px;
  max-height:100px;
}
#commodity-image .imageUpload form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  gap: 15px;
  padding: 15px;
}
/* 選択ボタンのカスタム */
#commodity-image .imageUpload input[type="file"] {
  display:none;
}
#commodity-image .imageUpload .selectFileBtn{
  color:#33a59a;
  border:1px solid #33a59a;
  display:inline-flex;
  align-items:center;
  height: 2.5em;
  padding:0 1em;
  border-radius: 2px;
  cursor:pointer;
  position:relative;
  transition:.2s;
}
#commodity-image .imageUpload .selectFileBtn:hover{
  color:#fff;
  background-color:#33a59a;
}
#commodity-image .imageUpload .selectFileBtn:hover span{
  color:#33a59a;
}
#commodity-image .imageUpload .selectFileBtn .file-name{
  position:absolute;
  bottom:-2em;
  left:0;
  font-weight:600;
  white-space:nowrap;
  pointer-events:none;
}
#commodity-image .imageUpload .selectFileBtn .file-name:empty{
  display:none;
}
#commodity-image .imageUpload .uploadFileBtn,
#commodity-image .imageUpload .updateVideoImageBtn{
  line-height: 2.5;
  padding:0 1em;
}
/* #commodity-image .imageUpload > form td.imageUpload{
  border:none;
} */
#commodity-image .imageUploadDaleteBtn {
  display: flex;
  flex-wrap: wrap;
  position:absolute;
  right:20px;
}
#commodity-image .imageUploadDaleteBtn .cancel {
  display: none;
}
#commodity-image #idx1 .imageUploadDaleteBtn button {
  display: none !important;
}
#commodity-image .index{
  position: relative;
}
#commodity-image .index label{
  margin:0 auto;
}
#commodity-image #idx1.ui-selected{
  position:relative;
}
#commodity-image #idx1.ui-selected:after {
  content: "※この画像は削除できません";
  width:6em;
  font-size: 1.1rem;
  text-align: left;
  color:#cd201f;
  white-space:normal;
  
  position:absolute;
  right:15px;
  top:50%;
  transform:translateY(-50%);
}
#commodity-image #imageTableSort {
  overflow: auto;
}
#commodity-image #imageTableSort tr{
  position:relative;
}
#commodity-image #imageTableSort td {
  padding-top: 0px;
  padding-bottom: 0px;
}
#commodity-image tr.ui-selectee.ui-selected,
#commodity-image tr.ui-selectee.ui-selected td {
  background: #f3f7fe;
}
#commodity-image .ui-selected .imageUploadDaleteBtn .cancel {
  display: inline-block;
  color:#cd201f;
  border-color:#cd201f;
  height:2.5em;
  width:4em;
}
#commodity-image .ui-selected .imageUploadDaleteBtn .cancel:hover{
  color:#fff;
  background-color:#cd201f;
}
#commodity-image .indexLabel{
  text-align:center;
}
#commodity-image .is-video .indexLabel::after{
  content:"";
  display:block;
  width:20px;
  height:20px;
  background-image:url(https://media.aws.locondo.jp/contents/img-locore/icon-video.png);
  background-size:100%;
  opacity:.5;
  margin:auto;
}
#commodity-image .uploadFileBtn:disabled {
  visibility: hidden;
  display:none;
}
#commodity-image .videoImageChange{
  background-color:#fafafa;
  margin: 15px;
}

/* 商品説明文 注釈 */
#commodity-color table td > div{
  margin:1.5em 0;
}
#commodity-color table code{
  font-size:1em;
  color:#495057;
  display: inline;
  padding: 1px;
  line-height: inherit;
}
#commodity-color table ul {
  margin:.5em 0;
}
#commodity-color table ul li{
  margin-bottom:.25em;
}
#commodity-color .template_modelsize,
#commodity-color .code_snippet{
  display:inline-block;
  font-size:.9em;
  margin:.5em 0;
  margin-right:1em;
  padding:.5em .8em;
  background:#eee;
  border-radius:3px;
  cursor:pointer;
}
#commodity-color .code_snippet{
  cursor:initial;
}

/*並び替え確定*/
.fixedupdatebtn {
  position: fixed;
  bottom: 0;
  width: calc(100% - 220px);
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 24px 0;
  display: none;
  z-index: 1;
}

.fixedupdatebtn.is-view {
  display: block;
}

.uploadFileSingle:hover {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .fixedupdatebtn {
    width: 100%;
  }
  #commodity-image .files .name {
    width: 100% !important;
    word-wrap: break-word;
  }
}
/*モーダル*/
.remodal.thumbnailList {
  max-width: 70vw;
  background: #f2f2f2;
}

.thumbnailList .remodal-close {
  top: 10px;
  right: 10px;
  left: auto;
}

.thumbnailList h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}

.selectCommodityImageUl {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  list-style: none;
  margin: 0 0 0 -20px;
  padding-left: 0;
  justify-content: center;
}

.selectCommodityImageUl li {
  width: 20% !important;
  max-width: 100px !important;
  margin: 0 0 20px 20px;
  cursor: pointer;
}

.selectCommodityImageUl li:hover img {
  opacity: 0.8;
}

.selectCommodityImageUl li img {
  border: 3px solid transparent;
  transition: 0.3s;
}

.selectCommodityImageUl li.selected img {
  border: 3px solid #33a59a;
}

#updateThumbnailCheck {
  display: block;
  margin: 10px auto;
}

/* /promotion/locoad-analysis/input */
table.buget-input {
  border-spacing: 0;
}
table.buget-input td {
  padding: 6px;
  border: none;
}
table.budget tbody tr > th {
  text-align: center;
  border-right: 1px solid #e5e9ef;
}
table.budget tbody tr:has(select:disabled):hover th {
  background: #fafafa;
}
table.budget tbody tr:has(select:disabled):hover td {
  background: #fff;
}
table.budget .buget-note {
  margin-left: 1em;
  font-size: 10px;
  color: #999;
}