/* COMMON*/
.display-pc {
    display: none;
}
#block-6,
#block-6 p {
    margin: 0;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: 160px;
}
#menu-item-3128 .sub-menu {

}
#menu-item-3128 .sub-menu li {
    width: 33.333%;
}
.global-nav-list > li#menu-item-3128 > ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 80vw;
}
.global-nav-list > li#menu-item-3128 > ul.sub-menu a {
    text-align: center;
    font-size: min(1vw, 14px);;
}
.widget ul {
    padding-left: 0.5em !important;
}
/* paddingを変更する場合、10px 0px 0px 10pxの間は必ずタブにする。スペースは使わないこと*/
a[href$=".pdf"]:after {      
    display: inline-block;
    content: url(/wp/wp-content/uploads/2024/10/file-pdf-o.png);
    transform: scale(0.8);
    vertical-align: middle;
    padding: 10px 0px 0px 10px;
}
a[href$=".docx"]:after {      
    display: inline-block;
    content: url(/wp/wp-content/uploads/2024/10/file-word-o.png);
    transform: scale(0.8);
    vertical-align: middle;
    padding: 10px 0px 0px 10px;
}
h2 {
    position:relative;
    display: block;
    margin-bottom: 20px;
	padding: 7px 10px 7px 0;
    border: none;
    font-size: 30px;
    font-weight: 700;
    color: #334F70;
}
h2::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:120px;
    height:4px;
    background:#8db4e2; /* 薄い青 */
}

h2::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:4px;
    background:#2f5e9e; /* 濃い青 */
}

h3 {
    margin-bottom: 20px !important;
    padding: 4px 0 4px 0;
    border-bottom: 5px solid #71B7F5;
    xbackground: #0C5479;
    color: #333;
    font-size: 16px;
}
h4 {
    padding: 4px 0 4px 10px;
    font-size: var(--wp--preset--font-size--regular) !important;
}
p, li {
    font-size: 16px;
    line-height: 1.8rem;
}
.site-footer {
    --vk-size-text-sm: 14px;
}
.site-footer-title:after,
.sub-section-title:after,
h3:where(:not(.wp-block-post-title)):after {
    content: none;
}
.contentBlock p {
    xpadding-left: 10px;
}
table tr {
    border: 1px solid #71B7F5 !important;
}
table tr:first-child td {
    background: #0096CC !important;
    color: #fff;
}
.table-left-section tr {
}
.table-left-section tr:first-child td {
    background: #fff !important;
    color: #333333;
}
.table-left-section tr td:first-child  {
    background: #0096CC !important;
    color: #fff;
}
/* TOP */
.home .main-section {
    max-width: 840px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}

.first-view {
    background: url(/wp/wp-content/uploads/2026/06/header_bg.jpg) no-repeat;
    background-size: cover ;
    color: #fff;
}

.first-view-container {
    position: relative;
    max-width: 1140px;
    min-height: 480px;
    margin: 0 auto;
}
.first-view-container-left {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 50px 0 0 0;
    height: 100%;
}
.first-view-container-left span {}
.first-view-container-left h1 {
    margin-top: 8px;
    margin-bottom: 30px;
    font-size: 60px;
    transition: 0.8s all;
}
.first-view-container-left p {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}
.first-view-container-left p span {
    display: block;
    font-size: 26px;
}
.first-view-container-left p.first-view-container-left-end {
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
    border: none;
    text-align: right;
    position: absolute;
    bottom: 47px;
    right: 0;
}

.first-view-container-left p.first-view-container-left-end img {
	margin-top: 5px;
}

