@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI","Microsoft JhengHei","Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

.style {
  font-family: var(--MSIBodyFont);
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
}
@media (min-width: 996px) {
  .style {
    background-size: contain;
  }
}
.style img {
  max-width: 100%;
  overflow: hidden;
}
.style .container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-animation: wind 20s linear infinite;
          animation: wind 20s linear infinite;
}
@-webkit-keyframes wind {}
@keyframes wind {}

.textcenter {
  text-align: center !important;
}

.common-title {
  color: #ffffff;
  font-size: 35px;
  text-transform: uppercase;
  margin: 80px 0 0;
  font-weight: bold;
  text-align: center;
  background-size: contain;
  padding: 1% 0;
  position: relative;
  z-index: 1;
}
.common-title.style2 {
  color: #5897b6;
}
.common-title.style2 span {
  color: #ef2d1e;
}
.common-title2 {
  background: #66ccff;
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: #1d1d1f;
}
.common-title3 {
  color: #000;
  font-size: 26px;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}
.common-title3 h4 {
  line-height: 1.5;
}
.common-title3 span {
  display: inline-block;
  margin-top: 20px;
}
.common-text {
  color: #235a9d;
  font-size: 26px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  margin: 30px auto;
  padding: 10px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 996px) {
  .common-text {
    width: 30%;
  }
}
.common-text1 {
  color: #333;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 500px) {
  .common-text1 {
    font-size: 18px;
    line-height: 32px;
  }
}
.common-text2 {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.common-note {
  font-size: 14px;
  text-align: left;
  display: block;
  margin: 10px 0;
  font-weight: 400;
}
@media (max-width: 500px) {
  .common-note {
    margin: 30px 0;
  }
}
.common-btn {
  height: 65px;
  text-align: center;
  color: rgba(0, 78, 254, 0.6509803922);
  font-size: 24px;
  font-weight: bold;
  padding: 10px 50px;
  border-radius: 30px;
  border: 2px solid rgba(0, 78, 254, 0.6509803922);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-transform: uppercase;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 996px) {
  .common-title {
    font-size: 60px;
  }
}
.promotion-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
}
.promotion-nav ul li {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #417d99;
  margin: 4px 8px;
}
.promotion-nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.kv__linkgroup {
  text-align: center;
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}
.kv__linkgroup h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px #244800, 2px 2px 5px #244800, 2px 2px 5px #244800;
  background-size: contain;
  padding: 1% 0;
  position: relative;
  z-index: 1;
}
.kv__linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  margin-top: 0%;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .kv__linkbox {
    width: 80%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.kv__linkbox-item {
  width: calc(100% - 20px);
  background-size: contain;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: repeat-x;
  background-color: #f5f5f7;
  border-radius: 20px;
  padding: 5px 5px;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 26px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  display: block;
}
@media (min-width: 996px) {
  .kv__linkbox-item {
    width: calc(33.3333333333% - 20px);
    padding: 15px 5px;
    margin: 0 auto;
  }
}
.kv__linkbox-item:focus {
  border: none;
  outline: none;
}
.kv__linkbox-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  cursor: pointer;
  background-color: #cadeea;
}

.t-bg {
  margin: 0 auto;
  line-height: 0;
}
.t-bg img {
  width: 100%;
}

.intro {
  background: #b3cddf;
  color: #1d1d1f;
}
.intro__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
  padding: 80px 0;
}
.intro__wrap p {
  margin-bottom: 0;
}
.intro__wrap span {
  display: block;
}

