* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
    color: #333;
}

a {
    color: #1f5466;
    text-decoration: none;
}
a:hover {
    color: #ec9700;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    white-space: normal;
}
tr {
    border-bottom: solid 1px #e9e9e9;
    background: #fcfcfc;
}

tr:nth-child(even) {
    background: #f3f3f3;
}

th,
td {
    padding: 4px 6px;
    vertical-align: middle;
}
th,
thead td {
    vertical-align: middle;
    text-align: center;
}

@keyframes loading {
    to {
    }
    from {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

.loading {
    position: relative;
    opacity: 0.4;
    zoom: 1;
}
.loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    border: 5px solid rgba(44, 103, 142, 0.8);
    border-right: 5px solid transparent;
    border-radius: 50%;
    animation: loading 1s linear infinite;
    z-index: 1000;
}

.locked {
    position: relative;
}

.locked:before {
    content: "";
    display: block;
    background: transparent;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
}

.freeze {
    overflow: hidden;
    width: 100%;
}

.icon {
    width: 1em;
    height: 1em;
}
a {
    color: #0a1f62;
}

a:hover {
    color: #304caa;
}

table th,
table td {
    border: 1px solid #adb3bf;
}

thead tr {
    background: transparent;
}

table thead td,
.main thead th,
table tbody th {
    background: #dfe9f8;
    font-weight: bold;
}

table tbody tr:nth-child(even) {
    background: #fafbff;
}

[data-icon]::after {
    vertical-align: text-bottom !important;
    line-height: 0.8 !important;
}
.ui-link-mode-admin {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 3em;
	color: #fff !important;
	text-decoration: none !important;
	background: #000;
	border: solid 1px #777;
	border-radius: 50%;
	box-shadow: 2px 2px 2px #222;
	opacity: 0.7;
}

.ui-link-mode-admin:hover {
	color: #fff !important;
	text-decoration: none !important;
	opacity: 1;
}

.ui-link-mode-admin .icon-admin {
	transition: transform 300ms ease-in;
}

.ui-link-mode-admin:hover .icon-admin {
	transform: scale(1.5);
}
.ui-menu,
.ui-menu .menu-item {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-menu-local {
    border: solid 1px #c6c7ca;
    border-bottom: none;
}

.ui-menu-local .menu-item-self {
    display: flex;
    align-items: center;
    padding: 0.7em;
    border-bottom: solid 1px #c6c7ca;
}

.ui-menu-local .menu-children {
    display: none;
}

.ui-menu-local .menu-active-trail + .menu-children,
.ui-menu-local .menu-active-trail + .menu-children .menu-children,
.ui-menu-local .open + .menu-children,
.ui-menu-local .open + .menu-children .menu-children {
    display: block;
}

.ui-menu-local .close + .menu-children,
.ui-menu-local .close + .menu-children .menu-children {
    display: none;
}

.ui-menu-local .menu-item-self.menu-active-current,
.ui-menu-local .menu-item-depth-1 > .menu-item-self.menu-active-current {
    background-color: #cedef5;
}

.ui-menu-local .menu-item-self > .ui-link {
    flex: 1 1 auto;
}

.ui-menu-local .menu-item-self > .icon {
    flex: 0 0 auto;
}

.ui-menu-local .menu-item-self > .icon-menu1 {
    display: none;
    color: #152d7b;
    order: 10;
    transform: rotate(90deg);
    cursor: pointer;
}

.ui-menu-local .has-children > .menu-item-self > .icon-menu1 {
    display: block;
}

.ui-menu-local .menu-item-self.menu-active-trail > .icon-menu1,
.ui-menu-local .menu-item-self.open > .icon-menu1 {
    transform: rotate(-90deg);
}

.ui-menu-local .menu-item-self.close > .icon-menu1 {
    transform: rotate(90deg);
}

.ui-menu-local .menu-item-self > .icon-menu2 {
    align-self: baseline;
    line-height: 1;
    font-size: 1.2em;
    margin-top: 2px;
    margin-right: 4px;
    margin-left: -4px;
    color: #7a8fba;
}

.ui-menu-local .menu-item-depth-1 > .menu-item-self {
    background-color: rgb(241, 246, 255);
    font-weight: bold;
}

.ui-menu-local .menu-item-depth-1 > .menu-item-self .ui-link {
    font-size: 1.1em;
}

.ui-menu-local .menu-item-depth-3 .menu-item-self {
    padding: 6px;
    padding-left: 2.3em;
    font-size: 0.9em;
    border-bottom-style: dotted;
}

.ui-menu-local .menu-item-depth-4 .menu-item-self:before {
    content: "・";
}
.ui-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    font-size: 0.9em;
}
.ui-breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex: 0 0 auto;
}
.ui-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: ">";
    margin: 0 12px;
}

.ui-breadcrumb .breadcrumb-item-current {
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1 1 auto;
    display: inline;
}
.ui-content-teaser .teaser-catch {
    height: 180px;
}

.ui-content-teaser .teaser-catch:empty {
    display: none;
}
.ui-teaser-page {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: center;
    border: solid 1px #c6c7ca;
    background: #fff;
    padding: 8px;
    position: relative;
    width: 100%;
}

.ui-teaser-page::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 62%;
    background: #7a8eb9;
    top: 19%;
}

.ui-teaser-page .teaser-content-title {
    margin: 0;
    padding-left: 12px;
    line-height: 1.3;
}
.ui-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.ui-content-siblings {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
}

.ui-content-siblings .page-prev,
.ui-content-siblings .page-next {
	flex: 1 1 50%;
	max-width: 50%;
}
.ui-content-siblings .page-list {
	flex: 0 0 auto;
	padding: 0 12px;
}

.ui-content-siblings .ui-link {
	display: flex;
	align-items: center;
}

.ui-content-siblings .navi-icon {
	font-size: 1.5em;
	flex: 0 0 auto;
}

.ui-content-siblings .navi-title {
	padding: 0 6px;
	flex: 1 1 auto;
	overflow: hidden;
	width: 1em;
}

