@charset "UTF-8";
:root {
  --color-economics: #00a7ea;
  --color-sociology: #e85298;
  --color-distribution: #009d85;
  --color-law: #ea5504;
  --color-sports: #f7ab00;
  --color-economics-labo: #535ca8;
  --color-sociology-labo: #c25b89;
  --color-distribution-labo: #529e93;
  --color-law-labo: #a84f43;
  --color-sports-labo: #a9984a;
  --color-ryugasaki: #669b2c;
  --color-matsudo: #f19149;
  --color-red: #d00;
  --color-gray-666: #666;
  --color-gray-555: #555;
  --link-blue: #346FAF;
  --rku-red: #AC1C22;
  --rku-blue: #002B62;
  --rku-red-rgb: 172,28,34;
  --rku-blue-rgb: 0,43,98; }

.head-grad {
  padding: 0 3em;
  margin-bottom: 2em; }
  main.economics-labo .head-grad {
    background-color: rgba(83, 92, 168, 0.5); }
  main.sociology-labo .head-grad {
    background-color: rgba(194, 91, 137, 0.5); }
  main.distribution-labo .head-grad {
    background-color: rgba(82, 158, 147, 0.5); }
  main.law-labo .head-grad {
    background-color: rgba(168, 79, 67, 0.5); }
  main.sports-labo .head-grad {
    background-color: rgba(169, 152, 74, 0.5); }
  .head-grad span {
    display: inline-block;
    position: relative;
    font-size: 1.25rem;
    padding: .4em;
    color: #FFF;
    font-weight: 500; }
    .head-grad span::before {
      content: "";
      width: calc(100% + 40px);
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: -35px;
      z-index: -1;
      transform-origin: left bottom;
      transform: skewX(-45deg); }
    main.economics-labo .head-grad span::before {
      background-color: rgba(83, 92, 168, 0.8); }
    main.sociology-labo .head-grad span::before {
      background-color: rgba(194, 91, 137, 0.8); }
    main.distribution-labo .head-grad span::before {
      background-color: rgba(82, 158, 147, 0.8); }
    main.law-labo .head-grad span::before {
      background-color: rgba(168, 79, 67, 0.8); }
    main.sports-labo .head-grad span::before {
      background-color: rgba(169, 152, 74, 0.8); }

main.economics-labo .table.tbl-simple th {
  color: #FFF;
  background-color: rgba(83, 92, 168, 0.8); }
main.sociology-labo .table.tbl-simple th {
  color: #FFF;
  background-color: rgba(194, 91, 137, 0.8); }
main.distribution-labo .table.tbl-simple th {
  color: #FFF;
  background-color: rgba(82, 158, 147, 0.8); }
main.law-labo .table.tbl-simple th {
  color: #FFF;
  background-color: rgba(168, 79, 67, 0.8); }
main.sports-labo .table.tbl-simple th {
  color: #FFF;
  background-color: rgba(169, 152, 74, 0.8); }

