.entry {
  background-color: #EDF5FB;
}
.entry-body {
  background-color: #FEFEFE;
  width: 1010px;
  max-width: 97%;
  margin: 0 auto;
}
.entry-body h1 {
  padding: 60px 0;
  text-align: center;
  font-size: 48px;
  line-height: 57.6px;
  color: #050505;
}
@media screen and (max-width: 599px) {
  .entry-body h1 {
    font-size: 32px;
    line-height: 38.4px;
    padding: 40px 0;
  }
}
.entry-body section {
  width: 810px;
  max-width: 90%;
  margin: 0 auto 70px;
}
.entry-body section h2 {
  font-size: 30px;
  padding-left: 10px;
  border-left: 7px solid #1D9BF0;
  margin-bottom: 20px;
  color: #050505;
}
@media screen and (max-width: 599px) {
  .entry-body section h2 {
    font-size: 24px;
    padding-left: 8px;
    border-left: 5px solid #1D9BF0;
    margin-bottom: 15px;
  }
}
.entry-body p {
  font-size: 18px;
  letter-spacing: 0.15rem;
  line-height: 25.2px;
  color: #050505;
}
@media screen and (max-width: 599px) {
  .entry-body p {
    font-size: 16px;
  }
}
.entry_price table {
  width: 100%;
  color: #050505;
  text-align: center;
}
.entry_price table tbody {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .entry_price table tbody {
    display: block;
  }
}
.entry_price table tr {
  display: flex;
  flex-direction: column;
  gap: 0 5px;
  width: 25%;
  margin: 0 2px;
}
@media screen and (max-width: 860px) {
  .entry_price table tr {
    width: 100%;
    margin-bottom: 12px;
  }
}
.entry_price table th {
  background: #EDF5FB;
  padding: 10px;
  height: 66px;
  letter-spacing: 0.15rem;
}
.entry_price table td {
  padding: 10px;
  background: #F8FBFC;
}
.entry_price table td p {
  font-size: 15px;
  line-height: 25.2px;
  letter-spacing: 0.1rem;
}
.entry_price table td p span {
  font-size: 12px;
}
.entry_price table td p:last-child {
  font-size: 20px;
  font-weight: bold;
}
.entry_closing table {
  width: 100%;
  color: #050505;
  text-align: center;
}
.entry_closing table tbody {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .entry_closing table tbody {
    display: block;
  }
}
.entry_closing table tr {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 5px;
}
@media screen and (max-width: 860px) {
  .entry_closing table tr {
    width: 100%;
    margin-bottom: 12px;
  }
}
.entry_closing table tr:first-child th {
  background: #1D9BF0;
}
.entry_closing table tr:first-child p {
  color: #1D9BF0;
}
.entry_closing table tr:last-child th {
  background-color: #0279C9;
}
.entry_closing table tr:last-child p {
  color: #0279C9;
}
.entry_closing table th {
  color: #FEFEFE;
  padding: 10px;
  letter-spacing: 0.15rem;
}
.entry_closing table td {
  padding: 15px;
  background: #F5FBFE;
}
.entry_closing table td p {
  font-size: 28px;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .entry_closing table td p {
    font-size: 22px;
  }
}
.entry_closing table td p span {
  font-size: 16px;
}
.entry_guide h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .entry_guide h5 {
    font-size: 18px;
  }
}
.entry_guide p {
  margin-bottom: 12px;
}
.entry_guide-post {
  margin-bottom: 36px;
}
.entry_guide-post p:last-child {
  padding-top: 12px;
}
.entry_guide-web {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .entry_guide-webBtn {
    text-align: center;
  }
}
.entry_guide-web button {
  width: 300px;
  max-width: 85%;
  height: 89px;
  background-color: #1D9BF0;
  color: #FEFEFE;
  border: none;
  border-radius: 15px;
  font-size: 22px;
  line-height: 26.4px;
  font-weight: bold;
  transition: 0.4s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 45px;
}
.entry_guide-web button:hover {
  background-color: #FEFEFE;
  color: #1D9BF0;
  transition: 0.4s;
}
.entry_guide-pdf img {
  margin-bottom: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 599px) {
  .entry_guide-pdfBtn {
    text-align: center;
  }
}
.entry_guide-pdf button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 237px;
  max-width: 100%;
  height: 64px;
  background-color: #FEFEFE;
  color: #1D9BF0;
  border: 2px solid #1D9BF0;
  border-radius: 15px;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: bold;
  transition: 0.4s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
}
.entry_guide-pdf button img {
  padding-right: 20px;
  margin-bottom: 0;
  box-shadow: none;
}
.entry_guide-pdf button:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.entry_award h5 {
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 8px;
}
.entry_award ul li {
  list-style: inside;
  line-height: 25.2px;
  font-size: 18px;
  letter-spacing: 0.15rem;
}
.entry_award-before {
  margin-bottom: 20px;
}
.entry_record h5 {
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 8px;
}
.entry_record-marathon {
  margin-bottom: 20px;
}
.entry_record-marathon p {
  margin-bottom: 12px;
}
.entry_record-marathon p:last-child {
  margin-bottom: 0;
}
.entry_special h5 {
  font-size: 22px;
  letter-spacing: 0.15rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .entry_special h5 {
    font-size: 18px;
  }
}
.entry_special-before {
  margin-bottom: 20px;
}
.entry_lottery h5 {
  font-size: 22px;
  letter-spacing: 0.15rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .entry_lottery h5 {
    font-size: 18px;
  }
}
.entry_return {
  text-align: center;
  padding-bottom: 52px;
}
.entry_return p {
  margin-bottom: 24px;
}
.entry_return button {
  width: 300px;
  max-width: 85%;
  height: 89px;
  background-color: #1D9BF0;
  color: #FEFEFE;
  border: none;
  border-radius: 15px;
  font-size: 22px;
  line-height: 26.4px;
  font-weight: bold;
  transition: 0.4s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .entry_return button {
    text-align: center;
  }
}
.entry_return button:hover {
  background-color: #FEFEFE;
  color: #1D9BF0;
  transition: 0.4s;
}

footer {
  background: #FEFEFE;
}/*# sourceMappingURL=entry.css.map */font-size: 18px;
  }
}
.entry_return {
  text-align: center;
  padding-bottom: 40px;
}
.entry_return p {
  margin-bottom: 24px;
}
.entry_return button {
  width: 300px;
  max-width: 85%;
  height: 89px;
  background-color: #1D9BF0;
  color: #FEFEFE;
  border: none;
  border-radius: 15px;
  font-size: 22px;
  line-height: 26.4px;
  font-weight: bold;
  transition: 0.4s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .entry_return button {
    text-align: center;
  }
}
.entry_return button:hover {
  background-color: #FEFEFE;
  color: #1D9BF0;
  transition: 0.4s;
}

.label {
  background-color: #0279C9;
  color: #FFF;
}

.label_info {
  width: 65%;
  margin-inline: auto;
  padding-top: 35px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .label_info {
    flex-direction: column;
  }
}

.label_info_title {
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  white-space: nowrap;
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  .label_info_title {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.label_info_desc h5 {
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 860px) {
  .label_info_desc h5 {
    font-size: 20px;
  }
}

.label_info_item {
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 860px) {
  .label_info_item {
    font-size: 20px;
  }
}
.label_info_item:last-child {
  color: #FFF;
}

footer {
  background: #FEFEFE;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}/*# sourceMappingURL=entry.css.map */