@charset "Shift_JIS";
/* CSS Document */

/********************************************************/

/* import */

/********************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
@import url("/assets/css/article.css?2018061201");

/********************************************************/

/* color select　*/

/********************************************************/

.blkGraduate {}

.blkMedicine {}

.blkHealth {}

.blkGeneralPolicy {}

.blkForeign {}

/********************************************************/

/* Overwrite common.css　*/

/********************************************************/

.BlkTabLocal__title a:hover {
    color: #4c7ca4;
}

.BlkTabLocal__navList__item > a:hover {
    color: #4c7ca4;
}

.BlkTabLocal__navList__item--lv1 > a:before {
    color: #4c7ca4;
}

.BlkLocalDetail {
    background-color: #4c7ca4;
}

.BlkTabLocalSp__navMenu__btn a {
    color: #4c7ca4;
}

.BlkTabLocalSp__navMenu__btn a:after {
    color: #4c7ca4;
}

.BlkTabLocalSp__navList {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

.BlkTabLocalSp__navList__item {
    padding: 0;
}

.BlkTabLocalSp__navList__item:first-child {
    padding: 0;
}

.BlkTabLocalSp__navList__item a {
    padding: 30px 20px;
    border-bottom: 1px solid #ffffff;
    background-color: rgba(53, 96, 133, 1);
}

.BlkLocalDetailSp__item {
    padding: 0;
}

.BlkTabLocalSp__navList__item .BlkLocalDetailSp__item a {
    padding: 30px 20px;
    /*background-color: rgba(76,124,164,1);*/
    background-color: rgba(68, 111, 147, 1);
    border-bottom: 1px solid #ffffff;
}

.BlkTabLocalSp__navList__item--lv1 + .BlkTabLocalSp__navList__item--lv1 {
    padding-top: 0;
}

.BlkTabLocalSp__navList__item .BlkLocalDetailSp__item--lv2 .BlkLocalDetailSp__item a {
    padding: 20px 20px;
    background-color: rgba(76, 124, 164, 1);
    /*background-color: rgba(76, 124, 164, 0.8);*/
    border-bottom: 1px solid #ffffff;
}

.BlkTabLocalSp__navList__item .BlkLocalDetailSp__item--lv3 .BlkLocalDetailSp__item a {
    padding: 20px 20px;
    background-color: rgba(76, 124, 164, 0.8);
    border-bottom: 1px solid #ffffff;
}

.BlkTabLocalSp__navList__item__headline {
    position: relative;
}

.BlkTabLocalSp__navList__item__headline:before {
    font-family: icomoon;
    content: "\e90c";
    font-weight: 300;
    padding-right: 10px;
    font-size: 1.0rem;
    color: #fff;
    position: absolute;
    transition: 0.1s;
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.BlkTabLocalSp__navList__item__headline--current:before {
    content: "\e90d";
}

.BlkLocalDetailSp__item {
    /*display: none;*/
}

.BlkTabLocalSp__navList__item--lv1 + .BlkTabLocalSp__navList__item {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

/********************************************************/

/* Overwrite utility.css　*/

/********************************************************/

.u-icon_jump:hover:after {
    color: #4c7ca4;
}

.BlkArticle__btnlink .u-icon_jump:hover span:after {
    color: #4c7ca4;
}

.u-icon_blank:hover:after,
.ico-blank:hover:after {
    color: #4c7ca4;
}

.BlkArticle__btnlink .u-icon_blank:hover span:after {
    color: #4c7ca4;
}

.u-icon_doc:hover:after {
    color: #4c7ca4;
}

.u-icon_movie:hover:after {
    color: #4c7ca4;
}

.u-icon_pdf:hover:after,
.ico-pdf:hover:after {
    color: #4c7ca4;
}

.u-icon_ppt:hover:after {
    color: #4c7ca4;
}

.u-icon_sound:hover:after {
    color: #4c7ca4;
}

.u-icon_xls:hover:after {
    color: #4c7ca4;
}

.u-icon_zip:hover:after,
.ico-zip:hover:after {
    color: #4c7ca4;
}

/********************************************************/

/* Overwrite article.css　*/

/********************************************************/

/********************************************************/

/* BlkArticle*/

/********************************************************/

.BlkTitle--article + .BlkArticle:before {
    background: url(../images/faculty/health/BlkArticle_bg.png) repeat;
}

/********************************************************/

/* section */

/********************************************************/

.BlkArticle__Contents {
    border-top: 4px solid #4c7ca4;
}

.BlkArticle__Contents--notborder {
    border-top: none;
    padding-top: 0;
}

/********************************************************/

/* BlkNavPage  */

/********************************************************/

.BlkArticle__navPage__list li a {
    border: #4c7ca4 3px solid;
    background-color: #4c7ca4;
}

.BlkArticle__navPage__list li a:before {
    background: url(../images/faculty/health/BlkNavPage_list_bg.png) repeat;
}

.BlkArticle__navPage__list li a:hover {
    border: #4c7ca4 3px solid;
    color: #4c7ca4;
}

/********************************************************/

/* heading */

/********************************************************/

.BlkArticle .BlkArticle__headingArea__inner h2 > span {
    color: #4c7ca4;
}


.BlkArticle h3:before {
    background-color: #4c7ca4;
}

/********************************************************/

/* p */

/********************************************************/

.BlkArticle p {
    line-height: 1.8;
}

.BlkArticle .BlkArticle__txtlink a:hover {
    color: #4c7ca4;
}

.BlkArticle .BlkArticle__txtlink a:before {
    color: #4c7ca4;
}

.BlkArticle .BlkArticle__btnlink a {
    border: #4c7ca4 3px solid;
    background-color: #4c7ca4;
}

.BlkArticle .BlkArticle__btnlink a:after {
    background: url(../images/faculty/health/BlkArticle_link_bg.png) repeat;
}

.BlkArticle .BlkArticle__btnlink a:hover {
    border: #4c7ca4 3px solid;
    color: #4c7ca4;
}

.BlkArticle .table__mask a:hover {
    color: #4c7ca4;
}

.BlkArticle .table__mask a:before {
    color: #4c7ca4;
}

.BlkArticle a.BlkArticle__linkStm:hover {
    color: #4c7ca4;
}

.BlkArticle .BlkArticle__btnlink p {
    line-height: 1.5;
}

/********************************************************/

/* list */

/* listLink  */

/********************************************************/

.BlkArticle__listLink li a:hover {
    color: #4c7ca4;
}

.BlkArticle__listLink li a:before {
    color: #4c7ca4;
}

/********************************************************/

/* pageTopLink  */

/********************************************************/

.BlkArticle__pageTopLink a:hover {
    color: #4c7ca4;
}

.BlkArticle__pageTopLink a:before {
    color: #4c7ca4;
}

/********************************************************/

/* listThumbnail  */

/********************************************************/

.BlkArticle .BlkArticle__listThumbnail__link a {
    border: #4c7ca4 3px solid;
    background-color: #4c7ca4;
}

.BlkArticle .BlkArticle__listThumbnail__link a:after {
    background: url(../images/faculty/health/BlkArticle_link_bg.png) repeat;
}

.BlkArticle .BlkArticle__listThumbnail__link a:hover {
    border: #4c7ca4 3px solid;
    color: #4c7ca4;
}

/********************************************************/

/* listFaq  */

/********************************************************/

.BlkArticle__listFaq li a:hover {
    color: #4c7ca4;
}

.BlkArticle__listFaq li a:before {
    color: #4c7ca4;
}

/********************************************************/

/* table  */

/********************************************************/

table.BlkArticle__tableNormal th {
    background-color: #bde1ff;
}

table.BlkArticle__tableNormal th.cellHeading,
table.BlkArticle__tableNormal td.cellHeading {
    /*background-color: #DD7875;*/
    background-color: #74a9d6;
}

/********************************************************/

/* BlkFaq */

/********************************************************/

.BlkArticle__desListFaq dd:before {
    color: #4c7ca4;
}

/********************************************************/

/* BlkTitleFaculty */

/********************************************************/

.BlkTitleFaculty {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 1;
}

.BlkTitleFaculty__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
}

.BlkTitleFaculty__inner + span {
    display: none;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    text-align: center;
    position: relative;
    padding-top: 30px;
}

.BlkTitleFaculty__inner + span br {
    display: none;
}

.BlkTitleFaculty__txtArea {
    background-color: #4c7ca4;
    width: 30%;
}

.BlkTitleFaculty__imgArea {
    width: 70%;
}

.BlkTitleFaculty__imgArea img {
    width: 100%;
    height: auto;
}

.BlkTitleFaculty__heading1 {
    font-size: 4.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    position: relative;
    padding-top: 0;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.BlkTitleFaculty__heading1 span.BlkTitleFaculty__txt {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    padding-top: 20px;
    z-index: 1;
    text-align: center;
    position: relative;
    display: block;
}

.BlkTitleFaculty__heading1 span.BlkTitleFaculty__english {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    display: block;
}


@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkTitleFaculty__heading1:before {
        top: 0;
        margin-top: -140px;
        height: 180px;
    }
    /* IE11 */
}

@media screen and (max-width:980px) {
    .BlkTitleFaculty__inner {
        flex-wrap: wrap-reverse;
    }
    .BlkTitleFaculty__inner + span {
        display: block;
    }
    .BlkTitleFaculty__txtArea {
        width: 100%;
        padding: 60px 38px 0;
    }
    .BlkTitleFaculty__imgArea {
        width: 100%;
    }
    .BlkTitleFaculty__heading1 {
        font-size: 3.0rem;
        padding-bottom: 32px;
    }
    .BlkTitleFaculty__heading1 span.BlkTitleFaculty__txt {
        font-size: 1.8rem;
        display: none;
    }
    .BlkTitleFaculty__heading1 span.BlkTitleFaculty__english {
        /*display: none;*/
        margin-bottom: 6px;
    }
    .BlkTitleFaculty__heading1:before {
        top: -42px;
        width: 30px;
    }
    *::-ms-backdrop,
    .BlkTitleFaculty__heading1:before {
        top: 0;
        margin-top: -120px;
        height: 180px;
    }
    /* IE11 */
}

/********************************************************/

/* BlkFeatured */

/*トップと同じパーツ*/

/********************************************************/

.BlkFeatured {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.BlkFeatured__inner {
    width: 1280px;
    margin: 80px auto 0;
    padding: 0;
    position: relative;
}

.BlkFeatured__heading2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 55px;
}

.BlkFeatured__heading2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    display: inline-block;
    background: url(../images/faculty/health/BlkFeatured_logo_heading.svg) no-repeat;
    width: 114px;
    height: auto;
    background-size: contain;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkFeatured__heading2:before {
        top: 0;
        margin-top: -30px;
        height: 100px;
    }
    /* IE11 */
}

.BlkFeatured__listContents {
    margin-top: 50px;
    letter-spacing: -.4em;
    overflow: hidden;
}

.BlkFeatured__listContents__item {
    float: left;
    width: 33.3333%;
    overflow: hidden;
}

.BlkFeatured__listContents__item img {
    width: 100%;
    height: auto;
}

.BlkFeatured__listContents__item img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

.BlkFeatured__listContents__item img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width:1280px) {
    .BlkFeatured__inner {
        width: 100%;
    }
}

