/*style.css*/

/*----------------------------------
重要なお知らせ
----------------------------------*/

.noticeboard {
    background: rgb(245,229,229);
    background: linear-gradient(90deg, rgba(245,229,229,1) 0%, rgba(245,229,229,1) 30%, rgba(230,238,244,1) 100%);
    opacity: 1;
    height: auto;
    visibility: visible;
}

.noticeboard .noticecont {
    padding: 10px 40px 10px 40px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.noticeboard .noticecont .tit {
    margin-right: 20px;
}

.noticeboard .noticecont .tit p {
    display: block;
    width: fit-content;
    padding: 1px 15px 1px 15px;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    background-color: #CC3E3A;
    border-radius: 13px;
}

.noticeboard .noticecont .text p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

#closebt {
    display: block;
    width: fit-content;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0 0 0 auto;
    border: 1px solid #212121;
    border-radius: 20px;
    padding: 1px 12px 1px 12px;
}

#closebt:hover {
    cursor: pointer;
    opacity: 0.6;
}


/*----------------
common
------------------*/

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: normal;
    background-color: #fff;
}

ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    text-transform:none;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}

div, p, a, ul, li, dt, dd, span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #212121;
    text-transform:none;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    a:hover {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
    }
    .sp {
        display: none!important;
    }
}

.inner {
    width: 1360px;
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto;
    
}

.bold {
    font-weight: bold;
    font-weight: 600;
}

.red {
    color: #CC3E3A;
}

span.red {
    color: #CC3E3A;
    font-size: 1.0em;
}

.blue {
    color: #005BCB;
}

span.blue {
    color: #005BCB;
    font-size: 1.0em;
}

.inner_nar {
    width: 1000px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    
}

img {
    display: block;
    max-width: 100%;
}

@media screen and (min-width:768px) {
    #sp_fixed_menu {
        display: none
    }
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none !important;
        color: #212121 !important;
    }
}

