@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");

body {
  font-family: 'Noto Sans TC', sans-serif;
}

footer {
  font-size: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
}

img {
  height: auto;
  width: auto;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  img {
    max-width: 100%;
  }
}

@media all and (max-width: 575px) {
  img {
    max-width: 100%;
  }
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: 0.1s;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0px auto;
}

.carticon {
  width: 35px;
  height: auto;
}

.hide {
  display: none;
}

.btn-brown {
  color: #fff;
  padding: 10px 0px;
  background-color: #412718;
  border-color: #412718;
  font-size: 24px;
  position: relative;
}

.btn-brown:hover {
  color: #fff;
  border-color: #1f1814;
}

.btn-brown:active {
  color: #fff;
  border-color: #1f1814;
  box-shadow: none;
}

.btn-brown::focus {
  box-shadow: none;
}

div.container {
  margin: 0 auto;
  width: 100%;
}

div.container div.row {
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
}

.jump-m2 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  text-align: center;
  /* border-radius: 50%; */
  background-color: #ff5539;
  cursor: pointer;
  z-index: 999;
}

.jump-m2 a {
  color: #ffffff;
}

.btn-pink {
  color: #fff;
  background-color: #FF3366;
  border-color: #FF3366;
  box-shadow: 0px 5px 0px #CE2152;
  position: relative;
  top: 0px;
  font-size: 1.8em;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .btn-pink {
    font-size: 1.6em;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .btn-pink {
    font-size: 15px;
  }
}

@media all and (max-width: 575px) {
  .btn-pink {
    width: 95%;
    margin: 0px auto;
  }
}

.btn-pink:hover {
  color: #fff;
  border-color: #D31C50;
  top: 0px;
}

.btn-pink:active {
  color: #fff;
  border-color: #b21f2d;
  box-shadow: none;
  top: 5px;
}

.btn-pink:focus {
  box-shadow: none;
}

.pinktext {
  color: #FF3366;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .container.custom_container {
    max-width: 100%;
  }
}

@media all and (max-width: 575px) {
  .container.custom_container {
    max-width: 100%;
  }

  .container.custom_container .col {
    padding-right: 3px;
    padding-left: 3px;
  }
}

div.fixedrightmenu {
  position: fixed;
  width: 195px;
  top: 130px;
  right: -30px;
  z-index: 99999;
  padding: 15px 30px 0px 30px;
}

div.fixedrightmenu img {
  max-width: 100% !important;
}

div.fixedrightmenu:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: ' ';
  height: 100%;
  width: 100%;
  background: white;
  z-index: -1;
  pointer-events: none;
  border-radius: 30px;
  opacity: .8;
  box-shadow: -5px 5px 0px rgba(128, 128, 128, 0.5);
}

div.fixedrightmenu a {
  display: list-item;
  font-weight: bolder;
  color: #444041;
  text-decoration: none;
  position: relative;
}

div.fixedrightmenu a li {
  padding: 10px 0px;
}

div.fixedrightmenu a i {
  opacity: 0;
  font-size: 8px;
  position: absolute;
  left: -15px;
  top: 16px;
}

div.fixedrightmenu a:last-of-type {
  position: relative;
  font-size: 30px;
}

div.fixedrightmenu a:last-of-type li {
  padding-bottom: 0px;
}

