@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%;
  }
}

h1 {
  font-weight: bold;
  font-size: 40px;
  padding: 30px 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 35px;
  }
}

@media all and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

.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%;
    padding: 0px 5px;
  }

  .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: #002bff;
  text-decoration: underline;
}

header.mainblock .container {
  margin-top: 20px;
}

header.mainblock#event_header {
  overflow: hidden;
  position: relative;
  transition: all .25s;
  z-index: 99;
  background-image: linear-gradient(to bottom, #3a7bd5, #01cefd);
  padding-top: 50px;
  background-repeat: repeat-x;
  background-position: center top;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.mainblock#event_header .mainlogo {
    width: 800px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock#event_header .mainlogo {
    width: 580px;
  }
}

header.mainblock#event_header .girlarea {
  position: absolute;
  bottom: 0px;
  right: -85px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.mainblock#event_header .girlarea {
    right: -40px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock#event_header .girlarea {
    right: -45px;
  }
}

header.mainblock#event_header .girlarea img {
  height: 658px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.mainblock#event_header .girlarea img {
    height: 490px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock#event_header .girlarea img {
    height: 420px;
  }
}

header.mainblockMobile {
  background-image: linear-gradient(to bottom, #3a7bd5, #01cefd);
  padding-top: 30px;
  padding-left: 12px;
}

header.mainblockMobile .titlememo {
  font-size: 15px;
}

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

div#tabs {
  padding: 0px;
  position: relative;
  z-index: 99;
}

div#tabs .nav-tabs {
  border-bottom: 0px;
}

div#tabs .nav-tabs a.mybtn {
  color: #000000;
  display: block;
  padding: 10px 0px;
  font-weight: bolder;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 24px;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  border: solid 2px #333333;
  letter-spacing: 1px;
  font-weight: 500;
}

div#tabs .nav-tabs a.mybtn.active {
  background: #ffda45;
  border: solid 2px #ffda45;
}

div#tabs .nav-tabs a.mybtn:focus {
  box-shadow: none;
}

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

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

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

#pay {
  padding: 50px 0px;
  background-image: linear-gradient(to bottom, #1da2ff 0%, #5dbcff 37%, #94dfff);
}

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

#pay h1 {
  color: #ffffff;
  font-size: 40px;
  padding: 30px 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #pay h1 {
    font-size: 35px;
  }
}

@media all and (max-width: 575px) {
  #pay h1 {
    font-size: 30px;
    padding: 20px 0px;
  }
}

#pay .payflow {
  padding: 0px 5px;
}

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

@media all and (max-width: 575px) {
  #pay .payflow {
    padding: 5px;
  }
}

#pay .payflow .stepblock {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  border: 1px solid #ffffff;
}

#pay .payflow .stepblock:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #056ae2;
  -moz-box-shadow: inset 0px 0px 0px 2px #056ae2;
  box-shadow: inset 0px 0px 0px 2px #056ae2;
  border: 1px solid #056ae2;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #pay .payflow .stepblock {
    margin-right: 5px;
    margin-left: 5px;
  }
}

#pay .payflow .stepblock .card-body {
  color: #000;
  border-radius: 0px 0px 5px 5px;
  padding: 0.8rem;
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
}

#pay .payflow .stepblock .card-body small {
  font-size: 0.6em;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  #pay .payflow .stepblock .card-body {
    padding: 0.4rem;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #pay .payflow .stepblock .card-body {
    padding: 10px 0px;
    font-size: 0.8em;
  }
}

@media all and (max-width: 575px) {
  #pay .payflow .stepblock .card-body {
    padding: 5px 0px;
    height: auto;
    border-radius: 0px;
    font-size: 12px;
    vertical-align: middle;
  }
}

#pay .payflow .stepblock .card-body p.card-text {
  margin-bottom: 3px;
}

#pay .payflow .stepblock a {
  color: #7ccbff;
  text-decoration: underline;
}

