@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  padding-top: 12px;
  margin-bottom: 60px;
}

.Page-head .breadcrumb,
.Page-head .breadcrumb a {
  color: #00255d;
}

.Page-head .breadcrumb {
  position: relative;
  font-size: 12px;
  line-height: 1.3;
  z-index: 50;
}

.Page-head .breadcrumb a {
  text-decoration: none;
}

.Page-head .breadcrumb .home,
.Page-head .breadcrumb .wb-sitemap,
.Page-head .breadcrumb .Topicpath,
.Page-head .breadcrumb .cart-breadcrumbs {
  float: left;
}

.Page-head .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}
.Page-head .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.Page-head .breadcrumb li {
  float: left;
  line-height: 1.3;
  padding-left: 0.5em;
}

.Page-head .breadcrumb .wb-sitemap li:first-child,
.Page-head .breadcrumb .Topicpath li:first-child {
  display: none;
}

/*
---------------------------------------------------------
 page-title
--------------------------------------------------------- */
.Page-head .page-title {
  color: #00255d;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 38px 0 15px;
  border-bottom: 5px solid;
}

.Page-head .page-title .item-number {
  margin-right: 20px;
}

/*.Page-head .page-title {
    color: $color-d-main01;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 32px;
    padding: 38px 0 15px;
}
#item_detail .Page-head .page-title {
  letter-spacing: 0.05em;
    padding: 38px 0 15px;
    border-bottom: 5px solid;
}
#item_detail .Page-head .page-title .item-number {
    margin-right: 20px;
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
Header
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
top-wrap
----------------------------------------------------------- */
.Header .top-wrap {
  background: #00255d;
  color: #FFF;
}

.Header .top-wrap .inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  min-height: 40px;
  font-size: 12px;
  padding: 7px 0;
  line-height: 1.3;
}

.Header .top-wrap .logout .Login-box-btn-logout {
  border-left: 1px solid;
  margin-left: 35px;
  padding-left: 35px;
}

.Header .top-wrap .logout a {
  color: inherit;
  text-decoration: none;
}
.Header .top-wrap .logout a::before {
  content: 'ログアウト';
}
.Header .top-wrap .logout a:hover {
  text-decoration: underline;
}

.Header .top-wrap .logout a img {
  display: none;
}

/*
-----------------------------------------------------------
main-wrap
----------------------------------------------------------- */
.Header .main-wrap {
  border-bottom: 2px solid #00255d;
}

.Header .main-wrap .inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.Header .main-wrap .left-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.Header .main-wrap .logo {
  margin-right: 50px;
}

.Header .main-wrap .logo h1 {
  font-size: inherit;
  font-weight: normal;
}

.Header .main-wrap .logo img {
  width: 200px;
}

.Header .main-wrap .achievement {
  margin-right: 50px;
}

/*
-----------------------------------------------------------
 information-wrap
----------------------------------------------------------- */
.Header .main-wrap .information-wrap {
  color: #00255d;
  padding-top: 5px;
}

/* header-item-search
----------------------------------------------------------- */
.Header .header-item-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.Header .header-item-search .item-search-title {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: 27%;
  height: 30px;
  text-align: center;
  background: #033380;
  color: #fff;
  line-height: 27px;
}

.Header .header-item-search .item-search-title span {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.Header .header-item-search .wb-cart-search-title {
  display: none;
}

.Header .header-item-search .wb-cart-search-content {
  width: 230px;
}

.Header .header-item-search .wb-cart-search-content p {
  display: none;
}

.Header .header-item-search .wb-cart-search-content form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #d0d8e5;
  width: 100%;
}

.Header .header-item-search .wb-cart-search-content form input.seach-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  outline: none;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  padding: 3px 10px 3px;
  font-size: 12px;
}

.Header .header-item-search .wb-cart-search-content form input.seach-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  float: right;
  border: none;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  color: #022f73;
  padding: 0px 2px 0px 4px;
  width: 20%;
  font-size: 12px;
  border-top: 0;
  border-left: 0;
  line-height: 28px;
  letter-spacing: 2px;
  text-indent: -9999px;
  background: url(/img/icon_seach.svg) no-repeat center center;
}

/* information01
----------------------------------------------------------- */
.Header .main-wrap .information-wrap .information01 {
  font-family: "Roboto Condensed", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  display: none;
}