@media screen and (max-width:980px) {
    .BlkFeatured__listContents__item {
        width: 33.33333%;
    }
}

@media screen and (max-width:450px) {
    .BlkFeatured__listContents__item {
        width: 100%;
    }
}

/********************************************************/

/* BlkDepartment*/

/********************************************************/

.BlkDepartment {
    position: relative;
    width: 100%;
}

.BlkDepartment__inner {
    width: 980px;
    margin: 80px auto 0;
    padding: 0;
    position: relative;
}

.BlkDepartment__heading2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 55px;
    z-index: 1;
}


@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkDepartment__heading2:before {
        top: 0;
        margin-top: -30px;
        height: 100px;
    }
    /* IE11 */
}

.BlkDepartment__list {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.BlkDepartment__list__item {
    position: relative;
    padding-right: 25px;
    line-height: 1.5;
    z-index: 10;
}

.BlkDepartment__list__item:nth-child(5n) {
    padding-right: 0;
}

.BlkDepartment__list__item:nth-child(n + 6) {
    margin-top: 28px;
}

.BlkDepartment__list__item a {
    display: block;
    width: 176px;
    height: 72px;
    border: #4c7ca4 3px solid;
    border-radius: 6px;
    background-color: #4c7ca4;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    box-shadow: 3px 3px #fff;
    transition: 0.1s;
}

.BlkDepartment__list__item--fsizeSmall a {
    font-size: 1.3rem;
}

.BlkDepartment__list__item a:before {
    content: '';
    background: url(../images/faculty/health/BlkDepartment_item_bg.png) repeat;
    width: 176px;
    height: 72px;
    border-radius: 8px;
    position: absolute;
    right: -11px;
    bottom: -11px;
    z-index: -1;
}

.BlkDepartment__list__item--current a {
    background-color: #fff;
    border: #4c7ca4 3px solid;
    color: #4c7ca4;
}

.BlkDepartment__list__item a:hover {
    background-color: #fff;
    border: #4c7ca4 3px solid;
    color: #4c7ca4;
}

.BlkDepartment__list__item a span {
    position: absolute;
    display: block;
    width: 168px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.BlkDepartment__list__item a p {
    background-color: #F6EAE9;
    border-radius: 50%;
    color: #4c7ca4;
    display: block;
    height: 50px;
    width: 50px;
    right: 7px;
    top: 13%;
    position: absolute;
}

.BlkDepartment__list__item a p span {
    font-size: 1.1rem;
    display: block;
    width: auto;
    text-align: center;
    position: relative;
    top: 16px;
    left: 0;
}

.BlkDepartment__list__item a p span:first-child {
    font-size: 1.0rem;
}

@media screen and (max-width:980px) {
    .BlkDepartment__inner {
        width: 100%;
        padding: 0 20px 10px;
    }
    .BlkDepartment__list {
        display: none;
    }
    .BlkDepartmentDetail__list {
        display: none;
    }
}

/********************************************************/

/* BlkDepartmentDetail__list*/

/********************************************************/

.BlkDepartmentDetail__list {
    margin-top: 58px;
}

.BlkDepartmentDetail__list:before {
    content: '';
    background: url(../images/faculty/health/BlkArticle_bg.png) repeat;
    width: 100%;
    height: 8px;
    display: block;
}

.BlkDepartmentDetail__list:after {
    content: '';
    background: url(../images/faculty/health/BlkArticle_bg.png) repeat;
    width: 100%;
    height: 8px;
    display: block;
}

.BlkDepartmentDetail__list__item {
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
}

.BlkDepartmentDetail__mainArea {
    width: 622px;
}

.BlkDepartmentDetail__mainArea__tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.BlkDepartmentDetail__mainArea__tit h3 {
    font-size: 3.0rem;
    font-weight: 600;
    color: #333;
    position: relative;
    /*margin-bottom: 50px;*/
    letter-spacing: 0.03em;
    line-height: 1.5;
}

.BlkDepartmentDetail__mainArea__tit h3 > span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #4c7ca4;
    line-height: 1.5;
    margin-bottom: 5px;
    display: block;
}

.BlkDepartmentDetail__mainArea__tit p {}

.BlkDepartmentDetail__mainArea__tit p span {
    font-size: 1.0rem;
    font-weight: 600;
    color: #4c7ca4;
    line-height: 1.5;
    border: 1px solid #4c7ca4;
    padding: 2px 12px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}

.BlkDepartmentDetail__mainArea__lead {
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-top: 25px;
    /*margin-bottom: 50px;*/
    line-height: 1.8;
}

.BlkDepartmentDetail__mainArea__lead {
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-top: 25px;
    /*margin-bottom: 50px;*/
    line-height: 1.8;
}

.BlkDepartmentDetail__mainArea__txt {
    font-size: 1.6rem;
    font-weight: 300;
    color: #333;
    line-height: 1.8;
    padding-top: 12px;
}

.win .BlkDepartmentDetail__mainArea__txt {
    font-weight: 500;
}

.hiragino .BlkDepartmentDetail__mainArea__txt {
    font-weight: 300;
}

.BlkDepartmentDetail__mainArea__link {
    font-size: 1.6rem;
    font-weight: 300;
    color: #333;
    line-height: 1.8;
    padding-top: 10px;
}

.win .BlkDepartmentDetail__mainArea__link {
    font-weight: 500;
}

.hiragino .BlkDepartmentDetail__mainArea__link {
    font-weight: 300;
}

.BlkDepartmentDetail__mainArea__link a {
    text-decoration: underline;
}

.BlkDepartmentDetail__mainArea__link a:hover {
    color: #4c7ca4;
}

.BlkDepartmentDetail__subArea img {
    max-width: 312px;
    height: auto;
}

.BlkDepartmentDetail__subArea__linkList__item {
    margin-top: 18px;
}

.BlkDepartmentDetail__subArea__linkList__item:first-child {
    margin-top: 28px;
}

.BlkDepartmentDetail__subArea__linkList__item a {
    width: 224px;
    display: table;
    padding-left: 20px;
    position: relative;
    font-size: 1.6rem;
    font-weight: 300;
}

.win .BlkDepartmentDetail__subArea__linkList__item a {
    font-weight: 500;
}

.hiragino .BlkDepartmentDetail__subArea__linkList__item a {
    font-weight: 300;
}

.BlkDepartmentDetail__subArea__linkList__item a:hover {
    color: #4c7ca4;
}

.BlkDepartmentDetail__subArea__linkList__item a:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    font-size: 1.0rem;
    color: #4c7ca4;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.1s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkDepartmentDetail__subArea__linkList__item a {
        padding-top: 4px;
    }
}