#pay .payflow .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) {
  #pay .payflow .stepblock a.steplink {
    display: none;
  }
}

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

#pay .payflow .stepblock .steppik {
  position: absolute;
  top: -10px;
  left: -10px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #pay .payflow .stepblock .steppik {
    display: none;
  }
}

@media all and (max-width: 575px) {
  #pay .payflow .stepblock .steppik {
    top: -30px;
    left: -8px;
  }
}

#pay .payflow .stepblock .cardimg {
  position: relative;
  text-align: center;
  padding-top: 25px;
}

#pay .payflow .stepblock .cardimg img {
  height: 70px;
  width: auto;
  max-width: none;
}

@media all and (max-width: 575px) {
  #pay .payflow .stepblock .cardimg img {
    height: 60px;
  }
}

@media all and (max-width: 575px) {
  #pay .payflow .stepblock .cardimg {
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#step {
  padding-bottom: 50px;
  background: #ffffff;
}

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

@media all and (max-width: 575px) {
  #step .accountimg {
    display: none;
  }
}

#step h1 {
  color: #000000;
  font-size: 40px;
  padding: 30px 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #step h1 {
    font-size: 35px;
  }
}

@media all and (max-width: 575px) {
  #step h1 {
    font-size: 30px;
  }
}

#step .steparea {
  margin-bottom: 40px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #step .steparea {
    margin-bottom: 15px;
  }
}

@media all and (max-width: 575px) {
  #step .steparea {
    margin-bottom: 20px;
  }
}

#step .steparea .accountpic {
  border: 2px solid #ffda00;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 0px #ffffff);
  padding-bottom: 10px;
  position: absolute;
  top: -70px;
  right: -190px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #step .steparea .accountpic {
    right: 0px;
    width: 150px;
  }
}

#step .steparea .accountpic img {
  padding: 5px 6px 5px 8px;
  text-align: center;
}

#step .steparea .accountpic:after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-color: inherit;
  border: inherit;
  position: absolute;
  bottom: 0px;
  top: calc(50% - 10px);
  left: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  transform: rotate(-45deg);
  border-radius: 0 0 0 .25em;
}

#step .stepflow {
  position: relative;
  padding: 0px 5px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #step .stepflow {
    padding: 10px;
  }
}

@media all and (max-width: 575px) {
  #step .stepflow {
    padding: 5px;
  }
}

#step .stepflow:after {
  content: '';
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021pi/images/downarrow.svg?version=1");
  width: 20px;
  height: 25px;
  margin: 0px auto;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  right: 0;
  bottom: -33px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #step .stepflow:after {
    bottom: -20px;
  }
}

@media all and (max-width: 575px) {
  #step .stepflow:after {
    bottom: -23px;
  }
}

#step .stepflow.lastchild:after {
  display: none;
}

#step .stepflow .stepblock {
  border-radius: 5px;
  background: #ffda00;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
}

#step .stepflow .stepblock.tworow {
  background: none;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #step .stepflow .stepblock {
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

@media all and (max-width: 575px) {
  #step .stepflow .stepblock {
    display: block;
  }
}

#step .stepflow .stepblock .card-body {
  color: #000;
  border-radius: 0px 0px 5px 5px;
  padding: 0;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.2em;
}

#step .stepflow .stepblock .card-body small {
  font-size: 0.6em;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #step .stepflow .stepblock .card-body {
    padding: 5px;
    font-size: 0.8em;
  }
}

@media all and (max-width: 575px) {
  #step .stepflow .stepblock .card-body {
    padding: 5px;
    height: auto;
    border-radius: 0px;
    vertical-align: middle;
  }
}

#step .stepflow .stepblock .card-body p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 20px;
  line-height: 32px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #step .stepflow .stepblock .card-body p {
    font-size: 23px;
    line-height: 30px;
  }
}

@media all and (max-width: 575px) {
  #step .stepflow .stepblock .card-body p {
    font-size: 18px;
    line-height: 30px;
  }
}