.Header .main-wrap .information-wrap .information01 .tel {
  margin-right: 10px;
}

.Header .main-wrap .information-wrap .information01 .tel a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
}

.Header .main-wrap .information-wrap .information01 .tel .icon {
  margin-right: 4px;
}

.Header .main-wrap .information-wrap .information01 .tel span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}

.Header .main-wrap .information-wrap .information01 .fax {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  letter-spacing: 0;
}

.Header .main-wrap .information-wrap .information01 .fax .name {
  background: #00255d;
  font-size: 12px;
  color: #FFF;
  padding: 0 3px;
  line-height: 14px;
  margin-right: 3px;
}

/* information02
----------------------------------------------------------- */
.Header .main-wrap .information-wrap .information02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
}

.Header .main-wrap .information-wrap .information02 li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: 13px;
  line-height: 1.4;
}

.Header .main-wrap .information-wrap .information02 li .name {
  font-size: 10px;
  background: #d0d8e5;
  margin-right: 10px;
  line-height: 13px;
  padding: 0 9px;
}

.Header .main-wrap .information-wrap .information02 .value {
  font-size: 11px;
}

/*
-----------------------------------------------------------
header-cart-nav
----------------------------------------------------------- */
.Header .main-wrap .header-cart-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.Header .main-wrap .header-cart-nav > div + div {
  margin-left: 5px;
}

.Header .main-wrap .header-cart-nav .btn-nav {
  color: #00255d;
  font-family: "Roboto Condensed", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 9px;
  width: 80px;
  line-height: 1.3;
  height: 80px;
}

.Header .main-wrap .header-cart-nav .btn-nav > * {
  width: 100%;
}

/* contact-wrap
----------------------------------------------------------- */
.Header .main-wrap .header-cart-nav .contact-wrap .btn-nav .icon {
  margin-bottom: 12px;
}

/* cart-wrap
----------------------------------------------------------- */
.Header .main-wrap .header-cart-nav .cart-wrap .btn-nav {
  /*background: #FFA200;
  color: #FFF;*/
}

.Header .main-wrap .header-cart-nav .cart-wrap .btn-nav .icon {
  margin-bottom: 9px;
}

/* login-wrap
----------------------------------------------------------- */
.Header .main-wrap .header-cart-nav .login-wrap {
  position: relative;
}

.Header .main-wrap .header-cart-nav .login-wrap .btn-nav .icon {
  margin-bottom: 8px;
}

.Header .main-wrap .header-cart-nav .login-wrap .Login-box-btn,
.Header .main-wrap .header-cart-nav .login-wrap .Login-box-before,
.Header .main-wrap .header-cart-nav .login-wrap .Login-box-after,
.Header .main-wrap .header-cart-nav .login-wrap .Login-box-btn ul,
.Header .main-wrap .header-cart-nav .login-wrap .Login-box-btn ul li {
  height: 100%;
}

.Header .main-wrap .header-cart-nav .login-wrap .Login-box-btn ul {
  list-style: none;
  padding: 0;
}

.Header .main-wrap .header-cart-nav .login-wrap .Login-box-btn li a {
  color: #00255d;
  font-family: "Roboto Condensed", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  height: 100%;
  font-size: 12px;
  padding-bottom: 9px;
  width: 80px;
  height: 80px;
  line-height: 1.3;
  justify-content: flex-end;
  background: url(/img/icon_account.svg) no-repeat center 17px;
}

.Header .main-wrap .header-cart-nav .login-wrap .Login-box-btn li.Login-box-btn-login a:before {
  content: "LOGIN";
}

.Header .main-wrap .header-cart-nav .login-wrap .Login-box-btn li.Login-box-btn-mypage a:before {
  content: "MY PAGE";
}

.Header .main-wrap .header-cart-nav .login-wrap .Login-box-user,
.Header .main-wrap .header-cart-nav .login-wrap .Login-box-btn-logout,
.Header .main-wrap .header-cart-nav .login-wrap .Login-box-btn li.Login-box-btn-cart,
.Header .main-wrap .header-cart-nav .login-wrap .Login-box-btn li a img {
  display: none;
}

