@charset "UTF-8";

/*-----------------------------------

	reset(form用)

-----------------------------------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

/*-----------------------------------

	header

-----------------------------------*/
header {
  position: static;
}
@media screen and (max-width: 640px) {
  header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2.5%;
  }
}

/*-----------------------------------

	headline

-----------------------------------*/
#headline {
  margin-bottom: 60px;
}
#headline h1 {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 840px) {
  #headline h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #headline {
    margin-bottom: 30px;
  }
  #headline h1 {
    font-size: 20px;
  }
}

/*-----------------------------------

	contents

-----------------------------------*/
#contents {
  padding-top: 0 !important;
}
/*-----------------------------------

	reissue_block

-----------------------------------*/
#reissue_block {
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #reissue_block {
    padding-bottom: 60px;
  }
}

/*-- flow --*/
#reissue_block .flow {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#reissue_block .flow::before {
  content: "";
  width: 66.67%;
  height: 2px;
  background: #dddddd;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#reissue_block .flow::after {
  content: "";
  height: 2px;
  background: var(--mClr1);
  position: absolute;
  top: 10px;
  left: 16.67%;
  z-index: 0;
}
#reissue_block .flow.flow01::after {
  width: 0;
}
#reissue_block .flow.flow02::after {
  width: 16.67%;
}
#reissue_block .flow.flow03::after {
  width: 33.33%;
}
#reissue_block .flow.flow04::after {
  width: 66.67%;
}
#reissue_block .flow li {
  font-weight: 700;
  line-height: 1;
  color: #dddddd;
  padding-top: 30px;
  position: relative;
  z-index: 10;
  width: 33.33%;
  text-align: center;
}
#reissue_block .flow li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #dddddd;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#reissue_block .flow li.here,
#reissue_block .flow li.complete {
  color: var(--mClr1);
}
#reissue_block .flow li.here::before,
#reissue_block .flow li.complete::before {
  background: var(--mClr1);
}
#reissue_block .flow li.complete::after {
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 5px;
  width: 10px;
  position: absolute;
  top: 8%;
  left: 49.5%;
  transform: rotate(-45deg) translateX(-50%);
}
@media screen and (max-width: 640px) {
  #reissue_block .flow {
    margin: 0 auto 30px;
  }
  #reissue_block .flow::before {
    top: 7px;
  }
  #reissue_block .flow::after {
    top: 7px;
  }
  #reissue_block .flow li {
    padding-top: 20px;
  }
  #reissue_block .flow li::before {
    width: 15px;
    height: 15px;
  }
  #reissue_block .flow li.complete::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 4px;
    width: 8px;
    top: 8%;
  }
}

/*-- textArea --*/
#reissue_block .textArea {
  text-align: center;
  margin-bottom: 50px;
}
#reissue_block .textArea .note {
  font-size: 12px;
}
#reissue_block .textArea a {
  display: inline-block;
  color: var(--mClr1);
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  #reissue_block .textArea {
    margin-bottom: 30px;
  }
  #reissue_block .textArea .note {
    font-size: 10px;
  }
}

/*-- input --*/
#reissue_block .input {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
#reissue_block .input .wrap:not(:last-of-type) {
  margin-bottom: 70px;
}
#reissue_block .input dl dt {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
#reissue_block .input dl dt .ex {
  font-size: 12px;
  margin-left: 20px;
}
#reissue_block .input dl dd {
  margin-bottom: 20px;
}
#reissue_block .input dl dd input {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 25px;
}

::placeholder {
  color: #b5b5b5;
}
#reissue_block .input dl dd #email01,
#reissue_block .input dl dd #pass01 {
  margin-bottom: 10px;
}
#reissue_block .input .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#reissue_block .input .btnArea input.next {
  color: #fff;
  width: 350px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 25px 30px 25px 0;
  border-radius: 45px;
  background: var(--mClr1) url(../img/common/white_arrow.png) no-repeat
    calc(100% - 30px) center/16px;
}
#reissue_block .input .btnArea input.next.login {
  width: 260px;
}

@media screen and (max-width: 640px) {
  #reissue_block .input .wrap:not(:last-of-type) {
    margin-bottom: 40px;
  }
  #reissue_block .input dl dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #reissue_block .input dl dt .ex {
    font-size: 10px;
  }
  #reissue_block .input dl dd {
    margin-bottom: 15px;
  }
  #reissue_block .input dl dd input {
    font-size: 12px;
  }
  #reissue_block .input dl dd #email01,
  #reissue_block .input dl dd #pass01 {
    margin-bottom: 10px;
  }
  #reissue_block .input .btnArea input.next {
    width: 250px;
    font-size: 16px;
    padding: 20px 20px 20px 0;
    border-radius: 40px;
    background: var(--mClr1) url(../img/common/white_arrow.png) no-repeat
      calc(100% - 20px) center/16px;
  }
  #reissue_block .input .btnArea input.next.login {
    width: 200px;
  }
}

/*-- mail_ttl --*/
#reissue_block .mail_ttl {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
}
#reissue_block .mail_ttl .bold {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #reissue_block .mail_ttl {
    max-width: 420px;
    padding: 20px;
  }
}

/*-- btnArea --*/
#reissue_block .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#reissue_block .btnArea a {
  width: 260px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 25px 0;
  border-radius: 45px;
  background: var(--mClr1);
  color: #fff;
  position: relative;
}
#reissue_block .btnArea a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/white_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #reissue_block .btnArea a {
    width: 200px;
    font-size: 16px;
    padding: 20px 0;
    border-radius: 40px;
  }
  #reissue_block .btnArea a::after {
    right: 20px;
  }
}

/*-----------------------------------

	footer

-----------------------------------*/
footer {
  padding: 40px 0;
}
@media screen and (max-width: 840px) {
  footer #footer_bottom {
    margin: 0 auto;
  }
}
