/*header*/
body{
    background: #0075C1;
    margin: 0;
}
#mod-header {
    border-bottom: 0;
    width: 100%;
}

#mod-header-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    
}

#mod-header-logo {
    position: relative;
    margin: 15px 0 35px;
}

.mod-header-mv-section {
    background: url('./common/images/header_mv.png') center no-repeat;
    background-size: cover;
    text-align: center;
}

.mv_img {
    position: relative;
}

.mod-header-ttl {
    padding-top: 65px;
    font-size: 178.5%;
    font-weight: bold;
    color: #2D2D2D;
}
/*end header*/

/*content*/
#mod-content {
    width: 100%;
    background: #ffffff;
}

.note-section {
    width: 980px;
    margin: 0 auto;
}

.note-group {
    width: 752px;
    margin: 0 auto;
}

.note {
    width: 100%;
    font-size: 78.5%;
    color: #000000;
    line-height: 23px;
    background: url('./common/images/drop_down.png') center right no-repeat;
    background-size: 18px 15px;
}

.note span {
    border-bottom: 1px solid #707070;
    display: block;
    width: 643px;
    position: relative;
    top: -12px;
    left: 55px;
}

.note-block {
    width: 100%;
    display: none;
}
.note-list {
    width: 100%;
}

.course.one {
    color: #ff0000;
}

.course {
    color: #009500;
}

.course a {
    color: #0000EE;
}

.note-block.opened {
    display: block;
}
.note-list .register-course,
.note-list .new-course,
.note-block .register-course,
.note-block .new-course {
    font-weight: bold;
    font-size: 128.5%;
}
.note-list .new-course,
.note-block .new-course {
    color: #ff0000;
}

.undergrdulate-section {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu {
    width: 330px;
    line-height: 1.8;
   /* padding-inline-start: 0;*/
}

.ttl-subject-list {
    font-weight: bold;
}

.mod-header-mv-section{
    padding: 61px;
    box-sizing: border-box;
}

.mod-header-mv-section .ttl-subject{
	font-size: 212.5%;
    margin:0;
}

.ttl-subject-list.gradulated {
    margin-top: 20px;
}

.menu li {
    list-style: none;
}

.menu.scroll {
    top: 0;
    position: fixed;
}

.grad-ungrad.left {
    margin-left: 370px;
}

.menu.openscroll {
    top: 80px;
}

.grad-ungrad {
    width: 730px;
}

.grad {
    margin-top: 105px;
}

.grad-ungrad .ttl-subject {
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    color: #000000;
}

.basic {
    font-size: 125%;
    font-weight: bold;
    color: #000000;
    background: #F2F2F2;
    display: block;
    padding: 10px;
    margin-top: 33px;
}

.basic-subject-list {
    width: 100%;
}

.btn-download {
    width: 125px;
    color: #FFFFFF;
    background: #FF7777;
    border-radius: 50px;
    float: right;
    text-align: center;
    padding: 3px 0 2px;
    text-decoration: none;
}

.sub-ttl {
    color: #333333;
    font-weight: bold;
}

.pageTop {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 100px;
    cursor: pointer;
}
/*end content*/

/*footer*/
.footer{
     background: #ffffff;
}
.openuniversity{
	width: 100%;
	max-width: 1280px;
	text-align: center;
    margin: 0 auto 19px;
    padding-bottom: 20px;
}
/*end footer*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
    #mod-header {
        width: 100%;
        min-width: 768px;
    }

    .mod-header-mv-section{
        padding: 4.766vw;
    }
    #mod-header-logo {
       margin: 2.172vw 0 5.2734vw;
    }
    .note-section{
        width: 76.5625%;
    }
    .note-group{
        width: 76.7346%;
    }
    .note span {
        width: 85.505%;
        position: relative;
        top: -0.938vw;
        left: 4.297vw;
    }
    .undergrdulate-section{
        width: 90%;
    }
    .menu{
        width: 30%;
        padding: 0;
    }
    .menu.scroll {
        top: -0.78vw;
        width: 28%;
    }
    .menu.openscroll {
        top: -0.78vw;
    }
    .grad-ungrad {
        width: 70%;
    }
    .grad-ungrad.left {
        margin-left: 28.906vw;
    }
    .pageTop {
        right: 2.344vw;
        bottom: 7.813vw;
    }
    .btn-download {
        width: 22%;
    }

}
  
@media only screen and (min-width: 980px) and (max-width: 1279px) {   
    .note-section {
        width: 76.56%;
        max-width: 980px;
    }
    .note-group {
        width: 76.73465%;
        max-width: 752px;
    }
    .undergrdulate-section{
        width: 85.93%;
        max-width: 1100px;
    }
    .menu{
        width: 30%;
        max-width: 330px;
    }
    .menu.scroll {
        top: 2vw;
    }
    .menu.openscroll {
        top: 2vw;
    }
   .grad-ungrad.left {
        margin-left: 28.906vw;
   }
   .grad-ungrad {
        width: 65%;
        max-width: 730px;
   }
   .mod-header-mv-section{
        padding: 4.766vw;
   }
   .note span {
        display: block;
        width: 85.505%;
        max-width: 643px;
        top: -0.938vw;
        left: 4.297vw;
    }
    .pageTop {
        right: 2.344vw;
        bottom: 7.813vw;
    }
}