/*
-----------------------------------------------------------
 nav-wrap
----------------------------------------------------------- */
.Header .nav-wrap {
  position: relative;
  border-bottom: 1px solid #e5e9f1;
}

.Header .nav-wrap .nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 92px;
}

.Header .nav-wrap .nav-list > li {
  flex: 1;
}

.Header .nav-wrap .nav-item {
  color: #00255d;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  text-decoration: none;
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  opacity: 1;
}
.Header .nav-wrap .nav-item::before, .Header .nav-wrap .nav-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  background: #d0d8e5;
  height: 28px;
}
.Header .nav-wrap .nav-item::before {
  content: '';
  left: 0;
}

.Header .nav-list > li:last-child .nav-item::after {
  content: '';
  right: 0;
}

.Header .nav-wrap .nav-item .nav-item-inner {
  position: relative;
}
.Header .nav-wrap .nav-item .nav-item-inner::before {
  content: '';
  position: absolute;
  bottom: -7px;
  width: 40px;
  height: 2px;
  background: #033682;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.Header .nav-wrap .nav-list > li:hover .nav-item .nav-item-inner::before {
  opacity: 1;
}

.Header .nav-wrap .nav-item .sub {
  font-size: 12px;
  display: block;
  text-align: center;
}

.Header .nav-wrap .dropdown-nav .dropdown-nav-body {
  position: absolute;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 100;
  background: #FFF;
}

.Header .nav-wrap .dropdown-nav:hover .dropdown-nav-body {
  height: auto;
  overflow: visible;
  opacity: 1;
}

/* dropdown-nav01
----------------------------------------------------------- */
.Header .nav-wrap .dropdown-nav01 .dropdown-nav-body {
  width: 100%;
  left: 0;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}

.Header .nav-wrap .dropdown-nav01:hover .dropdown-nav-body .dropdown-nav-inner {
  padding: 30px 0 50px;
}

/* .wb-cart-categ
----------------------------------------------------------- */
.Header .nav-wrap .wb-cart-categ .wb-cart-categ-title {
  display: none;
}

.Header .nav-wrap .wb-cart-categ table,
.Header .nav-wrap .wb-cart-categ table td {
  display: block;
  padding: 0;
}

.Header .nav-wrap .wb-cart-categ tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.Header .nav-wrap .wb-cart-categ table tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: calc((100% - 101px) / 6);
  margin-left: 20px;
  padding-right: 18px;
  align-items: stretch;
}
.Header .nav-wrap .wb-cart-categ table tr:nth-of-type(6n+1) {
  margin-left: 0;
}
.Header .nav-wrap .wb-cart-categ table tr:nth-of-type(n+7) {
  margin-top: 32px;
}

.Header .nav-wrap .wb-cart-categ .wb-cart-categ-img {
  width: 32px;
  text-align: center;
  display: flex;
  height: 32px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.Header .nav-wrap .wb-cart-categ .wb-cart-categ-img img {
  max-height: 100%;
  width: auto;
  display: block;
}

.Header .nav-wrap .wb-cart-categ table td.wb-cart-categ-name {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.Header .nav-wrap .wb-cart-categ .wb-cart-categ-name a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: inherit;
  line-height: 1.3;
}

/* dropdown-nav02
----------------------------------------------------------- */
.Header .nav-wrap .dropdown-nav02 {
  position: relative;
}

.Header .nav-wrap .dropdown-nav02:hover .dropdown-nav-body {
  width: calc(100% + 35px);
  left: -15px;
  top: calc(100% - 3px);
}

.Header .nav-wrap .dropdown-nav02 .dropdown-nav-inner {
  position: relative;
  background: #FFF;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.14);
  border: 1px solid #d0d8e5;
}
.Header .nav-wrap .dropdown-nav02 .dropdown-nav-inner::before, .Header .nav-wrap .dropdown-nav02 .dropdown-nav-inner::after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 15px 11px;
  left: 0;
  margin: 0 auto;
}
.Header .nav-wrap .dropdown-nav02 .dropdown-nav-inner::before {
  top: -15px;
  border-color: transparent transparent #d0d8e5 transparent;
}
.Header .nav-wrap .dropdown-nav02 .dropdown-nav-inner::after {
  top: -13px;
  border-color: transparent transparent #ffffff transparent;
}

