@charset "UTF-8";

.main {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 800px) {
    body._index .main {
    width: inherit;
        padding-left: 0;
        padding-right: 0
  }
}

body._index .breadcrumbs {
  padding-left: 20px;
}

.dai-index-body .hero {
  background-image: url(../img/daigakuin/dai-index-hero.jpg) !important;
  padding-top: 135px;
}

.dai-index-body .hero .hero-ttl {
  width: 364px;
  height: 136px;
  text-align: center;
  margin: auto;
  color: #fff;
  position: relative;
}

.dai-index-body .hero .hero-txt {
  font-size: 48px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 13%;
  z-index: 2;
}

.dai-index-body .hero .hero-cap {
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 66%;
  z-index: 2;
}

._nss.dai-index-body .hero .hero-ttl {
  width: 480px;
}

._shinri.dai-index-body .hero .hero-ttl {
  width: 400px;
}

._rehabili.dai-index-body .hero .hero-txt {
  font-size: 41px;
  line-height: 45px;
}

._rehabili.dai-index-body .hero .hero-ttl {
  width: 540px;
  height: 190px;
}

._rehabili.dai-index-body .hero .hero-txt {
  top: 19%;
}

._rehabili.dai-index-body .hero .hero-cap {
  top: 71%;
}

._medtech.dai-index-body .hero .hero-ttl {
  width: 480px;
}

@media screen and (max-width: 800px) {
  .dai-index-body .hero {
    padding-top: 0;
  }
  .hero-txt, .hero-cap, .hero-bg {
    display: none !important;
  }
  .hero {
    width: 100%;
    text-align: center;
    height: 120px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .dai-index-body .content-side {
    display: block;
  }
  ._nss.dai-index-body .hero .hero-ttl {
    display: none;
  }
  ._shinri.dai-index-body .hero .hero-ttl {
    display: none;
  }
  ._rehabili.dai-index-body .hero .hero-ttl {
    display: none;
  }
  ._medtech.dai-index-body .hero .hero-ttl {
    display: none;
  }
}

.content-main {
    font-size: 14px;
    line-height: 28px
}

@media screen and (max-width: 800px) {
    .content-main {
        margin-top: 0px;
        overflow-x: hidden;
        width: 100%
    }
    body._index .content-main {
        padding-left: 0px;
        padding-right: 0px
    }
}

.content {
    display: flex
}

@media screen and (min-width: 800px) {
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        margin-top: 30px;
  }
  .content-main {
    /* width: 720px; */
    width: calc(100% - 330px);
  }
/*
  body._index .content-side {
    width: 300px;
    margin-right: 40px;
  }
*/
}

@media screen and (max-width: 800px) {
    .content {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    body._index .content-side {
        margin-top: 0px;
        padding-top: 0px;
        width: 100%;
        border-top: none;
    }
}

@media screen and (max-width: 800px) {
    body._index ._pcnon .content-side {
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }

    body._index .content-main {
        margin-top: 0
    }
}

.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-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;
  }
}
.topics .archive-page-backnum {
    margin-top: 20px;
    margin-bottom: 20px;
}