.panel_menu_box .menu__box h3 {
  color: #002B62; }
  main.economics .panel_menu_box .menu__box h3 {
    color: #00a7ea; }
  main.sociology .panel_menu_box .menu__box h3 {
    color: #e85298; }
  main.distribution .panel_menu_box .menu__box h3 {
    color: #009d85; }
  main.law .panel_menu_box .menu__box h3 {
    color: #ea5504; }
  main.sports .panel_menu_box .menu__box h3 {
    color: #f7ab00; }

main.economics .faculty-pagenav .btn-fill {
  border: 1px solid #00a7ea;
  background-color: #00a7ea; }
main.sociology .faculty-pagenav .btn-fill {
  border: 1px solid #e85298;
  background-color: #e85298; }
main.distribution .faculty-pagenav .btn-fill {
  border: 1px solid #009d85;
  background-color: #009d85; }
main.law .faculty-pagenav .btn-fill {
  border: 1px solid #ea5504;
  background-color: #ea5504; }
main.sports .faculty-pagenav .btn-fill {
  border: 1px solid #f7ab00;
  background-color: #f7ab00; }

.features-list-box li h3 {
  color: #002B62; }
  main.economics .features-list-box li h3 {
    color: #00a7ea; }
  main.sociology .features-list-box li h3 {
    color: #e85298; }
  main.distribution .features-list-box li h3 {
    color: #009d85; }
  main.law .features-list-box li h3 {
    color: #ea5504; }
  main.sports .features-list-box li h3 {
    color: #f7ab00; }

.features-field-box .catch {
  color: #002B62;
  font-weight: 500; }
  main.economics .features-field-box .catch {
    color: #00a7ea; }
  main.sociology .features-field-box .catch {
    color: #e85298; }
  main.distribution .features-field-box .catch {
    color: #009d85; }
  main.law .features-field-box .catch {
    color: #ea5504; }
  main.sports .features-field-box .catch {
    color: #f7ab00; }

.p-tag {
  display: inline-block;
  padding: .1em .8em;
  border: 1px solid #002B62;
  border-radius: 9999px;
  font-size: .8em;
  line-height: 1.4; }
  .p-tag:not(:last-child) {
    margin-right: .3em; }
  main.economics .p-tag {
    border-color: #00a7ea; }
  main.sociology .p-tag {
    border-color: #e85298; }
  main.distribution .p-tag {
    border-color: #009d85; }
  main.law .p-tag {
    border-color: #ea5504; }
  main.sports .p-tag {
    border-color: #f7ab00; }

.pickup-badge.topright {
  position: absolute;
  top: 1em;
  right: 1em; }
.pickup-badge a, .pickup-badge span {
  display: inline-block;
  font-size: .8em;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: .1em 1.5em .1em 1em;
  border: 1px solid var(--link-blue);
  background-color: var(--link-blue);
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  cursor: pointer; }
  .pickup-badge a::after, .pickup-badge span::after {
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%) rotate(-45deg);
    right: .5em;
    content: "";
    width: .3em;
    height: .3em;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF; }

.pickup-modal-box {
  max-width: 820px;
  height: auto;
  border-radius: 10px;
  padding: 2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .pickup-modal-box {
      max-width: 90%;
      padding: 5vw; } }
  .pickup-modal-box .btn-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto;
    height: auto;
    padding: 0 24px 0 0;
    font-size: 0.875rem;
    color: #FFF; }
    .pickup-modal-box .btn-close::before, .pickup-modal-box .btn-close::after {
      right: 10px;
      left: auto;
      width: 1px;
      height: 1.3rem;
      background-color: #FFF; }
    .pickup-modal-box .btn-close::before {
      transform: translateY(-50%) rotate(45deg); }
    .pickup-modal-box .btn-close::after {
      transform: translateY(-50%) rotate(-45deg); }
  .pickup-modal-box .pickup-modal-badge {
    background-color: #002B62;
    color: #FFF;
    border-radius: 9999px;
    display: inline-block;
    position: absolute;
    line-height: 1.6;
    padding: .2em 1.2em .2em 2em;
    overflow: hidden; }
    @media (max-width: 767px) {
      .pickup-modal-box .pickup-modal-badge {
        padding-left: 7vw; } }
    main.economics .pickup-modal-box .pickup-modal-badge {
      background-color: #00a7ea; }
    main.sociology .pickup-modal-box .pickup-modal-badge {
      background-color: #e85298; }
    main.distribution .pickup-modal-box .pickup-modal-badge {
      background-color: #009d85; }
    main.law .pickup-modal-box .pickup-modal-badge {
      background-color: #ea5504; }
    main.sports .pickup-modal-box .pickup-modal-badge {
      background-color: #f7ab00; }
    main.economics-labo .pickup-modal-box .pickup-modal-badge {
      background-color: #535ca8; }
    main.sociology-labo .pickup-modal-box .pickup-modal-badge {
      background-color: #c25b89; }
    main.distribution-labo .pickup-modal-box .pickup-modal-badge {
      background-color: #529e93; }
    main.law-labo .pickup-modal-box .pickup-modal-badge {
      background-color: #a84f43; }
    main.sports-labo .pickup-modal-box .pickup-modal-badge {
      background-color: #a9984a; }
    .pickup-modal-box .pickup-modal-badge::before {
      content: "";
      width: 28px;
      height: 28px;
      position: absolute;
      top: 6px;
      left: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M24.9,2.9c-3.8-3.8-10-3.8-13.8,0-3.6,3.6-3.8,9.2-.7,13.1L0,26.4l1.4,1.4,10.4-10.4c1.8,1.5,4,2.2,6.2,2.2s5-1,6.9-2.9c3.8-3.8,3.8-10,0-13.8ZM23.5,15.3c-3,3-8,3-11,0-3-3-3-8,0-11,1.5-1.5,3.5-2.3,5.5-2.3s4,.8,5.5,2.3c3,3,3,8,0,11Z' /%3E%3C/g%3E%3C/svg%3E"); }
      @media (max-width: 767px) {
        .pickup-modal-box .pickup-modal-badge::before {
          width: 6vw;
          height: 6vw;
          top: 1.4vw; } }
  .pickup-modal-box .title-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: rgba(0, 43, 98, 0.08); }
    @media (max-width: 767px) {
      .pickup-modal-box .title-panel {
        padding: 10vw 0; } }
    main.economics .pickup-modal-box .title-panel {
      background-color: rgba(0, 167, 234, 0.08); }
    main.sociology .pickup-modal-box .title-panel {
      background-color: rgba(232, 82, 152, 0.08); }
    main.distribution .pickup-modal-box .title-panel {
      background-color: rgba(0, 157, 133, 0.08); }
    main.law .pickup-modal-box .title-panel {
      background-color: rgba(234, 85, 4, 0.08); }
    main.sports .pickup-modal-box .title-panel {
      background-color: rgba(247, 171, 0, 0.08); }
    main.economics-labo .pickup-modal-box .title-panel {
      background-color: rgba(83, 92, 168, 0.08); }
    main.sociology-labo .pickup-modal-box .title-panel {
      background-color: rgba(194, 91, 137, 0.08); }
    main.distribution-labo .pickup-modal-box .title-panel {
      background-color: rgba(82, 158, 147, 0.08); }
    main.law-labo .pickup-modal-box .title-panel {
      background-color: rgba(168, 79, 67, 0.08); }
    main.sports-labo .pickup-modal-box .title-panel {
      background-color: rgba(169, 152, 74, 0.08); }
    .pickup-modal-box .title-panel span {
      color: #002B62;
      font-size: 1.5rem;
      font-weight: 500; }
      main.economics .pickup-modal-box .title-panel span {
        color: #00a7ea; }
      main.sociology .pickup-modal-box .title-panel span {
        color: #e85298; }
      main.distribution .pickup-modal-box .title-panel span {
        color: #009d85; }
      main.law .pickup-modal-box .title-panel span {
        color: #ea5504; }
      main.sports .pickup-modal-box .title-panel span {
        color: #f7ab00; }
      main.economics-labo .pickup-modal-box .title-panel span {
        color: #535ca8; }
      main.sociology-labo .pickup-modal-box .title-panel span {
        color: #c25b89; }
      main.distribution-labo .pickup-modal-box .title-panel span {
        color: #529e93; }
      main.law-labo .pickup-modal-box .title-panel span {
        color: #a84f43; }
      main.sports-labo .pickup-modal-box .title-panel span {
        color: #a9984a; }

.weeklytable-box {
  border-color: #002B62; }
  main.economics .weeklytable-box {
    border-color: #00a7ea; }
  main.sociology .weeklytable-box {
    border-color: #e85298; }
  main.distribution .weeklytable-box {
    border-color: #009d85; }
  main.law .weeklytable-box {
    border-color: #ea5504; }
  main.sports .weeklytable-box {
    border-color: #f7ab00; }
  main.economics .weeklytable-box .toggle-btn::before, main.economics .weeklytable-box .toggle-btn::after {
    background-color: #00a7ea; }
  main.sociology .weeklytable-box .toggle-btn::before, main.sociology .weeklytable-box .toggle-btn::after {
    background-color: #e85298; }
  main.distribution .weeklytable-box .toggle-btn::before, main.distribution .weeklytable-box .toggle-btn::after {
    background-color: #009d85; }
  main.law .weeklytable-box .toggle-btn::before, main.law .weeklytable-box .toggle-btn::after {
    background-color: #ea5504; }
  main.sports .weeklytable-box .toggle-btn::before, main.sports .weeklytable-box .toggle-btn::after {
    background-color: #f7ab00; }
  .weeklytable-box h3 {
    color: #002B62; }
    main.economics .weeklytable-box h3 {
      color: #00a7ea; }
    main.sociology .weeklytable-box h3 {
      color: #e85298; }
    main.distribution .weeklytable-box h3 {
      color: #009d85; }
    main.law .weeklytable-box h3 {
      color: #ea5504; }
    main.sports .weeklytable-box h3 {
      color: #f7ab00; }
  .weeklytable-box table {
    border-color: inherit;
    border-collapse: collapse;
    width: 100%; }
    .weeklytable-box table tr th, .weeklytable-box table tr td {
      padding: .5em;
      text-align: center;
      vertical-align: middle; }
    .weeklytable-box table thead tr th {
      border-right: 1px solid #FFF;
      background-color: rgba(0, 43, 98, 0.6);
      color: #FFF;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 600;
      font-style: italic; }
      main.economics .weeklytable-box table thead tr th {
        background-color: rgba(0, 167, 234, 0.6); }
      main.sociology .weeklytable-box table thead tr th {
        background-color: rgba(232, 82, 152, 0.6); }
      main.distribution .weeklytable-box table thead tr th {
        background-color: rgba(0, 157, 133, 0.6); }
      main.law .weeklytable-box table thead tr th {
        background-color: rgba(234, 85, 4, 0.6); }
      main.sports .weeklytable-box table thead tr th {
        background-color: rgba(247, 171, 0, 0.6); }
    .weeklytable-box table tbody tr {
      border-bottom: 1px solid #CCC; }
      .weeklytable-box table tbody tr th {
        font-size: 1rem;
        line-height: 1.6;
        background-color: rgba(0, 43, 98, 0.08); }
        .weeklytable-box table tbody tr th span {
          font-size: 0.8125rem; }
        main.economics .weeklytable-box table tbody tr th {
          background-color: rgba(0, 167, 234, 0.08);
          color: #00a7ea; }
        main.sociology .weeklytable-box table tbody tr th {
          background-color: rgba(232, 82, 152, 0.08);
          color: #e85298; }
        main.distribution .weeklytable-box table tbody tr th {
          background-color: rgba(0, 157, 133, 0.08);
          color: #009d85; }
        main.law .weeklytable-box table tbody tr th {
          background-color: rgba(234, 85, 4, 0.08);
          color: #ea5504; }
        main.sports .weeklytable-box table tbody tr th {
          background-color: rgba(247, 171, 0, 0.08);
          color: #f7ab00; }
      .weeklytable-box table tbody tr td {
        font-size: 0.875rem;
        border-left: 1px solid #CCC; }

.flag-title {
  position: relative; }
  .flag-title span {
    display: inline-block;
    color: #FFF;
    font-size: 1.375rem;
    padding: .4em 1em;
    font-weight: 500;
    position: relative;
    background-color: #002B62; }
    @media (max-width: 767px) {
      .flag-title span {
        font-size: 4.8vw; } }
    .flag-title span::before {
      content: "";
      height: 100%;
      width: 10px;
      background-color: #002B62;
      position: absolute;
      top: 0;
      right: 100%;
      transform: skewY(-45deg);
      transform-origin: top right; }
    .flag-title span::after {
      content: "";
      height: 100%;
      width: 0;
      display: block;
      position: absolute;
      top: 0;
      border-left: solid 10px #002B62;
      border-bottom: solid 10px transparent;
      left: 100%; }
    main.economics .flag-title span {
      background-color: #00a7ea; }
      main.economics .flag-title span::before {
        background-color: #00a7ea; }
      main.economics .flag-title span::after {
        border-left-color: #00a7ea; }
    main.sociology .flag-title span {
      background-color: #e85298; }
      main.sociology .flag-title span::before {
        background-color: #e85298; }
      main.sociology .flag-title span::after {
        border-left-color: #e85298; }
    main.distribution .flag-title span {
      background-color: #009d85; }
      main.distribution .flag-title span::before {
        background-color: #009d85; }
      main.distribution .flag-title span::after {
        border-left-color: #009d85; }
    main.law .flag-title span {
      background-color: #ea5504; }
      main.law .flag-title span::before {
        background-color: #ea5504; }
      main.law .flag-title span::after {
        border-left-color: #ea5504; }
    main.sports .flag-title span {
      background-color: #f7ab00; }
      main.sports .flag-title span::before {
        background-color: #f7ab00; }
      main.sports .flag-title span::after {
        border-left-color: #f7ab00; }

.voice-setbox {
  position: relative;
  margin-top: 4em;
  background-color: rgba(0, 43, 98, 0.08); }
  main.economics .voice-setbox {
    background-color: rgba(0, 167, 234, 0.08); }
  main.sociology .voice-setbox {
    background-color: rgba(232, 82, 152, 0.08); }
  main.distribution .voice-setbox {
    background-color: rgba(0, 157, 133, 0.08); }
  main.law .voice-setbox {
    background-color: rgba(234, 85, 4, 0.08); }
  main.sports .voice-setbox {
    background-color: rgba(247, 171, 0, 0.08); }
  .voice-setbox::before {
    content: "";
    width: 50px;
    height: 80px;
    background-color: #002B62;
    transform: skewX(-45deg);
    position: absolute;
    top: -10px;
    left: 90px;
    z-index: 1;
    transform-origin: left top; }
    main.economics .voice-setbox::before {
      background-color: #00a7ea; }
    main.sociology .voice-setbox::before {
      background-color: #e85298; }
    main.distribution .voice-setbox::before {
      background-color: #009d85; }
    main.law .voice-setbox::before {
      background-color: #ea5504; }
    main.sports .voice-setbox::before {
      background-color: #f7ab00; }
  .voice-setbox .flag-title {
    display: inline-block;
    position: absolute;
    top: -30px;
    right: 30px; }
  .voice-setbox .voice-catch {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .voice-setbox .voice-catch {
        transform: translateX(-140px); } }
    .voice-setbox .voice-catch span {
      display: inline-flex;
      background-color: #FFF;
      font-size: 1.875rem; }
      @media (min-width: 768px) {
        .voice-setbox .voice-catch span {
          white-space: nowrap;
          padding: .4em; } }
      @media (max-width: 767px) {
        .voice-setbox .voice-catch span {
          font-size: 5.8666666667vw;
          padding: .4em 1em; } }
      main.economics .voice-setbox .voice-catch span {
        color: #00a7ea; }
      main.sociology .voice-setbox .voice-catch span {
        color: #e85298; }
      main.distribution .voice-setbox .voice-catch span {
        color: #009d85; }
      main.law .voice-setbox .voice-catch span {
        color: #ea5504; }
      main.sports .voice-setbox .voice-catch span {
        color: #f7ab00; }
  .voice-setbox .voive-setbox-main {
    position: relative; }
    .voice-setbox .voive-setbox-main::after {
      content: "";
      width: 40px;
      height: 80px;
      background-color: rgba(0, 43, 98, 0.2);
      transform: skewX(-45deg);
      position: absolute;
      bottom: -1em;
      right: 90px;
      z-index: 0;
      transform-origin: right bottom; }
      main.economics .voice-setbox .voive-setbox-main::after {
        background-color: rgba(0, 167, 234, 0.2); }
      main.sociology .voice-setbox .voive-setbox-main::after {
        background-color: rgba(232, 82, 152, 0.2); }
      main.distribution .voice-setbox .voive-setbox-main::after {
        background-color: rgba(0, 157, 133, 0.2); }
      main.law .voice-setbox .voive-setbox-main::after {
        background-color: rgba(234, 85, 4, 0.2); }
      main.sports .voice-setbox .voive-setbox-main::after {
        background-color: rgba(247, 171, 0, 0.2); }

.voice-catch-panel {
  background-color: #FFF;
  padding: 3em 0 1em 0;
  position: relative; }
  @media (min-width: 768px) {
    .voice-catch-panel {
      width: calc(100% + 100px); } }
  .voice-catch-panel .flag-title {
    position: absolute;
    top: -1em;
    left: 30px; }
  .voice-catch-panel::after {
    content: "";
    width: 40px;
    height: 80px;
    background-color: rgba(0, 43, 98, 0.2);
    transform: skewX(-45deg);
    position: absolute;
    bottom: 0;
    right: 90px;
    z-index: 0;
    transform-origin: right bottom; }
    main.economics .voice-catch-panel::after {
      background-color: rgba(0, 167, 234, 0.2); }
    main.sociology .voice-catch-panel::after {
      background-color: rgba(232, 82, 152, 0.2); }
    main.distribution .voice-catch-panel::after {
      background-color: rgba(0, 157, 133, 0.2); }
    main.law .voice-catch-panel::after {
      background-color: rgba(234, 85, 4, 0.2); }
    main.sports .voice-catch-panel::after {
      background-color: rgba(247, 171, 0, 0.2); }

.c-list-dot,
.c-list-sq {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 1em;
  flex-direction: column; }
  .c-list-dot > li,
  .c-list-sq > li {
    position: relative;
    padding-left: 1em; }
    .c-list-dot > li::before, .c-list-sq > li::before {
      content: "";
      width: .8em;
      height: .8em;
      display: block;
      position: absolute;
      left: 0;
      top: .3em;
      background-color: #CCC; }
      main.economics .c-list-dot > li::before,
      main.economics .c-list-sq > li::before {
        background-color: rgba(0, 167, 234, 0.5); }
      main.sociology .c-list-dot > li::before, main.sociology .c-list-sq > li::before {
        background-color: rgba(232, 82, 152, 0.5); }
      main.distribution .c-list-dot > li::before, main.distribution .c-list-sq > li::before {
        background-color: rgba(0, 157, 133, 0.5); }
      main.law .c-list-dot > li::before, main.law .c-list-sq > li::before {
        background-color: rgba(234, 85, 4, 0.5); }
      main.sports .c-list-dot > li::before, main.sports .c-list-sq > li::before {
        background-color: rgba(247, 171, 0, 0.5); }
      main.economics-labo .c-list-dot > li::before, main.economics-labo .c-list-sq > li::before {
        background-color: rgba(83, 92, 168, 0.7); }
      main.sociology-labo .c-list-dot > li::before, main.sociology-labo .c-list-sq > li::before {
        background-color: rgba(194, 91, 137, 0.7); }
      main.distribution-labo .c-list-dot > li::before, main.distribution-labo .c-list-sq > li::before {
        background-color: rgba(82, 158, 147, 0.7); }
      main.law-labo .c-list-dot > li::before, main.law-labo .c-list-sq > li::before {
        background-color: rgba(168, 79, 67, 0.7); }
      main.sports-labo .c-list-dot > li::before, main.sports-labo .c-list-sq > li::before {
        background-color: rgba(169, 152, 74, 0.7); }
    .c-list-dot > li.no-dot,
    .c-list-sq > li.no-dot {
      padding-left: 0; }
      .c-list-dot > li.no-dot::before,
      .c-list-sq > li.no-dot::before {
        content: none; }
  .c-list-dot.collist,
  .c-list-sq.collist {
    justify-content: center;
    flex-direction: row; }
  .c-list-dot.collist-left,
  .c-list-sq.collist-left {
    flex-direction: row; }

.c-list-dot > li::before {
  border-radius: 50%; }

.c-list-decimal {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li; }
  .c-list-decimal li {
    position: relative;
    padding-left: 1.7rem; }
    .c-list-decimal li:not(:last-child) {
      margin-bottom: .5em; }
    .c-list-decimal li::before {
      counter-increment: li;
      content: counter(li);
      position: absolute;
      left: 0;
      top: .2rem;
      display: block;
      width: 1.3rem;
      height: 1.3rem;
      color: #fff;
      line-height: 1.3;
      font-size: 0.9375rem;
      text-align: center; }
      main.economics-labo .c-list-decimal li::before {
        background-color: rgba(83, 92, 168, 0.7); }
      main.sociology-labo .c-list-decimal li::before {
        background-color: rgba(194, 91, 137, 0.7); }
      main.distribution-labo .c-list-decimal li::before {
        background-color: rgba(82, 158, 147, 0.7); }
      main.law-labo .c-list-decimal li::before {
        background-color: rgba(168, 79, 67, 0.7); }
      main.sports-labo .c-list-decimal li::before {
        background-color: rgba(169, 152, 74, 0.7); }

.learning-flow {
  position: relative; }
  .learning-flow .flow-icon {
    position: absolute;
    top: -85px;
    right: 40px; }
  .learning-flow > h3 {
    color: #FFF;
    background-color: #002B62;
    font-size: 1.5rem;
    padding: .4em;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .learning-flow > h3 {
        font-size: 4.2666666667vw; } }
    main.economics .learning-flow > h3 {
      background-color: rgba(0, 167, 234, 0.8); }
    main.sociology .learning-flow > h3 {
      background-color: rgba(232, 82, 152, 0.8); }
    main.distribution .learning-flow > h3 {
      background-color: rgba(0, 157, 133, 0.8); }
    main.law .learning-flow > h3 {
      background-color: rgba(234, 85, 4, 0.8); }
    main.sports .learning-flow > h3 {
      background-color: rgba(247, 171, 0, 0.8); }
  .learning-flow table {
    border-color: inherit;
    border-collapse: collapse;
    font-size: 0.875rem;
    width: 100%; }
    .learning-flow table tr th,
    .learning-flow table tr td {
      padding: .7em;
      vertical-align: middle; }
    .learning-flow table tr th {
      text-align: center; }
    .learning-flow table thead {
      border-bottom: 1px solid #CCC;
      font-weight: 400;
      font-size: 1rem; }
      .learning-flow table thead tr th {
        font-weight: 400; }
      .learning-flow table thead tr td {
        text-align: center;
        padding: .4em; }
        .learning-flow table thead tr td .thead {
          display: block;
          width: 100%;
          background-color: #F2F2F2;
          padding: .4rem;
          position: relative; }
          .learning-flow table thead tr td .thead::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: .4em .6em 0 .6em;
            border-color: #002B62 transparent transparent transparent;
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%); }
          .learning-flow table thead tr td .thead.noarw::after {
            content: none; }
          main.economics .learning-flow table thead tr td .thead {
            background-color: rgba(0, 167, 234, 0.15);
            color: #00a7ea; }
            main.economics .learning-flow table thead tr td .thead::after {
              border-top-color: rgba(0, 167, 234, 0.15); }
          main.sociology .learning-flow table thead tr td .thead {
            background-color: rgba(232, 82, 152, 0.15);
            color: #e85298; }
            main.sociology .learning-flow table thead tr td .thead::after {
              border-top-color: rgba(232, 82, 152, 0.15); }
          main.distribution .learning-flow table thead tr td .thead {
            background-color: rgba(0, 157, 133, 0.15);
            color: #009d85; }
            main.distribution .learning-flow table thead tr td .thead::after {
              border-top-color: rgba(0, 157, 133, 0.15); }
          main.law .learning-flow table thead tr td .thead {
            background-color: rgba(234, 85, 4, 0.15);
            color: #ea5504; }
            main.law .learning-flow table thead tr td .thead::after {
              border-top-color: rgba(234, 85, 4, 0.15); }
          main.sports .learning-flow table thead tr td .thead {
            background-color: rgba(247, 171, 0, 0.15);
            color: #f7ab00; }
            main.sports .learning-flow table thead tr td .thead::after {
              border-top-color: rgba(247, 171, 0, 0.15); }
    .learning-flow table tbody tr {
      border-bottom: 1px solid #CCC; }
      .learning-flow table tbody tr th {
        background-color: rgba(0, 0, 0, 0.03);
        font-weight: normal;
        border-right: 1px solid #CCC; }
      .learning-flow table tbody tr td:not(:last-child) {
        border-right: 1px solid #CCC; }
  .learning-flow .learning-flow-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    background-color: rgba(0, 43, 98, 0.1);
    padding: .75rem; }
    main.economics .learning-flow .learning-flow-end {
      background-color: rgba(0, 167, 234, 0.1); }
    main.sociology .learning-flow .learning-flow-end {
      background-color: rgba(232, 82, 152, 0.1); }
    main.distribution .learning-flow .learning-flow-end {
      background-color: rgba(0, 157, 133, 0.1); }
    main.law .learning-flow .learning-flow-end {
      background-color: rgba(234, 85, 4, 0.1); }
    main.sports .learning-flow .learning-flow-end {
      background-color: rgba(247, 171, 0, 0.1); }
    .learning-flow .learning-flow-end .learning-flow-end-title {
      width: 18%;
      background-color: #002B62;
      color: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 500; }
      @media (max-width: 767px) {
        .learning-flow .learning-flow-end .learning-flow-end-title {
          text-align: center;
          padding: .4em; } }
      main.economics .learning-flow .learning-flow-end .learning-flow-end-title {
        background-color: #00a7ea; }
      main.sociology .learning-flow .learning-flow-end .learning-flow-end-title {
        background-color: #e85298; }
      main.distribution .learning-flow .learning-flow-end .learning-flow-end-title {
        background-color: #009d85; }
      main.law .learning-flow .learning-flow-end .learning-flow-end-title {
        background-color: #ea5504; }
      main.sports .learning-flow .learning-flow-end .learning-flow-end-title {
        background-color: #f7ab00; }
    .learning-flow .learning-flow-end .learning-flow-end-detail {
      padding-left: 1em;
      flex: 1; }

.shape-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 1em 0 1em;
  border-color: #002B62 transparent transparent transparent; }
  main.economics .shape-triangle {
    border-color: rgba(0, 167, 234, 0.4) transparent transparent transparent; }
  main.sociology .shape-triangle {
    border-color: rgba(232, 82, 152, 0.4) transparent transparent transparent; }
  main.distribution .shape-triangle {
    border-color: rgba(0, 157, 133, 0.4) transparent transparent transparent; }
  main.law .shape-triangle {
    border-color: rgba(234, 85, 4, 0.4) transparent transparent transparent; }
  main.sports .shape-triangle {
    border-color: rgba(247, 171, 0, 0.4) transparent transparent transparent; }

.message_area {
  position: relative;
  padding: 0 40px 40px 40px; }
  @media (max-width: 767px) {
    .message_area {
      padding: 0 5vw 5vw 5vw; } }
  .message_area::after {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 43, 98, 0.08);
    z-index: -1; }
    main.economics .message_area::after {
      background-color: rgba(0, 167, 234, 0.08); }
    main.sociology .message_area::after {
      background-color: rgba(232, 82, 152, 0.08); }
    main.distribution .message_area::after {
      background-color: rgba(0, 157, 133, 0.08); }
    main.law .message_area::after {
      background-color: rgba(234, 85, 4, 0.08); }
    main.sports .message_area::after {
      background-color: rgba(247, 171, 0, 0.08); }
  .message_area .dean_kv {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    .message_area .dean_kv .stickynote {
      display: block;
      background-color: #FFF;
      position: relative; }
      @media (min-width: 768px) {
        .message_area .dean_kv .stickynote {
          position: absolute;
          top: 50%;
          right: 7%;
          transform: translateY(-50%);
          width: 40%;
          min-width: 420px;
          padding: 1em 2em; } }
      @media (max-width: 767px) {
        .message_area .dean_kv .stickynote {
          padding: 3vw; } }
      .message_area .dean_kv .stickynote::after {
        content: "";
        background-color: #AC1C22;
        position: absolute;
        transform: skewX(-45deg) translateY(0%);
        width: 120px;
        height: 20px;
        top: -10px;
        left: 30px;
        z-index: 1; }

.point-block {
  position: relative;
  padding: 50px 40px;
  background-color: rgba(0, 43, 98, 0.08); }
  @media (max-width: 767px) {
    .point-block {
      padding: 10vw 3vw; } }
  .point-block::after {
    content: "";
    width: 40px;
    height: 60px;
    background-color: rgba(0, 43, 98, 0.25);
    transform: skewX(-45deg);
    position: absolute;
    bottom: 0px;
    right: 20px;
    z-index: 1;
    transform-origin: right top; }
  main.economics .point-block {
    background-color: rgba(0, 167, 234, 0.08); }
    main.economics .point-block::after {
      background-color: rgba(0, 167, 234, 0.25); }
  main.sociology .point-block {
    background-color: rgba(232, 82, 152, 0.08); }
    main.sociology .point-block::after {
      background-color: rgba(232, 82, 152, 0.25); }
  main.distribution .point-block {
    background-color: rgba(0, 157, 133, 0.08); }
    main.distribution .point-block::after {
      background-color: rgba(0, 157, 133, 0.25); }
  main.law .point-block {
    background-color: rgba(234, 85, 4, 0.08); }
    main.law .point-block::after {
      background-color: rgba(234, 85, 4, 0.25); }
  main.sports .point-block {
    background-color: rgba(247, 171, 0, 0.08); }
    main.sports .point-block::after {
      background-color: rgba(247, 171, 0, 0.25); }
  .point-block__qbox dt .qtitle {
    color: #002B62; }
    main.economics .point-block__qbox dt .qtitle {
      color: #00a7ea; }
    main.sociology .point-block__qbox dt .qtitle {
      color: #e85298; }
    main.distribution .point-block__qbox dt .qtitle {
      color: #009d85; }
    main.law .point-block__qbox dt .qtitle {
      color: #ea5504; }
    main.sports .point-block__qbox dt .qtitle {
      color: #f7ab00; }
  main.economics .point-block__qbox dd .atitle {
    color: #00a7ea;
    border-bottom-color: #00a7ea !important; }
  main.sociology .point-block__qbox dd .atitle {
    color: #e85298;
    border-bottom-color: #e85298 !important; }
  main.distribution .point-block__qbox dd .atitle {
    color: #009d85;
    border-bottom-color: #009d85 !important; }
  main.law .point-block__qbox dd .atitle {
    color: #ea5504;
    border-bottom-color: #ea5504 !important; }
  main.sports .point-block__qbox dd .atitle {
    color: #f7ab00;
    border-bottom-color: #f7ab00 !important; }
  .point-block__list h4 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    padding: .2em .5em;
    margin-bottom: .5em;
    color: #FFF;
    background-color: #002B62; }
    main.economics .point-block__list h4 {
      background-color: #00a7ea; }
    main.sociology .point-block__list h4 {
      background-color: #e85298; }
    main.distribution .point-block__list h4 {
      background-color: #009d85; }
    main.law .point-block__list h4 {
      background-color: #ea5504; }
    main.sports .point-block__list h4 {
      background-color: #f7ab00; }

.title_bubble {
  position: relative;
  border: 2px solid #002B62;
  color: rku-blue;
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  padding: .6em;
  border-radius: 5px;
  position: absolute; }
  main.economics .title_bubble {
    border-color: #00a7ea;
    color: #00a7ea; }
  main.sociology .title_bubble {
    border-color: #e85298;
    color: #e85298; }
  main.distribution .title_bubble {
    border-color: #009d85;
    color: #009d85; }
  main.law .title_bubble {
    border-color: #ea5504;
    color: #ea5504; }
  main.sports .title_bubble {
    border-color: #f7ab00;
    color: #f7ab00; }
  @media (min-width: 768px) {
    .title_bubble {
      min-width: 270px;
      top: -25px;
      left: 40px; } }
  @media (max-width: 767px) {
    .title_bubble {
      width: 80%;
      top: -8vw;
      left: 5vw; } }
  .title_bubble::before, .title_bubble::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50px;
    border-right: 20px solid transparent; }
  .title_bubble::before {
    bottom: -25px;
    border-top: 25px solid #002B62; }
    main.economics .title_bubble::before {
      border-top-color: #00a7ea; }
    main.sociology .title_bubble::before {
      border-top-color: #e85298; }
    main.distribution .title_bubble::before {
      border-top-color: #009d85; }
    main.law .title_bubble::before {
      border-top-color: #ea5504; }
    main.sports .title_bubble::before {
      border-top-color: #f7ab00; }
  .title_bubble::after {
    bottom: -21px;
    border-top: 25px solid #FFF; }

.p-campus-box {
  color: #fff;
  display: inline-block;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .p-campus-box:not(:last-child) {
    margin-right: 1em; }

.dpcp-list li:not(:last-child) {
  margin-bottom: .5em; }
.dpcp-list li.flex {
  align-items: baseline !important; }
.dpcp-list li .dp {
  color: #002b62;
  border: #002b62 1px solid;
  text-align: center;
  font-size: 0.6875rem;
  width: 6%;
  line-height: 1.6; }
  @media (max-width: 767px) {
    .dpcp-list li .dp {
      width: 15%; } }
.dpcp-list li .dp-txt {
  width: 94%;
  padding-left: 1em;
  line-height: 1.6; }
  @media (max-width: 767px) {
    .dpcp-list li .dp-txt {
      width: 85%; } }

.seminar4 {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .seminar4 {
      height: 740px; } }
  @media (max-width: 767px) {
    .seminar4 ul li {
      margin-bottom: 5vw; } }
  .seminar4 ul li h4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: .5em;
    margin-bottom: .5em; }
    .seminar4 ul li h4 .step {
      background-color: #AC1C22;
      color: #FFF;
      font-size: 1.125rem;
      padding: .2em 1em;
      border-radius: 5px; }
      .seminar4 ul li h4 .step .no {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        font-size: 1.875rem;
        margin-right: .2em; }
    .seminar4 ul li h4 .title {
      font-size: 1.375rem;
      font-weight: 400; }
  .seminar4 ul li p {
    line-height: 1.6; }
  .seminar4 ul li .stepdetail {
    padding: 1em 0;
    border-bottom: 1px solid #002B62; }
    @media (min-width: 768px) {
      .seminar4 ul li .stepdetail {
        position: absolute;
        width: 310px; } }
    @media (max-width: 767px) {
      .seminar4 ul li .stepdetail {
        position: relative;
        margin-bottom: 5vw; } }
    .seminar4 ul li .stepdetail:after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%) skew(-45deg);
      height: 20px;
      width: 20px;
      background-color: #f2f2f2;
      top: 100%;
      transform-origin: left top;
      border-right: 1px solid #002B62; }
  @media (min-width: 768px) {
    .seminar4 ul li .stepimg {
      position: absolute; } }
  @media (max-width: 767px) {
    .seminar4 ul li .stepimg img {
      width: 100%;
      height: auto; } }
  @media (min-width: 768px) {
    .seminar4 ul li.year1 .stepdetail {
      top: 20px;
      left: 60px; }
    .seminar4 ul li.year1 .stepimg {
      top: 220px;
      left: 20px;
      z-index: 4; }
    .seminar4 ul li.year2 .stepdetail {
      top: 560px;
      left: 120px;
      border-top: 1px solid #002B62;
      border-bottom: 0; }
      .seminar4 ul li.year2 .stepdetail:after {
        top: auto;
        bottom: 100%;
        transform-origin: right bottom;
        border-right: 0;
        border-left: 1px solid #002B62; }
    .seminar4 ul li.year2 .stepimg {
      top: 280px;
      left: 210px;
      z-index: 3; }
    .seminar4 ul li.year3 .stepdetail {
      top: 0;
      left: 470px;
      border-bottom: 1px solid #002B62; }
    .seminar4 ul li.year3 .stepimg {
      top: 190px;
      left: 370px;
      z-index: 2; }
    .seminar4 ul li.year4 .stepdetail {
      top: 540px;
      right: 20px;
      border-top: 1px solid #002B62;
      border-bottom: 0; }
      .seminar4 ul li.year4 .stepdetail:after {
        top: auto;
        bottom: 100%;
        transform-origin: right bottom;
        border-right: 0;
        border-left: 1px solid #002B62; }
    .seminar4 ul li.year4 .stepimg {
      top: 230px;
      left: 570px;
      z-index: 1; } }

/* TOP */
.faculty_panel {
  position: relative; }
  .faculty_panel:not(:last-child) {
    margin-bottom: 4rem; }
  .faculty_panel .detail {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    text-align: left;
    z-index: 1;
    background-color: #FFF; }
    @media (min-width: 768px) {
      .faculty_panel .detail {
        padding: 3em 2em;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 760px; } }
    @media (max-width: 767px) {
      .faculty_panel .detail {
        width: 96%;
        transform: translate(2%, -3vw);
        padding: 5vw; } }
    .faculty_panel .detail::before {
      content: "";
      width: 20px;
      height: 40px;
      display: block;
      position: absolute;
      top: -20px;
      left: 20px;
      transform-origin: left bottom;
      transform: skewX(-45deg);
      background-color: #002B62; }
      @media (max-width: 767px) {
        .faculty_panel .detail::before {
          top: -52vw;
          left: 3vw; } }
    .faculty_panel .detail h2 {
      font-size: 2rem;
      border-bottom: 1px solid #002B62;
      font-weight: 400;
      padding-bottom: .3em;
      margin-bottom: 1rem; }
      @media (max-width: 767px) {
        .faculty_panel .detail h2 {
          font-size: 5.8666666667vw; } }
      .faculty_panel .detail h2 a {
        position: relative;
        display: block;
        color: #002B62; }
        .faculty_panel .detail h2 a::after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%) rotate(-45deg);
          right: 0;
          content: "";
          width: .4em;
          height: .4em;
          border-right: 1px solid #002B62;
          border-bottom: 1px solid #002B62; }
    .faculty_panel .detail .link {
      line-height: 1.6;
      margin-top: 1rem; }
      .faculty_panel .detail .link a {
        position: relative;
        display: inline-block;
        font-size: 1.375rem;
        padding-left: 1.4em; }
        @media (max-width: 767px) {
          .faculty_panel .detail .link a {
            display: block;
            font-size: 4.8vw; } }
        .faculty_panel .detail .link a:not(:last-child) {
          margin-right: 1em; }
        .faculty_panel .detail .link a::before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          content: "";
          width: 1em;
          height: 1em;
          background-color: #002B62; }
        .faculty_panel .detail .link a::after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%) rotate(-45deg);
          left: .2em;
          content: "";
          width: .4em;
          height: .4em;
          border-right: 1px solid #FFF;
          border-bottom: 1px solid #FFF; }
        .faculty_panel .detail .link a.fc-eco-labo::before {
          background-color: #535ca8; }
        .faculty_panel .detail .link a.fc-soc-labo::before {
          background-color: #c25b89; }
        .faculty_panel .detail .link a.fc-dis-labo::before {
          background-color: #529e93; }
        .faculty_panel .detail .link a.fc-law-labo::before {
          background-color: #a84f43; }
        .faculty_panel .detail .link a.fc-spo-labo::before {
          background-color: #a9984a; }
  .faculty_panel:nth-of-type(even), .faculty_panel.rv {
    text-align: right; }
    .faculty_panel:nth-of-type(even) .detail, .faculty_panel.rv .detail {
      right: auto;
      left: 0; }
  .faculty_panel#economics .detail::before {
    background-color: #00a7ea; }
  .faculty_panel#economics .detail h2 {
    color: #00a7ea;
    border-color: #00a7ea; }
    .faculty_panel#economics .detail h2 a {
      color: #00a7ea; }
      .faculty_panel#economics .detail h2 a::after {
        border-color: #00a7ea; }
  .faculty_panel#economics .detail .link a {
    color: #00a7ea; }
    .faculty_panel#economics .detail .link a::before {
      background-color: #00a7ea; }
  .faculty_panel#sociology .detail::before {
    background-color: #e85298; }
  .faculty_panel#sociology .detail h2 {
    color: #e85298;
    border-color: #e85298; }
    .faculty_panel#sociology .detail h2 a {
      color: #e85298; }
      .faculty_panel#sociology .detail h2 a::after {
        border-color: #e85298; }
  .faculty_panel#sociology .detail .link a {
    color: #e85298; }
    .faculty_panel#sociology .detail .link a::before {
      background-color: #e85298; }
  .faculty_panel#distribution .detail::before {
    background-color: #009d85; }
  .faculty_panel#distribution .detail h2 {
    color: #009d85;
    border-color: #009d85; }
    .faculty_panel#distribution .detail h2 a {
      color: #009d85; }
      .faculty_panel#distribution .detail h2 a::after {
        border-color: #009d85; }
  .faculty_panel#distribution .detail .link a {
    color: #009d85; }
    .faculty_panel#distribution .detail .link a::before {
      background-color: #009d85; }
  .faculty_panel#law .detail::before {
    background-color: #ea5504; }
  .faculty_panel#law .detail h2 {
    color: #ea5504;
    border-color: #ea5504; }
    .faculty_panel#law .detail h2 a {
      color: #ea5504; }
      .faculty_panel#law .detail h2 a::after {
        border-color: #ea5504; }
  .faculty_panel#law .detail .link a {
    color: #ea5504; }
    .faculty_panel#law .detail .link a::before {
      background-color: #ea5504; }
  .faculty_panel#sports .detail::before {
    background-color: #f7ab00; }
  .faculty_panel#sports .detail h2 {
    color: #f7ab00;
    border-color: #f7ab00; }
    .faculty_panel#sports .detail h2 a {
      color: #f7ab00; }
      .faculty_panel#sports .detail h2 a::after {
        border-color: #f7ab00; }
  .faculty_panel#sports .detail .link a {
    color: #f7ab00; }
    .faculty_panel#sports .detail .link a::before {
      background-color: #f7ab00; }

.faculty-news-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px; }

.faculty .swiper-button-next,
.faculty .swiper-button-prev {
  top: auto;
  bottom: 0;
  display: block;
  width: 100px;
  height: 20px; }
  .faculty .swiper-button-next::before,
  .faculty .swiper-button-prev::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--link-blue);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
  .faculty .swiper-button-next::after,
  .faculty .swiper-button-prev::after {
    font-size: 0;
    width: 20px;
    height: 1px;
    background-color: var(--link-blue);
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left bottom; }

.faculty .swiper-button-next {
  transform: scale(-1, 1); }

/*¡¡newsÕ{Õû¡¡*/
.faculty.main .p-type--news {
  display: none; }

.faculty-news_list_panel li .item-box .item-box_text,
.faculty-news_list li .item-box_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5em;
  line-height: 1.5;
  word-break: break-all; }

.faculty-news_list .p-type {
  display: none; }

.faculty-news_list li.economics_dep .p-type.p-type--economics_dep {
  display: inline-block; }

.faculty-news_list li.business_dep .p-type.p-type--business_dep {
  display: inline-block; }

.faculty-news_list li.sociology_dep .p-type.p-type--sociology_dep {
  display: inline-block; }

.faculty-news_list li.tourist_dep .p-type.p-type--tourist_dep {
  display: inline-block; }

.faculty-news_list li.distribution_dep .p-type.p-type--distribution_dep {
  display: inline-block; }

.faculty-news_list li.enterprise_dep .p-type.p-type--enterprise_dep {
  display: inline-block; }

.faculty-news_list li.admini_dep .p-type.p-type--admini_dep {
  display: inline-block; }

.faculty-news_list li.sports_dep .p-type.p-type--sports_dep {
  display: inline-block; }

.faculty-news_list li.communication_dep .p-type.p-type--communication_dep {
  display: inline-block; }
