
/* 国際交流 */
@media screen and (min-width: 801px) {
  ._about._common._kokusai table th:last-child,
  ._about._common._kokusai table td:last-child {
    width: 40%;
  }
}

/* 節電対策：最大電力実績 */

._about._setsuden .saidai-item .is-alert {
  color: #e60000;
  font-weight: bold;
}
._about._setsuden .saidai-item table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 20px;
}
._about._setsuden .saidai-item table tr {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  box-sizing: border-box;
}
._about._setsuden .saidai-item table tr th {
  background-color: #f5fafa;
  font-weight: bold;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px #ccc solid;
  padding-top: 5px;
  padding-bottom: 5px;
}
._about._setsuden .saidai-item table tr td {
  border-right: 1px #ccc solid;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
._about._setsuden .saidai-item table th:last-child {
  border-right: none;
}
._about._setsuden .saidai-item table td:last-child {
  border-right: none;
}
._about._setsuden .saidai-item table tr:nth-child(2n+1) {
  background-color: #f5f5f5;
}
._about._setsuden .saidai-item table .over {
  color: #FB12CB;
}
._about._setsuden .saidai-item img {
  margin-top: 30px;
}
._about._setsuden .saidai-item h2 {
  margin-bottom: 10px;
}
._about._setsuden .saidai-item {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  ._about._setsuden .saidai-item table {
      width:  100%;
  }
}

/* 専任教員の学位及び主な研究内容について */
._about._about._faculty-staff .faculty_staff_section {
    margin-bottom: 40px;
}
._about._about._faculty-staff .faculty_staff_section h2 {
   font-weight: bold;
   margin-bottom: 10px;
}
._about._about._faculty-staff .faculty_staff_section table {
    font-size: 12px;
    line-height: 1.5;
    border-collapse:collapse;
    width: 100%;
}
._about._faculty-staff .faculty_staff_section table th,.faculty_staff_section table td {
    border: 1px solid #ccc;
    padding: 3px;
    text-align: center;
}
._about._faculty-staff .faculty_staff_section table th {
    font-weight: normal;
    background-color: #dee2f2;
}
._about._faculty-staff .faculty_staff_section table td {
    white-space: normal;
}
._about._faculty-staff .faculty_staff_section table th.course {
    width: 30%;
}
._about._faculty-staff .faculty_staff_section table th.pos {
    width: 5%;
}
._about._faculty-staff .faculty_staff_section table th.degree {
    width: 7%;
}
._about._faculty-staff .faculty_staff_section table th.name {
    width: 9%;
}
._about._faculty-staff .faculty_staff_section table th.cont {
    width: 49%;
}
._about._faculty-staff .faculty_staff_section table .smallname {
    font-size: 0.6rem;
    white-space: nowrap;
}
._about._faculty-staff .faculty_staff_section table th.side-course {
    vertical-align: top;
    text-align: left;
    background-color: #e6e6e6;
}
._about._faculty-staff .faculty_staff_section table td.side-cont {
    text-align: left;
}
._about._faculty-staff .faculty_staff_section a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    padding-left: 5px;
    display: inline-block;
    font-size: 90%;
  }
@media screen and (max-width: 800px) {
    ._about._faculty-staff .faculty_staff_section ._scrollx table th.side-course {
      white-space: wrap;
    }
    ._about._faculty-staff .faculty_staff_section table .smallname {
        font-size: 0.6rem;
        white-space: nowrap;
    }
    ._about._faculty-staff .faculty_staff_section table table td {
      white-space: nowrap;
    }
}