.ui-content-siblings .page-list .navi-title {
	width: auto;
}

.ui-content-siblings .page-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-content-siblings .page-label {
	font-size: 0.8em;
}

.ui-content-siblings .page-next .ui-link {
	flex-direction: row-reverse;
}

.ui-content-siblings .page-next .navi-title {
	text-align: right;
}
.ui-site-author .title-main,
.ui-site-author .title-sub,
.ui-site-author .address-main,
.ui-site-author .address-tel {
    color: rgb(1, 32, 134);
}

.ui-site-author .address {
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}
.ui-title-site {
    margin: 0;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
}

.ui-title-site .ui-image {
    width: 60px;
    height: 60px;
}

.ui-title-site .site-title {
    display: flex;
    flex-direction: column;
    font-family: serif;
}

h1.ui-title-site {
    font-size: 1em;
    font-weight: normal;
}

.ui-title-site .site-title .title-sub {
    font-size: .9em;
    line-height: 1.1;
    padding-left: .04em;
}

.ui-title-site .site-title .title-main {
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 3px;
    line-height: 1.15;
}
.ui-site-map {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-site-map .map {
    width: 380px;
    height: 240px;
    max-width: 100%;
}

.ui-site-map iframe {
    width: 100%;
    height: 100%;
}
.ui-menu-info {
    display: flex;
    flex-direction: column;
}

.ui-menu-info .menu-item {
    padding: 0;
    margin-bottom: 6px;
}

.ui-menu-info .ui-link {
    display: flex;
    justify-content: center;
    padding: 6px 12px;
    flex: 1 1 auto;
    border: solid 1px;
}

.menu-open .ui-menu-info .ui-link {
    color: #fff;
}
.ui-menu-site {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
}

.ui-menu-site .menu-item {
    display: none;
}

.ui-menu-site .menu-item.menu-item-depth-1,
.ui-menu-site .menu-item.menu-item-depth-2 {
    display: block;
}

.ui-menu-site .menu-item-depth-1 {
    margin-bottom: 0.8em;
}

.ui-menu-site .menu-item-depth-1 > .menu-item-self {
    border: 1px solid rgb(1, 32, 134);
    padding: 8px 7px;
    background: #fff;
}

.ui-menu-site .menu-item-depth-1 > .ui-menu {
    margin-top: 0.5em;
}

.ui-menu-site .menu-item-depth-1 > .menu-item-self .ui-link {
    display: flex;
    padding-left: 0.5em;
    flex: 1 1 auto;
    border-left: 4px solid #7A8FBA;
    align-items: center;
    line-height: 1.2;
}

.ui-menu-site .menu-item-depth-2 {
    font-size: .95em;
}

.ui-menu-site .menu-item-depth-2 > .menu-item-self {
    padding: 0.3em;
    padding-left: 1.15em;
    position: relative;
}

.ui-menu-site .menu-item-depth-2 .menu-item-self .icon {
    position: absolute;
    left: 0;
    top: 0.29em;
    color: #7A8FBA;
    font-size: 1.2em;
}.ui-menu-main {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ui-menu-main .menu-item-self {
    display: flex;
    height: 100%;
    justify-content: center;
}

.ui-menu-main:after {
    content: "";
    border-top: solid 1px #e9e9e9;
}

.ui-menu-main:after,
.ui-menu-main > .menu-item-depth-1 {
    flex: 1 1 50%;
}

.ui-menu-main .menu-handle {
    display: none;
}

.ui-menu-main .ui-link {
    color: #fff;
}

.ui-menu-main .menu-children {
    display: none;
    background: #f9f9f9;
    padding: 12px;
}

.ui-menu-main .menu-children .menu-children {
    display: none;
}

.ui-menu-main .menu-item-depth-1 > .menu-item-self .ui-link {
    display: flex;
    flex: 1 1 1%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: center;
}

.ui-menu-main .menu-item-depth-1:nth-child(n + 3) > .menu-item-self > .ui-link {
    border-top: solid 1px #e9e9e9;
}

.ui-menu-main .menu-item-depth-1:nth-child(odd) > .menu-item-self > .ui-link {
    border-right: solid 1px #e9e9e9;
}

.ui-menu-main .menu-item-depth-2 > .menu-item-self > .ui-link {
    display: flex;
    padding: 12px;
    color: inherit;
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
}

.ui-menu-main .menu-item-depth-2:nth-child(n + 2) > .menu-item-self > .ui-link {
    border-top: dotted 1px;
}

.ui-menu-main .menu-item-depth-2 .icon-menu2 {
    z-index: 10;
    flex: 0 0 1em;
}

@media screen and (max-width: 750px) {
    .menu-open .ui-menu-main {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 12px;
    }

    .menu-open .ui-menu-main:after {
        display: none;
    }

    .menu-open .ui-menu-main .menu-item-depth-1 {
        flex-basis: 100%;
        border: solid 1px #ddd;
        margin-bottom: 6px;
    }

    .menu-open .ui-menu-main .menu-item-self {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-open .ui-menu-main .menu-item-depth-1 > .menu-item-self {
        padding: 6px 0 6px 12px;
    }
    .menu-open .ui-menu-main .menu-item-depth-1 > .menu-item-self > .ui-link {
        padding: 0;
        border-left: solid 3px #fff !important;
        padding-left: 6px;
        flex: 1 1 auto;
        justify-content: flex-start;
    }

    .menu-open .ui-menu-main .has-children .menu-handle {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4em;
        color: #fff;
        padding: 6px 12px;
        order: 10;
        cursor: pointer;
    }

    .menu-open
        .ui-menu-main
        .menu-item-depth-1:nth-child(n + 3)
        > .menu-item-self
        > .ui-link {
        border: none;
    }
    .menu-open
        .ui-menu-main
        .menu-item-depth-1:nth-child(odd)
        > .menu-item-self
        > .ui-link {
        border: none;
    }

    .ui-menu-main .icon-menu-open {
        display: block;
    }
    .ui-menu-main .icon-menu-close {
        display: none;
    }

    .ui-menu-main .open .icon-menu-open {
        display: none;
    }
    .ui-menu-main .open .icon-menu-close {
        display: block;
    }

    .menu-open .ui-menu-main .open > .menu-children {
        display: block;
    }
}
.ui-english-link-front {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border: solid 1px #ddd;
    padding: 0.2em 1.4em;
    min-width: 8em;
}

.ui-english-link-front:hover {
    text-decoration: none;
}
.ui-menu-navi {
    display: flex;
}

.ui-menu-navi .menu-item {
    padding: 6px 12px;
    flex: 1 1 50%;
}

.ui-menu-navi .ui-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: solid 1px;
    padding: 6px;
}
.ui-form-search .ui-field-submit-search .field-title {
	margin: 0;
}
.ui-form-search .ui-field-submit-search .field-title:before {
	display: none;
}
.ui-form-search-google {
    display: flex;
    width: 100%;
    padding: 0 12px;
    justify-content: center;
}

.ui-form-search-google .ui-input {
    border: solid 1px #ddd;
    box-shadow: none;
    letter-spacing: 0.03em;
    font-size: 16px;
    flex: 0 1 60%;
    background-color: #fff;
}

.ui-form-search-google .ui-button {
    background: #4D90FE;
    border: solid 1px #4D90FE;
    min-width: 5em;
    margin-left: 8px;
}

.ui-form-search-google .icon {
    color: white;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"] {
    -webkit-appearance: none;
    display: inline-block;
    margin: 0;

    font: inherit;
    line-height: 1.3;
    padding: 0.2em 0.4em;
    border: solid 1px #d9d9d9;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background: transparent;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="file"] {
    font: inherit;
}

input[type="text"]:focus,
input[type="text"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="url"]:focus,
input[type="url"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="datetime"]:focus,
input[type="datetime"]:hover,
input[type="date"]:focus,
input[type="date"]:hover,
input[type="month"]:focus,
input[type="month"]:hover,
input[type="week"]:focus,
input[type="week"]:hover,
input[type="time"]:focus,
input[type="time"]:hover,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:hover,
input[type="number"]:focus,
input[type="number"]:hover {
    border-color: #999999;
    box-shadow: 0 0 5px #999999;
    outline: none;
}
input[disabled] {
    background-color: #dddddd;
}

input {
    letter-spacing: 0.08em;
}
input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    width: auto;
    margin-right: 4px;
}

fieldset {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    padding: 0.6em 0.8em 1.2em 0.8em;
}
legend {
    margin: 0;
    padding: 0 0.5em;
}
.error-field {
    background: #fee;
}
.ui-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 6em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    font: inherit;
    line-height: 1.3;
    padding: 0.2em 0.4em;
    border: solid 1px #d9d9d9;
    background: transparent;
    transition: box-shadow 0.45s, border-color 0.45s, opacity 0.2s ease-in-out;
}

