@charset "UTF-8";
.gift-books {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .gift-books {
    justify-content: center;
  }
  .gift-books-title {
    font-size: 1.2857142857rem;
  }
}

.gift-book {
  --book-width: 100%;
  --book-pad: 16px;
  --book-title-fs: 1rem;
  --book-price-fs: 0.7142857143rem;
  --book-author-fs: 1rem;
  --book-price-mar: 4px 0 12px;
  width: var(--book-width);
  display: grid;
  grid-template-columns: 30% auto;
  color: #1A1C2B;
  text-align: left;
  background-color: #ffffff;
}
.gift-book figure {
  margin: 0;
  padding: var(--book-pad);
  background-color: #EBEBEB;
}
.gift-book img {
  width: 100%;
  height: auto;
}
.gift-book-info {
  display: flex;
  flex-direction: column;
  padding: var(--book-pad);
}
.gift-book-title {
  margin: 0;
  color: inherit;
  font-size: var(--book-title-fs);
  text-align: left;
  line-height: line-height(16);
}
.gift-book-price {
  margin: var(--book-price-mar);
  font-size: var(--book-price-fs);
}
.gift-book-author {
  margin: auto 0 0 0;
  font-size: var(--book-author-fs);
}
.gift-book-author small {
  font-size: 75%;
}
@media (min-width: 640px) {
  .gift-book {
    --book-width: calc(50% - 10px);
    --book-title-fs: 1.1428571429rem;
    --book-price-fs: 0.8571428571rem;
    --book-author-fs: 1.1428571429rem;
    --book-price-mar: 4px 0 16px;
  }
}
@media (min-width: 768px) {
  .gift-book {
    --book-pad: 24px;
  }
}

/**********************************************/
/* MOVIE */
/**********************************************/
div#movie-wrap {
  margin-bottom: 3em;
  padding-top: 2em;
}
div#movie-wrap .uk-alert {
  color: #ff0000;
  font-weight: bold;
  background-color: #ffffdf;
}
div#movie-wrap iframe {
  outline: none;
}
div#movie-wrap h3 {
  padding: 8px;
  text-align: center;
  color: var(--blue-dark);
}
div#movie-wrap div.movie-area {
  padding-bottom: 2em;
}
div#movie-wrap div.movie-area .button-expand {
  display: none;
  padding: 8px;
  background-color: #ffffff;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-area {
    width: 100%;
    display: flex;
  }
  div#movie-wrap div.movie-area .button-expand {
    display: block;
  }
}
div#movie-wrap div.movie-area div.movie-cts {
  aspect-ratio: 16/9;
  width: 100%;
  height: fit-content;
  background-color: #000;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-area div.movie-cts {
    flex: 3;
    transition: flex 0.35s;
  }
}
@media only screen and (max-width: 768px) {
  div#movie-wrap div.movie-area div.movie-cts {
    margin-bottom: 1em;
  }
  div#movie-wrap div.movie-area div.movie-cts iframe {
    width: 100%;
  }
}
div#movie-wrap div.movie-area div.movie-side {
  display: grid;
  grid-template-rows: auto max-content;
  gap: 18px 0;
}
div#movie-wrap div.movie-area div.movie-side iframe {
  min-height: 420px;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-area div.movie-side {
    flex: 1;
    transition: flex 0.35s;
  }
  div#movie-wrap div.movie-area div.movie-side.is-expand {
    flex: 2;
  }
  div#movie-wrap div.movie-area div.movie-side iframe {
    min-height: auto;
  }
}
div#movie-wrap div.movie-area div.movie-side .movie-side-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 0;
  height: fit-content;
  background-color: #ffffff;
}
div#movie-wrap div.movie-area div.movie-side .button-download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 42px;
  min-width: 120px;
  color: #FFF;
  background: #3a004c;
  border-radius: 6px;
}
div#movie-wrap div.movie-area div.movie-side .u-button-text {
  line-height: 1.5;
}
div#movie-wrap div.enq-tokuten-area {
  position: relative;
  width: min(100%, 1000px);
  box-sizing: border-box;
  margin: 3em auto;
  padding: 0 1em 2em;
  border-radius: 6px;
  text-align: center;
  border: 2px solid #BA0039;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.enq-tokuten-area {
    padding: 0 2em 2em;
  }
}
div#movie-wrap div.enq-tokuten-area h3 {
  width: fit-content;
  margin: -1em auto 0;
  color: #BA0039;
  background-color: #ffffff;
}
div#movie-wrap div.enq-tokuten-area h3 + p {
  font-size: 16px;
}
div#movie-wrap div.enq-tokuten-area .gift-books {
  width: min(100%, 860px);
  margin-inline: auto;
}
div#movie-wrap div.enq-tokuten-area .gift-book {
  border: 1px solid #b9b9b9;
}
div#movie-wrap div.enq-tokuten-area .gift-book figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
}
div#movie-wrap div.enq-tokuten-area .gift-book img {
  width: auto;
  height: 100%;
  max-height: 100px;
}
@media (min-width: 48em) {
  div#movie-wrap div.enq-tokuten-area .gift-book {
    --book-pad: 1rem;
  }
}
div#movie-wrap div.enq-tokuten-area div.text {
  margin: 0 auto;
  background: #FFF;
  border: 8px;
  padding: 1rem;
  flex-grow: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
