@import"https://fonts.googleapis.com/css?family=Open+Sans:300";
@import "//fonts.googleapis.com/earlyaccess/notosansjp.css";

@charset "UTF-8";

:root {
    scroll-padding: 95px;
    scroll-behavior: smooth;
}

html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

em {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

.small {
    font-size: 90%
}

h1 .small {
    font-weight:normal;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

span.text_indent {
    padding-left: 1em;
    text-indent: -1em;
}


img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.future_header {
    padding: 0 0 30px;
    font-size: 20px;
    text-align: center;
}

.future_header img {
    display: block;
    margin: 0 auto 20px
}

.photo_r {
    display: block;
    float: right;
    max-width: 240px;
    margin: 0 0 20px 20px;
}

.photo_r span {
    padding: 10px 0 0;
}

.underline {
    text-decoration: underline;
}

.indent2 {
      text-indent: 2em; /* 全角2文字分のインデント */
}



@media screen and (max-width:640px) {
    .photo_r {
        float: none;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .future_header img {
        max-width: 100%;
    }
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

.font_times {
    font-family: "Times New Roman";
}

.flex_box {
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

@media screen and (min-width:769px) {
    .flex_box.row_reverse {
        flex-flow: row-reverse nowrap;
        -webkit-flex-wrap: nowrap;
    }
}

.flex_box.row_reverse @font-face {
    font-family: iconfont;
    src: url("/assets/fonts/iconfont.eot");
    src: url("/assets/fonts/iconfont.eot?#iefix") format("eot"), url("/assets/fonts/iconfont.woff") format("woff"), url("/assets/fonts/iconfont.ttf") format("truetype"), url("/assets/fonts/iconfont.svg#iconfont") format("svg")
}

.iconfont::before {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconfont-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.iconfont-2x {
    font-size: 2em
}

.iconfont-3x {
    font-size: 3em
}

.iconfont-4x {
    font-size: 4em
}

.iconfont-5x {
    font-size: 5em
}

.iconfont-fw {
    width: 1.2857142857142858em;
    text-align: center
}

.iconfont-fonticon-01::before {
    content: "\EA01"
}

.iconfont-fonticon-02::before {
    content: "\EA02"
}

.iconfont-fonticon-03::before {
    content: "\EA03"
}

.iconfont-fonticon-04::before {
    content: "\EA04"
}

.iconfont-icon_check::before {
    content: "\EA05"
}

*,
*::after,
*::before {
    box-sizing: border-box
}

.blue {
    color: #136d78;
}

.border1 {
    padding: 0.8rem;
    border: 1px solid #000;
}



html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 62.5%
}

body {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.7;
    /* background: #e6e6e6; */
    background: #FFF
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none
}

a:hover {
    color: #900
}

img {
    vertical-align: bottom
}

.img_wrap {
    margin: 2em 0;
}

@media screen and (min-width:769px) {
    .flex_box .img_wrap {
        margin-top: 1em;
        margin-left: 2em;
    }
}

.img_wrap img {
    max-width: 100%;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img_wrap img+img {
    margin-left: 20px;
}

/* i, cite, em, var, address, dfn {
    font-style: normal
}; */
small {
    font-size: 1em
}

.hide {
    display: none
}

.cf::after {
    display: block;
    clear: both;
    content: ""
}

.transiAll,
.l-header__navi .slicknav_btn::before,
.l-header__navi .slicknav_nav li.slicknav_parent>a::after {
    transition: all .2s ease-out
}

.l-header {
    position: fixed;
    z-index: 10000;
    display: block;
    width: 100%;
    background: #f2f5fa;
}

.l-header__logo {
    display: table;
    width: 100%;
    height: 70px;
    padding: 0 70px 0 10px;
    margin: 0
}

.l-header__logo #langsp{
    display: block;
    width:56px;
    padding: 0;
    margin: 0;
}

.l-header__logo #langsp ul{
    display: block;
    width:100%;
    padding: 0;
    margin: 0;
    border-right: 1px solid white;
}

.l-header__logo #langsp li{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 35px;
    padding: 0;
    margin: 0;
    font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1rem;
    color:white;
    background-color: #95c7cd;
}

.l-header__logo #langsp li.active{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 35px;
    padding: 0;
    margin: 0;
    font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1rem;
    color:white;
    background-color: #95c7cd;
}

.l-header__logo #langsp li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 35px;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color:white;
    background-color: #252525;
}

.l-header__logo picture {
    display: table-cell;
    vertical-align: middle
}

.top .l-header__logo,.header__eng .l-header__logo {
    display: flex;
}

/* .top .l-header__logo a, {
    display: flex;
    align-items: center;
    width: calc(100% - 56px);
} */

.top .l-header__logo a,.header__eng .l-header__logo a {
    display: flex;
    align-items: center;
}


.top .l-header__logo a img,.header__eng .l-header__logo a img{
    width: 195px;
}

@media screen and (max-width:840px) {
    .top .l-header__logo a,.header__eng .l-header__logo a {
        width: calc(100% - 56px);
    }
}

.l-header__navi {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

.l-header__navi .slicknav_btn {
    position: relative;
    padding: 0
}

.l-header__navi .slicknav_btn::before {
    position: absolute;
    inset: 0;
    width: 17px;
    height: 17px;
    margin: auto;
    color: #95c7cd;
    content: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/icon-plus.svg")
}

.l-header__navi .slicknav_btn.slicknav_open {
    background: #000
}

.l-header__navi .slicknav_btn.slicknav_open::before {
    transform: rotate(315deg)
}

.l-header__navi .slicknav_menu {
    position: relative
}

.l-header__navi .slicknav_menu .slicknav_icon {
    width: 70px;
    height: 70px;
    background: #000
}

.l-header__navi .slicknav_menu .slicknav_icon-bar {
    display: none
}

.l-header__navi .slicknav_nav {
    width: 100vw;
    height: calc(100vh - 70px);
    padding: 0;
    overflow: auto;
}

.l-header__navi .slicknav_nav li {
    background: #000
}

.l-header__navi .slicknav_nav li:not(:first-child)>a {
    border-top: 1px solid #252525
}

.l-header__navi .slicknav_nav li a,
.l-header__navi .slicknav_nav li .title {
    height: 60px;
    padding: 0 10px;
    padding: 0 1rem;
    line-height: 60px;
    color: #acacac
}

.l-header__navi .slicknav_nav li a>a {
    padding: 0
}

.l-header__navi .slicknav_nav li.slicknav_parent a {
    position: relative
}

.l-header__navi .slicknav_nav li.slicknav_parent>a::after {
    position: absolute;
    top: 5px;
    top: .5rem;
    right: 30px;
    right: 3rem;
    bottom: 0;
    left: auto;
    width: 10px;
    height: 55px;
    margin: auto;
    content: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/icon-arrow-bottom.svg");
    transform: rotate(90deg)
}

.l-header__navi .slicknav_nav li.slicknav_parent.slicknav_open>a::after {
    top: -1px;
    top: -.1rem;
    right: 28px;
    right: 2.8rem;
    transform: rotate(-90deg)
}

.l-header__navi .slicknav_nav li .sub-menu {
    padding-left: 0
}

.l-header__navi .slicknav_nav li .sub-menu a {
    background: #252525
}

.l-header__navi #navigation {
    display: none;
}

.l-header__navi #navigation #menu {
    position: relative;
    display: flexbox;
    display: flex;
    padding: 30px 0 0;
    margin: 0;
    list-style-type: none;
}

.l-header__navi #navigation #menu .openMenu {
    z-index: 9999
}

.l-header__navi #navigation #menu .openMenu .is-active {
    color: #51a2ab
}

.l-header__navi #navigation #menu .openMenu .sub-menu {
    display: none
}

.l-header__navi #navigation #menu .openMenu .sub-menu .is-activeChild a {
    /* color: #fff; */
    color: #95c7cd;
    /* background: #306066; */
    background: #000;
    /* pointer-events: none */
}

.l-header__navi .slicknav_menu .openMenu a.is-active a {
    color: #51a2ab
}

.l-header__navi .slicknav_menu .openMenu .is-activeChild a {
    color: #fff
}

.l-header__navi .slicknav_menu .lang {
    padding: 0
}

.l-header__navi .slicknav_menu .search {
    width: 100%;
    padding: 10px;
}

.l-header__navi .slicknav_menu .search form {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.l-header__navi .slicknav_menu .search form input[type="text"] {
    width: calc(100% - 50px);
    padding: 6px 8px;
    background-color: #f2f5fa;
    border: 1px solid #252525;
}

.l-header__navi .slicknav_menu .search form input[type="submit"] {
    width: 50px;
    font-size: 12px;
    font-style: normal;
    color: white;
    text-align: center;
    background-color: #95c7cd;
    border: 0;
}

.l-header__navi .slicknav_menu .lang .slicknav_item {
    display: none
}

.l-header__navi .slicknav_menu .lang .l-header__lang {
    display: block !important;
    display: flexbox !important;
    display: flex !important;
    padding-left: 0
}

.l-header__navi .slicknav_menu .lang .l-header__lang li {
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #333
}

.l-header__navi .slicknav_menu .lang .l-header__lang li a {
    padding: 0;
    line-height: 40px;
    border-color: #333
}

.l-header__navi .slicknav_menu .lang .l-header__lang li.active {
    color: #fff;
    background: #95c7cd
}

.l-header.en #menu>li:nth-child(2) {
    width: 160px
}

.l-header.en #menu>li:nth-child(2) a {
    width: 160px
}

.l-header.en #menu>li:nth-child(3) {
    width: 160px
}

.l-header.en #menu>li:nth-child(3) a {
    width: 160px
}



.l-main {
    position: relative;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}

.l-main-toppage-flex {
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 1100px;
    overflow: hidden;
}

#text01,
#text02,
#text03,
#text04,
#text05,
#text06 {
    padding-top: 93px;
    margin-top: -93px;
}

.secondContent .l-main {
    width: auto;
    padding: 0 10px;
    color: #464646;
    background: #fff
}

.secondContent .l-main .slide_title {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.secondContent .l-main .maptable_title {
    padding: 0;
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.secondContent .l-main .credit {
    text-align: right;
}

.secondContent .l-main .maptable_title a {
    text-decoration: underline;
}

.secondContent .l-main .slide_map {
    display: block;
    width: 100%;
    padding: 0 0 40px;
    margin: 0;
}

.secondContent .l-main .links_map {
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
    list-style-type: none;
}

.secondContent .l-main .links_map a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 31%;
    padding: 1.2rem;
    margin: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #666;
}

.secondContent .l-main .links_map a+a {
    margin-left: 3.5%;
}

.secondContent .l-main .links_map a:hover {
    color: white;
    background-color: #408189;
    border: 1px solid #408189;
}

.secondContent .l-main .photo_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    width: 100%;
    padding: 2rem 0;
    margin: 0;
    font-size: 1.2rem;
    list-style-type: none;
}

.secondContent .l-main .photo_list.only{
    grid-template-columns: 1fr;
}

.secondContent .l-main .photo_list .img_box {
    display: grid;
    grid-template-rows: subgrid;
    grid-template-columns: 1fr;
    grid-row: span 2;
    gap: 0.6rem;
    padding: 0;
    margin:0;
}

.secondContent .l-main .camp_box {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
}

.secondContent .l-main .photo_list .img_box img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.secondContent .l-main .photo_list .img_box p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.secondContent .l-main .photo_list .img_box p a img{
  display:none;
}

.secondContent .l-main .photo_center {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
}

.secondContent .l-main .photo_center img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.secondContent .l-main .photo_center p {
    display: block;
    width: 100%;
}

.secondContent .l-main .anu_list thead td {
    padding-left: 0.5em;
}

.secondContent .l-main .member_list {
    margin: 0 0 40px;
}

.secondContent .l-main .member_list th {
    width: 26%;
    padding: 10px 20px;
    text-align: left
}

.secondContent .l-main .main_photo {
    display: block;
    width: 100%;
    padding: 10px 0 30px;
    margin: 0;
    text-align: center;
}

.secondContent .l-main .main_photo img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.secondContent .l-main article {
    width: 100%;
    max-width: 820px;
    margin: 30px auto;
    line-height: 1.8;
    letter-spacing: .5px;
    letter-spacing: .05rem;
}

.secondContent .l-main article iframe {
    width: 100%;
}

.secondContent .l-main article.map {
    max-width: 1000px;
}

.secondContent .l-main article.map .map_view {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    overflow: auto;
    line-height: 0.9;
    background-color: #c7e6ef;
}

.secondContent .l-main article.map .map_view a.no_link {
    pointer-events: none;
}

.secondContent .l-main article.map .map_view img {
    max-width: 1000px;
    height: auto;
}

.secondContent .l-main article.map .map_list {
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    padding: 0 0 20px;
    margin: 0;
    font-weight: bold;
    list-style-type: none;
}

.secondContent .l-main article.map .map_list .contry_box {
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-justify-content: left;
    justify-content: left;
    width: 23.5%;
    padding: 0;
    margin: 0 2% 10px 0;
    list-style-type: none;
}

.secondContent .l-main article.map .map_list.intro {
    padding: 0 0 40px;
}

.secondContent .l-main article.map .map_list.intro .contry_box {
    font-size: 1.6rem;
}