.ui-button:focus,
.ui-button:active,
.ui-button:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
    border-color: #999999;
    box-shadow: 0 0 5px #999999;
    opacity: 0.7;
}

.ui-button.active {
    opacity: 0.6;
    cursor: default;
}

.ui-button[disabled],
.ui-button.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.ui-button .icon-head {
    margin-right: 6px;
}

.ui-button .icon-tail {
    margin-left: 6px;
}
.ui-button-default {
    background: #fcfcfc;
    border-color: #ccc;
    color: #666;
}

.ui-button-default:hover {
    color: #666;
}
.ui-site-updated {
    font-size: 0.9em;
}

.ui-site-updated .updated-label {
    margin-right: 0.4em;
}
.ui-link-scroller {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(1, 32, 134);
    padding: 4px 12px;
    background: #fff;
}

.ui-link-scroller .icon {
    transform: rotate(180deg);
    font-size: 2em;
}

.ui-link-scroller .scroll-navi {
    line-height: 1.3;
    font-size: .85em;
    font-weight: bold;
}
.ui-drawer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 6px;
}

.ui-drawer .drawer-icon {
    font-size: 2em;
    flex: 0 0 auto;
}

.ui-drawer .drawer-icon-close {
    display: none;
}

.ui-drawer .drawer-label {
    white-space: nowrap;
}

.menu-open .ui-drawer .drawer-icon-close {
    display: block;
}

.menu-open .ui-drawer .drawer-icon-open {
    display: none;
}
.ui-drawer {
    padding: 3px 6px;
    color: #012086;
    border: 1px solid #012086;
    font-size: .85em;
}.ui-link-front:hover {
    color: inherit;
}
.ui-link-front {
    color: #152d7b;
}
.ui-link-front:hover {
    color: #152d7b;
    opacity: 0.7;
    text-decoration: none;
}
.bordered-table th,
.bordered-table td {
    border: 1px solid #d3d3d3;
    vertical-align: middle;
    color: inherit;
}
.bordered-table th,
.bordered-table thead td {
    background: rgb(224, 224, 224);
    vertical-align: middle;
    text-align: center;
}
.bordered-table tr {
    border-bottom: none;
    background: transparent;
}
.bordered-table tr:nth-child(even) {
    background: #f9f9f9;
}
ul,
ol {
	margin-left: 1.1em;
	list-style-position: outside;
	padding: 0;
}

ul {
	list-style: disc;
}
ul li {
	margin-left: 1.4em;
}
ol {
	list-style: decimal;
}
ol li {
	margin-left: 2.32em;
	text-indent: -0.34em;
}
.ui-list-projects {
    list-style: none;
    margin: 0;
}

.ui-list-projects .list-item {
    display: flex;
    flex-direction: column;
    background-color: white;
    position: relative;
    margin: 0;
}

.ui-list-projects .project-item {
    position: relative;
    flex: 1 1 auto;
    padding: 12px;
    background-size: cover;
    background-position: center center;
}

.ui-list-projects .project-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.75);
    z-index: 1;
}

