@charset "UTF-8";
.round-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff100;
  border: 2px solid #1d2362;
  border-radius: 50px;
  color: #1d2362;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  line-break: normal;
}
.round-button:hover {
  background-color: #1d2362;
  color: #fff100;
}
.round-button.primary.invoice {
  background-color: #eb6ea5;
  color: #ffffff;
}
.round-button.primary.invoice:hover {
  background-color: #ffffff;
  color: #eb6ea5;
}
.round-button.secondary {
  background-color: #1d2362;
  color: #fff;
  border: 0;
}
.round-button.secondary:hover {
  background-color: #ffffff;
  color: #1d2362;
  border: 2px solid #1d2362;
}

.invoice-template-download__title {
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 230px;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .invoice-template-download__title {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 18px;
    height: 200px;
  }
}
.invoice-template-download__title__main {
  color: #1d2362;
  font-weight: bold;
  background: #fff;
  padding-bottom: 10px;
  font-size: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .invoice-template-download__title__main {
    font-size: 25px;
  }
}
.invoice-template-download__intro {
  background: #f2f2f2;
  padding: 28px;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  min-width: 715px;
  width: 60%;
}
@media (max-width: 767px) {
  .invoice-template-download__intro {
    padding: 10px;
    border-radius: 18px;
    width: 90%;
    min-width: 340px;
  }
}
.invoice-template-download__intro__text {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .invoice-template-download__intro__text {
    font-size: 15px;
    line-height: 1.2;
  }
}
.invoice-template-download__samples {
  display: flex;
  flex-direction: column;
}
.invoice-template-download__samples__title {
  font-size: 40px;
  font-weight: bold;
}
.invoice-template-download__samples__image {
  max-width: 500px;
  margin-top: 40px;
  margin: 40px auto 0 auto;
}
@media (max-width: 767px) {
  .invoice-template-download__samples__image {
    max-width: 100%;
  }
}
.invoice-template-download__samples__description {
  color: #1d2362;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 2em;
}
@media (max-width: 767px) {
  .invoice-template-download__samples__description {
    margin: 1em;
    font-size: 15px;
  }
}
.invoice-template-download__form {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-direction: column;
  background: #f2f2f2;
  font-size: 16px;
  gap: 16px;
  padding: 40px 150px;
  border-radius: 10px;
  min-width: 700px;
  width: 50%;
}
@media (max-width: 767px) {
  .invoice-template-download__form {
    padding: 20px 15px;
    width: 80%;
    min-width: 340px;
  }
}
.invoice-template-download__form__item {
  width: 100%;
}
.invoice-template-download__form__label {
  font-weight: bold;
  margin-bottom: 3px;
}
.invoice-template-download__form__label--required {
  color: red;
}
.invoice-template-download__form__text {
  width: 100%;
  height: 30px;
}
.invoice-template-download__form__checkbox {
  margin: 0;
}
.invoice-template-download__form__button {
  min-width: 350px;
  padding: 10px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .invoice-template-download__form__button {
    min-width: 100%;
  }
}
.invoice-template-download__app-promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6c6e5;
  padding-bottom: 40px;
  margin-top: 60px;
  border-radius: 40px;
  min-width: 715px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .invoice-template-download__app-promo {
    width: 90%;
    min-width: 340px;
  }
}
.invoice-template-download__app-promo__title {
  text-align: center;
  font-weight: 600;
  margin: 40px 0;
  font-size: 25px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .invoice-template-download__app-promo__title {
    font-size: 20px;
    margin: 20px;
  }
}
.invoice-template-download__app-promo__img {
  width: 130px;
}
@media (max-width: 768px) {
  .invoice-template-download__app-promo__img {
    width: 80px;
  }
}
.invoice-template-download__app-promo__description {
  font-size: 20px;
  color: #333;
  margin-top: 15px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .invoice-template-download__app-promo__description {
    font-size: 15px;
  }
}
.invoice-template-download__app-promo__download {
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
  display: flex;
}
@media (max-width: 768px) {
  .invoice-template-download__app-promo__download {
    margin-top: 0;
    width: 280px;
  }
}/*# sourceMappingURL=page-invoice-template-download.css.map */