@charset "shift_jis";

/* Top */
.top-mystore-wrap {
  background-color: #F0F0F0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 20px 0 10px 0;
}
.top-mystore-wrap .inner {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.top-mystore-wrap .inner .title {
  font-weight: bold;
  position: relative;
  font-size: 1.1em;
}
.top-mystore-wrap .inner .store-area {
  padding-top: 20px;
}
.top-mystore-wrap .inner .store-area .store-area-inner {
  line-height: 1.6em;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-mystore-wrap .inner .store-area input {
  display: none;
}
.top-mystore-wrap .inner .store-area .store-area-inner *, .top-mystore-wrap .inner .store-area .store-area-inner *:before, .top-mystore-wrap .inner .store-area .store-area-inner *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-mystore-wrap .store-area input:nth-of-type(1):checked ~ .store-dtl-area div:nth-of-type(1),
 .top-mystore-wrap .store-area input:nth-of-type(2):checked ~ .store-dtl-area div:nth-of-type(2),
  .top-mystore-wrap .store-area input:nth-of-type(3):checked ~ .store-dtl-area div:nth-of-type(3) {
    display: block;
}
.top-mystore-wrap .inner .store-area label {
  background-image: url(../../images/parts/arrow_right04_gray.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #4D4D4D;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 3px;
  overflow: hidden;
  padding: 12px 30px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.top-mystore-wrap .inner .store-area label:last-of-type {
  margin-bottom: 0;
}
.top-mystore-wrap .inner .store-area input:checked + label {
  background-image: url(../../images/parts/arrow_right04_red.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  border: 2px solid #E50012;
  border-radius: 5px;
  color: #1A1A1A;
}
.top-mystore-wrap .inner .store-area .store-dtl {
  display: none;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .dtl-info .info-area {
  margin-top: 10px;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .dtl-info .name {
  font-weight: bold;
  padding: 30px 0 30px 85px;
  border-bottom: 1px solid #DDD;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .dtl-info .name.hg {
  background-image: url(../../images/parts/icon_store_hg.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .dtl-info .name.pw {
  background-image: url(../../images/parts/icon_store_pw.png);
  background-repeat: no-repeat;
  background-position: left center;
}
/* 2021/09/17 bita-a0311 add start */
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .dtl-info .name.pro {
  background-image: url(../../images/parts/icon_store_pro.png);
  background-repeat: no-repeat;
  background-position: left center;
}
/* 2021/09/17 bita-a0311 add end */
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .dtl-info .name a {
  color: #1A1A1A;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .dtl-info .info-area li {
  font-size: 0.8em;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .dtl-info li a {
  color: #333;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .dtl-info .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .dtl-info .btn-area li {
  width: calc(95%/2);
  margin-top: 20px;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .map-area {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .map-area img.store {
  border: 1px solid #DDD;
  max-width: 100%;
}
.top-mystore-wrap .store-area .store-dtl-area .dtl-box .map-area img.osm-copr {
  position: absolute;
  bottom: 8px;
  left: 1px;
  width: 50%
}

/* DispListPage */
.similar-list {
  margin-bottom: 30px;
}
.similar-list .ttl {
  font-weight: bold;
}
.similar-list .word {
  margin-left: 15px;
}
.event-bnr-list {
}
.event-bnr-list li {
  margin-bottom: 10px;
  text-align: center;
}
.event-bnr-list li img {
  max-width:100%;
}
.sp-goods-cnt-narrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  position: relative;
  width: 100%;
}
.sp-goods-narrow.cate {
  display: none;
}
.sp-goods-narrow.other {
  display: none;
}
.sp-goods-cnt-narrow .goods-cnt {
  font-size: 0.9em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
}
.sp-goods-cnt-narrow .goods-cnt .cnt-num {
  font-weight: bold;
}
.sp-goods-cnt-narrow .narrow-btn {
  margin-right: 10px;
}
.sp-goods-cnt-narrow .narrow-btn:last-child {
  margin-right: 0;
}
.sp-goods-narrow {
  background-color: #f1efef;
  padding-top: 0.8em;
}
.sp-goods-narrow .big-radio {
  height: 28px;
  margin: 3px 3px 3px 4px;
  vertical-align: middle;
  width: 28px;
}
.sp-goods-narrow .big-check {
  height: 20px;
  margin: 3px 3px 3px 4px;
  vertical-align: middle;
  width: 20px;
}
.sp-goods-narrow .clear-btn-area {
  margin-bottom: 15px;
  margin-right: 10px;
  text-align: right;
}
.sp-goods-narrow .goods-narrow {
  width: 100%;
}
.sp-goods-narrow .goods-narrow a {
  color: #333;
}
.sp-goods-narrow .contents-sub-title a {
  color: #333;
}
.sp-goods-narrow .contents-sub-title::after {
  width: 18%;
}
.sp-goods-narrow .goods-narrow .cate-narrow {
  margin-bottom: 20px;
}
.sp-goods-narrow .goods-narrow .cate-narrow a {
  display: block;
}
.sp-goods-narrow .goods-narrow .cate-narrow a:hover {
  background-color: #F7F7F7;
}
.sp-goods-narrow .goods-narrow .narrowList{
}
.sp-goods-narrow .goods-narrow .narrowList .cate-row {
  background: #f1efef;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 10px;
  word-break: break-all;
}
.sp-goods-narrow .goods-narrow .narrowList .row{
  padding: 10px;
  word-break: break-all;
  box-sizing: border-box
}
.sp-goods-narrow .goods-narrow .narrowList .level0{
}
.sp-goods-narrow .goods-narrow .narrowList .level1{
  text-indent: 1em;
}
.sp-goods-narrow .goods-narrow .narrowList .level2{
  text-indent: 2em;
}
.sp-goods-narrow .goods-narrow .narrowList .level3{
  text-indent: 3em;
}
.sp-goods-narrow .goods-narrow .narrowList .level4{
  text-indent: 4em;
}
.sp-goods-narrow .goods-narrow .narrowList .current{
  background: none;
  font-weight: bold;
  padding-left: 1em;
}
.sp-goods-narrow .goods-narrow .narrowList .noback{
  background: none;
}
.sp-goods-narrow .goods-narrow .priceNarrow {
  margin-bottom: 20px;
}
.sp-goods-narrow .narrow-btn-area {
  border-top: 1px dashed #7D7D7D;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.page-navi {
  box-sizing: border-box;
  font-size: 0.9em;
}
.page-navi .sort {
  display: none;
}
.page-navi .viewPage, .main-col2 .viewPage {
  overflow: hidden;
}
.page-navi .viewPage .number, .main-col2 .viewPage .number {
  margin-bottom: 0.8em;
}
.page-navi .viewPage .pagination, .main-col2 .viewPage .pagination {
  text-align: right;
}
.page-navi .viewPage .pagination .prev, .main-col2 .viewPage .pagination .prev {
  display: inline;
  padding: 0 5px 0 10px;
  background: url(../../images/parts/icon_arrow03.png) no-repeat left center;
}
.page-navi .viewPage .pagination .next, .main-col2 .viewPage .pagination .next {
  display: inline;
  padding: 0 10px 0 5px;
  background: url(../../images/parts/icon_arrow04.png) no-repeat right center;
}
.page-navi .viewPage .pagination ul, .main-col2 .viewPage .pagination ul {
  display: inline;
  background: url(../../images/common/line_vertical02.gif) repeat-y left top;
}
.page-navi .viewPage .pagination ul li, .main-col2 .viewPage .pagination ul li {
  display: inline;
  border-right: 1px solid #000;
  line-height: 1.2;
}
.page-navi .viewPage .pagination ul li:last-child, .main-col2 .viewPage .pagination ul li:last-child {
  display: inline;
  border-right: 0;
  line-height: 1.2;
}
.page-navi .viewPage .pagination ul li span, .main-col2 .viewPage .pagination ul li span {
  padding: 0 5px;
}

.goods-list-img {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0 auto 20px;
  padding: 0;
}
.goods-list-img .item {
  margin-top: 10px;
  margin-right: 25px;
  float: left;
  width: calc(100% - 25px / 2);
  width: -webkit-calc((100% - 25px) / 2);
  width: -moz-calc((100% - 25px) / 2);
  padding-bottom: 15px;
  position: relative
}
.goods-list-img .item::before {
  background-color: #dbdbdb;
  box-sizing: border-box;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100vw;
}
.goods-list-img .item:nth-child(2n) {
  margin-right: 0;
}
.goods-list-img .item .img-box {
  display: table;
  margin: 0 auto;
}
/* 2021.08.26 bita-b0602 mod start */
.goods-list-img .item .goods-img {
  display: flex !important;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  width: 150px;
  align-items: center;
  justify-content: center;
}
/* 2021.08.26 bita-b0602 mod end */
.goods-list-img .item .goods-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 96%;
}
.goods-list-img .item .icon-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  height: 48px;
  margin-top: 5px;
}
.goods-list-img .item .icon-list .icon {
  margin-right: 3px;
  max-width: 40px;
  padding-bottom: 8px;
  position: relative;
  width: 24%;
}
.goods-list-img .item .icon-list .icon:last-child {
  margin-right: 0;
}
.goods-list-img .item .icon-list .icon img {
  max-width: 38px;
  max-height: 38px;
  width: 100%;
}

.goods-list-img .item .promo-icon-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position:absolute;
  left:5px;
  top:5px;
}
.goods-list-img .item .promo-icon-list .icon {
  margin-right: 5px;
}
.goods-list-img .item .promo-icon-list .icon:last-child {
  margin-right: 0;
}
.goods-list-img .item .promo-icon-list .icon img {
  width: 38px
}
.goods-list-img .item .goods-nm {
  font-size: 0.9em;
  word-break: break-all;
  color: #333;
  height: 2.5em;
  line-height: 1.4;
  overflow: hidden;
}
.goods-list-img .item .favIcon{
  position: absolute;
  left: 4px;
  top: 31%;
  cursor:pointer;
}
.goods-list-img .item .favIcon img{
  width: 30px;
}
.goods-list-img .item .favMsg{
  display: none;
  font-size: 0.8em;
  position: absolute;
  left: 4px;
  top: 38%;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #CCCCCC;
  width: 85%;
  color: #333333;
  z-index: 901;
}
.goods-list-img .item .favMsg .msg{
  padding-right: 19px;
  background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.goods-list-img .item .store-stock {
  font-size: 0.9em;
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.goods-list-img .item .price-area {
  height: 1.8em;
  font-size: 1.25em;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.goods-list-img .item .price-area .head {
  font-size: 0.6em;
  margin-right: 3px;
}
.goods-list-img .item .price-area .textCancel {
  font-size: 0.9em
}
.goods-list-img .item .price-area .en {
  font-size: 0.6em;
  padding-left: 2px;
}
.goods-list-img .item .price-area .value {
  font-weight: bold;
}
.goods-list-img .item .goodsListCart {
  text-align: center;
}
.goods-list-img .item .goodsListCart .msg {
  position: relative;
}
.goods-list-img .item .goodsListCart .msg img{
  position: absolute;
  left: 0;
  top: -41px;
  width: 150px;
  z-index: 9999;
}

.goods-list-dtl {
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.goods-list-dtl .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.goods-list-dtl .item::before {
  background-color: #dbdbdb;
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: -19px;
  width: 100vw;
  height: 1px;
}
.goods-list-dtl .item .goods-img {
  box-sizing: border-box;
  text-align: center;
  width: 100px;
  height: 90px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.goods-list-dtl .item .goods-img img {
  width: auto !important;
  height: auto !important;
  max-width: 80px;
  max-height: 80px;
}
.goods-list-dtl .item .favIcon{
  position: absolute;
  left: 10px;
  top: 95px;
  cursor:pointer;
}
.goods-list-dtl .item .favIcon img{
}
.goods-list-dtl .item .favMsg{
  display: none;
  font-size: 0.8em;
  position: absolute;
  left: 10px;
  top: 120px;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #CCCCCC;
  width: 210px;
  color: #333333;
  z-index: 901;
}
.goods-list-dtl .item .favMsg .msg{
  padding-right: 19px;
  background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.goods-list-dtl .item .center-area {
  width: calc(100% - 120px)
}
.goods-list-dtl .item .center-area .goods-nm {
  line-height: 1.3;
  color: #333;
  word-break: break-all;
}
.goods-list-dtl .item .center-area .catch {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.3em;
  line-height: 1.4;
  margin: 6px 0;
}
.goods-list-dtl .item .right-area {
  margin-left: 120px;
  position: relative;
  width: 100%;
}
.goods-list-dtl .item .right-area .icon-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}

.goods-list-dtl .item .right-area .icon-list .icon {
  margin-right: 11px;
  margin-right: 3px;
}
.goods-list-dtl .item .right-area .icon-list .icon img {
  width: 38px
}
.goods-list-dtl .item .right-area .price-area {
  height: 1.8em;
  line-height: 1;
  font-size: 1.25em;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.goods-list-dtl .item .right-area .price-area .head {
  font-size: 0.75em;
  margin-right: 3px;
}
.goods-list-dtl .item .right-area .price-area .textCancel {
  font-size: 0.9em
}
.goods-list-dtl .item .right-area .price-area .en {
  font-size: 0.93em;
  padding-left: 2px;
}
.goods-list-dtl .item .right-area .price-area .value {
  font-weight: bold;
}
.goods-list-dtl .item .goodsListCart .msg {
  position: relative;
}
.goods-list-dtl .item .goodsListCart .msg img{
  position: absolute;
  left: 0;
  top: -45px;
  width: 170px;
  z-index: 9999;
}

.contents-list .article {
  font-size: 0.9em;
  line-height: 1.3;
  margin-top: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.goods-list-narrow-area {
  margin-top: 20px;
}
.goods-list-narrow-area .goods-list-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.goods-list-narrow-area .goods-list-narrow .item {
  line-height: 1.2;
  margin-bottom: 10px;
  width: 48%;
}
.goods-list-narrow-area .goods-list-narrow .item a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 8px;
  border: 1px solid #CCC;
  border-radius: 5px;
}
.goods-list-narrow-area .goods-list-cate-narrow .item a {
  font-size: 0.7em;
}
.goods-list-narrow-area .goods-list-maker-narrow .item a {
  font-size: 0.8em;
}

/* GoodsPage */
.goods-main {
}
.goods-main .img-wrap {
}
.goods-main .img-wrap .iconSet {
  margin-bottom: 10px
}
.goods-main .img-wrap .iconSet ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.goods-main .img-wrap .iconSet ul li {
  margin-right: 5px;
}
.goods-main .img-wrap .iconSet ul li:last-child {
  margin-right: 0;
}
.goods-main .img-wrap .goods-img {
  margin: 0 auto;
  position: relative;
}
.goods-main .img-wrap .goods-img .sp-img {
  margin-bottom: 15px;
}
.goods-main .img-wrap .goods-img .sp-img.read {
  max-height: 260px;
  overflow: hidden;
}
.goods-main .img-wrap .goods-img .sp-img .inner {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.goods-main .img-wrap .goods-img .sp-img .inner img {
  height: auto !important;
  max-width: 100%;
  max-height: 260px;
}
.goods-main .img-wrap .goods-img .sp-img .favIcon {
  position: absolute;
  top: 68%;
  left: 10px;
  cursor: pointer;
}
.goods-main .img-wrap .goods-img .sp-img .favMsg{
  display: none;
  font-size: 0.8em;
  position: absolute;
  top: 93%;
  left: 15px;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #CCCCCC;
  width: 215px;
  color: #333333;
  z-index: 901;
}
.goods-main .img-wrap .goods-img .sp-img .favMsg .msg{
  padding-right: 19px;
  background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.goods-main .img-wrap .goods-img .sp-img li.read {
  width: 100%;
}
.goods-main .img-wrap .dtl-info-area {
  margin-bottom: 20px;
}
.goods-main .img-wrap .dtl-info-area .inner .pdf-list li {
  margin-top: 8px;
}
.goods-main .img-wrap .dtl-info-area .inner .pdf-list li:first-of-type {
  margin-top: 0;
}
.goods-main .img-wrap .dtl-info-area .inner .pdf-list li a {
  color: #333;
}
.goods-main .article-wrap {
  box-sizing: border-box;
}
.goods-main .article-wrap .maker-nm {
  display: block;
  margin-bottom: 5px;
}
.goods-main .article-wrap .maker-nm a {
  color: #333;
}
.goods-main .article-wrap .goods-nm {
  display: block;
  margin-bottom: 15px;
}
.goods-main .article-wrap .reserve-dead {
  font-size: 0.9em;
  margin-bottom: 15px;
}
.goods-main .article-wrap .catch {
  font-size: 0.87em;
  line-height: 1.4;
  margin-bottom: 5px;
  word-break: break-all
}
.goods-main .article-wrap .price-area,
.cart-to-bto .price-area {
  margin-bottom: 10px;
}
.goods-main .article-wrap .price-area .price-area-inner {
}
.goods-main .article-wrap .price-area .sale-pr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.5em
}
.goods-main .article-wrap .price-area .in-tax {
  font-size: 0.9em;
  line-height: 1.2;
}
.goods-main .article-wrap .price-area .price {
}
.goods-main .article-wrap .price-area .price .amt,
.cart-to-bto .price-area .price .amt {
  font-size: 2em;
}
.goods-main .article-wrap .price-area .price .en,
.cart-to-bto .price-area .price .en {
  padding-left: 3px;
}
.goods-main .article-wrap .price-area .price-cancel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 10px
}
.goods-main .article-wrap .price-area .price-cancel .amt {
  font-size: 1.5em;
}
.goods-main .article-wrap .price-area .price-cancel .en {
  padding-left: 3px;
}
.goods-main .article-wrap .sale-pr-term {
  font-size: 0.87em;
  margin-bottom: 10px;
}
.goods-main .article-wrap .multi-floor-area {
  border-top: 1px solid #CCC;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
}
.goods-main .article-wrap .multi-floor-area .multi-floor {
  font-size: 0.87em;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.goods-main .article-wrap .multi-floor-area .multi-floor .price {
  width: 7em;
}
.goods-main .article-wrap .multi-floor-area .multi-floor-term {
  font-size: 0.87em;
  margin-bottom: 10px;
  text-align: left;
}
/* 2020/06/12 bita-a0337 add start サイトリニューアル */
.goods-main .price03_modifi.moreInfo{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
/* 2020/06/12 bita-a0337 add end サイトリニューアル */
.goods-main .text-link {
  font-size: 0.87em;
  line-height: 1.4;
  color: #333;
}
.goods-main .text-link::before {
  flex-shrink: 0;
  width: 0.5em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ">";
  font-size: 0.7em;
  margin: -1em 7px 0 0;
  color: #CECECE;
}
.goods-main .article-wrap .point-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin-bottom: 20px;
}
.goods-main .article-wrap .point-info .inner {
  width: 100%;
}
.goods-main .article-wrap .point-info .inner .each-info {
  border-bottom: 1px solid #CCC;
  padding: 8px;
}
/* 2020/06/10 bita-a0337 add start ポイント注意書き文言追加 */
.goods-main .article-wrap .point-info .point-text {
  font-size: 0.87em;
  margin-bottom: 5px;
}
/* 2020/06/10 bita-a0337 add end  */
.goods-main .article-wrap .point-info .gooods-point {
  line-height: 1.4;
}
.goods-main .article-wrap .point-info .gooods-point .mag {
  font-weight: bold;
}
.goods-main .article-wrap .point-info .gooods-point .term {
  font-size: 0.9em;
}
.goods-main .article-wrap .point-info .kmrpt {
  font-size: 0.87em;
}
.goods-main .article-wrap .point-info .kmrpt-num {
  font-weight: bold;
}
.goods-main .article-wrap .point-info .bnspt {
  font-size: 0.87em;
  line-height: 1.4;
  margin-top: 10px;
}
.goods-main .article-wrap .point-info .bnspt .break {
  padding-left: 5px;
}
.goods-main .article-wrap .point-info .bnspt-num {
  font-size: 1.1em;
  font-weight: bold;
}
.goods-main .article-wrap .option-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E2E0E0;
  padding: 10px;
  box-sizing: border-box;
}
.goods-main .article-wrap .option-area .opt-icon {
  margin-right: 10px;
}
.goods-main .article-wrap .option-area .opt-msg {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px
}
.goods-main .article-wrap .option-area ul li {
  margin-bottom: 8px;
}
.goods-main .article-wrap .option-area ul li:last-of-type {
  margin-bottom: 0
}
.goods-main .goods-cnt-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #CCC;
  margin: 10px 0;
}
.goods-main .goods-cnt-area .cnt-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #E2E0E0;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.goods-main .goods-cnt-area .cnt-btn img {
  width: 8px;
}
.goods-main .goods-cnt-area .goods-cnt {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.3em;
  height: 60px;
  width: 100px;
  text-align: center;
}
/* 2020/06/12 bita-a0179 add start */
.goods-group-area {
  margin-bottom:10px;
}
/* 2020/06/12 bita-a0179 add end */
.goods-group-area .item-list a:first-child .item {
  margin-left: 0;
}
.goods-group-area .item-list a {
  color: #333;
}
.goods-group-area .tp-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;/* 2020/06/12 bita-a0179 add */
  -webkit-overflow-scrolling: touch;
}
.goods-group-area .tp-img .item {
  box-sizing: border-box;
  margin-left: 45px;
  width: 150px;
}
.goods-group-area .tp-img .item .thumb {
  display: table-cell;
  width: 150px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
}
.goods-group-area .tp-img .item .thumb img {
  width: auto !important;
  height: auto !important;
  max-width: 150px;
  max-height: 150px;
}
.goods-group-area .tp-img .item .nm {
  margin-top: 10px;
  text-align: center;
}
.goods-group-area .tp-char {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.goods-group-area .tp-char a {
  min-width: 48%;
}
.goods-group-area .tp-char .item {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0.8em 0.5em;
  text-align: center;
}
.goods-receive-area {
  margin: 20px 0;
}
.goods-receive-area .receive-box {
  border: 1px solid #E2E0E0;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px;
}
.goods-receive-area .receive-box .receive-ttl {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.goods-receive-area .receive-box .receive-ttl img {
  width: 40px;
}
.goods-receive-area .receive-box .receive-sel {
  background-color: #E2E0E0;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.goods-receive-area .receive-box .receive-sel-inner {
}
.goods-receive-area .receive-box .receive-sel-inner .store-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.goods-receive-area .receive-box .receive-sel .inner-ttl {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.goods-receive-area .receive-box .receive-sel .store-sel {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #FFF url(../../images/parts/arrow_right06.png) no-repeat right 8px center;
  background-size: 7px;
  border: 1px solid #333;
  cursor: pointer;
  line-height: 1.8;
  margin-bottom:10px;
  padding: 0.6em;
}
.goods-receive-area .receive-box .receive-sel .delivery-date-info {
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.goods-receive-area .receive-box .receive-sel .delivery-date-info .keep-delv-plan {
  display: none;
}
.goods-receive-area .receive-box .receive-sel .delivery-date-info .store-delv-plan {
  display: none;
}
.goods-receive-area .receive-box .receive-sel .unit-box {
  background-color: #FFF;
  margin-bottom: 15px;
  padding: 10px 18px;
}
.goods-receive-area .store-receive .receive-sel .unit-box {
  display: none;
}
.goods-receive-area .receive-box .cart-btn-area {
  margin-top: 20px;
}
.goods-receive-area .receive-box .receive-sel .store-lct {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.goods-fav-button {
  text-align:center;
}
.goods-mix-area {
  padding-top: 40px;
}
.goods-mix-area .mix-grp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.goods-mix-area .mix-grp .item {
  width: 175px;
  position: relative;
}
.goods-mix-area .mix-grp .item a {
  color: #333;
}
.goods-mix-area .mix-grp .item .img-area {
  text-align: center;
  width: 150px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
}
.goods-mix-area .mix-grp .item .img-area img {
  width: auto !important;
  height: auto !important;
  max-width: 150px;
  max-height: 148px;
}
.goods-mix-area .mix-grp .item .name {
  height: 3.5em;
  display: block;
  overflow: hidden;
  line-height: 1.3
}
.goods-mix-area .mix-grp .mix-plus {
  font-size: 2.5em;
  font-weight: bold;
  align-self: center;
  margin: 0 15px;
  width: 25px
}
.goods-mix-area .price-area .inner {
  padding-right: 20px;
  margin-bottom: 15px;
}
.goods-mix-area .price-area .ttl {
  margin-bottom: 10px;
}
.goods-mix-area .price-area .price {
  text-align: right;
}
.goods-mix-area .price-area .in-tax {
  font-size: 1.2em;
  padding-right: 1.2em;
}
.goods-mix-area .price-area .amt {
  font-size: 3em;
  font-weight: bold;
}
.goods-mix-area .price-area .en {
  font-size: 1.95em;
  padding-left: 2px;
}
.goods-mix-area .oth-comb {
  text-align: center;
}
.goods-mix-area .cart-btn {
  padding: 0 30px;
}
.goods-spec-area .contents-sub-title {
  line-height: 1.2;
}
.goods-spec-area .exp {
  font-size: 0.9em;
  line-height: 1.5;
  word-break: break-all
}
.goods-spec-area .exp-space {
  margin-bottom: 1em;
}
.near-by-dialog {
  display: none;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  width: 100%;
}
.near-by-dialog .title-area {
  border-bottom: 1px solid #a9a9a9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px;
}
.near-by-dialog .title-area .goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.near-by-dialog .title-area .goods .goods-img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.near-by-dialog .title-area .goods-img img {
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 48px;
}
.near-by-dialog .title-area .maker-nm {
  margin-bottom: 5px;
}
.near-by-dialog .title-area .goods-nm {
  font-size: 1.2em;
}
.near-by-dialog .title-area .close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}
.near-by-dialog .title-area .close span {
  display: block;
  position: absolute;
  height: 4px;
  width: 28px;
  background: #4D4D4D;
  left: 5px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.near-by-dialog .title-area .close span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.near-by-dialog .title-area .close span:nth-child(2) {
  width: 0;
  left: 50%;
}
.near-by-dialog .title-area .close span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.near-by-dialog .store-area {
}
.near-by-dialog .store-area .dtl {
  overflow-y: scroll;
}
.near-by-dialog .store-area .store-list li {
  border-bottom: 1px solid #a9a9a9;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 15px;
}
.near-by-dialog .store-area .store-list li.even {
  background: #f4f4f4;
}
.near-by-dialog .store-area .store-list li:last-child {
  border-bottom: none;
}
.near-by-dialog .store-area .store-list li div {
  padding: 5px 0;
}
.near-by-dialog .store-area .nm {
  width: 100%;
}
.near-by-dialog .store-area .addr {
  font-size: 0.9em;
  width: 100%;
}
.near-by-dialog .store-area .open {
  font-size: 0.9em;
  width: 100%;
}
.near-by-dialog .store-area .stock {
  width: 100%;
}
.near-by-dialog .store-area .stock:before {
  content:"\5728\5EAB\6570\FF1A";
}
.near-by-dialog .store-area .distance {
  width: 60%;
}
.near-by-dialog .store-area .distance:before {
  content: "\9078\629E\5E97\8217\304B\3089\306E\8DDD\96E2\FF1A";
}
.near-by-dialog .store-area .store-list .cnt input {
  height: 30px;
  text-align: center;
  width: 70px;
}
.near-by-dialog .near-by-cart {
  display: none;
  margin-top: 10px;
  text-align: center;
}
.store-chk-dialog {
  display: none;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  width: 100%;
}
.store-chk-dialog .title-area {
  border-bottom: 1px solid #a9a9a9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px;
}
.store-chk-dialog .title-area .title {
  font-size: 1.2em;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.store-chk-dialog .title-area .close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}
.store-chk-dialog .title-area .close span {
  display: block;
  position: absolute;
  height: 4px;
  width: 28px;
  background: #4D4D4D;
  left: 5px;
}
.store-chk-dialog .title-area .close span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.store-chk-dialog .title-area .close span:nth-child(2) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.store-chk-dialog .store-area {
  padding: 10px;
}
.store-chk-dialog .store-area .store-nm {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 15px;
}
.store-chk-dialog .store-area .store-addr {
  margin-top: 5px;
}
.store-chk-dialog .store-area .store-open {
  margin-top: 5px;
}
.store-chk-dialog .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 15px 20px 15px;
}
.store-chk-dialog .btn-area a {
  margin-bottom: 15px;
}
.goods-review-area {
  border-top: 1px solid #CCC;
  padding: 20px 0;
  margin-top: 5px;
}
.goods-review-area .contents-space {
  margin-left: 0.5em;
}
.goods-review-area .row-space {
  margin-top: 6px;
}
.goods-review-area .review-header {
  margin-bottom: 20px;
}
.goods-review-area .review-header .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.goods-review-area .review-header .write-review {
  text-align: center;
}
.goods-review-area .review-contents {
  font-size: 0.9em;
}
.goods-review-area .review-contents .alert_with_icon {
  line-height: 1.4;
  margin-bottom: 20px;
}
.goods-review-area .review-contents .reco-degree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.goods-review-area .review-contents .star-box .star {
  width: 15px;
}
.goods-review-area .review-contents .review-box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Extended warranty */
.wrnt-title {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.wrnt-dtl {
  word-wrap: break-word;
  padding-bottom: 20px;
}
.wrnt-dtl .wrnt-dtl-exp-title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 15px 0
}
.goods-receive-area .dummy-box {
  border:none;
}
.goods-receive-area .receive-box .wrnt-receive-sel {
  background-color: #E2E0E0;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
.goods-receive-area .receive-box .chkCstm input {
  width: 16px;
  height: 16px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.goods-receive-area .receive-box .chkCstm input[type="checkbox"] {
  display: none;
}
.goods-receive-area .receive-box .chkCstm input[type="checkbox"]+label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
.goods-receive-area .receive-box .chkCstm input[type="checkbox"]+label::before {
  box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #FFF;
  content: "";
  display: block;
  left: 0;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.goods-receive-area .receive-box .chkCstm input[type="checkbox"]:checked+label::after {
  border-bottom: 3px solid #666;
  border-left: 3px solid #666;
  box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  height: 9px;
  left: 3px;
  top: 50%;
  width: 18px;
  transform: rotate(-45deg);
}
.goods-receive-area .receive-box .chkCstm label {
  vertical-align: baseline
}


/* --------------------------------------------------------
  BTO
-------------------------------------------------------- */
.article-wrap .lead-bto {
  margin:0 15px 10px 0;
}
.article-wrap .lead-bto .catch {
  border-bottom:1px solid #CCC;
  padding:10px 5px 15px 5px;
  width:100%;
}
.article-wrap .bto-dtl-comment{
  margin:0;
  overflow:hidden;
  padding-top:10px;
  padding-right:15px;
}
.article-wrap .bto-dtl-comment dl{
  margin-bottom:15px;
}
.article-wrap .bto-dtl-comment dl dt{ 
  margin-bottom:8px;
  font-weight:bold;
  font-size:1.1em;
}
.article-wrap .bto-dtl-comment dl + dl > dt{
  display:none;
}
.article-wrap .bto-dtl-comment dd{
  font-size:0.87em;
  line-height:1.4;
}
.bto-detail-wrap {
  padding-top: 40px;
}
.bto-detail-wrap .detail-inner {
  margin-bottom:10px;
  overflow:hidden;
}
.bto-detail-wrap .detail-inner .dtl-item {
  margin:-1px 0 10px;
}
.bto-detail-wrap .detail-inner .dtl-item .title-sec {
  margin-bottom:7px;
  padding:15px 0 5px;
  overflow:hidden;
}
.bto-detail-wrap .detail-inner .dtl-item .title-sec .title {
  display:inline;
  float:left;
  padding-top:5px;
  font-size:120%;
  font-weight:bold;
  clear:both;
}
/* 2020/06/11 bita-a0311 mod start サイトリニューアル対応 */
.bto-detail-wrap .detail-inner .dtl-item .title-sec .button{
  margin-top: 30px !important;
  text-align:center;
}
/* 2020/06/11 bita-a0311 mod end */
/* .item-table
----------------------------------------------------------- */
.bto-detail-wrap .detail-inner .dtl-item .item-table table {
  width:100%;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .thead {
  display:none;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table tr.sp-1tbl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:5px;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table.bto-sel-gd td {
  display: block;
  min-height:1em;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell02:before,
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell03:before,
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell04:before,
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell05:before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
  margin-right: 10px;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table th,
.bto-detail-wrap .detail-inner .dtl-item .item-table table td{
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table th {
  text-align:center;
  background-color:#f1eff2;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table td  .form-set {
  position: relative
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table td  .form-set::after {
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  content: '';
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 47%;
  width: 6px;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table td select{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #CACACA;
  border-radius: 0;
  box-sizing: border-box;
  font: inherit;
  padding: 10px 40px 10px 10px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell01{
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding:10px 15px;
  text-align: left;
  width:calc(100% - 32px);
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell01 .check{
  overflow:hidden;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell01 .check .input{
  display:block;
  float:left;
  padding:2px 5px 0 0;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell01 .check .text{
  display:block;
  overflow:hidden;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell02{
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding:10px;
  text-align: right;
  width:calc(100% - 22px);
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell02 .priceList{
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell02 .priceList .heading{
  float:left;
  padding:5px 0;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell02 .priceList .price{
  color:#E50012;
  font-weight:bold;
  text-align:right;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell02 .priceList .price .amt{
  font-size:180%;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell02 .priceList .price .en{
  padding-left:3px;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell02 .priceList .price2{
  color:#333333;
  text-align:right;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell02 .priceList .price2 .amt{
  font-size:150%;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell02 .priceList .price2 .en{
  padding-left:3px;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell03,
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell04,
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell05 {
  text-align: right;
  padding:10px;
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell03 {
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  width:calc(50% - 22px);
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell04 {
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  width:calc(50% - 21px);
}
.bto-detail-wrap .detail-inner .dtl-item .item-table table .cell05{
  border: 1px solid #bbb;
  width:100%;
}

/* .item-entry []
----------------------------------------------------------- */
.bto-detail-wrap .item-entry{
}
.bto-detail-wrap .item-entry dl{
}
.bto-detail-wrap .item-entry dl dt{
  padding:10px 0;
}
.bto-detail-wrap .item-entry dl dd{
  margin-bottom:10px;
}
.bto-detail-wrap .item-entry dl dd input[type="text"], 
.bto-detail-wrap .item-entry dl dd textarea{
  border: 1px solid #bbb;
  font: inherit;
  padding: 8px 5px;
  max-width:96%;/* 20201028 bita-a0179 add */
}

/* .qst-item []
----------------------------------------------------------- */
.bto-detail-wrap .detail-inner .qst-item{
  margin-top:20px;
  margin-bottom:10px;
}
.bto-detail-wrap .detail-inner .qst-item table.stair{
  width:100%;
}
.bto-detail-wrap .detail-inner .qst-item table.stair th,
.bto-detail-wrap .detail-inner .qst-item table.stair td {
  display: block;
  width: 100%;
}
.bto-detail-wrap .detail-inner .qst-item table.stair .sel{
  margin-right: 20px;
  width: 430px;
  position: relative;
}
.bto-detail-wrap .detail-inner .qst-item table.stair .sel select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #CACACA;
  border-radius: 0;
  box-sizing: border-box;
  font:inherit;
  padding: 10px 40px 10px 10px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.bto-detail-wrap .detail-inner .qst-item table.stair .sel::after {
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  content: '';
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 47%;
  width: 6px;
}
.bto-detail-wrap .detail-inner .qst-capa{
}
.bto-detail-wrap .detail-inner .qst-capa .qst-title{
  color:#333;
  font-size:120%;
  font-weight:bold;
  margin-bottom:7px;
  overflow:hidden;
  padding:15px 0 5px;
}

.bto-detail-wrap .detail-inner .qst-capa .item-table table {
}
.bto-detail-wrap .detail-inner .qst-capa .item-table table tr {
}
.bto-detail-wrap .detail-inner .qst-capa table{
  border: 1px solid #bbb;
}

.bto-detail-wrap .detail-inner .qst-capa table tr.header{
  background:#f1eff2;
  margin-bottom:0px;
}

.bto-detail-wrap .detail-inner .qst-capa table .capNm{
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 10px 15px;
  width: 75%;
}

.bto-detail-wrap .detail-inner .qst-capa table .capNm .input{
  padding: 2px 5px 0 0;
  vertical-align: middle;
}

.bto-detail-wrap .detail-inner .qst-capa table .capLmt{
  border-bottom: 1px solid #bbb;
  padding: 10px;
  text-align: center !important;
  width: 25%;
}
.cart-to-bto .price-area .price-area-inner{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.5em;
}
.cart-to-bto .price-area .in-tax {
  font-size: 1.1em;
  line-height: 1.2;
}
.cart-to-bto .price-area .in-tax .total {
  margin-right: 0.5em;
}
.goods-receive-area .receive-box .bto {
  min-height: 80px !important;
}
.goods-receive-area .receive-box .bto .delv-error {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

/* --------------------------------------------------------
  MixMatch
-------------------------------------------------------- */
.mix_match .sales-period {
  border-bottom: 1px solid #CCC;
  padding: 10px 0 20px;
}
.mix-detail {
  margin:10px;
  overflow: hidden;
}
.mix-detail .detail-border-dot {
  border-bottom: 1px dotted #666666;
  padding: 25px 0 20px;
}
.mix-detail .detail-border-non {
  padding:25px 0 20px;
}

.mix-detail .left-box {
  width: 100%;
  margin-right: 10px;
}
.mix-detail .left-box .photo-frame {
  max-height: 300px;
  overflow: hidden;
}
.mix-detail .left-box .photo-frame .main-img {
  width: auto;
  height: 300px;
  overflow: hidden;
  display: block;
  position: relative;
  position: static\9;
}
.mix-detail .left-box .photo-frame .lSPager {
  display:none;
}
.mix-detail .left-box .photo-frame .main-img img{
  position: absolute;
  position: static\9;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  padding: 0px;
  width: auto;
  border:1px solid #D9D9D9;
  max-height: 260px;
  max-width: 260px;
}
.mix-detail .right-box {
  width: auto;
  padding-bottom: 10px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
}

.mix-detail .right-box .item-name {
  font-size:1.1em;
  letter-spacing:0.1em;
  margin-bottom:15px;
}

.mix-detail .right-box .item-name .goods-link {
  font-weight: bold;
  color:#333;
}

.mix-detail .right-box .item-name a.goods-link:hover {
  text-decoration:underline;
}

.mix-detail .right-box .item-name .main-goods-cnt {
  margin-top:15px;
}
.mix-detail .right-box .catch {
  font-size:0.9em;
}
.mix-detail .right-box .dtl-price {
  margin-bottom:10px;
}

.mix-detail .right-box .sel-title {
    font-weight:bold;
    margin:10px 0 8px;
}
.mix-detail .right-box .selectbox {
  position:relative;
  margin-bottom:10px;
  width:450px;
  margin-right: auto;
  margin-left: auto;
  max-width:95%;
}

.mix-detail .right-box .selectbox .left-arrow{
  position:absolute;
  top:24px;
  left:0;
}

.mix-detail .right-box .selectbox .right-arrow{
  position:absolute;
  top:24px;
  left:95%;
}

.mix-detail .right-box .selectbox .viewport{
  width:330px;
  position:relative;
  overflow:hidden;
  margin:0 auto;
}

.mix-detail .right-box .selectbox .viewport .unselected {
  border:1px #cccccc solid;
  padding:1px;
}

.mix-detail .right-box  .selectbox .viewport .selected {
  border:2px solid #333333;
}

.mix-detail .right-box  .selectbox .viewport .sub-goods {
  float:left;
  margin:0 5px;
  width:96px;
  height:96px;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mix-detail .right-box .pointer{
  text-align:center;
  margin-bottom:10px;
  width:auto;
}

.mix-detail .right-box .pointer .circle{
  position:relative;
  top:1px;
  padding-right:1px;
  vertical-align:top;
}

.mix-detail .right-box .viewport .sub-goods .itemnone {
  position:relative;
  height:96px;
  width:96px;
  list-style:none;
  vertical-align:middle;
}

.mix-detail .right-box .selectbox .viewport .sub-goods .itemnone .txt {
  display:block;
  font-size:12px;
  line-height:1.3em;
  padding:3px;
  word-wrap:break-word;
  word-break:break-all;
}
.mix-detail .right-box .option {
}
.mix-detail .right-box .option .img {
  float:left;
}
.mix-detail .right-box .option .msg {
  display: inline-block;
  margin-left: 5px;
}
.mix-detail .right-box .option .msg .opt-ttl {
  line-height: 1em;
}
.mix-detail .right-box .option .msg .opt-dtl {
}

.dtl-price {
  margin:10px;
}
.dtl-price .mix-price {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 10px;
  position: relative;
  height: 48px;
}
.dtl-price .mix-price dt {
  font-size:18px;
  margin-right:10px;
}
.dtl-price .mix-price dt .cap {
  position: absolute;
  top: 10px;
}
.dtl-price .mix-price dd {
  text-align: right;
}
.dtl-price .mix-price dd .price {
  font-weight:bold;
  text-align:right;
}
.dtl-price .mix-price dd .price .amt {
  font-size: 32px;
}
.dtl-price .mix-price dd .price .en {
  padding-left: 3px;
}
.mix-set-num .goods-cnt-area {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: end;
  -ms-justify-content: end;
  -webkit-justify-content: end;
  align-items: center;
  padding: 20px 0 10px 0;
  border-top: 1px solid #CCC;
  margin-top: 20px;
}
.mix-set-num .goods-cnt-area .cnt-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #E2E0E0;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.mix-set-num .goods-cnt-area .cnt-btn img {
  width: 10px;
}
.mix-set-num .goods-cnt-area .goods-cnt {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.7em;
  height: 60px;
  width: 130px;
  text-align: center;
}
.goods-receive-area .receive-box .mix {
  min-height: 260px !important;
}
.goods-receive-area .receive-box .mix-err {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: bold;
}


/*---------------------------------------------------------
 Store Search
---------------------------------------------------------*/
.storeSearch {
  width:96%;
  margin:0 auto;
}

/* store search h3 title */
.searchResultTitle {
  text-align: left;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-size:1.2em;
}

/* map */
.shopSearchWrap {
  display:none;
}

/* button display area */
.storeSearch .searchBtnArea {
  height: 90px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

.storeSearch .searchBtn {
  margin:15px 0;
}

.storeSearch .searchBtn2 {
  text-align:center;
}

.storeSearch .bottomBtnArea {
  margin-top:20px;
  margin-bottom:10px;
  text-align:center;
}

/* store list */
.storeSearch  ul.resultList li {
  padding: 0.8em 0;
  border-bottom: dashed 1px #DDD;
  text-align: left;
}

.storeSearch  ul.resultList li.area-srch div:nth-of-type(2) {
  margin-top: 8px;
}

/* store search input keywords */
.storeSearch .storeSearchInputArea {
  display:inline-block;
}
.storeSearch .storeSearchInputArea h2 {
  float:left;
  width:240px;
  margin-bottom:0px;
}

.storeSearch .storeSearchInputArea .inputArea .inpt {
  margin-bottom:10px;
  text-align:left;
}

.storeSearch .storeSearchInputArea .inputArea .inpt .inpWords {
  width: 260px;
  height: 30px;
  padding-left: 5px;
  box-sizing: border-box;
  border: 1px solid #989898;
}

.storeSearch .storeSearchInputArea .inputArea .inpt .inpZip {
  width:130px;
  height: 30px;
  padding-left: 5px;
  box-sizing: border-box;
  border: 1px solid #989898;
}

.storeSearch .storeSearchInputArea .regPlace {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

/* store search result */
.storeSearchMap{
  margin-top: -140px;
  padding-top: 140px;
}
.storeSearchMap .shopListCtl {
  text-align: right;
  margin-bottom: 5px;
}
.storeSearchMap .shopListCtl .allStoreDisp {
  display: block;
  margin-bottom: 5px;
}
.storeSearchMap .shopListCtl .stockExistStoreDisp {
  display: block;
  margin-bottom: 5px;
}
.storeSearchMap .add-store-commit-btn {
  display: block;
  padding-right :5px;
}

/* map */
.storeSearchMap .shopMapBox.search-result{
  display: none;
}

/* map and store infomation */
.storeSearchMap .shopMapBox .boxInnerUpper {
  border:1px solid #CCCCCC;
  margin:0 auto 10px;
  padding:0px;
  text-align:center;
  vertical-align:middle;
  width:300px;
}

.storeSearchMap .shopMapBox .boxInnerUpper .shopMap{
  width:298px;
  height:298px;
  position: relative;
}

.storeSearchMap .shopMapBox .boxInnerUpper .shopMap img.store{
  height: 100%;
  width: 100%;
}

.storeSearchMap .shopMapBox .boxInnerUpper .shopMap img.osm-copr {
  width:111px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.storeSearchMap .shopMapBox .boxInnerUpper .shopMap .btn-map-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 85px;
}

.storeSearchMap .shopMapBox .boxInnerLower {
  padding:3px 10px;
  text-align:right;
}

.storeSearchMap .shopMapBox .serviceNarrow {
  margin-bottom:10px;
}

.storeSearchMap .shopMapBox .serviceNarrow ul {
  list-style:none;
}

.storeSearchMap .shopMapBox .serviceNarrow ul li.ttl {
  align-items:center;
  background-color:#969494;
  color:#FFFFFF;
  cursor:pointer;
  display:block;
  display:flex;
  font-weight:bold;
  justify-content:space-between;
  padding:10px 8px;
}

.storeSearchMap .shopMapBox .serviceNarrow ul li.ttl::after {
  content:"\25BC";
  font-size:0.8em;
  padding-right:8px
}

.storeSearchMap .shopMapBox .serviceNarrow ul li.select::after {
  content:"\25B2";
  font-size:0.8em;
  padding-right:8px
}

.storeSearchMap .shopMapBox .serviceNarrow ul li.extend {
  display:none;
  clear:both;
  border-right:1px #CCC solid;
  border-bottom:1px #CCC solid;
  border-left:1px #CCC solid;
}

.storeSearchMap .shopMapBox .serviceNarrow ul li.extend a {
  font-weight:normal;
  font-size:100%;
  overflow:hidden;
  text-align:center;
  vertical-align:middle;
}

.storeSearchMap .shopMapBox .serviceNarrow .inner {
  padding:5px;
}

.storeSearchMap .shopMapBox .serviceNarrow .inner .service {
  float:left;
  line-height:20px;
  width:179px;
}

.storeSearchMap .msg_and_button {
    margin-bottom:5px;
}

.storeSearchMap .list-area {
}

.storeSearchMap .list-area .dsp-store-exp {
  display: none;
}

/* service-narrow-area */
.storeSearchMap .list-area .serviceNarrow {
  margin-bottom:10px;
}

.storeSearchMap .list-area .serviceNarrow ul {
  list-style:none;
}

.storeSearchMap .list-area .serviceNarrow ul li.ttl {
  align-items:center;
  background-color:#969494;
  color:#FFFFFF;
  cursor:pointer;
  display:block;
  display:flex;
  font-weight:bold;
  justify-content:space-between;
  padding:10px 8px;
}

.storeSearchMap .list-area .serviceNarrow ul li.ttl::after {
  content:"\25BC";
  font-size:0.8em;
  padding-right:8px
}

.storeSearchMap .list-area .serviceNarrow ul li.select::after {
  content:"\25B2";
  font-size:0.8em;
  padding-right:8px
}

.storeSearchMap .list-area .serviceNarrow ul li.extend {
  display:none;
  clear:both;
  border-right:1px #CCC solid;
  border-bottom:1px #CCC solid;
  border-left:1px #CCC solid;
}

.storeSearchMap .list-area .serviceNarrow ul li.extend a {
  font-weight:normal;
  font-size:100%;
  overflow:hidden;
  text-align:center;
  vertical-align:middle;
}

.storeSearchMap .list-area .serviceNarrow .inner {
  padding:5px;
}

.storeSearchMap .list-area .serviceNarrow .inner .service {
  float:left;
  line-height:20px;
  width:179px;
}

/* store list */
.storeSearchMap .shopList {
  border:1px solid #CCCCCC;
  margin:0 auto 40px;
  padding-top:10px;
  width:96%;
}

.storeSearchMap .shopList .inner {
  margin:05px;
}
.storeSearchMap .shopList dl {
  border-bottom:1px dotted #CCCCCC;
  clear:both;
  margin:0 0 5px 0;
  overflow:auto;
  padding:5px 0 8px 0;
  max-width:700px;
}
.storeSearchMap .shopList dl.hide{
  display: none;
}
.storeSearchMap .shopList dl.last{
  border-bottom: none;
}

.storeSearchMap .shopList dl dt{
  float: left;
  height: 35px;
  width: 24px;
}

.storeSearchMap .shopList dl dd{
  float: left;
  margin-left:25px;
  margin-top:-36px;
}

.storeSearchMap .shopList dl dd .header{
text-align: right;
margin-bottom: 2px;
}

.storeSearchMap .shopList dl dd span.myStorehead{
float:left;
padding: 0 5px;
}

.storeSearchMap .shopList dl dd span.storeNm{
  float:left;
  padding-left: 5px;
  padding-bottom:5px;
  font-weight:bold;
}

.storeSearchMap .shopList dl dd span.storeNm a {
  cursor:pointer;
}

.storeSearchMap .shopList .tableType01, .storeSearchMap .shopDtl .tableType01 {
}

.storeSearchMap .shopList .tableType01 table {
  border-bottom:1px solid #D9D9D9;
  border-right:1px solid #D9D9D9;
  box-sizing:border-box;
  font-size:0.9em;
  margin:0 auto;
  table-layout:fixed;
}

.storeSearchMap .shopList .tableType01 table th,
.storeSearchMap .shopList .tableType01 table td,
.storeSearchMap .shopDtl .tableType01 table th,
.storeSearchMap .shopDtl .tableType01 table td {
  border-left:1px solid #D9D9D9;
  border-top:1px solid #D9D9D9;
  box-sizing:border-box;
  line-height:1.3;
  padding:8px 5px 6px;
  text-align:left;
  vertical-align:middle;
}

.storeSearchMap .shopList .tableType01 table th, .storeSearchMap .shopDtl .tableType01 table th {
  background-color:#CCCCCC;
  text-align:center;
  font-weight:normal;
  width:25%;
  vertical-align:middle
}

.storeSearchMap .shopList .tableType01 table th.cell01, .storeSearchMap .shopDtl .tableType01 table th.cell01 {
  width:25%;
}

.storeSearchMap .shopList .tableType01 table td.cell01, .storeSearchMap .shopDtl .tableType01 table td.cell01 {
  width:75%;
}

.storeSearchMap .shopList .tableType01 table {
  width:98%;
}
.storeSearchMap .shopList .tableType01 table.btn_disp {
  margin-top:-1px
}

.storeSearchMap .shopList .tableType01 table td.button {
  display:block;
  text-align:center;
  width:100%;
}

.storeSearchMap .shopList .tableType01 table td.button.dsp-map-btn-area, .storeSearchMap .shopList dl dd .header .dsp-map-btn-area {
  display: none;
}

.storeSearchMap .shopDtl {
  margin:0 auto 40px;
  width:96%;
}
.storeSearchMap .shopDtl .tableType01 table {
  border-bottom:1px solid #D9D9D9;
  border-right:1px solid #D9D9D9;
  box-sizing:border-box;
  font-size:0.9em;
  table-layout:fixed;
  width:100%;
}

/* store detail */
.storeSearchMap .shopDtl .icon {
  width:36px;
  height:36px;
}

.storeSearchMap .shopDtl .storeNm {
  font-size: 1.4em;
  font-weight:bold;
}

.storeSearchMap .shopDtl .storeNm a {
  color:#333;
  cursor:pointer;
}
.storeSearchMap .shopDtl .store-rec-cate {
  margin-top:20px;
}
.storeSearchMap .shopDtl .store-rec-cate ul.store-cate li a {
  background-image: url(../../images/parts/arrow_right03.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  color: #333;
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  width: 100%;
}
.storeSearchMap .shopDtl .store-rec-cate ul.store-cate li a:hover {
    background-color: #F7F7F7;
}

/* store list */
.storeInfo ul.store {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  border-bottom: solid 1px #D9D9D9;
  flex-direction: column;
  padding-bottom: 30px;
  margin-top: 30px;
}

.storeInfo ul.store:first-child {
  border-top: solid 1px #D9D9D9;
  margin-top: 30px;
  padding-top: 30px;
}

.storeInfo .store .name {
}

.storeInfo .store .name a {
  color: #005FC3;
  text-decoration: none
}

.storeInfo .store .address {
  box-sizing: border-box;
  line-height: 1.4;
  margin: 1em 0 0.4em 0;
}

.storeInfo .store .address p {
  margin-bottom: 8px;
}

.storeInfo .store .address p.telArea{
  margin-bottom: 0;
}

.storeInfo .store .address p.addindent {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.storeInfo .store .openTm {
  box-sizing: border-box;
  line-height: 1.4;
}

.storeInfo .store .buttons {
  margin-top: 1.5em;
  text-align: center;
}

/* Category List */
.category-section .title {
  border-bottom: 1px dashed #DDD;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2.5em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 3em;
  position: relative;
}
.category-section .title img {
  display: inline-block;
  left: 0;
  height: 2.5em;
  object-fit: cover;
  position: absolute;
  width: 2.5em;
}
.category-section .categoryList {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size:1.2em;
  margin-bottom:10px;
}
.category-section .categoryItems {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
.category-section .categoryItems .categoryTitle::before {
  background: url(../../images/parts/arrow_right.png) no-repeat left;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 9px;
  padding-right: 5px;
  width: 9px;
}
.category-section .categoryItems .categoryTitle {
  cursor: pointer;
  display:block;
  line-height: 1.4;
  padding: 2px 0;
}
.category-section .categoryItems .categoryTitle:hover {
  text-decoration: underline;
}

.category-section .categoryList .categoryItems dd {
  display: none;
  width: 95%;
  clear: both;
}
.category-section .categoryList .categoryItems dd ul {
  width: calc(100% - 20px);
}
.category-section .categoryList .categoryItems dd ul li {
  line-height: 1;
  padding-left: 14px;
  padding-top: 8px;
  width: 100%;
}
.category-section .categoryList .categoryItems dd ul li ::before {
  background: url(../../images/parts/arrow_right.png) no-repeat left;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 9px;
  padding-right: 5px;
  top: 9px;
  width: 9px;
}
.category-section .categoryList .categoryItems dd ul li a {
  color:#333;
  line-height: 1.4;
}
.category-section .categoryList .categoryItems dd ul li a:hover {
  text-decoration: underline;
}
.category-section .categoryList .categoryItems dd ul li.sub {
  padding-left: 28px;
  padding-top: 2px;
  width: 100%;
}

/*---------------------------------------------------------
  Recommend
---------------------------------------------------------*/
.recommend4u {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  line-height: 120%;
  padding-top: 10px;
}

.recommend4u .recTitle {
  border-bottom: 3px solid #DDD;
  font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 10px 10px 10px;
  padding-bottom: 0.8em;
  position: relative;
  display:none;
}
.recommend4u .recTitle::after {
  bottom: -3px;
  border-bottom: solid 3px #E5002D;
  content: "";
  display: block;
  position: absolute;
  width: 10.5%;
}

.recommend4u .title span, .recommend4u .recTitle span {
  display:none;
}
.recommend4u .loaderImg{
  text-align:center;
  padding:10px 0;
}
.recommend4u .selectbox {
  display: none;
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
}
.recommend4u .viewport {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.recommend4u .viewport .flipsnap {
  overflow-x:scroll !important;
  overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
}
.recommend4u .viewport li .item, .recommend4u .viewport li .subGoods{
  font-size:13px;
  float:left;
  width:160px;
  padding:0px 10px 5px;
}
.recommend4u .viewport li .item .ex, .recommend4u .viewport li .subGoods .ex {
  font-size: 12px;
  font-weight: bold;
  height:18px;
  margin-bottom:5px;
}
.recommend4u .viewport li .item .free-delv, .recommend4u .viewport li .subGoods .free-delv {
  background: #E30013;
  color: #FFF;
  padding: 3px;
}
.recommend4u .viewport li .item .limited, .recommend4u .viewport li .subGoods .limited {
  background: #1B155F;
  color: #FFF;
  padding: 3px;
}
.recommend4u .selectbox .leftArrow {
  position: absolute;
  top: 40%;
  left :0px;
}
.recommend4u .selectbox .rightArrow {
  position: absolute;
  top: 40%;
  right: 0px;
}
.recommend4u .viewport li .photo, .recommend4u .viewport li .goodsImg{
  width:160px;
  text-align: center;
  height:140px;
  padding-bottom: 8px;
}
/* 2021/05/21 bita-a0179 add start */
.recommend4u .viewport li .photo a, .recommend4u .viewport li .goodsImg a{
  display:block;
}
/* 2021/05/21 bita-a0179 add end */
.recommend4u .viewport li .photo img, .recommend4u .viewport li .goodsImg img {
  border: none;
  width: auto;
  height: auto;
  max-height: 140px;
  max-width: 160px;
}
.recommend4u .viewport li .itemNameBox {
  overflow: hidden;
  height:4.5em;
  text-align:left;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.recommend4u .viewport li .itemNameBox a {
  color:#333;
}
.recommend4u .viewport li .item .priceList,
.recommend4u .viewport li .subGoods .price {
  width:150px;
}
.recommend4u .viewport li .item .priceList .heading,
.recommend4u .viewport li .item .priceList .heading2,
.recommend4u .viewport li .subGoods .price .head {
  float: left;
}
.recommend4u .viewport li .item .priceList .price2{
  color: #e50012;
  text-align: right;
}
.recommend4u .viewport li .item .priceList .price3 {
  height:1.4em;
  text-align:right;
}
.recommend4u .viewport li .item .priceList .price2 .amt{
  font-size:150%;
}
.recommend4u .viewport li .item .priceList .price2 .en{
  padding-left:2px;
}
.recommend4u .viewport li .item .goodsListCart {
  width:150px;
  text-align: center;
}
.recommend4u .viewport li .item .goodsListCart .msg{
  position:relative;
}
.recommend4u .viewport li .item .goodsListCart .msg img{
  position:absolute;
  top:-66px;
  left:-5px;
  width:164px;
}
.recommend4u .viewport li .item .ranking1 {
  color: #E96D0D;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 2px;
}
.recommend4u .viewport li .item .ranking2 {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 2px;
}
.recommend4u .viewport li .item .ranking3 {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 2px;
}
.recommend4u .viewport li .item .ranking4,.recommend4u .viewport li .item .ranking5 {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 2px;
}
.recommend4u .viewport li .item .rank,
.recommend4u .viewport li .subGoods .rank {
  margin-bottom: 5px;
}
.recommend4u .viewport li .item .rank .num,
.recommend4u .viewport li .subGoods .rank .num {
  font-size:1.3em;
}
.recommend4u .viewport li .item .no1,
.recommend4u .viewport li .subGoods .no1 {
  color: #E96D0D;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 2px;
}
.recommend4u .viewport li .item .no2,
.recommend4u .viewport li .item .no3,
.recommend4u .viewport li .item .no4,
.recommend4u .viewport li .item .no5,
.recommend4u .viewport li .subGoods .no2,
.recommend4u .viewport li .subGoods .no3,
.recommend4u .viewport li .subGoods .no4,
.recommend4u .viewport li .subGoods .no5 {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 2px;
}

.recommend4u .viewport li .subGoods .price .value {
  height:1.4em;
  text-align:right;
}
.recommend4u .viewport li .subGoods .price .value2 {
  color:#E50012;
  text-align:right;
}

.recommend4u .viewport li .subGoods .price .amt{
  overflow:hidden;
  font-size:150%;
}

.recommend4u .viewport li .subGoods  .price .en {
  padding-left:1px;
}

.recommend4u .viewport li .subGoods  .price .value .textCancel {
  text-decoration:line-through !important;
  font-weight:normal;
  color:#333;
  font-size:100%
}

.recommend4u .viewport li .subGoods .price2{
  float:left;
  width:150px;
  margin:5px 0;
  color:#E50012;
  text-align:right;
}

.recommend4u .viewport li .subGoods .price3{
  float:right;
  text-align:right;
}
.recommend4u .cate_btn {
  margin-bottom:20px;
  padding-top:10px;
  text-align:center;
}
.main-col2 .recommend4u .rank {
  display:block;
}
.main-col2 .recommend4u .rank .viewport li .itemNameBox .name {
  font-size: 12px;
  line-height: 1.2em;
}
.main-col2 .recommend4u .frameTop, .main-col2 .recommend4u .frameBottom {
  display:none;
}
.main-col2 .recommend4u .viewport li .item .priceList{
  font-size:12px;
}
/* goods page into cart dialog ------------------------------------- */
.goods-to-cart-dlg .viewport li.landscape {
  margin:5px;
}
.goods-to-cart-dlg .viewport li .subGoods{
  float:left;
  padding:0px 2px;
  width:144px;
}
.goods-to-cart-dlg .viewport li .subGoods .goodsImg{
  text-align:center;
}

.goods-to-cart-dlg .viewport li .subGoods .goodsImg .inner{
  display:block;
  height:50px;
  text-align:center;
  width:130px;
}

.goods-to-cart-dlg .viewport li .subGoods .goodsImg .inner img{
  border:1px solid #CCCCCC;
  height:auto;
  max-height: 50px;
  max-width: 130px;
  width:auto;
}

.goods-to-cart-dlg .viewport li .subGoods .itemNameBox {
  font-size:14px;
  height: 4em;
  margin: 3px;
  overflow:hidden;
  text-align:left;
}
/* 2023/05/18 bita-a0179 add start */
.goods-to-cart-dlg .viewport li .subGoods .itemNameBox a {
  color:#333;
}
/* 2023/05/18 bita-a0179 add end */
.goods-to-cart-dlg .viewport li .subGoods .item {
  font-size:14px;
  height:2.5em;
  margin:5px;
}

.goods-to-cart-dlg .viewport li .subGoods .item .price{
}

.goods-to-cart-dlg .viewport li .subGoods .item .price .head{
}

.goods-to-cart-dlg .viewport li .subGoods .item .price .value{
  text-align:right;
  color:#E50012;
}

.goods-to-cart-dlg .viewport li .subGoods .item .price .value .amt{
}

.goods-to-cart-dlg .viewport li .subGoods .item .price .value .en {
  padding-left:1px;
}

.goods-to-cart-dlg .viewport li .subGoods .item .price .value .textCancel {
  text-decoration:line-through !important;
  font-weight:normal;
  color:#000000;
}
.goods-to-cart-dlg .viewport li .subGoods .item .price .value .enCancel {
  color:initial;
  font-weight:normal;
  color:#000000;
}

.goods-to-cart-dlg .viewport li .subGoods .goodsListCart{
  text-align:center;
}

.goods-to-cart-dlg .viewport li .subGoods .goodsListCart .msg{
  position:relative;
}

.goods-to-cart-dlg .viewport li .subGoods .goodsListCart .msg img{
  position:absolute;
  top:-30px;
  left:-50px;
}
/* 2020/07/08 bita-a0179 add start cart dialog layout change */
.goods-to-cart-dlg .selectbox .leftArrow{
  position:absolute;
  left:0px;
  top:190px;
}
.goods-to-cart-dlg .selectbox .rightArrow{
  position:absolute;
  right:0px;
  top:190px;
}
/* 2020/07/08 bita-a0179 add end */

/*---------------------------------------------------------
  claim
-------------------------------------------------------- */
/* claim entry */
.claim_form {
  padding-right: 8px;
  padding-left: 8px;
}
.claim_form .claim_info {
  margin-bottom:20px;
}
.claim_form .claim_info p {
  text-indent: -1.0em;
  padding-left: 1.0em;
  line-height: 1.6;
}
.claim_form .claim_entry div.row {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 20px 0
}
.claim_form .claim_entry div.last {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px
}
.claim_form .claim_entry div.row .title {
  width: auto;
  font-weight: bold;
  padding-bottom: 1em;
  padding-top: 0.2em
}
.claim_form .claim_entry div.row .req {
  width: 15%;
}
.claim_form .claim_entry div.row .req span {
  background:#E6001B;
  padding: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 0.9em
}
.claim_form .claim_entry div.row .value {
  width:100%;
  line-height: 1.7;
}
.claim_form .claim_entry div.row .value .bgc_attention{
  background-color: #FAE2DE;
}
.claim_form .claim_entry div.row .value .def_sel {
  position: relative;
  margin-bottom: 10px;
  width: 320px
}
.claim_form .claim_entry div.row .value .def_sel::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  right: 10px;
  margin-top: -4px;
}
.claim_form .claim_entry div.row .value select {
  appearance: none;
  border: 1px solid #CACACA;
  border-radius: 0;
  box-sizing: border-box;
  font: inherit;
  padding: 10px 40px 10px 10px;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.claim_form .claim_entry div.row .value textarea {
  width: 100%;
  box-sizing: border-box;
}
.claim_form .claim_entry div.row .value p.remark {
  text-indent: -1em;
  padding-left: 2em;
  display: block;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.claim_form .claim_entry .inp_high {
  font: inherit;
  width: 100%;
  padding: 8px 0.4em;
  box-sizing: border-box;
}

/* claim confirm */
.claim_form .claim_conf ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-size: 0.9em;
    line-height: 1.4;
}
.claim_form .claim_conf ul li.ttl {
    background: #CCC;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding: 8px 5px;
    width: 30%;
    margin-top: -1px
}
.claim_form .claim_conf ul li.val {
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding: 8px 5px;
    width: 70%;
    border-left: 0;
    margin-top: -1px
}
.claim_form .claim_conf ul li.bdlnone {
    border-left: 0
}
/* claim complete */
.claim_form .comp_msg {
font-size: 4.5vw;
text-align: center;
line-height: 1.4;
margin: 30px auto;
font-weight: bold;
}
.claim_form .ask_to {
    margin: 20px 0;
    padding: 15px;
    box-sizing: border-box;
    background: #efefef;
    line-height: 1.7
}
.claim_form .ask_to .mthd {
padding-left: 1em;
padding-top: 0.6em;
}

/* featureArticle */
.feat-art .goods-list-area {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0 auto 20px;
  padding: 0;
}
.feat-art .goods-list-area .item {
  margin-top: 10px;
  margin-right: 25px;
  float: left;
  width: calc(100% - 25px / 2);
  width: -webkit-calc((100% - 25px) / 2);
  width: -moz-calc((100% - 25px) / 2);
  padding-bottom: 15px;
  position: relative
}
.feat-art .goods-list-area .item::before {
  background-color: #dbdbdb;
  box-sizing: border-box;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100vw;
}
.feat-art .goods-list-area .item:nth-child(2n) {
  margin-right: 0;
}
.feat-art .goods-list-area .item .img-box {
  display: table;
  margin: 0 auto;
}
/* 2021/08/24 bita-b0602 mod start */
.feat-art .goods-list-area .item .goods-img {
  display: flex !important;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  width: 150px;
  align-items: center;
  justify-content: center;
}
/* 2021/08/24 bita-b0602 mod end */
.feat-art .goods-list-area .item .goods-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 96%;
}
.feat-art .goods-list-area .item .icon-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  height: 48px;
  margin-top: 5px;
}
.feat-art .goods-list-area .item .icon-list .icon {
  margin-right: 3px;
  max-width: 40px;
  padding-bottom: 8px;
  position: relative;
  width: 24%;
}
.feat-art .goods-list-area .item .icon-list .icon:last-child {
  margin-right: 0;
}
.feat-art .goods-list-area .item .icon-list .icon img {
  max-width: 38px;
  max-height: 38px;
  width: 100%;
}
.feat-art .goods-list-area .item .goods-nm {
  font-size: 0.9em;
  word-break: break-all;
  color: #333;
  height: 2.5em;
  line-height: 1.4;
  overflow: hidden;
}
.feat-art .goods-list-area .item .price-area {
  height: 1.8em;
  font-size: 1.25em;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.feat-art .goods-list-area .item .price-area .head {
  font-size: 0.6em;
  margin-right: 3px;
}
.feat-art .goods-list-area .item .price-area .textCancel {
  font-size: 0.9em
}
.feat-art .goods-list-area .item .price-area .en {
  font-size: 0.6em;
  padding-left: 2px;
}
.feat-art .goods-list-area .item .price-area .value {
  font-weight: bold;
}
/* 2021.03.10 bita-a0099 add start */
.feat-art .goods-list-area .item .favIcon{
  position: absolute;
  left: 4px;
  top: 31%;
  cursor:pointer;
}
.feat-art .goods-list-area .item .favIcon img{
  width: 30px;
}
.feat-art .goods-list-area .item .favMsg{
  display: none;
  font-size: 0.8em;
  position: absolute;
  left: 4px;
  top: 38%;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #CCCCCC;
  width: 85%;
  color: #333333;
  z-index: 901;
}
.feat-art .goods-list-area .item .favMsg .msg{
  padding-right: 19px;
  background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.feat-art .goods-list-area .item .reco-star-box {
  display: none;
  height: 1.05em;
  margin-top: 5px;
}
.feat-art .goods-list-area .item .reco-star-box .star {
  width: 15px;
}
.feat-art .goods-list-area .item .catch {
  display: none;
}
.feat-art .goods-list-area .item .catch .inner {
  font-size: 0.9em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.3em;
  line-height: 1.4;
  margin-top: 5px;
}
.feat-art .more-btn-area {
  margin-bottom: 20px;
  text-align: center;
}
/* 2021.03.10 bita-a0099 add end */
/* 2021/12/23 bita-a0311 add start rental */
/*---------------------------------------------------------
  rental
-------------------------------------------------------- */
.rentalExplan  {
  margin-bottom:20px;
}
.rentalExplan .explan1 {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  margin-top: calc(50px - 0.6rem);
  margin-bottom: calc(30px - 0.75rem);
  padding-bottom: 0.95rem;
  line-height: 1.3;
}
.rentalExplan .explan2 {
  font-size: 0.95em;
  margin-top: 20px;
  line-height: 1.2;
}
.rentalExplan .explan3 {
  font-size: 0.95em;
  margin-top: 20px;
  line-height: 1.2;
}
.rentalExplan .explan-btn-block {
  display: flex;
  flex-direction: column;
  font-weight:normal !important;
  margin: 2.0em 0;
}
.rentalExplan .explan-btn-block .explan-btn {
  font-weight:normal;
  width: 80%;
  line-height: 1.2;
  padding: 0.8rem 0.2rem;
  height: 3.25em;
}
.rentalExplan .explan-btn-block .top {
  order: 2;
  margin-bottom: 1.5em;
}
.rentalExplan .explan-btn-block .rental {
  order: 1;
  margin-bottom: 1.5em;
}
.rentalAgreeInfo .block-rental-title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.85em;
  font-weight: bold;
  margin-top: calc(30px - 0.6rem);
  margin-bottom: calc(40px - 0.75rem);
  padding-bottom: 0.95rem;
  line-height:1.2 !important;
}
.rentalAgreeInfo .block-rental-title::after {
  background: #333;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 64px;
  height: 3px;
}
.rentalAgreeInfo .infoTable {
  padding: 0px 0px 5px;
  border: 1px solid #D9D9D9;
}
.rentalAgreeInfo .info-btn {
  display: flex;
  flex-direction: column;
}
.rentalAgreeInfo .info-btn-store {
  order: 1;
}
.rentalAgreeInfo .info-btn-qa {
  order: 2;
}
/* 2022/03/14 bita-a0311 add start rental */
.rentalAgreeInfo .mem-upd-msg {
  font-size: 0.8em;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.rentalAgreeInfo .mem-upd-msg .msg1 {
  padding-bottom: 5px;
}
/* 2022/03/14 bita-a0311 add end */
.rentalStoreArea{
  margin-bottom: 50px;
}
.rentalStoreArea .block-rental-title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.85em;
  font-weight: bold;
  margin-top: calc(50px - 0.6rem);
  margin-bottom: calc(60px - 2.0em);
  padding-bottom: 0.95rem;
  line-height:1.2 !important;
}
.rentalStoreArea .block-rental-title .rental-title{
  display: block;
}
.rentalStoreArea .block-rental-title::after {
  background: #333;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 64px;
  height: 3px;
}
.rentalStoreArea .block-rental-flow--step {
  padding: 40px 0 20px;
  margin: 0;
  text-align: center;
}
.rentalStoreArea .step-bar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rentalStoreArea .step-bar li.start, .step-bar li.active, .step-bar li.complete {
  color: #E5002D;
}
.rentalStoreArea .step-bar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% / 5);
  color: #999999;
  font-weight: bold;
  font-size: 0.8em;
}
.rentalStoreArea .step-bar li.start:before, .step-bar li.active:before, .step-bar li.complete:before {
  background-color: #E5002D;
}
.rentalStoreArea .step-bar li.active:after, .step-bar li.complete:after {
  background-color: #F5F5F5;
}
.rentalStoreArea .step-bar li.active:after, .step-bar li.active:after {
  background-color: #F5F5F5;
}
.rentalStoreArea .step-bar li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
}
.rentalStoreArea .step-bar li.start:after {
  position: absolute;
  display: none;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #000000;
}
.rentalStoreArea .step-bar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #F5F5F5;
}
.rentalStoreArea .step-bar .flow {
  display:block;
}
.rentalStoreArea *, *:before, *:after {
  box-sizing: border-box;
}
.rentalStoreArea h1, .h1 {
  font-size:1.85em;
  font-weight: bold;
  margin-top: calc(50px - 0.6rem);
  margin-bottom: calc(60px - 1.0em);
}
.rentalStoreArea .block-rental-store {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  display: none;
  flex-direction: column;
  margin-bottom: 10px;
  width: 95%;
  margin: auto;
}
.rentalStoreArea .block-rental-class {
  width: 95%;
  margin: auto;;
  background: #ddd;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0.5rem;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 0.1px;
}
.rentalStoreArea .rental-store-name {
  font-size: 16px;
  line-height: 1.5;
  text-decoration:underline;
}
.rentalStoreArea .block-rental-list-d--stock-title {
  display: inline-block;
  padding-top: 5px;
}
.rentalStoreArea .block-rental-list-d--stock {
  display: inline-block;
  padding-top: 3px;
}
.rentalStoreArea .block-rental-class::after{
  content: "\25BC";
  font-size: 0.8em;
  padding-right: 10px;  
  padding-left: 4px;
}
.rentalStoreArea .block-rental-class.active::after{
  content: "\25B2";
  font-size: 0.8em;
  padding-right: 10px;
  padding-left: 4px;
}
/* 2021/12/23 bita-a0311 add end */
/* 2023/03/10 bita-a0179 add start */
.his-div {
  padding-bottom: 20px;
}
.his-div table {
  width: 100%;
}
.his-div .his-table tr.sp-tbl {
  display: block;
  width:100%;
}
.his-div .his-table th {
  display:none;
}
.his-div .his-table td {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.his-div .his-table td.last {
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}
.his-div .his-table .sp-cell {
  display:table;
  width:100%;
}
.his-div .his-table .sp-cell dt {
  display: table-cell;
  border-right: 1px solid #bbb;
  background-color: #f1eff2;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
  width: 30%;
}
.his-div .his-table .sp-cell dt.agr {
  width: 35%;
}
.his-div .his-table .sp-cell dd {
  display: table-cell;
  width: 70%;
  padding: 10px;
}
.his-div .his-table .sp-cell dd.agr {
  width: 65%;
}
/* 2023/03/10 bita-a0179 add end */
