[v-cloak] {
  display: none;
}

#main {
  display: block;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.text-center {
  text-align: center;
}

[v-cloak] {
  display: none;
}

.lex-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1400px;
}
.lex-header .logo {
  flex: 0 0 auto;
  padding: 10px 20px;
  width: 160px;
  pointer-events: all;
}
@media (min-width: 768px) {
  .lex-header .logo {
    width: 180px;
  }
}
.lex-header .logo img {
  width: 100%;
}
.lex-header .nav {
  margin-left: auto;
}
.lex-header .button {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.lex-header .button span {
  display: block;
}
.lex-header .button span.bar {
  width: 100%;
  height: 4px;
  background-color: #14327a;
  transition: all 0.3s;
  transform-origin: center;
  border-radius: 2px;
}
.lex-header .button span:nth-child(1) {
  transform: translateY(-5px);
}
.lex-header .button span:nth-child(3) {
  transform: translateY(5px);
}
.lex-header ul {
  display: none;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .lex-header ul {
    display: flex;
  }
}
.lex-header ul li {
  margin: 0 40px;
}
.lex-header ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
}

.lex-footer {
  margin-top: 50px;
  font-size: 1.2rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .lex-footer {
    font-size: 1.6rem;
  }
}
.lex-footer .building {
  text-align: center;
}
.lex-footer .wrapper {
  padding: 40px 10px;
  color: #fff;
  text-align: center;
  background-color: #14327a;
}
.lex-footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.lex-footer ul li:not(:last-child)::after {
  content: "|";
  padding: 0 1em;
}
.lex-footer ul a {
  color: #fff;
}
.lex-footer .logo {
  margin-bottom: 20px;
}
.lex-footer .tel span {
  font-size: 150%;
}
.lex-footer .copyright {
  padding: 10px;
}

.lex-banner {
  background-color: #14327a;
}
.lex-banner h1 {
  padding: 80px 20px;
  color: #fff;
  font-size: 5rem;
  text-align: center;
}
.lex-banner h1 span {
  display: block;
  margin: auto;
}
.lex-banner h1 span.en::first-letter {
  color: #ffb300;
}
.lex-banner h1 span.ja {
  margin-top: 20px;
  font-size: 50%;
}

.lex-page {
  margin: auto;
  padding: 30px 10px;
  max-width: 1240px;
}
@media (min-width: 768px) {
  .lex-page {
    padding: 60px 20px;
  }
}