.Header .nav-wrap .dropdown-nav02 .sub-nav .sub-nav-item + .sub-nav-item,
.Header .nav-wrap .dropdown-nav02 .sub-nav .sub-nav-item + .wb-blog,
.Header .nav-wrap .dropdown-nav02 .sub-nav .wb-blog-categ + .wb-blog-categ {
  border-top: 1px solid #d0d8e5;
}

.Header .nav-wrap .dropdown-nav02 .sub-nav a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 10px 10px 24px;
  line-height: 1.3;
}
.Header .nav-wrap .dropdown-nav02 .sub-nav a:before {
  border-color: transparent transparent transparent #00255d;
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  margin-top: 60px;
}

/*
---------------------------------------------------------
 footer-top
--------------------------------------------------------- */
.Footer .footer-top {
  background-color: #f5f7fb;
  padding: 100px 0 90px;
}

.Footer .footer-top .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: row;
}

/* company-wrap
-----------------------------------------------------*/
.Footer .footer-top .company-wrap {
  width: 310px;
}

.Footer .footer-top .company-wrap .logo img {
  width: 219px;
}

.Footer .footer-top .company-wrap .information {
  color: #00255d;
  padding: 30px 0 75px;
}

s
.Footer .footer-top .company-wrap .information p {
  line-height: 1.5;
}

.Footer .footer-top .company-wrap .information .address {
  font-size: 15px;
  margin-bottom: 12px;
}

.Footer .footer-top .company-wrap .information .tel {
  font-size: 15px;
}

.Footer .footer-top .company-wrap .information .others {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: flex-start;
  flex-direction: row;
  font-size: 12px;
}

.Footer .footer-top .company-wrap .information .others p {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.Footer .footer-top .company-wrap .information .others p + p {
  padding-left: 15px;
}

.Footer .footer-top .company-wrap .sns-wrap {
  width: 250px;
}

.Footer .footer-top .company-wrap .sns-wrap .sns-title {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 7px;
  position: relative;
}

.Footer .footer-top .company-wrap .sns-wrap .sns-title span {
  font-family: 'Roboto Condensed',Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #00255d;
  position: relative;
  display: inline-block;
  z-index: 10;
  background: #f5f7fb;
  padding: 0 10px;
}

.Footer .footer-top .company-wrap .sns-wrap .sns-title:before {
  background: #00255d;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1px;
  z-index: 0;
}

.Footer .footer-top .company-wrap .sns-wrap ul.list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  font-size: 12px;
  padding: 0 5px;
}

.Footer .footer-top .company-wrap .sns-wrap ul.list > li a {
  text-decoration: none;
  display: flex;
        flex-direction: column;
        align-items: center;
}

.Footer .footer-top .company-wrap .sns-wrap ul.list > li a img,
.Footer .footer-top .company-wrap .sns-wrap ul.list > li a p {
  display: inline-block;
}

.Footer .footer-top .company-wrap .sns-wrap ul.list > li a img {
  height: 20px;
  
}

.Footer .footer-top .company-wrap .sns-wrap ul.list > li a p {
  font-size: 10px;
}

.Footer .footer-top .nav-wrap {
  width: calc(100% - 360px);
}

/* ul.top-nav
-----------------------------------------------------*/
.Footer .footer-top .nav-wrap ul.top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: row;
}

.Footer .footer-top .nav-wrap ul.top-nav > li {
  width: 170px;
  margin-right: 20px;
}

.Footer .footer-top .nav-wrap ul.top-nav > li:nth-last-of-type(2) {
  margin-right: 0;
}

.Footer .footer-top .nav-wrap ul.top-nav > li .nav-bottom {
  padding-top: 30px;
}

.Footer .footer-top .nav-wrap ul.top-nav > li .top-nav-box .nav-box-node {
  margin-bottom: 25px;
}

