@charset "UTF-8";
/* Show active breakpoint in top right corner of viewport */
@import url("//fonts.googleapis.com/css?family=Comfortaa");
/* IEハック用mixin */
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

@-o-viewport {
  width: device-width;
  initial-scale: 1;
}

@viewport {
  width: device-width;
  initial-scale: 1;
}

/* Show active breakpoint in top right corner of viewport */
/* page.css */
.modal-xl {
  width: auto;
  max-width: 1024px;
}

.strong {
  font-weight: bold;
}

.strong-lg {
  font-weight: bold;
  font-size: 1.25em;
}

img[data-lity] {
  cursor: pointer;
}

label.kadomaru {
  border-radius: 1em;
  padding: 0.25em 0;
}

body.top-login {
  height: 100vh;
  background-color: #f4f4f4;
}

body.top-login #contents-frame {
  background-color: #f4f4f4;
  margin: 0;
  padding: 0 0 5em;
}

body.top-login #contents-frame.login-box {
  padding: 8em 0 5em;
}

@media (max-width: 29.99em) {
  body.top-login #contents-frame.login-box {
    padding: 2em 0 5em;
  }
}

body.top-login #contents-frame #contents-wrapper {
  padding: 0;
}

body.top-login .anc-inquiry {
  color: #337ab7;
  text-decoration: underline;
}

body.top-login footer.footer {
  position: fixed;
  width: 100%;
  height: 48px;
  bottom: 0;
  left: 0;
  text-align: center;
}

#contents-frame {
  padding: 0 3em;
  background-color: #fff;
  max-width: 100%;
  margin: 0 auto 4em;
}

@media (max-width: 23.49em) {
  #contents-frame.inc-sticky {
    padding: 0;
  }
}

#contents-frame.max-auto {
  max-width: none;
}

#contents-frame.no-hr-padding {
  padding-left: 0;
  padding-right: 0;
}

#contents-frame.no-hr-padding #contents-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.contents-main {
  font-size: 1em;
}

@media (max-width: 39.99em) {
  .contents-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contents-main .contents-left {
  position: fixed;
  left: 0;
  width: 22em;
  font-size: 1em;
  z-index: 9000;
  height: calc(100vh - 118px);
  background-color: #fff;
}

.contents-main .contents-left.menu-fixed {
  top: 0;
  position: fixed !important;
  height: 100%;
}

.contents-main .contents-left #toggleMenuWrap {
  position: absolute;
  top: 0;
  right: -3.5em;
}

.contents-main .contents-left #toggleMenuWrap #toggleMenuIcon {
  color: #333;
  display: inline-block;
  border-top: 2px solid #adb5bd;
  border-right: 2px solid #adb5bd;
  border-bottom: 2px solid #adb5bd;
  width: 3.5em;
  padding: 0.5em 0;
  text-align: center;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(47%, #f6f6f6), to(#ededed));
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
}

.contents-main .contents-right {
  max-width: 100%;
  font-size: 0.9em;
  padding: 2em 0;
}

.contents-main.contents-menu-hidden .contents-left {
  position: absolute;
  -webkit-transform: translateX(-22em);
  transform: translateX(-22em);
  height: 100%;
}

.contents-main.contents-menu-hidden .contents-right {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.contents-right .item-search-container {
  max-width: 100%;
  margin: 0 auto 2em;
}

#contents-wrapper, #content_wrapper {
  padding: 2em;
}

@media (max-width: 39.99em) {
  #contents-wrapper, #content_wrapper {
    padding: 2em 0 2em 0;
  }
}

/* パンくずナビ */
.pankuzu {
  display: block;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li:before {
  content: '>';
  display: inline-block;
  padding: 0 1em;
}

.pankuzu li:first-child:before {
  content: none;
}

#standardModal.modal.in {
  overflow-y: hidden;
}

#standardModal .modal-dialog {
  max-height: 100%;
  -webkit-transform: none;
  transform: none;
  overflow: auto;
  padding-bottom: 0;
}

#standardModal .modal-dialog .modal-content {
  border: none;
}

#standardModal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}

#standardModal .modal-dialog .modal-content .modal-header .modal-title {
  border-bottom: 3px solid #E78B5F;
  font-size: 1.25em;
}

#standardModal .modal-dialog .modal-body {
  overflow: auto;
  max-height: inherit;
  padding: 0 1em 12em;
}

.saved-estimate-space {
  margin: 1em 1em 2em;
}

.table-no-border > thead > tr > td, .table-no-border > thead > tr > td, .table-no-border > tbody > tr > td, .table-no-border > tbody > tr > td {
  padding: 0.2em;
}

.table.table-no-border > thead > td, .table.table-no-border > thead > td, .table.table-no-border > tbody > td, .table.table-no-border > tbody > td {
  padding: 0.2em;
}

.table.table-triangle-dots > tbody > tr > th, .table.table-triangle-dots > tbody > tr > td {
  padding: 0.33em 0;
}

.table.table-triangle-dots > tbody > tr > th {
  position: relative;
  padding: 0 1.5em 0 0.33em;
}

.table.table-triangle-dots > tbody > tr > th:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '\f0da';
  right: 1em;
  top: 0;
  height: 1.5em;
  bottom: 0;
  margin: auto;
}

@media (max-width: 29.99em) {
  .table.table-triangle-dots > tbody > tr > th, .table.table-triangle-dots > tbody > tr > td {
    display: block;
    padding: 0 0.33em 0 0.85em;
  }
  .table.table-triangle-dots > tbody > tr > th {
    position: relative;
    margin-bottom: 0.5em;
  }
  .table.table-triangle-dots > tbody > tr > th:after {
    left: 0;
    right: inherit;
  }
  .table.table-triangle-dots > tbody > tr > td {
    margin-bottom: 2rem;
  }
}

.table.word-break > tbody > tr > th, .table.word-break > tbody > tr > td {
  word-break: break-all;
}

.table.table-result > tbody > tr > td {
  font-size: 1.2em;
}

.table.table-shipping > tbody > td {
  vertical-align: top;
}

.color-table tbody tr td {
  text-align: center;
}

.color-table tbody tr td .color-box {
  position: relative;
  width: 3em;
}

.color-table tbody tr td .color-box:after {
  display: block;
  content: '';
  width: 100%;
  height: 3em;
}

.color-table tbody tr td .color-box.box-black:after {
  background-color: #000;
}

.color-table tbody tr td .color-box.box-red:after {
  background-color: #c31627;
}

.color-table tbody tr td .color-box.box-green:after {
  background-color: #50a255;
}

.color-table tbody tr td .color-box.box-indigo:after {
  background-color: #1fa5db;
}