.lex-form-detail pre {
  font-size: 1.6rem;
  line-height: 1.8;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .lex-form-detail pre {
    font-size: 2rem;
  }
}
.lex-form-detail pre .important {
  color: #f00;
}
.lex-form-detail hr {
  border: none;
  background: none;
  margin: 30px 0;
  border-bottom: 2px solid #14327a;
}
@media (min-width: 768px) {
  .lex-form-detail hr {
    margin: 50px 0;
  }
}
.lex-form-detail form {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .lex-form-detail form {
    font-size: 2rem;
  }
}
.lex-form-detail form input {
  display: block;
  font-size: 1.6rem;
  min-height: 2em;
  border: none;
  outline: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  .lex-form-detail form input {
    display: initial;
    font-size: 2rem;
  }
}
.lex-form-detail form .date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .lex-form-detail form .date {
    margin-bottom: 50px;
  }
}
.lex-form-detail form .date input {
  margin: 0 10px;
  padding: 5px 5px;
  width: 3em;
  text-align: right;
}
@media (min-width: 768px) {
  .lex-form-detail form .description {
    text-align: center;
  }
}
.lex-form-detail form .section {
  margin: 50px 0;
}
.lex-form-detail form .section table {
  width: 100%;
  border-collapse: collapse;
}
.lex-form-detail form .section table caption {
  padding: 10px 0;
  font-size: 1.6rem;
  text-align: left;
}
@media (min-width: 768px) {
  .lex-form-detail form .section table caption {
    font-size: 2.5rem;
  }
}
.lex-form-detail form .section table th, .lex-form-detail form .section table td {
  display: block;
}
@media (min-width: 768px) {
  .lex-form-detail form .section table th, .lex-form-detail form .section table td {
    display: table-cell;
    border: 1px solid #000;
  }
}
.lex-form-detail form .section table th {
  padding: 10px 15px;
  text-align: left;
  font-weight: 400;
}
@media (min-width: 768px) {
  .lex-form-detail form .section table th {
    display: table-cell;
    padding: 10px 20px;
    width: 245px;
    text-align: center;
    background-color: #eee;
  }
}
.lex-form-detail form .section table td {
  position: relative;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .lex-form-detail form .section table td {
    padding: 0;
  }
}
.lex-form-detail form .section table td > div {
  border: 1px solid #000;
  background-color: #eee;
}
@media (min-width: 768px) {
  .lex-form-detail form .section table td > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 45px;
    border: none;
    background: none;
  }
}
.lex-form-detail form .section table td > div.type-full input {
  padding: 0 0.75em;
  width: 100%;
  height: 100%;
}
.lex-form-detail form .section table td > div.type-price {
  display: flex;
  align-items: center;
}
.lex-form-detail form .section table td > div.type-price span {
  flex: 1 1 auto;
}
.lex-form-detail form .section table td > div.type-price span:first-child {
  text-align: right;
}
.lex-form-detail form .section table td > div.type-price input {
  padding: 0.2em 1em 0;
  width: 60%;
  height: 100%;
  text-align: right;
}
.lex-form-detail form .section-01 p {
  margin-top: 1em;
}
.lex-form-detail form .section-04 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .lex-form-detail form .section-04 .wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.lex-form-detail form .section-04 .expire {
  padding: 10px 0;
  font-size: 1.6rem;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .lex-form-detail form .section-04 .expire {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .lex-form-detail form .section-04 .expire {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .lex-form-detail form .section-04 .expire {
    margin-right: 80px;
  }
}
.lex-form-detail form .section-04 .expire_date {
  display: flex;
  align-items: center;
  margin-left: 30px;
  border-bottom: 3px solid #000;
}
@media (min-width: 768px) {
  .lex-form-detail form .section-04 .expire_date {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .lex-form-detail form .section-04 .expire_date {
    margin-left: 0;
    margin-right: 20px;
  }
}
.lex-form-detail form .section-04 .expire_date input {
  margin: 0 5px;
  padding: 5px 5px;
  width: 3em;
  text-align: right;
}
@media (min-width: 768px) {
  .lex-form-detail form .section-04 .expire_date input {
    margin: 0 10px;
  }
}
.lex-form-detail form .section-04 .expire_text {
  margin-left: 50px;
}
@media (min-width: 992px) {
  .lex-form-detail form .section-04 .expire_text {
    margin-left: 0;
  }
}
.lex-form-detail form .section-05 .logo {
  text-align: right;
}
.lex-form-detail form .section-05 .privacy {
  margin-top: 50px;
  padding: 20px;
  text-align: center;
  line-height: 1.8;
  border: 2px solid #000;
}
.lex-form-detail form .section-05 .privacy .box {
  padding: 10px;
  background-color: #eee;
}
.lex-form-detail form .section-05 .privacy p {
  margin-top: 20px;
}
.lex-form-detail form .section-05 .privacy p a {
  color: #ffb300;
  text-decoration: underline;
}
.lex-form-detail form .section-05 .privacy p a:hover {
  text-decoration: none;
}
.lex-form-detail form .section-05 .buttons {
  display: none;
}
.lex-form-detail form .section-05 .buttons.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .lex-form-detail form .section-05 .buttons.show {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.lex-form-detail form .section-05 .buttons a {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  width: 100%;
  height: 75px;
  font-size: 2rem;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .lex-form-detail form .section-05 .buttons a {
    margin: 20px 0;
    padding: 0 40px;
    max-width: 580px;
    height: 100px;
    font-size: 2.4rem;
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .lex-form-detail form .section-05 .buttons a {
    width: calc(50% - 10px);
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .lex-form-detail form .section-05 .buttons a {
    font-size: 3rem;
  }
}
.lex-form-detail form .section-05 .buttons a.back {
  order: 3;
  position: relative;
  color: #14327a;
  border: 2px solid #14327a;
}
@media (min-width: 768px) {
  .lex-form-detail form .section-05 .buttons a.back {
    order: 1;
    margin-right: 20px;
  }
}
.lex-form-detail form .section-05 .buttons a.back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  display: block;
  border-left: 2px solid #14327a;
  border-top: 2px solid #14327a;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 576px) {
  .lex-form-detail form .section-05 .buttons a.back::after {
    right: -60px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 20px;
    height: 20px;
  }
}
.lex-form-detail form .section-05 .buttons a.pdf {
  order: 2;
  position: relative;
  color: #fff;
  background-color: #14327a;
}
.lex-form-detail form .section-05 .buttons a.pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 576px) {
  .lex-form-detail form .section-05 .buttons a.pdf::after {
    right: -60px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 20px;
    height: 20px;
  }
}
.lex-form-detail form .section-05 .buttons a.send {
  order: 1;
  color: #fff;
  background-color: #ffb300;
}
@media (min-width: 768px) {
  .lex-form-detail form .section-05 .buttons a.send {
    order: 3;
    margin: auto;
  }
}
.lex-form-detail form .section-05 .buttons a.send img {
  margin-right: 10px;
  width: 25px;
}
@media (min-width: 576px) {
  .lex-form-detail form .section-05 .buttons a.send img {
    margin-right: 20px;
    width: 30px;
  }
}
.lex-form-detail form .submit-button button {
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  width: 100%;
  height: 70px;
  font-size: 2rem;
  background-color: #ffb300;
  border-radius: 10px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .lex-form-detail form .submit-button button {
    justify-content: flex-start;
    padding: 0 40px;
    width: 100%;
    max-width: 580px;
    height: 150px;
    font-size: 4rem;
    border-radius: 25px;
  }
}
.lex-form-detail form .submit-button button img {
  margin-right: 30px;
  width: 30px;
}
@media (min-width: 576px) {
  .lex-form-detail form .submit-button button img {
    margin-right: 50px;
    width: 50px;
  }
}
.lex-form-detail form .submit-button button span {
  position: relative;
}
.lex-form-detail form .submit-button button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 576px) {
  .lex-form-detail form .submit-button button span::after {
    right: -60px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 20px;
    height: 20px;
  }
}