.Footer .footer-top .nav-wrap ul.top-nav > li .top-nav-box .nav-box-node .link {
  color: #00255d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  pointer-events: none;
  width: 100%;
  text-align: left;
  background: #f5f7fb;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

/* ul.nav-box-sub
-----------------------------------------------------*/
.Footer .footer-top .top-nav-box ul.nav-box-sub > li,
.Footer .footer-top .top-nav-box .nav-box-sub .sub-item,
.Footer .footer-top .top-nav-box .nav-box-sub .sub-nav-item,
.Footer .footer-top .top-nav-box .nav-box-sub .wb-blog-categ {
  margin-bottom: 7px;
}

.Footer .footer-top .top-nav-box ul.nav-box-sub > li a,
.Footer .footer-top .top-nav-box .nav-box-sub .sub-item a,
.Footer .footer-top .top-nav-box .nav-box-sub .sub-nav-item a,
.Footer .footer-top .top-nav-box .nav-box-sub .wb-blog-categ .wb-blog-categ-title a {
  display: block;
  font-size: 12px;
  color: #556782;
  text-decoration: none;
}

/*
---------------------------------------------------------
 footer-bottom
--------------------------------------------------------- */
.Footer .footer-bottom {
  background-color: #00255d;
  color: #fff;
  text-align: center;
}

.Footer .footer-bottom .bottom-nav {
  padding: 40px 0 35px;
}

.Footer .footer-bottom .bottom-nav ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: row;
}

.Footer .footer-bottom .bottom-nav ul.list li {
  position: relative;
}

.Footer .footer-bottom .bottom-nav ul.list li + li:before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

.Footer .footer-bottom .bottom-nav ul.list li a {
  color: #fff;
  display: table;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

/*.Footer .footer-bottom .bottom-nav ul.list li + li {
    border-left: 1px solid #fff;
}*/
.Footer .footer-bottom .copyright {
  padding-bottom: 25px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #333;
  font-family: 'Noto Sans JP',Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-size: 15px;
  min-width: 1140px;
}

a,
label,
button,
input[type="submit"],
input[type="button"] {
  /* @mixin:transition */
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover,
label:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

a:link, a:visited {
  color: #00255d;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  font-size: 13px;
}

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

.Fr {
  float: right;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.PC-none {
  display: none !important;
}

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}

body.Page-narrow-content .Content.In-wrap,
body.Page-narrow-content .Content .In-wrap {
  max-width: 860px;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:PC-content-block */
  margin-bottom: 60px;
}
.Content-block:last-child {
  /* @mixin:PC-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  /* @mixin:PC-content-block-bg */
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 0;
}
.Content-block.MOD-bg:nth-last-of-type(odd) {
  /* @mixin:PC-content-block-bg */
  background-color: #ecf1f9;
}

.Content-article {
  /* @mixin:PC-content-article */
  margin-bottom: 30px;
}
.Content-article:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.Table-basic th, .Table-basic td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 9px 20px;
}
.Table-basic th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #ddd;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: bold;
}
.Table-basic td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:PC-title-block */
  color: #00255d;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 18px;
}
.Title-block::before {
  background: #d0d8e5;
  content: '';
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 48px;
}

.Title-block.MOD-side {
  /* @mixin:PC-title-block-side */
  font-size: 24px;
  margin-bottom: 12px;
}

.Title-block.MOD-center {
  /* @mixin:PC-title-block-center */
  text-align: center;
}
.Title-block.MOD-center::before {
  right: 0;
  margin: 0 auto;
}

.Title-block02 {
  /* @mixin:PC-title-block */
  font-family: "Roboto Condensed", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #00255d;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 50px;
  margin-bottom: 22px;
}
.Title-block02 span {
  display: block;
}

.Title-block02 span.main-text {
  margin-bottom: 15px;
}

.Title-block02 span.sub-text {
  font-size: 15px;
  letter-spacing: 0.05em;
}

.Title-block02.MOD-side {
  /* @mixin:PC-title-block-side */
  font-size: 24px;
  margin-bottom: 12px;
}

.Title-block02.MOD-center {
  /* @mixin:PC-title-block-center */
  text-align: center;
}
.Title-block02.MOD-center::before {
  right: 0;
  margin: 0 auto;
}

.Title-article {
  /* @mixin:PC-title-article */
  border-bottom: 1px solid #ddd;
  border-left: 2px solid #00255d;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 22px;
  padding: 6px 8px 9px;
  margin-bottom: 12px;
}
.Title-article a {
  /* @mixin:PC-title-article */
  color: inherit;
  text-decoration: none;
}

