/* 詳細度が高く他スタイルが適用しにくいため削除
#default main h1 {
    color: #1F2C5C;
    font-size: 27px;
    border-top: 1px solid #1F2C5C;
    border-bottom: 1px solid #1F2C5C;
    border-left: none;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    margin-bottom: 30px;
}
#default .content-main {
    width: 100%;
    margin: 0 auto;
}
#default h2 {
    font-size: 18px;
    color: #1F2C5C;
}
#default h3 {
    font-size: 14px;
    color: #1F2C5C;
}
*/

/* template01.cssから移植 */
.main {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .main {
    width: inherit;
  }
}
@media screen and (max-width: 800px) {
  ._about .content {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 800px) {
  .content {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 30px;
  }
  .content-main {
    width: 720px;
    min-height: 450px;
  }
  .content-side {
    width: 300px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .content-side {
    border-top: 1px solid #d8d8d8;
    margin-top: 30px;
    padding-top: 20px;
  }
}

/* gakubu-gakka.cssから移植 */
.hero {
    width: 100%;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 140px;
    background-size: cover;
    margin-top: -30px;
    margin-bottom: 20px
}

.hero-bg {
    background-color: #539426;
    mix-blend-mode: multiply;
    opacity: 0.9;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}
/* トピックスタイトルは長くなることがあるので、他のh1よりもやや小さいサイズとしておく */
.content-main .topics-single-ttl {
  font-size: 20px;
  /* margin-bottom: 25px; */
}
.topics-single {
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  line-height: 1.8;
}
.topics-single ul {
  padding-left: 1.5rem;
}
.topics-single ul>li {
  list-style: circle;
}
.topics-single ol {
  padding-left: 1.5rem;
}
.topics-single ol>li {
  list-style: decimal;
  padding-top: 10px;
}
.topics-single table {
  width: 100%;
  border-collapse: collapse;
}
.topics-single table th,
.topics-single table td {
  border: 1px solid #ccc;
  padding: 5px;
}
.topics-single table th {
  background-color: #e6e6e6;
}

/* .topics-single h2 {
  font-size: 150%;
} */
.topics {
    position: relative;
    margin-bottom: 30px
}
.topics-ttl {
    opacity: 1;
    font-size: 30px
}
/* .topics time {
    font-size: 12px
} */
.topics-attr {
  /* text-align: right; */
  margin-bottom: 15px;
}
.topics-time{
  font-size: 14px;
  display: inline-block;
}
.topics .topics-attr .topics-time time {
  color: #898989;
}
.topics-list {
    margin-top: 10px
}
.topics-item {
  padding: 7px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  border-bottom: 1px dotted #DBDDDE;
}
.topics-item a {
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .topics {
    /* padding-left: 30px;
    padding-right: 30px; */
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px
  }
  .topics-ttl {
    text-align: center
  }
  .topics time {
    /* font-weight: bold; */
    font-size: 14px
  }
  .topics-item {
    display: block;
  }
  .topics-item a {
    margin-left: 10px;
    width: 100%;
  }
  .topics-more .btn {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
  }
}
.card {
    margin-bottom: 30px
}

@media screen and (max-width: 800px) {
    .card {
        padding-bottom: 0px;
        padding-top: 0
    }

    .card .slick-dots li:last-child {
        margin-right: 0
    }
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width: 800px) {
    .card-list {
        display: block
    }
}

.card-item {
    width: 31.5%
}

@media screen and (max-width: 800px) {
    .card-item {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px
    }
}

.card-item a {
    display: block;
    background-color: #fff;
    width: 97%;
    margin-left: 1%;
    margin-right: 1%;
    position: relative
}

@media screen and (max-width: 800px) {
    .card-item a {
        margin: 0;
        width: 100%
    }
}

.card-item a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    transition-duration: 0.2s
}

.card-item a:hover:after {
    opacity: 0.2
}

.card-picture img {
    width: 100%
}

.card time {
    font-size: 12px;
    display: block;
    margin-top: 7px;
    margin-bottom: 2px
}

@media screen and (max-width: 800px) {
    .card time {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: bold
    }
}

.card-txt {
    font-size: 12px;
    line-height: 1.6
}

.bnr {
    margin-bottom: 30px
}

.bnr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width: 800px) {
    .bnr-list {
        display: block
    }
}

.bnr-item {
    width: 31.5%;
    border: 1px solid #d8d8d8;
}

.bnr-item.noborder {
    border: 0;
}

/* safari対応 */
.bnr-item a img {
  image-orientation: none;
}

@media screen and (max-width: 800px) {
    .bnr-item {
        width: 80%;
        margin: 0 auto 20px auto
    }
}

/*** 関連サイト用 ***/

.related-flex-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #898989;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  background-color: #F9F9F9;
  margin-bottom: 30px;
}