.color-table tbody tr td .color-box.box-deep-blue:after {
  background-color: #4c3a72;
}

.radio-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio-list li > label {
  max-width: 150px;
}

.radio-list li > label p {
  margin: 0;
}

.disp-design-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.disp-design-list li {
  margin-bottom: 1em;
}

.disp-design-list li > label {
  text-align: center;
}

.disp-design-list li > label .image-wrap:hover {
  border: thin solid #343a40;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 1px 1px 8px -2px #343a40;
  box-shadow: 1px 1px 8px -2px #343a40;
  cursor: pointer;
}

.disp-design-list li > label img {
  display: block;
  position: relative;
}

.disp-design-list li > label p {
  margin: 0;
}

.disp-design-list li > label .status-stock {
  border-radius: 1em;
  background-color: #e9ecef;
  display: inline-block;
  margin: 0.5em auto;
  padding: 0.2em 1em;
  position: relative;
}

.disp-design-list li > label .status-stock.stock-available {
  background-color: inherit;
  border: thin solid #adb5bd;
}

.disp-design-list li > label .status-stock.stock-little {
  background-color: #ffd5d5;
  border: thin solid #adb5bd;
}

.disp-design-list li > label .status-stock > span {
  display: inline-block;
  padding-left: 1em;
  font-weight: bold;
}

.disp-design-list li.item-none label .image-wrap {
  position: relative;
}

.disp-design-list li.item-none label .image-wrap:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  z-index: 2;
}

.disp-design-list li.item-none label .image-wrap:hover:before {
  cursor: inherit;
  background-color: rgba(255, 255, 255, 0);
}

.maru-button-delete {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #f42126;
  padding: 0.25em 2em;
  border: 2px solid #f42126;
  border-radius: 0.5rem;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 #8e070a;
  box-shadow: 0 2px 0 #8e070a;
}

.maru-button-delete:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.maru-button-delete:visited {
  color: #fff;
}

.maru-button-delete[disabled]:before {
  content: '\f056';
  font-family: FontAwesome;
}

@media (max-width: 23.49em) {
  .maru-button-delete.button-responsive {
    padding: 0.25em 0.5em;
    width: 100%;
  }
}

@media (max-width: 39.99em) {
  .maru-button-delete.button-responsive-tablet {
    padding: 0.25em 0.5em;
    width: 100%;
  }
}

.maru-button-delete.width-auto {
  padding: 0;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  width: 100%;
}

.maru-button-delete.height-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.maru-button-delete.size-large {
  font-size: 1.4em !important;
}

.maru-button-delete.size-huge {
  font-size: 1.8em !important;
}

.maru-button-delete.size-min {
  font-size: 0.8em !important;
}

.maru-button-delete.size-default {
  font-size: 1em !important;
}

.maru-button-delete.size-touch-panel {
  font-size: 2.4em !important;
}

.maru-button-copy {
  display: inline-block;
  text-decoration: none;
  color: #333;
  background-color: #9FD1F0;
  padding: 0.25em 2em;
  border: 2px solid #9FD1F0;
  border-radius: 0.5rem;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 #319cdf;
  box-shadow: 0 2px 0 #319cdf;
}

.maru-button-copy:hover {
  color: #444;
  cursor: pointer;
  text-decoration: none;
}

.maru-button-copy:visited {
  color: #333;
}

.maru-button-copy[disabled]:before {
  content: '\f056';
  font-family: FontAwesome;
}

@media (max-width: 23.49em) {
  .maru-button-copy.button-responsive {
    padding: 0.25em 0.5em;
    width: 100%;
  }
}

@media (max-width: 39.99em) {
  .maru-button-copy.button-responsive-tablet {
    padding: 0.25em 0.5em;
    width: 100%;
  }
}

.maru-button-copy.width-auto {
  padding: 0;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  width: 100%;
}

.maru-button-copy.height-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.maru-button-copy.size-large {
  font-size: 1.4em !important;
}

.maru-button-copy.size-huge {
  font-size: 1.8em !important;
}

.maru-button-copy.size-min {
  font-size: 0.8em !important;
}

.maru-button-copy.size-default {
  font-size: 1em !important;
}

.maru-button-copy.size-touch-panel {
  font-size: 2.4em !important;
}

.maru-button-edit {
  display: inline-block;
  text-decoration: none;
  color: #333;
  background-color: #85e9be;
  padding: 0.25em 2em;
  border: 2px solid #85e9be;
  border-radius: 0.5rem;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 #24ca83;
  box-shadow: 0 2px 0 #24ca83;
}

.maru-button-edit:hover {
  color: #444;
  cursor: pointer;
  text-decoration: none;
}

.maru-button-edit:visited {
  color: #333;
}

.maru-button-edit[disabled]:before {
  content: '\f056';
  font-family: FontAwesome;
}

@media (max-width: 23.49em) {
  .maru-button-edit.button-responsive {
    padding: 0.25em 0.5em;
    width: 100%;
  }
}

@media (max-width: 39.99em) {
  .maru-button-edit.button-responsive-tablet {
    padding: 0.25em 0.5em;
    width: 100%;
  }
}

.maru-button-edit.width-auto {
  padding: 0;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  width: 100%;
}

.maru-button-edit.height-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.maru-button-edit.size-large {
  font-size: 1.4em !important;
}

.maru-button-edit.size-huge {
  font-size: 1.8em !important;
}

.maru-button-edit.size-min {
  font-size: 0.8em !important;
}

.maru-button-edit.size-default {
  font-size: 1em !important;
}

.maru-button-edit.size-touch-panel {
  font-size: 2.4em !important;
}

.destination-header {
  background-color: #e9ecef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.destination-header > .delivery-to {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.destination-header > .delivery-amount {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.destination-header h4 {
  margin-bottom: 0;
}

.destination-table-wrap {
  max-height: 20em;
  overflow-y: scroll;
}

.tel-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tel-person .tel {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 12em;
  flex-basis: 12em;
}