/********************************************************/

/* BlkDepartment__listSp */

/********************************************************/

.BlkDepartment__listSp {
    display: none;
}

@media screen and (max-width:980px) {
    .BlkDepartment__listSp {
        margin-top: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .BlkDepartment__listSp__item {
        position: relative;
        padding-right: 0;
        line-height: 1.5;
        z-index: 10;
        width: 100%;
        margin-top: 20px;
    }
    .BlkDepartment__listSp__item:first-child {
        margin-top: 0;
    }
    .BlkDepartment__listSp__item:nth-child(5n) {
        padding-right: 0;
    }
    .BlkDepartment__listSp__item:nth-child(n + 6) {}
    .BlkDepartment__listSp__item br {
        display: none;
    }
    .BlkDepartment__listSp__item a {
        display: block;
        width: 100%;
        height: 45px;
        border: #4c7ca4 3px solid;
        border-radius: 6px;
        background-color: #4c7ca4;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 600;
        position: relative;
        box-shadow: 3px 3px #fff;
        transition: 0.1s;
    }
    .BlkDepartment__listSp__item--fsizeSmall a {
        font-size: 1.3rem;
    }
    .BlkDepartment__listSp__item a:before {
        content: '';
        background: url(../images/faculty/health/BlkDepartment_item_bg.png) repeat;
        width: 100%;
        height: 45px;
        border-radius: 8px;
        position: absolute;
        right: -11px;
        bottom: -11px;
        z-index: -1;
    }
    .BlkDepartment__listSp__item--current a {
        background-color: #fff;
        border: #4c7ca4 3px solid;
        color: #4c7ca4;
    }
    .BlkDepartment__listSp__item a span {
        position: absolute;
        display: block;
        width: 100%;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .BlkDepartment__listSp__item a span:after {
        font-family: icomoon;
        content: "\e909";
        color: #fff;
        font-size: 0.9rem;
        z-index: 1;
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    /*.BlkDepartment__listSp__item a:hover span:after {
    color: #4c7ca4;
  }*/
    .BlkDepartment__listSp__item a span:after {
        content: "\e90c";
    }
    .BlkDepartment__listSp__item--current a span:after {
        color: #4c7ca4;
        content: "\e90d";
    }
    .BlkDepartment__listSp__item a p {
        background-color: #F6EAE9;
        border-radius: 4px;
        padding: 5px 15px;
        color: #4c7ca4;
        display: block;
        right: 50px;
        top: 18%;
        position: absolute;
        font-size: 1.0rem;
    }
    .BlkDepartment__listSp__itemDetail {
        display: none;
        margin-bottom: -10px;
        padding: 0 0 43px;
        position: relative;
    }
    .BlkDepartment__listSp__itemDetail:after {
        content: '';
        background: url(../images/faculty/health/BlkArticle_bg.png) repeat;
        width: 100%;
        height: 8px;
        display: block;
        position: absolute;
        bottom: 0;
    }
    .BlkDepartmentDetailSp__mainArea {
        width: 100%;
        padding: 43px 20px 0;
    }
    .BlkDepartmentDetailSp__mainArea__tit {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .BlkDepartmentDetailSp__mainArea__tit h3 {
        font-size: 2.5rem;
        font-weight: 600;
        color: #333;
        position: relative;
        /*margin-bottom: 50px;*/
        letter-spacing: 0.03em;
        line-height: 1.5;
    }
    .BlkDepartmentDetailSp__mainArea__tit h3 > span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 1.0rem;
        color: #4c7ca4;
        line-height: 1.5;
        margin-bottom: 5px;
        display: block;
    }
    .BlkDepartmentDetailSp__mainArea__tit p {}
    .BlkDepartmentDetailSp__mainArea__tit p span {
        font-size: 1.0rem;
        font-weight: 600;
        color: #4c7ca4;
        line-height: 1.5;
        border: 1px solid #4c7ca4;
        padding: 2px 12px;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
    }
    .BlkDepartmentDetailSp__mainArea__lead {
        font-size: 1.8rem;
        font-weight: 600;
        color: #333;
        position: relative;
        padding-top: 15px;
        /*margin-bottom: 50px;*/
        line-height: 1.5;
    }
    .BlkDepartmentDetailSp__mainArea__txt {
        font-size: 1.6rem;
        font-weight: 300;
        color: #333;
        line-height: 1.8;
        padding-top: 12px;
    }
    .win .BlkDepartmentDetailSp__mainArea__txt {
        font-weight: 500;
    }
    .hiragino .BlkDepartmentDetailSp__mainArea__txt {
        font-weight: 300;
    }
    .BlkDepartmentDetailSp__mainArea__link {
        font-size: 1.6rem;
        font-weight: 300;
        color: #333;
        line-height: 1.8;
        padding-top: 10px;
    }
    .win .BlkDepartmentDetailSp__mainArea__link {
        font-weight: 500;
    }
    .hiragino .BlkDepartmentDetailSp__mainArea__link {
        font-weight: 300;
    }
    .BlkDepartmentDetailSp__mainArea__link a {
        text-decoration: underline;
    }
    .BlkDepartmentDetailSp__mainArea__link a:hover {
        color: #4c7ca4;
    }
    .BlkDepartmentDetailSp__subArea {
        padding: 25px 20px 0;
        text-align: center;
    }
    .BlkDepartmentDetailSp__subArea img {
        width: 100%;
        max-width: 519px;
        height: auto;
    }
    .BlkDepartmentDetailSp__subArea__linkList {
        text-align: left;
    }
    .BlkDepartmentDetailSp__subArea__linkList__item {
        margin-top: 18px;
    }
    .BlkDepartmentDetailSp__subArea__linkList__item:first-child {
        margin-top: 28px;
    }
    .BlkDepartmentDetailSp__subArea__linkList__item a {
        width: 224px;
        display: table;
        padding-left: 20px;
        position: relative;
        font-size: 1.6rem;
        font-weight: 300;
    }
    .win .BlkDepartmentDetailSp__subArea__linkList__item a {
        font-weight: 500;
    }
    .hiragino .BlkDepartmentDetailSp__subArea__linkList__item a {
        font-weight: 300;
    }
    .BlkDepartmentDetailSp__subArea__linkList__item a:hover {
        color: #4c7ca4;
    }
    .BlkDepartmentDetailSp__subArea__linkList__item a:before {
        font-family: icomoon;
        content: "\e904";
        font-weight: normal;
        font-size: 1.0rem;
        color: #4c7ca4;
        position: absolute;
        top: 50%;
        left: 0;
        transition: 0.1s;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkDepartmentDetailSp__subArea__linkList__item a {
        padding-top: 4px;
    }
}

/********************************************************/

/* BlkNews */

/*オープンキャンパスと同じパーツ*/

/********************************************************/

.BlkNews {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.BlkNews__inner {
    width: 980px;
    margin: 80px auto 0;
    padding: 0;
    position: relative;
}

.BlkNews__heading2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 55px;
    z-index: 1;
}


@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkNews__heading2:before {
        top: 0;
        margin-top: -30px;
        height: 100px;
    }
    /* IE11 */
}

.BlkNews__list {
    margin-top: 45px;
}

.BlkNews__list__item {
    display: none;
}

.BlkNews__list__item dl {
    overflow: hidden;
    line-height: 1.5;
    border-bottom: #e2e2e2 1px solid;
}

.BlkNews__list__item dt {
    font-size: 1.6rem;
    float: left;
    padding: 20px 0;
    /*padding: 32px 0;*/
    width: 150px;
}

.win .BlkNews__list__item dt {
    font-weight: 500;
}

.hiragino .BlkNews__list__item dt {
    font-weight: 300;
}

.BlkNews__list__item dd {
    font-size: 1.6rem;
    border-top: #e2e2e2 1px solid;
    padding: 20px 0;
    /*padding: 32px 0;*/
    padding-left: 160px;
    position: relative;
}

.win .BlkNews__list__item dd {
    font-weight: 500;
}

.hiragino .BlkNews__list__item dd {
    font-weight: 300;
}

.BlkNews__list__item dd a:hover {
    text-decoration: underline;
}

.BlkNews__list__item dt:nth-child(n + 10) {
    display: none;
}

.BlkNews__list__item dd:nth-child(n + 11) {
    display: none;
}

.BlkNews__list__item--listPage dt:nth-child(n + 10) {
    display: block;
}

.BlkNews__list__item--listPage dd:nth-child(n + 11) {
    display: block;
}

.BlkNews__archive {
    position: absolute;
    top: 62px;
    right: 0;
    z-index: 1;
}

.BlkNews__archive a {
    color: #333;
    font-size: 1.6rem;
    font-weight: 300;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}

.win .BlkNews__archive a {
    font-weight: 500;
}

.hiragino .BlkNews__archive a {
    font-weight: 300;
}

.BlkNews__archive a:hover {
    color: #4c7ca4;
}

.BlkNews__archive a:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    font-size: 1.0rem;
    color: #4c7ca4;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.1s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkNews__archive a {
        padding-top: 4px;
    }
}

@media screen and (max-width:980px) {
    .BlkNews__inner {
        width: 100%;
        overflow: hidden;
    }
    .BlkArticle__Contents--notLead > .BlkNews__list {
        margin: 20px 0 0;
    }
    .BlkNews__list {
        margin: 50px 20px 0;
    }
    .BlkNews__list__item dt {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
        border-top: #e2e2e2 1px solid;
    }
    .BlkNews__list__item dd {
        border-top: none;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .BlkNews__list__item dd:before {
        top: -26px;
        left: 135px;
    }
    .BlkNews__archive {
        position: static;
        margin-top: 40px;
        text-align: center;
    }
    .BlkNews__archive a {
        padding-left: 20px;
    }
}

/********************************************************/

/* BlkData */

/********************************************************/

.BlkData {
    position: relative;
    width: 100%;
    background: url(../images/faculty/health/BlkData_bg.jpg) no-repeat center #fff;
    background-size: cover;
}

.BlkData__inner {
    width: 980px;
    margin: 80px auto 0;
    padding: 80px 0;
    position: relative;
}

.BlkData__heading2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 55px;
    color: #fff;
}

.BlkData__heading2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    display: inline-block;
    background: url(../images/faculty/health/BlkData_logo_heading.svg) no-repeat;
    width: 132px;
    height: auto;
    background-size: contain;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkData__heading2:before {
        top: 0;
        margin-top: -30px;
        height: 100px;
    }
    /* IE11 */
}