.first-view-container-right {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    max-width: 36%;
    transition: 0.8s all;
}
.global-nav-list > li > ul.sub-menu {
    margin-left: -150px;
    width: 300px;
}
.submission {
    padding: 20px;
    border: 1px solid #71B7F5;
}
.submission .ita {
    margin-bottom: 5px !important;
}
.submission .coidf-ltp {
    margin-bottom: 5px !important;
    text-align: left;
}
.submission .coidf-ltp div:nth-child(1) p {
    text-align: right;
}
.submission .coidf-ltp div:nth-child(2) p {
    text-align: left;
}
.submission .wp-block-button {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.submission .wp-block-button a {
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 30px;
    background: #244F9A;
    font-weight: 300;
}
/* ! is_front_page */
.contentPageTitle {
    position: relative;
    min-height: 200px;
    background: url(/wp/wp-content/uploads/2026/06/page_header_bg.jpg) no-repeat;
    background-position-y: 40%;
}
.contentPageTitle p {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0%, -50%);
    xmax-width: 1100px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.menu {
    width: 1100px;
}
.vk-mobile-nav-menu-outer .menu {
    width: 100%;
}
.wp-block-search__input {
    position: relative;
    width: 220px !important;
}

.wp-block-search__button-outside input {
    width: 100%;
    height: 60px;
    padding: 0 70px 0 24px;
    border: 2px solid #8a8a8a;
    border-radius: 999px;
    font-size: 18px;
    color: #666;
    box-sizing: border-box;
}

.wp-block-search .wp-block-search__button {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    width: 26px;
    height: 25px;
    border: none;
    border-radius: 50%;
    background: #d0d0d0;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form button:hover {
    opacity: .85;
}
.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.wp-block-search input.wp-block-search__input {
    height: 30px;
    border-radius: 15px;
}
.wp-block-search input.wp-block-search__input {
    border: 1px solid #7b7b7b;
}
.wp-block-search__button svg {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}


/* Articles */
.issues-list-sp {
    display: none;
}
.issues-list-sp {
    position: relative;
}
.issues-list-sp::after {
    content: "";
    position: absolute;
    top: 31px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}
select {
    -webkit-appearance: none;
    appearance: none;
}
.page-id-3044 .wp-block-columns {
    max-width: 1300px !important;
    margin: 0px !important;
    padding-bottom: 12px;
    gap: 12px;
}
.issues-list a.wp-block-button__link {
    min-height: 60px;
    font-size: 14px;
    background: #77C4E0;
    border-radius: 2px;
}
.allissues a.wp-block-button__link {
    background: #fff !important;
    border: 1px solid #77C4E0 !important;
    color: #77C4E0 !important;
}
.page-id-3044 .latestArticles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.pagination {
    width: 100%;
}
.latestArticles .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 15px;
}
.latestArticles-list {
    flex-basis: unset !important;
    width: 100%;
}
.latestArticles h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px 7px 0;
}
.latestArticles-vma {
}
.latestArticles-vma a {
    display: inline-block;
    margin-right: 50px;
    font-size: 16px;
    font-weight: 400 !important;
    color: #0096CC;
    text-decoration: underline;
}
.latestArticles-vma a:hover {
}
.latestArticles-rss a {
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
    line-height: 1;
}
.latestArticles-subtitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3px !important;
    padding: 4px 0 4px 0;
    border-bottom: 5px solid #71B7F5;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 2;
}
.latestArticles-content {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    margin-top: 0px !important;
    margin-bottom: auto;
    padding: 10px 10px 20px;
    background: unset;
    overflow: hidden;
}
.latestArticles-content div.latestArticles-content-text {
    width: 67%;
    max-width: 100%;
}
.latestArticles-content div.latestArticles-content-image {
    width: 29.9999%;
}
.page-id-3044 .latestArticles-content div.latestArticles-content-text {
    width: 100%;
}
.page-id-3044 .latestArticles-content div.latestArticles-content-image {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
.latestArticles-subtitle::after {
    content: none;
}
.latestArticles-manuscriptTitle {
    margin-bottom: 10px !important;
    padding: 0 !important;
    font-weight: bold;
}

.latestArticles-manuscriptTitle a {
	color: #666666;
	text-decoration:none;
}

.latestArticles-manuscriptTitle a:hover {
    text-decoration: underline;
}

.latestArticles-authorName {
    padding: 0 !important;
    font-size: 16px;
    font-weight: bold;
	color: #0a4682;
}
.latestArticles-abstract {
    margin-bottom: 10px !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.4;
}
.latestArticles-url {
    margin-top: auto !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
	font-size:14px;
    text-align: right;

}
.latestArticles-date {
    margin: 3px 3px 0 0 !important;
    padding: 0 !important;
    text-align: right;
    font-size: 14px;
    color: #333;
}
.wp-block-group {
    width: 100%;
}

.journalinformation p {
    margin-block-end: 6px !important;
}


/* header */
.site-header {
    border-bottom: 1px solid #fff;
    background: #fff;
}
.device-pc .global-nav-list>li {
    margin: 10px 0;
    padding: 0;
    border-right: 1px solid #fff;
}
.device-pc .global-nav-list>li:last-child {
    border-right: none;
}
.device-pc .global-nav-list>li>a {
    color: #334F70 !important;
    text-decoration: unset;
    padding: 3px 1.5em;
}
.global-nav-list li {
    font-size: 14px;
}
.global-nav-list>li::before {
    border: unset;
}
.global-nav-list>li .global-nav-name {
    font-size: 16px;
}
body:not(.header_scrolled) .global-nav--layout--float-right {
    justify-content: center;
}
.vk-mobile-nav-menu-btn {
    left: unset;
    right: 5px;
    border: none;
    background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255,255,255,0);
    filter: brightness(0) saturate(100%) invert(30%) sepia(95%) saturate(1890%) hue-rotate(166deg) brightness(95%) contrast(101%);
}
.vk-mobile-nav-menu-btn.menu-open {
    filter:none;
}
.menu-item a {
    color: #fff !important;
    font-weight: 600;
}
.vk-menu-acc ul.sub-menu li a {
    background: #257ecc;
    color: #fff;
    font-weight: 100;
}
.vk-menu-acc ul.sub-menu li a:hover {
    background: #429eee;
}
.global-nav-list>li.menu-item-has-children::after {
    border-bottom-color: #257ecc;
}
.global-nav-list > li#menu-item-3128 > ul.sub-menu li#menu-item-3177 a {
    border: 1px solid #257ecc;
    background: #fff;
    color: #257ecc !important;
}
.vk-mobile-nav-menu-outer .menu-item a {
    color: #334F70 !important;
}
.vk-mobile-nav-menu-outer ul.sub-menu li a {
    background: #F6FDFF;
    color: #334F70;
}
/* footer */
footer {
    background: #fff;
}
footer .footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
    color: #333;
}
footer .footer-banner li {
    margin-bottom: 20px;
    list-style: none;
}
footer .footer-banner li a img {
    width: 100%;
}
footer .footer-content a {
    font-size: 2vw;
    color: #333;
    text-decoration: none;
}
footer .footer-content a:hover {
    color: #333;
    opacity: 0.8;
    text-decoration: none;
}
footer .footer-content a img {
    padding-right: 20px;
    vertical-align: middle;
}
.site-footer-copyright {
    color: #333;
}
.footer-logo span {
    display: block;
    margin-left: 80px;
    padding-bottom: 10px;
}
/* Editorial Board */
.editorialBoardTable thead {
    padding-left: 10px;
    border: 1px solid #F0F0F0;
}
.editorialBoardTable thead th {
    background: #eeeeee;
}