div#movie-wrap div.enq-tokuten-area div.text div.ttl {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
div#movie-wrap div.enq-tokuten-area div.text div.ttl i {
  display: block;
}
div#movie-wrap div.enq-tokuten-area div.text p {
  font-weight: bold;
  color: rgb(253, 107, 2);
}
div#movie-wrap div.enq-tokuten-area a.movie-enq-btn {
  margin: 1em auto 2em;
  width: min(50%, 220px);
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  background-color: #BA0039;
  border-radius: 8px;
}
div#movie-wrap div.enq-tokuten-area a.movie-enq-btn:hover {
  opacity: 0.75;
}
div#movie-wrap div.movie-dl-area {
  scroll-margin-block-start: 100px;
  padding: 2em 0;
}
div#movie-wrap div.movie-dl-area div.dl-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-dl-area div.dl-area {
    grid-template-columns: repeat(4, 1fr);
  }
}
div#movie-wrap div.movie-dl-area div.dl-area div.uk-card a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div#movie-wrap div.movie-dl-area div.dl-area div.uk-card a div.text {
  margin-left: 1em;
  font-size: 13px;
}
div#movie-wrap div.movie-dl-area div.company {
  margin: 1rem 0;
  padding: 1em;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-dl-area div.company {
    padding: 2em 1em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
}
div#movie-wrap div.movie-dl-area div.company strong {
  display: block;
}
div#movie-wrap div.movie-dl-area div.company ul {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-dl-area div.company ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
}
div#movie-wrap div.movie-dl-area div.company ul li {
  margin: 0;
  padding: 0;
}
div#movie-wrap div.movie-foot {
  margin: 2em auto;
  padding: 2em 0;
  background-color: #FFF;
}
div#movie-wrap div.movie-foot ul {
  margin: 0;
  padding: 0 !important;
}
div#movie-wrap div.movie-foot div.btnarea {
  margin-top: 3em;
  text-align: center;
}
div#movie-wrap div.movie-foot div.btnarea a {
  margin: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}