@media (max-width: 39.99em) {
  .tel-person .tel {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.tel-person .person {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 39.99em) {
  .tel-person .person {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.destination-table > tbody tr th, .destination-table > tbody tr td {
  padding: 0.25em;
  border-bottom: thin solid #adb5bd;
  border-left: thin solid #adb5bd;
  border-right: thin solid #adb5bd;
}

.destination-table > tbody tr:first-child th, .destination-table > tbody tr:first-child td {
  border-top: thin solid #adb5bd;
}

.not-order-delivery-num:-moz-read-only {
  padding: 0px 6px !important;
  height: auto;
  border: thin solid #ced4da !important;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  width: 128px;
  width: 8rem;
  text-align: center;
}

.not-order-delivery-num:read-only {
  padding: 0px 6px !important;
  height: auto;
  border: thin solid #ced4da !important;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  width: 128px;
  width: 8rem;
  text-align: center;
}

.color-ok {
  background-color: #c0d897 !important;
}

.color-high {
  background-color: #ffbbbb !important;
}

.color-low {
  background-color: #def1f9 !important;
}

.delivery-amount-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-amount-flex > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.delivery-amount-flex > div.flex-form {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 128px;
  -ms-flex-preferred-size: 8rem;
  flex-basis: 128px;
  flex-basis: 8rem;
  text-align: right;
}

.delivery-amount-flex.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.delivery-amount-flex.flex-center > div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.shipBox {
  height: 100%;
}

.shipBox > span {
  position: relative;
  height: 80%;
  height: calc(100% - 3em);
  max-width: 90%;
  max-width: calc(100% - 4em);
  border: thin solid #ced4da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em auto;
  background-color: #e9ecef;
}

@media (max-width: 61.24em) {
  .shipBox > span {
    margin: 1em auto 5rem;
  }
}

.shipBox > span:before {
  font-family: FontAwesome;
  content: '\f061';
  position: absolute;
  right: -72px;
  right: -4.5rem;
  top: 0;
  bottom: 0;
  height: 96px;
  height: 6rem;
  font-size: 64px;
  font-size: 4rem;
  margin: auto;
}

@media (max-width: 61.24em) {
  .shipBox > span:before {
    content: '\f063';
    height: auto;
    top: auto;
    left: -1em;
    right: 0;
    bottom: -5rem;
    width: 0;
  }
}

@media (max-width: 61.24em) {
  .shipBox > span {
    height: 5em;
  }
}

.order-detail-container .order-detail-wrap .price-table-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.order-detail-container .order-detail-wrap .button-container-wrap {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  position: relative;
}

.order-detail-container .order-detail-wrap .button-container-wrap .button-container .button-wrap {
  width: 12em;
  margin-bottom: 0.25em;
}

.order-detail-container .order-detail-wrap .button-container-wrap .button-container .button-wrap.btn-bottom {
  position: absolute;
  bottom: 0;
}

.order-detail-container .order-detail-wrap .button-container-wrap .button-container .button-wrap.btn-size-large {
  height: 4em;
  line-height: 4em;
}

.order-detail-container .order-detail-wrap .button-container-wrap .button-container .button-wrap .btn {
  width: 100%;
  height: 100%;
  display: block;
}

.order-detail-space {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 63.99em) {
  .order-detail-space {
    width: 100%;
    left: 0;
  }
}

.order-detail-space > .order-detail-wrap {
  position: relative;
  background-color: #fff;
  padding: 2em 1em 1em;
}

.order-detail-space > .order-detail-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1em;
  content: '';
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKUlEQVQYVzWKsQ0AMAzCwnE8HY6jQinebIBtz0fSoCFC8kIlR+yus5QHuj0YJmVoS30AAAAASUVORK5CYII=) repeat;
}

.order-detail-space > .order-detail-wrap .order-detail-title {
  padding: 0.5em 0;
  text-align: center;
}

.order-detail-space > .order-detail-wrap .order-detail-title > h3 {
  display: inline-block;
}

.order-detail-space > .order-detail-wrap .order-detail-container .estimate-container {
  text-align: center;
}

.order-detail-space > .order-detail-wrap .order-detail-container .estimate-container .estimate {
  font-size: 1.5em;
}

.order-detail-space > .order-detail-wrap .order-detail-container .estimate-container .estimate .price-sum-num {
  color: #e00;
  font-weight: bold;
}

.order-detail-space > .order-detail-wrap .order-detail-container .button-container {
  text-align: center;
}

@media (max-width: 63.99em) {
  .order-detail-space {
    width: 100%;
  }
}

.price-table > tbody tr th {
  border-left: thin solid #adb5bd;
  border-top: thin solid #adb5bd;
  border-bottom: thin solid #adb5bd;
  width: 12em;
}

.price-table > tbody tr td {
  border-left: thin solid #adb5bd;
  border-right: thin solid #adb5bd;
  border-top: thin solid #adb5bd;
  border-bottom: thin solid #adb5bd;
  padding: 0.2em;
}

.price-table > tbody tr td.order-price {
  text-align: right;
  width: 8em;
}

.flex-space.col-destination {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space.col-destination > .input-space {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 100%;
}

.map-space {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 640px;
  flex-basis: 640px;
}

@media (max-width: 39.99em) {
  .map-space {
    max-width: 100%;
    overflow-x: auto;
  }
}

.map-space > .map-inner {
  padding: 1em;
}

.map-space #map-container {
  background-color: #fff;
  border: thin dashed #ced4da;
  overflow: auto;
}

.confirm-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.confirm-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
}

@media (max-width: 29.99em) {
  .confirm-list > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.confirm-list > li > .title {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 11em;
  flex-basis: 11em;
}

@media (max-width: 29.99em) {
  .confirm-list > li > .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.confirm-list > li > .title > div {
  position: relative;
  font-weight: bold;
  padding: 0 1.5em 0 0;
}

.confirm-list > li > .title > div:after {
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  content: '\f0da';
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 100%;
}

@media (max-width: 29.99em) {
  .confirm-list > li > .title > div {
    padding: 0 0 0.25em;
  }
  .confirm-list > li > .title > div:after {
    right: inherit;
    left: inherit;
    margin-left: 0.5em;
    margin-top: 0.2em;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.confirm-list > li > .inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 29.99em) {
  .confirm-list > li > .inner {
    padding: 0 0 1em 0;
  }
}

.confirm-list > li > .inner > div {
  word-break: break-all;
}

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

.order-table a {
  color: #2398cf;
  text-decoration: underline;
}

.order-table a:hover {
  color: #45aee0;
}

.order-detail-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 47.9275em) {
  .order-detail-info-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.order-detail-info-container > .order-info {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 30em;
  flex-basis: 30em;
}

.order-detail-info-container > .order-info > .title {
  -ms-flex-preferred-size: 11em;
  flex-basis: 11em;
}

.order-detail-info-container > .product-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.product-info .product-info-inner {
  margin-bottom: 1em;
}

.product-info .product-info-inner h3 {
  margin: 0;
  padding: 0 0 0.2em;
  text-align: left;
}

.product-info .product-info-inner .order-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: thin solid #adb5bd;
  border-right: thin solid #adb5bd;
  border-top: thin solid #adb5bd;
  margin-bottom: 0.5em;
}

.product-info .product-info-inner .order-item-list > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-bottom: 1px solid #adb5bd;
}

@media (max-width: 63.99em) {
  .product-info .product-info-inner .order-item-list > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.product-info .product-info-inner .order-item-list > li .order-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.product-info .product-info-inner .order-item-list > li .order-item-inner > .order-item-title {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-size: 1em;
}

.product-info .product-info-inner .order-item-list > li .order-item-inner > .order-item-title > div {
  background-color: #e9ecef;
  padding: 0.25em;
  margin: 0.25em;
  min-width: 5em;
  text-align: center;
  border-radius: 0.1em;
  border: thin solid #bdc6cf;
  font-weight: bold;
}

.product-info .product-info-inner .order-item-list > li .order-item-inner > .order-item-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info .product-info-inner .order-item-list > li .order-item-inner > .order-item-detail > div {
  padding: 0.1em;
}

.address-table {
  margin-bottom: 2em;
}

@media (max-width: 29.99em) {
  .address-table th, .address-table td {
    display: block;
  }
}

#address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#address-list > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}

@media (min-width: 40em) {
  #address-list > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 64em) {
  #address-list > li {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%;
  }
}

@media (min-width: 75em) {
  #address-list > li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

#address-list > li.no-disp-list {
  margin: 0;
  padding: 0;
}

#address-list > li.no-disp-list > .address-item-wrapper {
  width: 95%;
  width: calc(100% - 1em);
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

#address-list > li > .address-item-wrapper {
  padding: 1em;
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  width: 95%;
  width: calc(100% - 1em);
  border: thin dashed #adb5bd;
  cursor: pointer;
  -webkit-transition: -webkit-transform 80ms ease-in 0s;
  transition: -webkit-transform 80ms ease-in 0s;
  transition: transform 80ms ease-in 0s;
  transition: transform 80ms ease-in 0s, -webkit-transform 80ms ease-in 0s;
  -webkit-box-shadow: 1px 1px 4px -4px #333;
  box-shadow: 1px 1px 4px -4px #333;
}

#address-list > li > .address-item-wrapper:hover {
  border: thin dashed #212529;
  background-color: #fffcef;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

#address-list > li > .address-item-wrapper .address-company-info .address-company-name {
  font-weight: bold;
}