.ui-list-projects .project-title,
.ui-list-projects .project-summary,
.ui-list-projects .project-links {
    position: relative;
    z-index: 2;
}

.ui-list-projects .project-title {
    font-family: serif;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.3em 0;
    border-bottom: 2px solid #7887b5;
}

.ui-list-projects .project-summary {
    padding: 1em 0;
}

.ui-list-projects .project-links {
    margin: 0 -6px;
    display: flex;
    flex-wrap: wrap;
}

.ui-list-projects .project-links li {
    display: flex;
    padding: 6px;
    margin: 0;
    flex: 1 1 auto;
    min-width: 50%;
}

.ui-list-projects .project-links .ui-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px;
    padding-left: 18px;
    flex: 1 1 auto;
    border: 1px solid rgb(1, 32, 134);
    background: #fff;
}

.ui-list-projects .project-links .ui-link:before {
    content: "";
    display: block;
    width: 4px;
    height: auto;
    background: rgb(1, 32, 134);
    position: absolute;
    left: 8px;
    top: 4px;
    bottom: 4px;
}
.ui-title-block-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(1, 32, 134);
    font-family: serif;
}

.ui-title-block-front .title-main {
    font-size: 1.2em;
    padding: 5px 1.5em;
    position: relative;
    text-align: center;
}

.ui-title-block-front .title-main::after {
    bottom: -1px;
    content: '';
    display: block;
    width: 140px;
    height: 2px;
    background: #304b9e;
    left: calc(50% - 70px);
    position: absolute;
}

.ui-title-block-front .title-sub {
    font-size: 0.8em;
    padding: 6px 0;
}
.ui-list-slides {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.ui-list-slides .list-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
    flex: 1 1 auto;
    opacity: 0;
}

.ui-list-slides .list-item.in {
    animation: fadein 7000ms linear;
}
.ui-list-slides .list-item.out {
    animation: fadeout 7000ms linear;
}