div#movie-wrap div.movie-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-bottom-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
  }
}
div#movie-wrap div.movie-bottom-nav div.movie-head {
  background: transparent;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-bottom-nav div.movie-head {
    padding: 1.2em;
  }
}
div#movie-wrap div.movie-bottom-nav div.movie-head div.ttl-wrap {
  margin: 0 auto;
}
div#movie-wrap div.movie-bottom-nav div.movie-head div.ttl-wrap h1 {
  margin: 0.5em 0;
  font-size: 1.4em;
  line-height: 140%;
  color: #FFF;
}
div#movie-wrap div.movie-bottom-nav div.movie-head div.ttl-wrap h2 {
  margin: 0;
  font-size: 1em;
  color: #FFF;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-bottom-nav div.movie-head div.ttl-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  div#movie-wrap div.movie-bottom-nav div.movie-head div.ttl-wrap h1 {
    margin-top: 0;
  }
}
div#movie-wrap div.movie-bottom-nav div.movie-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-bottom-nav div.movie-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
div#movie-wrap div.movie-bottom-nav div.movie-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
div#movie-wrap div.movie-bottom-nav div.movie-nav ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#movie-wrap div.movie-bottom-nav div.movie-nav ul li a {
  padding: 0 1em;
  color: #FFF;
}
div#movie-wrap div.movie-bottom-nav div.movie-nav ul li a i {
  margin-left: 4px;
  height: 12px;
  color: #fd8d1c;
}
div#movie-wrap div.movie-bottom-nav div.movie-nav ul li a:hover {
  opacity: 0.75;
}
div#movie-wrap div.movie-bottom-nav div.movie-nav ul li:after {
  margin-left: 4px;
  height: 14px;
  content: "";
  border-right: solid 1px #CCC;
}
div#movie-wrap div.movie-bottom-nav div.movie-nav ul li:last-child:after {
  display: none;
}
div#movie-wrap div.movie-bottom-nav div.movie-nav .balloon {
  display: none;
}
div#movie-wrap div.movie-bottom-nav div.movie-nav .balloon:before {
  display: none;
}
@media print, screen and (min-width: 769px) {
  div#movie-wrap div.movie-bottom-nav div.movie-nav .balloon {
    position: absolute;
    top: -100px;
    left: 0px;
    display: inline-block;
    margin: 1.5em 0;
    padding: 1em;
    width: 120px;
    min-height: 50px;
    background: #BA0039;
    box-sizing: border-box;
    border-radius: 8px;
  }
  div#movie-wrap div.movie-bottom-nav div.movie-nav .balloon p {
    margin: 0;
    white-space: normal;
    line-height: 140%;
    font-size: 11px;
    color: #FFF;
    text-align: left;
  }
  div#movie-wrap div.movie-bottom-nav div.movie-nav .balloon:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #BA0039;
    z-index: 0;
  }
}

div#modal-enq {
  top: unset;
  height: 50vh;
  padding: 0;
  outline: none !important;
  background: #FFF;
  border-radius: 18px 18px 0 0;
  box-shadow: -4px 0 12px #626262;
  overflow: hidden;
  opacity: 0.75;
  transform: translateY(500px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}
div#modal-enq.uk-open {
  opacity: 1;
  transform: translateY(0px);
}
div#modal-enq div.uk-modal-dialog {
  padding: 42px 12px 12px;
  width: 100% !important;
  position: relative;
  height: 100%;
}
div#modal-enq div.uk-modal-dialog button.uk-close {
  top: 18px;
  right: 18px;
  color: #000;
  position: fixed;
}
div#modal-enq div.uk-modal-dialog button.uk-close:hover {
  opacity: 0.5;
}
div#modal-enq div.uk-modal-dialog div.enq-wrap {
  margin: 0 auto;
  width: 100% !important;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
div#modal-enq div.uk-modal-dialog div.enq-wrap::-webkit-scrollbar {
  width: 10px;
}
div#modal-enq div.uk-modal-dialog div.enq-wrap::-webkit-scrollbar-track {
  background-color: #d3e4fb;
}
div#modal-enq div.uk-modal-dialog div.enq-wrap::-webkit-scrollbar-thumb {
  background-color: #263357;
}
div#modal-enq div.uk-modal-dialog div.enq-wrap div.uk-modal-header {
  margin-bottom: 18px;
  padding: 0 0 18px;
}
div#modal-enq div.uk-modal-dialog div.enq-wrap div.uk-modal-header h2.uk-modal-title {
  font-size: 14px;
  text-align: center;
}
div#modal-enq div.uk-modal-dialog div.enq-wrap div.uk-modal-body {
  margin: 0 auto;
  padding: 12px;
  max-width: 960px;
}
div#modal-enq div.uk-modal-dialog div.enq-wrap .CmnBtnClr {
  color: #FFF;
}