.form-inline-responsive span, .form-inline-responsive input, .form-inline-responsive select, .form-inline-responsive textarea, .form-inline-responsive button {
  display: inline-block;
}

.form-inline-responsive .form-control {
  display: inline-block;
}

.form-inline-responsive .width-auto {
  width: auto;
}

.input-space h3 {
  border-bottom: thin dotted #adb5bd;
  padding-bottom: 0.25em;
}

.mypage-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
}

.mypage-menu-list > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 15em;
  flex-basis: 15em;
  text-align: center;
  margin-bottom: 0.5em;
}

@media (max-width: 29.99em) {
  .mypage-menu-list > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.mypage-menu-list > li a {
  display: block;
  padding: 1em;
  border: thin solid #495057;
  margin: 0 0.25em;
  text-decoration: none;
}

.mypage-menu-list > li a:hover {
  background-color: #e9ecef;
  -webkit-box-shadow: 1px 1px 6px -2px #343a40;
  box-shadow: 1px 1px 6px -2px #343a40;
}

.color-input-row {
  display: none;
}

.color-input-row.show {
  display: block;
}

.result-box {
  text-align: center;
  margin: 2em auto;
  padding: 2em;
  border: thin dotted #343a40;
  max-width: 640px;
}

.result-box > h2 {
  border-top: thin dotted #343a40;
  border-bottom: thin dotted #343a40;
  padding: 1em 0;
}

.cart-list-container.collapsed .sticky-estimate .sticky-title > span:before {
  height: 3.6em;
}

.alert-nouhin {
  font-weight: bold;
}

.alert-nouhin span {
  font-weight: bold;
}

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

.cart-list {
  padding: 0 0.5em;
  background-color: #fff;
}

.cart-list.bottom-item {
  max-height: 50vh;
  overflow-y: auto;
}

.cart-list li {
  padding-bottom: 1em;
}

.cart-list li .cart-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2em;
  background-color: #f5f5f5;
}

.cart-list li .cart-item-header .item-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.cart-list li .cart-item-header .item-price {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: right;
}

@media (max-width: 39.99em) {
  .cart-list li .cart-item-header .item-price {
    text-align: left;
  }
}

.cart-list li .cart-item-header .item-button {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 2em;
  flex-basis: 2em;
  text-align: right;
  font-size: 2em;
}

.cart-list li .cart-item-header span {
  font-weight: bold;
  display: block;
  padding: 0.5em;
}

.cart-list li .cart-item-information {
  background-color: #f5f5f5;
  padding: 1em;
  border-radius: 0.4em;
  -webkit-box-shadow: 2px 2px 9px -6px #333;
  box-shadow: 2px 2px 9px -6px #333;
}

.cart-list li .cart-item-information.ml-align {
  margin-left: 3em;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information.ml-align {
    margin-left: 0;
  }
}

.cart-list li .cart-item-information .item-title > span {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.5em 0;
  display: inline-block;
}