.ui-list-slides .ui-link {
    display: flex;
    flex: 1 1 auto;
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: scale(1);
        transform-origin: center center;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeout {
    0% {
        transform: scale(1.05);
        transform-origin: center center;
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
.ui-link-lecture-back {
    padding: 12px;
    background-color: rgba(1, 32, 134, 0.7);
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
}

.ui-link-lecture-back:hover {
    text-decoration: none;
    color: white;
}

.ui-link-lecture-back .icon {
    font-weight: 300;
    font-size: 1.2em;
    display: inline-block;
    margin-right: 0.5em;
}
.ui-lecture-inquiry {
    padding: 1em;
    border: 1px solid rgb(1, 32, 134);
    background-color: rgb(241, 246, 255);
}

.ui-lecture-inquiry .ui-title-lecture-inquiry {
    margin-top: 0;
}
.ui-title-lecture-inquiry {
    color: rgb(1, 32, 134);
    font-family: serif;
}
.ui-lecture-instructor .instructor-info {
    padding: 1em;
}

.ui-lecture-instructor .instructor-name {
    font-size: 1.6em;
    font-weight: bold;
}
.ui-title-lecture-instructor {
    margin: 0;
    padding: 0.4em 0.6em;
    color: rgb(1, 32, 134);
    border-bottom: 2px solid #7a8fba;
}
.ui-title-block-lecture {
    display: flex;
    flex-direction: column;
    padding: 0.6em;
    background-color: rgb(241, 246, 255);
}

.ui-title-block-lecture .title-main {
    order: 2;
    font-size: 1.3em;
    color: rgb(1, 32, 134);
    font-family: serif;
}

.ui-title-block-lecture .title-sub {
    order: 1;
    font-weight: 200;
    color: rgb(1, 32, 134);
    font-family: serif;
}
.ui-title-block-presentation {
    display: flex;
    flex-direction: column;
    padding: 0.6em;
    background-color: rgb(241, 246, 255);
    color: rgb(1, 32, 134);
    font-family: serif;
    font-size: 1.6em;
}
.ui-list-banners-size {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ui-list-banners-size .list-item {
    margin: 0;
    flex: 0 0 auto;
    padding: 5px 3px;
}

.ui-list-banners-size .banner-s {
    max-width: 180px;
    max-height: 60px;
}

.ui-list-banners-size .banner-m {
    max-width: 200px;
    max-height: 70px;
}

.ui-list-banners-size .banner-l {
    max-width: 100%;
    max-height: 120px;
}

.ui-list-banners-size .ui-image {
    width: 100%;
    height: 100%;
}
.ui-menu-pickup .menu-item {
    position: relative;
}

.ui-menu-pickup .menu-item + .menu-item {
    margin-top: 12px;
}
.ui-link-pickup {
    display: flex;
    flex-direction: column;
    min-height: 120px;
    position: relative;
    padding: 12px;
    width: 100%;
    background-size: cover;
    color: #fff;
    transition: all 0.7s;
    border: 1px solid #fff;
}

.ui-link-pickup:before {
    content: "";
    display: block;
    background: rgba(1, 32, 134, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.ui-link-pickup .pickup-title,
.ui-link-pickup .pickup-summary {
    z-index: 2;
}

.ui-link-pickup .pickup-title {
    padding: 0 0 12px;
    font-size: 1.3em;
}

.ui-link-pickup .pickup-summary {
    font-size: 0.9em;
}

.ui-link-pickup .ui-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.ui-message {
	padding: 0.6em;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	border-radius: 3px;
	color: #666;
	padding: 0.5em 1em;
	margin-bottom: 0;
}
.ui-message-status {
  border-color: #a6cad6;
  background-color: #f3f7f9;
  color: #248aad;
}
.ui-link-topics-archive {
    align-self: center;
    padding: 0.5em 1em;
    font-weight: bold;
    border: 1px solid rgb(1, 32, 134);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    min-width: 260px;
}

.ui-link-topics-archive:hover {
    text-decoration: none;
}

.ui-link-topics-archive .icon-topics {
    margin-right: 0.8em;
}
.ui-list-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .5s;
}

.ui-list-category .list-item {
    margin: 0;
    padding: 0;
    flex: 0 0 50%;
    flex-basis: calc(50% - 3px);
    margin-bottom: 6px;
}

.ui-list-category .category-link {
    display: flex;
    padding: 0.5em 1em;
    font-weight: bold;
    color: rgb(1, 32, 134);
    text-decoration: none;
    border: 1px solid rgb(1, 32, 134);
    justify-content: center;
    text-align: center;
}

.ui-list-category .category-link.active-current,
.ui-list-category .category-link.active {
    background: #012086;
    color: #fff;
}
.ui-list-topics {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-list-topics .list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0.5em 0;
    margin: 0;
    border-bottom: 2px solid rgba(130, 155, 238, 0.5);
}

.ui-list-topics .topic-date {
    display: flex;
    justify-content: flex-start;
    flex: 0 0 8em;
    font-weight: bold;
    border-left: solid 3px #012086;
    padding-left: 6px;
}

.ui-list-topics .topic-category {
    display: flex;
    justify-content: center;
    flex: 0 0 8em;
    color: white;
    margin-right: 1em;
    background-color: rgb(130, 155, 238);
}

.ui-list-topics .ui-link {
    flex: 1 1 100%;
    margin-top: 6px;
}
.ui-menu-sitemap .list-item-self {
    display: inline-block;
}
.ui-pager {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
}

.ui-pager .pager {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-pager .pager-item {
	display: block;
	list-style-type: none;
	margin: 0;
	flex: 0 0 auto;
	min-width: 2em;
}

.ui-pager .pager-first,
.ui-pager .pager-prev,
.ui-pager .pager-next,
.ui-pager .pager-last {
	min-width: 5em;
}

.ui-pager .pager-item + .pager-item {
	margin-left: 6px;
}

.ui-pager .ui-link {
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}

.ui-pager .pager-current {
	font-weight: bold;
}

.ui-pager .pager-current,
.ui-pager .pager-page {
	display: none;
}
.ui-banners {
    display: flex;
    flex-wrap: wrap;
}
.ui-button-danger {
    background: #993737;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2);
}

.ui-button-danger:hover {
    color: #fff;
}
.ui-button-forward {
    background: #2b6991;
    color: #fff;
    cursor: pointer;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2);
    border-color: #c4c4c4;
    box-shadow: inset -1px -1px 3px rgba(0, 41, 54, 0.4);
}

.ui-button-forward:hover {
    color: #fff;
}
.ui-carousel {
	overflow: hidden;
	display: flex;
}

.ui-carousel .slide-prev,
.ui-carousel .slide-next {
	position: absolute;
	top: 0;
	font-size: 2em;
	padding: 12px;
	display: flex;
	align-items: center;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}

.ui-carousel .slide-prev {
	left: 0;
}
.ui-carousel .slide-next {
	right: 0;
}

.ui-carousel .icon-chevron_circle_left,
.ui-carousel .icon-chevron_circle_right {
	-webkit-filter: drop-shadow(1px 1px 3px #333);
	filter: drop-shadow(1px 1px 3px #333);
	stroke: #333;
	stroke-width: 10px;
	stroke-opacity: 0.6;
}

.ui-carousel .icon-chevron_circle_left path,
.ui-carousel .icon-chevron_circle_right path {
	fill: #fff;
	fill-opacity: 0.9;
}

.ui-carousel .slide-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex: 1 1 auto;
}
em,
i {
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

del {
	text-decoration: line-through;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
p {
	margin: 0 0 0.8em;
}
p:last-child {
	margin: 0;
}
sub {
	font-size: 0.78em;
	line-height: 1em;
	vertical-align: sub;
}
sup {
	font-size: 0.78em;
	line-height: 1em;
	vertical-align: super;
}
.ui-content-alias {
	display: flex;
	align-items: center;
	border: solid 1px #ddd;
	padding: 12px;
}

.ui-content-alias .ui-link {
	display: flex;
	align-items: center;
}

.ui-content-alias .icon-alias {
	margin-right: 6px;
}
.ui-content-alias-file .alias-info {
	margin-left: 12px;
	font-size: 0.8em;
}
.ui-content-alias-file .alias-info:after {
	content: "]";
}
.ui-content-alias-file .alias-info:before {
	content: "[";
}
.ui-content-teasers .ui-content-teaser + .ui-content-teaser {
	margin-top: 36px;
}
.ui-deflist {
  display: block;
  padding: 6px;
}

.ui-deflist dt {
  font-weight: bold;
  border-bottom: dotted 1px #999;
}

.ui-deflist dd {
  margin: 0 0 6px 0;
}
.ui-editor-content {
    position: relative;
    width: 100%;
}

.ui-editor-content:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    font-size: 1px;
}

.ui-editor-content:empty {
    margin-bottom: 0;
}

.ui-editor-content figure {
    margin: 0;
    padding: 0;
}

.ui-editor-content img,
.ui-editor-content iframe,
.ui-editor-content table {
    max-width: 100%;
}

.ui-editor-content h2,
.ui-editor-content h3,
.ui-editor-content h4 {
    clear: both;
}

.ui-editor-content p:empty {
    pointer-events: none;
}

.ui-editor-content [data-indent="1"] {
    margin-left: 1.5em;
}
.ui-editor-content [data-indent="2"] {
    margin-left: 3em;
}
.ui-editor-content [data-indent="3"] {
    margin-left: 4.5em;
}

.ui-editor-content [data-fontsize="-2"] {
    font-size: 0.75em;
}
.ui-editor-content [data-fontsize="-1"] {
    font-size: 0.9em;
}
.ui-editor-content [data-fontsize="1"] {
    font-size: 1.1em;
}
.ui-editor-content [data-fontsize="2"] {
    font-size: 1.3em;
}
.ui-editor-content [data-fontsize="3"] {
    font-size: 1.6em;
}

.ui-editor-content .text-center {
    text-align: center;
}
.ui-editor-content .text-right {
    text-align: right;
}
.ui-editor-content .text-justify {
    text-align: justify;
}

.ui-editor-content .imgbox::before,
.ui-editor-content .imgbox::after {
    display: block;
    content: "";
    clear: both;
}

.ui-editor-content .imgbox-item {
    float: left;
    text-align: center;
    margin-bottom: 5px;
}

.ui-editor-content .imgbox-item {
    margin-right: 5px;
}

.ui-editor-content .imgbox-item_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ui-editor-content .imgbox-item_img img {
    flex: 0 1 auto;
    margin: 5px 3px;
}

.ui-editor-content .imgbox-item_img::after {
    display: block;
    content: "";
    clear: both;
}

.ui-editor-content .imgbox-item_caption {
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 0 3px;
    font-size: 0.88em;
}

.ui-editor-content .imgbox-center {
    display: flex;
    justify-content: center;
}

.ui-editor-content .bordered {
    border: solid 1px #ddd;
    background: #e9e9e9;
    padding: 12px;
}

.ui-editor-content .alert {
    color: #dc4338;
}
.editor-content h2 {
    border-left: solid 6px #ddd;
    padding-left: 6px;
    clear: both;
}
.editor-content h3 {
    border-bottom: solid 1px #ddd;
    clear: both;
}

.editor-content h4 {
    border-bottom: dotted 1px #ddd;
    clear: both;
}

.editor-content table {
    border-collapse: collapse;
    border: solid 1px #ddd;
}

.editor-content td,
.editor-content th {
    border: solid 1px #ddd;
}

.editor-content hr {
    clear: both;
    margin: 1em auto;
    border: none;
    border-top: 1px solid #aaa;
}
.editor-content {
    padding: 0 8px;
}

.editor-content h2 {
    border: none;
    background: #dfe9f8;
    color: #152d7b;
    padding: 7px 12px;
    font-family: serif;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0.83em -8px;
}

.editor-content h3 {
    color: #152d7b;
    border-bottom: solid 2px #152d7b;
    padding: 6px 8px;
    margin: 1em -8px;
}

.editor-content h4 {
    padding: 0 8px;
    border-left: solid 4px #152d7b;
    color: #152d7b;
    border-bottom: none;
    margin: 1em 0;
    font-size: 1.1em;
}

.editor-content h5 {
    color: #fff;
    background: #4c64bf;
    display: inline-block;
    padding: 0.2em 0.5em;
    margin: 0.8em 0;
}

.editor-content h5 a,
.editor-content h5 a:hover {
    color: #fff;
}

.editor-content ul,
.editor-content ol {
    margin: 1em 0;
}

.editor-content ul li,
.editor-content ol li {
    margin-bottom: 0.2em;
}

.editor-content ul {
    list-style: none;
}

.editor-content ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4660b2;
    margin-left: -1.14em;
    margin-right: 0.52em;
    position: relative;
    top: -1px;
}

.editor-content ol {
    list-style: none;
    counter-reset: ol_li;
}

.editor-content ol li::before {
    margin-right: 0.25em;
    counter-increment: ol_li;
    content: counter(ol_li) ".";
    color: #4660b2;
    margin-left: -1.3em;
    font-weight: bold;
}

.editor-content ol li {
    margin-left: 1.45em;
    text-indent: 0;
}

.editor-content th,
.editor-content td {
    border: 1px solid #adb3bf;
}

.editor-content thead td,
.editor-content thead th,
.editor-content tbody th {
    background: #dfe9f8;
    font-weight: bold;
}

.editor-content tbody tr:nth-child(even) {
    background: #fafbff;
}

.editor-content .scroll {
    overflow: auto;
}
.editor-content .scroll table {
    max-width: none;
    min-width: 700px;
}
.editor-content .scroll::-webkit-scrollbar {
    height: 5px;
}
.editor-content .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.editor-content .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
}

.editor-content .borderd {
    background: #fffcf2;
    border: 1px solid #f9e4b5;
    padding: 0.5em;
    display: inline-block;
}

.editor-content .imgbox-item {
    border: 1px solid #cad4df;
}
.editor-content hr {
    clear: both;
    margin: 1em auto;
    border: none;
    border-top: 1px solid #e2e3e4;
    width: 80%;
}

.editor-content .bordered {
    border: 1px solid #c5d1e0;
    padding: 1em;
    background-color: #f3f8ff;
}
.ui-editor {
    width: 100%;
    position: relative;
}
.ui-field .field-title {
    font-weight: bold;
}

.ui-field .fields {
    display: flex;
}

.ui-field .description {
    font-size: 0.85em;
    padding: 0.5em 0.2em;
}

.ui-field .field-required {
    font-size: 0.8em;
    font-weight: normal;
    color: #d51d39;
    line-height: 1;
}

.ui-field .fields .ui-input-text:only-child {
    flex: 1 1 1em;
}

.ui-field.field-hidden {
    display: none !important;
}
.ui-field-button .ui-button {
	flex: 1 1 auto;
}
.ui-fieldset {
    padding: 0;
}

.ui-fieldset .set-title {
    margin-bottom: 12px;
    padding: 0 6px;
}
.ui-fieldset-actions > .set-fields {
    text-align: center;
    padding: 12px 0 0 0;
}

.ui-fieldset-actions .ui-button + .ui-button {
    margin-left: 24px;
}
.ui-fieldset-stacked > .set-fields > .ui-field {
    display: block;
    flex: 1 0 100%;
    padding: 0;
}

.ui-fieldset-stacked > .set-fields > .ui-field > .field-title {
    margin: 0 0 6px 0;
    padding: 0;
    border: none;
    text-align: left;
}

.ui-fieldset-stacked > .set-fields > .ui-field > .field-input {
    padding: 0;
}

.ui-fieldset-stacked .ui-field + .ui-field {
    margin-top: 12px;
}

.ui-fieldset-stacked > .set-fields > .ui-field .ui-input-text:only-child {
    flex: 1 1 1em;
    max-width: 100%;
}
.ui-fieldset-vertical > .set-fields > .ui-field > .field-title {
    display: flex;
    align-items: center;
}

.ui-fieldset-vertical > .set-fields > .ui-field > .field-title > .field-required {
    margin-left: 6px;
}

.ui-fieldset-vertical .ui-field + .ui-field {
    margin-top: 12px;
}
.ui-label {
	display: flex;
	align-items: center;
	margin: 0;
}
.ui-link-none {
	color: inherit !important;
	text-decoration: none !important;
	cursor: text !important;
}
.ui-link-none:hover {
	color: inherit !important;
	text-decoration: none !important;
	cursor: text !important;
}
.ui-message-error {
  border-color: #a81e4c;
  background-color: #faeef2;
  color: #aa1345;
}
.ui-message-info {
  border: 1px solid #7d966d;
  background-color: #f4ffed;
  color: #2a5d29;
}
.ui-message-warning {
  border-color: #f2cd7b;
  background-color: #fff3da;
  color: #d29000;
}
.ui-pager .pager-current {
    font-weight: bold;
    background-color: rgb(241, 246, 255);
    border-radius: 50%;
}
.ui-tabs .block {
  display: none;
}

.ui-tabs .block.active {
  display: inherit;
}

.ui-tabs .block-title {
  display: none;
}

.ui-tabs .tab-menu {
  display: flex;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.ui-tabs .tab-menu li {
  margin: 0;
  padding: 0 6px 0 0;
}

.ui-tabs .tab-menu a {
  display: block;
  border-bottom: solid 3px #ddd;
  padding: 4px 12px;
  min-width: 8em;
  text-align: center;
}

.ui-tabs .tab-menu a:hover,
.ui-tabs .tab-menu .active {
  border-color: #30788f;
}
.ui-tabs-years-nendo-article {
    display: flex;
    flex-wrap: wrap;
}

.ui-tabs-years-nendo-article .tab-item {
    display: block;
    margin: 0 0 6px 6px;
    padding: 0;
    min-width: 7em;
    text-align: center;
}

.ui-tabs-years-nendo-article .ui-link {
    display: block;
    background: #efefef;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 2px 12px;
}

.ui-tabs-years-nendo-article .ui-link:hover {
    text-decoration: none;
}
.ui-teaser {
	display: flex;
	flex-direction: row-reverse;
}

.ui-teaser .summary {
	flex: 1 1 auto;
}

.ui-teaser .catch {
	flex: 0 0 100px;
	height: 100px;
}

.ui-teaser .catch:empty {
	display: none;
}
.block:empty {
  display: none;
}
.block-content-visual {
    height: 80px;
    background-size: cover;
    background-position: center;
    color: transparent;
    position: relative;
}

.block-content-visual::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0c2086;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.block-content-visual:empty {
    display: block;
}
.block-handle {
	position: fixed;
	left: 12px;
	bottom: 12px;
	z-index: 100;
}
.block-menu-local .menu-root {
    padding: 12px;
    background-color: rgb(1, 32, 134);
    font-weight: bold;
}

.block-menu-local .menu-root .ui-link {
    color: white;
    font-size: 1.2em;
}

.block-menu-main .ui-menu-tree {
    display: flex;
}

.block-menu-main .menu-item {
    flex: 1 1 1em;
}

.block-menu-main .menu-item + .menu-item {
    border-left: solid 1px;
}

.block-menu-main .ui-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.block-menu-main .ui-menu-tree .ui-menu-tree {
    display: none;
}
.block-menu-sub .ui-menu-tree {
    display: flex;
}

.block-menu-sub .menu-item {
    flex: 1 1 1em;
}

.block-menu-sub .menu-item + .menu-item {
    border-left: solid 1px;
}

.block-menu-sub .ui-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.block-menu-sub .ui-menu-tree .ui-menu-tree {
    display: none;
}.block-page-breadcrumb {
    padding: 1em 8px;
}
.block-page-children {
    border: solid 1px #c6c7ca;
    background: #f1f6ff;
    padding: 8px;
    margin-top: 32px !important;
}

.block-page-children .ui-title-section {
    margin: 0;
    padding: 0 0 12px 0;
}

.block-page-children .children-pages .ui-link-page {
    display: flex;
    margin-bottom: 6px;
}
.block-page-title {
    padding: 1.2em;
    background-color: rgb(241, 246, 255);
    border-left: 12px solid rgb(1, 32, 134);
    margin-bottom: 32px;
}

.block-page-title .title {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.3;
    font-family: serif;
    color: rgb(1, 32, 134);
}
.block-site-author {
    display: flex;
    flex-direction: column;
    padding: 2em 0;
}

.block-site-author .ui-site-author {
    margin-top: 24px;
    order: 2;
}

.block-site-author .ui-site-map {
    order: 1;
}
.block-site-copy {
    padding: 0.5em 0;
    background-color: rgb(1, 32, 134);
}

.block-site-copy .copy-content {
    color: white;
    font-size: 0.8em;
    text-align: center;
}
.block-site-info {
    display: flex;
    padding: 0 12px;
}

.block-site-info > .ui-menu-info {
    flex: 1 1 auto;
}
.block-site-menu-footer {
    margin-top: 24px;
}

.block-site-menu-footer .ui-menu-site {
    display: none;
    margin: 0 12px;
}

.block-site-menu-footer .ui-menu-site .menu-item.menu-item-depth-1 {
    display: none;
}
.block-site-menu-main {
    background-color: rgb(1, 32, 134);
}
.block-site-navi {
    display: flex;
    flex-direction: column;
    background: #012086;
}

.block-site-navi .navi-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
    flex: 1 1 auto;
}

.block-site-navi .navi-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.block-site-navi .ui-site-updated {
    margin-left: 1.2em;
    flex: 1 1 100%;
}

@media screen and (max-width: 750px) {
    .menu-open .block-site-navi .ui-english-link-front {
        order: -1;
        margin: 0 12px;
    }

    .menu-open .block-site-navi .ui-site-updated {
        display: none;
    }
}
.block-site-scroller {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    display: none;
}
.block-site-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 100%;
    padding: 6px;
}
.block-front-projects {
    background-color: rgb(241, 246, 255);
}
.block-english-site-title {
    display: flex;
    align-items: center;
}

.block-english-site-title .site-title {
    letter-spacing: 0;
    transform: scaleX(0.9);
    transform-origin: left;
}
.block-front-visual {
    position: relative;
    height: 34vw;
    max-height: 600px;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.block-front-visual .slide-wrapper {
    position: relative;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    width: 100%;
    padding: 0 .5em;
}

.block-front-visual .slide-text {
    font-size: 1.8em;
    color: white;
    font-family: serif;
    text-shadow: 1px 1px 4px rgb(1,13,54), 0 0 5px rgb(1,13,54), -1px -1px 4px rgb(1,13,54);
    margin: auto;
    opacity: 0;
    transition: 2s cubic-bezier(0.22, 1, 0.36, 1) 1s;
    transform: scale(2);
    transform-origin: left center;
}

.block-front-visual.in .slide-wrapper {
    opacity: 1;
}

.block-front-visual.in .slide-text {
    opacity: 1;
    transform: scale(1);
}
.block-page-body {
    margin-top: 24px;
    margin-bottom: 48px;
}.block-lecture-back {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 12px;
}
.block-page-lecture .lecture-date-wrap {
    display: flex;
    flex-direction: row-reverse;
}

.block-page-lecture .lecture-date-wrap .lecture-date {
    font-size: 1.2em;
    font-family: serif;
    padding: 0.2em 1em;
    border-bottom: 2px solid #7a8fba;
}

.block-page-lecture .lecture-item {
    display: flex;
    flex-direction: column;
}

.block-page-lecture .lecture-summary {
    padding: 1em;
}

.block-page-lecture .ui-link-lecture-document {
    padding: 0.5em 1em;
    background-color: rgb(241, 246, 255);
    color: rgb(1, 32, 134);
    align-self: flex-end;
}

.block-page-lecture .presentations {
    margin-top: 3em;
}

.block-page-lecture .lecture-bottom {
    margin-top: 3em;
    padding: 2em 0;
    display: flex;
}

.block-page-lecture .ui-link-lecture-pamphlet,
.block-page-lecture .ui-link-lecture-look {
    padding: 0.6em 1.5em;
    margin-right: 1em;
    background-color: rgb(241, 246, 255);
    color: rgb(1, 32, 134);
    font-family: serif;
    font-size: 1.1em;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .block-archive-lectures .list-item {
        display: block;
        margin: 0;
        padding: 6px 0;
    }

    .block-archive-lectures .list-item:before {
        display: none;
    }

    .block-archive-lectures .ui-link-list-lecture {
        padding: 6px;
        border: solid 1px;
        display: block;
    }
}
.block-front-topics {
    display: flex;
    flex-direction: column;
}

.block-front-topics .ui-list-topics {
    margin-top: 12px;
}

.block-front-topics .ui-link-topics-archive {
    margin-top: 12px;
}

.block-front-topics .ui-list-topics .list-item:nth-child(n + 11) {
    display: none;
}

.block-front-topics .ui-message {
    display: none;
}

.block-front-topics .ui-list-topics:empty + .ui-message {
    display: block;
    margin: 0 24px;
}
.block-archive-topics .ui-list-category {
    margin-bottom: 24px;
}
body {
	margin: 0;
	padding: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
em,
i {
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	clear: both;
	background: transparent;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4,
h5,
h6 {
	font-size: 1em;
}
small {
	font-size: 0.68em;
}
p {
	margin: 0 0 0.8em;
}
sub {
	font-size: 0.78em;
	line-height: 1em;
	vertical-align: sub;
}
sup {
	font-size: 0.78em;
	line-height: 1em;
	vertical-align: super;
}
.page .layout-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.page .layout-main_before {
    display: flex;
    flex-direction: column;
}

.page .block-front-visual {
    order: -1;
}

.page .layout-main_after {
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    background: rgb(241, 246, 255);
}

.page .layout-footer {
    background: rgb(1, 32, 134);
}

.page .layout-wrap + .layout-footer {
    margin-top: 24px;
}

.page .tab-item .ui-link {
    background: #dfe9f8;
    border-radius: 0;
}

.page .tab-item .ui-link:hover,
.page .tab-item-active .ui-link {
    background: #012086;
    border-color: #012086;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .menu-open {
        background: #012086;
    }

    .page .block-site-title {
        background: #fff;
    }

    .page .block-site-menu-main,
    .page .block-site-navi {
        display: none;
    }

    .menu-open .page .block-site-menu-main {
        display: block;
    }
    .menu-open .page .block-site-navi {
        display: flex;
    }

    .menu-open .page .block-front-visual,
    .menu-open .page .block-content-visual,
    .menu-open .page .block-page-breadcrumb,
    .menu-open .page .block-front-topics,
    .menu-open .page .layout-main,
    .menu-open .page .layout-side,
    .menu-open .page .block-site-menu-footer,
    .menu-open .page .block-site-author,
    .menu-open .page .layout-footer {
        display: none;
    }

    .menu-open .page .layout-main_after {
        margin: 0;
        padding: 0;
        background: transparent;
    }
}
.page-content .layout-main {
    padding: 0 8px 24px;
}

.page-content .layout-main .block + .block {
    margin-top: 12px;
}
.page-content-english-front .layout-main > .block {
    padding: 2em 12px;
}
.page-content-english-page .layout-main {
    padding: 0 8px 24px;
}

.page-content-english-page .layout-main .block + .block {
    margin-top: 12px;
}
.page-error .layout-wrap {
    margin-top: 24px;
}
.page-front .layout-wrap {
    margin-top: 40px;
}

.page-front .layout-main {
    padding: 24px 0;
}

.page-front .layout-main > .block {
    padding: 2em 7px;
}

@media screen and (max-width: 750px) {
    .page-front .block-site-menu-main {
        display: flex;
    }
}
