@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
p {line-height: 1.4; margin-bottom: 10px;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
/*img:hover {
  opacity: .8;
}*/
/* top sidenav */
/*.side-cat dd ul {
    margin: 10px 0 0;
    padding: 0 !important;
    font-size: 1.4rem;
    list-style-type: none;
}
.side-cat dd ul a {
    position: relative;
    display: block !important;
    padding-right: 16px !important;
}
.side-cat dd ul li {
    position: relative;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 8px !important;
    padding: 0 8px 8px 8px !important;
}
.side-cat dd ul a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5803 !important;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.side-cat dd ul li::before {
    content: none !important;
}*/
.fs-body-top {
  /* top sidenav */
  /* feature area */
  /* standard */
  /* searchCond */
  /* news area */
  /* top category table */
  /* item slider area  */
  /* banner area */
  /* service box */
  /* slick */
  /* sp top accordion */
}
/*.fs-body-top .fs-l-header {
  margin-bottom: 0;
  padding-top: 0;
}*/
.fs-body-top .fs-l-header .wrapper {
  background: #eee;
}
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  margin-top: -15px;
  height: 30px;
  width: 30px;
  background: rgba(0,0,0, 0.6);
}
.fs-c-slick .slick-prev {
  left: 0 !important;
}
.fs-c-slick .slick-next {
  right: 0 !important;
}
.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
    font-size: 30px;
    opacity: 1;
}
/**/
.fs-l-main {
  margin: 0px auto;
}
.fs-pt-carousel__track {
  position: relative;
  width: 1000px;
  margin: 5px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .fs-body-top .fs-l-header {
    margin-top: 0;
    /*padding-top: 8px;*/
  }
}
.fs-body-top .fs-p-heading--lv2 {
  border-bottom: none;
  max-width: 100%;
  margin-bottom: 10px;
}
.fs-body-top .fs-p-heading--lv5 {
  margin-bottom: 20px;
}
.fs-p-heading--lv2:not(:first-child) {
    margin-top: 5px;
}
.fs-body-top .fs-l-pageMain {
  display: -ms-grid;
  display: grid;
  grid-template-rows: 1;
}
.fs-body-top .fs-l-pageMain .accordion-wrapper {
  padding: 0;
}
.fs-body-top .no-disp-top {
  display: none;
}