.secondContent .l-main article.map .map_list .contry_box a,
.secondContent .l-main article.map .map_list span {
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.secondContent .l-main article.map .map_list .contry_box:nth-child(4n) {
    margin: 0 0 10px;
}

.secondContent .l-main article .map_index{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:2rem;

    a{
        img{
            width:auto;
            max-width: 100%;
        }
    }

    .essay1{
      width:300px;
    }
}

.map_issn{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    text-align: left;
}

@media screen and (max-width:768px) {
    .secondContent .l-main .slide_map {
        padding: 0 0 20px;
    }

    .secondContent .l-main .links_map a {
        width: 100%;
    }

    .secondContent .l-main .links_map a+a {
        margin: 10px 0 0;
    }

    .secondContent .l-main article.map .map_list .contry_box {
        width: 48.5%;
        margin: 0 3% 10px 0;
    }

    .secondContent .l-main article.map .map_list .contry_box:nth-child(2n) {
        margin: 0 0 10px;
    }
}


a path {
    fill: #c9e8bf;
}

a:hover path {
    fill: #add8b9;
}

a .contry.active {
    fill: #add8b9;
}

.secondContent .l-main article.map .map_view.vol2{
    background-color: #7bb3cc;
}

.secondContent .l-main article.map .map_view.vol2 a path {
    fill: white;
}

.secondContent .l-main article.map .map_view.vol2 a:hover path {
    fill: white;
}

.secondContent .l-main article.map .map_view.vol2 a.link path {
    fill: #d2d898;
}

.secondContent .l-main article.map .map_view.vol2 a.link:hover path {
    fill: #AEB667;
}

.secondContent .l-main article.map .map_view.vol2 a.link .contry.active {
    fill: #AEB667;
}

.secondContent .l-main article.map .map_view.vol2 a.coloring path {
  fill: #d2d898;
}

.secondContent .l-main article.map .map_view.vol3{
    background-color: #91D1E8;
}

.secondContent .l-main article.map .map_view.vol3 a path {
    fill: white;
}

.secondContent .l-main article.map .map_view.vol3 a:hover path {
    fill: white;
}

.secondContent .l-main article.map .map_view.vol3 a.link path {
    fill: #F7F09A;
}

.secondContent .l-main article.map .map_view.vol3 a.link:hover path {
    fill: #d6cf84;
}

.secondContent .l-main article.map .map_view.vol3 a.link .contry.active {
    fill: #d6cf84;
}

.secondContent .l-main article.map .map_view.vol3 a.coloring path {
  fill: #F7F09A;
}

.contry_name {
    font-weight: bold;
}

.secondContent .l-main article.map .map_list .contry_box.active,
.secondContent .l-main article.map .map_list .contry_box:hover {
    color: #add8b9;
}

.secondContent .l-main article.map .map_list .contry_box.no_link:hover {
    color: #464646;
}

.secondContent .l-main .mb0 {
    margin-bottom: 0 !important
}

.secondContent .l-main .mb30 {
    margin-bottom: 30px !important
}

.secondContent .l-main .mb35 {
    margin-bottom: 35px !important
}

.secondContent .l-main .mb60 {
    margin-bottom: 60px !important
}

.secondContent .l-main .mb100 {
    margin-bottom: 100px !important
}

.secondContent .l-main .mt0 {
    margin-top: 0 !important
}

.secondContent .l-main .mt15 {
    margin-top: 15px !important
}

.secondContent .l-main .mt30 {
    margin-top: 30px !important
}

.secondContent .l-main .tar {
    text-align: right;
}

.secondContent .l-main .center {
    text-align: center;
}

.secondContent .l-main .center.cap {
    font-size: 1.2rem;
}

.secondContent .l-main .essey_line {
    display: block;
    padding: 15px;
    border: 1px solid #CCC;
}

.secondContent .l-main .italic {
    font-style: italic
}

.secondContent .l-main .linkBox {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 40px;
    padding: 1rem 4rem;
    margin-bottom: 60px;
    color: #408189;
    text-align: center;
    border: 1px solid #95c7cd
}

.secondContent .l-main .linkBox::before {
    position: absolute;
    top: 4px;
    top: .4rem;
    right: 10px;
    right: 1rem;
    width: 13px;
    height: 36px;
    content: "";
    background-image: url("/file.jsp?id=628152");
    background-repeat: no-repeat;
    background-size: 13px 36px
}

.secondContent .l-main .linkBox.back::before {
    right: auto;
    left: 10px;
    left: 1rem;
    content: "";
    background-image: url("/file.jsp?id=628151")
}

.secondContent .l-main .linkBox:hover::before {
    filter: invert(100%);
}

.secondContent .l-main .linkBox.back:hover::before {
    filter: invert(100%);
}


.secondContent .l-main .linkList {
    padding-left: 20px;
    padding-left: 2rem;
    list-style-type: none
}

.secondContent .l-main .linkList a {
    position: relative;
    display: block;
    color: #408189;
    transition: left .2s
}

.secondContent .l-main .linkList a::before {
    position: absolute;
    top: 1px;
    top: .1rem;
    left: -13px;
    left: -1.3rem;
    content: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/icon-arrow-bottom.svg");
    transform: scale(.7)
}

.secondContent .l-main .linkList a.no_link {
    pointer-events: none;
    cursor: auto;
}

.secondContent .l-main .m-grayBox {
    padding: 16px;
    padding: 1.6rem;
    background: rgb(243 243 243 / 30%);
    border-top: 1px solid #95c7cd;
    border-right: 1px solid #95c7cd;
    border-bottom: 1px solid #95c7cd;
    border-left: 1px solid #95c7cd;
}

.secondContent .l-main .m-grayBox p:last-child {
    margin-bottom: 0
}

.secondContent .l-main a {
    color: #408189
}

.secondContent .l-main a.fileIcon img {
    vertical-align: -8%
}

.secondContent .l-main a.no-icon img.icon {
    display: none !important
}

.secondContent .l-main h1 {
    margin: 40px 0 30px;
    margin: 4rem 0 3rem;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2
}

.secondContent .l-main h1 a {
    color: #464646;
}

.secondContent .l-main h1.eseey {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    justify-content: left;
    list-style-type: none;
    -ms-flex-align: center;
}

.secondContent .l-main h1.eseey .links {
    padding-left: 100px;
}


.secondContent .l-main .eseey_editer {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: left;
    justify-content: left;
    padding: 0 0 30px;
    margin: 0;
    list-style-type: none;
    -ms-flex-align: flex-end;
}

.secondContent .l-main .eseey_editer img {
    display: block;
    width: 100%;
    max-width: 200px;
}

.secondContent .l-main .eseey_editer p {
    display: block;
    width: calc(100% - 200px);
    padding: 0 0 5px 40px;
}


.secondContent .l-main h2 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
    margin: 0 auto 2rem;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-size: 3rem;
    font-weight: 200;
    line-height: 1.4;
}

.secondContent .l-main h2 span {
    font-size: 20px;
    font-size: 2rem;
}

.secondContent .l-main h2.map_top {
    font-weight: bold;
    text-align: center;
}

.secondContent .l-main h3 {
    position: relative;
    padding-left: 30px;
    padding-left: 3rem;
    margin: 0 0 20px;
    margin: 0 0 2rem;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #72b5bd
}

.secondContent .l-main h3::before {
    position: absolute;
    top: 5px;
    top: .5rem;
    left: 0;
    display: inline-block;
    width: 18px;
    width: 1.8rem;
    height: 18px;
    height: 1.8rem;
    content: '';
    background: #54a5ae;
    border-radius: 50%
}

.secondContent .l-main h4 {
    position: relative;
    padding: 10px 12px 8px;
    padding: 1rem 1.2rem .8rem;
    margin: 0 0 20px;
    margin: 0 0 2rem;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.6;
    background: whitesmoke;
    border-left: 3px solid #72b5bd
}

.secondContent .l-main h5 {
    position: relative;
    margin: 0 0 45px;
    margin: 0 0 4.5rem;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    color: #72b5bd
}

.secondContent .l-main h6 {
    position: relative;
    margin: 3rem 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6
}

.secondContent .l-main hr {
    height: 5px;
    background: #ccc;
    border: none;
    border-radius: 2rem
}

.secondContent .l-main .tag_list {
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    padding: 20px 0 40px;
    margin: 0;
    list-style-type: none;
}

.secondContent .l-main .tag_list li {
    display: flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: flex-end;
    -webkit-justify-content: left;
    justify-content: left;
    width: auto;
    padding: 0;
    margin: 0 20px 20px 0;
    font-weight: bold;
    list-style-type: none;
}

.secondContent .l-main .tag_list .brown {
    color: #851104;
}

.secondContent .l-main .tag_list .green {
    color: green;
}

.secondContent .l-main .tag_list .lightgreen {
    color: lightgreen;
}

.secondContent .l-main .tag_list .red {
    color: #b72929;
}

.secondContent .l-main .tag_list .pink {
    color: #d16bad;
}

.secondContent .l-main .tag_list .blue {
    color: #2276cc;
}

.secondContent .l-main .tag_list .lightblue {
    color: lightblue;
}

.secondContent .l-main .tag_list .yellow {
    color: #e1bf34;
}

.secondContent .l-main .tag_list .orange {
    color: orange;
}

.secondContent .l-main .tag_list .purple {
    color: #ab11ce;
}

.secondContent .l-main .tag_list .gray {
    color: #2d2d2c;
}

.secondContent .l-main .tag_list .font-2x {
    font-size: 1.8rem;
}

.secondContent .l-main .tag_list .font-3x {
    font-size: 2.2rem;
}

.secondContent .l-main .tag_list .font-4x {
    font-size: 2.6rem;
}

.secondContent .l-main .tag_list .font-5x {
    font-size: 3rem;
}

.secondContent .l-main .tag_list .font-6x {
    font-size: 3.4rem;
}

/* tag_listスマホサイズ　ここから */
@media screen and (max-width:430px) {
    .secondContent .l-main .tag_list .font-2x {
        font-size: 1.6rem;
    }
    
    .secondContent .l-main .tag_list .font-3x {
        font-size: 2rem;
    }
    
    .secondContent .l-main .tag_list .font-5x {
        font-size: 2.6rem;
    }

    .secondContent .l-main .tag_list li {
        margin: 0 9px 4px 0;
    }

}
/* tag_listスマホサイズ　ここまで */

.secondContent .l-main blockquote {
    position: relative;
    box-sizing: border-box;
    padding: 35px 10px 40px 40px;
    font-size: 18px;
    font-style: italic;
    color: #464646;
    text-align: center;
    background: #f0f7ff;
    border-top: solid 3px #a5d7ff;
}

.secondContent .l-main blockquote::before,
.secondContent .l-main blockquote::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 30px;
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    content: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/quote-left-solid.png");
    background: #a5d7ff;
}

.secondContent .l-main blockquote::after {
    inset: auto 0 0 auto;
    content: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/quote-right-solid.png");
}

