@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;
}

@media screen and (max-width: 800px) {
    .hero {
        margin-top: 70px;
        padding: 0;
        height: 100px;
        margin-bottom: 20px
/* heroごと消したいがこれを消すとパンくずがヘッダに入り込む…
        display: none
*/
    }
}

.hero-ttl {
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    padding: 32px 50px;
    position: relative;
    box-shadow: 0px 0px 20px 3px rgba(10, 10, 10, 0.16)
}

@media screen and (max-width: 800px) {
    .hero-ttl {
        display: none
    }
}

.hero-txt {
    font-weight: normal;
    font-size: 48px;
    position: relative;
    z-index: 1
}

.hero-txt span {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

.hero-cap {
    margin-top: 15px;
    display: block;
    font-size: 10px;
    font-family: "Century Gothic";
    position: relative;
    z-index: 1;
    letter-spacing: 0.2em
}

.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
    }
}
/* common.cssに移植
.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
    }
} */

/*# sourceMappingURL=gakubu-gakka.css.map */
/* archive.cssと内容が重複しているため削除
 .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._pharm ._pcnon .side-bnr-list._bnr_pharm,
body._dent ._pcnon .side-bnr-list._bnr_dent,
body._nss ._pcnon .side-bnr-list._bnr_nss,
body._fukushi ._pcnon .side-bnr-list._bnr_fukushi,
body._shinri ._pcnon .side-bnr-list._bnr_shinri,
body._rigaku ._pcnon .side-bnr-list._bnr_rigaku,
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: 800px) {
    body._pharm .side-bnr-list._bnr_pharm,
    body._dent .side-bnr-list._bnr_dent,
    body._nss .side-bnr-list._bnr_nss,
    body._fukushi .side-bnr-list._bnr_fukushi,
    body._shinri .side-bnr-list._bnr_shinri,
    body._rigaku .side-bnr-list._bnr_rigaku,
    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
    }
    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: #1F2C5C;
        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;
    }
}

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

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

body._dent .enkaku-txt {
    text-align: center;
    font-size: 15px;
    line-height: 2.2
}

@media screen and (max-width: 800px) {
    body._dent .enkaku-txt {
        text-align: left
    }

    body._dent .enkaku-txt br {
        display: none
    }
}

body._shinri .enkaku-txt {
    text-align: center;
    font-size: 15px;
    line-height: 2.2
}

@media screen and (max-width: 800px) {
    body._shinri .enkaku-txt {
        text-align: left
    }

    body._shinri .enkaku-txt br {
        display: none
    }
}

body._shinri .enkaku-fig {
    width: 200px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 10px
}

@media screen and (min-width: 800px) {
    body._dent .enkaku-list._rekidai ._gatsu {
        margin-right: 5em
    }

    body._dent .enkaku-list._rekidai ._dai {
        width: 8em;
        margin-right: 5em
    }
}

@media screen and (max-width: 800px) {
    body._dent .enkaku-list._rekidai li {
        padding-left: 0
    }

    body._dent .enkaku-list._rekidai li span {
        display: inline-block;
        position: inherit;
        left: inherit;
        right: inherit;
        width: auto;
        top: inherit
    }

    body._dent .enkaku-list._rekidai li span._gatsu {
        padding-right: 0.5em;
        text-align: right;
        width: 3em
    }

}

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

.enkaku-list {
    border-top: 1px solid #d8d8d8
}

.enkaku-list span {
    display: inline-block;
    text-align: right
}

@media screen and (max-width: 800px) {
    .enkaku-list span._nen {
        position: absolute;
        left: 0
    }
}

.enkaku-list span._gatsu {
    width: 3em;
    margin-right: 20px
}

@media screen and (max-width: 800px) {
    .enkaku-list span._gatsu {
        position: absolute;
        left: 2.5em
    }
}

.enkaku-list span._dai {
    width: 4em;
    margin-right: 20px
}

@media screen and (max-width: 800px) {
    .enkaku-list span._dai {
        position: absolute;
        left: 5.5em
    }
}

.enkaku-list li {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    padding-top: 10px
}

@media screen and (max-width: 800px) {
    .enkaku-list li {
        position: relative;
        padding-left: 6.5em
    }
}

.enkaku-list._rekidai li span._gatsu {
    margin-right: 0
}

@media screen and (max-width: 800px) {
    .enkaku-list._rekidai li {
        padding-left: 11.5em
    }
}

.enkaku-nengetsu {
    display: inline-block
}

@media screen and (max-width: 800px) {
    .enkaku-nengetsu {
        position: absolute;
        left: 0;
        top: 0;
        width: 200px
    }
}

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

.tenken-item {
    margin-bottom: 50px
}
.tenken-item ._jabpe {
    margin-top: 20px;
    display: block
}
.tenken-item ._juaa {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #000000;
}
.tenken-item ._five {
  padding-left: 1.5em;
}

.tenken-item ul {
  padding-left: 0.5em;
}
.tenken-item ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.tenken-item ul li ul {
  padding-left: 0.5em;
}

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

@media screen and (max-width: 800px) {
    .zaigaku-table {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto
    }
}

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

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

.zaigaku-table table th {
    font-weight: normal;
    background-color: rgba(31, 44, 92, 0.15)
}

@media screen and (max-width: 800px) {
    .zaigaku-table table th {
        padding: 1px 8px;
        min-width: 50px;
        white-space: nowrap
    }
}

@media screen and (max-width: 800px) {
    .zaigaku-table table td {
        padding: 1px 8px;
        min-width: 50px;
        white-space: nowrap
    }
}

.zaigaku-table table td._row2 {
    line-height: 1.6
}

.zaigaku-info {
    text-align: right;
    margin-bottom: 5px
}

@media screen and (max-width: 800px) {
    .zaigaku-info {
        text-align: left
    }
}

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

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

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

    .fd-introduction br {
        display: none
    }
}

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

@media screen and (max-width: 800px) {
    .fd-lede {
        margin-bottom: 0
    }
}

.fd-lede {
    margin-top: 20px
}

.fd-table._seminar {
    display: flex
}

@media screen and (max-width: 800px) {
    .fd-table._seminar table {
        display: block;
        width: 100%
    }
    ._shinri .curriculum-table::-webkit-scrollbar {
        height: 2px;
    }
    ._shinri .curriculum-table::-webkit-scrollbar-track {
      border-radius: 5px;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    }
    ._shinri .curriculum-table::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 50, .5);
      border-radius: 5px;
      box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    }
}

.fd-table table {
    text-align: left;
    background-color: #d8d8d8;
    font-size: 13px
}

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

.fd-table table th {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px
}

.fd-table table td {
    border-bottom: 1px solid #d8d8d8;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (max-width: 800px) {
    .fd-table table td {
        padding-right: 10px
    }
}

.jisseki-list {
    margin-top: 40px
}

.jisseki-list li {
    display: inline-block;
    line-height: 1;
    border-left: 1px solid #999999;
    padding-left: 10px;
    padding-right: 10px
}

.jisseki-list li:last-child {
    border-right: 1px solid #999999
}

.jisseki-list li a {
    text-decoration: underline
}

.jisseki-list li a:hover {
    text-decoration: none
}

._gen_link_dl dt {
    padding-top: 5px;
}

.jisshu-info section {
    margin-bottom: 40px;
}
.jisshu-info ul li {
    margin-bottom: 10px;
}
.sotsuken-info ul li {
    margin-bottom: 10px;
}