@media screen and (min-width: 768px) {
/*  .fs-body-top .fs-p-heading--lv5 {
    background: url(https://tools.itembox.design/item/img/top/bnr_area/top_tit_bg.gif) 0 0 no-repeat;
  }*/
  .fs-body-top .fs-l-pageMain {
    -ms-grid-columns: 1fr 120px;
    grid-template-columns: 1fr 120px;
    max-width: 660px;
  }
  .fs-body-top .fs-l-pageMain .main-container {
    max-width: 660px;
    margin-right: 20px;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .fs-body-top .fs-l-pageMain .side-container {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

@media screen and (min-width: 768px) {
  .fs-body-top .side-cat-standard {
    display: none;
  }
}
.fs-body-top .feature-content {
  margin: 16px 0;
  max-width: 660px;
}
.fs-body-top .feature-content a {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 130px 1fr;
  color: #362e2b;
  text-decoration: none;
}
.fs-body-top .feature-content a:hover {
  color: #c45500;
}
.fs-body-top .feature-content a:hover img {
  opacity: .8;
}
.fs-body-top .feature-content .title {
  margin-left: 1rem;
}
.fs-body-top .feature-content .title h3 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #FFF), color-stop(0%, #ffec8d), color-stop(80%, #ffec8d), color-stop(0%, #FFF));
  background: -webkit-linear-gradient(#FFF 60%, #ffec8d 0%, #ffec8d 80%, #FFF 0%);
  background: linear-gradient(#FFF 60%, #ffec8d 0%, #ffec8d 80%, #FFF 0%);
  position: relative;
  padding: 0 4rem 0 0;
  font-size: 2rem;
}
.fs-body-top .feature-content .title h3::after {
  content: "≫";
  position: absolute;
  top: 80%;
  margin-left: 1.6rem;
  margin-top: -1.4rem;
}
.fs-body-top .feature-content .text {
  grid-column: 1 / -1;
}

@media screen and (min-width: 768px) {
  .fs-body-top .feature-content a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .fs-body-top .feature-content a h3 {
    display: inline-block;
    padding: 0 60px 4px 6px;
    margin: 0 0 1rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffec8d));
    background: -webkit-linear-gradient(transparent 50%, #ffec8d 50%);
    background: linear-gradient(transparent 50%, #ffec8d 50%);
  }
}

@media screen and (min-width: 1024px) {
  .fs-body-top .feature-content a {
    -ms-grid-columns: 216px 1fr;
    grid-template-columns: 216px 1fr;
  }
  .fs-body-top .feature-content .thumb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .fs-body-top .feature-content .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .fs-body-top .feature-content .text {
    -ms-grid-column: 2 / -1;
    grid-column: 2 / -1;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    margin-left: 1rem;
    margin-top: -8rem;
  }
}
/*.fs-body-top .top-title-classic {
    width: 100%;
    height: 38px;
    display: inline-block;
    background-color: #004C8A;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 600;
    border: solid 1px #004C8A;
    background: rgb(0,90,162);
    background: -moz-linear-gradient(top,  rgb(0,90,162) 0%, rgb(0,76,138) 100%);
    background: -webkit-linear-gradient(top,  rgb(0,90,162) 0%,rgb(0,76,138) 100%);
    background: linear-gradient(to bottom,  rgb(0,90,162) 0%,rgb(0,76,138) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005aa2', endColorstr='#004c8a',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #80dbff;
    -moz-box-shadow: inset 0px 1px 0px #80dbff;
    box-shadow: inset 0px 1px 0px #80dbff;
    border-radius: 4px 4px 0 0;
}
.fs-body-top .top-title-classic_02 {
    width: 100%;
    height: 38px;
    display: inline-block;
    background-color: #276e2c;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 600;
    border: solid 1px #276e2c;
    background: rgb(34,135,41);
    background: -moz-linear-gradient(top,  rgba(34,135,41,1) 0%, rgba(39,110,44,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(34,135,41,1) 0%,rgba(39,110,44,1) 100%);
    background: linear-gradient(to bottom,  rgba(34,135,41,1) 0%,rgba(39,110,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228729', endColorstr='#276e2c',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #9ce6a1;
    -moz-box-shadow: inset 0px 1px 0px #9ce6a1;
    box-shadow: inset 0px 1px 0px #9ce6a1;
    border-radius: 4px 4px 0 0;
}
.fs-body-top .top-title-classic_03 {
    width: 100%;
    height: 38px;
    display: inline-block;
    background-color: #e92e03;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 600;
    border: solid 1px #e92e03;
    background: rgb(233,46,3);
    background: -moz-linear-gradient(top,  rgba(233,46,3,1) 0%, rgba(207,38,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(233,46,3,1) 0%,rgba(207,38,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(233,46,3,1) 0%,rgba(207,38,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92e03', endColorstr='#cf2600',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #ffa692;
    -moz-box-shadow: inset 0px 1px 0px #ffa692;
    box-shadow: inset 0px 1px 0px #ffa692;
    border-radius: 4px 4px 0 0;
}
.fs-body-top .top-title-classic_04 {
  width: 100%;
  height: 38px;
  display: inline-block;
  background-color: #555;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  border: solid 1px #555;
  background: rgb(102,102,102);
  background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(85,85,85,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(85,85,85,1) 100%);
  background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(85,85,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #979797;
    -moz-box-shadow: inset 0px 1px 0px #979797;
    box-shadow: inset 0px 1px 0px #979797;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.fs-body-top .top-title-classic_04 span {
  position: absolute;
    top: 17px;
    right: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0;
}
.fs-body-top .top-title-classic_05 {
  width: 100%;
  height: 38px;
  display: inline-block;
  background-color: #fa4d00;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  border: solid 1px #fa4d00;
  background: rgb(255,97,26);
  background: -moz-linear-gradient(top,  rgba(255,97,26,1) 0%, rgba(250,77,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,97,26,1) 0%,rgba(250,77,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,97,26,1) 0%,rgba(250,77,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff611a', endColorstr='#fa4d00',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #ffa279;
    -moz-box-shadow: inset 0px 1px 0px #ffa279;
    box-shadow: inset 0px 1px 0px #ffa279;
    border-radius: 4px 4px 0 0;
}*/
.fs-body-top .search-standard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.fs-body-top .search-standard-container dl {
  width: calc(96% / 3);
  margin: 0 0 10px;
}
.fs-body-top .search-standard-container dd {
  margin-left: 0;
}
.fs-body-top .search-standard-container ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fs-body-top .search-standard-container ul li {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 7px 15px 7px 5px;
    font-size: 1.3rem;
    width: 49%;
    border-radius: 2px;
    background: #fefefe;
}
/*.fs-body-top .search-standard-container ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #252525;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -2px;
}*/
.fs-body-top .search-standard-container ul li > a {
  position: relative;
}

.fs-body-top .search-standard-container ul li > a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5803;
  top: 50%;
  margin-top: -5px;
  right: -13px;
}

.fs-body-top .search-standard-container ul li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  margin-top: -3px;
}

.fs-body-top #searchCond {
  padding: 1rem;
  background: #fcfcfc;
  border: solid 1px #d2d2d2;
  max-width: 660px;
}

@media screen and (min-width: 768px) {
  .fs-body-top .top-search-container {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .fs-body-top .top-search-container td {
    padding: 10px 0;
  }
  .fs-body-top .top-search-container td label {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs-body-top .top-search-container td {
    display: list-item;
    list-style: none;
  }
  .fs-body-top .top-search-container .price-cell {
    display: inline-block;
    width: 48%;
  }
  .fs-body-top .top-search-container .jkeyword {
    max-width: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .fs-body-top .top-search-container .label-cell {
    text-align: right;
  }
}

.fs-body-top .fs-p-dateList, .fs-body-top #topNewsBox {
  max-width: 660px;
  height: 230px;
  overflow: auto;
  margin: 0;
  line-height: 1.4;
}

.fs-body-top .fs-p-dateList .fs-pt-list__item, .fs-body-top #topNewsBox .fs-pt-list__item {
  border: 1px dotted #ADADAD;
  border-width: 0 0 1px 0;
  padding: 8px 14px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 110px 1fr;
  -ms-grid-columns: 110px 1fr;
}

.fs-body-top .fs-p-dateList .fs-pt-list__item .list-date, .fs-body-top #topNewsBox .fs-pt-list__item .list-date {
  margin-right: 10px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.fs-body-top .fs-p-dateList .fs-pt-list__item time, .fs-body-top #topNewsBox .fs-pt-list__item time {
  background: transparent;
  color: #362e2b;
}

.fs-body-top .fs-p-dateList .fs-pt-list__item .list-content, .fs-body-top #topNewsBox .fs-pt-list__item .list-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.fs-body-top #topNewsBox iframe {
  width: 100%;
  height: 230px;
  overflow: auto;
}