#step .stepflow .stepblock a {
  color: #0171ed;
  text-decoration: underline;
}

#step .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) {
  #step .stepflow .stepblock a.steplink {
    display: none;
  }
}

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

#step .stepflow .stepblock .cardimg {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 5px 0px 0px 5px;
  padding: 20px 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  #step .stepflow .stepblock .cardimg {
    padding: 38px 0px;
  }
}

#step .stepflow .stepblock .cardimg img {
  height: 80px;
  width: auto;
}

@media all and (max-width: 575px) {
  #step .stepflow .stepblock .cardimg {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    display: block;
  }
}

.tab-content.jpbid {
  background-color: #fffde1;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021pi/images/oval2.svg?version=1"), linear-gradient(to bottom, #fffad4, #ffffff);
  background-repeat: no-repeat;
  background-position: right center;
}

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

.tab-content.jpbuy {
  background-color: #ffe1e1;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021pi/images/oval.svg?version=1"), linear-gradient(to bottom, #ffd5d2, #ffffff);
  background-repeat: no-repeat;
  background-position: left center;
}

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

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

.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;
  }
}

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

.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;
  }
}

.tab-content .maincontent_layout img {
  width: 100%;
  height: auto;
}

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

.qna_area .qna_title.title2 {
  background-color: #0095da;
}

.qna_area h3 {
  margin-bottom: 0px;
  font-size: 1.5em;
}

@media all and (max-width: 575px) {
  .qna_area h3 {
    font-size: 1.2em;
  }
}

.qna_area .qna_content {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021pi/images/qnadot.svg?version=1"), linear-gradient(to bottom, #defaff, #d2e8ff);
  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;
}

.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: #0d4b7f;
  border: 2px solid #0d4b7f;
  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: #0d4b7f;
  font-weight: 800;
}

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

@media all and (max-width: 575px) {
  .qna_area .qna_content ul.qna_list li .answer {
    margin-left: 0px;
  }
}

.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 h1{
  font-size: 26px;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 13px;
}
.qna_area .qna_memo h2{
  font-size: 18px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
}
.qna_area .qna_memo p{
  margin-bottom: 0px;
}
.qna_area .qna_memo p a{
      text-decoration: underline;
    color: #0018ff;
}
.qna_area .qna_memo ul{
  list-style: none;
}
.qna_area .qna_memo ul li{
  margin-bottom: 10px;
}
.qna_area .qna_memo table th,
.qna_area .qna_memo table td {
  vertical-align: middle;
  font-size: 1em;
  padding: 10px;
}

@media all and (max-width: 575px) {
  .qna_area .qna_memo table th,
  .qna_area .qna_memo table td {
    text-align: center;
  }
  .qna_area .qna_memo h1{
      font-size: 20px;
  line-height: 26px;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 13px;
  }
}

.qna_area .qna_memo ol {
    margin-left: 15px;
  list-style: none;
  text-indent: -17px;
}

.qna_area .qna_memo ol li {

}

.qna_area .qna_memo ol li ol {
  padding: 7px 0px;
}

.qna_area .qna_memo ol li ol li.s2qa {
  list-style: disc;
}

.qna_area .qna_memo ol li a {
  text-decoration: underline;
  color: #0018ff;
}

.qna_area .qna_memo .poweredby {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.legal_content{
  display: flex;
  position: relative;
  background: #fff;
}
.legal_left{
    width: 32%;
  float: left;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3em;
  margin: 3% 0;
  letter-spacing: 1px;
  color: #707070;
  display: flex
;
  align-items: center;
}
.legal_right {
  width:68%;
  float: right;
  font-size: 14px;
  margin: 3% 0;
  line-height: 1.5;
  color: #707070;
  display: flex
;
  align-items: center;
}
@media all and (max-width: 575px) {
  .legal_content{
    flex-direction: column;
  }
  .legal_left{
    width: 100%;
    float: none;
    text-align: center;
    justify-content: center;
  }
  .legal_right{
    width: 100%;
    float: none;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}