div#movie-info h2 {
  font-size: 1.2rem;
  text-align: center;
}
div#movie-info ul.uk-list-divider {
  padding: 0;
}
div#movie-info ul.uk-list-divider > li {
  padding: 1.5em 0;
}
div#movie-info ul.uk-list-divider > li div.info-wrap div.info-head {
  margin-bottom: 0.3em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div#movie-info ul.uk-list-divider > li div.info-wrap div.info-head div.title {
  font-size: 1.15rem;
  font-weight: bold;
  color: #3a004c;
}
div#movie-info ul.uk-list-divider > li div.info-wrap div.info-body {
  font-size: 12px;
  line-height: 150%;
}
div#movie-info ul.uk-list-divider > li i {
  margin-right: 4px;
  height: 12px;
  color: #fd8d1c;
}

div#enq-wrap {
  margin: 0 auto;
  padding: 2em;
  max-width: 960px;
}
div#enq-wrap div#enq-head {
  margin-bottom: 2em;
}
div#enq-wrap div#enq-head div#ttl-head {
  margin-bottom: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: bold;
  gap: 24px;
}
div#enq-wrap div#enq-head div#ttl-head div.ses-num {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  min-height: 60px;
  min-width: 60px;
  background: #263357;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  div#enq-wrap div#enq-head div#ttl-head div.ses-num {
    font-size: 1.3rem;
    width: 45px;
    height: 45px;
  }
}
div#enq-wrap div#enq-head div#ttl-head div.ttl {
  width: 100%;
}
div#enq-wrap div#enq-head div#ttl-head div.ttl h1 {
  margin: 0 0 8px;
  font-size: 30px;
  color: #111;
  font-weight: bold;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  div#enq-wrap div#enq-head div#ttl-head div.ttl h1 {
    font-size: 1.2rem;
  }
}
div#enq-wrap div#enq-head div#ttl-head div.ttl h1 strong {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  font-weight: bolder;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  div#enq-wrap div#enq-head div#ttl-head div.ttl h1 strong {
    font-size: 0.8rem;
  }
}
div#enq-wrap div#enq-head div#ttl-text {
  padding-top: 1.5em;
  border-top: solid 1px #c2c2c2;
  width: 100%;
  margin-top: 1em;
}
@media print, screen and (min-width: 769px) {
  div#enq-wrap div#enq-head div#ttl-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
div#enq-wrap div#enq-head div#ttl-text p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  div#enq-wrap div#enq-head div#ttl-text p {
    font-size: 0.8em;
  }
}
div#enq-wrap div#enq-head div#ttl-text p.kousi {
  margin: 0 0 0.5em;
}
@media print, screen and (min-width: 769px) {
  div#enq-wrap div#enq-head div#ttl-text p.company {
    margin-left: 1em;
    text-align: right;
  }
}
div#enq-wrap div#enq-lead h3 {
  width: 80%;
  margin: 0 auto 1em;
  padding: 28px;
  font-weight: bold;
  font-size: 1.2rem;
  background: #fee2e2;
  color: #991b1b;
  text-align: center;
}
div#enq-wrap div.enq-area {
  margin-bottom: 3em;
  border-radius: 6px;
  padding: 2em 1em;
  text-align: center;
  background-color: #f6f6f6;
  border: solid 1px var(--blue-dark);
}
@media print, screen and (min-width: 769px) {
  div#enq-wrap div.enq-area {
    padding: 2em;
  }
}
div#enq-wrap div.enq-area h4 {
  font-weight: bold;
  color: var(--blue-dark);
  color: var(--blue-dark);
  line-height: 160%;
}
@media print, screen and (min-width: 769px) {
  div#enq-wrap div.enq-area h4 {
    font-size: 24px;
  }
}
div#enq-wrap div.enq-area h4 strong {
  font-size: 15px;
}
div#enq-wrap div.enq-area h4 i {
  margin-right: 8px;
}
div#enq-wrap div.enq-area div.enq-tokuten-text div.btn {
  margin: 2em auto;
  text-align: center;
}
div#enq-wrap div.enq-area div.enq-tokuten-text div.btn a.uk-button {
  margin: 0 auto;
  padding: 0.3em 1em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #57169d;
  color: #FFF;
  font-weight: bold;
  width: 360px;
  font-size: 1.6em;
}
@media only screen and (max-width: 768px) {
  div#enq-wrap div.enq-area div.enq-tokuten-text div.btn a.uk-button {
    margin-bottom: 6px;
    font-size: 1.1em;
    width: unset;
  }
}
div#enq-wrap div.enq-area div.enq-tokuten-text div.btn a.uk-button:hover {
  opacity: 0.75;
}
div#enq-wrap div.enq-area div.enq-tokuten-text div.btn p {
  margin-top: 1em;
  text-align: center;
}
div#enq-wrap div.enq-area div.enq-tokuten-text div.gift {
  margin: 0 auto 2em;
  max-width: 640px;
  color: #333;
  text-align: left;
}
div#enq-wrap div.enq-area div.enq-tokuten-text div.gift h5 {
  width: fit-content;
  margin: 1em auto 1em;
  padding: 8px;
  font-weight: bold;
  background: var(--blue-dark);
  color: #ffffff;
  text-align: center;
}
div#enq-wrap div.enq-area div.enq-tokuten-text div.gift p {
  margin: 8px 0;
  text-align: center;
}
div#enq-wrap div.enq-area div.enq-tokuten-text div.gift p strong {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--blue-dark);
}
div#enq-wrap div.enq-area div.enq-tokuten-text div.gift p.lead {
  font-weight: bold;
  line-height: 180%;
}
div#enq-wrap div.enq-area div.enq-tokuten-text div.gift a.uk-button {
  margin-bottom: 1em;
  background: #FFF;
}

