@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.5;
    color: #5a4f4a;
    background: #fafffa;
    text-align: justify;
    text-justify: inter-ideograph;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

hr {
    border: none;
    border-bottom: 1px dotted #999;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mainvisualwide,
#main {
    width: 100%;
    height: auto;
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    background: #fafffa;
}

header {
    position: relative;
}


#wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#toparea {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.6);
}

#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;
    position: absolute;
    left: 0;
    top: 0;
}

#title {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}

#title h1 {
    margin-left: 0px;
}

#title h1.pt {
    display: none;
}

#title h1.sm {
    display: none;
}

#title img {
    width: 50%;
    height: auto;
}

#title h1 img {
    width: 80%;
    height: auto;
}


#language {
    margin-left: auto;
    margin-right: 0px;
}

#language img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#drawernav {
    width: 100%;
    height: auto;
}

#menuarea {
    width: 100%;
    height: 0px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 6px 3px -3px rgba(10, 10, 10, 0.4);
    box-shadow: 0px 6px 3px -3px rgba(10, 10, 10, 0.4);
    position: relative;
}

#menuarea nav {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

#mainnavigation {
    padding-left: 0;
    width: 100%;
    height: auto;
    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: #080041;
}

#mainnavigation li a:hover {
    color: #c7b299;
}

#mainnavigation li.current-menu-item a {
    color: #c7b299;
}

#humberger {
    display: block;
}

.visualarea {
    width: 100%;
    height: auto;
}

.visualarea img {
    width: 100%;
    height: auto;
}

.mainvisualwide {
    width: 100%;
    height: auto;
}

.mainvisualwide img {
    width: 100%;
    height: auto;
}

#midashi2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 30px;
    margin-bottom: 30px;
}

#midashi2 a {
    width: 100%;
    height: auto;
}

#midashi2 img {
    width: 40%;
    height: auto;
}

#main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main article {
    width: 90%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5%;
}

#main aside {
    display: none;
    width: 90%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 15px;
    margin-left: 5%;
    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;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

#main article.publication {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 90%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5%;
}

#main aside.publication {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 90%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 15px;
    margin-left: 5%;
    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;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

#mainall {
    width: 90%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5%;
}

#p404 article {
    width: 90%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5%;
}

#main aside #side {
    width: 100%;
    height: auto;
}

#main article img {
    max-width: 100%;
    height: auto;
}

#main article #information {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
}

#main article #information li {
    margin-right: 1em;
}

#main article figure img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;

}

#main article figcaption {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

text-align: center;


#main article .right {
    text-align: right;
}

#main article {
    width: 90%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5%;
}

#main article p {
    margin-bottom: 15px;
}

#main article #equipment p {
    margin-bottom: 5px;
}

p.about {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #ffffff;
    color: #5a4f4a;
    font-weight: bold;
    padding: 15px 30px;
    line-height: 2.0
}

#main article #equipment {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    font-size: 16px;
}

#main article table {
    border-collapse: collapse;
    width: 100%;
    height: auto;
    border: 1px solid #5a4f4a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#main article table th,
td {
    border: 1px solid #5a4f4a;
    padding: 0.5em;
}

#main ul,
ol {
    padding-left: 1.5em;
    margin-bottom: 15px;
}

#main ol ul {
    list-style-type: disc;
}

#main #list ul {
    padding-left: 0px;
    margin-bottom: 30px;
}

#main #list li {
    list-style: none;
    border-bottom: 1px dotted #999;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

#main #list li:first-child {
    border-top: 1px dotted #999;
}

#main #member dl {
    padding-left: 0px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

#main #member li {
    list-style: none;
    border-bottom: 1px dotted #999;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main #member li:first-child {
    border-top: 1px dotted #999;
}

#main #member li dd {
    width: 100%;
    height: auto;
    font-weight: bold;
    text-align: left;
}

#main #member li dt {
    width: 100%;
    height: auto;
    text-align: left;
}

#main #member dl.student li dd {
    text-align: left;
}

#main #member dl.faculty dl.career {
    margin-bottom: 15px;
}

#main article .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main article .gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#main li a {
    text-decoration: none;
    color: #4169e1;
}

#main li a:hover {
    text-decoration: none;
    color: #00a3db;
}

#main article a {
    text-decoration: none;
    color: #4169e1;
}

#main article a:hover {
    text-decoration: none;
    color: #00a3db;
}

#main article p.under {
    text-decoration: underline;
    font-weight: bold;
}

#main article #map {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #a18b75;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#main article #map iframe {
    width: 100%;
    height: 250px;
}

#main article #campusmap {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}

#main article #campusmap img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

address {
    font-size: 16px;
    font-style: normal;
}

p.large {
    font-size: 18px;
    font-weight: bold;
}

#banner {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
}

#banner a {
    width: 45%;
    height: auto;
    margin-left: 2.5%;
}

#banner a img {
    width: 100%;
    height: auto;
}

#link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#main article #year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#main article #year a {
    text-align: center;
    margin-bottom: 5px;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main article #year a:before {
    content: '\f138';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 5px;
}

h2 {
    font-weight: bold;
    color: #ffffff;
    background: #80c79d;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 26px solid #e5ddb1;
    padding-left: 10px;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-left: 5px solid #80c79d;
    padding-left: 15px;
}


h4 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
}

#research h4 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
}

#midashi {
    text-align: left;
    margin-top: 5px;
}

#main article #midashi p {
    margin-bottom: 5px;
}

h5 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.br-sp {
    display: block;
}

footer {
    margin-top: 80px;
    background: #80c79d;
    color: #ffffff;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer .lar2 {
    font-size: 22px;
    font-weight: bold;
}


footer .lar {
    font-size: 18px;
    font-weight: bold;
}

#footerarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%
}

#footerleft {
    width: 100%;
    height: auto;
}

#footerright {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

#footerright iframe {
    width: 100%;
    height: 250px;
}

footer address {
    font-style: normal;
    text-align: left;
}

footer address.en {
    margin-top: 30px;
}

#copy {
    font-size: 12px;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#gototop {
    position: fixed;
    bottom: 3px;
    right: 10px;
    z-index: 101;
}

#gototop img {
    width: 50px;
    height: 50px;
}

#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: -245px;
    width: 240px;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: -3px 0px 3px -1px rgba(0, 0, 0, 0.6);
    box-shadow: -3px 0px 3px -1px rgba(0, 0, 0, 0.6);
    color: #5a4f4a;
    z-index: 1;
    padding-top: 40px;
    -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: 15px;
    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: 15px;
}

#drawernav ul li ul {
    padding-top: 0px;
}

#drawernav ul li a {
    color: #5a4f4a;
    text-decoration: none;
}

#drawernav ul li a:hover {
    color: #e2d0c3;
}

#humberger {
    z-index: 3;
    width: 30px;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    margin-left: auto;
}

#icon-bar1,
#icon-bar2,
#icon-bar3 {
    height: 2px;
    background: #ffffff;
    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: #ffffff;
    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: -240px;
}

body.drawer-opened .fixed-content {
    left: -240px;
}

body.drawer-opened #drawernav {
    right: 0;
}

body.drawer-opened #humberger {
    position: fixed;
    top: 5px;
    right: 10px;
    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: #5a4f4a;
}

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.3;
    left: -240px;
}