a.external:after {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(/img/common/ex_ic.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
}


.mt0 {
    margin-top: 0!important;
}

.mt5 {
    margin-top: 5px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt25 {
    margin-top: 25px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt35 {
    margin-top: 35px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt45 {
    margin-top: 45px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt55 {
    margin-top: 55px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt65 {
    margin-top: 65px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt75 {
    margin-top: 75px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt85 {
    margin-top: 85px!important;
}
.mt90 {
    margin-top: 90px!important;
}
.mt95 {
    margin-top: 95px!important;
}
.mt100 {
    margin-top: 100px!important;
}
.mt105 {
    margin-top: 105px!important;
}
.mt110 {
    margin-top: 110px!important;
}
.mt115 {
    margin-top: 115px!important;
}
.mt120 {
    margin-top: 120px!important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb5 {
    margin-bottom: 5px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb25 {
    margin-bottom: 25px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb35 {
    margin-bottom: 35px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb45 {
    margin-bottom: 46px:!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb55 {
    margin-bottom: 55px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb65 {
    margin-bottom: 65px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb75 {
    margin-bottom: 75px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb110 {
    margin-bottom: 110px!important;
}

.pt0 {
    padding-top: 0!important;
}

.pt5 {
    padding-top: 5px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pt15 {
    padding-top: 15px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt25 {
    padding-top: 25px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt35 {
    padding-top: 35px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt45 {
    padding-top: 45px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt55 {
    padding-top: 55px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt65 {
    padding-top: 65px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt75 {
    padding-top: 75px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pb0 {
    padding-bottom: 0!important;
}

.pb5 {
    padding-bottom: 5px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb15 {
    padding-bottom: 15px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb25 {
    padding-bottom: 25px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb35 {
    padding-bottom: 35px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb45 {
    padding-bottom: 46px:!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb55 {
    padding-bottom: 55px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb65 {
    padding-bottom: 65px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb75 {
    padding-bottom: 75px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.cover {
    display: none;
}

.bread {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bread .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bread a,
.bread p {
    font-size: 1.2rem;
    color: #ACACAC;
margin-bottom: 0;
}

.bread p {
    color: #212121;
}

.bread .hyphen {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #ACACAC;
    margin-left: 10px;
    margin-right: 10px;
}

p a:link {
    font-size: 1em;
    color: #005BCB;
    text-decoration: underline;
}

.notes {
    font-size: 1.3rem;
    margin-top: 5px;
}

.image_caption_top {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.image_caption_bottom {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.banWide {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/*----------------
PageTop
------------------*/

#pageTop {
    width: 60px;
    position: fixed;
    right: 4%;
    bottom: 7%;
    z-index: 98;
    transition: all 0.3s ease 0s;
    mix-blend-mode: multiply;
}

#pageTop:hover {
    transform: translateY(-1.1875em);
}

#pageTop a:hover {
    opacity: 1;
}

/*----------------------------------
Tag
----------------------------------*/

.tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tags li {
    margin-right: 8px;
    margin-bottom: 8px;
}

.tag {
    display: block;
    width: fit-content;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #212121;
    background-color: #fff;
    border: 1px solid #212121;
    padding: 3px 8px 3px 8px;
    border-radius: 16px;
}

.tag01 {
    color: #fff;
    background-color: #4283D1;
    border: 1px solid #4283D1;
}

.tag02 {
    color: #6C6C6C;
    border: 1px solid #6C6C6C;
}

.tag03 {
    color: #4283D1;
    background-color: #fff;
    border: 1px solid #4283D1;
}

/*----------------------------------
Hash Tag
----------------------------------*/

.hash_tag {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
}

.hash_tag li {
    color: #005BCB;
    font-size: 1.3rem;
    margin-right: 8px;
    margin-bottom: 5px;
    line-height: 1.2;
    text-indent: -0.5em;
    padding-left: 0.5em;
}

.hash_tag li > a {
    color: #005BCB;
    font-size: 1.3rem;
    line-height: 1.2;
    text-indent: -0.5em;
    padding-left: 0.5em;
}

/*----------------------------------
PICK UP
----------------------------------*/

/*
.topPickupWrap {
    background-color: #f8f8f8;
    padding-top: 80px;
    padding-bottom: 80px;
}
*/

.pickupList {
    display: flex;
    justify-content: space-between;
}

.pickupItem {
    width: 300px;
    max-width: 24%;
    background-color: #fff;
}

.pickupImg {
    display: block;
    padding-top: 66.67%;
    position: relative;
}

.pickupImg > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pickupCont {
    padding: 20px 10px 20px 10px;
}

.pickupCont .tit {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 5px;
}

/*----------------------------------
Link Buttons
----------------------------------*/

.btn01 {
    display: block;
    width: fit-content;
    padding: 12px 48px 12px 20px;
    border: 1px solid #212121;
    background-color: #fff;
color: #212121;
    position: relative;
    transition: 0.3s;
}

.btn01 span {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
}

.btn01::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 11px;
    background: url(/img/common/btn01_ar.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.3s;
}

.btn01:hover {
    opacity: 1;
    background-color: #E7EEFA;
    border: 1px solid #E7EEFA;
}

/*
.btn01:hover::after {
    right: 10px;
}
*/

.btn02 {
    width: fit-content;
    height: auto;
    margin: 0 auto;
    position: relative;
    transition: 0.3s;
}

.btn02 a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0;
    border: 1px solid #fff;
    position: relative;
    transition: all 0.3s ease-out;
}

.btn02:before {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 1px solid #005BCB;
    border-left: 1px solid #005BCB;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.btn02:after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 1px solid #005BCB;
    border-right: 1px solid #005BCB;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.btn02 a:before {
    content: '';
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #005BCB;
    border-left: 1px solid #005BCB;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.btn02 a:after {
    content: '';
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #005BCB;
    border-right: 1px solid #005BCB;
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.btn02 a:hover {
    opacity: 1;
}

.btn02:has(a:hover)::before {
    width: 100%;
/*    transition: all 0.2s ease-out;*/
}

.btn02:has(a:hover)::after {
    height: 100%;
/*    transition: all 0.3s ease-out;*/
    transition-delay: 0.05s;
}

.btn02 a:hover::after {
    width: 100%;
/*    transition: all 0.4s ease-out;*/
    transition-delay: 0.07s;
}

.btn02 a:hover::before {
    height: 100%;
/*    transition: all 0.5s ease-out;*/
    transition-delay: 0.1s;
}

.btn02 > a > span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 54px 20px 20px;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
}

.btn02 > a > span:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/img/common/btn02_ar.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.3s;
}

.btn02 > a > span > span {
    display: block;
    width: 100%;
    color: #212121;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    position: relative;
}

.btn02 > a:hover > span:after {
    right: 10px;
}

.btn02.red:before {
    border-top: 1px solid #CC3E3A;
    border-left: 1px solid #CC3E3A;
}

.btn02.red:after {
    border-top: 1px solid #CC3E3A;
    border-right: 1px solid #CC3E3A;
}

.btn02.red a:before {
    border-bottom: 1px solid #CC3E3A;
    border-left: 1px solid #CC3E3A;
}

.btn02.red a:after {
    border-bottom: 1px solid #CC3E3A;
    border-right: 1px solid #CC3E3A;
}

.btn02.red a:hover {
    border-top: 1px solid #CC3E3A;
}

.btn03 {
    display: block;
    width: 336px;
    padding: 27px 50px 27px 20px;
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
    border: 1px solid #ccc;
    color: #212121;
    position: relative;
    margin-top: 20px;
}

.btn03:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/img/common/ar_small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*----------------------------------
トップ教員バナー/教員ページメイン
----------------------------------*/

.topProfCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px 20px 30px;
    border: 1px solid #212121;
    background-color: #fff;
}

.toProCont_l,
.toProCont_r {
    width: 265px;
/*    max-width: 25%;*/
}

.toProCont_cent {
    padding-left: 20px;
    padding-right: 20px;
}

.toProCont_cent h2 {
    width: fit-content;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4.8rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.toProCont_cent h2 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
line-height: 1.5;
    white-space: nowrap;
    font-size: min(2.4vw, 2.2rem);
    color: #005BCB;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
}

.toProCont_cent > p {
    text-align: center;
}

.btn01.viewMore {
    display: block;
    width: 160px;
    color: #fff;
    background-color: #005BCB;
    border: 1px solid #005BCB;
    margin: 30px auto 0;
}

.btn01.viewMore span {
    color: #fff;
    transition: 0.3s;
}

.btn01.viewMore::after {
    background: url(/img/common/btn01_ar_wh.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.btn01.viewMore:hover {
    background-color: #fff;
    border: 1px solid #005BCB;
}

.btn01.viewMore:hover > span {
    color: #005BCB;
}

.btn01.viewMore:hover::after {
    background: url(/img/common/btn01_ar_bl.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*----------------------------------
NEWS
----------------------------------*/

.topNewsWrap > .inner {
    width: 1360px;
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto;
}

.topNewsWrap {
    padding-bottom: 50px;
    margin-bottom: 120px;
}

.topNewsWrap > .inner {
    position: relative;
}

.topNewsWrap > .inner:before {
    content: '';
    width: 88%;
    height: 100%;
    max-height; 100%;
    background: rgb(248,248,248,1);
    background: linear-gradient(227deg, rgba(218,228,245,1) 0%, rgba(248,248,248,1) 100%);
    position: absolute;
    top: 50px;
    left: 35px;
}

.topNewsWrap h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 25px;
    padding: 0;
    margin: 0;
}

.topNewsCont {
    background-color: #fff;
    border: 1px solid #C0CCE0;
    padding: 55px 5% 55px 5%;
    width: 88%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.topNewsList li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #BCBCBC;
}

.topNewsList li .date {
    font-size: 1.4rem;
    color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
}

.topNewsList li a {
    color: #212121;
    word-break:break-all;
    display: block;
    margin-right: 20px;
}

.topNewsList li .cat {
    display: block;
    width: fit-content;
    min-width: 128px;
    font-size: 1.2rem;
    white-space: nowrap;
    color: #0E518B;
    text-align: center;
    padding: 3px 10px 4px;
    background-color: #F0F8FF;
    border: 1px solid #6794BA;
    margin-left: 0;
    margin-top: -10px;
}

.topNewsCont ul.btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.topNewsCont ul.btns li {
    margin-left: 20px;
}

/*----------------------
関連リンク
------------------------*/

.relatedLinksWrap {
    border-top: 1px solid #C0CCE0;
}

.relatedLinksWrap h2 {
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    position: relative;
    padding-left: 0;
    margin-bottom: 35px;
    margin-top: 60px;
}

.relatedLinksWrap h2:before,
.relatedLinksWrap h2:after {
    content: none;
}

.relatedLinks {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 30px;
}

.relatedLinks > li {
    width: 252px;
    max-width: 24%;
    height: auto;
    padding: 10px 10px;
    background-color: #fff;
    border: 1px solid #707070;
    overflow: hidden;
    transition: transform .4s ease;
}

.relatedLinks > li > a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 232px;
    padding: 10px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.relatedLinks > li > a > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.relatedLinks > li > a:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,91,203,0.7);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform .5s ease;
}

.relatedLinks > li > a > h3,
.relatedLinks > li > a > p {
    z-index: 2;
    color: #fff;
}

.relatedLinks > li > a > p {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}

.relatedLinks > li > a > h3 {
    font-size: 2rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
}

.relatedLinks > li > a:hover {
    opacity: 1;
}

@media screen and (min-width:768px) {
    .relatedLinks > li > a:hover .btn01 {
        opacity: 1;
        background-color: #E7EEFA;
        border: 1px solid #E7EEFA;
    }
    .relatedLinks > li > a:hover img {
        transform: scale(1.1);
    }
    .relatedLinks > li > a:hover::after {
        transform: scale(1.1);
    }

}

.relatedLinks > li > a .btn01 {
    z-index: 2;
    width: 120px;
    padding: 2px 30px 4px 10px;
    margin-top: 15px;
}

.relatedLinks > li > a .btn01 span {
    font-size: 1.3rem;
}

.relatedLinks > li > a .btn01::after {
    right: 12px;
}

.relatedLinksTextBox {
    width: 1070px;
    max-width: 100%;
    margin: 30px auto 30px;
    background: url(/img/common/rlinks_bk.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    padding: 30px 5% 20px 5%;
}

.relatedLinksText {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.relatedLinksText > li {
    width: 48%;
    margin-bottom: 10px;
    padding: 0 10px 0 10px;
}

.relatedLinksText > li > a {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 1px;
    color: #005BCB;
    padding-left: 32px;
    position: relative;
}

.relatedLinksText > li > a:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(/img/common/rlinks_ar.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}

ul.normalList {
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.normalList li {
    margin-bottom: 10px;
}

ul li a.link_01 {
    margin-top: 0;
    margin-bottom: 0;
}


/* ゼミレポート追加CSS*/

.semi__link{
    color:#0B61CC;
    border-bottom: 1px solid #0B61CC;
}


.semi__list{
    width: 100%;
}

.semi__list + .semi__list{
    margin-top: 3.2rem;
}

p a.semi__link{
    text-decoration: none;
}

/*20250203*/
.prof_data01 ul.disc {
    margin-bottom: 20px;
}

/*----------------------------------
For HyperLink
----------------------------------*/

/*受験生応援サイト*/
.column02_in img {
    display: block;
    width: 430px;
    max-width: 100%;
}

@media screen and (max-width:767px) {
    .column02_in img {
        max-width: 100%;
        margin: 0 auto 20px;
    }
}

/*----------------------------------
top_event_linkbt
----------------------------------*/

.top_event_linkbt {
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
}

.top_event_linkbt li {
    margin: 0 15px;
}

.top_event_linkbt li .btn01 {
    min-width: 246px;
}

@media screen and (max-width:767px) {
    .top_event_linkbt {
        display: block;
    }
    .top_event_linkbt li {
        margin-bottom: 20px;
    }
.top_event_linkbt li .btn01 {
        margin-left: auto;
        margin-right: auto;
    }
}