ul.cmn-enq-list {
  margin: 0;
  padding: 0;
}
ul.cmn-enq-list li {
  margin-bottom: 2em;
}
ul.cmn-enq-list li div.enq-ttl {
  margin-bottom: 1em;
  display: flex;
  font-weight: bold;
  color: #133379;
  align-items: center;
}
ul.cmn-enq-list li div.enq-ttl div.num {
  margin-right: 1em;
  padding: 4px 8px;
  font-size: 0.9rem;
  align-self: baseline;
  background: #133379;
  color: #fff;
  font-weight: normal;
}
ul.cmn-enq-list li div.enq-cts label {
  margin-bottom: 0.5em;
  display: flex;
  line-height: 24px;
  align-items: center;
}
ul.cmn-enq-list li div.enq-cts label input {
  min-width: 16px;
}
ul.cmn-enq-list li div.enq-cts label input + textarea {
  margin: 8px 20px;
}
@media only screen and (max-width: 768px) {
  ul.cmn-enq-list li div.enq-cts label input + textarea {
    max-width: 300px;
    width: 90%;
  }
}
ul.cmn-enq-list li div.enq-cts label p {
  margin: 0;
}

/**********************************************/
/* HR  */
/**********************************************/
:root {
  --blue-dark: #042778;
}