div.fixedrightmenu a:last-of-type:after {
  position: absolute;
  content: ' ';
  width: 0px;
  height: 0px;
  border: solid 5px;
  border-color: transparent transparent #444041 transparent;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

div.fixedrightmenu a:hover {
  color: #FF3366;
}

div.fixedrightmenu a:hover i {
  opacity: 1;
}

div.fixedrightmenu a:hover:last-of-type:after {
  border-color: transparent transparent #FF3366 transparent;
}

div.fixedrightmenu ul {
  max-width: 120px;
}

div.fixedrightmenu ul a:nth-of-type(1),
div.fixedrightmenu ul a:nth-of-type(2),
div.fixedrightmenu ul a:nth-of-type(3),
div.fixedrightmenu ul a:nth-of-type(4),
div.fixedrightmenu ul a:nth-of-type(5),
div.fixedrightmenu ul a:nth-of-type(6) {
  position: relative;
}

div.fixedrightmenu ul a:nth-of-type(1):after,
div.fixedrightmenu ul a:nth-of-type(2):after,
div.fixedrightmenu ul a:nth-of-type(3):after,
div.fixedrightmenu ul a:nth-of-type(4):after,
div.fixedrightmenu ul a:nth-of-type(5):after,
div.fixedrightmenu ul a:nth-of-type(6):after {
  content: ' ';
  background: grey;
  height: 1px;
  width: 115px;
  position: absolute;
  bottom: 0px;
}

div.fixedrightmenu ul a:nth-of-type(1):hover:after,
div.fixedrightmenu ul a:nth-of-type(2):hover:after,
div.fixedrightmenu ul a:nth-of-type(3):hover:after,
div.fixedrightmenu ul a:nth-of-type(4):hover:after,
div.fixedrightmenu ul a:nth-of-type(5):hover:after,
div.fixedrightmenu ul a:nth-of-type(6):hover:after {
  height: 2px;
  background: rgba(128, 128, 128, 0.4);
}

header.real-header {
  padding: 10px 0px;
  background: #ffffff;
}

header.real-header .logo {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

header.real-header .logo img {
  height: 50px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .logo img {
    width: 100%;
  }
}

@media all and (max-width: 575px) {
  header.real-header .logo img {
    height: 35px;
  }
}

header.real-header .container {
  padding: 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .container {
    padding: 0px 15px;
  }
}

@media all and (max-width: 575px) {
  header.real-header .container {
    padding: 0px 0px;
  }
}

@media all and (max-width: 575px) {
  header.real-header .mobile_nav {
    margin-right: 10px;
    margin-left: 10px;
  }
}

header.real-header input {
  display: none;
}

header.real-header label {
  margin: 0 auto !important;
  cursor: pointer;
}

header.real-header div.row {
  justify-content: space-between;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

@media all and (max-width: 575px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

header.real-header div.col-2 {
  font-size: 6vmin;
  max-height: 5vmin;
  position: relative;
}

header.real-header div.col-2 label {
  position: absolute;
  left: 1vmin;
  top: -2vmin;
}

header.real-header div.mobile-menu {
  transition: all .25s;
  pointer-events: none;
  opacity: 0;
  font-size: 3vmin;
  position: absolute;
  z-index: 9999;
  left: -7px;
  top: 6.8vmin;
  min-width: 49vmin;
  height: 0px;
  display: flex;
  justify-content: flex-end;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.real-header div.mobile-menu {
    left: -37px;
    top: 40px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header div.mobile-menu {
    left: -20px;
    top: 40px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.mobile-menu {
    left: -17px;
    top: 35px;
  }
}

@media all and (max-width: 575px) {
  header.real-header div.mobile-menu {
    left: -19px;
    top: 37px;
  }
}

header.real-header div.mobile-menu div#bgafter {
  z-index: -1;
  background: rgba(68, 64, 65, 0.8);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 7px;
  left: 4px;
  content: ' ';
}

header.real-header div.mobile-menu a {
  text-decoration: none;
  display: list-item;
}

header.real-header div.mobile-menu a:nth-of-type(1),
header.real-header div.mobile-menu a:nth-of-type(2),
header.real-header div.mobile-menu a:nth-of-type(3),
header.real-header div.mobile-menu a:nth-of-type(4),
header.real-header div.mobile-menu a:nth-of-type(5),
header.real-header div.mobile-menu a:nth-of-type(6) {
  position: relative;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li,
header.real-header div.mobile-menu a:nth-of-type(2):hover li,
header.real-header div.mobile-menu a:nth-of-type(3):hover li,
header.real-header div.mobile-menu a:nth-of-type(4):hover li,
header.real-header div.mobile-menu a:nth-of-type(5):hover li,
header.real-header div.mobile-menu a:nth-of-type(6):hover li {
  background: #0091ec;
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li i,
header.real-header div.mobile-menu a:nth-of-type(2):hover li i,
header.real-header div.mobile-menu a:nth-of-type(3):hover li i,
header.real-header div.mobile-menu a:nth-of-type(4):hover li i,
header.real-header div.mobile-menu a:nth-of-type(5):hover li i,
header.real-header div.mobile-menu a:nth-of-type(6):hover li i {
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):after,
header.real-header div.mobile-menu a:nth-of-type(2):after,
header.real-header div.mobile-menu a:nth-of-type(3):after,
header.real-header div.mobile-menu a:nth-of-type(4):after,
header.real-header div.mobile-menu a:nth-of-type(5):after,
header.real-header div.mobile-menu a:nth-of-type(6):after {
  position: absolute;
  content: ' ';
  background: rgba(128, 128, 128, 0.5);
  height: 1px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

header.real-header div.mobile-menu ul {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  font-weight: bolder;
}

header.real-header div.mobile-menu ul li {
  padding: 12px 4vmin;
  color: #444041;
  display: flex;
  justify-content: space-between;
}

header.real-header div.mobile-menu ul li i {
  color: #c9cbc8;
}

header.real-header div input#newbar:checked ~ div.mobile-menu {
  pointer-events: all;
  opacity: 1;
  overflow: unset;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.mainblock .row {
    margin: 0px;
  }
}

@media all and (max-width: 575px) {
  header.mainblock .row {
    margin: 0px;
  }
}

header.mainblock a {
  color: #ffffff;
  text-decoration: underline;
}

header.mainblock#event_header {
  overflow: hidden;
  position: relative;
  transition: all .25s;
  padding-top: 30px;
  z-index: 99;
  padding-bottom: 70px;
  background-position: center top;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021Jan/images/main.png?version=1");
  background-repeat: repeat-x;
}

header.mainblock#event_header:after {
  content: '';
  width: 100%;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021Jan/images/bgribbon.png?version=1");
  background-position: center top;
  height: 650px;
  position: absolute;
  background-repeat: no-repeat;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 0px;
  z-index: -1;
}

header.mainblock#event_header .actionbtn .actionbtnarea {
  position: relative;
}

header.mainblock#event_header .actionbtn .actionbtnarea a.infolink {
  position: absolute;
  bottom: 35px;
  right: 35px;
  letter-spacing: 2px;
  color: blue;
  text-decoration: underline;
}

header.mainblock#event_header .actionbtn img {
  margin-bottom: 30px;
}

header.mainblockMobile {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021Jan/images/main.png?version=1");
  padding-bottom: 0px;
  position: relative;
  z-index: 99;
}

header.mainblockMobile:after {
  content: '';
  width: 100%;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021Jan/images/bgribbon.png?version=1");
  height: 300px;
  background-size: cover;
  background-position: center top;
  position: absolute;
  background-repeat: no-repeat;
  top: 0px;
  z-index: -1;
}

header.mainblockMobile a {
  color: #ffffff;
  text-decoration: underline;
}

header.mainblockMobile .actiontitlesp {
  padding: 20px 0px 0px 0px;
}

header.mainblockMobile .actionbtnsp {
  padding: 20px 0px 25px 0px;
}

nav#tabs {
  padding-top: 0px;
  position: absolute;
  z-index: 99;
  /* display: flex; */
  /* align-self: end; */
  margin: 0px auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0px;
}

nav#tabs ul.nav-tabs {
  border-bottom: 0px;
  text-align: center;
  vertical-align: bottom;
  margin: 0px -2px;
  width: 100%;
}