.related-ttl {
  flex-basis: 20%;
  margin: 0px 0px 10px 0px;
}

.related-flex-box.related-item {
  flex-basis: 40%;
}

@media screen and (max-width: 800px) {
    .related-flex-block {
        width: 90%;
    }
    .related-ttl {
        text-align: center;
        flex-basis: 100%;
    }
    .related-flex-box.related-item {
        flex-basis: 100%;
    }
}

.related-wrapper {
  border: 1px solid #898989;
  background-color: #F9F9F9;
  padding: 20px;
  margin-bottom: 30px;
}

.related-wrapper ul {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(200px, auto));
  gap: 0px 20px;
}

@media screen and (max-width: 800px) {
  .related-wrapper .related-ttl {
    text-align: center;
  }
}

/*** 学部トップバナー ***/

.top_pickup {
  margin-bottom: 30px
}
@media screen and (max-width: 800px) {
  .top_pickup {
    padding-bottom: 20px;
    padding-top: 0
  }
  .top_pickup .slick-dots li:last-child {
    margin-right: 0
  }
}
.top_pickup-ttl {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0;
  padding-left: 30px;
  color: #1F2C5C;
  font-size: 18px;
  margin-bottom: 10px;
  background-image: url("../img/top/icon_pickup.svg")
}
.top_pickup-ttl ._en {
  font-family: "Oswald", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif
}
@media screen and (max-width: 800px) {
  .top_pickup-ttl {
    background-position: center top;
    padding-top: 40px;
    text-align: center;
    padding-left: 0;
    background-size: 35px;
    margin-bottom: 20px
  }
}
.top_pickup-item {
  margin: 0 5px 5px
}
.top_pickup-item a {
  display: block;
  background-color: #fff;
  width: 97%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative
}
.top_pickup-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  top: 0;
  left: 0;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition-duration: 0.2s;
}
.top_pickup-item a:hover:after {
  opacity: 0.2
}
.top_pickup-txt {
  padding: 20px 25px
}
.arrow-next, .arrow-prev, .slick-next, .slick-prev {
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  background-color: transparent;
  top: 35%;
  width: 35px;
  height: 35px;
  border: 0;
  cursor: pointer;
  font-size: 0
}
.arrow-next.slick-disabled, .arrow-prev.slick-disabled, .slick-next.slick-disabled, .slick-prev.slick-disabled {
  opacity: 0.6
}
.slick-next:before, .slick-prev:before {
  color: #000
}
.arrow-next, .slick-next {
  right: 20px;
  z-index: 1;
}
.arrow-prev, .slick-prev {
  left: 15px;
  z-index: 2;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide a {
  outline: none;
}

.lede._primary {
    color: #1F2C5C;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left
}

.lede._primary span {
    font-size: 16px;
    padding-left: 8px;
    display: inline-block
}

@media screen and (max-width: 800px) {
    .lede._primary {
        line-height: 1.6
    }
}

.lede._tertiary {
    color: #1F2C5C;
    font-size: 15px;
    margin-bottom: 10px
}

hr {
    background-color: #d8d8d8;
    height: 1px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* メッセージ */
.message-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: flex-start;
  align-items: center;
}
.message-flex-item._col1 {
  width: 100%;
}
.message-flex-item._col2 {
  width: 51%;
}
.message-flex-item._col3 {
  width: 33%;
}
.message-flex img {
  margin: auto;
  display: block;
}
.message-name {
    padding-bottom: 25px;
}
.message-name p {
    font-size: 24px;
    margin: 10px 0;
}
.message-name::after {
    position: absolute;
    content: '';
    width: 230px;
    height: 5px;
    background-color: #1f2c5c;
}
.message-profile {
    font-size: 12px;
    line-height: 17px
}

.message-comment {
    text-align: justify;
    margin: 40px 20px 0 20px;
}

.content-main h2.message-ttl {
    color: #3E3A39;
    font-size: 22px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 39px;
}

@media screen and (max-width: 800px) {
    .message-flex-item._col2,
    .message-flex-item._col3 {
      width: 100%;
      padding-bottom: 20px;
    }
    .message-name {
        text-align: center;
    }
    .message-name::after {
        position: unset;
        display: block;
        margin-left: auto;
        margin-right: auto;
        }
    .message-comment {
        margin: 40px 0 0 0;
    }
    .content-main h2.message-ttl {
        padding-top: 0px;
        padding-bottom: 20px;
        font-size: 20px;
        line-height: 1.8
    }
    .content-main h2.message-ttl br {
        display: none
    }
}

.profile {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px
}
.profile-item {
    margin-bottom: 50px
}
.profile-photo img {
    width: 150px
}
.profile-name {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.profile-name span {
    font-size: 13px;
    padding-right: 5px
}
.profile-txt {
    font-size: 12px;
    text-align: left;
    line-height: 17px
}

@media screen and (max-width: 800px) {
    .profile {
        width: 80%;
    }
    .profile-name span {
        padding-right: 0;
        display: block;
        line-height: 1;
        margin-bottom: 5px
    }
}

.comment-ttl {
    color: #3E3A39;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 39px
}

@media screen and (max-width: 800px) {
    .comment-ttl {
        padding-top: 0px;
        padding-bottom: 20px;
        font-size: 18px;
        line-height: 1.8
    }

    .comment-ttl br {
        display: none
    }
}

.comment-txt {
    /* width: 585px; */
    margin-left: auto;
    margin-right: auto;
    text-align: justify
}

@media screen and (max-width: 800px) {
    .comment-txt {
        width: 100%
    }
}

.rinen-item {
    margin-bottom: 50px
}

.rinen-txt {
    text-align: center;
    font-size: 15px
}

.rinen-list {
    width: 85%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    background-color: #EFEFEF
}

.rinen-list li {
    list-style: decimal;
    margin-left: 20px
}

@media screen and (max-width: 800px) {
    .rinen-list {
        width: 100%
    }
}

.policy-item {
    margin-bottom: 50px
}

.policy-txt {
    text-align: justify;
    font-size: 15px
}

.policy-list {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    background-color: #EFEFEF
}

.policy-list li {
    list-style: decimal;
    margin-left: 20px
}

@media screen and (max-width: 800px) {
    .policy-list {
        padding-left: 15px
    }
}

.policy-gakuryoku, .policy-soshitsu {
    text-align: justify;
    font-size: 12px;
    margin-top: 20px;
    line-height: 23px
}

.tokusyoku-item {
    margin-bottom: 30px
}

.tokusyoku-txt {
    text-align: justify;
    font-size: 15px
}

.tokusyoku-list {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    background-color: #EFEFEF
}

.tokusyoku-list li {
    list-style: decimal;
    margin-left: 20px
}

.tokusyoku-gakuryoku, .tokusyoku-soshitsu {
    text-align: justify;
    font-size: 12px;
    margin-top: 20px;
    line-height: 23px
}

.tokusyoku-course {
    margin-top: 10px
}

.tokusyoku-course strong {
    font-weight: normal;
    display: block;
    position: relative;
    padding-left: 20px
}

.tokusyoku-course strong:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    color: #1F2C5C
}

.tokusyoku-txt-small {
    text-align: justify;
    font-size: 13px
}

@media screen and (max-width: 800px) {
    .tokusyoku-list {
        padding-left: 15px
    }
}

.curriculum-item {
    margin-bottom: 50px
}

.curriculum-item .lnk {
    margin-top: 10px;
    display: inline-block
}

.curriculum-table {
    margin-bottom: 30px
}

@media screen and (max-width: 800px) {
    .curriculum-table {
        overflow: auto;
        white-space: nowrap;
        position: relative
    }
}

.curriculum-table table {
    text-align: center;
    background-color: #cccccc;
    font-size: 11px
}

@media screen and (max-width: 800px) {
    .curriculum-table table {
        width: 100%
    }
}

.curriculum-table table tr {
    background-color: #fff
}

.curriculum-table table th {
    font-weight: normal;
    background-color: rgba(17, 153, 124, 0.15)
}

.curriculum-table table td {
    text-align: left;
    padding: 10px;
    line-height: 1.6;
    letter-spacing: -0.02em
}

@media screen and (max-width: 800px) {
    .curriculum-table table td {
        padding-left: 5px;
        padding-right: 5px
    }
}

/* tplb.cssから移植 */
.side-list a {
  background-color: #f4f3f9;
}
.side-list a:hover {
    background-color: #fff;
    color: #1f2c5c;
}

/* daigakuin.cssから移植 */
.side-bnr-arrow {
  fill: #040000;
  fill-rule: evenodd;
  width: 20px;
  top: 30%;
  right: 5%;
  position: absolute;
}

.side-bnr-item._academics,
.side-bnr-item._course {
  width: 100%;
  height: 48px;
  margin-top: 20px;
  position: relative;
}

.side-bnr-item._academics a,
.side-bnr-item._course a {
  width: 100%;
  display: block;
  line-height: 48px;
}

.side-bnr-item._academics a div,
.side-bnr-item._course a div {
/*
  position: relative;
*/
  display: block;
  text-align: center;
  margin: auto;
/*
  margin-right: auto;
  margin-left: 28%;
  left: -1em;
  right: 0;
*/
  width: 75%;
  font-size: 20px;
}

.side-bnr-item._academics a div span,
.side-bnr-item._course a div span {
  font-size: 15px;
}

.side-bnr-item._academics a:hover div,
.side-bnr-item._course a:hover div {
  opacity: 0.65;
}

@media screen and (max-width: 800px) {
  body._pharm .side-bnr-pharm,
  body._dent .side-bnr-dent,
  body._nss .side-bnr-nss,
  body._fukushi .side-bnr-nss,
  body._nss._in ._bnr_fukushi .side-bnr-fukushi,
  body._shinri .side-bnr-shinri,
  body._rehabili .side-bnr-rigaku,
  body._rigaku .side-bnr-rehabili,
  body._sagyo .side-bnr-rehabili,
  body._gen .side-bnr-rehabili,
  body._sagyo .side-bnr-sagyo,
  body._gen .side-bnr-gengo,
  body._medtech .side-bnr-medtech
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* content-mainはcommon.cssにてある程度設定 */
.content-main {
  width: 100%;
  margin: 0 auto;
}
.content-main a {
  color: #0a4288;
  text-decoration: none;
}
.content-main a:hover {
  text-decoration: underline;
}
.content-main h1 {
  line-height: 35px;
  color: #1f2c5c;
  font-size: 27px;
  border-top: 1px solid #1f2c5c;
  border-bottom: 1px solid #1f2c5c;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  margin-bottom: 30px;
}
.content-main h1.caution {
  border-top: 10px solid #FF5959;
  border-bottom: 10px solid #FF5959;
  color: #FF5959;
  font-weight: bold;
}
.content-main h2 {
  font-size: 18px;
  color: #1f2c5c;
}
.content-main h3 {
  font-size: 14px;
  color: #1f2c5c;
}
.content-main .btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .content-main h1 {
    line-height: 1.4;
    font-size: 22px;
  }
}

@media screen and (min-width: 800px) {
  .content-main.active-sidebar {
    width: 720px;
  }
}

.content-main .topics-item a,
.content-main .card a {
  color: #3e3a39;
  text-decoration: none;
}
.content-main .topics-item a:hover,
.content-main .card a:hover {
  color: #0a4288;
}


.common-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  align-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.common-flex .common-flex-item {
  white-space: normal;
  word-break: break-all;
  max-width: 100%;
  margin-bottom: 30px;
}
.common-flex .common-flex:nth-of-type(n+2) .common-flex-item {
}
.common-flex .common-flex-item._common-col1 {
  flex-basis: 100%;
}
.common-flex .common-flex-item._common-col2 {
  flex-basis: 49%;
}
.common-flex .common-flex-item._common-col3_7 {
  flex-basis: 29%;
}
.common-flex .common-flex-item._common-col7_3 {
  flex-basis: 69%;
}
.common-flex .common-flex-item._common-col3 {
  flex-basis: 32%;
}
.common-flex .common-flex-item._gray {
  padding: 15px;
  background-color: #efefef;
}
.common-flex .common-flex-item._border {
  padding: 15px;
  border: 1px solid #1f2c5c;
}
.common-flex .common-flex-item._top-bottom {
  padding: 15px;
  border-top: 1px solid #1f2c5c;
  border-bottom: 1px solid #1f2c5c;
}
.common-flex .common-flex-item._bottom {
  padding: 15px;
  border-bottom: 1px solid #1f2c5c;
}
.common-flex .common-flex-item._center {
  text-align: center;
}
.common-flex .common-flex-item._center img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
    body._common .common_tbl2 {
      white-space: normal;
    }
    .common-flex .common-flex-item:nth-of-type(n+4) {
      margin-top: 0px;
    }
    .common-flex .common-flex-item._common-col2,
    .common-flex .common-flex-item._common-col3_7,
    .common-flex .common-flex-item._common-col7_3,
    .common-flex .common-flex-item._common-col3 {
      flex-basis: 100%;
    }
}