@media only screen and (max-width: 768px) {
  #Href2025Wrap {
    padding-top: 40px;
  }
}
#Href2025Wrap div#Head {
  background-image: linear-gradient(#3C004E 0%, #1A002B 71%, #180029 100%);
  height: 40px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.28) inset;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  #Href2025Wrap div#Head {
    margin: 0 0;
    position: relative;
    height: 56px;
  }
}
#Href2025Wrap div#Head .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}
#Href2025Wrap div#Head .logo a {
  display: flex;
  align-items: flex-end;
  gap: 0.12em;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.38);
}
#Href2025Wrap div#Head .logo a * {
  font-family: "Oswald", sans-serif;
}
#Href2025Wrap div#Head .logo span:not(.logo-vol) {
  font-size: inherit;
}
#Href2025Wrap div#Head .logo-HRE {
  color: #F5D651;
}
#Href2025Wrap div#Head .logo-vol {
  margin-left: 2px;
  font-size: 10px;
  font-weight: 200;
  border: solid 0.5px #ffffff;
  padding: 2px 3px;
}
@media (min-width: 768px) {
  #Href2025Wrap div#Head .logo a {
    font-size: 22px;
  }
  #Href2025Wrap div#Head .logo-vol {
    font-size: 12px;
  }
}
#Href2025Wrap div#Head div.uk-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Href2025Wrap div#Href2025CmnHead h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
  padding: 36px 0;
  font-size: 20px;
  text-align: center;
}
#Href2025Wrap div#Href2025CmnHead h2:after {
  content: "";
  display: block;
  height: 5px;
  width: 95%;
  background-color: var(--blue-dark);
}
@media (min-width: 768px) {
  #Href2025Wrap div#Href2025CmnHead {
    padding: 40px 0;
    font-size: 28px;
  }
}
#Href2025Wrap a.uk-button {
  color: var(--blue-dark);
  font-weight: 600;
  border-color: var(--blue-dark);
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  #Href2025Wrap a.uk-button {
    margin-bottom: 8px;
  }
}
#Href2025Wrap a.uk-button.uk-button-large {
  min-width: 240px !important;
  max-width: 240px;
  font-size: 16px;
}
#Href2025Wrap a.uk-button.uk-button-primary, #Href2025Wrap a.uk-button.CmnBtnClr {
  color: #ffffff;
  background-color: var(--blue-dark) !important;
}
#Href2025Wrap div.btn-wrap {
  padding: 3em 0;
  text-align: center;
}
#Href2025Wrap .btn-submit {
  font-weight: bold;
  background: #f5af19;
  color: #111;
  border: none;
}
#Href2025Wrap .uk-text-danger {
  color: #132f56 !important;
}
#Href2025Wrap div.lead {
  margin: 2em 0;
  text-align: center;
}
#Href2025Wrap div.lead h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.2rem;
}

