@charset "UTF-8";
.container {
  max-width: 900px;
}

header {
  margin: 1rem 0;
}

.pc {
  display: block !important;
  width: 200px;
  height: auto;
}

.sp {
  display: none !important;
}

@media (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    width: 130px;
    height: auto;
  }
}
body {
  font-size: 0.9rem;
}
@media (max-width: 480px) {
  body {
    font-size: 1rem;
  }
}

::-moz-placeholder {
  opacity: 0.5;
}

::placeholder {
  opacity: 0.5;
}

.step-containers {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
@media (max-width: 480px) {
  .step-containers {
    margin-bottom: 1rem;
  }
}
.step-containers > .step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 3rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 480px) {
  .step-containers > .step-container {
    margin: 0 2rem;
  }
}
.step-containers > .step-container > .step-number {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  margin: 0 1rem;
}
.step-containers > .step-container > .step-number.active {
  background-color: #33BFE6;
}
.step-containers > .step-container > .step-number.inactive {
  background-color: silver;
}
.step-containers > .step-container > .step-heading.active {
  color: #33BFE6;
}
.step-containers > .step-container > .step-heading.inactive {
  color: silver;
}
@media (max-width: 480px) {
  .step-containers.narrow > .step-container {
    margin: auto;
  }
}

h1 {
  color: white;
  background-color: #33BFE6;
  padding: 0.8rem 0.9rem;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.3rem;
  }
}

h2 {
  margin-top: 2rem;
  padding-left: 0.3rem;
  border-left: solid 8px #33BFE6;
  font-size: 1.3rem;
  font-weight: bold;
}

.no-web-msg {
  border: 1px solid #212529;
  border-radius: 5px;
  background-color: #ffffb3;
  font-weight: bold;
  padding: 1rem 3rem;
  text-align: center;
}
@media (max-width: 480px) {
  .no-web-msg {
    text-align: left;
    padding: 1rem 1rem;
  }
}

.goto_mypage {
  color: #1b37c1;
  text-decoration: underline;
}

.circle-container-airplane {
  display: flex;
  justify-content: center;
}
.circle-container-airplane > .circle {
  margin: 3.5rem 0;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #33BFE6;
}
.circle-container-airplane > .circle > .svg-airplane {
  padding-right: 0.5rem;
}

.phone_inputs {
  max-width: 91px;
}

.postal-code {
  max-width: 70px;
}

.privacy-policy, .terms {
  height: 20rem;
  overflow-y: auto;
  border: 2px solid #ccc;
}

.privacy-policy-content, .terms-content {
  padding: 0.5rem;
}

.agree {
  text-align: center;
}
.agree > div {
  display: flex;
  justify-content: center;
}

input[type=checkbox] {
  transform: scale(1.2);
  margin-right: 0.5rem;
}

.custom-input {
  padding-left: 8px;
  border: 1px solid #ccc; /* 枠線を設定 */
  border-radius: 3px;
  height: 2.3rem;
}

.custom-textarea {
  width: 100%;
  height: 80px;
}

input[name*=email], input[name*=corporate] {
  width: 350px;
}
@media (max-width: 480px) {
  input[name*=email], input[name*=corporate] {
    width: 100%;
  }
}

.required {
  color: #ffffff;
  background-color: red;
  font-weight: initial;
  padding: 0.05rem 0.4rem;
  border-radius: 3px;
  margin-left: 0.3rem;
  float: right;
}
@media (max-width: 480px) {
  .required {
    float: initial;
  }
}

.text-danger {
  font-size: 0.75rem;
}

.error-input {
  border: 2px solid red;
  background-color: #ffdcdc;
}

.exclamation-mark::before {
  content: "！";
  width: 1rem;
  height: 1rem;
  color: white;
  background-color: red;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .exclamation-mark::before {
    margin-top: 0.1rem;
    width: 0.75rem;
    height: 0.75rem;
    line-height: initial;
  }
}

