@font-face{
    font-family:Lato;
    src:url('../font/Lato-Regular.ttf') format("truetype");
}

html, body {
    margin: 0;
    color:#333333;
    font-family:Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* Disable ugly boxes around images in IE10 */
a img{
    border: 0px;
}

a{
    text-decoration: none;
    color: rgb(44, 87, 161)
}

::-moz-selection {
    background-color: royalblue;
    color: #fff;
}

::selection {
    background-color: royalblue;
    color: #fff;
}



/*　ヘッダーに関するリスト　*/

.android-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important;
}

.android-mobile-title {
    display: none !important;
}

.android-logo-image {
    height: 60px;
    width: 189px;
}

.android-header {
    overflow: visible;
    background-color: whitesmoke;
}

.android-header .material-icons {
    color: #757575 !important;
    margin-top: 14px;
}

.android-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
}



/*　navigation-container　ヘッダー内のリンク　*/

.android-navigation-container {
    direction: rtl;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.android-navigation {
    direction: ltr;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 800px;
}

.android-search-box.is-focused + .android-navigation-container {
    opacity: 0;
    width: 100px;
}

.android-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
    font-size:16px;
}

.android-navigation .mdl-navigation__link:hover {
    border-bottom: 8px solid rgb(44, 87, 161);
}





/*　android-drawer　左サイドのメニュー　*/

.android-drawer {
    border-right: none;
}

.android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 0px 0;
}

.android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
}

.android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: rgb(44, 87, 161);
}

.android-drawer .mdl-layout-title {
    position: relative;
    background: rgb(44, 87, 161);
    height: 160px;
}

.android-drawer .android-logo-image {
    position: absolute;
    bottom: 16px;
    left:16px;
}






/*　フッター　*/

.android-footer .mdl-mega-footer {
    background-color: #000000;
    position: relative;
}

.android-footer .mdl-mega-footer a:hover {
    color: #0080ff;
}

.android-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
}

.android-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
}

.android-footer .mdl-mega-footer--bottom-section {
    position: relative;
}

.android-footer .mdl-mega-footer--bottom-section a {
    margin-right: 1em;
}

.android-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
}

.mdl-mega-footer--heading{
    padding-left: 4px;
    margin:16 0 0 0;
}

.mdl-mega-footer--heading:hover{
    background: whitesmoke !important;
    color: dimgrey;
    padding-left: 4px;
    margin:16 0 0 0;
}

.mdl-mega-footer--link-list{
    margin: 0;
}

.mdl-mega-footer--link-list li a{
    
    padding-left: 8px;
    padding-right: 8px;
}

.mdl-mega-footer--link-list li a:hover{
    background: whitesmoke !important;
    color: dimgrey;
    padding-left: 8px;
    padding-right: 8px;
}

/* ヘッダー内のロゴ */
img.footer-logo-fig {
    display:block;
    width:400;
    max-width: 100%;
    hight:auto;
    margin: 0;
    padding: 0em 0 0em;
}

@media screen and (min-width: 769px), print {
    img.footer-logo-fig {
        display: block;
        width: 400px;
        max-width: 100%;
        margin: 0;
        padding: 0em 0 0em;
    }
}

/* ヘッダー内の所在地・連絡先 */
.footer-info {
    font-size: 1em;
    font-weight: 100;
    color: #fff;
    margin: 0 6;

}
.footer-info dt {
    font-size: 1em;
}

@media screen and (min-width: 1101px), print {
    .footer-info dt {
        font-size: 1em;
    }
}

@media screen and (max-width: 768px) {
    .footer-info dt span {
        font-size: 1.4em;
    }
}

.footer-info dt span {
    font-size: 1.5em;
}

.en-page .footer-info dt br {
    display: none;
}

@media screen and (min-width: 481px), print {
    .en-page .footer-info dt br {
        display: block;
    }
}

.footer-info dd {
    margin-left: 0em;
}
.footer-info .add br{
    display: block;
    text-align: left
}

@media screen and (min-width: 641px), print {
    .footer-info .add br{
        display: none;
    }
}

@media screen and (min-width: 641px), print {
    .footer-info .tel {
        display: inline-block;
        margin-right: 1em;
    }
}

@media screen and (min-width: 641px), print {
    .footer-info .fax {
        display: inline-block;
    }
}

.footer-info .tel-link {
    color: #fff;
}

.footer-bnr{
    width: 100%;
    list-style: none;
    margin: 40 0 0 0;
    padding: 0;
}

img.bnr-img{
    height:48px;
    width:240px;
    margin-left:auto;
    margin-right:auto;
}


img.bnr-big-img{
    height:148px;
    width:600px;
    margin-left:auto;
    margin-right:auto;
}

/* とっぷへ戻るボタン */

#page_top{
    width: 100px;
    height: 60px;
    position: fixed;
    right: 30;
    bottom: 0;
    background: rgb(44, 87, 161);
    opacity: 0.9;
    z-index: 100;
}
#page_top a{
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
}
#page_top a::before{
    font-family: "Material Icons";
    content: 'pets';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -20px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}