.common_line {
  text-decoration: underline;
}
.common_bold {
  font-weight: bold;
}
.common_italic {
  font-style: italic;
}
.common_kome,
.common_dot {
  padding-left: 1rem;
}
.common_dot::before {
  content: "●";
  margin-left: -1rem;
}
.common_kome::before {
  content: "※";
  margin-left: -1rem;
}

/* こちらは消そうかな */
a.common_link._pdf {
  background-image: url(../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 5px;
  padding-left: 23px;
  display: inline-block;
  margin-top: 10px;
}

.common_pdf_list a {
  background-image: url(../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 5px;
  padding-left: 23px;
  display: inline-block;
  margin-top: 10px;
}
/* こちらは消そうかな */

.file-pdf:before {
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
  padding-right: 8px;
  color: #3E3A39;
  font-size: 120%;
  display:inline-block;
}

.file-excel:before {
  font-family: "Font Awesome 5 Free";
  content: '\f1c3';
  font-weight: 400;
  padding-right: 8px;
  color: #3E3A39;
  font-size: 120%;
  display:inline-block;
}

.file-word:before {
  font-family: "Font Awesome 5 Free";
  content: '\f1c2';
  font-weight: 400;
  padding-right: 8px;
  color: #3E3A39;
  font-size: 120%;
  display:inline-block;
}

.file-link:before {
  font-family: "Font Awesome 5 Free";
  content: '\f15c';
  font-weight: 400;
  padding-right: 8px;
  color: #3E3A39;
  display:inline-block;
  font-size: 120%;
}

.external-link:before {
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
  padding-right: 7px;
  color: #3E3A39;
  display:inline-block;
  font-size: 90%;
}

.lock-link-l:before {
  font-family: "Font Awesome 5 Free";
  content: '\f023';
  font-weight: 900;
  padding-right: 7px;
  color: #3E3A39;
  display:inline-block;
  font-size: 90%;
}

.lock-link-r:after {
  font-family: "Font Awesome 5 Free";
  content: '\f023';
  font-weight: 900;
  padding-left: 7px;
  color: #3E3A39;
  display:inline-block;
  font-size: 90%;
}

.common_pl1 {
  padding-left: 1rem;
}
.common_gray-box {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px;
  background-color: #efefef;
}
.common_red_border-box {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px;
  border: #ff0000 1px solid;
}
.common_mt10 {
  margin-top: 10px;
}
.common_mt20 {
  margin-top: 20px;
}
.common_mt30 {
  margin-top: 30px;
}
.common_mt40 {
  margin-top: 40px;
}
.common_mt50 {
  margin-top: 50px;
}
.common_mb10 {
  margin-bottom: 10px;
}
.common_mb20 {
  margin-bottom: 20px;
}
.common_mb30 {
  margin-bottom: 30px;
}
.common_mb40 {
  margin-bottom: 40px;
}
.common_mb50 {
  margin-bottom: 50px;
}
.common_ml10 {
  margin-left: 10px;
}
.common_ml20 {
  margin-left: 20px;
}
.common_ml30 {
  margin-left: 30px;
}
.common_ml40 {
  margin-left: 40px;
}
.common_ml50 {
  margin-left: 50px;
}
.common_mr10 {
  margin-right: 10px;
}
.common_mr20 {
  margin-right: 20px;
}
.common_mr30 {
  margin-right: 30px;
}
.common_mr40 {
  margin-right: 40px;
}
.common_mr50 {
  margin-right: 50px;
}

/* 縦横線有テーブル */
.common_tbl {
  width: 100%;
  border-collapse: collapse;
  /* font-size: 12px; */
  font-size: 14px;
}
.common_tbl th,
.common_tbl td {
  border: 1px solid #ccc;
  padding: 5px;
}
.common_tbl th {
  background-color: #e6e6e6;
}

/* 横線有テーブル */
.common_tbl2 {
  border-collapse: collapse;
  border-bottom: 1px #ccc solid;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.common_tbl2 th {
  color: #1f2c5c;
  border-top: 1px #ccc solid;
  padding: 5px 10px;
}
.common_tbl2 td {
  border-top: 1px #ccc solid;
  /* padding: 5px 10px; */
  padding: 10px 15px;
}
.common_tbl2 td.border-top-none {
  border-top-style: none;
}

.common_tbl-thnowrap th {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.common_tbl .center,
.common_tbl2 .center {
  text-align: center;
}

.common_tbl .right,
.common_tbl2 .right {
  text-align: right;
}

@media screen and (max-width: 800px) {
  .common_tbl {
    font-size: 12px;
  }
  .common_tbl2 {
    font-size: 12px;
  }
  .content-main table._responsive {
    border-bottom: none;
/*
    border-collapse: separate;
*/
    border-spacing: 0 20px;
    width: 100%;
  }
  .content-main table._responsive th {
    border: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 10px 15px;
    background-color: #e6e6e6;
    text-align: center;
  }
  .content-main table._responsive td {
    border: none;
    font-size: 12px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 15px;
  }
  .content-main table._responsive tr:nth-child(1) {
    border-top: 1px #ddd solid;
  }
}

/* 横スクロールバー表示用 */
@media screen and (max-width: 800px) {
  ._scrollx {
      white-space: nowrap;
      position: relative;
      overflow-x: scroll;
  }
  ._scrollx::-webkit-scrollbar {
      height: 2px;
  }
  ._scrollx::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
  }
  ._scrollx::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, .5);
    border-radius: 5px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
  }
}
.common_content {
  font-size: 14px;
  margin-bottom: 50px;
}
.common_content p {
  margin-bottom: 20px;
}
.common_content h2 {
  font-size: 16px;
  color: #1f2c5c;
  font-weight: bold;
  margin-bottom: 10px;
}
.common_content h3 {
  font-size: 14px;
  color: #1f2c5c;
  font-weight: bold;
  margin-bottom: 10px;
}
ol.common_list {
  padding-left: 1.5rem;
  margin-bottom: 20px;
}
ul.common_list {
  padding-left: 2rem;
  margin-bottom: 20px;
}
ol.common_list li {
  padding-left: 0.5rem;
  list-style-type: decimal;
}
ul.common_list li {
  list-style-type: circle;
}
span.red {
  color: #ff0000;
}

