
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
.pc {
  display: block;
}
.button.button--gradient {
  background: linear-gradient(to right, #eb09af, #4f33d0);
}


.mt40 {
  margin-top: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

section {
  padding-bottom: 77px;
}

#key {
  background: url(../img/cancel/key_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 6px 0 13px;
  margin-bottom: 60px;
}
#key.no-bg {
  background: none;
}
#key .wrap {
  padding: 0;
  max-width: 1101px;
}
.key__breadcum {
  font-size: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 24px;
}
.key__breadcum li {
  position: relative;
}
.key__breadcum li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: calc(100% + 9px);
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.key__breadcum li:last-child:before {
  display: none;
}
#key .key__content {
  margin: 33px 40px;
}
#key .key__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 16px;
}
#key .key__name {
  font-size: 24px;
  font-weight: 500;
  margin-top: 13px;
  margin-bottom: 3px;
}
#key .key__mail {
  font-family: 'Roboto';
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
}
#key .key__buttons {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 560px) {
  body {
    font-size: 3.57vw;
    line-height: 5.89vw;
  }
  section {
    padding-bottom: 14.29vw;
  }
  .button {
    padding: 5vw 4.46vw;
  }
  .pc {
    display: none;
  }
  #key {
    background: url(../img/cancel/key_bg_sp.webp) no-repeat center top;
    background-size: cover;
    padding: 3.04vw 0 4.64vw;
    margin-bottom: 12.86vw;
  }
  #key .wrap {
    padding: 0 7.14vw;
  }
  #key .key__content {
    margin: 7.14vw 0 10.71vw;
  }
  .key__breadcum {
    font-size: 3.21vw;
  }
  #key .key__name {
    margin-top: 0;
    font-size: 5.36vw;
  }
  #key .key__info {
    justify-content: center;
    align-items: center;
    gap: 3.04vw;
    margin-left: -1.96vw;
  }
  #key .key__avatar {
    min-width: 12.5vw;
  }
  #key .key__buttons {
    flex-direction: column;
    margin-top: 7.14vw;
  }
  #key .key__mail {
    font-size: 3.57vw;
    letter-spacing: 0vw;
  }
}

/*=============================================
******************* common  *******************
*=============================================*/

h2.title--common {
  font-size: 30px;
  font-weight: bold;
  line-height: 43px;
  color: #230044;
  text-align: center;
}
h3.sub--common {
  color: #3b2a89;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 33px;
  text-align: center;
}
.confirm--title {
  font-size: 16px;
  text-align: center;
  margin: 20px 0 6px;
  letter-spacing: 1px;
  font-weight: 500;
}

.box--common {
  width: 700px;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(59, 42, 137, 0.15);
  margin-top: -7px;
  padding-bottom: 30px;
}
.box--common h4 {
  background: #eae9fc;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  padding: 20px 0 18px;
  margin-bottom: 40px;
}
.box--common .form-row {
  margin: 0 30px;
  border-bottom: 1px solid #b0a9d0;
  padding: 0 30px 21px;
  margin-bottom: 39px;
}
.box--common .button {
  margin: 0 auto;
  margin-top: -10px;
  display: block;
}

@media screen and (max-width: 560px) {
  h2.title--common {
    font-size: 5.36vw;
  }
  h3.sub--common {
    font-size: 2.85vw;
    margin-bottom: 9.46vw;
    margin-top: 0.89vw;
  }
  .confirm--title {
    margin-top: -0.89vw;
    font-size: 3.21vw;
    margin-bottom: 2.86vw;
  }

  .box--common {
    margin-top: 0;
    margin: 0;
    width: auto;
    padding-bottom: 7.5vw;
  }
  .box--common h4 {
    font-size: 4.82vw;
    padding: 5.36vw 0 5vw;
    margin-bottom: 8.21vw;
  }
  .box--common .button {
    margin: 0vw auto 0;
    width: 83%;
  }
  .box--common .form-row {
    margin: 0 7.14vw 6.61vw;
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .wrap {
    padding: 0 15px;
  }
}