nav#tabs ul.nav-tabs li {
  width: 48%;
  margin: 0px 1%;
}

nav#tabs ul.nav-tabs li.jpbid-label a {
  background: #89a1ff;
  color: #000000;
}

nav#tabs ul.nav-tabs li.jpbid-label a.active {
  background: #1d3590;
  color: #ffffff;
}

nav#tabs ul.nav-tabs li.jpbuy-label a {
  background: #89a1ff;
  color: #000000;
}

nav#tabs ul.nav-tabs li.jpbuy-label a.active {
  background: #1d3590;
  color: #ffffff;
}

nav#tabs ul.nav-tabs li span {
  font-size: 30px;
}

nav#tabs ul.nav-tabs li a {
  color: #000000;
  display: block;
  padding: 5px 0px;
  font-weight: bolder;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
  border-radius: 20px 20px 0px 0px;
  height: 65px;
  letter-spacing: 1px;
  font-weight: 500;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  nav#tabs ul.nav-tabs li a {
    font-size: 15px;
    height: 50px;
    top: 15px;
    line-height: 30px;
  }
}

nav#tabs ul.nav-tabs li a.active {
  font-size: 22px;
  height: 65px;
  font-weight: 700;
  position: relative;
  z-index: 5;
  text-decoration: none;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  nav#tabs ul.nav-tabs li a.active {
    font-size: 18px;
    height: 65px;
    top: 0px;
    line-height: 45px;
  }
}

@media all and (max-width: 575px) {
  nav#tabs ul.nav-tabs li a.active {
    font-size: 14px;
    height: 35px;
    padding: 10px 7px;
    box-shadow: none;
  }
}