.Title-small {
  /* @mixin:PC-title-small */
  color: #00255d;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  font-size: 19px;
  padding: 0 5px;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:PC-btn-cv */
  background-color: #fb4c4c;
  color: #FFF !important;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  line-height: 1.3;
  padding: 9px 23px;
  font-size: 16px;
  border-radius: 100px;
}

.Btn-main {
  /* @mixin:PC-btn-main */
  background-color: #FFA200;
  color: #FFF !important;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  line-height: 1.3;
  padding: 9px 23px;
  font-size: 16px;
  border-radius: 100px;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #FFF !important;
}

.Btn-sub {
  /* @mixin:PC-btn-sub */
  color: #00255d !important;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  border: 1px solid;
  line-height: 1.3;
  padding: 9px 23px;
  font-size: 16px;
  border-radius: 100px;
}

.Btn-anchor {
  /* @mixin:PC-btn-anchor */
  background-color: #ecf1f9;
  color: #00255d !important;
  position: relative;
  display: block;
  text-decoration: none !important;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 16px 10px 30px;
  font-size: 15px;
  border-radius: 20px;
}
.Btn-anchor:after {
  /* @mixin:PC-btn-anchor */
  border-color: #00255d transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  display: block;
  top: 17px;
  left: 16px;
}

/*
-----------------------------------------------------------
 Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:PC-link-text */
  font-weight: normal;
  font-size: 15px;
  text-decoration: none !important;
}
.Link-text:hover {
  text-decoration: underline !important;
}

.Link-arrow {
  /* @mixin:PC-link-arrow */
  position: relative;
  padding-left: 12px;
  display: inline-block;
}
.Link-arrow:before {
  /* @mixin:PC-link-arrow */
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #00255d;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
  padding-bottom: 35px;
}

.Edit.MOD-bottom .wb-edit {
  padding-top: 50px;
}

.Edit .wb-edit:empty {
  padding: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  float: right;
  width: calc(100% - 250px);
}

.Alpha-alpha {
  float: left;
  width: 72%;
}

.Alpha-beta {
  float: right;
  width: 25%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  float: left;
  width: 215px;
}

.Beta .beta-content-block .beta-title-block {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  pointer-events: none;
  background-image: url(../img/bata_title_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 7px 10px;
  height: 40px;
  text-align: center;
}

.Beta .beta-content-block .beta-title-block span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.Beta .beta-content-block .beta-content-body {
  border: 1px solid #eaeef5;
}

/*
---------------------------------------------------------
 beta-shipping-block
--------------------------------------------------------- */
.Beta .beta-shipping-block {
  margin-bottom: 20px;
}

.Beta .beta-shipping-block .shipping-time-content {
  border: 3px solid #00255d;
}

.Beta .beta-shipping-block .shipping-title {
  text-align: center;
  background-color: #00255d;
  padding: 8px 5px 10px;
}

.Beta .beta-shipping-block .shipping-title span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.0;
}

/* shipping-time-content-inner
--------------------------------------------------------- */
.Beta .beta-shipping-block .order-date-wrap .order-date {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-bottom: 2px solid #00255d;
  color: #00255d;
}