/* バナーリンク */
.flex-banner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content:space-between;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
.flex-banner-item {
  width: 226px;
  border: 1px solid #1F2C5C;
  /* margin-bottom: 30px; */
  margin-bottom: 20px;
  color: #1F2C5C;
  box-shadow: 3px 3px 0px 0px #e0e0e0;
}
.flex-banner-item:hover {
  transform: translate3d(3px, 3px, 0);
  transition: all 0.2s ease;
  box-shadow: none;
}
.flex-banner-item a:hover{
  text-decoration: none;
}
.flex-banner._flex_start {
  justify-content: flex-start;
}
._flex_start .flex-banner-item {
  /* margin-right: 20px; */
  margin-right: 17px;
}
.flex-banner-item-inner {
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.flex-banner-item-inner a{
  padding: 27px 0;
  width: 224px;
  color: inherit;
}
.flex-banner-item-txt {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2;
}
.flex-banner-item-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 12px;
}

/*----------------------------------
  お問い合わせ
-----------------------------------*/
.contact-box {
  margin-bottom: 50px;
  font-size: 15px;
}
.contact_flex_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.contact_flex_box {
  width: 30%;
  border-top: 1px solid #1f2c5c;
  margin-top: 20px;
  padding: 5px 20px;
}
.contact-box h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
.contact-box h3 {
  font-size: 15px;
  margin: 10px auto;
}
@media screen and (max-width: 800px) {
  .contact-box {
    font-size: 14px;
  }
  .contact_flex_block {
    width: 100%;
  }
  .contact_flex_box {
    width: 330px;
  }
  .contact-box h2 {
    font-size: 16px;
  }
  .contact-box h3 {
    font-size: 18px;
  }
}