.table-container {
  display: flex;
  flex-direction: column;
}
.table-container .table-row {
  display: flex;
  border: 1px solid #ccc;
  margin: 0 0 -1px;
}
.table-container .table-row.column {
  flex-direction: column;
}
@media (max-width: 480px) {
  .table-container .table-row {
    flex-direction: column;
  }
}
.table-container .table-row .table-cell {
  flex: 1;
  padding: 0.5rem;
}
.table-container .table-row .table-cell-flex-init {
  padding: 0.5rem;
}
.table-container .table-row > .table-row {
  border: none;
}
.table-container .table-row .table-header {
  white-space: nowrap;
  background-color: #dadada;
  padding: 0.1rem 0.3rem;
  font-weight: bold;
  max-width: 200px;
}
@media (max-width: 480px) {
  .table-container .table-row .table-header {
    max-width: initial;
    padding: 0.5rem;
  }
}
.table-container .table-row .table-header.max-width-ini {
  max-width: initial;
}

.breakdown-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.breakdown-container > .breakdown-row {
  display: flex;
  border: 1px solid #ccc;
}
.breakdown-container > .breakdown-row > .breakdown-cell {
  flex: 1;
  padding: 10px;
}

.btn-container {
  display: flex;
  justify-content: center;
}
.btn-container.column {
  flex-direction: column;
  align-items: center;
}
.btn-container.column > a {
  width: 25rem;
  padding: 0.9rem 0.5rem;
}
@media (max-width: 480px) {
  .btn-container.column > a {
    width: 100%;
  }
}
.btn-container.btn-groups {
  justify-content: space-between;
}
@media (max-width: 480px) {
  .btn-container {
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
}
.btn-container > button {
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 25rem;
  padding: 0.9rem 0.5rem;
}
.btn-container > button:nth-child(n+2) {
  margin-left: 1rem;
}
@media (max-width: 480px) {
  .btn-container > button:nth-child(n+2) {
    margin-left: initial;
  }
}
@media (max-width: 480px) {
  .btn-container > button {
    margin-bottom: initial;
    margin-top: 2rem;
    height: 3.8rem;
    width: initial;
    padding: initial;
  }
}

.btn-next {
  color: white;
  background-color: rgb(255, 166, 0);
  font-size: 1.1rem;
  width: 50%;
}
.btn-next:hover {
  color: white;
  background-color: rgb(245, 188, 83);
}

.btn-back {
  background-color: #cfcfcf;
}
.btn-back:hover {
  background-color: #f7f5f5;
}

@media (max-width: 480px) {
  .accordion-container.following {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.accordion-header {
  background-color: #5a5a5a;
  color: white;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.accordion-content {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background-color: rgb(245, 241, 241);
}
@media (max-width: 480px) {
  .accordion-content {
    display: none;
  }
}

.arrow-icon {
  display: inline-block;
  margin-right: 5px;
  color: white;
}
@media (max-width: 480px) {
  .arrow-icon {
    display: none;
  }
}

.arrow-icon:nth-child(2) {
  display: none;
}
@media (max-width: 480px) {
  .arrow-icon:nth-child(2) {
    display: inline-block;
  }
}

.upload-form {
  width: 100%;
  margin: auto;
}

.upload-field {
  padding: 10px;
  margin: 20px;
  border: 1px dashed #999;
  border-radius: 5%;
  text-align: center;
}

.upload-field label {
  cursor: pointer;
}

.upload-field input[type=file] {
  display: none;
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #696969;
  color: white;
  padding: 2rem;
}
.footer-container > .footer-content {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 2.1em;
  margin-bottom: 1.8em;
}
.footer-container > .footer-content > a {
  color: white;
  text-decoration: none;
}
.footer-container > .footer-bottom {
  font-size: 1em;
}

.container {
  min-height: 150vh;
  display: flex;
  flex-direction: column;
}

.icon-container {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.icon-container > .icon {
  width: 80px;
  position: absolute;
  right: 215px;
  top: -57px;
}
@media (max-width: 480px) {
  .icon-container > .icon {
    right: 0px;
  }
}/*# sourceMappingURL=style.css.map */