body {
  /* background-color: var(--intensions-bg-color); */
  min-height: calc(100vh - 50px);
  min-width: 335px;
  font-family: "Noto Sans JP", sans-serif;
  color: #626262;
}

body .form_container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 100vh;
  /* justify-content: space-between; */
}

body .complete_container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  width: 100%;
  /* background-color: #161573; */
  padding: 0;
}

header .logo_center {
  display: block;
  height: 94px;
  margin: 0 auto;
  max-width: 100%;
}

footer {
  width: 100%;
  padding: 32px 0;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
}
footer ul li {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.05em;
}
footer ul li :link,
footer ul li :visited {
  text-decoration: none;
  color: #ffffff;
}
footer p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.05em;
}

.company-name-link {
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 17px !important;
  letter-spacing: 0.05em !important;
  text-decoration: none !important;
}

.caption_area {
  margin-top: 50px;
  display: block;
  width: 100%;
  height: 59px;
  background-position: right 7px top 6px;
  background-repeat: no-repeat;
  background-size: 60.23px auto;
  background-color: #ffffff;
}

.caption_area .sticker_30sec {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin: 7px 0 0 20px;
  padding: 9px 0;
  background-image: url("../img/vector.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: bold;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  vertical-align: top;
  transform: rotate(-8.37deg);
}

.caption_area .caption_message {
  display: block;
  padding: 8px 0 0 0;
  line-height: 21px;
  font-weight: bold;
  color: #ff7171;
  text-align: center;
}

/*# sourceMappingURL=common.css.map */

@media screen and (min-width: 600px) {
  body {
  }

  footer {
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer a {
    font-size: 11px;
  }
}

.complete-height{
  min-height: 65vh;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