/* 八大健檢項目 */
.list {
  position: relative;
  background: #fff;
  padding-bottom: 10px;
}
.list__btn {
  text-align: center;
  display: block;
  margin: 20px auto 50px !important;
}
.list__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}
@media (max-width: 1366px) {
  .list__wrap {
    position: relative;
  }
}
@media (max-width: 960px) {
  .list__wrap {
    padding-bottom: 20%;
    padding-top: 0;
  }
}
.list__listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2%;
  border-radius: 20px;
  margin-bottom: 2%;
}
@media (max-width: 960px) {
  .list__listbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list__listbox-item {
  color: #000;
  font-size: 20px;
  width: calc(25% - 20px);
  margin: 10px 0;
  font-weight: bold;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 61px;
  position: relative;
}
.list__listbox-item i {
  padding: 0 10px;
}
.list__listbox-item img {
  width: 10%;
  margin-right: 10px;
}
.list__listbox-item:nth-last-of-type(1) p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (max-width: 960px) {
  .list__listbox-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .list__listbox-item {
    width: 90%;
    margin: auto;
    padding: 10px 0;
    min-height: auto;
  }
  .list__listbox-item img {
    width: 10%;
  }
}
.list .listbox {
  margin: 5% auto;
  width: 80%;
  list-style: disc;
  border-radius: 25px;
  padding: 3%;
  background: #f5f5f7;
}
@media (max-width: 960px) {
  .list .listbox {
    width: 100%;
    padding: 3% 5% 3% 8%;
  }
}
.list .listbox-text {
  color: #4b4b4b;
  font-size: 15px;
  margin: 15px 0;
  line-height: 22px;
  list-style: disc;
  font-weight: 700;
}
.list .listbox-text a {
  text-decoration: underline;
  color: #005aff;
}

.itemList {
  padding: 50px 0;
  color: #1d1d1f;
  margin: 0 auto;
  text-align: center;
  visibility: hidden;
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.itemList__content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  border-radius: 10px;
  max-width: 900px;
  overflow: hidden;
}
.itemList__contentTable {
  overflow-x: auto;
}
.itemList table {
  display: block;
  background: #b3cddf;
  border-top: 1px solid #7b7b7b;
  border-left: 1px solid #7b7b7b;
  width: 500px;
}
.itemList th, .itemList td {
  border-right: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
  padding: 10px;
  vertical-align: middle;
}
.itemList th a, .itemList td a {
  color: #1d1d1f;
}
.itemList th {
  background: #417d99;
  color: #fff;
  min-width: 100px;
}
.itemList th:nth-child(1) {
  width: 25%;
}
.itemList th:nth-child(2) {
  width: 15%;
}
.itemList th:nth-child(3) {
  width: 15%;
}
.itemList th:nth-child(4) {
  width: 15%;
}
.itemList th:nth-child(5) {
  width: 15%;
}
.itemList th:nth-child(6) {
  width: 15%;
}
.itemList tr:nth-child(even) {
  background: #f0f7fb;
}
.itemList__close {
  margin-top: 15px;
}
.itemList--active {
  visibility: visible;
  display: block;
}

@media (min-width: 996px) {
  .itemList__content {
    width: 80%;
  }
  .itemList table {
    display: inline-block;
    width: auto;
  }
}
.step {
  padding: 0% 0 1% 0;
  background: #b3cddf;
  position: relative;
}
.step__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}
.step__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 960px) {
  .step__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step__itemblock {
  -webkit-filter: drop-shadow(5px 15px 3px rgba(49, 79, 104, 0.2));
          filter: drop-shadow(5px 15px 3px rgba(49, 79, 104, 0.2));
  width: 25%;
  text-align: center;
}
@media (max-width: 960px) {
  .step__itemblock {
    width: 80%;
    margin: 4% auto;
  }
}
.step__itemblock-itembox {
  margin: 20px 2.2% 20px 0px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.step__itemblock-itembox-icon {
  padding: 0 10px;
  background-color: #ffffff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.step__itemblock-itembox-icon img {
  margin: 0 auto;
  display: block;
}
.step__itemblock-itembox:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.step .listbox {
  margin: 0 auto 5%;
  width: 80%;
  list-style: disc;
  padding: 3%;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .step .listbox {
    width: 100%;
  }
}
.step .listbox-text {
  color: #4b4b4b;
  font-size: 15px;
  margin: 15px 0;
  line-height: 22px;
  list-style: disc;
  font-weight: 700;
}
.step .listbox-text a {
  text-decoration: underline;
  color: #005aff;
}

.discount {
  background: #e8f2f3;
}
.discount h3 {
  background: #b3cddf;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5em;
  border-radius: 20px;
  padding: 15px 30px;
  margin-top: -60px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .discount h3 {
    font-size: 25px;
  }
}
.discount a {
  color: #ea2023;
  font-weight: bold;
}
.discount ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 40px;
}
.discount ul > li {
  text-align: left;
  list-style: disc;
  margin-left: 20px;
  padding: 10px 0 0;
  line-height: 1.5em;
}
.discount ul .list-note {
  margin-top: 50px !important;
  font-size: 15px !important;
}
.discount ol {
  list-style: decimal;
  margin-left: 20px;
}
.discount ol > li {
  text-align: left;
  list-style: decimal;
  margin-left: 20px;
  padding: 5px 0;
  line-height: 1.5em;
}
.discount .gift__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.discount .gift__list > li {
  text-align: left;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 996px) {
  .discount .gift__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0;
  }
  .discount .gift__list > li {
    width: calc(33.33% - 10px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .discount .gift__list > li:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.discount .gift__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.discount .gift__flex img {
  width: 10%;
  min-width: 100px;
  margin-right: 10px;
}
@media (min-width: 996px) {
  .discount .gift__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .discount .gift__flex img {
    min-width: 150px;
  }
}
.discount__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 120px;
  gap: 15px;
}
.discount__flex--gift {
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 996px) {
  .discount__flex--gift {
    width: auto;
  }
}
.discount__itemblock {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  padding: 20px;
  margin-bottom: 50px;
  height: auto;
}
.discount__itemblock--gift {
  max-width: 250px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .discount__itemblock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 996px) {
  .discount__itemblock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333333333% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
  .discount__itemblock--gift {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .discount__itemblock--gift a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.discount__winnerList {
  padding: 3vh 0;
  /* font-size: var(--title-md) */
  text-align: center;
  /* font-weight: bold */
}
.discount__winnerList h2 {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #5d829c;
}
.discount__winnerList h2::before {
  position: absolute;
  width: 40%;
  left: -40%;
  height: 5px;
  content: "";
  background: rgba(48, 95, 103, 0.2);
  top: 50%;
}
.discount__winnerList h2::after {
  position: absolute;
  width: 40%;
  right: -40%;
  height: 5px;
  content: "";
  background: rgba(48, 95, 103, 0.2);
  top: 50%;
}
.discount__winnerList p {
  margin: 10px 0;
  font-size: var(--title-md);
  font-weight: bold;
}
@media (min-width: 996px) {
  .discount__winnerList h2 {
    font-size: 38px;
  }
}
.discount__btn {
  display: inline-block;
  margin-bottom: 10px !important;
}

.question {
  padding: 7% 0;
  text-align: center;
}
.question h2 {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #5d829c;
}
@media (min-width: 996px) {
  .question h2 {
    font-size: 38px;
  }
}
.question h2::before {
  position: absolute;
  width: 40%;
  left: -40%;
  height: 5px;
  content: "";
  background: rgba(48, 95, 103, 0.2);
  top: 50%;
}
.question h2::after {
  position: absolute;
  width: 40%;
  right: -40%;
  height: 5px;
  content: "";
  background: rgba(48, 95, 103, 0.2);
  top: 50%;
}
.question__wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.question__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}
.question__flex a img {
  max-width: 190px;
  padding: 0 10px;
}

/* 展服中心獨家優惠 */
.gift {
  background: #ffffff;
  margin-top: -10%;
  position: relative;
}
.gift__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}
.gift__itemblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 960px) {
  .gift__itemblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gift__itemblock-itembox {
  width: 40%;
}
.gift__itemblock-itembox figure {
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 960px) {
  .gift__itemblock-itembox {
    width: 100%;
    margin: auto;
  }
}
.gift__winnerList {
  padding: 3vh 0;
}
.gift__winnerList h4 span {
  color: #fff;
  background: #ea2023;
  padding: 5px 20px;
}
.gift__winnerList--title {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 960px) {
  .gift__winnerList--title {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .gift__winnerList--title {
    width: 100%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.gift__winnerList--list {
  text-align: center;
}
.gift__winnerList--list ul {
  display: inline-block;
}
.gift__winnerList--list li {
  padding: 5px 0 24px;
  border-bottom: 1px dotted #ccc;
}
.gift__winnerList--list li:last-child {
  border-bottom: 0;
}
.gift__winnerList--list li span {
  padding: 12px 0 0px 0;
  display: block;
  font-size: 120%;
}
@media (max-width: 960px) {
  .gift {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media (max-width: 414px) {
  .gift {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.term {
  padding: 1% 0 6%;
  position: relative;
  z-index: 1;
  background: white;
}
.term__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}
@media (max-width: 500px) {
  .term__wrap {
    width: 95%;
  }
}
.term__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  .term__itembox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.term__itembox-link {
  min-width: 200px;
  text-align: center;
  color: rgba(0, 78, 254, 0.6509803922) !important;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0 10px;
  text-transform: uppercase;
  position: relative;
  background: #f7f7f7;
  border: 2px solid rgba(0, 78, 254, 0.6509803922);
}
.term__itembox-link:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 960px) {
  .term__itembox-link {
    width: 80%;
    margin: 15px auto;
    padding: 10px 10px;
  }
}

@-webkit-keyframes color {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes color {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.shop {
  padding-bottom: 3%;
  background: white;
}
.shop__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}
.shop__block span {
  font-size: 15px;
}
.shop__block figure {
  text-align: center;
}

.listbox {
  list-style: disc;
}

.listbox-text {
  color: #4b4b4b;
  font-size: 15px;
  margin: 15px 0;
  line-height: 22px;
  list-style: disc;
  font-weight: 700;
}
.listbox-text a {
  text-decoration: underline;
  color: #005aff;
}

.main-title {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 0;
}

#springExam2023 {
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  #springExam2023 .intro .intro__wrap .common-title {
    padding: 0;
  }
}
@media (max-width: 960px) {
  #springExam2023 .intro .intro {
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
  }
  #springExam2023 .intro .intro .intro__wrap {
    padding-top: 3em;
  }
}/*# sourceMappingURL=main-add.css.map */