/*-----------------------------------------
申込
-----------------------------------------*/
div#EntryPage div.uk-container {
  margin: 40px auto;
  max-width: 940px;
}
div#EntryPage div#Hri2021Head {
  margin-bottom: 0;
}
div#EntryPage div#entry-step {
  width: 80%;
  max-width: 860px;
  margin: 0 auto;
}
div#EntryPage div#entry-step .steps {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px 0;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(90deg, transparent, transparent 30px, #1e3a8a 30px, #1e3a8a 31px, transparent 31px, transparent);
}
div#EntryPage div#entry-step .step {
  display: flex;
  align-items: center;
  gap: 0 12px;
  width: 100%;
  padding: 0 16px;
  color: var(--blue-dark);
  font-weight: 600;
  background-color: #ffffff;
}
div#EntryPage div#entry-step .step p {
  margin: 10px 0;
  font-size: 16px;
}
div#EntryPage div#entry-step .step .number {
  display: block;
  color: var(--blue-dark);
  font-family: "Oswald", sans-serif;
  font-weight: 200;
}
div#EntryPage div#entry-step .step.active {
  padding: 0 24px 0 16px;
  border: 1px solid var(--blue-dark);
  box-shadow: 0 2px 8px 0 rgba(4, 39, 120, 0.1), 0 2px 16px 0 rgba(4, 39, 120, 0.1);
}
div#EntryPage div#entry-step .status {
  flex: none;
  display: flex;
  flex-direction: column;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--blue-dark);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12.606" height="9.071" viewBox="0 0 12.606 9.071"%3E%3Cpath id="Union_3" data-name="Union 3" d="M4.243,9.193.707,5.657A1,1,0,0,1,2.121,4.243L4.949,7.071,11.314.707a1,1,0,0,1,1.414,1.414L5.657,9.193a1,1,0,0,1-1.414,0Z" transform="translate(-0.414 -0.414)" fill="%23042778"/%3E%3C/svg%3E');
  background-position: center;
}
div#EntryPage div#entry-step .status.done {
  border-color: #042778;
  background-color: #042778;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12.606" height="9.071" viewBox="0 0 12.606 9.071"%3E%3Cpath id="Union_3" data-name="Union 3" d="M4.243,9.193.707,5.657A1,1,0,0,1,2.121,4.243L4.949,7.071,11.314.707a1,1,0,0,1,1.414,1.414L5.657,9.193a1,1,0,0,1-1.414,0Z" transform="translate(-0.414 -0.414)" fill="%23ffffff"/%3E%3C/svg%3E');
}
@media (min-width: 768px) {
  div#EntryPage div#entry-step .steps {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background-image: linear-gradient(transparent, transparent calc(50% - 0.5px), #1e3a8a calc(50% - 0.5px), #1e3a8a calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent);
  }
  div#EntryPage div#entry-step .step {
    width: max-content;
  }
  div#EntryPage div#entry-step .step p {
    margin: 20px 0;
    font-size: 18px;
  }
}
div#EntryPage div.notice {
  margin: 2em 0 4em;
  border: solid 1px #333;
  padding: 2em;
}
div#EntryPage div.notice h3 {
  text-align: center;
}
div#EntryPage div.table-wrap {
  margin-bottom: 4em;
  /* スケジュールテーブル */
}
@media print, screen and (min-width: 769px) {
  div#EntryPage div.table-wrap {
    margin-bottom: 3em;
  }
}
div#EntryPage div.table-wrap h4 {
  font-weight: bold;
  font-size: 1.2em;
  color: #132f56;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div#EntryPage div.table-wrap h4 div.date {
  margin-right: 1em;
  font-size: 1.4em;
  font-weight: bold;
  font-family: Arial Black, Helvetica, sans-serif !important;
}
div#EntryPage div.table-wrap .uk-table {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 24px rgba(3, 10, 34, 0.18);
}
div#EntryPage div.table-wrap .uk-table thead {
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  text-align: center;
}
div#EntryPage div.table-wrap .uk-table thead th {
  padding: 16px 16px;
  color: #fff;
  font-weight: bold;
  font-family: Arial Black, Helvetica, sans-serif !important;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  div#EntryPage div.table-wrap .uk-table thead th.id {
    width: 40px;
    max-width: 40px;
  }
  div#EntryPage div.table-wrap .uk-table thead th.time {
    max-width: 160px;
  }
  div#EntryPage div.table-wrap .uk-table thead th.ttl {
    min-width: 360px;
  }
  div#EntryPage div.table-wrap .uk-table thead th.status {
    width: 100px;
    text-align: center;
  }
}
div#EntryPage div.table-wrap .uk-table thead th:first-of-type {
  background-color: #334155;
}
div#EntryPage div.table-wrap .uk-table thead th:last-of-type {
  background-color: #64748b;
}
@media only screen and (max-width: 768px) {
  div#EntryPage div.table-wrap .uk-table tbody tr {
    margin-bottom: 1em;
  }
  div#EntryPage div.table-wrap .uk-table tbody tr:after {
    content: "";
    clear: both;
    display: block;
  }
}
div#EntryPage div.table-wrap .uk-table tbody td {
  padding: 16px;
  font-size: 13px;
  vertical-align: middle;
}
div#EntryPage div.table-wrap .uk-table tbody td:first-of-type {
  background-image: linear-gradient(90deg, transparent, transparent calc(100% - 1px), #cbd5e1 calc(100% - 1px));
}
div#EntryPage div.table-wrap .uk-table tbody td p {
  margin: 0;
}
div#EntryPage div.table-wrap .uk-table tbody td p.company {
  margin-top: 0.5em;
  font-size: 12px;
}
div#EntryPage div.table-wrap .uk-table tbody td.id {
  text-align: center;
  font-weight: bold;
  font-family: Arial Black, Helvetica, sans-serif !important;
  color: #132f56;
  width: 40px;
}
div#EntryPage div.table-wrap .uk-table tbody td.time {
  max-width: 100px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}