/*----------------------------------
  大地震マニュアル
-----------------------------------*/
.quake-flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-end;
}
.quake-flex-box {
  width: 45%;
  text-align: center;
  color: #333;
  padding: 20px;
  margin: 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .quake-flex-box {
    width: 100%;
  }
}

/*----------------------------------
  学生便覧
-----------------------------------*/
.gakuseibinran-box h3 {
  padding-left: 1rem;
}
.gakuseibinran-box p {
  padding-left: 2rem;
}

/*** syllabus ***/
.syllabus-box h2 {
  padding-left: 0.8rem;
}
.syllabus-box table {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.syllabus-box table tr {
  border-bottom: 1px #ccc solid;
}
.syllabus-box table th {
  background-color: #e9e9e9;
  text-align: left;
  font-size: 120%;
  padding: 1em;
  border-bottom: 1px #ccc solid;
}
.syllabus-box table td {
  width: 49%;
}
@media screen and (max-width: 800px) {
  .syllabus-box table tr {
    border-bottom: none;
  }
}


/*----------------------------------
  サイトマップ
-----------------------------------*/
.sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* .sitemap ul {
  padding-left: 10px;
} */
.sitemap .sitemap-listtop > li {
  margin-bottom: 10px;
}
.sitemap .sitemap-listtop > li > a {
  /* font-size: 1rem; */
  font-weight: bold;
}
.sitemap .children {
  /* padding-left: 10px; */
  margin-left: 10px;
}
.sitemap li {
  font-size: 0.9rem;
  line-height: 2;
  list-style-position: outside;
}
.sitemap .children li{
  list-style-type: '-';
  padding-left: 10px;
}
/* 大分類ごと表示 */
.sitemap > section {
  width: 345px;
  border: 1px solid #898989;
  margin-left: 5px;
  margin-bottom: 30px;
  padding: 10px;
}
.sitemap h2 {
  /* font-weight: bold; */
  border-left: 5px solid #1F2C5C;
  padding-left: 10px;
  margin-bottom: 10px;
}
.sitemap ._nolink {
  font-weight: bold;
}

/*----------------------------------
  採用情報
-----------------------------------*/
.saiyo-single-tbl th,
.saiyo-single-tbl td {
  vertical-align: top;
  padding: 10px 5px;
}
.saiyo-single-tbl th {
  width: 22%;
  text-align: left;
  font-weight: normal;
}
.saiyo-single-tbl td {
  line-height: 1.8;
}

/*----------------------------------
  プライバシーポリシー
-----------------------------------*/
.pri_box p {
    margin-top: 20px;
    margin-bottom: 30px;
}
.pri_list h2 {
    font-weight: bold;
    margin-top: 20px;
}
.pri_list p {
    margin-top: 10px;
    margin-bottom: 0;
}

/*----------------------------------
  コンプライアンス
-----------------------------------*/
.compliance {
    font-size: 14px;
    line-height: 28px;
}
.compliance h2 {
    font-weight: bold;
}
.com_list {
    margin-top: 30px;
}
.com_list p a:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../img/common/link_arrow.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}
.com-top-txt {
    font-size: 14px;
    margin-top: 30px;
}
.com-content {
    font-size: 14px;
    margin-top: 30px;
}
.com-content p {
    padding-left: 1rem;
}
.com-content dl{
    margin-bottom: 10px;
}
.com-content dt {
    width: 6rem;
    float: left;
    padding-left: 2rem;
    box-sizing: border-box;
    font-weight: 500;
}
.com-content dd {
    margin-left: 7rem;
}
.com-top-txt-list {
    padding-left: 3rem;
}
.com-top-txt-list li {
    list-style-type: decimal;
}
.com-img1 {
    width: 800px;
    margin-top: 50px;
}
.com-img2 {
    width: 300px;
    margin-top: 50px;
    text-align: center
}
@media screen and (max-width: 800px) {
    .com-img1 {
        width: 100%;
        margin: 30px auto auto auto;
    }
    .com-img2 {
        width: 100%;
        margin: 30px auto auto auto;
    }
}

