@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
.pcT {
  display: table !important;
}
@media screen and (max-width: 830px) {
  .pcT {
    display: none !important;
  }
}

.pcB {
  display: block !important;
}
@media screen and (max-width: 830px) {
  .pcB {
    display: none !important;
  }
}

.spB {
  display: none !important;
}
@media screen and (max-width: 830px) {
  .spB {
    display: block !important;
  }
}

.pcIB {
  display: inline-block !important;
}
@media screen and (max-width: 830px) {
  .pcIB {
    display: none !important;
  }
}

.spIB {
  display: none !important;
}
@media screen and (max-width: 830px) {
  .spIB {
    display: inline-block !important;
  }
}

.pcF {
  display: flex !important;
}
@media screen and (max-width: 830px) {
  .pcF {
    display: none !important;
  }
}

.spF {
  display: none !important;
}
@media screen and (max-width: 830px) {
  .spF {
    display: flex !important;
  }
}

.wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
}

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
html *,
html ::before,
html ::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}
html body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
html body main {
  display: block;
}
html body p,
html body table,
html body blockquote,
html body address,
html body pre,
html body iframe,
html body form,
html body figure,
html body dl {
  margin: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
html body ul,
html body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body dt {
  font-weight: bold;
}
html body dd {
  margin-left: 0;
}
html body hr {
  clear: both;
  height: 0;
  overflow: visible;
  margin: 0;
  border-top-width: 1px;
  color: inherit;
  box-sizing: content-box;
}
html body address {
  font-style: inherit;
}
html body a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
html body b,
html body strong {
  font-weight: bolder;
}
html body small {
  font-size: 100%;
}
html body sub,
html body sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 75%;
}
html body sub {
  bottom: -0.25em;
}
html body sup {
  top: -0.5em;
}
html body svg,
html body img,
html body embed,
html body object,
html body iframe {
  vertical-align: bottom;
}
html body button,
html body input,
html body optgroup,
html body select,
html body textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  appearance: none;
}
html body [type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
html body [type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
html body button,
html body [type=button],
html body [type=reset],
html body [type=submit] {
  cursor: pointer;
}
html body button:disabled,
html body [type=button]:disabled,
html body [type=reset]:disabled,
html body [type=submit]:disabled {
  cursor: default;
}
html body :-moz-focusring {
  outline: auto;
}
html body select:disabled {
  opacity: inherit;
}
html body option {
  padding: 0;
}
html body fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
html body progress {
  vertical-align: baseline;
}
html body textarea {
  overflow: auto;
}
html body [type=number]::-webkit-inner-spin-button,
html body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
html body [type=search] {
  outline-offset: -2px;
}
html body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html body ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html body label[for] {
  cursor: pointer;
}
html body details {
  display: block;
}
html body summary {
  display: list-item;
}
html body [contenteditable]:focus {
  outline: auto;
}
html body table {
  border-color: inherit;
  border-collapse: collapse;
}
html body caption {
  text-align: left;
}
html body td,
html body th {
  vertical-align: top;
  padding: 0;
}
html body th {
  font-weight: bold;
  text-align: left;
}

html {
  overflow-x: hidden;
}
html .saturday {
  color: #388cff;
}
html .sunday {
  color: #ff3838;
}
html .title {
  font-size: 26px;
  font-weight: bold;
  color: #3f3f3f;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  html .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
html .title span {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  html .title span {
    display: block;
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
html .annotation {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html .annotation {
    font-size: 12px;
  }
}
html .point {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  html .point {
    padding-top: 25px;
  }
}
html .point .point_ttl {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #e3b724;
  padding: 5px;
  border: 1px solid #e3b724;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  html .point .point_ttl {
    font-size: 18px;
  }
}
html .point .point_txt {
  padding-top: 6px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  html .point .point_txt {
    font-size: 14px;
  }
}
html body {
  background: #fafafa;
}
html body .meddium {
  font-weight: 500;
}
html body .regular {
  font-weight: 400;
}
html body .main {
  margin-top: 64px;
}
@media screen and (max-width: 830px) {
  html body .main {
    margin-top: 77.39px;
  }
}
html body .main .content {
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
html body .main .content__inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}
html body .main .content__inner--title {
  font-size: 35px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #3f3f3f;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner--title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
html body .main .content__inner--text {
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner--text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
html body .main .content__inner .tab-area {
  margin-top: 50px;
}
html body .main .content__inner .tab-area .tab-btn-list {
  display: flex;
  justify-content: center;
  position: relative;
}
html body .main .content__inner .tab-area .tab-btn-list__item {
  cursor: pointer;
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  letter-spacing: 0.22em;
  color: #000;
  border-radius: 10px 10px 0 0;
  --bg-color: #faedc8;
  background: var(--bg-color);
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-btn-list__item {
    font-size: 16px;
    height: 45px;
  }
}
html body .main .content__inner .tab-area .tab-btn-list__item.is-active {
  color: #fff;
  --bg-color: #e3b724;
  background: var(--bg-color);
}
html body .main .content__inner .tab-area .tab-content {
  margin-top: -0.5px;
  background: #f0f0f0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content {
    margin-bottom: 50px;
  }
}
html body .main .content__inner .tab-area .tab-content__item {
  display: none;
  --color: #faedc8;
}
html body .main .content__inner .tab-area .tab-content__item.is-active {
  display: block;
  --color: #e3b724;
}
html body .main .content__inner .tab-area .tab-content__item__inner {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner {
    padding: 20px 15px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .content-first {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .content-first {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .news {
  background: #fff;
  padding: 35px 0 45px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .news {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .news__inner {
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
}
html body .main .content__inner .tab-area .tab-content__item__inner .news__inner--title {
  color: #3f3f3f;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .news__inner--title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .news__inner--title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  content: "";
  background: var(--color);
  height: 2px;
  width: 40px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .news__inner__list--item {
  margin-bottom: 4px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .news__inner__list--item a {
  display: inline-block;
  padding: 5px 30px 5px 25px;
  position: relative;
  color: #898989;
  line-height: 1.5;
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .news__inner__list--item a {
    font-size: 14px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .news__inner__list--item a[href$=pdf]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  width: 21px;
  aspect-ratio: 21/25;
  background: url(/kuis/admissions/common/img/pdf.png) no-repeat;
  background-size: contain;
}
html body .main .content__inner .tab-area .tab-content__item__inner .news__inner__list--item a[target$=_blank]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(/kuis/admissions/common/img/another.png) no-repeat;
  background-size: contain;
}
html body .main .content__inner .tab-area .tab-content__item__inner .news__inner__list--item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  width: 16px;
  aspect-ratio: 1/1;
  background: #898989;
  border-radius: 100%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .schedule {
    margin-bottom: 40px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: separate;
  border-radius: 5px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr th {
  color: #fff;
  background: var(--color);
  height: 50px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr th:first-child {
  border-radius: 5px 0 0 0;
  width: 27%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr th:nth-child(2) {
  width: 32%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr th:nth-child(3) {
  width: 19.5%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr th:last-child {
  border-radius: 0 5px 0 0;
  width: 21.5%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr th:not(:last-child) {
  border-right: solid 1px #faedc8;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr td {
  text-align: center;
  border-top: solid 1px #f0f0f0;
  background: #fff;
  line-height: 1.25;
  font-size: 20px;
  padding: 25px 15px;
  vertical-align: middle;
  border-right: solid 1px #f0f0f0;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr td .min {
  font-size: 10px;
  font-style: normal;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr td .very-small {
  font-size: 12px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr td .small {
  font-size: 14px;
  padding-top: 2%;
  display: block;
  text-align: right;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr td .normal {
  font-size: 16px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr td .normal {
  font-size: 16px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr td .little-big {
  font-size: 18px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr td .big {
  font-size: 26px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule table tbody tr td .center-wrap {
  width: fit-content;
  margin: 0 auto;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule .sp-schedule {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
  width: 100%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule .sp-schedule li {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2%;
  flex-direction: row;
  padding: 15px 15px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule .sp-schedule li .table-title {
  background: var(--color);
  color: #fff;
  font-size: 13px;
  max-width: 110px;
  width: 38%;
  height: 22px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: row;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule .sp-schedule li .under {
  width: 60%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule .sp-schedule li .under .text {
  font-size: 14px;
  line-height: 1.5;
}
html body .main .content__inner .tab-area .tab-content__item__inner .schedule .sp-schedule li .under .text.under-line {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #ccc;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .summary {
    margin-bottom: 60px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .summary__list {
    gap: 40px;
    margin-bottom: 40px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table {
  border-spacing: 0px;
  border-collapse: separate;
  border-radius: 5px;
  overflow: hidden;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.first th:first-child {
  border-radius: 5px 0 0 0;
  width: 15%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.first th:nth-child(2) {
  width: 23%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.first th:nth-child(3) {
  width: 7%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.first th:nth-child(4) {
  width: 22.5%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.first th:last-child {
  border-radius: 0 5px 0 0;
  width: 32.5%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.first th:not(:last-child) {
  border-right: solid 1px #faedc8;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.second th:first-child {
  border-radius: 5px 0 0 0;
  width: 28%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.second th:nth-child(2) {
  width: 7%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.second th:nth-child(3) {
  width: 29.5%;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.second th:last-child {
  width: 35.5%;
  border-radius: 0 5px 0 0;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.second th:not(:last-child) {
  border-right: solid 1px #faedc8;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr.day th {
  border-right: solid 1px #faedc8;
  border-top: solid 1px #faedc8;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr th {
  color: #fff;
  background: var(--color);
  height: 50px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr td {
  border-top: solid 1px #f0f0f0;
  letter-spacing: -0.02em;
  background: #fff;
  line-height: 1.875;
  font-size: 16px;
  padding: 25px 17px;
  vertical-align: middle;
  border-right: solid 1px #f0f0f0;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr td ol li {
  padding-left: 1em;
  text-indent: -1em;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr td ol li.category {
  padding: 0 5px;
  text-indent: 0em;
  display: inline-block;
  border: solid 1px #000;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr td ol:nth-child(2) {
  margin-top: 15px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr td .min {
  font-size: 10px;
  font-style: normal;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr td.small {
  font-size: 14px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr td .very-small {
  display: inline-block;
  font-style: normal;
  font-size: 12px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .summary__list__item table tbody tr td span {
  font-size: 16px;
  display: block;
  font-weight: bold;
  color: var(--color);
}
html body .main .content__inner .tab-area .tab-content__item__inner .sp-summary {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .sp-summary li .dep {
  font-size: 18px;
  font-weight: bold;
  color: #3f3f3f;
  margin-bottom: 10px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .sp-summary li .js-xScroll table tbody tr th {
  height: 40px;
  font-size: 14px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .sp-summary li .js-xScroll table tbody tr th.table-one {
  min-width: 240px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .sp-summary li .js-xScroll table tbody tr th.table-two {
  min-width: 70px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .sp-summary li .js-xScroll table tbody tr th.table-three {
  min-width: 230px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .sp-summary li .js-xScroll table tbody tr th.table-four {
  min-width: 325px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .sp-summary li .js-xScroll table tbody tr td {
  font-size: 14px;
  padding: 15px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .sp-summary li .js-xScroll table tbody tr td span {
  font-size: 14px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements {
  background: #fff;
  padding: 35px 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements {
    margin-bottom: 40px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .releasedate {
  font-size: 22px;
  font-weight: 300;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .releasedate {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 10px;
  margin: 40px auto 50px;
  width: 450px;
  height: 70px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .wrap-btn {
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0;
    padding-right: 7%;
    height: 60px;
    font-size: 14px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .wrap-btn img {
  width: 24px;
  margin-right: 10px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .wrap-btn.pink-btn {
  background: #2e4fb5;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .wrap-btn.pink-btn::after {
  background: #fff url(../img/arrow-blue.png) no-repeat center;
  background-size: 7px 12px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .wrap-btn.blue-btn {
  background: #ec1234;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .wrap-btn.blue-btn::after {
  background: #fff url(../img/arrow-red.png) no-repeat center;
  background-size: 7px 12px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .wrap-btn.normal-btn {
  color: #000;
  background: #f0f0f0;
  border: #000 solid 1px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .wrap-btn.normal-btn::after {
  background: #000 url(/kuis/admissions/common/img/btn-arrow-white.png) no-repeat center;
  background-size: 7px 12px;
  height: 25px;
  width: 25px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap .wrap-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  height: 25px;
  width: 25px;
  border-radius: 9999px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner {
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner {
    padding: 0;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list {
    gap: 20px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .mini-title {
  font-size: 24px;
  font-weight: bold;
  color: #3f3f3f;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .mini-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list .btn a {
  color: #000;
  background: #f0f0f0;
  border: #000 solid 1px;
  border-radius: 5px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  letter-spacing: 0.02em;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list .btn a {
    height: 60px;
    font-size: 14px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list .btn a img {
  margin-right: 10px;
  width: 19px;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  height: 25px;
  width: 25px;
  background: #000 url(/kuis/admissions/common/img/btn-arrow-white.png) no-repeat center;
  background-size: 7px 12px;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list .btn a::after {
    right: 10px;
  }
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list .btn a.pdf {
  padding-right: 0;
}
html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list .btn a.pdf::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  height: 25px;
  width: 20px;
  background: url(/kuis/admissions/common/img/pdf-black.png) no-repeat center;
  background-size: 20px 25px;
}
@media screen and (max-width: 768px) {
  html body .main .content__inner .tab-area .tab-content__item__inner .requirements .wrap__inner .items-list .item .btn-list .btn a.pdf::before {
    left: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