div#EntryPage div.table-wrap .uk-table tbody td.ttl {
  min-width: 280px;
}
div#EntryPage div.table-wrap .uk-table tbody td.ttl h2 {
  margin: 0 0 0.5em;
  font-size: 1rem;
}
div#EntryPage div.table-wrap .uk-table tbody td.ttl h3 {
  margin: 0;
  font-size: 0.85rem;
}
div#EntryPage div.table-wrap .uk-table tbody td.status {
  max-width: 120px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  div#EntryPage div.table-wrap .uk-table tbody td:first-of-type {
    background: none;
  }
  div#EntryPage div.table-wrap .uk-table tbody td.id {
    padding: 6px;
    width: 100%;
    background: #111;
    color: #fff;
  }
  div#EntryPage div.table-wrap .uk-table tbody td.time {
    max-width: unset;
    text-align: left;
  }
  div#EntryPage div.table-wrap .uk-table tbody td.ttl {
    min-width: 280px;
  }
  div#EntryPage div.table-wrap .uk-table tbody td.ttl h2 {
    margin: 0 0 0.5em;
    font-size: 1.2rem;
  }
  div#EntryPage div.table-wrap .uk-table tbody td.ttl h3 {
    margin: 0;
    font-size: 0.85rem;
  }
  div#EntryPage div.table-wrap .uk-table tbody td.status {
    text-align: center;
    width: 50%;
    float: left;
  }
}
div#EntryPage div.table-wrap .uk-table tbody td a.uk-btn {
  margin: 0 auto;
  color: rgb(255, 255, 255);
  padding: 6px;
  background: rgb(17, 153, 142);
  border-radius: 4px;
  border: solid 1px rgb(17, 153, 142);
  display: block;
  width: 90px;
  text-align: center;
}
div#EntryPage div.table-wrap .uk-table tbody td a.uk-btn.btn-cancel {
  background: #F3F3F3;
  color: #111;
  border: solid 1px #CCC;
}
div#EntryPage div.table-wrap .uk-table tbody td a.uk-btn.btn-watch {
  color: #111;
  background: #FFF;
  border: solid 1px #CCC;
}
div#EntryPage div.table-wrap .uk-table tbody td a.uk-btn.btn-watch svg {
  margin-left: 0.5em;
}
div#EntryPage div.table-wrap .uk-table tbody td a.uk-btn.dl {
  background: #ff3300 !important;
}
div#EntryPage div.table-wrap .uk-table tbody td a.uk-btn:hover {
  opacity: 0.6;
}
div#EntryPage div.table-wrap .uk-table tbody tr.ng {
  background: #f1f1f1;
}
div#EntryPage div.table-wrap .uk-table tbody tr.ng td p.ng-text {
  color: red;
  font-weight: bold;
}
div#EntryPage div.table-wrap .uk-table tbody tr.ng td.id {
  color: #868686;
}
div#EntryPage div.uk-container {
  max-width: 860px;
}

#CmnOrderFormWrap {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 5px 24px rgba(3, 10, 34, 0.18);
}
#CmnOrderFormWrap div.uk-margin {
  overflow: hidden;
  border-bottom-color: #E2E8F0;
}
#CmnOrderFormWrap .uk-form-label {
  font-weight: 600;
}