.BlkData__listContents {
    margin-top: 40px;
}

.BlkData__listContents__item img {
    width: 100%;
    max-width: 210px;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width:980px) {
    .BlkData__inner {
        width: 100%;
    }
    .BlkData__inner {
        padding: 40px 0;
    }
    .BlkData__listContents {
        margin-top: 30px;
    }
    .BlkData__listContents__item img {
        max-width: 168px;
    }
}

/********************************************************/

/* BlkData JS slick */

/********************************************************/

.BlkData .slick-prev,
.BlkData .slick-next {
    width: 50px;
    height: 50px;
    background-color: #4c7ca4;
    border-radius: 50px;
    display: block;
    z-index: 1000;
    transition: 0.2s;
}

.BlkData .slick-prev {
    left: -50px;
}

.BlkData .slick-next {
    right: -50px;
}

.BlkData .slick-prev:before,
.BlkData .slick-next:before {
    font-size: 1.4rem;
    display: block;
    color: #fff;
    opacity: 1.0;
}

.BlkData .slick-prev:hover,
.BlkData .slick-next:hover {
    background-color: #4c7ca4;
    opacity: 0.6;
}

.BlkData .slick-prev:before {
    font-family: icomoon;
    content: "\e907";
    font-weight: normal;
    vertical-align: middle;
    padding-right: 2px;
}

.BlkData .slick-next:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    vertical-align: middle;
    padding-left: 2px;
}

@media screen and (max-width:1100px) {
    .BlkData .slick-prev {
        left: 5px;
    }
    .BlkData .slick-next {
        right: 5px;
    }
}

@media screen and (max-width:980px) {
    .BlkData .slick-prev,
    .BlkData .slick-next {
        width: 26px;
        height: 26px;
    }
    .BlkData .slick-prev {
        left: 20px;
    }
    .BlkData .slick-next {
        right: 20px;
    }
    .BlkData .slick-prev:before,
    .BlkData .slick-next:before {
        font-size: 0.8rem;
    }
    .BlkData .slick-prev:hover,
    .BlkData .slick-next:hover {
        opacity: 1.0;
    }
}


/********************************************************/

/* BlkFacility */

/********************************************************/

.BlkFacility {
    position: relative;
    width: 100%;
    /*background: url(../images/faculty/health/BlkFacility_bg.jpg) no-repeat center #fff;
  background-size: cover;*/
    background-color: #fff;
}

.BlkFacility__inner {
    /*width: 980px;*/
    margin: 80px auto 0;
    padding: 0;
    position: relative;
}

.BlkFacility__heading2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 55px;
    color: #333;
}


@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkFacility__heading2:before {
        top: 0;
        margin-top: -30px;
        height: 100px;
    }
    /* IE11 */
}

.BlkFacility__listContents {
    margin-top: 50px;
}

.BlkFacility__listContents__item {
    margin: 0 14px;
}

.BlkFacility__listContents__item span {
    font-size: 1.6rem;
    font-weight: 300;
    color: #333;
    text-align: center;
    display: block;
    padding-top: 20px;
}

.win .BlkFacility__listContents__item span {
    font-weight: 500;
}

.hiragino .BlkFacility__listContents__item span {
    font-weight: 300;
}

.BlkFacility__listContents__item img {
    width: 100%;
    /*max-width: 526px;*/
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width:980px) {
    .BlkFacility__inner {
        width: 100%;
    }
    .BlkFacility__inner {
        padding: 0 0 40px;
    }
    .BlkFacility__listContents {
        margin-top: 50px;
    }
    .BlkFacility__listContents__item {
        margin: 0;
    }
    .BlkFacility__listContents__item img {
        /*max-width: 168px;*/
    }

}

/********************************************************/

/* BlkFacility JS slick */

/********************************************************/

.BlkFacility .slick-prev,
.BlkFacility .slick-next {
    width: 50px;
    height: 50px;
    background-color: #4c7ca4;
    border-radius: 50px;
    display: block;
    z-index: 1000;
    transition: 0.2s;
}

.BlkFacility .slick-prev {
    left: -50px;
}

.BlkFacility .slick-next {
    right: -50px;
}

.BlkFacility .slick-prev:before,
.BlkFacility .slick-next:before {
    font-size: 1.4rem;
    display: block;
    color: #fff;
    opacity: 1.0;
}

.BlkFacility .slick-prev:hover,
.BlkFacility .slick-next:hover {
    background-color: #4c7ca4;
    opacity: 0.6;
}

.BlkFacility .slick-prev:before {
    font-family: icomoon;
    content: "\e907";
    font-weight: normal;
    vertical-align: middle;
    padding-right: 2px;
}

.BlkFacility .slick-next:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    vertical-align: middle;
    padding-left: 2px;
}

@media screen and (max-width:3000px) {
    .BlkFacility .slick-prev {
        left: 35px;
    }
    .BlkFacility .slick-next {
        right: 35px;
    }
}

@media screen and (max-width:1100px) {
    .BlkFacility .slick-prev {
        left: 5px;
    }
    .BlkFacility .slick-next {
        right: 5px;
    }
}

@media screen and (max-width:980px) {
    .BlkFacility .slick-prev,
    .BlkFacility .slick-next {
        width: 26px;
        height: 26px;
    }
    .BlkFacility .slick-prev {
        left: 20px;
        top: 40%;
    }
    .BlkFacility .slick-next {
        right: 20px;
        top: 40%;
    }
    .BlkFacility .slick-prev:before,
    .BlkFacility .slick-next:before {
        font-size: 0.8rem;
    }
    .BlkFacility .slick-prev:hover,
    .BlkFacility .slick-next:hover {
        opacity: 1.0;
    }
}