/* キャンパス案内 */
._about._campus .slide_arrow_box {
    width: 54px;
    height: 54px;
    text-indent: -200%;
    overflow: hidden;
    position: absolute;
    top: 34%;
    z-index: 4;
    cursor: pointer;
    transition: 0.2s;
}
._about._campus .slide_rigth_arrow {
    background:url(../../../assets/img/about/slide_arrow-right_off.png) no-repeat;
    background-size: contain;
    right: -27px;
}
._about._campus .slide_rigth_arrow:hover {
    background:url(../../../assets/img/about/slide_arrow-right_on.png) no-repeat;
    background-size: contain;
}
._about._campus .slide_left_arrow {
    background:url(../../../assets/img/about/slide_arrow-left_off.png) no-repeat;
    background-size: contain;
    left: -27px; 
}
._about._campus .slide_left_arrow:hover {
    background:url(../../../assets/img/about/slide_arrow-left_on.png) no-repeat;
    background-size: contain;
}
._about._campus .slick-dots {
    position: relative!important;
    bottom: 0!important;
    margin-top: 20px!important;
}
._about._campus .slick-dots li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    /* display: block;  */
    width: 100%; 
    width: 19%!important;
    height: auto!important;
    margin: 1.2% 1.2% 0px 0!important;
    padding: 0;
    cursor: pointer;
}
._about._campus .slick-dots li:nth-of-type(5n) {
    margin-right: 0!important;
}
._about._campus .slick-dots .slick-active {
    outline: 2px solid #1F2C5C;
}
._about._campus .slick-nav {
    display: none!important;
}
._about._campus .slick-nav .slick-dots li {
    display: none;
    width: 20px!important;
}
._about._campus .slick-nav li {
    width: 90%!important;
    margin: 0 5%!important;
}
._about._campus .slick-slide {
    position: relative;
}
._about._campus .slick-slide .caption {
    position: absolute;
    bottom: 6px;
    /* 文字数に応じて高さが変わるよう修正 */
    /* height: 140px; */
    z-index: 2;
    width: 400px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: .3s ease;
}
._about._campus .slick-current .caption {
    opacity: 1;
    transition-delay: .5s;
}
._about._campus .slick-slide .caption h2 {
    color: #1F2C5C;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 12px;
}
._about._campus .slick-slide .caption p {
    color: #000;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.6;
}
._about._campus .c-left {
    left: 0;
}
._about._campus .c-right {
    right: 0;
}
@media screen and (max-width: 800px) {
    ._about._campus .slick-slide .caption {
    position: relative;
    /* 見切れるため高さ指定 */
    /* height:auto; */
    height: 120px;
    width: 100%;
    padding: 7px 0 1em 10px;
    background: rgba(255, 255, 255, 0.9);
    transition: .3s ease;
    bottom: 0px;
    }
    ._about._campus .slick-current .caption {
    opacity: 1;
    transition-delay: 0.5s;
    }
    ._about._campus .slick-slide .caption h2 {
    position: absolute;
    top: 10px;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 3px;
    }
    ._about._campus .slick-slide .caption p {
    position: absolute;
    top: 38px;
    padding-right: 1em;
    }
    ._about._campus .c-left {
    left: 0px;
    }
    ._about._campus .c-right {
    left: 0px
    }
    ._about._campus .slick-nav .slick-list .slick-slide {
        padding-bottom: 0%;
    }
    ._about._campus .slick .slick-dots {
        display: none!important;
    }
    ._about._campus .slick-nav {
        display: block!important;
    }
    ._about._campus .slick-nav .slick-dots li {
        display: inline-block!important;
        width: 20px!important;
        margin: 0!important;
    }
    ._about._campus .slick-slide:focus {
        outline:none;
    }
    ._about._campus .slick-dots .slick-active {
        outline: none;
    }
    ._about._campus .slick-nav li {
        outline: none;
    }
    ._about._campus .slick-dots {
        margin-top: 0!important;
    }
    ._about._campus .slick-dotted.slick-slider {
        margin-bottom: 2%!important;
    } 
    ._about._campus .slick-center img {
        outline: 2px solid #1F2C5C; 
    }
    ._about._campus .slick-slide div {
        outline:none;
    }
    ._about._campus .slick-dots li button:before {
        font-size: 30px!important;
    }
    ._about._campus .slick-list {
        padding-top: 5px!important;
    }
}

/* 採用情報 */
@media screen and (min-width: 801px) {
  ._about._recruit table th {
    width: 22%;
  }
}
._about._recruit .recruit-section > *:not(h2) {
  padding-left: 10px;
}
._about._recruit .recruit-section:not(:last-child) {
  padding-bottom: 20px;
}

/* 交通アクセス */
._about._campus._map .common_gray-box {
  display: inline-block;
}
._about._campus._map .cam_google_block iframe {
  width: 100%;
  height: 750px;
}

@media screen and (max-width: 800px) {
  ._about._campus._map .cam_google_block iframe {
    height: 450px;
  }
}