.Beta .beta-shipping-block .order-date-wrap .order-date .title {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.Beta .beta-shipping-block .order-date-wrap .order-date .date p.main {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
}

.Beta .beta-shipping-block .order-date-wrap .order-date .date p span.sub {
  font-size: 13px;
  margin: 0 2px;
}

/* shipping-time-wrap 
--------------------------------------------------------- */
.Beta .beta-shipping-block .shipping-time-wrap .shipping-time {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 8px 10px;
  align-items: center;
}

.Beta .beta-shipping-block .shipping-time-wrap .shipping-time .title {
  width: 66px;
}

.Beta .beta-shipping-block .shipping-time-wrap .shipping-time .title span {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  background-color: #e53333;
  padding: 5px 8px;
  border-radius: 4px;
  display: block;
  text-align: center;
}

.Beta .beta-shipping-block .shipping-time-wrap .shipping-time .date {
  font-size: 12px;
  color: #e53333;
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
}

.Beta .beta-shipping-block .shipping-time-wrap .shipping-time .date p.main {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
}

.Beta .beta-shipping-block .shipping-time-wrap .shipping-time .date p span.sub {
  font-size: 13px;
  margin: 0 2px;
}

.Beta .beta-shipping-block .shipping-time-wrap .shipping-time.plain {
  background-color: #e5e5e6;
}

.Beta .beta-shipping-block .shipping-time-wrap .shipping-time.plain .title span {
  background-color: #188f60;
}

.Beta .beta-shipping-block .shipping-time-wrap .shipping-time.plain .date {
  color: #188f60;
}

/* shipping-notes-wrap 
--------------------------------------------------------- */
.Beta .beta-shipping-block .shipping-notes-wrap {
  padding: 15px 10px;
}

.Beta .beta-shipping-block .shipping-notes-wrap .notes-wrap {
  margin-bottom: 15px;
}

.Beta .beta-shipping-block .shipping-notes-wrap .notes-wrap p {
  font-size: 12px;
  font-weight: bold;
}

.Beta .beta-shipping-block .shipping-notes-wrap .notes-wrap p.top-text {
  color: #e53333;
}

/* contact-wrap
--------------------------------------------------------- */
.Beta .beta-shipping-block .shipping-notes-wrap .contact-wrap .btn-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.Beta .beta-shipping-block .shipping-notes-wrap .contact-wrap .btn-wrap a {
  display: block;
  width: 100%;
  text-align: center;
  background: #00255d;
  color: #fff;
  text-decoration: none;
  padding: 6px 10px;
}

.Beta .beta-shipping-block .shipping-notes-wrap .contact-wrap .btn-wrap a + a {
  margin-top: 10px;
}

/*
---------------------------------------------------------
 shipping-time-block
--------------------------------------------------------- */
.Beta .beta-bnr-block {
  margin-bottom: 58px;
}

.Beta .beta-bnr-block .bnr {
  margin-bottom: 18px;
}

.Beta .beta-bnr-block .bnr:last-child {
  margin-bottom: 0;
}

/*
---------------------------------------------------------
 beta-item-search
--------------------------------------------------------- */
.Beta .beta-item-search {
  margin-bottom: 17px;
}

.Beta .beta-item-search .wb-cart-search .wb-cart-search-title {
  display: none;
}

.Beta .beta-item-search .wb-cart-search {
  padding: 10px 18px 14px;
}

.Beta .beta-item-search .wb-cart-search .wb-cart-search-content p {
  font-size: 12px;
  margin-bottom: 5px;
}

.Beta .beta-item-search .wb-cart-search .wb-cart-search-content form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #d0d8e5;
  border-radius: 50px;
  width: 100%;
}

.Beta .beta-item-search .wb-cart-search-content .seach-input {
  width: 80%;
  padding: 2px 4px;
  height: 28px;
}

.Beta .beta-item-search .wb-cart-search-content input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  outline: none;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  padding: 3px 10px 4px;
  font-size: 12px;
}

.Beta .beta-item-search .wb-cart-search-content .seach-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  float: right;
  border: none;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  color: #022f73;
  padding: 0px 2px 0px 4px;
  width: 20%;
  font-size: 11px;
  border-top: 0;
  border-left: 0;
  line-height: 28px;
  letter-spacing: 2px;
  text-indent: -9999px;
  background: url(/img/icon_seach.svg) no-repeat center center;
}

/*
---------------------------------------------------------
 beta-item-category
--------------------------------------------------------- */
.Beta .beta-item-category {
  margin-bottom: 50px;
}

.Beta .beta-item-category .wb-cart-categ-title {
  display: none;
}

.Beta .beta-item-category .wb-cart-categ-content table {
  width: 100%;
}

.Beta .beta-item-category .wb-cart-categ-content table tr {
  display: block;
  border-bottom: 1px solid #eaeef5;
}

.Beta .beta-item-category .wb-cart-categ-content table tr:last-child {
  border-bottom: 0;
}

.Beta .beta-item-category .wb-cart-categ-content table td.wb-cart-categ-img {
  text-align: center;
  vertical-align: middle;
  padding: 12px 0 10px;
  width: 50px;
  height: 40px;
}

.Beta .beta-item-category .wb-cart-categ-content table td.wb-cart-categ-img a img {
  max-height: 32px;
  width: auto !important;
}

