@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', 'Roboto', 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.6;
    color: #5a4f4a;
    background: #ffffff;
    text-align: justify;
    text-justify: inter-ideograph;
}

#wrapper,
header,
#main,
footer {
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: auto;
}


.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    display: block;
    margin: 0 0 0 auto !important;
}

.alignleft {
    display: block;
    margin: 0 auto 0 0 !important;
}

.box {
    padding: 1em;
    border: 3px solid #081343;
    border-radius: 10px;
    margin-bottom: 30px;
}

header {
    position: relative;
}

#toparea {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: rgb(0, 0, 0, 0.5);

}

#topareatop {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

#topareabottom {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#logo {
    margin-left: 2%;
    width: 50%;
    height: auto;
    margin-right: auto;
}

#logo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#topareatop #logo2 {
    display: none;
}

#topareabottom #logo2 {
    margin-left: 4%;
    width: 50%;
    height: auto;
    margin-right: auto;
}

#logo2 img {
    width: 100%;
    height: auto;
}

#topareatop #english {
    display: none;
}

#topareabottom #english {
    width: 90px;
    height: auto;
    margin-left: auto;
    margin-right: 5px;
}

#english img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#drawernav {
    width: 100%;
    height: auto;
}

#mainnavigationcontainer {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#mainnavigation {
    padding-left: 0;
    width: 100%;
    max-width: 960px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#mainnavigation li {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: center;
}

#mainnavigation li a {
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    color: #081343;
}

#mainnavigation li a:hover {
    color: #e2d0c3;
}

#mainnavigation li.current-menu-item a {
    color: #e2d0c3;
}

#mainnavigation li a span {
    font-size: 14px;
    display: block;
    margin-top: 0px;
}

#humberger {
    display: block;
}

#nwrap {
    position: relative;
}

#name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 22px;
    width: 100%;
    height: auto;
}

#name img {
    width: 100%;
    height: auto;
}

.mainvisualwide {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background: #000000;
}

.mainvisualwide img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}

#main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#main article {
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#main aside {
    display: none;
}

#main article img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#main article.toppage {
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#main aside.toppage {
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-top: 30px;
    display: block;
}

#main aside img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 15px;
}

h2 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
    color: #081343;
    border-bottom: 5px solid #081343;
    margin-top: 30px;
    text-align: left;
}

h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
    background: #081343;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

h4 {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

#publication h4 {
    margin-top: 15px;
}

.br-sp {
    display: none;
}

.br-tb {
    display: block;
}

#main article p {
    margin-bottom: 15px;
}

#main article ul {
    margin-left: 1em;
    padding-left: 0.5em;
}

#main article #faculty ul {
    padding-left: 0px;
    margin-bottom: 30px;
}

#main article #list ul {
    padding-left: 0px;
    margin-bottom: 30px;
}

#main #open {
    margin-bottom: 30px;
}

#main article #list ul {
    margin-left: 0px;
    padding-right: 0px;
}

#main article #list li {
    list-style: none;
    border-bottom: 1px dotted #999;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main article #list li:first-child {
    border-top: 1px dotted #999;
}

#main article a {
    text-decoration: none;
    color: #4169e1;
}

#main article a:hover {
    text-decoration: none;
    color: #6690c4;
}

#main article #information ul {
    padding-right: 10px;
}

#main article #information li a {
    text-decoration: none;
    color: #00469c;
}

#main article #information li a:hover {
    color: #6690c4;
}

#main article #information {
    height: 770px;
    overflow-y: scroll;
    margin-bottom: 80px;
}

#main article #information dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
}

#main article #information dt {
    width: 80px;
    height: auto;
}

#main article #information dd {
    margin-left: 2%;
    margin-right: 2%;
    width: 85%;
    height: auto;
}

#main article #information ul p {
    width: 100%;
    height: auto;
}

#main article #information ul img {
    width: 40%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

#main article #publication li {
    font-size: 13px;
    line-height: 1.6;
}

#main article #publication .fig {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#main article #publication .fig img {
    width: 100%;
    height: auto;
}

#main article #research {
    width: 100%;
    height: auto;
}

#main article #research img {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-bottom: 15px;
    margin-top: 15px;
}

#main article #research p {
    margin-bottom: 30px;
}