.secondContent .l-main blockquote p {
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.secondContent .l-main blockquote cite {
    display: block;
    font-size: 0.9em;
    color: #888;
    text-align: right;
}

.secondContent .l-main .tableWrap {
    width: 100%;
    padding: 10px;
    margin-bottom: 60px;
    overflow: auto;
    border: 5px solid #f3f3f3
}

.secondContent .l-main .tableWrap table {
    width: 100%;
    min-width: 600px;
    margin-bottom: 0
}

.secondContent .l-main table {
    width: 100%;
    margin-bottom: 60px;
    border: 1px solid #b8d9dd
}

.secondContent .l-main table caption {
    font-size: 10px;
    font-size: 1rem;
    text-align: left
}

.secondContent .l-main table thead {
    min-width: 600px;
    height: 50px
}

.secondContent .l-main table thead tr {
    height: 50px;
    border-bottom: 3px solid #54a5ae;
}

.secondContent .l-main table thead tr th {
    position: relative
}

.secondContent .l-main table thead tr th:not(:first-child)::before {
    position: absolute;
    top: 13px;
    top: 1.3rem;
    left: 0;
    height: 20px;
    height: 2rem;
    content: '　';
    border-left: 1px solid #c2c2c2
}

.secondContent .l-main table tbody tr {
    height: 50px;
    background: #eff7f8;
    /* border-bottom: 1px solid #b8d9dd 
}
.secondContent .l-main table tbody tr:last-child {
    border-bottom: 1px solid #95c7cd */
}

.secondContent .l-main table tbody tr:nth-child(even) th {
    background: #c9e2e6
}

.secondContent .l-main table tbody tr:nth-child(even) td {
    background: #e1eff1
}

.secondContent .l-main table tbody tr:nth-child(odd) th {
    background: #daecee
}

.secondContent .l-main table tbody th {
    width: 20%;
    padding: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
}

.secondContent .l-main table tbody td {
    padding: 1rem;
}

.secondContent .l-main table.young_archive tbody tr td:nth-child(1),
.secondContent .l-main table.young_archive tbody tr td:nth-child(5) {
    width: 8%;
    text-align: center;
}

.secondContent .l-main table.young_archive tbody tr td:nth-child(2) {
    width: 12%;
    text-align: center;
}

.secondContent .l-main table.young_archive tbody tr td:nth-child(3) {
    width: 22%;
}

.secondContent .l-main table.young_archive tbody tr td:nth-child(4) {
    width: 50%;
}

.secondContent .l-main table.young_archive tbody tr td.num {
    width: 14%;
}

.secondContent .l-main table.young_archive tbody tr td.photo {
    width: 10%;
    padding: 2px;
}

.secondContent .l-main table.young_archive tbody tr td.photo img {
    width: 80px;
    margin: 0 auto;
}

.secondContent .l-main table.young_archive tbody tr td.name {
    width: 66%;
    text-align: left;
}

.secondContent .l-main table.young_archive tbody tr td.read {
    width: 10%;
    text-align: center;
}

.secondContent .l-main table .w_10 {
    width: 10%;
}

.secondContent .l-main table .w_20 {
    width: 20%;
}

.secondContent .l-main table .w_30 {
    width: 30%;
}

.secondContent .l-main table .w_40 {
    width: 40%;
}

.secondContent .l-main table .w50 {
    width: 50%;
}

.secondContent .l-main table .w_60 {
    width: 60%;
}

.secondContent .l-main table .w_70 {
    width: 70%;
}

.secondContent .l-main table .w_80 {
    width: 80%;
}

.secondContent .l-main table .w_90 {
    width: 90%;
}

.secondContent .l-main table .nowrap {
    white-space: nowrap;
}

.secondContent .l-main table .right_text {
    text-align: right;
}

.secondContent .l-main table .right_text {
    text-align: right;
}

.secondContent .l-main table .bg_defalut {
    background: #eff7f8 !important;
}

.secondContent .l-main table .bg_even {
    background: #e1eff1;
}


.secondContent .l-main .max-image img {
    width: 100%
}

a.no-icon img.icon {
    display: none !important
}

.secondContent .l-main .index_menu {
    padding: 0 0 4rem;
}

.secondContent .l-main .index_menu a {
    padding: 0 2rem 1rem 0;
    text-decoration: underline;
    white-space: nowrap
}

.secondContent .l-main .index_menu a.none {
    display: none;
}

.secondContent .l-main .reading th{
    padding: 1rem 1.6rem;
    font-size: 1.6rem;
    color: #fff;
    background: #54a5ae !important;
}

.secondContent .l-main .tag_list_table th {
    padding: 1rem 1.6rem;
    font-size: 1.6rem;
    color: #fff;
    background: #54a5ae !important;
    text-align: left;
}

.secondContent .l-main .timeline_s th {
    padding: 1rem 1.6rem;
    font-size: 1.6rem;
    color: #fff;
    background: #54a5ae !important;
}

.secondContent .l-main .timeline th {
    padding: 1rem 1.6rem;
    font-size: 1.6rem;
    color: #fff;
    background: #54a5ae !important;
}

.secondContent .l-main .timeline tr td:first-child {
    width: 12%;
    text-align: right;
}

.secondContent .l-main .timeline tr td:nth-child(2) {
    width: 88%;
}

.secondContent .l-main .journal_box {
    margin: 0;
    border: none;
}

.secondContent .l-main .journal_box .title {
    font-size: 18px;
}


.secondContent .l-main .journal_box td {
    padding: 10px;
    vertical-align: top
}

.secondContent .l-main .journal_box td.right {
    text-align: right;
}

.secondContent .l-main .journal_box td .right_box {
    display: block;
    width: 100%;
    text-align: right;
}

.secondContent .l-main .journal_box td.black_color a {
    color: #000;
    text-decoration: underline;
}



.secondContent .l-main .journal_box td.img_l {
    width: 160px
}

.secondContent .l-main .journal_box td.name {
    width: 180px;
}

.secondContent .l-main .journal_box td.page {
    width: 80px;
}

.secondContent .l-main .journal_box img {
    max-width: 140px;
}

.secondContent .l-main .best_journal {
    border: none;
}

.secondContent .l-main .best_journal img {
    max-width: 280px;
}

.secondContent .l-main .best_journal thead tr {
    border-bottom: none;
}

.secondContent .l-main .best_journal tbody tr {
    background: transparent;
    border-bottom: none;
}

.secondContent .l-main .best_journal tbody tr:last-child {
    border-bottom: none;
}

.secondContent .l-main table td.best_journal {
    width: 50%;
    padding: 10px;
    text-align: center;
}

.secondContent .l-main table th.best_journal_th {
    width: 10%;
}



.secondContent .l-main table.webguide {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

.secondContent .l-main table.webguide thead tr th {
    padding: 1rem 1.6rem;
    font-size: 1.6rem;
    color: #fff;
    background: #54a5ae;
}

.secondContent .l-main table.webguide tbody tr:nth-child(odd) td{
    background: #e1eff1;
}

.secondContent .l-main table.webguide tbody tr:nth-child(even) td {
    background: #eff7f8;
}



.secondContent .l-main .rooms {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.secondContent .l-main .rooms .l_text {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 75%;
    padding: 0 3% 0 0;
    margin: 0;
}

.secondContent .l-main .rooms .l_text img {
    max-width: 100%;
}

.secondContent .l-main .rooms>.l_text>h2>.date_erase {
    display: none;
}

.secondContent .l-main .rooms .r_menu {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 25%;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #b8d9dd;
}

.secondContent .l-main .rooms .r_menu .menu_title {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.secondContent .l-main .rooms .r_menu a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 0 5px;
    margin: 0;
    border-bottom: 1px dotted #b8d9dd;
}

@media screen and (min-width:769px) {
    .secondContent .l-main .rooms .r_menu a {
        padding-top: 13px;
    }
}

.secondContent .l-main .sign-text-right {
    text-align: right;
}



.l-sub {
    position: relative;
    float: left;
    width: 25%
}

footer {
    position: relative
}

.l-footer {
    padding: 30px 0;
    font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    background: #807a57
}

.l-footer a {
    color: #000
}

.l-footer__link {
    padding: 0 20px
}

.l-footer__link__area {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border-left: 1px solid #fff
}

.l-footer__link__area dt {
    position: relative;
    margin-bottom: 5px;
    margin-bottom: .5rem;
    font-weight: 700
}

.l-footer__link__area dt::before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 1px;
    height: 34px;
    height: 3.4rem;
    content: '　';
    background: #000
}

.l-footer__link__area dd {
    position: relative;
    margin-left: 24px;
    margin-left: 2.4rem
}

.l-footer__link__area dd ul {
    padding-left: 20px;
    padding-left: 2rem;
    margin: 5px 0 14px;
    margin: .5rem 0 1.4rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    border-left: 1px solid #fff;
    opacity: .7
}

.l-footer__logo {
    display: flexbox;
    display: flex;
    margin: 40px 0
}

.l-footer__logo__ritsumei {
    width: 20%;
    height: 80px;
    padding: 0;
    text-align: center;
}

.l-footer__logo__aji {
    width: 80%;
    padding: 0 5%;
    text-align: center;
    transform: translate(0, 27%);
}

.footer-logo-en{
    width: 80%;
}

.footer-logo-ja{
    width: 100%;
}

@media screen and (max-width:760px) {
    .l-footer__logo__aji a img{
        width: 230px;
    }
}

.l-footer__address {
    color: #000;
    font-style: normal;
}

.l-footer__address ul {
    padding-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    list-style-type: none
}

.l-footer__address ul li .icon {
    display: none;
}

.l-footer__address ul li img {
    max-width: 80px;
    margin: 0 0 5px;
}

.l-footer__address ul li.icon_sns {
    display: grid;
    grid-template-columns: 20px 20px 20px 80px;
    gap: 1rem;
    align-items: center;
}

.l-footer__copy {
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7
}

.l-footer__backToTop {
    position: absolute;
    inset: 0 5% auto auto;
    z-index: 8888;
    width: 40px;
    height: 40px;
    margin: auto;
    cursor: pointer;
    background: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/btn-up.svg") 0 0 #fff no-repeat;
    background-size: cover
}

.slicknav_btn {
    position: relative;
    display: block;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
    cursor: pointer
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu {
    *zoom: 1
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    float: left;
    line-height: 1.188em
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon::before {
    position: absolute;
    display: block;
    width: 1.125em;
    height: .875em;
    content: "";
    background: transparent
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 25%)
}

.slicknav_menu::before {
    display: table;
    content: " "
}

.slicknav_menu::after {
    display: table;
    clear: both;
    content: " "
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul {
    display: block
}

.slicknav_nav li {
    display: block
}

.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row {
    display: block
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_brand {
    float: left
}

.l-main {
    overflow: hidden
}

ol.number {
    padding: 0;
    margin: 0;
    counter-reset: num;
}

ol.number li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: none;
}

ol.number li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(num) ".";
    counter-increment: num;
}

.report_box {
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.report_box .report_box_l {
    display: block;
    width: 25%;
    padding: 0;
    margin: 0;
}

.report_box .report_box_l img {
    display: block;
    max-width: 100%;
}

.report_box .report_box_r {
    display: block;
    width: 75%;
    padding: 0 0 0 60px;
    margin: 0;
}

.report_box .logo {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .report_box .report_box_l {
        width: 100%;
    }

    .report_box .report_box_r {
        width: 100%;
        padding: 40px 0 0;
    }
}

.l-main__home__hero {
    position: relative;
    display: block;
    width: 100%;
    height: calc(95vh - 70px);
    overflow: hidden;
    background-image: url("//www.ritsumei.ac.jp/research/aji2/0618-03slide_image01.jpg");
    background-position: 50%;
    background-size: cover;
    /* animation: bg-switch 15s ease infinite;190522 UD */
    animation: bg-switch 30s ease infinite;
}

@keyframes bg-switch {
    0% {
        background-image: url("//www.ritsumei.ac.jp/research/aji2/0618-03slide_image01.jpg")
    }

    16% {
        background-image: url("//www.ritsumei.ac.jp/research/aji2/0618-03slide_image02.jpg")
    }

    33% {
        background-image: url("//www.ritsumei.ac.jp/research/aji2/0618-03slide_image03.jpg")
    }

    50% {
        background-image: url("//www.ritsumei.ac.jp/research/aji2/0618-03slide_image04.jpg")
    }

    67% {
        background-image: url("//www.ritsumei.ac.jp/research/aji2/0618-03slide_image05.jpg")
    }

    75% {
        background-image: url("//www.ritsumei.ac.jp/research/aji2/0618-03slide_image06.jpg")
    }

    100% {
        background-image: url("//www.ritsumei.ac.jp/research/aji2/0618-03slide_image01.jpg")
    }
}

.l-main__home__hero h2 {
    position: absolute;
    inset: -5% -5% 0 auto;
    width: 80vw;
    height: 80.378250591vw;
    margin: 0;
    margin: auto
}

.l-main__home__hero h2 img {
    width: 100%
}

.l-main__home__news__title,
.l-main__home__event__title {
    position: relative;
    padding-top: 5%;
    /* color: #fff; 5/22 2019 */
    margin: 0 0 5%;
    /* font-family: Open Sans; */
    font-family: Meiryo;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 100;
    text-align: center
}

.l-main__home__news__area,
.l-main__home__event__area {
    padding: 0 10px 10px;
    list-style-type: none
}

.l-main__home__news__area__list,
.l-main__home__event__area__list,
.l-main__home__link__area__list {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #444;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%)
}

.l-main__home__news__area__list,
.l-main__home__event__area__list {
    overflow: hidden;
    /* background: #f2f2f2; */
    background: #FFF;
    border: 1px solid #ccc;
}

.l-main__home__news__area__list:not(:first-child),
.l-main__home__event__area__list:not(:first-child),
.l-main__home__link__area__list:not(:first-child) {
    margin-top: 10px
}

.l-main__home__news__area__list:nth-child(n+5),
.l-main__home__event__area__list:nth-child(n+5),
.l-main__home__link__area__list:nth-child(n+5) {
    display: none
}

.l-main__home__news__area__list__link,
.l-main__home__event__area__list__link {
    position: absolute;
    z-index: 10;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
}

span.l-main__home__news__area__list__link {
    z-index: -100;
}

.l-main__home__news__area__list__flex,
.l-main__home__event__area__list__flex {
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.l-main__home__news__area__list__flex {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.l-main__home__news__area__list__img,
.l-main__home__event__area__list__img,
.l-main__sub__jour__area__list__img {
    display: none
}

.l-main__home__news__area__list__date,
.l-main__home__event__area__list__date {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999
}

.l-main__home__event__area__list__date {
    display: none;
    width: 108px;
    height: 108px;
    padding: 19px 20px 0;
    margin: 0 auto;
    font-weight: bold;
    color: #333;
    text-align: center;
    background: #94c7cc;
    border-radius: 100%;
}

.l-main__home__news__area__list h2,
.l-main__home__event__area__list h2,
.l-main__home__link__area__list h2 {
    margin: 5px 0;
    margin-bottom: 14px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.3
}

.l-main__home__news__area__list .top_title_sub,
.l-main__home__event__area__list .top_title_sub,
.l-main__home__event__area__list .top_title_sub_e,
.l-main__home__link__area__list .top_title_sub {
    padding: 0;
    padding-bottom: 30px;
    word-break: break-all;
}

.l-main__home__news__area__list .top_title_sub img,
.l-main__home__event__area__list .top_title_sub img,
.l-main__home__event__area__list .top_title_sub_e img,
.l-main__home__link__area__list .top_title_sub img {
    display: none
}

.l-main__home__news__area__list .top_title_sub {
    display: none;
}

.l-main__home__news__area__list .icon,
.l-main__home__event__area__list .icon,
.l-main__home__link__area__list .icon {
    display: none
}

.l-main__home__news__area__list:hover::before,
.l-main__home__event__area__list:hover::before,
.l-main__home__link__area__list:hover::before {
    color: #900
}

.l-main__home__news__area__list:hover h2,
.l-main__home__event__area__list:hover h2,
.l-main__home__link__area__list:hover h2 {
    color: #900
}

.l-main__home__news__area__list:hover .top_title_sub,
.l-main__home__event__area__list:hover .top_title_sub,
.l-main__home__event__area__list:hover .top_title_sub_e,
.l-main__home__link__area__list:hover .top_title_sub {
    color: #900
}

.l-main__home__news__area__list .arrow_text,
.l-main__home__event__area__list .arrow_text,
.l-main__home__link__area__list .arrow_text {
    position: absolute;
    right: 20px;
    right: 2rem;
    bottom: 10px;
    bottom: .5rem
}

.l-main__home__news__area__list .arrow_text p,
.l-main__home__event__area__list .arrow_text p,
.l-main__home__link__area__list .arrow_text p,
.l-main__sub__jour__list .arrow_text p {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #666;
}

.l-main__sub__jour__list .arrow_text p {
    /* width: 53px; */
    display: inline-block;
}

.l-main__home__news__area__list .arrow_text img,
.l-main__home__event__area__list .arrow_text img,
.l-main__home__link__area__list .arrow_text img {
    position: absolute;
    top: 3px;
    right: -18px;
    width: 13px;
    height: 13px
}

.event_41 .arrow_text,
.event_49 .arrow_text,
.no_link .arrow_text {
    display: none;
}

.event_41 a,
.event_49 a,
.no_link a {
    pointer-events: none;
}

.event_41 a:hover,
.event_41:hover h2,
.event_41:hover .top_title_sub_e,
.event_49 a:hover,
.event_49:hover h2,
.event_49:hover .top_title_sub_e,
.no_link a:hover,
.no_link:hover h2,
.no_link:hover .top_title_sub_e {
    color: inherit;
}

.l-main__home__news__area__list h2 {
    margin: 10px 25px;
}

.l-main__home__news__button_area {
    display: block;
    text-align: center;
}

.l-main__home__news .linkBox,
.l-main__home__event .linkBox {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 218px;
    padding: 14px;
    padding: 1.4rem;
    margin: 10px auto 30px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px solid #666;
}

.l-main__home__news .linkBox.back::before,
.l-main__home__event .linkBox.back::before {
    right: auto;
    left: 10px;
    left: 1rem;
    content: '\f104'
}

.l-main__home__link {
    padding: 0 10px;
    margin: 60px 0
}

.l-main__home__link__area {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.l-main__home__link__area__list {
    height: 100px
}

.l-main__home__link__area__list:nth-child(-n+4) {
    display: block
}

.l-main__home__link__area__list a {
    position: relative;
    display: table-cell;
    width: 100vw;
    height: 80px;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle
}

.l-main__home__link__area__list a img {
    width: auto;
    height: 60px
}

.l-main__sub {
    height: 100%;
    margin: 0 30px 0 20px;
    background-color: #94c7cc;
    border-bottom: 1px solid #FFF;
}

.l-main__sub__jour__list {
    padding-bottom: 50px;
}

.l-main__sub__jour__list a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
}

.l-main__sub__jour__area {
    width: 139px;
    height: 197px;
    margin: 0 auto 10px;
    background-color: #FFF;
}

.l-main__sub__jour__area img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.l-main__sub__jour__area span {
    font-weight: bold;
}

.l-main__sub__jour__area span.small_title {
    font-size: 0.7em;
}

.l-main__sub__jour__title {
    width: 169px;
    padding: 20px 0;
    margin: 0 auto;
}

.l-main__sub__jour__list .arrow_text {
    width: 139px;
    padding: 0;
    margin: 0 auto;
    text-align: right
}

.l-main__sub__jour__list .arrow_text p {
    margin: 0;
    font-size: 12px;
}

.news .l-main__newsBox.m-grayBox {
    padding: 0;
    margin-bottom: 40px;
    margin-bottom: 4rem
}

.news .l-main__newsBox.m-grayBox h3 {
    padding: 10px 16px;
    padding: 1rem 1.6rem;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background: #54a5ae;
}

.news .l-main__newsBox.m-grayBox h3::before {
    display: none
}

.news .l-main__newsBox.m-grayBox p {
    padding: 1.2em;
    margin: 0
}

.news .l-main__newsBox.m-grayBox p:last-child {
    padding-top: 0
}

.news .l-main .linkList {
    padding-left: 30px;
    padding-left: 3rem
}

.bottom_link .fBox {
    display: flex;
    display: flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    -ms-flex-pack: start
}

.bottom_link .fBox .link_list {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 16px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%)
}

.bottom_link .fBox .link_list a {
    display: block
}

.bottom_link .fBox .link_list a img {
    width: auto;
    height: 60px;
    margin: 15px 0
}

.bottom_link .fBox .link_list:not(:first-child) {
    margin-top: 10px
}

.bottom_link .fBox .link_list:nth-child(n+5) {
    display: none
}

.secondContent .l-main__about__message__mainImg {
    width: 100%
}

.secondContent .l-main__about__message__mainImg img {
    width: 100%
}

.secondContent .l-main__about__message__name {
    font-size: 17px !important;
    font-size: 1.7rem !important;
    color: #202020 !important;
    text-align: right
}

.secondContent .l-main__about__message__name.en {
    padding-left: 0;
    text-align: left
}

.secondContent .l-main__about__message__name::before {
    display: none !important
}

.secondContent .l-main__about__history__aboutBox.m-grayBox {
    padding: 0
}

.secondContent .l-main__about__history__aboutBox.m-grayBox h3 {
    padding: 10px 16px;
    padding: 1rem 1.6rem;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background: #54a5ae;
}

.secondContent .l-main__about__history__aboutBox.m-grayBox h3::before {
    display: none
}

.secondContent .l-main__about__history__aboutBox.m-grayBox p {
    padding: 1.2em;
    margin: 0
}

.secondContent .l-main__about__history__aboutBox.m-grayBox p:last-child {
    padding-top: 0
}

.secondContent .l-main__about__member__box__list {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    background: #d3e8ea;
    border-top: 1px solid #95c7cd;
    border-right: 1px solid #95c7cd;
    border-bottom: 1px solid #95c7cd;
    border-left: 1px solid #95c7cd;
}

.secondContent .l-main__about__member__box__list h2 {
    display: block;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    margin-bottom: 0;
    background: #fff
}

.secondContent .l-main__about__member__box__list .link {
    position: absolute;
    right: 10px;
    right: 1rem;
    bottom: 0;
    display: inline-block;
    height: 30px;
    padding-right: 12px;
    padding-right: 1.2rem;
    line-height: 30px;
    color: #51a2ab;
    text-align: right;
    letter-spacing: 1px;
    letter-spacing: .1rem
}

.secondContent .l-main__about__member__box__list .name {
    padding: 10px;
    padding: 1rem;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    background: #51a2ab
}

.secondContent .l-main__about__member__box__list .name .cap {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7
}

.secondContent .l-main__about__member__box__list .field {
    position: relative;
    padding: 10px 10px 40px;
    padding: 1rem 1rem 4rem;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #202020;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    background: #d3e8ea;
}

.secondContent .profile .l-main__about__member__box__list .field {
    position: static;
    padding: 10px;
    word-break: break-all;

}

.secondContent .l-main__about__member__box__list .field .bold {
    font-weight: 700
}

.secondContent .l-main__about__member__box__list table {
    margin: 0;
    background-color: transparent;
    border: none;
}

.secondContent .l-main__about__member__box__list table td {
    padding: 0;
    vertical-align: top;
}

.secondContent .l-main__about__member__box__list table td.img_area {
    width: 140px;
    text-align: right
}

.secondContent .l-main__about__member__box__list table td.img_area img {
    max-width: 120px;
}

.secondContent .l-main__about__member__box__list table td.link_area {
    padding-top: 10px;
    text-align: right;
    border-bottom: none
}

.secondContent .l-main__about__member__box__list table tbody tr {
    background: transparent;
    border-bottom: none;
}

.secondContent .l-main__about__member__box__list table tbody tr:nth-child(even) td {
    background: transparent;
}

.secondContent .l-main__about__member__box__list table tbody tr:last-child {
    border-bottom: none;
}

.secondContent .l-main__introduction .project_link {
    display: flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: left;
}

.secondContent .l-main__introduction .project_link a {
    width: 33%;
    padding: 10px;
    padding: 1rem;
    margin: 0 0.5% 40px 0;
}

.secondContent .l-main__introduction .project_link a:nth-child(3) {
    margin: 0 0 40px;
}

.secondContent .l-main__introduction .project_link a.kyousei_link {
    color: #fff;
    background-color: #CF9256;
    border-color: #CF9256;
}

.secondContent .l-main__introduction .project_link a.kyousei_link::before {
    filter: invert(100%)!important;
}

.secondContent .l-main__introduction .project_link a.kyousei_link:hover {
    color: #CF9256;
    background-color: #FFF;
}

.secondContent .l-main__introduction .project_link a.kyousei_link:hover::before {
    filter: invert(59%) sepia(28%) saturate(757%) hue-rotate(349deg) brightness(99%) contrast(89%)!important;
}

.secondContent .l-main__introduction .project_link a.kyousou_link {
    color: #fff;
    background-color: #363;
    border-color: #363
}

.secondContent .l-main__introduction .project_link a.kyousou_link:hover {
    color: #363;
    background-color: #FFF
}

.secondContent .l-main__introduction .project_link a.kyousou_link::before {
    filter: invert(100%);
}

.secondContent .l-main__introduction .project_link a.kyousou_link:hover::before {
    filter: invert(29%) sepia(66%) saturate(399%) hue-rotate(71deg) brightness(96%) contrast(87%);
}

.secondContent .l-main__introduction .project_link a.wakai_link {
    color: #fff;
    background-color: #80BBCF;
    border-color: #80BBCF
}

.secondContent .l-main__introduction .project_link a.wakai_link:hover {
    color: #80BBCF;
    background-color: #FFF
}


.secondContent .l-main__introduction .project_link a.wakai_link::before {
    filter: invert(100%);
}

.secondContent .l-main__introduction .project_link a.wakai_link:hover::before {
    filter: invert(73%) sepia(80%) saturate(239%) hue-rotate(161deg) brightness(87%) contrast(84%);
}

.secondContent .l-main__introduction .project_link a.year_link {
    color: #43558C;
    background-color: #FFF;
    border-color: #43558C
}

.secondContent .l-main__introduction .project_link a.year_link:hover {
    color: #fff;
    background-color: #43558C
}

.secondContent .l-main__introduction .project_link a.year_link::before {
    filter: invert(33%) sepia(35%) saturate(711%) hue-rotate(187deg) brightness(91%) contrast(95%);
}

.secondContent .l-main__introduction .project_link a.year_link:hover::before {
    filter: invert(100%);
}

.secondContent .l-main__research ul#tab_project {
    display: flexbox;
    display: flex;
    width: 100%;
    max-width: 390px;
    padding: 0;
    margin: 0 0 30px auto;
    margin: 0 0 3rem auto;
    list-style: none;
    zoom: 1
}

.secondContent .l-main__research ul#tab_project li {
    width: 25%;
    text-align: right
}

.secondContent .l-main__research ul#tab_project li:not(:first-child) {
    border-left: 1px solid #fff
}

.secondContent .l-main__research ul#tab_project li.active {
    color: #fff
}

.secondContent .l-main__research ul#tab_project li.active a:hover {
    color: #fff
}