.topics .archive-page-count {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.topics .archive-by-year-count {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start
}

.topics .archive-page-count li, .topics .archive-by-year-count li {
    padding-left: 1rem;
}

.topics .archive-by-year p {
    font-size: 16px;
}


.topics h2 {
    font-size: 150%;
}

.single-content {
    position: relative;
}

.single-content time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

/*
.single-content-box {
    padding-top: 28px;
}
*/

.single_pager_box {
    position: relative;
    width: 100%;
    height: 10px;
    display: block;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.single_pager_pre {
    position: absolute;
    left: 0;
}

.single_pager_next {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 800px) {
    .btn._small {
        background-size: 12px 5px;
        background-position: 23px 20px;
        padding-left: 35px;
        text-align: center;
        background-image: url("../img/common/icon_arr02.svg")
    }
}

.btn._small:hover {
    transform: translate3d(0, 0, 0);
    background-position: left 25px top 20px
}

/*** サイドメニュー用 ***/

/*
.side-bnr-item {
    margin-bottom: 10px
}

.side-bnr-item a:hover {
    opacity: 0.65
}
*/

.side-bnr-list {
    display: none
}

body._rehabili .side-ttl {
    font-size: 30px;
}

body._pharm ._pcnon .side-bnr-list._bnr_pharm,
body._dent ._pcnon .side-bnr-list._bnr_dent,
body._nss ._pcnon .side-bnr-list._bnr_nss,
body._nss._in ._pcnon .side-bnr-list._bnr_fukushi,
body._fukushi ._pcnon .side-bnr-list._bnr_fukushi,
body._shinri ._pcnon .side-bnr-list._bnr_shinri,
body._rehabili._in ._pcnon .side-bnr-list._bnr_rigaku,
body._rehabili._in ._pcnon .side-bnr-list._bnr_sagyo,
body._rehabili._in ._pcnon .side-bnr-list._bnr_gen,
body._sagyo ._pcnon .side-bnr-list._bnr_sagyo,
body._gen ._pcnon .side-bnr-list._bnr_gen,
body._medtech ._pcnon .side-bnr-list._bnr_medtech
{
    display: block;
    margin-top: 30px;
}

@media screen and (min-width: 801px) {
    body._pharm .side-bnr-list._bnr_pharm,
    body._dent .side-bnr-list._bnr_dent,
    body._nss .side-bnr-list._bnr_nss,
    body._nss._in .side-bnr-list._bnr_fukushi,
    body._fukushi .side-bnr-list._bnr_fukushi,
    body._shinri .side-bnr-list._bnr_shinri,
    body._rehabili._in .side-bnr-list._bnr_rigaku,
    body._rehabili._in .side-bnr-list._bnr_sagyo,
    body._rehabili._in .side-bnr-list._bnr_gen,
    body._sagyo .side-bnr-list._bnr_sagyo,
    body._gen .side-bnr-list._bnr_gen,
    body._medtech .side-bnr-list._bnr_medtech
    {
        display: block;
        margin-top: 30px;
    }
}

@media screen and (max-width: 800px) {
    body._index .side {
        margin-bottom: 40px;
    }
    body._index .side-list {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #d8d8d8;
    }
    body._index .side-section {
        margin-bottom: 6px;
    }
    body._index .side-item-link {
        width: 100%;
        display: flex;
    }
    body._index .side-item {
        width: 50%;
        border-top: 0;
        border-bottom: 1px solid #d8d8d8;
        display:flex;
    }
    body._index .side-item a {
        height: 100%;
    }
    body._index .side-item:nth-child(odd) {
        border-right: 1px solid #d8d8d8
    }
    body._index .side-item > a {
        display: flex;
        padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {
    body._index .side-bnr-list {
        margin-top: 0
    }
}

@media screen and (max-width: 800px) {
    body._index .side-ttl {
        text-align: center;
        padding-left: 0;
        padding-bottom: 20px;
        border-left: 0;
        position: relative;
        margin-bottom: 0px
    }
    .side-ttl:after {
        content: "";
        display: block;
        width: 35px;
        height: 4px;
        background-color: #000;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto
    }
    body:not(._index) .side-ttl:after {
        display: none;
    }
    body._index .side-bnr-top {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    body._index .side-bnr-top a {
      text-decoration: none;
    }
}

._pharm .side-bnr-pharm .side-bnr-arrow {
  ;
}
._dent .side-bnr-dent .side-bnr-arrow {
  ;
}
._nss .side-bnr-nss .side-bnr-arrow {
  ;
}
._shinri .side-bnr-shinri .side-bnr-arrow {
  ;
}

._nss .side-bnr-fukushi a {
  background: #f5dec1;
  height: 62px;
}

._nss .side-bnr-fukushi a div {
  line-height: 1.1;
  padding-top: 7px;
}

._nss .side-bnr-fukushi .side-bnr-arrow {
  top: 37%;
}

._rehabili .side-bnr-rigaku a {
  background: #f3dbd3;
  height: 62px;
}

._rehabili .side-bnr-rigaku a div {
  line-height: 1.1;
  padding-top: 7px;
}

._rehabili .side-bnr-rigaku .side-bnr-arrow {
  top: 37%;
}

._rehabili .side-bnr-sagyo a {
  background: #eae1c1;
  height: 62px;
}

._rehabili .side-bnr-sagyo a div {
  line-height: 1.1;
  padding-top: 7px;
}

._rehabili .side-bnr-sagyo .side-bnr-arrow {
  top: 37%;
}

._rehabili .side-bnr-gengo a {
  background: #cce1ea;
  height: 62px;
}

._rehabili .side-bnr-gengo a div {
  line-height: 1.1;
  padding-top: 7px;
}

._rehabili .side-bnr-gengo .side-bnr-arrow {
  top: 37%;
}

._medtech .side-bnr-_medtech .side-bnr-arrow {
  ;
}

/** 個別ページ用 ***/

.kouza-flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

._dent .kouza-flex-block::after {
  content: "";
  display: block;
  width: 30%;
}

.kouza-flex-box ul li {
  padding: 4px 15px;
  font-size: 14px;
  border-top: 1px solid #E5E5E5;
}

.kouza-flex-box ul li:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.kouza-flex-box.flex-item1 {
  flex-basis: 48%
}

.kouza-flex-box.flex-item2 {
  flex-basis: 30%;
}

.kouza-flex-box.flex-item3 {
  flex-basis: 100%;
}

.kouza-flex-box.flex-item4 {
  flex-basis: 24%;
}
.kouza-flex-block._list li {
  flex-basis: 30%;
  padding: 4px 15px;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
}

.kouza-flex-block._list li:first-child {
  border-top: 1px solid #E5E5E5;
}

.kouza-flex-block._list li:nth-of-type(2) {
  border-top: 1px solid #E5E5E5;
}

.kouza-flex-block._list li:nth-of-type(3) {
  border-top: 1px solid #E5E5E5;
}

.kouza-flex-block._around {
  justify-content: space-around;
}

.kouza-flex-block._pl1 {
  padding-left: 1rem;
}

.kokushi-item table.common_tbl th {
  width: 20%;
}

.syusyoku-flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.syusyoku-flex-box ul li {
  padding: 4px 15px;
  font-size: 14px;
  border-top: 1px solid #E5E5E5;
}

.syusyoku-flex-box.flex-item1 {
  flex-basis: 48%
}

.syusyoku-flex-box.flex-item2 {
  flex-basis: 30%;
}

.syusyoku-flex-box ul li:last-child {
  border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 800px) {
  .kouza-flex-box.flex-item1 {
    flex-basis: 100%;
  }
  .kouza-flex-box.flex-item2,
  .kouza-flex-box.flex-item4 {
    flex-basis: 47%;
  }
  .syusyoku-flex-box.flex-item1 {
    flex-basis: 100%;
  }
  .syusyoku-flex-box.flex-item2 {
    flex-basis: 47%;
  }
  .kouza-flex-block._list li {
    flex-basis: 47%;
  }
  .kouza-flex-block._list li:nth-of-type(3) {
    border-top: none;
  }
}

.self_h3 {
 font-size: 15px;
}
.self_li_box {
  margin-left: 1em;
  margin-bottom: 1em;
}
.self_all_down_box a {
  margin-top: 20px;
  text-decoration: underline;
}

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

.lede._course::before {
    content: "＜";
}
.lede._course::after {
    content: "＞";
}

.lede._course.center {
    text-align: center;
}

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

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

._fukushi .lede._course {
  color: #CE7B00;
}

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

.kouza-item section.item p.small {
    font-size: 12px;
}

.kouza-item section.item div.center p {
  text-align: center;
}

.lede._research,
.lede._paper {
  font-size: 14px;
  text-align: justify;
  text-justify: inter-character;
  line-height: 2;
  font-weight: bold;
}

.lede._paper {
  padding-left: 1rem;
}

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

ol.kouza-list,
ul.kouza-list {
    padding-left: 3rem;
}

ol.kouza-list._decimal li {
    padding-left: 0.5rem;
    list-style: decimal;
}

ul.kouza-list._circle li {
    padding-left: 0.5rem;
    list-style: circle;
}

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

.tokusyoku-item .lede._tertiary,
.kouza-item .lede._tertiary,
.syusyoku-item .lede._tertiary {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

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

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

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

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

.hyouka-item {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.hyouka-item ul {
  padding-left: 1em;
}

.hyouka-item ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.hyouka-item ul li ul {
  padding-left: 1em;
}

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