/********************************************************/

/* BlkVoice */

/********************************************************/

.BlkVoice {
    position: relative;
    width: 100%;
    /*background: url(../images/faculty/health/BlkVoice_bg.jpg) no-repeat center #fff;
  background-size: cover;*/
    background-color: #fff;
}

.BlkVoice__inner {
    width: 980px;
    margin: 120px auto 0;
    padding: 0;
    position: relative;
}

.BlkVoice__heading2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 55px;
    color: #333;
}

.BlkVoice__heading2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    display: inline-block;
    background: url(../images/faculty/health/BlkVoice_logo_heading.svg) no-repeat;
    width: 80px;
    height: auto;
    background-size: contain;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkVoice__heading2:before {
        top: 0;
        margin-top: -30px;
        height: 100px;
    }
    /* IE11 */
}

.BlkVoice__listContents {
    margin-top: 50px;
}

.BlkVoice__listContents__item {
    margin: 0 14px;
}

.BlkVoice__listContents__item span {
    font-size: 1.6rem;
    font-weight: 300;
    color: #333;
    text-align: center;
    display: block;
    padding-top: 20px;
}

.win .BlkVoice__listContents__item span {
    font-weight: 500;
}

.hiragino .BlkVoice__listContents__item span {
    font-weight: 300;
}

.BlkVoice__listContents__item p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.8;
    color: #333;
    text-align: left;
    display: block;
    padding-top: 10px;
}

.win .BlkVoice__listContents__item p {
    font-weight: 500;
}

.hiragino .BlkVoice__listContents__item p {
    font-weight: 300;
}

.BlkVoice__listContents__item a {
    display: inline-block;
    overflow: hidden;
    max-width: 224px;
    max-height: 140px;
}

.BlkVoice__listContents__item img {
    max-width: 224px;
    height: auto;
    margin: 0 auto;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

.BlkVoice__listContents__item img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width:980px) {
    .BlkVoice__inner {
        width: 100%;
        margin: 0 auto 0;
    }
    .BlkVoice__inner {
        padding: 40px 0 0;
    }
    .BlkVoice__listContents {
        margin-top: 40px;
    }
    .BlkVoice__listContents__item a {
        display: inline;
        overflow: auto;
        max-width: none;
        max-height: none;
    }
    .BlkVoice__listContents__item img {
        max-width: 250px;
        height: auto;
        margin: 0 auto;
    }
}

/********************************************************/

/* BlkVoice JS slick */

/********************************************************/

.BlkVoice .slick-prev,
.BlkVoice .slick-next {
    width: 50px;
    height: 50px;
    background-color: #4c7ca4;
    border-radius: 50px;
    display: block;
    z-index: 1000;
    transition: 0.2s;
}

.BlkVoice .slick-prev {
    left: -50px;
}

.BlkVoice .slick-next {
    right: -50px;
}

.BlkVoice .slick-prev:before,
.BlkVoice .slick-next:before {
    font-size: 1.4rem;
    display: block;
    color: #fff;
    opacity: 1.0;
}

.BlkVoice .slick-prev:hover,
.BlkVoice .slick-next:hover {
    background-color: #4c7ca4;
    opacity: 0.6;
}

.BlkVoice .slick-prev:before {
    font-family: icomoon;
    content: "\e907";
    font-weight: normal;
    vertical-align: middle;
    padding-right: 2px;
}

.BlkVoice .slick-next:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    vertical-align: middle;
    padding-left: 2px;
}

@media screen and (max-width:3000px) {
    .BlkVoice .slick-prev {
        left: 35px;
    }
    .BlkVoice .slick-next {
        right: 35px;
    }
}

@media screen and (max-width:1100px) {
    .BlkVoice .slick-prev {
        left: 5px;
    }
    .BlkVoice .slick-next {
        right: 5px;
    }
}

@media screen and (max-width:980px) {
    .BlkVoice .slick-prev,
    .BlkVoice .slick-next {
        width: 26px;
        height: 26px;
    }
    .BlkVoice .slick-prev {
        left: 20px;
        top: 28%;
    }
    .BlkVoice .slick-next {
        right: 20px;
        top: 28%;
    }
    .BlkVoice .slick-prev:before,
    .BlkVoice .slick-next:before {
        font-size: 0.8rem;
    }
    .BlkVoice .slick-prev:hover,
    .BlkVoice .slick-next:hover {
        opacity: 1.0;
    }
}

/********************************************************/

/* BlkVoice__archive */

/********************************************************/

.BlkVoice__archive {
    position: absolute;
    top: 62px;
    right: 0;
    z-index: 1;
}

.BlkVoice__archive a {
    color: #333;
    font-size: 1.6rem;
    font-weight: 300;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}

.win .BlkVoice__archive a {
    font-weight: 500;
}

.hiragino .BlkVoice__archive a {
    font-weight: 300;
}

.BlkVoice__archive a:hover {
    color: #4c7ca4;
}

.BlkVoice__archive a:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    font-size: 1.0rem;
    color: #4c7ca4;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.1s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkVoice__archive a {
        padding-top: 4px;
    }
}

@media screen and (max-width:980px) {
    .BlkVoice__archive {
        position: static;
        margin-top: 40px;
        text-align: center;
    }
    .BlkVoice__archive a {
        padding-left: 20px;
    }
}

/********************************************************/

/* BlkSpecial */

/********************************************************/

.BlkSpecial {
    position: relative;
    width: 100%;
}

.BlkSpecial__inner {
    width: 980px;
    margin: 0 auto;
    padding: 120px 0 0;
    position: relative;
}

.BlkSpecial__heading2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 55px;
    color: #333;
}


@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkSpecial__heading2:before {
        top: 0;
        margin-top: -30px;
        height: 100px;
    }
    /* IE11 */
}

.BlkSpecial__listContents {
    margin-top: 50px;
}

.BlkSpecial__listContents__item {
    /*overflow: hidden;*/
    margin-right: 24px;
    margin-bottom: 28px;
    z-index: 100;
    vertical-align: middle;
    display: inline-block;
}

.BlkSpecial__listContents__item:nth-child(4) {
    margin-right: 0;
}

.BlkSpecial__listContents__item a {
    width: 224px;
    height: 86px;
    display: table;
    border-radius: 6px;
    background-color: #fff;
    padding-right: 20px;
    position: relative;
    /*box-shadow: 3px 3px #EBF7E3;*/
    box-shadow: 3px 3px #F7F9F6;
}

.BlkSpecial__listContents__item a:hover {
    color: #4c7ca4;
}


.BlkSpecial__listContents__item img {
    /*float: left;*/
    display: table-cell;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 6px 0 0 6px;
    width: auto;
    height: 86px;
}

.BlkSpecial__listContents__item p {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    text-align: left;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5;
    transition: 0.1s;
}

.win .BlkSpecial__listContents__item p {
    font-weight: 500;
}

.hiragino .BlkSpecial__listContents__item p {
    font-weight: 300;
}

.BlkSpecial__listContents__item a:hover p {
    color: #4c7ca4;
}

@media screen and (max-width:980px) {
    .BlkSpecial__inner {
        width: 100%;
        padding: 80px 20px 0;
    }
    .BlkSpecial__listContents__item {
        width: 48%;
        margin: 25px 20px 0 0;
    }
    .BlkSpecial__listContents__item:nth-child(even) {
        margin-right: 0;
    }
    .BlkSpecial__listContents__item a {
        width: 100%;
        height: 128px;
    }
    .BlkSpecial__listContents__item a:after {
        width: 100%;
        height: 128px;
    }
    .BlkSpecial__listContents__item img {
        height: 128px;
    }
}

@media screen and (max-width:650px) {
    .BlkSpecial__listContents__item {
        width: 98%;
        margin-right: 0;
    }
    .BlkSpecial__listContents__item:first-child {
        margin-top: 0;
    }
}

/********************************************************/

/* BlkRelatedLinks */

/********************************************************/

.BlkRelatedLinks {
    position: relative;
    width: 100%;
}

.BlkRelatedLinks__inner {
    width: 980px;
    margin: 0 auto;
    padding: 80px 0 0;
    position: relative;
}

.BlkRelatedLinks__heading2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 55px;
    color: #333;
}


@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkRelatedLinks__heading2:before {
        top: 0;
        margin-top: -30px;
        height: 100px;
    }
    /* IE11 */
}

.BlkRelatedLinks__listContents {
    margin-top: 50px;
}

