.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;
}

.plan-table-label--compare-table {
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  display: flex;
  border-top: 1px solid #1f286f;
  border-bottom: 1px solid #1f286f;
  border-right: 2px solid #1f286f;
  border-left: 2px solid #1f286f;
  background: #f4f4f4;
  background: #e0e8ff;
}
.plan-table-label--price-table {
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  display: flex;
  border-top: 1px solid #1f286f;
  border-bottom: 1px solid #1f286f;
  border-right: 2px solid #1f286f;
  border-left: 2px solid #1f286f;
  background: #f4f4f4;
}
.plan-table-label--first-row-price-table {
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  display: flex;
  border-top: 1px solid #1f286f;
  border-bottom: 1px solid #1f286f;
  border-right: 2px solid #1f286f;
  border-left: 2px solid #1f286f;
  background: #f4f4f4;
  border-top: 2px solid #1f286f;
}

.price-table {
  display: flex;
}
.price-table-box {
  line-height: 1.8;
  width: 50%;
  height: 140px;
  border-right: 1px solid #1f286f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-table-box-first-col {
  border-left: 2px solid #1f286f;
}
.price-table-box-end-col {
  border-right: 2px solid #1f286f;
}
.price-table-plan {
  font-weight: 500;
  padding: 15px;
  border-radius: 12px;
  height: 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.price-table-free {
  color: #ffffff;
  background: #1d2362;
}
.price-table-paid-kaikei {
  color: #1d2362;
  background: #fff302;
}
.price-table-paid-invoice {
  color: #ffffff;
  background: #ea6da3;
}
.price-table__description-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.price-table__description-group {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.price-table__description-yen {
  font-size: 11px;
  font-weight: 500;
}
.price-table__description-text {
  font-size: 10px;
  font-weight: 500;
}
.price-table__description-bold {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.price-table__description-bold.zero {
  font-size: 49px;
}
.price-table__description-note {
  color: #ff0000;
  font-size: 10px;
  padding-top: 5px;
  font-weight: 500;
}
.price-table__description-note.important {
  font-size: 12px;
  font-weight: 700;
}

.price-plan {
  margin-top: 40px;
  margin-bottom: 20px !important;
  padding: 0;
}
.price-plan__title {
  font-size: 16px;
  font-weight: 600;
  color: #1e2362;
  margin-bottom: 16px;
  padding-top: 0;
  position: static;
  text-align: center;
  width: auto;
  line-height: unset;
}
.price-plan__price {
  font-size: 41px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #1e2362;
}
@media screen and (min-width: 768px) {
  .price-plan__price {
    font-size: 46px;
  }
}
.price-plan__subtitle {
  position: static;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.price-plan__text {
  position: static;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #1e2362;
  text-align: center;
  margin-bottom: 16px;
  display: block;
  background-color: unset;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .price-plan__text {
    font-size: 16px;
  }
}
.price-plan__text__invoice-price-description__base {
  display: flex;
  font-size: 23px;
  font-weight: 600;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .price-plan__text__invoice-price-description__base {
    font-size: 20px;
  }
}
.price-plan__text__invoice-price-description__highlight {
  color: #FFF100;
  -webkit-text-stroke: 5px #1d2362;
  paint-order: stroke fill;
  text-shadow: 4px 4px 1px #1d2362, 5px 5px 1px #1d2362;
  font-size: 42px;
  padding: 0 7px 0 0;
}
.price-plan__text__invoice-price-description__highlight.free {
  padding: 0 5px;
  letter-spacing: 7px;
}
.price-plan__text__invoice-price-description__mark {
  line-height: 1.5;
  align-self: end;
  rotate: 19deg;
  font-size: 41px;
}
@media screen and (min-width: 768px) {
  .price-plan__line-break {
    display: none;
  }
}
.price-plan__buttons {
  display: flex;
  gap: 0px;
  justify-content: center;
  margin-top: 32px;
}
.price-plan__button--left {
  width: 270px;
  max-width: initial;
  height: 50px;
  border-radius: 10px 0 0 10px;
  padding-inline: 0 !important;
  border: 2px solid #1d2362;
  background-color: #ffffff;
  color: #1d2362;
}
.price-plan__button--left.is-active {
  background-color: #1d2362;
  color: #ffffff;
  border: none;
}
.price-plan__button--left.is-active:hover {
  background-color: rgba(29, 35, 98, 0.7019607843);
  color: #fff;
}
.price-plan__button--left:hover {
  background-color: #ffffff;
  color: rgba(29, 35, 98, 0.7019607843);
}
.price-plan__button--right {
  width: 270px;
  max-width: initial;
  height: 50px;
  border-radius: 0 10px 10px 0;
  padding-inline: 0 !important;
  border: 2px solid #1d2362;
  background-color: #ffffff;
  color: #1d2362;
}
.price-plan__button--right.is-active {
  background-color: #1d2362;
  color: #ffffff;
  border: none;
}
.price-plan__button--right.is-active:hover {
  background-color: rgba(29, 35, 98, 0.7019607843);
  color: #fff;
}
.price-plan__button--right:hover {
  background-color: #ffffff;
  color: rgba(29, 35, 98, 0.7019607843);
}
.price-plan__pc-contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .price-plan__pc-contents {
    display: none;
  }
}
.price-plan__pc-contents__content--free {
  width: 40vw;
  max-width: 300px;
  margin-bottom: 0;
}
.price-plan__pc-contents__content--billing {
  width: 40vw;
  max-width: 350px;
  margin-bottom: 0;
}
.price-plan__pc-contents--header {
  font-weight: bold;
  border-bottom: none;
  border: 2px solid #1d2362;
  border-bottom: none;
  text-align: center;
  border-radius: 8px 8px 0 0;
  font-size: 24px;
  padding: 10px 30px;
}
.price-plan__pc-contents--header.free-price {
  color: #ffffff;
  background-color: #1d2362;
}
.price-plan__pc-contents--header.billing-price {
  color: #1d2362;
  background-color: #fff200;
}
.price-plan__pc-contents--header.billing-price.invoice {
  background-color: #eb6ea5;
  color: #ffffff;
}
.price-plan__pc-contents--body {
  background-color: #ffffff;
  color: #1d2362;
  text-align: center;
  border: 2px solid #1d2362;
  display: block;
  height: 250px;
  padding: 0;
  border-radius: 0 0 8px 8px;
}
.price-plan__pc-contents--body__text {
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}
.price-plan__pc-contents--body__invoice-free-note-text__highlight {
  font-size: 25px;
  color: #e84444;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
.price-plan__pc-contents--body__red-notification {
  font-size: 16px;
  color: #e84444;
  font-weight: bold;
  padding: 8px 16px;
}
.price-plan__pc-contents--body__free-price-area {
  margin: 0;
  line-height: 1;
  margin: 16px 0 0 0;
}
.price-plan__pc-contents--body__free-price {
  font-size: 90px;
  font-weight: 600;
  margin-bottom: 18px;
}
.price-plan__pc-contents--body__billing-price-area {
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
  line-height: 1;
}
.price-plan__pc-contents--body__billing-price {
  font-size: 48px;
  font-weight: 600;
  color: #1f286f;
}
.price-plan__pc-contents--body__payment-method {
  color: #1f286f;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.price-plan__pc-contents--body__yen {
  color: #1f286f;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.price-plan__sp-contents {
  min-width: 330px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 8px;
  border-bottom: 2px solid #1d2362;
}
@media screen and (min-width: 768px) {
  .price-plan__sp-contents {
    display: none;
  }
}
.price-plan__note {
  font-size: 13px;
  font-weight: 500;
  color: #1f286f;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-plan__note {
    margin-bottom: 28px;
    text-align: center;
  }
}
.price-plan__button {
  margin-top: 16px;
  margin-bottom: 8px;
  min-height: 40px;
  min-width: 300px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .price-plan__button {
    margin-top: 0;
    margin-bottom: 8px;
    min-height: 54px;
    min-width: 400px;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .price-plan--break-line-only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .price-plan--break-line-only-sp {
    display: none;
  }
}

.user-voice {
  padding: 90px 0 !important;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .user-voice {
    padding: 60px 0 !important;
  }
}
.user-voice__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: static;
  width: auto;
  line-height: normal;
  margin-bottom: 24px;
}
.user-voice__title {
  color: #1d2362;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .user-voice__title {
    font-size: 46px;
  }
}
.user-voice__subtitle {
  color: #1d2362;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  position: static;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user-voice__subtitle {
    font-size: 18px;
  }
}
.user-voice__contents {
  overflow: visible !important;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .user-voice__contents {
    padding: 0;
  }
}
.user-voice__contents * .slick-track {
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
  overflow: visible;
}
.user-voice__contents * .slick-slide {
  width: 270px !important;
}
@media screen and (min-width: 768px) {
  .user-voice__contents * .slick-slide {
    width: 300px !important;
  }
}
.user-voice__contents .slick-dots {
  bottom: -45px;
}
.user-voice__contents__arrow-button {
  width: 54px !important;
  height: 54px !important;
  background-color: #1f286f !important;
  border: 1px solid transparent !important;
  cursor: pointer;
  z-index: 2;
  border: 1px solid transparent !important;
}
.user-voice__contents__arrow-button::after {
  color: #ffffff;
  font-size: 20px;
}
.user-voice__contents__arrow-button.slick-prev {
  left: 5px;
}
.user-voice__contents__arrow-button.slick-next {
  left: 970px;
}
@media screen and (min-width: 768px) and (max-width: 1037px) {
  .user-voice__contents__arrow-button.slick-next {
    left: 646px;
  }
}
@media screen and (max-width: 767px) {
  .user-voice__contents__arrow-button.slick-next {
    top: 156px;
    left: 333px;
  }
}
.user-voice__content {
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #1d2362;
}
.user-voice__content--name {
  padding-top: 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.1;
}
.user-voice__content--image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 150px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.user-voice__content--summary {
  line-height: 1.4;
  font-size: 17px;
  font-weight: bold;
  color: #1d2362;
  margin-bottom: 5px;
  text-align: left;
  min-height: 70px;
}
.user-voice__content--text {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .user-voice__content--text {
    display: block !important;
  }
}
.user-voice__content--detail-button {
  margin-bottom: 10px;
  align-self: self-end;
  width: auto;
  font-size: 14px;
  padding: 8px 10px;
}
.user-voice__content--detail-button :hover {
  background-color: #1f286f;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .user-voice__content--detail-button {
    display: none !important;
  }
}
.user-voice__dialog {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-voice__dialog--overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.user-voice__dialog--content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  min-width: 300px;
  max-width: 400px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.user-voice__dialog--close {
  position: absolute;
  top: 13px;
  right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background: #1f286f;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease;
}
.user-voice__dialog--close:hover {
  background: #3243a0;
}
.user-voice__dialog--contents {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  display: block !important;
}

.movie {
  padding: 90px 0 !important;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 60px 0 !important;
  }
}
.movie__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: static;
  width: auto;
  line-height: normal;
  margin-bottom: 24px;
}
.movie__title {
  color: #1d2362;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .movie__title {
    font-size: 46px;
  }
}
.movie__subtitle {
  color: #1d2362;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .movie__subtitle {
    font-size: 18px;
  }
}
.movie__contents {
  overflow: visible !important;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .movie__contents {
    padding: 0;
    width: 100%;
  }
}
.movie__contents * .slick-track {
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
  overflow: visible;
}
.movie__contents * .slick-slide {
  width: 270px !important;
}
@media screen and (min-width: 768px) {
  .movie__contents * .slick-slide {
    width: 300px !important;
  }
}
.movie__contents .slick-dots {
  bottom: -45px;
}
.movie__contents__arrow-button {
  width: 54px !important;
  height: 54px !important;
  background-color: #1f286f !important;
  border: 1px solid transparent !important;
  cursor: pointer;
  z-index: 2;
  border: 1px solid transparent !important;
}
.movie__contents__arrow-button::after {
  color: #ffffff;
  font-size: 20px;
}
.movie__contents__arrow-button.slick-prev {
  left: 5px;
}
.movie__contents__arrow-button.slick-next {
  left: 970px;
}
@media screen and (min-width: 768px) and (max-width: 1037px) {
  .movie__contents__arrow-button.slick-next {
    left: 646px;
  }
}
@media screen and (max-width: 767px) {
  .movie__contents__arrow-button.slick-next {
    top: 156px;
    left: 333px;
  }
}
.movie__content {
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #8f94b7;
  padding: 20px 20px 40px 20px;
}
.movie__content__link {
  text-decoration: none;
}
.movie__content__img {
  height: 150px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.movie__content__title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 15px;
}
.movie__content__detail {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #1d2362;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
}