/* 共通リンクボタン */

.link-button {
    margin-top: -2.5em;
    display: inline-block;
    position: relative;
    padding: .8rem 1.8rem .6rem;
    text-align: center;
    color: rgb(44, 87, 161);
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 0.5em;
}

@media screen and (min-width: 769px), print {
    .link-button {
        font-size: 1.1em;
    }
}

.main-white-text .link-button {
    margin-top: -2.5em;
    display: inline-block;
    position: relative;
    padding: .8rem 1.8rem .6rem;
    text-align: center;
    color: white;
    background-color: rgb(44, 87, 161);
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 0.5em;
}

.link-button:hover {
    color: rgb(44, 87, 161);
    text-decoration: none;
    background-color: rgb(211,237,234);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.en-page .link-button {
    padding: .5rem 1.4rem .6rem;
}







/*　トップページのメインページ1　*/

.crosstook {
    position: relative;
    height: 800px;
    width: auto;
    background-color: #f3f3f3;
    background: url('../images/DSC_0380.jpg') center 30% no-repeat;
    background-size: cover;
}

.logo-font {
    line-height: 1;
    color: #767777;
    font-weight: 500;
}

.slogan {
    font-size: 60px;
    padding-top: 160px;
    font-weight: bold;
    color:#1a1a1a;
}

.sub-slogan {
    font-size: 24px;
    padding-top: 24px;
}




/*　トップページのメインページ2　*/

.android-customized-section {
    text-align: center;
}

.android-customized-section-text {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 16px 0 16px;
}

.android-customized-section-text p {
    padding-top: 16px;
}

.android-card-container{
    max-width:1200px;
}

.android-card-container .mdl-cell{
    max-width: 400px;
    float: left;
    margin: 0.4em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
}

.android-card-container .mdl-cell:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.android-card-container{
    margin-bottom: 40px;
}

.android-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
}

.android-card-container .mdl-card__media img {
    width: 100%;
}

.android-card-container .mdl-card__title {
    background: transparent;
    height: auto;
}

.android-card-container .mdl-card__title-text {
    color: black;
    height: auto;
}

.android-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
}

.android-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
}

.android-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
}

.android-link {
    text-decoration: none;
    color: rgb(44, 87, 161) !important;
}

.android-link:hover {
    color: rgb(44, 87, 161) !important;
}

.android-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.android-link-menu:hover {
cursor: pointer;
}







/*　トップページのメインページ3　*/

.main-blue {
    text-align: center;
    background: rgb(44, 87, 161);
    padding-bottom: 80px;
}

.main-cover-photo{
    position: relative;
    height: 300px;
    width: auto;
    background-color: #f3f3f3;
    background: url('../images/DSC01984.JPG') center 30% no-repeat;
    background-size: cover;
}

@media (max-width: 900px) {
    .main-cover-photo{
        height: 200px;
    }
}

.main-blue-title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding: 40px 16px 0px 16px;
}


/*　トップページのメインページ3　　リンク先の設定　*/

.inner{
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.inner:after {
    content: "";
    display: table;
    clear: both;
}

.main-blue-text {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding: 8px 16px 8px 16px;
}

.main-blue-text p {
    padding-top: 16px;
}

.section-menu {
    margin: 0 0 -3em;
    padding: 0em 0 1em;
}

@media screen and (min-width: 481px), print {
    .section-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}


.section-menu-item {
    padding: 0 0 1em;
    margin-right: auto;
    margin-left: auto;
}

.section-menu-item:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 481px), print {
    .section-menu-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 641px), print {
    .section-achivement .section-menu-item {
        max-width: 100%;
        padding: 1em 0;
        border-bottom: 1px solid #eee;
    }
}