#main article #equipment {
    width: 100%;
    height: auto;
}

#main article .two {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main article .twoleft {
    width: 50%;
    height: auto;
}

#main article .tworight {
    width: 50%;
    height: auto;
}

#main article .two2 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#main article .twoleft2 {
    width: 47%;
    height: auto;
    margin-right: 1.5%;
    margin-left: 1.5%;
}

#main article .tworight2 {
    width: 47%;
    height: auto;
    margin-right: 1.5%;
    margin-left: 1.5%;
}

#main article #equipment img {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-bottom: 15px;
    margin-top: 15px;
}

#main article #equipment img.full {
    width: 100%;
    height: auto;
    margin-left: 0%;
}

img.mini {
    width: 50% !important;
    height: auto;
    margin-left: 25% !important;
    margin-bottom: 15px;
    margin-top: 15px;
}

#main article #equipment p {
    margin-bottom: 30px;
}

#main article .underline {
    text-decoration: underline;
}

#main article #life ul#day {
    width: 94%;
    height: auto;
    padding-left: 3%;
    padding-right: 3%;
    list-style: none;
    border: 1px solid #e2d0c3;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-radius: 10px;
}

#main article #life ul#day li {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

#main article #life ul#zemi {
    width: 94%;
    height: auto;
    padding-left: 3%;
    padding-right: 3%;
    list-style: none;
    border: 1px solid #e2d0c3;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-radius: 10px;
}

#main article #life ul#zemi li {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

#main article #life #dayimg {
    width: 90%;
    height: auto;
    margin-left: 5%;
}

#main article #life #dayimg img {
    width: 100%;
    height: auto;
}

#main article .gallery {
    width: 100%;
    height: auto;
}

#main article .gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#main article table {
    margin: 30px auto;
}

#main article caption {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

#main article #map {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#main article #map iframe {
    width: 100%;
    height: 500px;
}

#main article #campusmap {
    width: 100%;
    height: auto;
}

#main article #campusmap img {
    max-width: 100%;
    height: auto;
}

#main article #link ul {
    margin-bottom: 15px;
}

#main article #link ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#main article #face {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

#main article #face img {
    width: 100%;
    height: auto;
}

#banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
}

#banner img {
    padding: 15px;
}

footer {
    background: #081343;
    color: #ffffff;
    width: 100%;
    height: auto;
    margin-top: 60px;
}

#copy {
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#gototop {
    position: fixed;
    bottom: 3px;
    right: 10px;
}

#gototop img {
    width: 50px;
    height: 50px;
}

#page {
    position: relative;
    z-index: 2;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
}

#drawernav {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #000000;
    opacity: 0.8;
    color: #ffffff;
    z-index: 1;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
}

#drawernav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#drawernav ul li {
    width: 100%;
    height: auto;
    padding: 20px;
}

#drawernav ul li a {
    color: #ffffff;
    text-decoration: none;
}

#drawernav ul li a:hover {
    color: #e2d0c3;
}

#humberger {
    z-index: 3;
    width: 25px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    top: 10px;
    right: 0px;
}

#icon-bar1,
#icon-bar2,
#icon-bar3 {
    height: 2px;
    background: #bbbbbb;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.fixed-content {
    right: inherit;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

#overlay {
    z-index: -1;
    opacity: 0;
    background: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
}

body.drawer-opened #page {
    left: 0px;
}

body.drawer-opened .fixed-content {
    left: 0px;
}

body.drawer-opened #drawernav {
    right: 0;
}

body.drawer-opened #humberger {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 3;
    width: 25px;
    padding: 20px 10px 10px 20px;
    cursor: pointer;
}

body.drawer-opened #humberger #icon-bar1,
body.drawer-opened #humberger #icon-bar2,
body.drawer-opened #humberger #icon-bar3 {
    background: #bbbbbb;
}

body.drawer-opened #humberger #icon-bar1 {
    -webkit-transform: translate (0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
}

body.drawer-opened #humberger #icon-bar2 {
    opacity: 0;
}

body.drawer-opened #humberger #icon-bar3 {
    -webkit-transform: translate (0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
}

body.drawer-opened #overlay {
    z-index: 3;
    opacity: 0;
    left: -240px;
}

.accbox label:hover {
    background :#85baef;
}

