#howto h1 {
  padding-top: 40px;
}
@media (min-width: 996px) {
  #howto h1 {
    padding-top: 60px;
  }
}

.stepbox {
  padding-bottom: 60px;
}

.steptb {
  background: #1a1a1a;
}
@media (min-width: 996px) {
  .steptb {
    display: flex;
    margin: 20px auto;
  }
}
.steptb .img {
  text-align: center;
}
@media (min-width: 996px) {
  .steptb .img {
    flex: 0 0 50%;
  }
}
.steptb .img .sp {
  background: linear-gradient(45deg, #00f6ff, #536dff, #b441ff, #ff00c8, #ff8a3d);
  color: #000;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .steptb .img .sp {
    display: none;
  }
}
.steptb .txt {
  padding: 25px;
}
@media (min-width: 996px) {
  .steptb .txt {
    flex: 0 0 50%;
  }
}
.steptb .txt .sp {
  display: none;
}
@media (min-width: 996px) {
  .steptb .txt .sp {
    display: block;
    background: linear-gradient(45deg, #00f6ff, #536dff, #b441ff, #ff00c8, #ff8a3d);
    color: #000;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 60px;
  }
}
.steptb li {
  display: flex;
  align-items: flex-start;
  margin: 5px 0 15px;
}
.steptb li a {
  color: #f00;
}
.steptb li a:hover {
  text-decoration: underline;
}
.steptb .num {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-top: 3px;
}
.steptb .text {
  flex: 0 0 calc(100% - 35px);
}

.faqListBox {
  padding-bottom: 80px;
}
.faqTab {
  padding: 20px 0;
}
@media (min-width: 996px) {
  .faqTab {
    display: flex;
  }
}
.faqTab button {
  position: relative;
  width: 100%;
  background: linear-gradient(45deg, #00f6ff, #536dff, #b441ff, #ff00c8, #ff8a3d);
  padding: 1px;
}
.faqTab button::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 1px;
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 996px) {
  .faqTab button {
    font: 1;
  }
}
.faqTab button:hover::before {
  display: none;
}
.faqTab button span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 5px 20px;
}
@media (min-width: 996px) {
  .faqTab button span {
    padding: 15px;
  }
}
.faqTab button.active::before {
  background: none;
}
.faqList {
  display: none;
}
.faqList.active {
  display: block;
}
.faqCard {
  border: 1px solid #333;
  padding: 20px;
}
.faqCard .q {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.faqCard .q::before {
  content: "\ea04";
  font-family: "msi-icons";
  font-size: 20px;
  margin-right: 10px;
}
.faqCard .q:hover {
  color: #c00;
}
.faqCard .ans {
  padding: 25px;
  line-height: 1.6;
  display: none;
}
.faqCard .ans a {
  color: #f00;
}
.faqCard .ans a:hover {
  color: #c00;
  text-decoration: underline;
}
.faqCard .title {
  font-weight: bold;
  padding-bottom: 15px;
}
.faqCard .title span {
  display: inline-block;
  border: 1px solid #333;
  padding: 10px 20px;
}
.faqCard.active {
  background: #1a1a1a;
}
.faqCard.active .q {
  font-weight: bold;
  background: linear-gradient(45deg, #00f6ff, #536dff, #b441ff, #ff00c8, #ff8a3d);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.faqCard.active .q::before {
  content: "\ea03";
}
.faqCard .lower {
  padding-top: 20px;
  margin-left: 20px;
}
.faqCard .lower li {
  margin-bottom: 10px;
  list-style: decimal;
}
.faqCard .lower li:last-child {
  margin-bottom: 0;
}
.faqCard .disc {
  padding-top: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
}
.faqCard .disc li {
  margin-bottom: 10px;
  list-style: disc;
}
.faqCard .disc li:last-child {
  margin-bottom: 0;
}
.faqCard .step {
  padding-bottom: 25px;
}
.faqCard .step li {
  width: 100%;
  display: flex;
  list-style: none;
  position: relative;
  padding-left: 40px;
}
.faqCard .step span.num {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ans__flex {
  border: 1px solid #333;
  margin-top: 15px;
}
.ans__flex .ans__faqCard-title {
  font-weight: bold;
  padding: 5px 15px;
  border-bottom: 1px solid #333;
  background: linear-gradient(45deg, #300, #f00, #300);
}
.ans__flex .ans__faqCard-pd {
  font-size: 14px;
  padding: 20px;
}
@media (min-width: 996px) {
  .ans__flex {
    display: flex;
    border-color: #666;
  }
  .ans__flex .ans__faqCard {
    flex: 1;
    border-color: #300;
  }
  .ans__flex .ans__faqCard-title {
    border-color: #300;
  }
}

.newsTable {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}
.newsTableRow {
  display: table-row;
}
.newsTableRow:first-child {
  background: linear-gradient(45deg, #300, #f00, #300);
}
.newsTableCell {
  display: table-cell;
  border: 1px solid #333;
  padding: 10px;
  text-align: center;
}
.newsTableCell ul {
  text-align: left;
}

#faqbox .h2title, #faqbox .item {
  display: none;
}