@media screen and (min-width: 769px), print {
    .section-menu-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .section-research .section-menu-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .section-member .section-menu-item {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (min-width: 1101px), print {
    .section-research .section-menu-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}

.section-menu h3 {
    font-size: 1.7em;
    text-align: center;
}

@media screen and (min-width: 481px), print {
    .section-menu h3 {
        font-size: 13em;
    }
}
@media screen and (min-width: 641px), print {
    .section-menu h3 {
        font-size: 15em;
    }
    .section-achivement .section-menu h3 {
        float: left;
        font-size: 16em;
        padding: .1em 0 0 .5em;
    }
}

@media screen and (min-width: 481px), print {
    .section-menu h3 {
        font-size: 1.7em;
    }
}

@media screen and (min-width: 1101px), print {
    .section-achivement .section-menu h3 {
        font-size: 1.9em;
    }
}

.section-menu h3 span {
    display: block;
    margin-bottom: 0px;
    margin-top: -1.5em;
    font-size: .5em;
    color: ghostwhite;
}

@media screen and (min-width: 641px), print {
    .section-achivement .section-menu h3 span {
        position: absolute;
        margin: .4em 0 0 1em;
    }
}

@media screen and (min-width: 481px), print {
    .section-menu-description {
        padding: 0 1em 1em;
    }
}

.section-menu-more {
    margin-top: 0em;
    text-align: center;
}

@media screen and (min-width: 641px), print {
    .section-achivement .section-menu-more {
        float: right;
        margin-top: 0;
    }
}







/*　トップページのメインページ4　*/

.main-cover-photo-lab{
    position: relative;
    height: 300px;
    width: auto;
    background-color: #f3f3f3;
    background: url('../images/DSC_2216.jpg') center 30% no-repeat;
    background-size: cover;
}

@media (max-width: 900px) {
    .main-cover-photo-lab{
        height: 200px;
    }
}

.main-white-text {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    padding: 8px 16px 40px 16px;
}

.main-white-text .section-menu h3 span {
    display: block;
    margin-bottom: 0px;
    margin-top: -1.5em;
    font-size: .5em;
    color: black;
}







/*　グリッド表示型のページにおける　雛形　*/
.mdl-cell{
    color:gray;
}

.portfolio-max-width {
    max-width: 900px;
    margin: auto;
}

.portfolio-max-width .mdl-card{
    margin-bottom: 16px;
}

.portfolio-max-width .mdl-list__item{
    padding: auto;
    margin-top:-1em
}

.portfolio-max-width .mdl-cell{
    padding: 0em
}

.portfolio-max-width h3{
    color:rgb(44, 87, 161)
}

.portfolio-max-width a{
    cursor: pointer;
    padding: 4 2 2 2;
}

.portfolio-max-width a:hover{
    cursor: pointer;
    background: #f0f0f0;
}

.portfolio-copy {
    max-width: 700px;
}

.mdl-list__item-primary-content a{
    color:dimgray;
}

.mdl-grid .mdl-cell li.col1{
    padding: 0;
    float: left;
    width:30%
}

.mdl-grid .mdl-cell li.col2{
    padding: 0;
    float: left;
    width:70%
}

.mdl-grid .mdl-cell li.award-col1{
    padding: 0;
    float: left;
    width:35%
}

.mdl-grid .mdl-cell li.award-col2{
    padding: 0;
    float: left;
    width:65%
}

.paper-line{
    max-width: 750px;
}

.award-line{
    max-width: 750px;
}

.mdl-card__title-text{
    font-size:32px;
}

.mdl-card__title-text div span{
    display: inline-block;
    white-space: nowrap;
}


#name div span{
    display: inline-block;
    white-space: nowrap;
}



/*　グリッド内への画像設定　*/

.mdl-card__media{
    background-color: transparent;
}

img.article-image {
    width: 100%;
}

img.professor-image {
    height: auto;
    width: 100%;
}

@media (max-width: 840px) {
    img.professor-image{
        width: 100%;
        height:auto;
    }
}

img.history-image{
    width: 100%;
}

img.student-image{
    width: 100%;
}

.owner-image-box{
    background-color: rgb(211,237,234);
    width:100%;
    margin-top: -6px;
}

img.owner-image{
    max-width:30%;
    float: right;
}





/**** Mobile layout ****/
@media (max-width: 900px) {
    
    .android-navigation-container {
        display: none;
    }

    .android-title {
        display: none !important;
    }

    .android-mobile-title {
        display: inline-block !important;
        width: 100%;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
    consecutive "+" operators in some cases. Therefore, we need to use both
    here to cover all the bases. */
    .android.android-search-box.is-focused ~ .android-mobile-title,
    .android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
        opacity: 0;
    }

    .android-more-button {
        display: none;
    }

    .crosstook {
        height: 350px;
    }

    .slogan {
        font-size: 200%;
        margin: 0;
        padding-top: 24px;
    }

    .sub-slogan {
        font-size: 100%;
        margin: 0 16px;
        padding-top: 8px;
    }

    .android-create-character {
        padding-top: 200px;
        font-size: 16px;
    }

    .android-create-character img {
        height: 12px;
    }

    .android-fab {
        display: none;
    }

    .android-wear-band-text {
        margin-left: 0;
        padding: 16px;
    }

    .android-footer .mdl-mega-footer--bottom-section {
        display: none;
    }
    
    .mdl-grid .mdl-cell li.col1{
        padding: 0;
        width: 100%;
    }

    .mdl-grid .mdl-cell li.col2{
        padding: 0;
        margin: 0 0 8 16;
        width:100%;
    }
    
 .mdl-typography--display-2{
        font-size:180%;
    }
    
    .mdl-grid .mdl-cell li.award-col1{
        padding: 0;
        width:100%
    }

    .mdl-grid .mdl-cell li.award-col2{
        padding: 0;
        margin: 0 0 8 16;
        width:100%;
    }
    
    .mdl-mega-footer--heading{
        padding-left: 4px;
        margin:16 0 0 0;
    }
    
    .mdl-mega-footer--link-list{
        margin: 16 0;
    }

    .mdl-mega-footer--link-list li{
        margin: 16;
    }
    
    .mdl-card__title-text{
        font-size:140%;
    }

}

