@charset "UTF-8";
@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 .past-text {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  html .past-text {
    font-size: 14px;
  }
}
html body {
  background: #fafafa;
}
html body .sub-title {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  html body .sub-title {
    margin-top: 40px;
  }
}
html body .sub-title#global {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  html body .sub-title.sp-block-layout {
    display: block;
  }
  html body .sub-title.sp-block-layout p {
    margin-top: 5px;
  }
}
html body .bold {
  font-weight: 700;
}
html body .meddium {
  font-weight: 500;
}
html body .regular {
  font-weight: 400;
}
html body .min-title {
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: -0.02em;
  color: #3f3f3f;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  html body .min-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
html body .color-title {
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  html body .color-title {
    padding-left: 30px;
  }
}
html body .color-title::after {
  position: absolute;
  content: "";
  background: #000;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  height: auto;
  width: 25px;
}
@media screen and (max-width: 768px) {
  html body .color-title::after {
    width: 16px;
  }
}
html body .color-title.green::after {
  background: #149c65;
}
html body .color-title.blue::after {
  background: #4aa0cd;
}
html body .color-title.purple::after {
  background: #af72a7;
}
html body .color-title.pink::after {
  background: #d86184;
}
html body .color-title.yellow::after {
  background: #e3b724;
}
html body .color-title.orange::after {
  background: #dc7525;
}
html body .main {
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 830px) {
  html body .main {
    margin-top: 77.39px;
  }
}
html body .main::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 80vw;
  right: 0;
  width: 39vw;
  height: auto;
  aspect-ratio: 986/1332;
  background: url(/kuis/admissions/common/img/bg-kanda@2x.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  html body .main::before {
    width: 60vw;
    top: 1200px;
    right: 0;
  }
}
html body .main .hero__inner h1 {
  letter-spacing: 0.08em;
}
html body .main .past-area {
  background: rgba(255, 255, 255, 0.8);
  border: solid #000 1px;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  html body .main .past-area {
    max-width: 500px;
    flex-direction: column;
  }
}
html body .main .past-area__left {
  width: 43.75%;
}
@media screen and (max-width: 768px) {
  html body .main .past-area__left {
    width: 100%;
  }
}
html body .main .past-area__left img {
  height: 225px;
  object-fit: cover;
  width: 100%;
}
html body .main .past-area__right {
  width: 56.25%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  html body .main .past-area__right {
    width: 100%;
    padding: 20px;
  }
}
html body .main .past-area__right .text {
  text-align: center;
  font-size: 22px;
  line-height: 1.8181818182;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  html body .main .past-area__right .text {
    font-size: 18px;
  }
}
html body .main .past-area__right .text span {
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .past-area__right .text span {
    font-size: 22px;
  }
}
html body .main .past-area__right a {
  color: #fff;
  background: #000;
  border-radius: 5px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  padding-right: 15px;
  letter-spacing: 0.02em;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html body .main .past-area__right a {
    height: 60px;
    font-size: 14px;
  }
}
html body .main .past-area__right a img {
  margin-right: 10px;
  width: 20px;
}
html body .main .past-area__right a img.speaker {
  width: 27px;
}
html body .main .past-area__right a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  height: 16px;
  width: 16px;
  background: #fff url(/kuis/admissions/common/img/btn-arrow-black.png) no-repeat center;
  background-size: 7px 12px;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  html body .main .past-area__right a::after {
    right: 10px;
  }
}
html body .main .nop {
  margin-top: 60px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  html body .main .nop {
    margin-bottom: 80px;
  }
}
html body .main .nop__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
html body .main .nop__inner__flex {
  border: solid 1px #000;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  html body .main .nop__inner__flex {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .nop__inner__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    flex-direction: column;
    padding: 30px 25px;
  }
}
html body .main .nop__inner__flex--left {
  width: 33%;
}
@media screen and (max-width: 1200px) {
  html body .main .nop__inner__flex--left {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .nop__inner__flex--left {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: solid 1px #000000;
    margin-bottom: 15px;
  }
}
html body .main .nop__inner__flex--left h3 {
  padding-right: 15.1515151515%;
  width: fit-content;
  font-size: 32px;
  line-height: 1.875;
  letter-spacing: -0.06em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  html body .main .nop__inner__flex--left h3 {
    width: auto;
    padding-right: 7.5757575758%;
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .nop__inner__flex--left h3 {
    font-size: 26px;
    line-height: 1.5384615385;
    padding-right: 0;
    width: auto;
  }
}
html body .main .nop__inner__flex--left h3 span {
  color: #6fb927;
}
html body .main .nop__inner__flex--right {
  border-left: solid 1px #000000;
  width: 67%;
}
@media screen and (max-width: 1200px) {
  html body .main .nop__inner__flex--right {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 960px) {
  html body .main .nop__inner__flex--right {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 960px) and (max-width: 768px) {
  html body .main .nop__inner__flex--right {
    border-left: none;
    width: 100%;
  }
}
html body .main .nop__inner__flex--right .inner {
  position: relative;
  padding: 0 0 0 7.4626865672%;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  html body .main .nop__inner__flex--right .inner {
    font-size: 15px;
  }
}
html body .main .nop__inner__flex--right .inner::after {
  content: "ºÏÓ‹/981Ãû";
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 960px) {
  html body .main .nop__inner__flex--right .inner::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  html body .main .nop__inner__flex--right .inner::after {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  html body .main .nop__inner__flex--right .inner {
    padding: 0;
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
html body .main .nop__inner__flex--right .inner .list-title {
  font-size: 19px;
  line-height: 1.6842105263;
  letter-spacing: 0em;
  font-weight: bold;
}
html body .main .nop__inner__flex--right .inner ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
}
html body .main .nop__inner__flex--right .inner ul.mb {
  margin-bottom: 20px;
}
html body .main .nop__inner__flex--right .inner ul li {
  padding-left: 1em;
  text-indent: -1.2em;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
}
html body .main .nop__inner__flex--right .inner ul li span {
  margin-left: 0.2em;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0em;
}
html body .main .anchor-area {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  html body .main .anchor-area {
    margin-bottom: 50px;
  }
}
html body .main .anchor-area__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .anchor-area__inner {
    padding: 20px;
  }
}
html body .main .anchor-area__inner .area:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .anchor-area__inner .area:not(:last-child) {
    margin-bottom: 25px;
  }
}
html body .main .anchor-area__inner .area .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1000px) {
  html body .main .anchor-area__inner .area .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  html body .main .anchor-area__inner .area .grid {
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) and (max-width: 630px) {
  html body .main .anchor-area__inner .area .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
html body .main .anchor-area__inner .area .grid-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-direction: row;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.02em;
  position: relative;
  background: #eeeeee;
  border-radius: 5px;
  border: solid 2px #3f3736;
  padding: 15px;
  height: 70px;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 1140px) {
  html body .main .anchor-area__inner .area .grid-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) and (max-width: 768px) {
  html body .main .anchor-area__inner .area .grid-item a {
    height: 60px;
  }
}
html body .main .anchor-area__inner .area .grid-item a::after {
  position: absolute;
  content: "";
  background: url(/kuis/admissions/common/img/under-arrow-white.png) #000 center center no-repeat;
  background-size: 11.5px 7px;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  border-radius: 9999px;
}
@media screen and (max-width: 1140px) {
  html body .main .anchor-area__inner .area .grid-item a::after {
    right: 10px;
    width: 24px;
    height: 24px;
    background-size: 8.8725px 5.915px;
  }
}
html body .main .foreign {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  html body .main .foreign {
    margin-bottom: 50px;
  }
}
html body .main .foreign__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
html body .main .foreign__inner .sp-table .table-item {
  color: #3f3f3f;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: -0.02em;
}
html body .main .foreign__inner .sp-table .unity-title {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: -0.02em;
}
html body .main .foreign__inner .sp-table .table-title {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: -0.02em;
}
html body .main .foreign__inner .sp-table .sp-table-list {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
}
html body .main .foreign__inner .sp-table .sp-table-list__item {
  width: 100%;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper {
  border-radius: 5px;
  overflow: hidden;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table {
  width: 100%;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr {
  background: #fff;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr:not(:last-child) {
  border-bottom: #e3e3e3 solid 1px;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr.sum {
  background: #f2f2f2;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr.sum td:not(:last-child) {
  border-right: #d7d7d7 solid 1px;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr.sum td:not(:first-child) {
  border-left: #d7d7d7 solid 1px;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr th,
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr td {
  font-size: 16px;
  line-height: 0.9375;
  letter-spacing: -0.02em;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr th {
  padding: 5px 0;
  color: #000;
  background: #999999;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr th.t-year {
  padding: 10px 0;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr th.t-small {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr th.t-very-small {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr th:not(:last-child) {
  border-right: #d6d6d6 solid 1px;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr th:not(:first-child) {
  border-left: #d6d6d6 solid 1px;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr td {
  padding: 10px 0;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr td:not(:last-child) {
  border-right: #e3e3e3 solid 1px;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .table-wrapper table tbody tr td:not(:first-child) {
  border-left: #e3e3e3 solid 1px;
}
html body .main .foreign__inner .sp-table .sp-table-list__item .anno {
  text-align: right;
  font-size: 11px;
  margin-top: 5px;
}
html body .main .foreign__inner .thin-cover {
  position: relative;
}
html body .main .foreign__inner .thin-cover::after {
  z-index: 10;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
}
html body .main .foreign__inner .cover {
  background: #acacac !important;
}
html body .main .foreign__inner .table-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  flex-direction: column;
}
html body .main .foreign__inner .table-list.mb {
  margin-bottom: 130px;
}
html body .main .foreign__inner .table-list__item {
  width: 100%;
}
html body .main .foreign__inner .table-list__item .table-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
html body .main .foreign__inner .table-list__item .table-wrapper table {
  width: 100%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr {
  background: #fff;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr:not(:last-child) {
  border-bottom: #e3e3e3 solid 1px;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th,
html body .main .foreign__inner .table-list__item .table-wrapper table tr td {
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th {
  color: #000000;
  background: #bfbfbf;
  padding: 3px 0;
  font-weight: 400;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th:not(:last-child) {
  border-right: #dfdfdf solid 1px;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th:not(:first-child) {
  border-left: #dfdfdf solid 1px;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.t-year {
  height: 33px;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.t-sq {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
  height: 48px;
  width: 48px;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.t-small {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.t-very-small {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.l-0 {
  width: 33.3%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.l-1 {
  width: 33.3%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.l-2 {
  width: 33.3%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.first {
  width: 14.5454545455%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.first.other {
  width: 12.2727272727%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.second {
  width: 20%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.second.other {
  width: 15.4545454545%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.first-second {
  width: 34.5454545455%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.first-second.other {
  width: 27.7272727273%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.third {
  width: 21.8181818182%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.third.other {
  width: 24.0909090909%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.forth {
  width: 21.8181818182%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.forth.other {
  width: 24.0909090909%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.fifth {
  width: 21.8181818182%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr th.fifth.other {
  width: 24.0909090909%;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr td {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  padding: 15px 0;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr td:not(:last-child) {
  border-right: #e3e3e3 solid 1px;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr td:not(:first-child) {
  border-left: #e3e3e3 solid 1px;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr td.major {
  padding: 15px 20px;
  text-align: left;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr td.department {
  padding: 15px 20px;
  text-align: left;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr.sum {
  background: #e5e5e5;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr.sum td:not(:last-child) {
  border-right: #c2c2c2 solid 1px;
}
html body .main .foreign__inner .table-list__item .table-wrapper table tr.sum td:not(:first-child) {
  border-left: #c2c2c2 solid 1px;
}
html body .main .foreign__inner .table-list__item .anno {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
html body .main .foreign__inner .wave {
  margin: 65px auto 75px;
}
@media screen and (max-width: 768px) {
  html body .main .foreign__inner .wave {
    margin: 50px auto 45px;
  }
}

/*# sourceMappingURL=style.css.map */