@media all and (max-width: 575px) {
  nav#tabs ul.nav-tabs li a {
    font-size: 14px;
    height: 35px;
    padding: 10px 0px;
    letter-spacing: 0;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  nav#tabs {
    padding: 0px 0px;
  }
}

@media all and (max-width: 575px) {
  nav#tabs {
    padding: 0px 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  nav#tabs .container {
    padding: 0px;
  }
}

.tab-content #jpbid {
  background-color: #1d3590;
  background-image: linear-gradient(to bottom, #1d3590, #ffffff 99%);
  background-repeat: no-repeat;
  background-position: right 120px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content #jpbid {
    padding-bottom: 20px;
  }
}

.tab-content #jpbid .tablearea {
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #ffffff;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content #jpbid .tablearea {
    margin-bottom: 0px;
  }
}

.tab-content #jpbid .tablearea table {
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}

.tab-content #jpbid .tablearea table tr td {
  text-align: center;
}

.tab-content #jpbid .tablearea table.categorytable.categorytablepc {
  width: 100%;
}

@media all and (max-width: 575px) {
  .tab-content #jpbid .tablearea table.categorytable {
    margin-top: 20px;
  }
}

@media all and (max-width: 575px) {
  .tab-content #jpbid .tablearea table.categorytable tr td {
    width: 50%;
  }
}

@media all and (max-width: 575px) {
  .tab-content #jpbid {
    background-position: center center;
  }
}

.tab-content #jpbuy {
  background-color: #1d3590;
  background-image: linear-gradient(to bottom, #1d3590, #ffffff 99%);
  background-repeat: no-repeat;
  background-position: right 120px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content #jpbuy {
    padding-top: 20px;
  }
}

@media all and (max-width: 575px) {
  .tab-content #jpbuy {
    background-position: center center;
  }
}

@media all and (max-width: 575px) {
  .tab-content #jpbuy .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}

.tab-content #jpbuy .col-md-9 {
  padding-left: 0px;
}

@media all and (max-width: 575px) {
  .tab-content #jpbuy .col-md-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tab-content #jpbuy .storelabelarea {
  background: #ffffff;
  text-align: center;
  border-radius: 8px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
}

@media all and (max-width: 575px) {
  .tab-content #jpbuy .storelabelarea {
    background: #fff8d7;
  }
}

.tab-content #jpbuy .storelabel {
  /* letter-spacing: 2.25px; */
  color: #333333;
  font-size: 20px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: bolder;
  word-break: break-all;
  padding: 25px 20px;
  align-self: center;
}

@media all and (max-width: 575px) {
  .tab-content #jpbuy .storelabel {
    font-size: 1em;
    padding: 10px;
  }
}

.tab-content #jpbuy .storelist {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.tab-content #jpbuy .storelist ul {
  margin-bottom: 0px;
}

.tab-content #jpbuy .storelist ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tab-content #jpbuy .storelist ul li a {
  background: #ececec;
  color: #333333;
  border: 1px solid #9f9f9f;
  padding: 3px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border-radius: 4px;
}

@media all and (max-width: 575px) {
  .tab-content #jpbuy .storelist ul li a {
    font-size: 0.9em;
    margin: 3px;
    padding: 3px 8px;
  }
}

.tab-content #jpbuy h2 {
  font-size: 1.8em;
  font-weight: bold;
}

@media all and (max-width: 575px) {
  .tab-content #jpbuy h2 {
    text-align: center;
  }
}

.tab-content #jpbuy .bigprice {
  font-size: 1.7em;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .tab-content #jpbuy .bigprice {
    font-size: 1.7em;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content #jpbuy .bigprice {
    font-size: 1.2em;
  }
}

@media all and (max-width: 575px) {
  .tab-content #jpbuy .bigprice {
    text-align: center;
  }
}

.tab-content #jpbuy .bigprice span.price {
  font-size: 2.6em;
  font-weight: bolder;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .tab-content #jpbuy .bigprice span.price {
    font-size: 2em;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content #jpbuy .bigprice span.price {
    font-size: 2.3em;
  }
}

.tab-content #ebay {
  background-color: #ffe5d0;
  background-image: linear-gradient(to bottom, #ffe5d0, #ffcda5);
}

.tab-content .maincontent_layout {
  padding: 30px 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content .maincontent_layout {
    padding: 0px 10px;
  }
}

