@charset "UTF-8";
.mainContainer .howto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.howto .section__inner .inner {
  margin: 40px auto 0;
  width: 88%;
  /* background-color: antiquewhite; */
}
/* Fee */
.section__inner h2 {
  margin-bottom: 30px;
  padding: 0 6% 30px;
/*  font-size: 3.2rem;
  font-size: 3vw;
  font-size: 2.6vw; */
  font-size: 2vw;
  line-height: 1.5;
  position: relative;
}
.section__inner h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 15px;
  background: url(/assets/img/bar_st.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

/* Front */
.howto .exHow {
  margin: 0 auto 20px;
  width: 100%;
}
.howto .exHow img {
  width: auto;
  max-width: 100%;
}

.howto .exHow dl {
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.howto .exHow dl > dt,
.howto .exHow dl > dd {
  width: 100%;
  border: none;
}
.howto .exHow dl > dt {
  box-sizing: border-box;
  padding: 3% 0 3% 0;
  /*  font-size: 1.6rem;
  font-size: 1.56vw; */
  font-size: 1.4vw;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  border-top: 3px solid #222;
  border-left: 3px solid #222;
  border-right: 6px solid #222;
  border-bottom: 6px solid #222;
  /* text-align: center; */
  /* display: flex;
  justify-content: center; */
  /* align-items: center; */
  cursor: pointer;
  position: relative;
}
.howto .exHow dl > dt span {
  padding-right: 24px;
  position: relative;
  padding-left: 5vw;
}
.howto .exHow dl > dt div {
  position: absolute;
  width: 5.2vw;
  top: -0.5vw;
  left: -1.6vw;
}
.howto .exHow dl > dt span::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 18px;
  height: 16px;
  background: url(/assets/img/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.howto .exHow dl > dt.minus span::after {
  top: calc(50% - 8px);
  transform: rotate(-90deg);
}
.howto .exHow .explain {
  padding: 2%;
}
.howto .exHow .explain .warning {
  color: #dd485a;
  color: #f00;
}
.howto .exHow .explain h5 {
  font-size: 1vw;
  /*  border-left: 5px solid #DD485A; */
  border-left: 5px solid #f00;
  padding: 1rem 0 1rem 10px;
  margin-top: 1rem;
}

.howto .exHow dd p {
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1vw;
  line-height: 1.6;
}
.howto .exHow dd .step {
  padding: 2%;
}
.howto .exHow dd picture {
  max-width: 440px;
  display: block;
  margin: 0 auto 1rem;
}
.howto .exHow dd .step_paypay {
  max-width: 220px;
  display: block;
  margin: 0 auto;
}
.howto .exHow dd .step p {
  /*  font-size: 2.4rem;
  font-size: 2.3vw; */
  /* font-size: 2.07vw; */
  font-size: 1.2vw;
  /* color: #2A8CCE; */
  font-weight: 700;
  line-height: 1.8;
  text-indent: -1vw;
  padding-left: 1vw;
}
.howto .exHow dd .explain p {
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1vw;
  line-height: 1.8;
}
.howto .exHow dd .explain p.num {
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1vw;
  /*  color: #e24c60 !important; */
  color: #f00 !important;
  line-height: 1.8;
  /*
  text-indent: -1vw;
  padding-left: 1vw;
*/
}

.howto .exHow h4 {
  background: #81b327;
  padding: 2%;
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  margin-bottom: 1rem;
}

.howto ul {
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.howto ul li {
  padding-right: 30px;
  /*  font-size: 1.5rem;
  font-size: 1.42vw; */
  font-size: 1.28vw;
  line-height: 1.5;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;

  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #222;
}
.howto ul li::before {
  /*
  content: "";
  vertical-align: middle;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-left: 20px solid transparent;
}
*/
  content: "";
  vertical-align: middle;
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 18px);
  right: 5px;
  background: url(/assets/img/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
}

.howto ul li a {
  padding: 10px 0;
  width: 100%;
  color: #333;
  text-decoration: none;
}
.howto ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  transition: 0.2s;
}
.warning {
  margin: 2em 0;
  font-size: 1.53vw;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  padding: 0.4em 0.2em;
  background-color: #f00;
  text-align: center;
}
.warning span {
  display: inline-block;
}

/* same as ticket.css */
.btn {
  margin: 40px auto 0;
  width: 80.9%;
}
.btn a + a {
  margin-top: 20px;
}
.btn a {
  display: block;
  cursor: pointer;
}
.btn a img {
  width: auto;
  max-width: 100%;
  background-color: transparent;
}
.btn a,
.btn a:hover {
  transition: 0.2s;
  text-decoration: none;
}

/* --------------------------------------------------------
	responsive
-------------------------------------------------------- */
@media screen and (max-width: 1025px) {
  /* Front */
  .howto .exHow dt {
    font-size: 1.8rem;
  }
  .howto .exHow dd p {
    /* margin-bottom: 1em; */
    font-size: 1.8rem;
  }
  .section__inner h2 {
    font-size: 3.2rem;
  }

  .howto .exHow dl > dt {
    font-size: 1.6rem;
  }
  .howto .exHow .explain h5 {
    font-size: 1.8rem;
  }
  .howto .exHow dd p {
    font-size: 1.8rem;
  }
  .howto .exHow dd .step p {
    font-size: 1.6rem;
  }
  .howto .exHow dd .explain p {
    font-size: 1.8rem;
  }
  .howto .exHow dd .explain p.num {
    font-size: 1.8rem;
  }
  .howto .exHow h4 {
    font-size: 1.8rem;
  }
  .howto ul li {
    font-size: 1.5rem;
  }
  .warning {
    font-size: 1.8rem;
  }

  .howto .exHow dl > dt div {
    position: absolute;
    width: 6.3vw;
    top: -0.5vw;
    left: -2vw;
  }
}

@media screen and (max-width: 834px) {
  .section__inner h2 {
    font-size: 2.4rem;
  }
  .howto .exHow dl > dt div {
    position: absolute;
    width: 15vw;
    top: -1.6vw;
    left: -4.3vw;
  }
  .howto .exHow dl > dt span {
    padding-left: 12vw;
  }
}