.fs-body-top #topNewsBox table {
  border-spacing: 0;
  border-collapse: collapse;
}
.fs-body-top #topNewsBox table th {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  padding: 10px 0 10px 10px;
  vertical-align: top;
  border-bottom: 1px dotted #ADADAD;
}
.fs-body-top #topNewsBox table td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px dotted #ADADAD;
}

@media screen and (min-width: 768px) {
  .fs-body-top .fs-p-dateList, .fs-body-top #topNewsBox {
    margin: 0 0 40px;
  }
}
.fs-body-top .cat-table {
  max-width: 660px;
  margin-bottom: 30px;
}
.fs-body-top .cat-table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 10px 10px 10px;
  vertical-align: top;
  width: calc(100% / 3);
}
.fs-body-top .cat-table td .text {
  font-size: 1.3rem;
  line-height: 1.4;
}
.fs-body-top .cat-table td:last-child {
  border-right: none;
}
.fs-body-top .cat-table td.white {
  border-bottom: none;
}
.fs-body-top .cat-table td::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fs-body-top .cat-table td .left, .fs-body-top .cat-table td .right {
  text-align: center;
}
.fs-body-top .cat-table td h3 {
  background: #e5f5e6;
  padding: 5px 8px 4px 8px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin: 10px 0 6px 0;
}
.fs-body-top .cat-table tr:first-child h3 {
  margin-top: 0 !important;
}
.fs-body-top .cat-table td h3 a {
  display: block;
  color: #004b91;
  position: relative;
}
.fs-body-top .cat-table td h3 a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5803;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.fs-body-top .cat-table td h3 a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 6px solid #fff;
}
@media screen and (min-width: 1024px) {
  .fs-body-top .cat-table td .left {
    float: left;
    text-align: left;
    width: 33%;
  }
  .fs-body-top .cat-table td .right {
    float: right;
    width: 65%;
    text-align: left;
  }
}
.fs-body-top .old-cat-table td h3 {
  background: #feece5;
}
.fs-body-top .fs-item-heading {
  margin-bottom: 20px;
}
.fs-body-top .fs-item-heading img {
  vertical-align: bottom;
}
.fs-body-top .fs-c-productListCarousel {
  background: #f1f1f1;
  padding: 18px 0;
  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;
  max-width: 660px;
}
.fs-body-top .fs-c-productListCarousel__ctrl {
  -ms-flex-preferred-size: 18px;
  flex-basis: 18px;
  min-width: 18px;
}
.fs-body-top .fs-c-slick .slick-slide {
  background: #fff;
  max-width: calc(100% / 3);
}