.tab-content .maincontent_layout h1.content-title {
  font-size: 5vh;
  letter-spacing: 2px;
  font-weight: bold;
  position: relative;
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout h1.content-title {
    font-size: 3.5vh;
  }
}

.tab-content .maincontent_layout h1.content-title:after {
  width: 100px;
  height: 7px;
  background: #e71213;
  content: '';
  position: absolute;
  margin: 0px auto;
  bottom: -20px;
  text-align: center;
  left: 0;
  right: 0;
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout h1.content-title:after {
    height: 4px;
    bottom: -13px;
  }
}

@media all and (min-width: 1600px) {
  .tab-content .maincontent_layout .stepflow.col-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .tab-content .maincontent_layout .stepflow.col-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .tab-content .maincontent_layout .stepflow.col-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content .maincontent_layout .stepflow.col-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content .maincontent_layout .stepflow {
    padding: 0px;
  }
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout .stepflow {
    padding: 5px;
  }
}

.tab-content .maincontent_layout .stepflow:nth-child(odd):after {
  width: 15px;
  content: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021Jan/images/rightarrow.svg?version=1");
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translate(50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content .maincontent_layout .stepflow:nth-child(odd):after {
    z-index: 9;
    padding: 4px 7px;
    width: 26px;
    border-radius: 30px;
    border: 1.5px solid #787878;
    line-height: 9px;
    background: #ffffff;
    right: 0px;
  }
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout .stepflow:nth-child(odd):after {
    z-index: 9;
    padding: 3px 6px;
    width: 27px;
    border-radius: 30px;
    border: 2px solid #3c3564;
    line-height: 9px;
    background: #ffffff;
    right: 0px;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: -15px;
    text-align: center;
    transform: rotate(90deg);
  }
}

.tab-content .maincontent_layout .stepflow:nth-child(even):after {
  width: 15px;
  content: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021Jan/images/rightarrow.svg?version=1");
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translate(50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content .maincontent_layout .stepflow:nth-child(even):after {
    z-index: 9;
    padding: 4px 7px;
    width: 26px;
    border-radius: 30px;
    border: 1.5px solid #787878;
    line-height: 9px;
    background: #ffffff;
    right: 0px;
  }
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout .stepflow:nth-child(even):after {
    z-index: 9;
    padding: 3px 6px;
    width: 27px;
    border-radius: 30px;
    border: 2px solid #3c3564;
    line-height: 9px;
    background: #ffffff;
    right: 0px;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: -15px;
    text-align: center;
    transform: rotate(90deg);
  }
}

.tab-content .maincontent_layout .stepflow:last-child:after {
  display: none;
}

.tab-content .maincontent_layout .stepflow .stepblock {
  border-radius: 5px;
  box-shadow: 2px 2px 8px 0 rgba(146, 146, 146, 0.5);
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content .maincontent_layout .stepflow .stepblock {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout .stepflow .stepblock {
    display: table;
  }
}

.tab-content .maincontent_layout .stepflow .stepblock .card-body {
  background: #3c3564;
  color: #ffffff;
  border-radius: 0px 0px 5px 5px;
  padding: 0.8rem;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.2em;
  height: 70px;
}

.tab-content .maincontent_layout .stepflow .stepblock .card-body small {
  font-size: 0.6em;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content .maincontent_layout .stepflow .stepblock .card-body {
    padding: 5px;
    font-size: 0.9em;
  }
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout .stepflow .stepblock .card-body {
    padding: 5px;
    height: auto;
    display: table-cell;
    border-radius: 0px;
    font-size: 1.5em;
    vertical-align: middle;
  }
}

.tab-content .maincontent_layout .stepflow .stepblock .card-body p.card-text {
  margin-bottom: 3px;
}

.tab-content .maincontent_layout .stepflow .stepblock a {
  color: #7ccbff;
  text-decoration: underline;
}

.tab-content .maincontent_layout .stepflow .stepblock a.steplink {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  color: #0042ff;
  font-size: 15px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content .maincontent_layout .stepflow .stepblock a.steplink {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout .stepflow .stepblock a.steplink {
    top: 10px;
    color: #ffffff;
    position: static;
  }
}

.tab-content .maincontent_layout .stepflow .stepblock .steppik {
  position: absolute;
  top: -10px;
  left: -10px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content .maincontent_layout .stepflow .stepblock .steppik {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout .stepflow .stepblock .steppik {
    top: -30px;
    left: -8px;
  }
}

.tab-content .maincontent_layout .stepflow .stepblock .cardimg {
  position: relative;
  text-align: center;
  background: #ffffff;
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout .stepflow .stepblock .cardimg {
    width: 35%;
    display: table-cell;
    vertical-align: middle;
  }
}

.qna_area {
  padding-top: 30px;
}

@media all and (max-width: 575px) {
  .qna_area {
    padding-top: 0px;
  }
}

.qna_area .qna_title {
  background-color: #ffffff;
  color: #000000;
}

.qna_area .qna_title h3 {
  font-weight: bolder;
}

.qna_area .qna_content {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021Jan/images/qnadot.svg?version=1"), linear-gradient(to bottom, #fff2de, #ffe1b9);
  background-repeat: no-repeat;
  background-position: right center;
}

.qna_area .qna_content ul.qna_list {
  margin-left: 30px;
}

.qna_area .qna_content ul.qna_list li {
  position: relative;
}

.qna_area .qna_content ul.qna_list li a {
  text-decoration: underline;
  color: #0018ff;
  word-break: break-all;
}

.qna_area .qna_content ul.qna_list li .question:before {
  content: 'Q';
  display: inline;
  border-radius: 40px;
  height: 55px;
  font-weight: bolder;
  line-height: 46px;
  font-size: 27px;
  width: 55px;
  color: #7f0d24;
  border: 2px solid #7f0d24;
  background: #fff;
  position: absolute;
  z-index: 9;
  text-align: center;
  vertical-align: middle;
  left: -33px;
  top: -3px;
}

.qna_area .qna_content ul.qna_list li .question p {
  border-radius: 40px;
  padding: 10px 30px;
  color: #7f0d24;
  font-weight: 800;
}

.qna_area .qna_content ul.qna_list li .answer {
  margin-left: 30px;
}

.qna_area .qna_content ul.qna_list li .answer p {
  border-radius: 10px;
  padding: 20px 30px;
}

.qna_area .qna_content ul.qna_list li p {
  display: inline-block;
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(151, 151, 151, 0.5);
}

.qna_area .qna_memo .memoarea {
  background: #fffae6;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.qna_area .qna_memo .memoarea ul {
  margin-left: 0px;
  margin-bottom: 20px;
}

.qna_area .qna_memo .memoarea ul li {
  list-style: none;
}

.qna_area .qna_memo .memoarea ul li a {
  text-decoration: underline;
  color: #0018ff;
  word-break: break-all;
}

td.categorytitle {
  background: none !important;
}

td.catetitle {
  border: solid 1px #979797;
  margin: 4px 0px;
}

td.catetitle a {
  background: #f7f6f4 !important;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: block;
  color: #000000;
}

table.tablehover td.catetitle a {
  background: #3e3e3e !important;
  color: #ffffff;
}

.imghover_car {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-4.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_car {
    width: 100%;
    height: 180px;
  }
}

.imghover_golf {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-6.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_golf {
    width: 100%;
    height: 180px;
  }
}

.imghover_toy {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-1.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_toy {
    width: 100%;
    height: 180px;
  }
}

.imghover_sound {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-14.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_sound {
    width: 100%;
    height: 170px;
  }
}

.imghover_fish {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-5.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_fish {
    width: 100%;
    height: 180px;
  }
}

.imghover_camp {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-7.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_camp {
    width: 100%;
    height: 180px;
  }
}

.imghover_camera {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-9.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_camera {
    width: 100%;
    height: 180px;
  }
}

.imghover_home {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-11.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_home {
    width: 100%;
    height: 180px;
  }
}

.imghover_anti {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-3.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_anti {
    width: 100%;
    height: 180px;
  }
}

.imghover_watch {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-2.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_watch {
    width: 100%;
    height: 180px;
  }
}

.imghover_fashion {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-8.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_fashion {
    width: 100%;
    height: 180px;
  }
}

.imghover_accessories {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-13.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_accessories {
    width: 100%;
    height: 180px;
  }
}

.imghover_wine {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-10.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_wine {
    width: 100%;
    height: 180px;
  }
}

.imghover_beautymed {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-15.png?version=1") no-repeat;
  background-position: center;
}

@media all and (max-width: 575px) {
  .imghover_beautymed {
    width: 100%;
    height: 180px;
  }
}

/*# sourceMappingURL=../../../sass */