.cart-list li .cart-item-information .item-title.title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 39.99em) {
  .cart-list li .cart-item-information .item-title.title-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.cart-list li .cart-item-information .item-title.title-flex > .item-title-caption {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.cart-list li .cart-item-information .item-title.title-flex > .item-title-caption > div {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 0 0.5em;
  display: inline-block;
}

@media (max-width: 39.99em) {
  .cart-list li .cart-item-information .item-title.title-flex > .item-title-caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.cart-list li .cart-item-information .item-title.title-flex > .item-title-sashikae {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: right;
}

.cart-list li .cart-item-information .item-title.title-flex > .item-title-sashikae > div {
  margin-left: 1em;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 0 0.5em;
  display: inline-block;
}

.cart-list li .cart-item-information .item-title.title-flex > .item-title-sashikae > div.sashikae-wrap > select {
  display: inherit !important;
}

@media (max-width: 39.99em) {
  .cart-list li .cart-item-information .item-title.title-flex > .item-title-sashikae {
    text-align: left;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
  .cart-list li .cart-item-information .item-title.title-flex > .item-title-sashikae > div {
    margin-left: 0;
    padding: 0 0 0.5em;
  }
}

.cart-list li .cart-item-information .cart-item-information-inner {
  border-top: 1px dashed #adb5bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cart-list li .cart-item-information .cart-item-information-inner.type-estimate {
  background-color: #e0f1ff;
}

.cart-list li .cart-item-information .cart-item-information-inner.type-cart {
  background-color: #f1f0e1;
}

.cart-list li .cart-item-information .cart-item-information-inner.no-border {
  border-top: none;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .cart-item-information-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cart-list li .cart-item-information .cart-item-information-inner .item-button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 18em;
  flex-basis: 18em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .cart-item-information-inner .item-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.cart-list li .cart-item-information .cart-item-information-inner .item-button .item-button-inner {
  padding: 0.5em 1em 0 0;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .cart-item-information-inner .item-button .item-button-inner {
    padding: 0.5em 0 0 0;
    width: 100%;
    text-align: center;
  }
}

.cart-list li .cart-item-information .cart-item-information-inner .item-button .item-button-inner .item-image {
  padding: 0.25em;
  border: thin dotted #adb5bd;
  background-color: #fff;
  border-radius: 0.2em;
  max-width: 18em;
  text-align: center;
  margin-bottom: 0.5em;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .cart-item-information-inner .item-button .item-button-inner .item-image {
    max-width: inherit;
    width: 100%;
  }
}

.cart-list li .cart-item-information .cart-item-information-inner .item-button .item-button-inner .icon-button {
  display: block;
  max-width: 18em;
  margin-bottom: 0.5em;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .cart-item-information-inner .item-button .item-button-inner .icon-button {
    max-width: inherit;
    display: inline-block;
    padding-left: 3em;
    padding-right: 3em;
  }
}

.cart-list li .cart-item-information .cart-item-information-inner .item-button .item-button-inner .item-button-header-name {
  font-size: 1.25em;
  font-weight: bold;
}

.cart-list li .cart-item-information .cart-item-information-inner .item-button .item-button-inner .design-template-space {
  border: thin solid #ced4da;
  border-radius: 0.25em;
  padding: 0.5em;
  background-color: #fff;
  max-width: 18em;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .cart-item-information-inner .item-button .item-button-inner .design-template-space {
    text-align: left;
    max-width: inherit;
    width: 100%;
  }
}

.cart-list li .cart-item-information .cart-item-information-inner .item-caption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 18em;
  flex-basis: 18em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25em;
  font-weight: bold;
}

@media (max-width: 39.99em) {
  .cart-list li .cart-item-information .cart-item-information-inner .item-caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.cart-list li .cart-item-information .item-information {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 100%;
  padding-top: 0.5em;
}

@media (max-width: 39.99em) {
  .cart-list li .cart-item-information .item-information {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.cart-list li .cart-item-information .item-information .information-table {
  margin: 0.5em 0 1.5em;
}

@media (max-width: 39.99em) {
  .cart-list li .cart-item-information .item-information .information-table {
    margin: 0;
  }
}

.cart-list li .cart-item-information .item-information .information-table tbody tr th, .cart-list li .cart-item-information .item-information .information-table tbody tr td {
  padding: 0.25em;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .item-information .information-table tbody tr th, .cart-list li .cart-item-information .item-information .information-table tbody tr td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .item-information .information-table tbody tr th {
    padding: 0.25em 0.25em 0;
  }
}

.cart-list li .cart-item-information .item-information .information-table.pad-sm tbody tr th, .cart-list li .cart-item-information .item-information .information-table.pad-sm tbody tr td {
  padding: 0.125em 0.25em;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .item-information .information-table.table-no-responsive tbody tr th, .cart-list li .cart-item-information .item-information .information-table.table-no-responsive tbody tr td {
    display: table-cell;
    width: auto;
  }
}

.cart-list li .cart-item-information .item-information .information-table > thead > tr > th {
  font-size: 1.1em;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .item-information .information-table > thead > tr > th {
    display: none;
  }
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .item-information .information-table > tbody > tr > th.input-group input[type="text"], .cart-list li .cart-item-information .item-information .information-table > tbody > tr > td.input-group input[type="text"] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center !important;
  }
  .cart-list li .cart-item-information .item-information .information-table > tbody > tr > th.input-group .btn, .cart-list li .cart-item-information .item-information .information-table > tbody > tr > td.input-group .btn {
    margin-top: 0.25em;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

.cart-list li .cart-item-information .item-information .information-table > tbody > tr > th {
  font-size: 1.1em;
  margin-top: 2em;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .item-information .information-table > tbody > tr > th {
    text-align: center;
    width: 100% !important;
  }
}

.cart-list li .cart-item-information .item-information .information-table > tbody > tr > td {
  font-size: 1.2em;
}

@media (max-width: 47.9275em) {
  .cart-list li .cart-item-information .item-information .information-table > tbody > tr > td {
    width: 100% !important;
    text-align: center !important;
  }
}

.cart-list li .cart-item-information .item-information .information-table > tbody > tr > td .number {
  font-weight: bold;
  font-size: 1.5em;
}

.cart-list li .cart-item-information .item-information .information-table > tbody > tr.all-sum-row {
  border-top: thin solid #343a40;
  border-bottom: thin solid #343a40;
}

.cart-list li .cart-item-information .item-information .information-table > tbody > tr.all-sum-row > th, .cart-list li .cart-item-information .item-information .information-table > tbody > tr.all-sum-row > td {
  padding: 1em 0 0.25em;
}

.cart-list li .cart-item-information .item-parts-detail-inner {
  border: thin dashed #adb5bd;
  border-radius: 0.25em;
  padding: 1em;
  margin-top: 3em;
  background-color: #fff;
  font-size: 19.2px;
  font-size: 1.2rem;
  position: relative;
}

.cart-list li .cart-item-information .item-parts-detail-inner .item-parts-detail-title {
  position: absolute;
  font-size: 1em;
  display: inline-block;
  background-color: #fff;
  border-top: thin dashed #adb5bd;
  border-left: thin dashed #adb5bd;
  border-right: thin dashed #adb5bd;
  padding: 0.5em 0.5em 0em 0.5em;
  top: -2em;
  left: 0.25em;
  font-weight: bold;
}

.cart-list li .cart-item-information .item-parts-detail-inner .table {
  margin-bottom: 0.25em;
}

.cart-list li .cart-item-information .item-editable {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 39.99em) {
  .cart-list li .cart-item-information .item-editable {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.cart-list li .cart-item-information .item-editable > div {
  padding: 0 1em;
}

.cart-list li .cart-item-information .item-editable > div a {
  display: block;
  margin-bottom: 0.5em;
}

.cart-list.cart-estimate > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 47.9275em) {
  .cart-list.cart-estimate > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cart-list.cart-estimate > li .cart-item-check-space {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 3em;
  flex-basis: 3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-list.cart-estimate > li .cart-item-check-space input[type='checkbox'] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

@media (max-width: 47.9275em) {
  .cart-list.cart-estimate > li .cart-item-check-space {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    display: block;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    padding: 1em 0;
  }
}

.cart-list.cart-estimate > li .cart-item-check-space > label {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 3em;
  flex-basis: 3em;
  position: absolute;
  padding: 1em;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 47.9275em) {
  .cart-list.cart-estimate > li .cart-item-check-space > label {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    left: 0;
    top: 0;
  }
}

.cart-list.cart-estimate > li .cart-item-check-space > label:hover {
  background: rgba(255, 253, 47, .2);
}

.cart-list.cart-estimate > li .cart-item-information {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.item-parts-detail-list {
  padding: 0;
  margin: 0;
  overflow: inherit;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-parts-detail-list > dt {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  margin-bottom: 0.5em;
}

@media (max-width: 29.99em) {
  .item-parts-detail-list > dt {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.item-parts-detail-list > dd {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  border: none;
  padding: 0;
  margin: 0 0 0.5em 0;
}

@media (max-width: 29.99em) {
  .item-parts-detail-list > dd {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.item-parts-detail-list > dd > label {
  word-break: break-all;
  padding: 0.2em 0.4em;
}

.item-destination h3 {
  padding: 1.5em 0 0;
  font-size: 1.25em;
}

.item-destination > table {
  margin: 0.5em 0 1.5em;
  background-color: #fff;
  width: 100%;
}

@media (max-width: 39.99em) {
  .item-destination > table {
    margin: 0;
  }
}

.item-destination > table tbody tr th, .item-destination > table tbody tr td {
  padding: 0.5em;
}

@media (max-width: 47.9275em) {
  .item-destination > table tbody tr th, .item-destination > table tbody tr td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 47.9275em) {
  .item-destination > table tbody tr th {
    padding: 0.5em 0.5em 0;
  }
}

.item-destination > table.pad-sm tbody tr th, .item-destination > table.pad-sm tbody tr td {
  padding: 0.25em 0.5em;
}

@media (max-width: 47.9275em) {
  .item-destination > table.table-no-responsive tbody tr th, .item-destination > table.table-no-responsive tbody tr td {
    display: table-cell;
    width: auto;
  }
}

.item-destination > table thead tr {
  background-color: #94eed3;
}

.item-destination > table thead tr th {
  padding: 0.25em;
}

.item-destination > table tbody tr {
  background-color: #f5fdfb;
  border-bottom: 2px dotted #94eed3;
}

.item-destination > table tbody tr td {
  padding: 0.5em;
}

.item-destination > table tbody tr:first-child td, .item-destination > table tbody tr:first-child th {
  border-top: none;
}

.item-destination .destination-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-destination .destination-info .destination-num {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 12em;
  flex-basis: 12em;
}

@media (max-width: 39.99em) {
  .item-destination .destination-info .destination-num {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.item-destination .destination-info .ship-price {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 39.99em) {
  .item-destination .destination-info .ship-price {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.order-item-title {
  text-align: left;
  font-size: 1.2em;
}

input:-moz-read-only.delivery-num {
  background-color: transparent;
  padding: 0;
  height: auto;
  font-weight: bold;
}

input:read-only.delivery-num {
  background-color: transparent;
  padding: 0;
  height: auto;
  font-weight: bold;
}

.sum-space-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.sum-space-wrap .sum-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px dotted #adb5bd;
}

.sum-space-wrap .sum-space .sum-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.sum-space-wrap .sum-space .sum-title > span {
  display: block;
  padding: 0.5em 1em;
  font-size: 1.25em;
}

.sum-space-wrap .sum-space .sum-num {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.sum-space-wrap .sum-space .sum-num > span {
  display: block;
  padding: 0.5em 1em;
  font-size: 1.5em;
  font-weight: bold;
}

.sticky-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sticky-list-header .sticky-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  position: relative;
}

.sticky-list-header .sticky-title .title-inner {
  cursor: pointer;
  display: block;
  font-size: 1.5em;
  padding: 0.25em 0 0.25em 3.0em;
}

.sticky-list-header .sticky-title .title-inner:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-size: cover;
  width: 3em;
  height: 2.75em;
  padding: 0.5em;
  border-radius: 0.25em;
}

.sticky-list-header .sticky-right {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.sticky-list-header .sticky-right .sticky-price {
  display: block;
  font-size: 1.2em;
  padding: 0.25em 0.5em 0.25em 0;
  color: #fff;
}

.sticky-list-header .sticky-right .sticky-price > span {
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 0 0 0.25em;
}

.sticky-list-header.sticky-cart {
  background-color: #ffa04c;
}

.sticky-list-header.sticky-cart .sticky-title > .title-inner {
  color: #fff;
}

.sticky-list-header.sticky-cart .sticky-title > .title-inner:before {
  content: url(../img/common/icon_cart.png);
  background-size: cover;
  background-color: #ffa04c;
}

.sticky-list-header.sticky-cart .notification-count {
  position: absolute;
  z-index: 10000;
  top: -1.5em;
  left: 2.25em;
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  border-radius: 2em;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sticky-list-header.sticky-estimate {
  background-color: #4caaff;
}

.sticky-list-header.sticky-estimate .sticky-title .title-inner {
  color: #fff;
}

.sticky-list-header.sticky-estimate .sticky-title .title-inner:before {
  height: 3em;
  content: url(../img/common/icon_estimate.png);
  background-size: cover;
  background-color: #4caaff;
}

.nav-tabs li.tabs-new {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJ//hz/zwjjgzgsLJaMYAEYB8RmROaABAAQPw/D+yjkpgAAAABJRU5ErkJggg==) repeat;
}

.nav-tabs li.tabs-new.active a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJ//hz/zwjjgzgsLJaMYAEYB8RmROaABAAQPw/D+yjkpgAAAABJRU5ErkJggg==) repeat;
}

.nav-tabs li.tabs-ref {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQALTr937zwjjgziZWkqMYAEYB8RmROaABADxzA9PCnDGhQAAAABJRU5ErkJggg==) repeat;
}

.nav-tabs li.tabs-ref.active a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQALTr937zwjjgziZWkqMYAEYB8RmROaABADxzA9PCnDGhQAAAABJRU5ErkJggg==) repeat;
}

.tab-pane {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 1em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJ//hz/zwjjgzgsLJaMYAEYB8RmROaABAAQPw/D+yjkpgAAAABJRU5ErkJggg==) repeat;
}

.tab-pane#newDest {
  display: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-pane#newDest.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 63.99em) {
  .tab-pane#newDest {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tab-pane#newDest > .dest-bg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.tab-pane#refDest {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQALTr937zwjjgziZWkqMYAEYB8RmROaABADxzA9PCnDGhQAAAABJRU5ErkJggg==) repeat;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 1em;
}

.tab-pane#refDest .dest-bg {
  padding: 1em 1em 0 1em;
}

.order-sum-space > table {
  width: 100%;
  border-top: 2px solid #212529;
  border-bottom: 2px solid #212529;
  background-color: whitesmoke;
}

.order-sum-space > table > tbody > tr {
  border-top: thin solid #212529;
}

.order-sum-space > table > tbody > tr:first-child {
  border-top: none;
}

.order-sum-space > table > tbody > tr > th, .order-sum-space > table > tbody > tr td {
  text-align: right;
  padding: 0.25em;
}

.order-sum-space > table > tbody > tr > th .price, .order-sum-space > table > tbody > tr td .price {
  font-size: 1.5em;
  font-weight: bold;
}

.input-file-space .progress {
  margin: 0 0 0.5em;
}

.gray-out {
  background-color: rgba(0, 0, 0, .55);
}

textarea.form-control.ht-rem15-under-desktop {
  height: 100%;
}

@media (max-width: 63.99em) {
  textarea.form-control.ht-rem15-under-desktop {
    height: 15rem;
  }
}

.result-wrapper {
  background-color: #f6f6f6;
  padding: 1em;
  border-top: thin dashed #ced4da;
  border-bottom: thin dashed #ced4da;
}

.error-info {
  color: #e00;
  margin-bottom: 0.5em;
}

.enclosure.enclosure-color-inquiry {
  background-color: #c0f5e5;
}

.enclosure.enclosure-color-inquiry.bg-square-dash:before {
  border: 3.2px dashed #26dca6;
  border: 0.2rem dashed #26dca6;
}

.enclosure.enclosure-color-inquiry.bg-square-dot:before {
  border: 3.2px dotted #26dca6;
  border: 0.2rem dotted #26dca6;
}

.enclosure.enclosure-color-inquiry.bg-outer-border {
  border: thin solid #26dca6;
}

.enclosure.enclosure-color-inquiry.bg-outer-border:before {
  display: none;
}

.send-mail-wrapper {
  padding: 1em 1em 1em 6em;
  display: inline-block;
  position: relative;
  text-align: left;
}

.send-mail-wrapper:before {
  display: block;
  font-family: FontAwesome;
  content: '\f2b7';
  font-size: 4em;
  position: absolute;
  left: 0.25em;
  top: 0;
  bottom: 0;
  width: 4em;
  height: 100%;
  margin: auto;
}

.top-login-container {
  background-color: #fff;
  max-width: 365px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 13px -3px #343a40;
  box-shadow: 1px 1px 13px -3px #343a40;
  margin: 0 auto;
  border-radius: 0.2em;
  padding: 1em;
}

.section.section-news {
  padding-bottom: 5em;
}

.header-news-date {
  text-align: left;
  font-size: 1.1em;
  padding: 0 0.5em;
  border-bottom: thin dotted #212529;
  font-weight: bold;
}

.news-body {
  padding: 3em 1em 6em;
}

.news-body {
  padding: 3em 1em 6em;
}

.dot-liner-top {
  border-top: thin dotted #212529;
  padding-top: 0.5em;
}

.dot-liner-bottom {
  border-bottom: thin dotted #212529;
  padding-bottom: 0.5em;
}

.section-news-inner {
  background-color: #ccc;
  padding: 1.5em;
}

.section-news-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 39.99em) {
  .section-news-inner ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.section-news-inner ul li .news-date {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 10em;
  flex-basis: 10em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media (max-width: 39.99em) {
  .section-news-inner ul li .news-date {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

.section-news-inner ul li .news-date > span {
  display: block;
  -webkit-box-shadow: 3px 3px 0px 0px #848484;
  box-shadow: 3px 3px 0px 0px #848484;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 4px 0;
  padding: 0.25rem 0;
  text-align: center;
}

@media (max-width: 39.99em) {
  .section-news-inner ul li .news-date > span {
    display: inline-block;
    padding: 0.25rem 2rem;
  }
}

.section-news-inner ul li .news-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.section-news-inner ul li .news-title > a {
  display: inline-block;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}

@media (max-width: 39.99em) {
  .section-news-inner ul li .news-title > a {
    display: block;
    text-align: center;
  }
}

.dl-list {
  overflow: inherit;
  height: inherit;
}

.dl-list dd:last-child {
  border-bottom: none;
}

.display-box {
  padding: 0.5em;
  display: inline-block;
  margin: 0.5em 0;
  background-color: #ffffcc;
  border: thin solid #cccc00;
}

.text-set {
  margin: 0 0 2em;
}

.text-set h3 {
  font-size: 1.25em;
  text-align: left;
  margin-bottom: 1em;
  position: relative;
  padding: 0.25em 0 0.25em 0.66em;
}

.text-set h3:before {
  position: absolute;
  display: block;
  background-color: #ffc000;
  width: 0.33em;
  left: 0;
  top: 0;
  height: 100%;
  content: '';
}

.text-set h4 {
  font-weight: bold;
}

.text-set .text-set-inner {
  margin-bottom: 2.5em;
}

.text-set .default-list {
  margin-bottom: 1em;
}

.company-flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 47.9275em) {
  .company-flex-space {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.company-flex-space .company-flex-left {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 47.9275em) {
  .company-flex-space .company-flex-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .company-flex-space .company-flex-left > table.default-table {
    width: 100%;
  }
}

.company-flex-space .company-flex-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 47.9275em) {
  .company-flex-space .company-flex-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-list > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 63.99em) {
  .company-list > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.company-list > li .company-list-item {
  padding: 1em;
}

@media (max-width: 47.9275em) {
  .company-list > li .company-list-item {
    padding: 0 1em 1em 0;
  }
}

.company-list > li .company-list-item .company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.company-list > li .company-list-item .company-inner > .company-caption {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 10em;
  flex-basis: 10em;
  text-align: center;
}

.company-list > li .company-list-item .company-inner > .company-caption > span {
  display: block;
  background-color: #194699;
  color: #fff;
  padding: 1em;
  margin: 0 1em;
  border-radius: 0.2em;
}

@media (max-width: 47.9275em) {
  .company-list > li .company-list-item .company-inner > .company-caption > span {
    padding: 1em;
    margin: 0 1em 0 0;
  }
}

.company-list > li .company-list-item .company-inner > .company-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.company-list > li .company-list-item .company-inner > .company-info > ul li {
  font-size: 1.1em;
}

.page-guide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 47.9275em) {
  .page-guide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-guide .guide-nav {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 24em;
  flex-basis: 24em;
}

@media (max-width: 47.9275em) {
  .page-guide .guide-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.page-guide .guide-nav #tocNavbar {
  width: 24em;
}

@media (max-width: 47.9275em) {
  .page-guide .guide-nav #tocNavbar {
    width: 100%;
  }
}

.page-guide .guide-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 47.9275em) {
  .page-guide .guide-inner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.page-guide .guide-inner .guide-read {
  margin-bottom: 4em;
}

.page-guide .guide-inner h3 {
  text-align: left;
  font-size: 1.25em;
  margin-bottom: 1em;
}

.page-guide .guide-list-space h3 {
  text-align: left;
  font-size: 1.2em;
}

.page-guide .guide-list-space .guide-list {
  padding: 0 0 0 1em;
  margin: 0;
}

.page-guide .guide-list-space .guide-list li {
  padding: 0 0 2em;
}

.page-guide .guide-list-space .guide-list li h4 {
  font-weight: bold;
}

.page-guide .guide-list-space .guide-image {
  padding-bottom: 1em;
}

.page-guide .guide-list-space .guide-image > img {
  max-width: 42em;
}

@media (max-width: 63.99em) {
  .page-guide .guide-list-space .guide-image > img {
    max-width: 100%;
  }
}

.page-guide .guide-list-space .guide-text {
  padding: 0 1em;
}

#tocNavbar {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  padding: 0 1em 1em 0;
  z-index: 100;
}

#tocNavbar.pos-top {
  padding-top: 1em;
  top: 0;
}

@media (max-width: 47.9275em) {
  #tocNavbar {
    position: relative;
  }
}

@media (max-width: 47.9275em) {
  #tocNavbar.js-is-sticky, #tocNavbar.js-is-stuck {
    position: relative !important;
  }
}

#tocNavbar h3 {
  text-align: left;
}

#tocNavbar .toc-list li a {
  padding: 0.2em 0;
}

#tocNavbar .toc-list > li.active > a {
  background-color: #e9ecef;
}

#tocNavbar .toc-list > li > ul {
  padding-left: 0.25em;
}

#tocNavbar .toc-list > li > ul > li.active > a {
  background-color: #dee2e6;
}

#tocNavbar .toc-list > li > ul > li > ul {
  padding-left: 0.25em;
}

#tocNavbar .toc-list > li > ul > li > ul > li.active > a {
  background-color: #ced4da;
}

.toc-parent {
  margin-bottom: 1em;
  border-bottom: 2px solid #343a40;
}

.attention-text-wrap {
  padding: 1em;
  border-radius: 0.15em;
}

.attention-text-wrap > span {
  font-size: 1.8em;
}

.attention-text-wrap.color-red {
  background-color: #E5151E;
  color: #fff;
  font-weight: bold;
}

.tips-text {
  position: relative;
}

.tips-text:after {
  position: absolute;
  display: block;
  content: '\f12a';
  font-family: FontAwesome;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 1em 0;
}

.tips-text > span {
  display: block;
  padding: 1em 0 1em 1em;
  font-weight: bold;
}

.tips-text.icon-2x:after {
  font-size: 2em;
}

.tips-text.icon-2x > span {
  padding-left: 2em;
}

.underline {
  text-decoration: underline;
}

.pattern-ok {
  color: #0072bc;
  font-size: 2em;
}

.pattern-ng {
  color: #ed1b23;
  font-size: 2em;
  text-align: center;
}

.simple-box {
  border: 2px solid #343a40;
  padding: 1em;
}

.simple-box.inline-box {
  display: inline-block;
}

.simple-box.no-border {
  border: none;
}

.simple-box > li {
  margin-bottom: 1em;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 47.9275em) {
  .flex-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex-box > div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.flex-box > div.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-box > div > p.indent, .flex-box > div > div.indent {
  padding-left: 1em;
}

@media (max-width: 47.9275em) {
  .flex-box > div > p.indent, .flex-box > div > div.indent {
    padding-left: 0;
  }
}

@media (max-width: 47.9275em) {
  .flex-box > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 1em;
  }
}

[data-lity="lity"] {
  cursor: pointer;
}

.modalInput {
  pointer-events: none;
}

body.flow-dragover .file-up-row .input-file-space:before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  cursor: pointer;
}

body.flow-dragover .file-up-row .input-file-space:after {
  display: block;
  content: "ファイルをドロップして下さい。";
  position: absolute;
  padding: 2em 4em 3.5em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 3em;
  background-color: #fff;
  text-align: center;
  font-size: 1.5em;
  z-index: 10001;
  cursor: pointer;
}

.d-number {
  font-weight: bold;
  font-size: 1.5em;
}

.arrow-chart-delivery-section {
  padding: 1em;
  background-color: #f5f5f5;
  -webkit-box-shadow: 2px 2px 9px -6px #333;
  box-shadow: 2px 2px 9px -6px #333;
  border-radius: 0.4em;
  margin-top: 2em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.arrow-chart-delivery-section h3 {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

.arrow-chart-delivery-section.ml-align {
  margin-left: 3em;
}

@media (max-width: 47.9275em) {
  .arrow-chart-delivery-section.ml-align {
    margin-left: 0;
  }
}

.arrow-chart-delivery-section .arrow-delivery-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 39.99em) {
  .arrow-chart-delivery-section .arrow-delivery-chart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.arrow-chart-delivery-section .arrow-delivery-chart > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  text-align: center;
}

@media (max-width: 39.99em) {
  .arrow-chart-delivery-section .arrow-delivery-chart > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.arrow-chart-delivery-section .arrow-delivery-chart > li .ad-chart-wrapper {
  background-color: #fff;
  border-radius: 0.4em;
  padding: 1em;
  -webkit-box-shadow: 1px 1px 7px -3px #6c757d inset;
  box-shadow: 1px 1px 7px -3px #6c757d inset;
  position: relative;
}

.arrow-chart-delivery-section .arrow-delivery-chart > li .ad-chart-wrapper:after {
  content: '\f061';
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-size: 2em;
  top: 50%;
  margin-top: -.8em;
  right: -.8em;
  z-index: 1;
}

@media (max-width: 39.99em) {
  .arrow-chart-delivery-section .arrow-delivery-chart > li .ad-chart-wrapper:after {
    top: inherit;
    bottom: -1em;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.arrow-chart-delivery-section .arrow-delivery-chart > li .ad-chart-wrapper .ad-title, .arrow-chart-delivery-section .arrow-delivery-chart > li .ad-chart-wrapper .ad-date {
  font-size: 1.25em;
  font-weight: bold;
}

.arrow-chart-delivery-section .arrow-delivery-chart > li:last-child .ad-chart-wrapper:after {
  content: none;
}