@media screen and (min-width: 768px) {
  .fs-body-top .fs-c-slick .slick-slide {
    background: #fff;
    margin-right: 18px;
    max-width: none;
  }
  .fs-body-top .fs-c-slick .fs-c-productListCarousel__list__item {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 130px;
    min-width: 130px;
    padding: 10px;
    height: 400px;
  }
  .fs-body-top .fs-c-slick .slide img {
    max-width: 120px;
  }
  .fs-body-top .fs-c-slick .fs-c-button--addToWishList--icon {
    display: none;
  }
  .fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    margin: 8px 0;
    line-height: 1.4;
  }
}
.fs-body-top .top-bnr-area {
  margin-top: 20px;
}
.fs-body-top .top-bnr-area > div {
  margin-bottom: 20px;
}
.fs-body-top .container_bnrarea {
  max-width: 660px;
  margin-bottom: 20px;
}
.fs-body-top .container_bnrarea .list-menu {
  max-width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-body-top .container_bnrarea .list-menu li {
    margin-bottom: 10px;
}
.fs-body-top .container_bnrarea a {
  position: relative;
  display: block;
  line-height: 1;
}
.fs-body-top .container_bnrarea a img {
  width: 100%;
  border: 1px solid #ccc;
}

/*.fs-body-top .container_bnrarea a::after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://tools.itembox.design/item/img/top/bnr_area/arrow_big.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 6%;
  right: 2%;
}*/
.fs-body-top .container_bnrarea .container_bnrarea_big li {
  -ms-flex-preferred-size: calc(100% / 2);
  flex-basis: calc(100% / 2);
}
.fs-body-top .container_bnrarea .container_bnrarea_sm li {
  width: 212px;
  margin: 0 12px 12px 0;
}
.fs-body-top .container_bnrarea .container_bnrarea_sm li:nth-child(3n) {
  margin: 0 0 12px 0;
}
.fs-body-top .bnr_B001 {
  margin-bottom: 10px;
}
.fs-body-top .bnr_B002 li {
  margin-bottom: 6px;
}
.fs-body-top .top-pick-area {
  background: #f1f1f1;
  padding-top: 6px;
  max-width: 660px;
}
.fs-body-top .top-pick-area li {
  text-align: center;
  margin: 0 auto 6px;
}
/*.fs-body-top #topSubClm p {
  margin-top: 3px;
}*/
.fs-body-top .serviceBox {
  background: #f2f2f2;
}
.fs-body-top .serviceBox h2 {
  color: #e92e03;
  font-size: 1.4rem;
  padding: 10px 10px;
  border-bottom: 3px solid #e92e03;
  background: url(https://tools.itembox.design/item/common/img02/common_bg01.png) 0 0 repeat;
}
.fs-body-top .serviceBox .slideBannerList {
  padding: 10px;
}
.fs-body-top .fs-c-slick .slick-dots li button:before {
  color: #222;
}
.fs-body-top .fs-c-slick .slick-dots li.slick-active button:before {
  color: #428bca;
}
.fs-body-top .fs-l-footer__contents .accordion-wrapper {
  display: none;
}
.fs-body-top .accordion-wrapper .cat-new-goods {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.fs-body-top .accordion-wrapper .cat-secondhand {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.fs-pt-carousel__slide {
    border: 1px solid #ccc;
}
/*fs_original*/
/*.item-search-container .searchBox .txtBox {
    width: 100%;
    max-width: 500px;
    border: solid 2px #333;
    padding: 0 8px;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
    line-height: 1.3;
    border-right: none;
    height: 34px;
}
.item-search-container .searchBox input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    padding: 5px 12px;
    border: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    height: 34px;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    cursor: pointer;
}*/
/*.side-cat .mega-head a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5803;
    top: 50%;
    margin-top: -5px;
    right: 4px;
}
.side-cat .mega-head a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
}
.side-cat .mega-head a {
    position: relative;
    display: block;
    padding: 12px 18px 12px 44px;
}
.side-cat h3 {
    margin: 0;
}*/