.BlkRelatedLinks__listContents__item {
    /*overflow: hidden;*/
    margin-right: 24px;
    margin-bottom: 28px;
    z-index: 100;
    vertical-align: middle;
    display: inline-block;
}

.BlkRelatedLinks__listContents__item:nth-child(4) {
    margin-right: 0;
}

.BlkRelatedLinks__listContents__item a {
    width: 224px;
    display: table;
    padding-left: 20px;
    position: relative;
    font-size: 1.6rem;
    font-weight: 300;
}

.win .BlkRelatedLinks__listContents__item a {
    font-weight: 500;
}

.hiragino .BlkRelatedLinks__listContents__item a {
    font-weight: 300;
}

.BlkRelatedLinks__listContents__item a:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    font-size: 1.0rem;
    color: #4c7ca4;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.1s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .BlkRelatedLinks__listContents__item a {
        padding-top: 4px;
    }
}

@media screen and (max-width:980px) {
    .BlkRelatedLinks__listContents__item a {
        padding-left: 20px;
    }
}

.BlkRelatedLinks__listContents__item a:hover {
    color: #4c7ca4;
}

.BlkRelatedLinks__listContents__item a:hover p {
    color: #4c7ca4;
}

@media screen and (max-width:980px) {
    .BlkRelatedLinks__inner {
        width: 100%;
        padding: 80px 20px 0;
    }
    .BlkRelatedLinks__listContents__item {
        width: 100%;
        margin: 20px 20px 0 0;
    }
    .BlkRelatedLinks__listContents__item:first-child {
        margin: 0 20px 0 0;
    }
    .BlkRelatedLinks__listContents__item:nth-child(even) {
        margin-right: 0;
    }
    .BlkRelatedLinks__listContents__item a {
        width: 100%;
    }
}


/********************************************************/

/* BlkTitle */

/********************************************************/

.BlkTitle {
    position: relative;
    width: 100%;
    height: 240px;
    background-color: #fff;
    z-index: 1;
}

.BlkTitle--categoryTop {
    background: url(../images/center/nyugaku/BlkTitle_bg_pc.jpg) no-repeat;
    background-size: cover;
    border-top: none;
}

.BlkTitle--article {
    border-top: 7px solid #4c7ca4;
    border-bottom: 1px solid #eaeaea;
    height: auto;
}

.BlkTitle--graduate {
    background: url(../images/center/nyugaku/graduate/BlkTitle_bg_pc.jpg) no-repeat;
    background-size: cover;
    border-top: 7px solid #00a87b;
}

.BlkTitle--medicine {
    background: url(../images/center/nyugaku/faculty/medicine/BlkTitle_bg_pc.jpg) no-repeat;
    background-size: cover;
    border-top: 7px solid #67191c;
}

.BlkTitle--health {
    background: url(../images/center/nyugaku/faculty/health/BlkTitle_bg_pc.jpg) no-repeat;
    background-size: cover;
    border-top: 7px solid #4c7ca4;
}

.BlkTitle--generalPolicy {
    background: url(../images/center/nyugaku/faculty/general_policy/BlkTitle_bg_pc.jpg) no-repeat;
    background-size: cover;
    border-top: 7px solid #397ed4;
}

.BlkTitle--foreign {
    background: url(../images/center/nyugaku/faculty/foreign/BlkTitle_bg_pc.jpg) no-repeat;
    background-size: cover;
    border-top: 7px solid #e66828;
}

.BlkTitle__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.BlkTitle__heading1 {
    font-size: 4.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    position: relative;
    padding-top: 75px;
    z-index: 1;
}

.BlkTitle__heading1--categoryTop {
    /*padding-top: 125px;*/
    padding-top: 115px;
}

.BlkTitle__heading1--categoryTop:before {
    content: '';
    position: absolute;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    display: inline-block;
    background: url(../images/center/nyugaku/BlkMain_logo_heading.png) no-repeat;
    width: 106px;
    height: auto;
    background-size: contain;
    z-index: -1;
}

.BlkTitle__heading1--article {
    line-height: 1.5;
    /*padding-top: 75px;*/
    padding-bottom: calc(80px - (((4.2rem * 1.5) - 4.2rem) / 2));
    color: #333;
}

.BlkTitle__heading1 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    /*padding-bottom: 25px;*/
    padding-bottom: 11px;
    letter-spacing: 1px;
    display: block;
}

.BlkTitle__heading1--article {
    color: #333;
}

.BlkTitle__heading1--article span {
    color: #4c7ca4;
    letter-spacing: 1px;
}

.android .BlkTitle__heading1 span {
    display: inline-block;
    width: 100%;
}

.android .BlkTitle__heading1--article span {
    /*color: #00a87b;*/
    color: #4c7ca4;
    display: inline-block;
    width: 100%;
}

.BlkTitle__heading1 .subtitle {
    font-size: 1.4rem;
}

@media screen and (max-width:980px) {
    .BlkTitle {
        height: 211px;
    }
    .BlkTitle--categoryTop {
        background: url(../images/center/nyugaku/BlkTitle_bg_sp.jpg) no-repeat;
        background-size: cover;
    }
    .BlkTitle--article {
        height: auto;
        /*padding-bottom: 50px;*/
    }
    .BlkTitle__inner {
        padding: 0 20px;
    }
    .BlkTitle__heading1 {
        font-size: 3.1rem;
        padding-top: 70px;
        /*font-size: 3.8rem;*/
        /*line-height: 1.5;*/
    }
    .BlkTitle__heading1 span {
        padding-bottom: 9px;
    }
    .BlkTitle__heading1:first-line {
        line-height: 1.0;
    }
    .BlkTitle__heading1--categoryTop {
        font-size: 3.8rem;
        padding-top: 105px;
    }
    .BlkTitle__heading1--categoryTop:before {
        top: 50px;
    }
    .BlkTitle__heading1--article {
        font-size: 3.1rem;
        /*padding-top: 50px;*/
        padding-top: calc(50px - (((3.1rem * 1.5) - 3.1rem) / 2));
        padding-bottom: calc(50px - (((3.1rem * 1.5) - 3.1rem) / 2));
    }
    .BlkTitle__heading1--article span {
        padding-bottom: 10px;
    }
}

/********************************************************/

/* BlkMenuAreaHealth */

/********************************************************/

.BlkMenuAreaHealth {
    display: none;
    position: absolute;
    right: 0;
    z-index: 10000;
}

.BlkMenuAreaHealth__inner {
    width: 810px;
    background-color: #f4f4f4;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 10000;
}