/* About the Journal */
.indexedin {
    padding-bottom: 20px !important;
}
.publicationcharge-table-title {
	width: 91.799%;
}

/* For Authors */
.forms-column {
	margin-block-end: var(--vk-margin-element-bottom) !important;
}

/* addSidebar */
.addSidebar {
    width: 230px;
    height: 520px;
    padding: 10px;
    background: rgba(226, 238, 242, 0.8);
    overflow-y: scroll;
}
.addSidebar ul {
    margin-left: 0px;
    list-style: none;
}
.addSidebar ul li {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1rem !important;
}
.addSidebar ul li.indent {
    padding-left: 0px;
}
.addSidebar ul li::before {
    content: ">";
    margin-right: 3px;
}
.addSidebar::-webkit-scrollbar {
    width: 7px;
}

.addSidebar::-webkit-scrollbar-thumb {
    background: #577c9e;
    border-radius: 5px;
}

.addSidebar::-webkit-scrollbar-track {
    background: #dcdcdc;
}

@media (min-width: 576px) {
    .first-view-container,
    .footer-content {
      max-width: 540px;
    }
    .first-view-container-left {
    }
    .first-view-container-left h1 {
        font-size: 40px;
    }
    .first-view-container-right {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}
@media (min-width: 768px) {
    .first-view-container,
    .footer-content {
        max-width: 720px;
    }
    .first-view-container-left {
        width: 57.999%;
    }
    .first-view-container-left h1 {
        font-size: 40px;
    }
    .page-id-3044 .latestArticles-list {
        width: 30.333%;
    }

}
@media (min-width: 992px) {
    .site-body-container {
        min-height: 600px;
    }
    .header_scrolled .site-header {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    }
    .header_scrolled .site-header .global-nav {
        background: #fff;
    }
    .menu {
        margin: 0 auto !important;
    }
    .first-view-container,
    .footer-content {
        max-width: 960px;
    }
    .first-view-container-left {
        width: 62.999%;
    }
    .first-view-container-left h1 {
        font-size: 40px;
    }
    .page-id-3044 .entry-body {
        display: flex;
        flex-wrap: wrap;
        gap: 3%;
    }
    .sub-section--col--two {
        width: 400px;
    }
}
@media (min-width: 1200px) {
    .first-view-container,
    .footer-content {
        max-width: 1140px;
    }
    .first-view-container-left {
        padding-top: 170px;
        width: 67.999%;
    }
    .first-view-container-left h1 {
        font-size: 60px;
    }
    .contentPageTitle {
        display: grid;
        place-items: center;
    }
    .contentPageTitle p {
        position: unset;
        width: 1100px;
        margin: auto;
    }
}
@media (max-width: 1260px) {
    .sub-section--col--two {
        width: 30vw;
    }
            .menu {
        width: 1000px;
    }
    .global-nav-list>li .global-nav-name {
        font-size: 1vw;
    }
    .issues-list {
        display: none;
    }
    .issues-list-sp {
        display: block;
    }
}
@media (max-width: 1199.98px) {
    .first-view-container-left p {
        padding: 2px 14px;
        border-radius: 5px;
        font-size: 2vw;
    }
    .first-view-container-left p span {
        font-size: 3vw;
    }
    .first-view-container-right{
        width: 30%;
    }
    .submission .coidf-ltp {
        gap: 5px;
    }
    .submission .coidf-ltp div:nth-child(1) p {
        text-align: center;
    }
    .submission .coidf-ltp div:nth-child(2) p {
        text-align: center;
    }
}
@media (max-width: 991.98px) {
    .contentPageTitle p {
        margin-left: 20px;
        text-align: left;
    }
    .wp-block-search__inside-wrapper {
        margin: 30px auto;
    }
    .wp-block-search input.wp-block-search__input {
        width: 100% !important;
        min-height: 40px;
        border-radius: 30px;
    }
    .wp-block-search .wp-block-search__button {
        right: 5px;
        width: 30px;
        height: 30px;
    }
    .display-sp {
        display: none;
    }
    .display-pc {
        display: block;
    }
    .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        margin-left: auto !important;
    }
    .site-header,
    .site-header-container {
        height: 44px;
        background: #fff;
        xborder-bottom: 1px solid #333;
    }
    .site-header-logo {
      padding-top: 1.5rem;
      margin-bottom: 1.5rem;
      white-space: normal;
    }
    .vk-mobile-nav .widget_nav_menu ul li a,
    .vk-mobile-nav nav ul li a {
        border-color: #00769C;
    }
    .first-view-container-left {
        width: 62.999%;
    }
    .first-view-container-right {
        width: 30%;
    }
	.latestArticles-list {
		max-width: 100%;
	}
    .addSidebar {
        max-width: 930px !important;
        padding: 10px 20px;
    }
    .addSidebar ul {
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }
    .addSidebar ul li {
        font-size: 14px;
    }
    .sub-section {
        position: unset !important;
    }
    footer .footer-content {
        flex-wrap: wrap-reverse;
    }
    footer .footer-banner {
        margin: 0 auto;;
    }
    .page-id-3044 .latestArticles-list {
        width: 100%;
    }
    #menu-item-3128 .sub-menu li {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    h2 {
        display: block;
        position: relative;
        margin-bottom: 50px;
        padding: 7px 10px 7px 0;
    }
    .first-view-container {
        min-height: 430px;
    }
    .first-view-container-left h1 {
        margin-bottom: 20px;
        font-size: 40px;
    }
    .first-view-container-left p {
        font-size: 2vw;
    }
    .first-view-container-left p span {
        font-size: 3vw;
    }
    .first-view-container-left p.first-view-container-left-end {
        width: 54.999%;
        right: unset;
        bottom: 15px;
    }
    .first-view-container-left {
        width: 100%;
        top: 0;
        transform: unset;
        padding: 20px 0 0 0;
    }
    .first-view-container-right {
        top: unset;
        bottom: 15px;
        transform: unset;
        width: 36%;
    }
    .contentPageTitle {
        min-height: 100px;
        background-size: cover;
        background-position-y: 50%;
    }
    .contentPageTitle p {
        width: 100%;
        margin: 0 auto;
        font-size: 6vw;
        text-align: left;
    }    
    .latestArticles h2 {
        display: block;
        position: relative;
        margin-bottom: 50px;
        padding: 10px 7px 10px 0;
    }
	.latestArticles-list {
		max-width: 100%;
	}
    .latestArticles-vma {
        position: absolute;
        bottom: -34px;
        color: #1F4E79;
        text-decoration: underline;
        right: 0px;
    }
    .latestArticles-vma a {
        color: #0096CC;
        font-size: 16px;
        margin-right: 0px;
    }
    .latestArticles-rss {
        position: absolute;
        top: -44px;
        right: 0;
    }
    .latestArticles-url {
        font-size: 16px;
    }
    .indexedin {
        gap: 0px;
    }
    .indexedin p {
        padding-left: 0px !important;
    }
}
@media (max-width: 575.98px) {
    .contentBlock h2 {
        max-width: 110%;
        margin-right: calc(50% - 50vw) !important;
    }
    h2 {
        font-size: 4.6vw;
    }
    h2.title-l {
        font-size: 5.2vw !important;
    }
    h3 {
        margin-left: 5px;
    }
    .latestArticles-vma {
        right: 0px;
    }
    footer .footer-content {
        width: 100%;
        padding: 20px;
    }
    footer .footer-content a {
        font-size: 3vw;
    }
    footer .footer-content a img {
        width: 20%;
    }
    .first-view-container {
        min-height: 88vw;
    }
    .first-view-container-left {
        width: 100%;
    }
    .first-view-container-left h1 {
        font-size: 8vw;
    }
    .first-view-container-left p {
        font-size: 3vw;
    }
    .first-view-container-left p span {
        font-size: 4vw;
    }
    .first-view-container-right {
        top: unset;
        bottom: 15px;
        transform: none;
    }
    .first-view-container-left p.first-view-container-left-end {
        width: 52.999%;
        font-size: 4vw;
    }
    .latestArticles-content {
        overflow-y: scroll;
    }
    .latestArticles-content div.latestArticles-content-text {
        width: 100%;
    }
    .latestArticles-content div.latestArticles-content-image {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }
    .latestArticles-content div.latestArticles-content-image img {
        width: 50%;
    }
}
@media screen and (max-width: 1600px) {
    .post-name-editorial-policies .container {
    }
    .main-section, .sub-section {
        width: 100%;
    }
    .home .sub-section {
        width: 400px !important;
    }

    .addSidebar {
        width: 100%;
        max-width: 1100px !important;
        margin: auto;
    }
    .sub-section {
        position: unset !important;
        margin: 20px 0;
        box-shadow: unset !important;
    }
    .addSidebar {
        height: auto;
        overflow-y: unset;
    }
}