/* アイキャッチ画像領域 */
.eyecatch {
  margin-bottom: 20px;
}



/****************************
* 研究紹介
****************************/
/* アイキャッチ画像 */
#intro-research .eyecatch {
  width: 100%
}
/* セクションタイトル */
#intro-research h2{
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom:10px;
  padding: 5px 0;
}
/* 分野検索・タグクラウド検索 共通設定 */
#intro-research .intro_research-search,
#intro-research .researchlist-cat,
#intro-research .researchlist-tag 
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  /* padding: 10px 10px; */
}
#intro-research .tag-cloud-link,
#intro-research .researchlist-cat a,
#intro-research .researchlist-tag a {
  padding: 2px 13px;
  border: 1px solid;
  /* border-radius: 15px; */
  margin: 4px 5px;
  transition: background-color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
}
/* 分野 */
#intro-research .cat-pharm { border-color:#539426; color:#539426;}
#intro-research .cat-pharm:hover { background-color:#539426; border-color:#539426; color:#fff;}
#intro-research .cat-pharm::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f492';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .cat-dent { border-color:#7D70A2; color:#7D70A2;}
#intro-research .cat-dent:hover { background-color:#7D70A2; border-color:#7D70A2; color:#fff;}
#intro-research .cat-dent::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f5c9';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .cat-nss { border-color:#C96190; color:#C96190;}
#intro-research .cat-nss:hover { background-color:#C96190; border-color:#C96190; color:#fff;}
#intro-research .cat-nss::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f481';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .cat-shinri { border-color:#11997C; color:#11997C;}
#intro-research .cat-shinri:hover { background-color:#11997C; border-color:#11997C; color:#fff;}
#intro-research .cat-shinri::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f004';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .cat-rehabili { border-color:#CA685A; color:#CA685A;}
#intro-research .cat-rehabili:hover { background-color:#CA685A; border-color:#CA685A; color:#fff;}
#intro-research .cat-rehabili::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f29d';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .cat-medtech { border-color:#006292; color:#006292;}
#intro-research .cat-medtech:hover { background-color:#006292; border-color:#006292; color:#fff;}
#intro-research .cat-medtech::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f610';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .cat-zengaku { border-color:#ac1e1e; color:#ac1e1e;}
#intro-research .cat-zengaku:hover { background-color:#ac1e1e; border-color:#ac1e1e; color:#fff;}
#intro-research .cat-zengaku::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f549';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .cat-yobo { border-color:#8dac1e; color:#8dac1e;}
#intro-research .cat-yobo:hover { background-color:#8dac1e; border-color:#8dac1e; color:#fff;}
#intro-research .cat-yobo::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f1ae';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .cat-sentan { border-color:#498dcc; color:#498dcc;}
#intro-research .cat-sentan:hover { background-color:#498dcc; border-color:#498dcc; color:#fff;}
#intro-research .cat-sentan::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f0c3';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .cat-kokusai { border-color:#e75757; color:#e75757;}
#intro-research .cat-kokusai:hover { background-color:#e75757; border-color:#e75757; color:#fff;}
#intro-research .cat-kokusai::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f0ac';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .cat-joho { border-color:#293fa1; color:#293fa1;}
#intro-research .cat-joho:hover { background-color:#293fa1; border-color:#293fa1; color:#fff;}
#intro-research .cat-joho::before { 
  font-family: "Font Awesome 5 Free";
  content: '\f108';
  font-weight: 900;
  margin-right: 8px;
}
#intro-research .intro_research_cat-link,
#intro-research .researchlist-cat a {
  border-left: 5px solid;
  font-size: 1.1rem;
}
/* タグクラウド */
#intro-research .intro_research_tag-tagcloud .tag-cloud-link,
#intro-research .researchlist-tag a {
  border-color: #1F2C5C;
  color: #1F2C5C;
}
#intro-research .intro_research_tag-tagcloud .tag-cloud-link::before,
#intro-research .researchlist-tag a::before {
  /* font-family: "Font Awesome 5 Free"; */
  /* content: '\f292'; */
  /* font-weight: 900; */
  /* font-size: 0.9rem; */
  content: "#";
  margin-right: 3px;
}
#intro-research .intro_research_tag-tagcloud .tag-cloud-link:hover,
#intro-research .researchlist-tag a:hover {
  color: #fff;
  background-color: #1F2C5C;
}