@media screen and (max-width:980px) {
    .BlkMenuAreaHealth {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        /*z-index: 100000;*/
        /*z-index: 10000;*/
        overflow-y: scroll;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
    }
    .BlkMenuAreaHealth__inner {
        width: 80%;
        padding-top: 90px;
        background: linear-gradient(#fff 50%, #008a65 50%);
    }
}

/********************************************************/

/* BlkTabGlobalHealth */

/********************************************************/

.BlkTabGlobalHealth {
    display: flex;
    align-items: stretch;
}

.BlkTabGlobalHealth__navList {
    width: 270px;
    height: auto;
    background-color: #356085;
    float: left;
}

.BlkTabGlobalHealth__navList__item {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 30px;
}

.BlkTabGlobalHealth__navList__item a {
    /*padding: 25px 30px 25px 40px;*/
    padding: 15px 30px 15px 40px;
    margin: 10px 0;
    width: 240px;
    line-height: 1.4;
    display: block;
    position: relative;
    vertical-align: middle;
    transition: 0.1s;
    font-weight: 600;
    color: #fff;
}

.BlkTabGlobalHealth__navList__item:first-child a {
    margin-top: 30px;
}

.BlkTabGlobalHealth__navList__item:last-child a {
    margin-bottom: 30px;
}

.BlkTabGlobalHealth__navList__item a:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: 300;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 1.0rem;
    color: #fff;
    position: absolute;
    /*top: 50%;*/
    top: 25px;
    left: 20px;
    transition: 0.1s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.win .BlkTabGlobalHealth__navList__item a:before {
    font-weight: 500;
}

.BlkTabGlobalHealth__navList__item a:hover {
    color: #fff;
    background-color: #4c7ca4;
    border-radius: 6px 0 0 6px
}

.BlkTabGlobalHealth__navList__item a:hover:before {
    color: #fff;
}

@media screen and (min-width:981px) {
    .BlkTabGlobalHealth__navList__item--current a {
        color: #fff;
        background-color: #4c7ca4;
        border-radius: 6px 0 0 6px
    }
    .BlkTabGlobalHealth__navList__item--current a:before {
        color: #fff;
    }
    .BlkTabGlobalHealth__navList__item ul {
        display: none !important;
    }
}

@media screen and (max-width:980px) {
    .BlkTabGlobalHealth__navList {
        width: 100%;
    }
    .BlkTabGlobalHealth__navList__item {
        margin-left: 0;
        display: block;
    }
    .BlkTabGlobalHealth__navList__item a {
        width: 100%;
        display: block;
        padding: 25px 30px 25px 40px;
        margin: 0;
    }
    .BlkTabGlobalHealth__navList__item a:before {
        content: "\e90c";
        left: auto;
        right: 20px;
    }
    .BlkTabGlobalHealth__navList__item--currentSp a:before {
        content: "\e90d";
    }
    .BlkTabGlobalHealth__navList__item__link {
        border-top: #e2e2e2 1px solid;
    }
    .BlkTabGlobalHealth__navList__item a:hover {
        color: #333;
        background-color: #fff;
        border-radius: 0;
    }
    .BlkTabGlobalHealth__navList__item a:hover:before {
        color: #00a87b;
    }
    .BlkTabGlobalHealth__navList__item:first-child a {
        border-top: none;
        margin-top: 0;
    }
    .BlkTabGlobalHealth__navList__item:last-child a {
        margin-bottom: 0;
    }
    .BlkTabGlobalHealth__navList__item ul {
        background-color: #00a87b;
    }
    .BlkTabGlobalHealth__navList__item ul li a {
        color: #fff;
        padding: 20px 30px 20px 40px;
        font-weight: 300;
    }
    .win .BlkTabGlobalHealth__navList__item ul li a {
        font-weight: 500;
    }
    .BlkTabGlobalHealth__navList__item ul li:first-child a {
        padding-top: 40px;
    }
    .BlkTabGlobalHealth__navList__item ul li:last-child a {
        padding-bottom: 40px;
    }
    .BlkTabGlobalHealth__navList__item ul li a:before {
        content: "";
    }
    .BlkTabGlobalHealth__navList__item ul li a:hover {
        color: #fff;
        background-color: #00a87b;
    }
    .BlkMenuArea__navVisitor__item a:hover {
        text-decoration: none;
    }
}

/********************************************************/

/* BlkGlobalDetailHealth */

/********************************************************/

.BlkGlobalDetailHealth {
    float: right;
    width: 550px;
    height: auto;
    background-color: #4c7ca4;
}

.BlkGlobalDetailHealth__item {
    display: flex;
    padding: 46px 40px;
    justify-content: space-between;
}

.BlkGlobalDetailHealth__item div {
    width: 245px;
}

.BlkGlobalDetailHealth__item div:first-child {
    width: 175px;
}

.BlkGlobalDetailHealth__navOutline {
    border-bottom: 1px solid #C35853;
    margin-bottom: 30px;
}

div .BlkGlobalDetailHealth__navOutline:last-child {
    border-bottom: none;
}

.BlkGlobalDetailHealth__item ul li {
    /*display: inline-block;*/
    display: block;
    font-size: 1.4rem;
    /*width: 270px;*/
}

.BlkGlobalDetailHealth__item--headline {
    padding: 45px 50px 14px 50px;
    padding: 0 0 8px 10px;
    line-height: 1.4;
    display: block;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.BlkGlobalDetailHealth__item ul li a {
    padding: 14px 50px 14px 70px;
    padding: 8px 0 8px;
    line-height: 1.4;
    display: block;
    color: #fff;
    font-weight: 300;
    position: relative;
}

.win .BlkGlobalDetailHealth__item ul li a {
    font-weight: 500;
}

.hiragino .BlkGlobalDetailHealth__item ul li a {
    font-weight: 300;
}

.BlkGlobalDetailHealth__item ul li.BlkGlobalDetailHealth__item--detail a {
    padding: 8px 50px 8px 70px;
    padding: 8px 0 8px 30px;
}

.BlkGlobalDetailHealth__item ul li a:hover {
    text-decoration: underline;
}

.BlkGlobalDetailHealth__item ul li a:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    vertical-align: middle;
    font-size: 1.0rem;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 11px;
}

.BlkGlobalDetailHealth__item ul li:first-child a {
    padding-top: 46px;
}

.BlkGlobalDetailHealth__item ul li.BlkGlobalDetailHealth__item--headlineNone a {
    padding-top: 0;
}

.BlkGlobalDetailHealth__item ul li:first-child a:before {
    top: 49px;
}

.BlkGlobalDetailHealth__item ul li.BlkGlobalDetailHealth__item--headlineNone a:before {
    top: 3px;
}

.BlkGlobalDetailHealth__item ul li:last-child a {
    padding-bottom: 28px;

}

@media screen and (max-width:980px) {
    .BlkGlobalDetailHealth {
        display: none;
    }
    .BlkGlobalDetailHealth__navOutline {
        display: none;
    }
    .BlkGlobalDetailHealth__navFaculty {
        display: none;
    }
    .BlkGlobalDetailHealth__navExamination {
        display: none;
    }
    .BlkGlobalDetailHealth__navCareer {
        display: none;
    }
    .BlkGlobalDetailHealth__navInternational {
        display: none;
    }
    .BlkGlobalDetailHealth__navCampus {
        display: none;
    }
    .BlkGlobalDetailHealth__navSociety {
        display: none;
    }
}

@media screen and (min-width:981px) {
    /*  .BlkTabGlobalHealth__navList__item ul {
    display: none;
  }*/
    .BlkMenuArea .BlkNavStructures__navLanguage {
        display: none;
    }
    .BlkMenuArea .BlkNavStructures__navFacility {
        display: none;
    }
    .BlkTabGlobalHealth + .BlkMenuArea__navVisitor {
        display: none;
    }
}

/*----------------------------*/

/********************************************************/

/* BlkCurriculum */

/********************************************************/

.BlkCurriculum {
    background-color: #FBF5F4;
    padding: 40px 30px 30px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.BlkCurriculum h4 {
    margin-top: 0;
    padding-left: 0;
    font-size: 2.0rem;
    font-weight: 600;
}

.BlkCurriculum h3:before {
    content: none;
}

.BlkArticle h3:before {
    content: '';
}

.BlkCurriculum__inner {
    /*display: flex;
  justify-content: space-between;*/
}

/*.BlkCurriculum__Lbox {
  width: 460px;
  padding-right: 30px;
}
.BlkCurriculum__Lbox > div {
  display: flex;
}
.BlkCurriculum__Rbox {
  width: 460px;
  padding-left: 30px;
  border-left: 1px solid #E1E1E1;
}
.BlkCurriculum__Rbox > div {
  display: flex;
}*/

.BlkCurriculum__year {
    margin: 0;
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.0;
}

.BlkArticle .BlkCurriculum__subject__columnFirst + .BlkCurriculum__subject {
    margin-top: 25px;
}

.BlkArticle .BlkCurriculum__subject__columnSecond + .BlkCurriculum__subject {
    margin-top: 25px;
}

.BlkArticle .BlkCurriculum__subject__columnFourth + .BlkCurriculum__subject {
    margin-top: 25px;
}

div + .BlkCurriculum__subject {
    margin-top: 25px;
}

.BlkArticle .BlkCurriculum__subject a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #4c7ca4;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #4c7ca4;
    padding: 8px 10px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    display: block;
    cursor: default;
}

.BlkCurriculum__subject__columnFirst {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.BlkCurriculum__subject__columnFirst ul {
    width: 100%;
}

.BlkCurriculum__subject__columnSecond {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.BlkCurriculum__subject__columnSecond ul {
    width: 50%;
}

.BlkCurriculum__subject__columnFourth {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.BlkCurriculum__subject__columnFourth ul {
    width: 25%;
}

.BlkCurriculum__subject__list li {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
}

.BlkArticle .BlkCurriculum__subject__list li.BlkCurriculum__subject__itemRequired {
    font-weight: 600;
}

.win .BlkCurriculum__subject__list li {
    font-weight: 500;
}

.hiragino .BlkCurriculum__subject__list li {
    font-weight: 300;
}

.BlkArticle .BlkCurriculum__subject__list .BlkCurriculum__subject__itemClassifying {
    font-weight: 500;
}

.win .BlkArticle .BlkCurriculum__subject__list .BlkCurriculum__subject__itemClassifying {
    font-weight: 500;
}

.hiragino .BlkArticle .BlkCurriculum__subject__list .BlkCurriculum__subject__itemClassifying {
    font-weight: 300;
}

.BlkCurriculum__subject__list li:before {
    content: '・';
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.BlkCurriculum__subject__list li.BlkCurriculum__subject__itemRequired:before {
    content: '◆';
    font-size: 7px;
    position: absolute;
    top: 6px;
    left: 4px;
}

.BlkCurriculum__subject__list li a {
    color: #4c7ca4;
    font-weight: 600;
}

.BlkCurriculum__subject__list li a:hover {
    text-decoration: underline;
}

.BlkCurriculum__subject__list li span {
    margin-right: 10px;
}

.icon_closeup {
    width: 67px;
    height: auto;
}

.icon_closeup--sp {
    display: none;
}

@media screen and (max-width:980px) {
    .BlkCurriculum {
        padding: 30px 20px 13px;
        width: 100%;
        height: auto;
    }
    .BlkArticle .BlkCurriculum__subject {
        z-index: 1;
    }
    .BlkArticle .BlkCurriculum__subject a {
        cursor: pointer;
        text-align: left;
        background-color: #4c7ca4;
        color: #fff;
        font-size: 1.4rem;
        border: 3px solid #4c7ca4;
        border-radius: 6px;
        box-shadow: 3px 3px #FBF5F4;
        position: relative;
        width: 100%;
        display: block;
        padding-left: 15px;
        height: 45px;
    }
    .BlkArticle .BlkCurriculum__subject--current a {
        background-color: #fff;
        color: #4c7ca4;
    }
    .BlkArticle .BlkCurriculum__subject a span {
        position: absolute;
        display: block;
        width: 100%;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .BlkArticle .BlkCurriculum__subject a span:after {
        font-family: icomoon;
        content: "\e90c";
        font-size: 0.9rem;
        position: absolute;
        color: #fff;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .BlkArticle .BlkCurriculum__subject--current a span:after {
        color: #4c7ca4;
        content: "\e90d";
    }
    .BlkArticle .BlkCurriculum__subject a:before {
        content: '';
        background: url(../images/faculty/health/BlkDepartment_item_bg.png) repeat;
        width: 100%;
        height: 45px;
        border-radius: 8px;
        position: absolute;
        right: -11px;
        bottom: -11px;
        z-index: -1;
    }
    .BlkCurriculum__subject__column {
        display: none;
        padding-bottom: 20px;
    }
    .BlkCurriculum__subject__columnFirst ul {
        width: 100%;
    }
    .BlkCurriculum__subject__columnSecond ul {
        width: 100%;
    }
    .BlkCurriculum__subject__columnFourth ul {
        width: 100%;
    }
    .BlkArticle .BlkCurriculum__subject {
        text-align: left;
    }
    .BlkArticle .BlkCurriculum__subject__columnFirst + .BlkCurriculum__subject {
        margin-top: 0;
        /*margin-bottom: 0;*/
    }
    .BlkArticle .BlkCurriculum__subject__columnSecond + .BlkCurriculum__subject {
        margin-top: 0;
        /*margin-bottom: 0;*/
    }
    .BlkArticle .BlkCurriculum__subject__columnFourth + .BlkCurriculum__subject {
        margin-top: 0;
        /*margin-bottom: 0;*/
    }

}

@media screen and (max-width:700px) {
    /*.BlkCurriculum {
    width: calc(100% - 125px);
    height: auto;
    margin-left: 20px;
    padding: 20px 15px;
  } */
    .BlkCurriculum__subject__list li.BlkCurriculum__subject__itemRequired:before {
        top: 4px;
        left: 3px;
    }
    .BlkCurriculum__inner {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .BlkCurriculum h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .BlkCurriculum__year {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
    div + .BlkCurriculum__subject {
        margin-top: 12px;
    }
    .BlkCurriculum__subject {
        font-size: 1.4rem;
        /*padding: 5px;*/
        margin-bottom: 10px;
    }
    .BlkCurriculum__subject__list {
        width: 100%;
    }
    .BlkCurriculum__subject__list li {
        font-size: 1.2rem;
        margin: 5px 0;
        padding-left: 12px;
    }
    .BlkCurriculum__subject__list li:before {
        content: '・';
        padding-right: 5px;
    }
    .BlkCurriculum__subject__list--first > .BlkCurriculum__subject__list__item {
        margin-top: 0;
    }
    .BlkCurriculum__subject__list li:last-child {
        margin-bottom: 0;
    }
    .BlkCurriculum__subject__list li span {
        margin-right: 6px;
    }
    .icon_closeup {
        width: 58px;
        height: auto;
    }
    /*.icon_closeup--pc {
    display: none;
  }
  .icon_closeup--sp {
    display: inline;
  }*/
}

/********************************************************/

/* modal */

/********************************************************/

/*.BlkCurriculum__subject__list li a {
  color: #e66828;
  font-weight: 600;
}
.BlkCurriculum__subject__list li a:hover {
  text-decoration: underline;
}*/

.BlkCurriculum__subject__list li span {
    margin-right: 10px;
}

.icon_closeup {
    width: 67px;
    height: auto;
}

.icon_closeup--sp {
    display: none;
}

#contents {
    z-index: 0;
    font-size: 16px;
}

.page-txt {
    margin: 30px 0 0;
    height: 2000px;
}

#modal-open {
    /*color: #cc0000;*/
}

.modal {
    position: relative;
}

.modal h3 {
    margin-top: 0;
    color: #333;
}

.modal p {
    line-height: 1.8;
    color: #333;
}

.modal__btn {
    position: absolute;
    top: 14px;
    right: 20px;
}

.BlkArticle p + .modal__btn {
    margin: 0;
}

.modal__btn a:before {
    font-family: icomoon;
    content: "\e906";
    font-weight: normal;
    vertical-align: middle;
    font-size: 1.8rem;
    color: #4c7ca4;
}

.BlkCurriculum__subject__list li .modal__btn a:hover {
    text-decoration: none;
}

/* モーダル コンテンツエリア */

.modal-main {
    display: none;
    width: 850px;
    height: auto;
    margin: 0;
    padding: 60px;
    background-color: #fff;
    border-radius: 6px;
    color: #666;
    position: fixed;
    z-index: 1000000;
}

.modal-main > div {
    display: flex;
}

.modal-main figure {
    margin-right: 25px;
}

.modal-main figure img {
    width: 365px;
    height: auto;
}

/* モーダル 背景エリア */

#modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

@media screen and (max-width:940px) {
    .modal-main {
        width: 650px;
    }
    .modal-main > div {
        flex-wrap: wrap;
    }
    .modal-main p {
        font-size: 1.4rem;
    }
    .modal-main figure {
        margin-right: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
    }
    .modal-main figure img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:700px) {
    .modal__btn {
        top: 9px;
        right: 15px;
    }
    .modal-main {
        display: none;
        width: 450px;
        height: auto;
        padding: 35px;
    }
}

@media screen and (max-width:500px) {
    .modal-main {
        width: 320px;
        margin-top: 50px;
    }
}

@media screen and (max-width:360px) {
    .modal-main {
        width: 280px;
    }
}

@media screen and (max-width:320px) {
    .modal-main {
        height: 95%;
        overflow: scroll;
    }
    .modal-main div > div {
        margin-bottom: 30px;
    }
}


/*--20200410--*/

.health__flex {
    display: flex;
    justify-content: space-between;
}

.health__flex .health__flex01 {
    flex: 1;
}

.health__flex .health__flex02 {
    margin-top: 50px;
}

.health__flex .health__flex02 img {
    max-width: 600px;
}

.health__flex__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


.health__flex__wrap .health__flex01 {
    width: 49%;
    max-width: 440px;
    display: flex;
    flex-wrap: wrap;

}

.health__flex__wrap .health__flex01 figure {
    margin-bottom: 30px;
}

.health__flex__wrap .health__flex01 .sp {
    display: none;
}

.health__flex__wrap .health__flex01 div {
    width: 100%;
}

@media screen and (max-width:700px) {

    .health__flex {
        flex-wrap: wrap;

    }
    .health__flex .health__flex02 img {
        max-width: 100%;
    }


    .health__flex__wrap .health__flex01 {
        width: 100%;
        max-width: 100%;
    }
    .health__flex__wrap .health__flex01 figure {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .health__flex__wrap .health__flex01 .pc {
        display: none;
    }
    .health__flex__wrap .health__flex01 .sp {
        display: block;
        width: 100%;
    }

}