.invoice__template-download {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.invoice__template-download__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .invoice__template-download__contents {
    font-size: 18px;
  }
}
.invoice__template-download__contents__title {
  text-align: center;
}
.invoice__template-download__contents__button {
  min-width: 500px;
  margin: 20px 0px;
  padding: 1em;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .invoice__template-download__contents__button {
    min-width: 285px;
    padding: 0.7em;
    font-size: 16px;
  }
}
.invoice__template-download__image {
  position: absolute;
  max-width: 130px;
  left: calc(50% + 250px);
  top: 50%;
  transform: rotate(15deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .invoice__template-download__image {
    max-width: 60px;
    left: calc(50% + 105px);
    top: 37%;
  }
}
.invoice__three-features__title {
  position: static;
  width: 100%;
  margin: 0.5em auto;
  text-align: center;
  font-weight: bold;
  font-size: 2.625rem;
}
.invoice__faq__title {
  position: static;
  width: 100%;
  margin: 0.5em auto;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.invoice__related-links__title {
  position: static;
  width: 100%;
  margin: 0.5em auto;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.invoice__feature__link-area {
  margin: 60px auto;
  max-width: 1120px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.invoice__feature__link-area__text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.invoice__feature__link-area__button {
  margin-top: 0;
  margin-bottom: 8px;
  min-height: 54px;
  min-width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .invoice__feature__link-area__button {
    min-height: 50px;
    min-width: 320px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.invoice__price-plan__link-area {
  margin: 15px auto;
  max-width: 1120px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.invoice__price-plan__link-area__text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}
.invoice__price-plan__link-area__button {
  margin-top: 0;
  margin-bottom: 8px;
  min-height: 54px;
  min-width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .invoice__price-plan__link-area__button {
    min-height: 40px;
    min-width: 300px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=sp-invoice.css.map */