/* 新着研究情報 */ 
#intro-research .researchlist-item-box {
  background-color: #e6eaf8;
  box-shadow: 3px 3px 4px #ccc;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#intro-research .researchlist-attribute {
  display: inline-block;
  font-size: 0.8rem;
  font-style: italic;
  color: #aaa;
}
#intro-research .researchlist-attribute span:not(:first-child) {
  margin-left: 10px;
}

#intro-research .researchlist-item-box.pharm {background-color:#d1e5c2}
#intro-research .researchlist-item-box.dent {background-color:#eeeafd}
#intro-research .researchlist-item-box.nss {background-color:#f8e1eb}
#intro-research .researchlist-item-box.shinri {background-color:#d7f0ea}
#intro-research .researchlist-item-box.rehabili {background-color:#f7deda}
#intro-research .researchlist-item-box.medtech {background-color:#dbf0fa}
#intro-research .researchlist-item-box.zengaku {background-color:#e0b8b8}
#intro-research .researchlist-item-box.yobo {background-color:#d7e0b8}
#intro-research .researchlist-item-box.sentan {background-color:#c7dff5}
#intro-research .researchlist-item-box.kokusai {background-color:#f0d3d3}
#intro-research .researchlist-item-box.joho {background-color:#cad1ee}

#intro-research .researchlist-item-box h3 {
  font-size: 1.5rem;
  border-bottom: 1px dotted #1f2c5c;
  padding-bottom: 5px;
}
#intro-research .researchlist-item-box h3 a {
  text-decoration: none;
}
#intro-research .researchlist-item-box h3 a:hover {
  color: #666;
}
#intro-research .researchlist-cat,
#intro-research .researchlist-tag {
  margin-top: 5px;
}
#intro-research .intro_research_tag-tagcloud .tag-cloud-link,
#intro-research .researchlist-tag a {
  padding: 2px 10px;
  border: 1px solid;
  border-radius: 5px;
  margin:3px 4px;
  transition: background-color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
}
/* 新着研究情報 - 画像エリア */
#intro-research .researchlist-imgarea {
  width: 40%;
}
#intro-research .researchlist-item-box img {
  width: 100%;
  border-radius: 15px;
}
/* 新着研究情報 - 文字エリア */
#intro-research .researchlist-strarea {
  width: 60%;
  padding: 20px;
  margin: 0 20px;
  background-color: #fff;
  border-radius: 15px;
  min-height: 294px;
}
@media screen and (max-width: 920px) {
  #intro-research .researchlist-imgarea {
    width: 100%;
    margin: 0;
  }
  #intro-research .researchlist-item-box img {
    border-radius: 5px;
  }
  #intro-research .researchlist-strarea {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 15px;
    border-radius: 5px;
    min-height: initial;
    min-height: auto; /* IE */
  }
  #intro-research .researchlist-item-box {
    display: block;
  }
}
#intro-research .researchlist-researcher {
  margin: 10px 5px;
}
#intro-research .researchlist-researcher-name {
  margin: 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
/* 研究アーカイブ */
#intro-research .viewmore {
  margin: 15px 5px;
}
#intro-research .topics-item-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#intro-research .topics-item-research-number {
  /* background-color: #aaa; */
  /* color: #fff; */
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
  min-width: 110px;
  padding: 0 5px;
}
#intro-research .topics-item-research-name {
  font-size: 0.9rem;
  min-width: 100px;
  text-align: center;
  padding: 0 5px;
}
#intro-research .topics-item-research-title {
  padding: 0 5px;
}
#intro-research .topics-item-research-source {
  font-size: 0.8rem;
}
/* 注意書き */
#intro-research .attention-content {
  margin-top: 60px;
  font-size: 0.9rem;
  color: #666;
}