.secondContent .l-main__research ul#tab_project li:nth-child(1) a {
    color: #464646
}

.secondContent .l-main__research ul#tab_project li:nth-child(2) a {
    color: #CF9256
}

.secondContent .l-main__research ul#tab_project li:nth-child(3) a {
    color: #363
}

.secondContent .l-main__research ul#tab_project li:nth-child(4) a {
    color: #80BBCF
}

.secondContent .l-main__research ul#tab_project li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #14425d;
    text-decoration: none;
    transition: .2s
}

.secondContent .l-main__research ul#tab_project li a::before {
    position: absolute;
    top: 2px;
    right: 65px;
    content: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/icon-no_check.svg")
}

.secondContent .l-main__research ul#tab_project li a:hover {
    color: #900
}

.secondContent .l-main__research ul#tab_project li a:hover::before {
    content: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/icon-check.svg")
}

.secondContent .l-main__research ul#tab_project li.active a::before {
    content: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/icon-check.svg")
}

.secondContent .l-main__research ul#tab_project li.active a:hover {
    color: #900
}

.secondContent .l-main__research .tabbox_project {
    display: none;
    width: 100%;
    max-width: 800px
}

.secondContent .l-main__research .tabbox_project .fBox {
    display: flex;
    display: flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.secondContent .l-main__research .tabbox_project .fBox::after {
    display: block;
    width: 264px;
    content: ""
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox {
    width: 264px;
    margin-bottom: 2px
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .imgBox {
    width: 264px;
    height: 200px
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox {
    width: 264px;
    height: auto;
    min-height: 200px;
    padding: 10px;
    background-color: #5D09E7;
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    transition: .3s
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox_new {
    background-color: #43558C;
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox p {
    color: #fff
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox .group {
    width: 60px;
    margin: 0 0 0 auto;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox .name {
    font-size: 11px;
    line-height: 18px
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox .name span {
    font-size: 14px;
    font-weight: 600
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(3n+1) .imgBox,
.secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(3n) .imgBox {
    position: relative
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(3n+1) .imgBox span::before,
.secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(3n) .imgBox span::before {
    position: absolute;
    bottom: 0;
    left: 45%;
    z-index: 9999;
    content: "";
    border: 15px solid transparent;
    border-bottom: 15px solid #000
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(3n+2) .imgBox {
    position: relative
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(3n+2) .imgBox span::before {
    position: absolute;
    top: 0;
    left: 45%;
    z-index: 9999;
    content: "";
    border: 15px solid transparent;
    border-top: 15px solid #000
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousei_01 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousei_01.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousei_02 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousei_02.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousei_03 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousei_03.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousei_04 {
    background-image: url("/image.jsp?id=500954")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousei_05 {
    background-image: url("/image.jsp?id=500995")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousei_06 {
    background-image: url("/image.jsp?id=569161")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousei_07 {
    background-image: url("/image.jsp?id=617469")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousei_08 {
    background-image: url("/image.jsp?id=617471")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_01 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_01.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_02 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_02.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_03 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_03.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_04 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_04.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_05 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_05.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_06 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_06.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_07 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_07.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_08 {
    background-image: url("/image.jsp?id=500955")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_09 {
    background-image: url("/image.jsp?id=539474")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_10 {
    background-image: url("/image.jsp?id=539475")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_kyousou_11 {
    background-image: url("/image.jsp?id=569160")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_wakai_01 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/wakai_01.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_wakai_02 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/wakai_02.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_wakai_03 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/wakai_03.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_wakai_04 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/wakai_04.jpg")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_wakai_05 {
    background-image: url("/image.jsp?id=500953")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_wakai_06 {
    background-image: url("/image.jsp?id=539476")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_wakai_07 {
    background-image: url("/image.jsp?id=569162")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .img_wakai_08 {
    background-image: url("/image.jsp?id=617470")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .pc_none {
    display: none
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .kyousei_01 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousei_member_01.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .kyousei_02 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousei_member_02.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .kyousou_01 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_member_01.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .kyousou_02 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_member_02.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .kyousou_03 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_member_03.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .kyousou_04 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_member_04.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .kyousou_05 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_member_05.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .kyousou_06 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/kyousou_member_06.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .wakai_01 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/wakai_member_01.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .wakai_02 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/wakai_member_02.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .wakai_03 {
    background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/research/wakai_member_03.png")
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .kyousei .group {
    background-color: #CF9256
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .kyousou .group {
    background-color: #363
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox .wakai .group {
    background-color: #80BBCF
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .kyousei {
    background-color: #CF9256
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .kyousei .group {
    color: #CF9256;
    background-color: #fff
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .kyousou {
    background-color: #363
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .kyousou .group {
    color: #363;
    background-color: #fff
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .wakai {
    background-color: #80BBCF
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .wakai .group {
    color: #80BBCF;
    background-color: #fff
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .up_kyousei span::before {
    border-bottom: 15px solid #CF9256
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .down_kyousei span::before {
    border-top: 15px solid #CF9256
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .up_kyousou span::before {
    border-bottom: 15px solid #363
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .down_kyousou span::before {
    border-top: 15px solid #363
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .up_wakai span::before {
    border-bottom: 15px solid #80BBCF
}

.secondContent .l-main__research .tabbox_project .fBox .contentBox:hover .down_wakai span::before {
    border-top: 15px solid #80BBCF
}

.secondContent .l-main__research__details .group p {
    width: 60px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.secondContent .l-main__research__details .kyousei p {
    background-color: #CF9256
}

.secondContent .l-main__research__details .kyousou p {
    background-color: #363
}

.secondContent .l-main__research__details .wakai p {
    background-color: #80BBCF
}

.secondContent .l-main__research__details .nameBox {
    display: flex;
    display: flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 250px;
    -ms-flex-pack: start
}

.secondContent .l-main__research__details .nameBox .imgBlock {
    margin-right: 15px
}

.secondContent .l-main__research__details .nameBox .textBlock p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 16px
}

.secondContent .l-main__research__details .nameBox .textBlock p span {
    font-size: 18px;
    font-weight: 600
}

.secondContent .l-main__research__details h3 {
    padding: 0;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.secondContent .l-main__research__details h3::before {
    display: none
}

.secondContent .l-main__research__details .linkBox::before {
    display: none
}

.secondContent .l-main__research__details .linkBox::after {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 13px;
    height: 36px;
    content: "";
    background-image: url("/file.jsp?id=628152");
    background-repeat: no-repeat;
    background-size: 13px 36px;
    transform: rotateY(180deg)
}

.secondContent .l-main__research__details .linkBox:hover::after {
    filter: invert(100%);
}

.secondContent .l-main__research__details .wakai_link {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-justify-content: left;
    justify-content: left;
    list-style-type: none;
}

.secondContent .l-main__research__details .wakai_link .linkBox {
    width: 220px;
    padding: 1rem;
    margin: 0 0 0 60px;
}

.secondContent .l-main__research__details .wakai_link .linkBox::after {
    right: 10px;
    left: unset;
    width: 13px;
    height: 36px;
    content: "";
    background-image: url("/file.jsp?id=628152");
    background-repeat: no-repeat;
    background-size: 13px 36px;
    transform: none;
}

@media screen and (max-width:768px) {
    .secondContent .l-main__research__details .wakai_link {
        display: block;
    }

    .secondContent .l-main__research__details .wakai_link .linkBox {
        width: 100%;
        margin: 20px 0 0;
    }
}


.secondContent .l-main__research__details .fBox {
    display: flex;
    display: flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    -ms-flex-pack: justify
}

.secondContent .l-main__research__details .fBox .imgBox {
    width: 47%
}

.secondContent .l-main__research__details .fBox .imgBox img {
    width: 100%;
    height: auto
}

.secondContent .l-main__research__details .fBox .mb_30 {
    margin-bottom: 30px
}

.secondContent .l-main__research__details .mainImage {
    margin: 30px 0;
    margin: 3rem 0
}

.secondContent .l-main__research__details .mainImage img {
    width: 100%
}

.secondContent .l-main__research__details .articleArea {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    overflow: hidden
}

.secondContent .l-main__research__details .articleArea h3 {
    width: 100%;
    max-width: 740px;
    margin: 0 auto
}

.secondContent .l-main__research__details .articleArea .textArea__left,
.secondContent .l-main__research__details .articleArea .textArea__right {
    width: 100%;
    max-width: 740px;
    margin: 0 auto
}

.secondContent .l-main__research__details .articleArea .textArea__left .space,
.secondContent .l-main__research__details .articleArea .textArea__right .space {
    display: block;
    float: left;
    height: 80px;
    height: 8rem
}

.secondContent .l-main__research__details .articleArea .textArea__left p,
.secondContent .l-main__research__details .articleArea .textArea__right p {
    margin-bottom: 0
}

.secondContent .l-main__research__details .articleArea .textArea__left .imgArea,
.secondContent .l-main__research__details .articleArea .textArea__right .imgArea {
    display: block;
    float: left;
    width: 100%;
    max-width: 490px;
    margin: 20px 20px 20px 0;
    margin: 2rem 2rem 2rem 0;
    margin-left: -20px;
    margin-left: -2rem;
    clear: both
}

.secondContent .l-main__research__details .articleArea .textArea__left .imgArea img,
.secondContent .l-main__research__details .articleArea .textArea__right .imgArea img {
    width: 100%
}

.secondContent .l-main__research__details .articleArea .textArea__right .space {
    float: right;
    height: 200px;
    height: 20rem
}

.secondContent .l-main__research__details .articleArea .textArea__right .space.space_wakai03 {
    height: 250px;
    height: 25rem
}

.secondContent .l-main__research__details .articleArea .textArea__right p {
    margin-top: 0
}

.secondContent .l-main__research__details .articleArea .textArea__right span {
    float: right;
    height: 150px;
    height: 15rem
}

.secondContent .l-main__research__details .articleArea .textArea__right .imgArea {
    float: right;
    margin: 20px 0 100px 30px;
    margin: 2rem 0 10rem 3rem;
    margin-right: -20px;
    margin-right: -2rem
}

.secondContent .l-main__research__details-en .group p {
    width: 150px
}

.secondContent .l-main__research__details-en .nameBox {
    width: 400px
}

.secondContent .l-main__research__index__img {
    display: block;
    width: 90%;
    max-width: 800px;
    margin: 60px auto
}

.secondContent .l-main__research__index__img.en {
    width: 100%
}

.secondContent .l-main__research__index__areaList {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border-bottom: 4px solid
}

.secondContent .l-main__research__index__areaList.kyousei {
    background: #f5f1ec;
    border-color: #CF9256
}

.secondContent .l-main__research__index__areaList.kyousei dt {
    padding: 10px;
    font-weight: 700;
    background: #CF9256
}

.secondContent .l-main__research__index__areaList.kyousei dt.kyousei__title {
    padding: 0;
    font-weight: 400
}

.secondContent .l-main__research__index__areaList.kyousei dt.kyousei__title a {
    background: #CF9256
}

.secondContent .l-main__research__index__areaList.kyousei dd {
    background: #f5f1ec;
    border-bottom: dotted 1px #CF9256
}

.secondContent .l-main__research__index__areaList.kyousei dd:last-child {
    border-bottom: none
}

.secondContent .l-main__research__index__areaList.kyousou {
    background: #e0edcb;
    border-color: #363
}

.secondContent .l-main__research__index__areaList.kyousou dt {
    padding: 10px;
    font-weight: 700;
    background: #e0edcb
}

.secondContent .l-main__research__index__areaList.kyousou dt.kyousou__title {
    padding: 0;
    font-weight: 400
}

.secondContent .l-main__research__index__areaList.kyousou dt.kyousou__title a {
    background: #363
}

.secondContent .l-main__research__index__areaList.kyousou dd {
    background: #f2f7ea;
    border-bottom: dotted 1px #363
}

.secondContent .l-main__research__index__areaList.kyousou dd:last-child {
    border-bottom: none
}

.secondContent .l-main__research__index__areaList.wakai {
    background: #ebf4f5;
    border-color: #80BBCF
}

.secondContent .l-main__research__index__areaList.wakai dt {
    padding: 10px;
    font-weight: 700;
    background: #d2eef7
}

.secondContent .l-main__research__index__areaList.wakai dt.wakai__title {
    padding: 0;
    font-weight: 400
}

.secondContent .l-main__research__index__areaList.wakai dt.wakai__title a {
    background: #80BBCF
}

.secondContent .l-main__research__index__areaList.wakai dd {
    background: #ebf4f5;
    border-bottom: dotted 1px #80BBCF
}

.secondContent .l-main__research__index__areaList.wakai dd:last-child {
    border-bottom: none
}

.secondContent .l-main__research__index__areaList dt a {
    position: relative;
    display: block;
    padding: 7px 10px;
    padding: .7rem 1rem;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: 1.5px;
    letter-spacing: .15rem
}

.secondContent .l-main__research__index__areaList dt a::before {
    position: absolute;
    top: 0;
    right: 10px;
    right: 1rem;
    width: 13px;
    height: 36px;
    content: "";
    background-image: url("/file.jsp?id=628153");
    background-repeat: no-repeat;
    background-size: 13px 36px;
}

.secondContent .l-main__research__index__areaList dd {
    margin-left: 0
}

.secondContent .l-main__research__index__areaList dd p {
    margin: 0;
    line-height: 1.4
}

.secondContent .l-main__research__index__areaList dd p.description {
    margin-top: 10px;
    margin-top: 1rem;
    font-weight: 700
}

.secondContent .l-main__research__index__areaList dd p.leader {
    margin-top: 10px;
    margin-top: 1rem;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 100
}

.secondContent .l-main__research__index__areaList dd a {
    display: block;
    padding: 10px 16px;
    padding: 1rem 1.6rem;
    color: #464646
}

.secondContent .l-main__research__index__areaList dd a:hover {
    background: #fffcdd
}

.secondContent .l-main__research__index__areaList dd a.no_link {
    cursor: default
}

.secondContent .l-main__research__index__areaList dd a.no_link:hover {
    background: none
}

.secondContent .l-main__research__ryouiki h1.l-main__research__ryouiki__title {
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
    font-weight: 100;
    line-height: 1;
    transform: rotate(.005deg)
}

.secondContent .l-main__research__ryouiki h1.l-main__research__ryouiki__title.kyousei {
    color: #CF9256
        /* 旧ebc5a0 */
}

.secondContent .l-main__research__ryouiki h1.l-main__research__ryouiki__title.kyousou {
    color: #363
        /* 旧b8d689 */
}

.secondContent .l-main__research__ryouiki h1.l-main__research__ryouiki__title.wakai {
    color: #80BBCF
        /* a9cdd9 */
}

.secondContent .l-main__research__ryouiki h1.l-main__research__ryouiki__title.year {
    color: #43558C
}

.secondContent .l-main__research__ryouiki h2 {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 26px;
    font-size: 2.6rem
}

.secondContent .l-main__research__ryouiki__title__sub {
    padding-bottom: 14px;
    padding-bottom: 1.4rem;
    margin-top: 0;
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    border-bottom: 1px solid
}

.secondContent .l-main__research__ryouiki__title__sub.kyousei {
    color: #CF9256;
    border-color: #CF9256
}

.secondContent .l-main__research__ryouiki__title__sub.kyousou {
    color: #363;
    border-color: #363
}

.secondContent .l-main__research__ryouiki__title__sub.wakai {
    color: #80BBCF;
    border-color: #80BBCF
}

.secondContent .l-main__research__ryouiki__title__sub.year {
    color: #43558C;
    border-color: #43558C
}

.secondContent .l-main__research__ryouiki__project {
    padding-bottom: 10px;
    margin-bottom: 60px;
    background: #f3f3f3;
    border: 1px solid #CF9256;
    border-top: none;
}

.secondContent .l-main__research__ryouiki__project.kyousou {
    border: 1px solid #363;
    border-top: none;
}

.secondContent .l-main__research__ryouiki__project.kyousei h3 {
    background: #CF9256
}

.secondContent .l-main__research__ryouiki__project.kyousou h3 {
    background: #363
}

.secondContent .l-main__research__ryouiki__project.wakai {
    border: 1px solid #80BBCF;
    border-top: none;
}

.secondContent .l-main__research__ryouiki__project.wakai h3 {
    background: #80BBCF
}

.secondContent .l-main__research__ryouiki__project.year {
    border: 1px solid #43558C;
    border-top: none;
}

.secondContent .l-main__research__ryouiki__project.year h3 {
    background: #43558C
}

.secondContent .l-main__research__ryouiki__project h3 {
    padding: 5px 16px;
    padding: .5rem 1.6rem;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background: #000
}

.secondContent .l-main__research__ryouiki__project h3::before {
    display: none
}

.secondContent .l-main__research__ryouiki__project .linkList {
    padding-bottom: 5px;
    padding-bottom: .5rem;
    margin: 10px 10px 0;
    margin: 10px 1rem 0
}

.secondContent .l-main__research__ryouiki__project .linkList li {
    line-height: 18px;
    line-height: 1.8rem
}

.secondContent .l-main__research__ryouiki__project .linkList li .pdfNone {
    color: #7f7f7f;
    cursor: default
}

.secondContent .l-main__research__ryouiki__project .leader {
    margin: 0 16px;
    margin: 0 1.6rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem
}

.secondContent .l-main__research-en ul#tab_project {
    max-width: 690px
}

.secondContent .l-main__research-en ul#tab_project li:first-child a {
    text-align: center
}

.secondContent .l-main__research-en ul#tab_project li:first-child a::before {
    right: 92px;
    left: auto
}

.secondContent .l-main__research-en ul#tab_project li a {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 14px;
    color: #14425d;
    text-align: left;
    text-decoration: none;
    transition: .2s
}

.secondContent .l-main__research-en ul#tab_project li a::before {
    position: absolute;
    top: 2px;
    right: auto;
    left: 0;
    content: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/icon-no_check.svg")
}

.secondContent .l-main__research-en .tabbox_project .fBox .contentBox {
    margin-bottom: 4px
}

.secondContent .l-main__research-en .tabbox_project .fBox .contentBox .textBox .group {
    width: 145px
}

.secondContent .l-main__research-en .tabbox_project .fBox .contentBox .textBox .name {
    margin-bottom: 0
}

.news .l-main__news {
    padding: 0 10px
}

.news .l-main__news__area {
    padding: 0;
    list-style-type: none
}

.news .l-main__news__area__list {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0 30px;
    border-bottom: 1px solid #d2d2d2
}

.news .l-main__news__area__list__link {
    position: absolute;
    z-index: 5000;
    width: 100%;
    height: 100%;
    color: #000
}

.news .l-main__news__area__list__link .file_icon {
    position: absolute;
    top: 32px;
    right: 0;
    display: none;
    width: 20px;
}

.news .l-main__news__area__list .date {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
    transition: .2s
}

.news .l-main__news__area__list .news_index_h2 {
    padding: 0;
    padding-left: 15px;
    margin: 5px 0 0;
    font-family: "Open Sans";
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    color: #000;
    transition: .2s
}

.news .l-main__news__area__list .news_index_h2::before {
    display: none
}

.news .l-main__news__area__list .title_sub {
    position: relative;
    top: 12px;
    font-size: 14px;
    font-weight: 100;
    line-height: 16px;
    transition: .2s
}

.news .l-main__news__area__list .title_sub img {
    display: none
}

.news .l-main__news__area__list .icon {
    display: none
}

.news .l-main__news__area__list:hover .date {
    color: #900
}

.news .l-main__news__area__list:hover .news_index_h2 {
    color: #900
}

.news .l-main__news__area__list:hover .title_sub {
    color: #900
}

.news .l-main__news__area.topics .l-main__news__area__list__date {
    display: none;
}

.news .l-main__news .linkBox {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px;
    padding: 1rem;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    background-color: #fff
}

.news .l-main__news .linkBox::before {
    position: absolute;
    top: 4px;
    top: .4rem;
    right: 50px;
    right: 5rem;
    width: 13px;
    height: 36px;
    content: "";
    background-image: url("/file.jsp?id=628152");
    background-repeat: no-repeat;
    background-size: 13px 36px
}

.news .l-main__news .linkBox.back::before {
    right: auto;
    left: 10px;
    left: 1rem;
    content: "";
    background-image: url("/file.jsp?id=628151")
}

.news .l-main .pageBtn,.books .l-main .pageBtn {
    display: flex;
    display: flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.news .l-main .pageBtn p a,.books .l-main .pageBtn p a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    padding: 1rem 3rem;
    margin-bottom: 60px;
    color: #000;
    text-align: center;
    border: 1px solid #000
}

.news .l-main .pageBtn p a::before,.books .l-main .pageBtn p a::before {
    position: absolute;
    top: 4px;
    top: .4rem;
    right: 10px;
    right: 1rem;
    width: 13px;
    height: 36px;
    content: "";
    background-image: url("/file.jsp?id=628152");
    background-repeat: no-repeat;
    background-size: 13px 36px
}

.news .l-main .pageBtn p a:hover::before,.books .l-main .pageBtn p a:hover::before {
    filter: invert(100%);
}

.news .l-main .pageBtn p.return a::before,.books .l-main .pageBtn p.return a::before {
    left: 10px;
    left: 1rem;
    content: "";
    background-image: url("/file.jsp?id=628151");
}


.news .l-main .pageBtn p a.back::before,.books .l-main .pageBtn p a.back::before {
    right: auto;
    left: 10px;
    left: 1rem;
    content: "";
    background-image: url("/file.jsp?id=628151")
}

.news .l-main .pageBtn .return .linkBox::before,.books .l-main .pageBtn .return .linkBox::before {
    position: absolute;
    top: 4px;
    top: .4rem;
    left: -108px;
    left: -10.8rem;
    width: 13px;
    height: 36px;
    content: "";
    background-image: url("/file.jsp?id=628152");
    background-repeat: no-repeat;
    background-size: 13px 36px;
    transform: rotateY(180deg)
}

.news .l-main .newsListArchive {
    padding-bottom: 40px;
    padding-bottom: 4rem;
    margin: 30px 0;
    margin: 3rem 0
}

.news .l-main .newsListArchive h2 {
    width: 100%;
    border-bottom: 1px solid #000
}

.news .l-main .newsListArchive .news_fBox ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.news .l-main .newsListArchive .news_fBox ul li a {
    margin-right: 15px;
    font-size: 16px;
    color: #000;
    transition: all .3s
}

.news .l-main .newsListArchive .news_fBox ul li a::before {
    position: relative;
    top: -2px;
    display: inline-block;
    padding-right: 5px;
    font-family: iconfont;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: '▶︎';
    transition: all .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.news .l-main .newsListArchive .news_fBox ul li a:hover {
    color: #900
}

.news .l-main .newsListArchive .news_fBox .archive_fBox {
    display: flex;
    display: flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap
}

.article .l-main h3 {
    margin-top: 40px;
    margin-top: 4rem
}

.article .l-main h4 {
    margin-top: 40px;
    margin-top: 4rem;
    margin-bottom: 20px;
    margin-bottom: 2rem
}

.article .l-main h5 {
    margin-top: 40px;
    margin-top: 4rem;
    margin-bottom: 10px;
    margin-bottom: 1rem
}

.article .l-main .linkBox {
    margin: 20px 0;
    margin: 2rem 0
}

.article .l-main .linkList {
    margin: 20px 0;
    margin: 2rem 0
}

.article .l-main .dqBox {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 2rem
}

.article .l-main .dqBox .start {
    position: absolute;
    width: 36px;
    text-align: left
}

.article .l-main .dqBox .start img {
    width: 100%
}

.article .l-main .dqBox .end {
    position: relative;
    top: -10px;
    top: -1rem;
    width: 100%;
    text-align: right
}

.article .l-main .dqBox .end img {
    width: 36px
}

.article .l-main .dqBox p {
    position: relative;
    z-index: 5000;
    width: 94%;
    padding-top: 5px;
    padding-top: .5rem;
    margin: 0 auto
}

.article .l-main .lineBox {
    padding: 30px;
    padding: 3rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    border: 2px solid #d2d2d2
}

.article .l-main .lineBox p {
    margin: 0;
    font-size: 14px
}

.article .l-main .bgBox {
    padding: 20px;
    padding: 2rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    background: #f8f8f8
}

.article .l-main .bgBox .subTitle,
.article .l-main .bgBox .subSubTitle {
    margin: 0 0 20px;
    margin: 0 0 2rem
}

.article .l-main .bgBox p {
    margin: 0;
    font-size: 14px
}

.article .l-main .img_max {
    width: 100%;
    margin: 30px 0;
    margin: 3rem 0
}

.article .l-main .img_max img {
    width: 100%
}

.article .l-main .fBox_img {
    display: flex;
    display: flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    -ms-flex-pack: justify
}

.article .l-main .content_block {
    width: 48%;
    height: auto;
    margin-bottom: 20px
}

.article .l-main .content_block img {
    width: 100%;
    height: auto
}

.article .l-main .content_block p {
    padding: 10px;
    margin: 0;
    background-color: #f8f8f8
}

.article .l-main .content_block .textBox p {
    padding: 0;
    background-color: #fff
}

.article .l-main .tableWrap {
    margin-top: 30px;
    margin-top: 3rem
}

.link_page_anker {
    padding-top: 94px;
    margin-top: -94px;
}

.books_image{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 0 2rem;
    margin: 0;
}

.books_image img{
    width: 100%;
    height: auto;
}

.review_link{
    display:grid;
    grid-template-columns: repeat(auto-fit, 40px);
    gap:1rem;
    justify-content: end;
    padding: 0 0 2rem;
    margin: 0;
}

.review_box,
.ajibooks_box{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap:2rem;
    width: 100%;
    padding: 0;
    margin: 0;
}

.review_box .review_detail,
.ajibooks_box .ajibooks_detail{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #666;
}

.review_box .review_detail .review_title{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    padding: 1rem;
    margin: 0;
    list-style-type: none;
    background-color: #F1F5F9;
}

.ajibooks_box .ajibooks_detail .ajibooks_title{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* align-items: center; */
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    padding: 1rem;
    margin: 0;
    list-style-type: none;
    background-color: #F1F5F9;
}

.review_box .review_detail .review_title p{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: fit-content;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
}

.ajibooks_box .ajibooks_detail .ajibooks_title p{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: fit-content;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
}

.review_box .review_detail .review_title p.small.one{
    font-size: 1.8rem;
}

.ajibooks_box .ajibooks_detail .ajibooks_title p.small.one{
    font-size: 1.7rem;
}

.review_box .review_detail .review_title p.small.three,
.ajibooks_box .ajibooks_detail .ajibooks_title p.small.three{
    font-size: 1.4rem;
    line-height: 1.2;
}

.review_box .review_detail .review_book{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:grid;
    grid-template-columns: 100px 1fr;
    gap:1rem;
    width: 100%;
    height: calc(100% - 255px);
    padding: 2rem 1rem 1rem;
    margin: 0;
}

.ajibooks_box .ajibooks_detail .ajibooks_book{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:grid;
    grid-template-columns: 100px 1fr;
    gap:1rem;
    width: 100%;
    height: calc(100% - 120px);
    padding: 2rem 1rem 1rem;
    margin: 0;
}

.review_box .review_detail .review_book .book_img img,
.ajibooks_box .ajibooks_detail .ajibooks_book .ajibooks_img img{
    max-width: 100%;
}

.ajibooks_box .ajibooks_detail .ajibooks_book .ajibooks_info{
    display: grid;
    grid-template-rows: 80px 1fr;
}

.review_box .review_detail .review_book .book_info .author,
.ajibooks_box .ajibooks_detail .ajibooks_book .ajibooks_info .ajibooks_author{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
}

.review_box .review_detail .review_book .book_info .author p,
.ajibooks_box .ajibooks_detail .ajibooks_book .ajibooks_info .ajibooks_author p{
    padding: 0;
    margin: 0;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.2;
}

.review_box .review_detail .review_book .book_info .co-author,
.ajibooks_box .ajibooks_detail .ajibooks_book .ajibooks_info .co-author{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2;
}

.review_box .review_detail .review_book .book_info .year,
.ajibooks_box .ajibooks_detail .ajibooks_book .ajibooks_info .ajibooks_year{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2;
}

.review_box .review_detail .review_book .book_info .author + .author,
.ajibooks_box .ajibooks_detail .ajibooks_book .ajibooks_info .ajibooks_author + .ajibooks_author{
    padding-top: 10px;
}

.review_box .review_detail .review_book .book_info .author + .co-author,
.ajibooks_box .ajibooks_detail .ajibooks_book .ajibooks_info .ajibooks_author + .co-author{
    padding-top: 10px;
}

.review_box .review_detail .review_book .book_info .author + .year,
.ajibooks_box .ajibooks_detail .ajibooks_book .ajibooks_info .ajibooks_author + .ajibooks_year{
    padding-top: 10px;
}

.review_box .review_detail .review_book .book_info .co-author + .year,
.ajibooks_box .ajibooks_detail .ajibooks_book .ajibooks_info .co-author + .year{
    padding-top: 10px;
}

.review_box .review_detail .quote{
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 2rem);
    height: 105px;
    padding: 1rem;
    margin: 1rem auto .5rem;
    font-size: 1.5rem;
    font-weight: bold;
    border-top:2px solid #CACACA;
    border-bottom:2px solid #CACACA;
}

.review_box .review_detail .quote p{
    padding: 0;
    margin: 0;
}

.review_box .review_detail .quote p.four{
    line-height: 1.3;
}

.review_box .review_detail .quote p.five{
    line-height: 1.2;
}

.review_box .review_detail .quote p.six{
    font-size: 1.4rem;
    line-height: 1.2;
}

.review_box .review_detail .quote::before{
    position: absolute;
    top:-1.5rem;
    left:0;
    width: 25px;
    height: 20px;
    content: "";
    background-color: white;
    background-image: url("/file.jsp?id=628171");
    background-repeat: no-repeat;
    background-size: 16px 20px;
}

.review_box .review_detail .quote::after{
    position: absolute;
    right:0;
    bottom:-1.5rem;
    width: 25px;
    height: 20px;
    content: "";
    background-color: white;
    background-image: url("/file.jsp?id=628172");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px 20px;
}

.review_box .review_detail .link{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:grid;
    grid-template-columns: 1fr 30px;
    gap:1rem;
    align-items:center;
    width: 100%;
    height: 65px;
    padding: 1rem;
    margin: 0;
}

.ajibooks_box .ajibooks_detail .ajibooks_link{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:grid;
    grid-template-columns: 1fr;
    gap:1rem;
    align-items:center;
    width: 100%;
    /* height: 65px; */
    padding: 5px;
    margin: 0;
}

.review_box .review_detail .link .name{
    display:grid;
    grid-template-columns: 40px 1fr;
    gap:.5rem;
    align-items:center;
    font-size: 1.2rem;
}

.review_box .review_detail .link a{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 30px;
    aspect-ratio: 1;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
    list-style-type: none;
    border: 1px solid #221714;
}

.ajibooks_box .ajibooks_detail .ajibooks_link a{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
    list-style-type: none;
    border: 1px solid #221714;
}

.review_box .review_detail .link a:hover,
.ajibooks_box .ajibooks_detail .ajibooks_link a:hover{
    color: white;
    background: #408189;
}

.review_box .review_detail .link a::after{
    width: 10px;
    height: 30px;
    content: "";
    background-image: url("/file.jsp?id=628152");
    background-repeat: no-repeat;
    background-size: 10px 30px;
}

.review_box .review_detail .link a:hover::after{
    filter: invert(100%);
}

.review_box .review_detail .link a img{
    display: none;
}

.review_box .review_detail .link p,
.ajibooks_box .ajibooks_detail .ajibooks_link p{
    padding: 0;
    margin: 0;
}

.review_box .review_detail .link .reviewer{
    padding: 0 .5rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.review_box .review_detail .link .reviewer p{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    font-weight: normal;
}

/* ポスターバース ここから */
.poster_top{
    font-weight: bold!important;
    text-align: center;

}

.poster_comment{
    display: flex;
    justify-content: space-between;
}

.poster_comment p{
    margin: 10px 0 0;
}

.poster_link{
    display:flex;
    justify-content: flex-end;
    margin: 0;
}

.poster_link li{
    display:inline-block;
    padding: 5px 15px;
    margin: 0 10px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    text-align: right;
    border: 1.5px solid #000;
}


.poster_main section{
    padding:4rem 2rem;
    margin: 2rem 0;
    background-color: #333;
}


.poster_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width:100%;
    margin: 0;
}

.poster_list li{
    box-sizing:border-box;
    display: flex;
    flex-grow: 1;
    object-fit: cover;
}

.poster_list img{
    width:auto;
    height: 200px;
}

div.poster_list a{
    box-sizing:border-box;
    display: flex;
    flex-grow: 1;
    color: #000;
    object-fit: cover;
}

div.poster_list a img{
    flex-grow: 1;
    max-width: 600px;
    height: 200px;
    object-fit: cover;
}

/* ポスターバース　ここまで */

/* 研究所メンバーの出版物　ここから */

@media screen and (max-width:840px) {
    .memberbooks_top{
        margin-top: 5rem!important;
    }
}


.memberbooks_div{
    margin: 5rem auto 14rem;
}
@media screen and (max-width:430px) {
    .memberbooks_div{
        margin: 2rem auto 14rem;
    }
}


/* 研究所メンバーの出版物　ここまで */


.youtube_view{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/* ニューズレター */
.nl_midashi{
	display: flex;
	align-items: center;
}


.nl_logo img{
	width: 100%;
}

/* AJI学術エッセイシリーズ */
.aji_essay_flex{
    display: flex;
}

.aji_essay_img{
    width: 25%;
}

.aji_essay_img img{
    max-width: 100%;
    height: auto;
}

.aji_essay_name{
    margin: auto 20px 10px;
}

.aji_essay_line{
    display: grid;
    grid-template-columns: 22% 1fr;
    gap:2rem;
	width: 100%;
    padding: 15px;
    border: 1px solid #464646;
}

.aji_essay_line img{
	width: 100%;
}



.secondContent #main .webguide span.glassicon::before {
    display: inline-block;
    width: 13px;
    margin: 2px 5px 0 3px;
    content: url("/file.jsp?id=656535");
}


@media screen and (min-width:840px) {
    .l-header__wrap {
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        max-width: 1020px;
        padding: 0 10px;
        margin: 0 auto;
    }

    .l-header__logo {
        display: block;
        padding: 25px 0 0;
    }
    
    .l-header__logo #langsp{
        display: none;
    }

    .l-header__navi {
        position: static;
        width: calc(100% - 195px);
        height: 94px;
    }

    .l-header__navi #menu li a {
        display: block;
        display: table-cell;
        height: 60px;
        font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 1.4rem;
        font-weight: 700 !important;
        color: #000;
        text-align: center;
        word-break: keep-all;
        transform: rotate(.005deg);
        xfont-family: times new roman, "游明朝", yumincho, hiragino mincho pron, hiragino mincho pro, "ＭＳ 明朝", serif;
    }

    .l-header__navi #menu li>a {
        font-weight: 700
    }

    .l-header__navi #menu li .sub-menu {
        padding: 0;
        list-style-type: none
    }

    .l-header__navi #menu li .sub-menu li:not(:first-child) {
        margin-top: 1px
    }

    .l-header__navi #menu li .sub-menu li a {
        display: block;
        /* 190613UD */
        width: 250px;
        /* height: 30px; */
        height: auto;
        padding: .5rem;
        font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 12px;
        font-weight: 100;
        /* 190607UD */
        line-height: 1.6;
        color: #95c7cd;
        text-align: left;
        letter-spacing: .1rem;
        background: #000;
        border: none;
        transition: background, width .2s;
    }

    .l-header__navi #menu li .sub-menu li a:hover {
        background: rgb(32 63 67 / 90%)
    }

    .l-header__navi #menu>li:nth-child(1) {
        width: 100px
    }

    .l-header__navi #menu>li:nth-child(1) a {
        width: 100px
    }

    .l-header__navi #menu>li:nth-child(2) {
        width: 145px
    }

    .l-header__navi #menu>li:nth-child(2) a {
        width: 145px
    }

    .l-header__navi #menu>li:nth-child(3) {
        width: 100px
    }

    .l-header__navi #menu>li:nth-child(3) a {
        width: 100px
    }

    .l-header__navi #menu>li:nth-child(4) {
        width: 100px
    }

    .l-header__navi #menu>li:nth-child(4) a {
        width: 100px
    }

    .l-header__navi #menu>li:nth-child(5) {
        width: 145px
    }

    .l-header__navi #menu>li:nth-child(5) a {
        width: 145px
    }

    .l-header__navi #menu>li:nth-child(6) {
        width: 100px
    }

    .l-header__navi #menu>li:nth-child(6) a {
        width: 100px
    }

    .l-header__navi #menu>li:nth-child(7) {
        width: 100px
    }

    .l-header__navi #menu>li:nth-child(7) a {
        width: 100px
    }

    .l-header__navi #menu li .sub-menu.map {
        position: absolute;
        left: 50%;
        width: fit-content;
        padding: 1rem 6rem 2rem;
        background: #000;
        transform: translateX(-60%);
    }

    .l-header__navi #menu li .sub-menu.column {
        position: absolute;
        left: 50%;
        width: 840px;
        padding: 1rem 6rem 2rem;
        background: #000;
        transform: translateX(-60%);
    }

    .l-header__navi #menu li .sub-menu.column li.flex {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: left;
        justify-content: left;
        width: 100%;
        list-style-type: none;
    }

    .l-header__navi #menu li .sub-menu.column li.flex .menu:nth-of-type(1) {
        width: 60%;
    }

    .l-header__navi #menu li .sub-menu.column li.flex .menu:nth-of-type(2) {
        width: 40%;
    }

    .l-header__navi #menu li .sub-menu.column li.flex .list a {
        width: 100%;
    }

    .l-header__navi #menu li .sub-menu.column li.flex .list:nth-of-type(1) {
        width: 45%;
    }

    .l-header__navi #menu li .sub-menu.column li.flex .list:nth-of-type(2) {
        width: 55%;
    }

    .l-header__navi #menu li .sub-menu.column li.flex .menu_all {
        width: 100%;
    }

    .l-header__navi #menu li .sub-menu.column li.flex .menu.left {
        width: 60%;
    }

   .l-header__navi #menu li .sub-menu.column li.flex .menu.right {
        width: 40%;
    }

    .l-header__navi #menu li .sub-menu.column li.flex .title, .map_title{
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        padding: .5rem 0;
        margin: 0;
        font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

    .l-header__navi #menu li .sub-menu.column li.flex a.book::after {
        display: inline-block;
        width: 12px;
        margin: 0 0 0 3px;
        content: url("/file.jsp?id=628165");
    }

    .l-header__navi #menu li .sub-menu.column li.flex a.newspaper::after {
        display: inline-block;
        width: 20px;
        margin: 0 0 0 3px;
        content: url("/file.jsp?id=	628170");
    }

    .l-header__navi #menu li .sub-menu.column li.flex a.map::after {
        display: inline-block;
        width: 18px;
        margin: 0 0 0 3px;
        content: url("/file.jsp?id=628169");
    }

    .l-header__navi #menu li .sub-menu.column li.flex a.earth::after {
        display: inline-block;
        width: 14px;
        margin: 0 0 0 3px;
        content: url("/file.jsp?id=628167");
    }

    .l-header__navi #menu li .sub-menu.column li.flex a.seminer::after {
        display: inline-block;
        width: 18px;
        margin: 0 0 0 3px;
        content: url("/file.jsp?id=628166");
    }

    .l-header__navi #menu li .sub-menu.column li.flex a.special_news::after {
        display: inline-block;
        width: 18px;
        margin: 2px 0 0 3px;
        content: url("/file.jsp?id=628168");
    }

    .secondContent #main .webguide span.glassicon::before {
        display: inline-block;
        width: 13px;
        margin: 2px 5px 0 3px;
        content: url("/file.jsp?id=656535");
    }

    .l-header__navi #menu>li.lang {
        position: absolute;
        top: 0;
        right: 37px;
        z-index: 100;
        width: 100px;
        height: 23px
    }

    .l-header__navi #menu>li.search {
        position: absolute;
        top: 0;
        right: 138px;
        z-index: 100;
        width: 200px;
        height: 23px
    }

    .l-header__navi #menu>li.search form {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: left;
        justify-content: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .l-header__navi #menu>li.search form input[type="text"] {
        width: calc(100% - 50px);
        height: 23px;
        padding: 0 8px;
        background-color: #f2f5fa;
        border: 1px solid #252525;
    }

    .l-header__navi #menu>li.search.small form input[type="text"] {
        font-size: 12px;
    }

    .l-header__navi #menu>li.search form input[type="submit"] {
        width: 50px;
        height: 23px;
        font-size: 12px;
        font-style: normal;
        line-height: 23px;
        color: white;
        text-align: center;
        background-color: #252525;
        border: 0;
    }

    .l-header__navi #menu>li.lang .l-header__lang {
        display: flexbox !important;
        display: flex !important;
        padding-left: 0;
        list-style-type: none
    }

    .l-header__navi #menu>li.lang .l-header__lang li {
        width: 56px;
        height: 23px;
        font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 1.2rem;
        font-weight: 100;
        line-height: 23px;
        color: #fff;
        text-align: center;
        letter-spacing: .1rem;
        background: #95c7cd
    }

    .l-header__navi #menu>li.lang .l-header__lang li a {
        width: 56px;
        height: 20px;
        font-size: 1.2rem;
        font-weight: 100 !important;
        color: #fff;
        letter-spacing: .1rem;
        background: #252525;
        border: none
    }

    .l-header__navi .slicknav_menu {
        display: none
    }

    .l-header__navi #navigation {
        display: block
    }

    .top.l-header__wrap {
        -webkit-justify-content: left;
        justify-content: left;
    }

    .top .l-header__logo,.header__eng .l-header__logo {
        display: block;
        width: 195px;
        padding: 25px 0 0;
    }

    .top .l-header__navi #navigation {
        padding: 0 0 0 20px;
    }

    .top .l-header__navi #menu>li {
        width: calc(100% / 6) !important;
    }

    .top .l-header__navi #menu>li a {
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .top .l-header__navi #menu>li.ipad {
        position: absolute;
        top: -16px;
        right: 320px;
    }

    .top .l-header__navi #menu>li.search {
        right: 110px;
        width: 200px !important;
    }

    .top .l-header__navi #menu>li.lang {
        right: 0;
        width: 112px !important;
    }

    .top .l-header__navi #menu>li.lang .l-header__lang li {
        width: 56px !important;
    }

    .top .l-header__navi #menu>li.lang .l-header__lang li a {
        height: 23px;
    }


    .l-footer__link {
        max-width: 1000px;
        margin: 0 auto
    }

    .l-footer__logo-info {
        max-width: 1000px;
        margin: 0 auto
    }

    .l-footer__logo {
        width: 60%
    }

    .l-footer__logo__aji {
        display: table-cell;
        width: 80%;
        padding-top: 26px;
        vertical-align: middle;
        transform: translate(0, 0)
    }

    .footer__logo__en {
        padding: 26px 10px 0 0!important;
    }

    .l-footer__logo__ritsumei {
        display: table-cell;
        width: 20%;
        height: 135px;
        padding: 27px 5%;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #4e4e4e
    }

    .l-footer__address {
        width: 30%
    }

    .l-footer.add_link .l-footer__logo-info{
        max-width: 1220px;
        padding: 0 20px;
    }

    .l-footer.add_link .l-footer__logo {
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        place-content: center left;
        align-items: normal;
        -webkit-justify-content: left;
        width: 45%;
        padding: 0 5% 0 0;
        list-style-type: none;
    }

    .l-footer.add_link .l-footer__logo .l-footer__logo__ritsumei{
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        place-content: center left;
        align-items: normal;
        -webkit-justify-content: left;
        width: 15%;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .l-footer.add_link .l-footer__logo .l-footer__logo__aji{
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        place-content: center left;
        align-items: normal;
        -webkit-justify-content: left;
        width: 85%;
        padding: 0 1%;
        margin: 0;
        list-style-type: none;
    }

    .l-footer.add_link .l-footer__logo .l-footer__logo__aji img{
        max-width: 100%;
    }



    .l-footer.add_link .l-footer__address {
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        place-content: center left;
        align-items: center;
        -webkit-justify-content: left;
        width: 30%;
        padding: 0 0 0 2%;
        margin: 0;
        font-size:1.4rem!important;
        list-style-type: none;
    }

    .l-footer.add_link .about_link{
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        place-content: center left;
        align-items: center;
        -webkit-justify-content: left;
        width: 25%;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .l-footer.add_link .about_link .title{
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: left;
        justify-content: left;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 1.6rem;
        font-weight: bold;
        list-style-type: none;
    }

    .l-footer.add_link .about_link .about-menu li{
        width: 60%!important;
        margin: 0!important;
    }

    .l-footer.add_link .about_link .about-menu li:nth-of-type(2n){
        width: 40%!important;
    }
    
    .l-footer.add_link .about_link .about-menu li a{
        font-size:1.4rem!important;
    }

    .l-main__home__hero {
        height: 350px;
        background-size: cover;
    }

    .l-main__home__hero h2 {
        position: absolute;
        inset: 0 -500px 0 0;
        width: 423px;
        height: 425px
    }

    .l-content {
        padding-top: 94px;
    }

    .main-cont {
        display: inline-block;
        width: 74%;
        margin-top: 30px;
        margin-right: 3%;
        vertical-align: top;
    }

    .sub-cont {
        display: inline-block;
        width: 23%;
        margin-top: 30px;
        vertical-align: top;
    }

    .sub-cont section {
        height: 100%;
    }

    .l-main__home__news {
        max-width: 1000px;
        padding-top: 2%;
        padding-left: 50px;
        margin: 0 auto;
    }

    .l-main__home__event {
        max-width: 1000px;
        padding-top: 2%;
        padding-left: 50px;
        margin: 0 auto;
    }

    .l-main__home__news__title,
    .l-main__home__event__title {
        padding-top: 3%;
        margin: 0 0 2%;
        font-size: 2.8rem;
        line-height: 1;
        text-align: center;
    }

    .l-main__home__news__title::before,
    .l-main__home__event__title::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: 15px;
        height: 15px;
        content: "";
        background: #94c7cc;
        border-radius: 100%;
        transform: translateX(-50%);
    }

    .l-main__home__news__area,
    .l-main__home__event__area {
        padding: 0
    }

    .l-main__home__news__area__list {
        /* width: 32.53%;5/21 */
        /* width: 30.32%;6/5 */
        width: 100%;
        height: auto;
        /* margin-left: 1.2%; */
        /* margin-left: 4.5%; */
        padding: 0;
        box-shadow: none
    }

    .l-main__home__event__area__list,
    .l-main__home__link__area__list {
        /* width: 32.53%;5/21 */
        /* width: 30.32%; */
        width: 100%;
        height: auto;
        /* margin-left: 1.2%; */
        /* margin-left: 4.5%; */
        padding: 0;
        box-shadow: none
    }

    .l-main__home__news__area__list:nth-child(3n+1),
    .l-main__home__event__area__list:nth-child(3n+1),
    .l-main__home__link__area__list:nth-child(3n+1) {
        margin-left: 0
    }

    /*     .l-main__home__news__area__list:nth-child(n+4), .l-main__home__event__area__list:nth-child(n+4), .l-main__home__link__area__list:nth-child(n+4) {
        margin-top: 30px;
    } */
    .l-main__home__news__area__list:nth-child(n+4),
    .l-main__home__event__area__list:nth-child(n+4),
    .l-main__home__link__area__list:nth-child(n+4) {
        display: block
    }

    .l-main__home__link {
        max-width: 1000px;
        padding: 0;
        margin: 60px auto
    }

    .l-main__home__link__area__list a img {
        height: 50px
    }

    .bottom_link {
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 60px
    }

    .bottom_link .fBox .link_list {
        box-shadow: none
    }

    .news .l-main__news {
        padding: 0;
        margin: 0 auto
    }

    .l-header__wrap.header__eng {
        max-width: 1200px !important;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li {
        width: 130px !important;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li a {
        width: 130px !important;
        font-size: 1.3rem;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li.openMenu a {
        width: 130px !important;
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .l-header__wrap.header__eng .l-header__navi #menu li .sub-menu li a {
        width: 250px !important;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li:nth-child(1) a {
        width: 80px !important;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li:nth-child(1) {
        width: 80px !important;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li:nth-child(4) a {
        width: 160px !important;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li:nth-child(4) {
        width: 160px !important;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li:nth-child(7) a {
        width: 175px !important;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li:nth-child(7) {
        width: 175px !important;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li.lang {
        right: 13px;
    }

    .l-header__wrap.header__eng .l-header__navi #menu>li.ipad {
        position: absolute;
        top: 2px;
        right: 270px;

    }
}

@media screen and (min-width:420px) {
    /* .secondContent .l-main {
        padding: 0;
    } */

    .secondContent .l-main article {
        margin: 60px auto
    }

    .secondContent .l-main .max-image img {
        width: auto
    }

    .l-main__home__link__area {
        display: flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    
}

@media screen and (min-width:430px) {
    .secondContent .l-main .linkBox {
        width: auto;
        transition: all .2s
    }

    .secondContent .l-main .linkBox:hover {
        color: #fff;
        background: #408189;
        border-color: #408189
    }

    .l-main__home__news {
        background: none;
        background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/back_news.png");
        background-repeat: no-repeat;
    }

    .l-main__home__event {
        background-image: url("//www.ritsumei.ac.jp/research/aji2/assets/img/common/back_event.png");
        background-repeat: no-repeat;
        background-position: top right;
    }

    .l-main__home__news__title,
    .l-main__home__event__title {
        color: #202020
    }

    .l-main__home__news__area,
    .l-main__home__event__area {
        display: flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
        margin: 0 auto;
        -ms-flex-align: stretch;
    }

    .l-main__home__news__area__list__img,
    .l-main__home__event__area__list__img,
    .l-main__sub__jour__area__list__img {
        display: block;
        /* max-width: 241px; */
        width: 18%;
    }

    .l-main__home__news__area__list__img {
        width: 18%;
    }

    .l-main__home__news_area__list__text,
    .l-main__home__event_area__list__text {
        width: 82%;
        padding: 0 25px
    }

    .l-main__home__news_area__list__text {
        width: 82%;
        padding: 0 25px
    }

    .l-main__sub__jour__area__list__img {
        max-width: 139px;
        margin: 0 auto;
    }

    .l-main__home__news__area__list__img img,
    .l-main__home__event__area__list__img img,
    .l-main__sub__jour__area__list__img img {
        /* max-width: 241px; */
        width: 100%
    }


    .l-main__home__news__area__list__img__inner,
    .l-main__home__event__area__list__img__inner {
        width: 100%;
        padding-top: 69.56%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .l-main__home__news__area__list__date {
        display: block;
        margin: 5px 0
    }

    .l-main__home__event__area__list__date {
        font-family: Meiryo;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        text-align: center;
    }

    .l-main__home__event__area__list__date span {
        margin-right: 5px;
        font-size: 20px;
        font-size: 2rem;
    }

    .l-main__home__event__area__list h2,
    .l-main__home__link__area__list h2 {
        margin: 25px 18px 10px;
        font-size: 1.4rem;
        transition: .2s
    }

    .l-main__home__news__area__list h2 {
        padding: 0 0 15px;
        margin: 9px 0 10px;
        font-size: 1.4rem;
        transition: .2s
    }

    .l-main__home__news__area__list .top_title_sub,
    .l-main__home__event__area__list .top_title_sub,
    .l-main__home__event__area__list .top_title_sub_e,
    .l-main__home__link__area__list .top_title_sub {
        padding: 0 18px;
        padding-bottom: 50px;
        transition: .2s
    }

    .l-main__home__news .linkBox,
    .l-main__home__event .linkBox {
        margin-top: 30px;
        margin-bottom: 51px;
        transition: all .2s
    }

    .l-main__home__news .linkBox:hover,
    .l-main__home__event .linkBox:hover {
        color: #fff;
        background: #408189;
        border-color: #408189
    }

    .bottom_link {
        background: none
    }

    .bottom_link .fBox .link_list {
        width: 24.1%;
        height: auto;
        padding: 0;
        margin-left: 1.2%
    }

    .bottom_link .fBox .link_list:not(:first-child) {
        margin-top: 0
    }

    .bottom_link .fBox .link_list:nth-child(4n+1) {
        margin-left: 0
    }

    .bottom_link .fBox .link_list:nth-child(n+5) {
        margin-top: 10px
    }

    .bottom_link .fBox .link_list:nth-child(n+4) {
        display: block
    }

    .secondContent .l-main__about__member__box {
        display: flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }

    .secondContent .l-main__about__member__box__list {
        width: 48%;
        height: auto
    }

    .secondContent .l-main__about__member__box__list:nth-child(even) {
        margin-left: 2%
    }

    .secondContent .l-main__research__index__linkWrap {
        display: flexbox;
        display: flex;
        width: 100%;
        max-width: 1000px;
        margin-bottom: 2rem
    }

    .secondContent .l-main__research__index__linkWrap .l-main__research__index__areaList {
        width: 33%
    }

    .secondContent .l-main__research__index__linkWrap .l-main__research__index__areaList:not(:first-child) {
        margin-left: 2%
    }

    .secondContent .l-main__research__ryouiki h1.l-main__research__ryouiki__title {
        font-size: 6rem;
        letter-spacing: 0
    }

    .secondContent .l-main__research__ryouiki h1.l-main__research__ryouiki__title br {
        display: none
    }

    .secondContent .l-main__research__ryouiki__project .leader br {
        display: none
    }

    .news .l-main__news {
        background: none
    }

    .news .l-main__news .linkBox {
        margin-top: 30px;
        margin-bottom: 0;
        transition: all .2s
    }

    .news .l-main__news .linkBox:hover {
        color: #fff;
        background: #408189;
        border-color: #408189
    }

    .news .l-main .pageBtn p a,.books .l-main .pageBtn p a {
        width: auto;
        padding: 1rem 4rem;
        transition: all .2s
    }

    .news .l-main .pageBtn p a:hover,.books .l-main .pageBtn p a:hover {
        color: #fff;
        background: #408189;
        border-color: #408189
    }

    .news .l-main .pageBtn .return .linkBox::before,.books .l-main .pageBtn .return .linkBox::before {
        left: -12.5rem
    }
}

@media screen and (min-width:600px) {
    .secondContent .l-main .tableWrap {
        padding: 0;
        border: none
    }

}

@media screen and (min-width:700px) {
    .l-footer__link {
        display: flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .l-footer__link dl:not(:first-child) {
        margin-left: 60px
    }

    .l-footer__logo-info {
        display: flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: center;
    }

    .l-footer__address {
        width: 40%;
        padding: 0 0 0 40px;
        margin: 40px 0;
    }

    .l-footer__address ul {
        margin: 0
    }

    .l-footer__address ul {
        text-align: left
    }

    .l-footer__address ul li .icon {
        display: none;
    }

    .l-footer__address ul li i {
        font-size: 20px;
    }

    .l-footer__address ul li img {
        max-width: 80px;
    }
}

@media screen and (min-width:700px) and (max-width:769px) {
    .l-footer__logo {
        width: 50%
    }
}

@media screen and (min-width:430px) and (max-width:768px) {
    .l-main__home__hero h2 {
        right: 5%;
        width: 60vw;
        height: 60.283687943vw
    }
}
@media screen and (max-width:840px) {
    .secondContent .l-main {
        padding: 20px 10px 0;
    }
}

@media screen and (max-width:430px) {
    .secondContent .l-main {
        padding: 40px 0 0;
    }

    .l-main__home__news__area__list__link::before,
    .l-main__home__event__area__list__link::before {
        right: 5rem;
        bottom: 2rem
    }

    .l-main__home__news__area__list__link::after,
    .l-main__home__event__area__list__link::after {
        right: 3.2rem;
        bottom: 1.8rem
    }

    .bottom_link .fBox .link_list a img {
        width: 50%;
        height: auto
    }

    .news .l-main__news__area__list__link {
        padding-bottom: 2.4rem
    }

    .news .l-main__news__area__list .news_index_h2 {
        padding-left: 0
    }

}

@media screen and (min-width:420px) and (max-width:769px) {
    .l-main__home__link__area__list a img {
        height: 25px
    }
}

@media screen and (max-width:768px) {
    .l-footer__address ul li.icon_sns {
        justify-content: center;
    }

    .bottom_link .fBox .link_list a img {
        width: 80%;
        height: auto
    }

    .secondContent .l-main .rooms .l_text {
        width: 100%;
        padding: 0 0 10px;
    }

    .secondContent .l-main .rooms .r_menu {
        width: 100%;
    }

    .main-cont {
        width: 100%;
        margin: 0;
    }

    .sub-cont {
        display: block;
        width: 100%;
        margin: 0;
    }

    .l-main__sub {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: left;
        justify-content: left;
        width: 100%;
        margin: 0;
        list-style-type: none;
    }

    .l-main__sub__jour__title {
        display: block;
        width: 100%;
        text-align: center;
    }

    .l-main__sub__jour__list {
        display: block;
        width: 50%;
        padding: 0 0 20px;
    }

    .l-main__home__news__area__list,
    .l-main__home__event__area__list,
    .l-main__home__link__area__list {
        padding-bottom: 23px;
    }

    .l-main__home__news__area__list h2,
    .l-main__home__event__area__list h2,
    .l-main__home__link__area__list h2 {
        line-height: 1.5;
    }

    .secondContent .l-main__introduction .project_link {
        flex-wrap: wrap;
    }

    .secondContent .l-main__introduction .project_link a {
        width: 100%;
        margin: 0 0 10px;
    }

    .secondContent .l-main__introduction .project_link a:nth-child(3) {
        margin: 0 0 10px;
    }

    .l-main__home__hero {
        width: 100%;
        height: 170px;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }
}

@media screen and (min-width:780px) {
    .secondContent .l-main__about__member__box__list .name .cap {
        display: inline
    }
}

@media screen and (max-width:480px) {
    .img_wrap img+img {
        margin-top: 20px;
        margin-left: 0;
    }

    .secondContent section {
        padding: 0 10px;
    }

    .secondContent .l-main__research ul#tab_project li {
        width: 100%;
        margin-bottom: 2px
    }

    .secondContent .l-main__research__details .fBox {
        width: 100%
    }

    .secondContent .l-main__research__details .fBox .imgBox {
        width: 48%;
        margin-bottom: 15px
    }

    .secondContent .l-main__research-en ul#tab_project li {
        width: 100%;
        margin-bottom: 2px
    }

    .secondContent .l-main__research-en ul#tab_project li:first-child a {
        text-align: left
    }

    .secondContent .l-main__research-en ul#tab_project li:first-child a::before {
        right: auto;
        left: 0
    }

    .secondContent .l-main__research-en .tabbox_project .fBox .contentBox .textBox .group {
        width: 130px;
        font-size: 10px
    }

    .article .l-main .content_block {
        width: 100%;
        margin: 0 auto 15px
    }

    .poster_link{
        display:flex;
        justify-content: center;
    }

    .poster_comment{
        display: block;
        justify-content: none;
    }
    
    .poster_comment p{
        margin: 0 10px 10px 0;
        text-align: center;
    }

    .secondContent .l-main .credit {
    text-align: right;
    font-size: 75%;
}
}

@media screen and (max-width:800px) {
    .secondContent .l-main__research ul#tab_project {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 3rem
    }

    .secondContent .l-main__research .tabbox_project .fBox {
        width: 100%;
        width: 531px;
        margin: 0 auto
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .tab_block {
        display: block
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .tab_none {
        display: none
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(odd) .imgBox {
        position: relative
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(odd) .imgBox span::before {
        position: absolute;
        bottom: 0;
        left: 45%;
        z-index: 9999;
        content: "";
        border: 15px solid transparent;
        border-bottom: 15px solid #000
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(even) .imgBox {
        position: relative
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(even) .imgBox span::before {
        position: absolute;
        top: 0;
        left: 45%;
        z-index: 9999;
        content: "";
        border: 15px solid transparent;
        border-top: 15px solid #000
    }

    .secondContent .l-main__research-en ul#tab_project {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 3rem
    }
}

@media screen and (max-width:800px) and (max-width:480px) {
    .secondContent .l-main__research ul#tab_project li a {
        font-size: 12px
    }

    .secondContent .l-main__research-en ul#tab_project {
        display: flex;
        display: flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .secondContent .l-main__research-en ul#tab_project li a {
        font-size: 12px
    }
}

@media screen and (max-width:800px) and (max-width:540px) {
    .secondContent .l-main__research .tabbox_project .fBox {
        width: 100%
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox {
        display: flex;
        display: flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        -ms-flex-pack: justify
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .imgBox {
        width: 50%;
        height: 200px
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox {
        width: 50%;
        min-height: 100px
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(odd) .imgBox span::before {
        display: none
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(odd) .imgBox span::after {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 9999;
        margin-top: -10px;
        content: '';
        border-top: 15px solid transparent;
        border-right: 15px solid #000;
        border-bottom: 15px solid transparent
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(even) .imgBox {
        position: relative
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(even) .imgBox span::before {
        display: none
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox:nth-child(even) .imgBox span::after {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 9999;
        margin-top: -10px;
        content: '';
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #000
    }
}

@media screen and (max-width:800px) and (max-width:540px) and (max-width:480px) {
    .secondContent section p img {
        max-width: 100%;
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox {
        width: 100%
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .imgBox {
        background-position: top center
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox {
        padding-bottom: 0;
        background-size: 40px
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox .title {
        font-size: 13px;
        line-height: 20px
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox .name {
        margin: 5px 0;
        font-size: 11px
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox .name span {
        font-size: 13px
    }
}

@media screen and (max-width:800px) and (max-width:540px) and (max-width:480px) and (max-width:355px) {
    .secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox .title {
        font-size: 12px
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox .name {
        font-size: 10px;
        line-height: 13px
    }

    .secondContent .l-main__research .tabbox_project .fBox .contentBox .textBox .name span {
        font-size: 12px
    }
}

@media screen and (max-width:500px) {
    .secondContent .l-main__research__details .articleArea .textArea__left,
    .secondContent .l-main__research__details .articleArea .textArea__right {
        display: flexbox;
        display: flex;
        -ms-flex-flow: column-reverse wrap;
        flex-flow: column-reverse wrap
    }

    .secondContent .l-main__research__details .articleArea .textArea__left .space,
    .secondContent .l-main__research__details .articleArea .textArea__right .space {
        display: none
    }

    .secondContent .l-main__research__details .articleArea .textArea__left .imgArea,
    .secondContent .l-main__research__details .articleArea .textArea__right .imgArea {
        float: inherit;
        width: 100%;
        padding: 2rem 0;
        margin: 0
    }

    .secondContent .l-main__research__details .articleArea .textArea__right {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .secondContent .l-main__research__details .articleArea .textArea__right .order1 {
        -ms-flex-order: 1;
        order: 1
    }

    .secondContent .l-main__research__details .articleArea .textArea__right .order1 br {
        display: none
    }

    .secondContent .l-main__research__details .articleArea .textArea__right .order2 {
        -ms-flex-order: 2;
        order: 2
    }

    .secondContent .l-main__research__details .articleArea .textArea__right .order3 {
        -ms-flex-order: 3;
        order: 3
    }
}

.about-menu {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.about-menu li {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: fit-content;
    padding: 0 0 0 1.2rem;
    margin: 0 2rem 0 0;
}

.about-menu li::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 8px;
    height: 20px;
    margin: 0 2px 0 0;
    content: "";
    background-image: url("/file.jsp?id=628152");
    background-repeat: no-repeat;
    background-size: 8px 20px;
}

.l-main .about-menu li::before {
    filter: invert(44%) sepia(49%) saturate(400%) hue-rotate(138deg) brightness(93%) contrast(89%);
}

.top_news {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.top_news .top_flex_box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    max-width: 1220px;
    padding: 20px 10px;
    margin: 0 auto;
    list-style-type: none;
}

.top_news .top_flex_box h2 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 26px;
    color: black;
}

.top_news .top_flex_box h2.links {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    list-style-type: none;
}

.top_news .top_flex_box h2.links a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100px;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: right;
    text-decoration: underline;
}

.top_news .top_flex_box h2.links span {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 100px);
    padding: 0;
    margin: 0;
}

.top_news .top_flex_box h3{
    width: 100%;
    margin-right:20px;
    color:#fff;
}

.top_news .top_flex_box p{
    margin: 0 0 14px;
    color:#fff;
}


.top_news .top_flex_box .view_news_box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 49%;
    padding: 0;
    margin: 0 2% 0 0;
}

.top_news .top_flex_box .view_news_box:nth-child(2n) {
    margin: 0;
}

.top_news .top_flex_box .view_news_box .news_view_list {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 500px;
    padding: 0 10px 0 0;
    margin: 0;
    overflow: auto;
}

.top_news .top_flex_box .view_news_box .news_view_list li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-height: 110px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #666;
}

.top_news .top_flex_box .view_news_box .news_view_list li a {
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    padding: 0;
    margin: 0;
    color: black;
    list-style-type: none;
}

.top_news .top_flex_box .view_news_box .news_view_list li a:hover {
    color: #408189;
    opacity: .8;
}

.top_news .top_flex_box .view_news_box .news_view_list li+li {
    margin: 10px 0 0;
}

.top_news .top_flex_box .view_news_box .news_view_list li a .news_photo {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 160px;
    padding: 0;
    margin: 0;
}

.top_news .top_flex_box .view_news_box .news_view_list li a .news_photo img {
    display: block;
    width: 100%;
    margin: 0;
}

.top_news .top_flex_box .view_news_box .news_view_list li a .news_text {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 160px);
    padding: 5px 10px;
    margin: 0;
}

.top_news .top_flex_box .view_news_box .news_view_list li a .news_text .news_title {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    display: -webkit-box;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.top_news .top_flex_box .view_news_box .news_view_list li a .news_text span {
    font-size: 1.2rem;
    font-weight: normal;
    color: #999;
    text-decoration: none;
}

.top_news .top_flex_box .view_news_box .news_butttun {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 40px 0;
    margin: 0;
}

.top_news .top_flex_box .view_news_box .news_butttun a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 218px;
    padding: 1.4rem;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border: 1px solid #666;
}

.top_news .top_flex_box .view_news_box .news_butttun a:hover {
    color: #fff;
    background: #408189;
    border-color: #408189;
}

.top_news#jornal {
    background-color: #94C7CC;
}

.top_news .top_flex_box .jornal_box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    padding: 0 0 40px;
    margin: 0;
    list-style-type: none;
}

.top_news .top_flex_box .jornal_box .top_jourrnal {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    width: 23.5%;
    padding: 10px 0;
    margin: 0 2% 0 0;
    list-style-type: none;
}

.top_news .top_flex_box .jornal_box .top_jourrnal:nth-child(4) {
    margin: 0;
}

.top_news .top_flex_box .jornal_box .top_jourrnal h3 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px;
    margin: 0 0 20px;
    text-align: center;
    border: 1px solid #666;
}

.top_news .top_flex_box .jornal_box .top_jourrnal .jourrnal_img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 45%;
    padding: 0;
    margin: 0;
}

.top_news .top_flex_box .jornal_box .top_jourrnal .jourrnal_img img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.top_news .top_flex_box .jornal_box .top_jourrnal .jourrnal_text {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 55%;
    padding: 0 0 0 10px;
    margin: 0;
}

.top_news .top_flex_box .jornal_box .top_jourrnal .jourrnal_text a {
    position: absolute;
    right: 50px;
    bottom: 0;
    color: black;
    text-decoration: underline;
}

.top_news .top_flex_box .jornal_box .top_jourrnal .jourrnal_text a.link {
    position: static;
    display: block;
    margin: 10px 0 0;
}


.top_news .top_flex_box .jornal_box .top_jourrnal .jourrnal_text a:hover {
    color: #900;
}

.top_news#topics_area {
    margin-top: -5px;
    background-color: #242424;
}

.top_news#topics_area .top_flex_box h2 {
    color: white;
}

.top_news#topics_area .top_flex_box h2.links a {
    color: white;
}

.top_news .top_flex_box .topics_box {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:2rem;
    width: 100%;
    padding: 0 0 40px;
    margin: 0;
}

.top_news .top_flex_box .topics_box li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    margin: 0;
    background-color: white;
}

.top_news .top_flex_box .topics_box li a {
    display:grid;
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    color: black;
}

.top_news .top_flex_box .topics_box li a:hover {
    color: #408189;
    opacity: .8;
}

.top_news .top_flex_box .topics_box li a .news_photo {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
}

.top_news .top_flex_box .topics_box li a .news_photo img {
    display: block;
    width: 100%;
    margin: 0;
}

.top_news .top_flex_box .topics_box li a .news_text {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 20px 10px 10px;
    margin: 0;
}

.top_news .top_flex_box .topics_box li a .news_text .news_title {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    display: -webkit-box;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media screen and (min-width: 769px) and (max-width: 960px) {
    .top_news .top_flex_box .jornal_box .top_jourrnal {
        width: 49%;
        margin: 0 2% 0 0;
    }

    .top_news .top_flex_box .jornal_box .top_jourrnal:nth-child(2n) {
        margin: 0;
    }

    .top_news .top_flex_box .topics_box{
        grid-template-columns: 1fr;
        gap:1rem
    }

    .top_news .top_flex_box .topics_box li a {
        grid-template-columns: 180px 1fr;
        gap:1rem;
    }
    
    .l-footer.add_link .l-footer__logo {
        width: 100%!important;
        max-width: 400px!important;
        margin: 0 auto!important;
    }

    .l-footer.add_link .l-footer__logo .l-footer__logo__ritsumei{
        width: 20%!important;
    }

    .l-footer.add_link .l-footer__logo .l-footer__logo__aji{
        width: 80%!important;
    }

    .l-footer.add_link .l-footer__address {
        width: 50%!important;
        padding: 0 5%!important;
    }

    .l-footer.add_link .about_link{
        width: 50%!important;
    }
    
}

@media screen and (max-width: 768px) {
    .top .l-header__navi #menu>li.ipad {
        position: static;
    }

    .top_news .top_flex_box h2 {
        font-size: 22px;
    }

    .top_news .top_flex_box .view_news_box {
        width: 100%;
        margin: 0 0 20px;
    }

    .top_news .top_flex_box .view_news_box:nth-child(2n) {
        margin: 0 0 20px;
    }

    .top_news .top_flex_box .view_news_box .news_view_list li {
        max-height: 83px;
    }

    .top_news .top_flex_box .view_news_box .news_view_list li a .news_photo {
        width: 120px;
    }

    .top_news .top_flex_box .view_news_box .news_view_list li a .news_text {
        width: calc(100% - 120px);
        padding: 0 10px 5px;
        line-height: 1.4;
    }

    .top_news .top_flex_box .view_news_box.event .news_view_list li a .news_text {
        padding: 12px 10px 5px;
        line-height: 1.6;
    }

    .top_news .top_flex_box .view_news_box .news_view_list li a .news_text .news_title {
        font-size: 1.2rem;
    }

    .top_news .top_flex_box .view_news_box .news_view_list li a .news_text span {
        font-size: 1rem;
    }

    .top_news .top_flex_box .view_news_box .news_butttun {
        padding: 20px 0 0;
    }

    .top_news .top_flex_box .view_news_box .news_butttun a {
        padding: 1.2rem;
    }

    .top_news .top_flex_box .jornal_box {
        padding: 0 0 20px;
    }

    .top_news .top_flex_box .jornal_box .top_jourrnal {
        width: 100%;
        margin: 0;
    }

    .top_news .top_flex_box .topics_box{
        grid-template-columns: 1fr;
        gap:1rem
    }

    .top_news .top_flex_box .topics_box li a {
        grid-template-columns: 120px 1fr;
        gap:1rem;
    }

    .about-menu {
        padding: 1rem;
    }  
    
    .l-footer.add_link .l-footer__logo {
        max-width: 320px!important;
        margin: 0 auto!important;
    }

    .l-footer.add_link .l-footer__address {
        width: 100%!important;
        max-width: 300px!important;
        padding: 1rem 0!important;
        margin: 0 auto!important;
        text-align: left!important;
    }

    .l-footer.add_link .about_link{
        width: 100%!important;
        max-width: 280px!important;
        padding: 0!important;
        margin: 0 auto!important;
    }


	/* ニューズレター */
	.nl_midashi{
		display: block;
		align-items: none;
	}

	.nl_logo{
		width: 50%;
		padding: 0;
		margin: 0 auto;
	}

	.nl_logo img{
		width: 100%;
	}

    /* AJI学術エッセイシリーズ */
    .aji_essay_flex{
		display: block;
		align-items: none;
    }

    .aji_essay_img{
        width: 40%;
    }

    .aji_essay_name{
        margin: 10px 0;
    }
}

.secondContent.news .l-main a,
.secondContent .l-main.staff a {
    text-decoration: underline !important;
}


/* アジアマップ漢字の表示 */

.inline-kanji {
    width: 16px;
    height: auto;
    padding-bottom: 6px;
  /* height: 1em;
  vertical-align: middle;
  max-height: 100%; */
}


@media print {
    .l-header,
    .l-footer {
        display: none;
    }
}