.Beta .beta-item-category .wb-cart-categ-content table td.wb-cart-categ-name {
  vertical-align: middle;
  padding: 12px 5px 10px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.Beta .beta-item-category .wb-cart-categ-name a {
  color: #222;
  font-size: 13px;
  text-decoration: none;
  display: block;
  padding: 5px 0px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 beta-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.beta-calendar .beta-title-calendar {
  text-align: center;
  margin-bottom: 10px;
}

.beta-calendar .beta-title-calendar span {
  display: block;
  line-height: 1.3;
}

.beta-calendar .beta-title-calendar span.main-txt {
  font-family: 'Roboto Condensed',Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.beta-calendar .beta-title-calendar span.sub-txt {
  font-size: 14px;
  font-weight: bold;
}

.beta-calendar .beta-content-body {
  background-color: #eaeef5;
  padding: 15px 10px 18px;
  margin-bottom: 20px;
}

/*
---------------------------------------------------------
 wb-calendar
--------------------------------------------------------- */
.wb-calendar {
  color: #333;
}

.wb-calendar + .wb-calendar {
  padding-top: 12px;
}

.wb-calendar .wb-calendar-table {
  width: 100%;
  background: #FFF;
  border-collapse: separate;
  border-spacing: 7px 10px;
}

.wb-calendar .wb-calendar-table caption {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: 1px solid #eaeef5;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  text-align: center;
  font-size: 12px;
}

.wb-calendar .wb-calendar-table tr th:first-of-type,
.wb-calendar .wb-calendar-table tr td:first-of-type {
  color: #e90d00;
}

.wb-calendar .wb-calendar-table tr th:last-of-type,
.wb-calendar .wb-calendar-table tr td:last-of-type {
  color: #033682;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #C8D2FF;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #e90d00;
  color: #fff;
}

.beta-calendar .calender-bottom .wb-edit {
  line-height: 1.0;
}

.beta-calendar .calender-bottom .wb-edit .title {
  margin-bottom: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
  table-layout: fixed;
}
.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 9px 20px;
}
.wb-pair .wb-pair-list-table th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #ddd;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: bold;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

.wb-pair .wb-pair-list-table th {
  min-width: 150px;
  width: 22%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-information
-----------------------------------------------------------
----------------------------------------------------------- */
.Calendar-information {
  color: #6D727B;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #C8D2FF;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #e91000;
}

.Calendar-information .calendar-information-body {
  line-height: 1.4;
  color: #6D727B;
  letter-spacing: 0.1em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 step-block
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-progress {
  margin-bottom: 30px;
}

.wb-cart-progress .step-block ul {
  color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.wb-cart-progress .step-block li {
  background: #00255d;
  width: 33.3333%;
  text-align: center;
  position: relative;
  padding: 10px;
}

.wb-cart-progress .step-block li.active {
  background: #FFA200;
}

.wb-cart-progress .step-block li.active:not(:last-child):before {
  border-color: transparent transparent transparent #FFA200;
}

.wb-cart-progress .step-block li + li.active:after {
  border-color: #FFA200 #FFA200 #FFA200 #FFF;
}

.wb-cart-progress .step-block li span {
  display: block;
  line-height: 1.3;
  font-size: 16px;
}

.wb-cart-progress .step-block li span.number {
  font-weight: bold;
  font-size: 18px;
}

.wb-cart-progress .step-block li span br {
  display: none;
}

.wb-cart-progress .step-block li:not(:last-child):before,
.wb-cart-progress .step-block li + li:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 14px;
}

.wb-cart-progress .step-block li:not(:last-child):before {
  right: -3px;
  border-color: transparent transparent transparent #00255d;
  z-index: 10;
}

.wb-cart-progress .step-block li + li:after {
  left: -8px;
  border-color: #00255d #00255d #00255d #FFF;
  z-index: 0;
}

/*# sourceMappingURL=global-pc.css.map */
/* --------------------------------------------------------
-----------------------------------------------------------
 hidden components
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-order-point-discount-wrap,
.wb-cart-order-coupon-discount-wrap,
.wb-cart-order-list-box.point,
.wb-cart-order-list-box.coupon,
.wb-cart-receipt-point-wrap,
.catalog-check-wrap input,
.design-btn-wrap > .pd-btn,
.Login-box-user,
.Login-box-btn-login {
  display:none !important;
}
.wb-cart-btn-order-wrap {
  margin-top:10px;
}
.design-btn-wrap > .consult-btn {
  margin:auto;
}
