/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

.px-025 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.py-025 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.mb-05 {
  margin-bottom: 0.5rem !important; }

.mt-05 {
  margin-top: 0.5rem !important; }

.ml-05 {
  margin-left: 0.5rem !important; }

.mr-05 {
  margin-right: 0.5rem !important; }

.mx-05 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-05 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.px-05 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-05 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.mt-2 {
  margin-top: 2rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pr-2 {
  padding-right: 2rem !important; }

.pl-2 {
  padding-left: 2rem !important; }

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem; }

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.mt-3 {
  margin-top: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem; }

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem; }

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.mt-4 {
  margin-top: 4rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.mt-5 {
  margin-top: 5rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.pr-5 {
  padding-right: 5rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem; }

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem; }

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.mt-6 {
  margin-top: 6rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.pt-6 {
  padding-top: 6rem !important; }

.pb-6 {
  padding-bottom: 6rem !important; }

.pr-6 {
  padding-right: 6rem !important; }

.pl-6 {
  padding-left: 6rem !important; }

.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem; }

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.px-6 {
  padding-left: 6rem;
  padding-right: 6rem; }

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.mt-7 {
  margin-top: 7rem !important; }

.mb-7 {
  margin-bottom: 7rem !important; }

.mr-7 {
  margin-right: 7rem !important; }

.ml-7 {
  margin-left: 7rem !important; }

.pt-7 {
  padding-top: 7rem !important; }

.pb-7 {
  padding-bottom: 7rem !important; }

.pr-7 {
  padding-right: 7rem !important; }

.pl-7 {
  padding-left: 7rem !important; }

.mx-7 {
  margin-left: 7rem;
  margin-right: 7rem; }

.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem; }

.px-7 {
  padding-left: 7rem;
  padding-right: 7rem; }

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.mt-8 {
  margin-top: 8rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.mr-8 {
  margin-right: 8rem !important; }

.ml-8 {
  margin-left: 8rem !important; }

.pt-8 {
  padding-top: 8rem !important; }

.pb-8 {
  padding-bottom: 8rem !important; }

.pr-8 {
  padding-right: 8rem !important; }

.pl-8 {
  padding-left: 8rem !important; }

.mx-8 {
  margin-left: 8rem;
  margin-right: 8rem; }

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem; }

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.w-full,
.w-100p {
  width: 100%; }

.space-between {
  justify-content: space-between; }

.items-center {
  align-items: center; }

.fixed {
  position: fixed; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.relative {
  position: relative; }

.flex-basis-50 {
  flex-basis: 50%; }

.block {
  display: block; }

.flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-col {
  display: flex;
  flex-direction: column; }

.bold {
  font-weight: bold; }

.place-center {
  place-content: center; }

.hide {
  display: none; }

.grid {
  display: grid; }

.grid-fr-fr {
  grid-template-columns: 1fr 1fr; }

.gap-10p {
  gap: 10%; }

.gap-5p {
  gap: 5%; }

.break-all {
  word-break: break-all; }

html {
  scroll-padding-top: 60px; }

.cursor-pointer {
  cursor: pointer; }

.md-show {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .md-show {
      display: initial !important; } }
.md-hide {
  display: initial !important; }
  @media screen and (min-width: 768px) {
    .md-hide {
      display: none !important; } }
html {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-ryumin {
  font-family: a-otf-ryumin-pr6n, serif; }

img {
  max-width: 100%; }

strong {
  font-weight: bold !important; }

.topics-list .item {
  margin: 32px 20px; }
  .topics-list .item img {
    margin-bottom: 12px; }
  .topics-list .item > div {
    margin-bottom: 8px; }

.tag {
  margin-right: 12px;
  background-color: #001e62;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  word-break: keep-all; }
  @media screen and (min-width: 768px) {
    .tag {
      padding: 4px 16px;
      margin-right: 16px; } }

.tab-area .news-list .tag { width: 84px; padding: 4px !important; text-align: center; }
 @media screen and (max-width: 767px) { .tab-area .news-list .tag { width: 74px; padding: 4px !important; } }
  @media screen and (max-width: 540px) { .tab-area .news-list li { display: block !important; padding: 12px 0 !important; } .tab-area .news-list .tag {display: block; margin-bottom: 7px !important;} }
  
.date {
  color: #c63527;
  margin-right: 16px; }

.btn {
  background-color: #001e62;
  color: white;
  border: 1px solid #001e62; }

.btn-inverse {
  background-color: white;
  color: #001e62; }

.font-regular {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal; }

.font-semi-bold {
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal; }

.font-bold {
  font-family: adobe-garamond-pro, serif;
  font-weight: 700;
  font-style: normal; }

.font-weight-500 {
  font-weight: 500; }

h2 {
  font-size: 32px;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 40px; } }
h3 {
  font-family: a-otf-ryumin-pr6n, serif; }

.container {
  width: 880px;
  max-width: 100%;
  margin: auto; }

.page-container {
  max-width: 1600px;
  margin: auto; }

.gutter {
  padding: 0 32px; }
  @media screen and (min-width: 768px) {
    .gutter {
      padding: 0; } }
ul.tab {
  display: flex;
  place-content: center;
  margin: 16px 0; }
  @media screen and (min-width: 768px) {
    ul.tab {
      margin: 48px 0 16px; } }
  ul.tab li {
    font-size: 12px;
    font-weight: bold;
    color: #001e62;
    display: block;
    border-left: 1px solid;
    padding: 0 16px; }
    ul.tab li.active {
      color: #666; }
    ul.tab li:first-child {
      border: 0; }
    @media screen and (min-width: 768px) {
      ul.tab li {
        font-size: 18px; } }
.bg-f2f2f2 {
  background-color: #f2f2f2; }

.bg-ffffff {
  background-color: #ffffff; }

header#header {
  z-index: 1000;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  align-items: center;
  background-color: white; }
  header#header .logo {
    margin-left: 16px; }
  header#header .hamburger-button {
    width: 60px;
    height: 60px;
    background-color: #001e62;
    color: white;
    display: inline-block;
    position: relative; }
    header#header .hamburger-button.close .bar {
      display: block;
      width: 40%;
      height: 2px;
      position: absolute;
      left: 30%;
      background: white;
      border-radius: 1px; }
      header#header .hamburger-button.close .bar:nth-child(1) {
        top: 25%; }
      header#header .hamburger-button.close .bar:nth-child(2) {
        top: 40%;
        transform: translateY(-50%); }
      header#header .hamburger-button.close .bar:nth-child(3) {
        top: 55%;
        transform: translateY(-100%); }
    header#header .hamburger-button.close:after {
      width: 100%;
      text-align: center;
      font-size: 8px;
      position: absolute;
      bottom: 8px;
      content: "MENU"; }
    header#header .hamburger-button.open .bar {
      display: block;
      width: 34%;
      height: 2px;
      position: absolute;
      left: 33%;
      background: white;
      border-radius: 1px; }
      header#header .hamburger-button.open .bar:nth-child(1) {
        top: 40%;
        transform: rotate(-45deg); }
      header#header .hamburger-button.open .bar:nth-child(2) {
        top: 40%;
        transform: rotate(45deg); }
      header#header .hamburger-button.open .bar:nth-child(3) {
        display: none; }
    header#header .hamburger-button.open:after {
      width: 100%;
      text-align: center;
      font-size: 8px;
      position: absolute;
      bottom: 8px;
      content: "CLOSE"; }
  header#header #menu {
    position: fixed;
    top: 60px;
    width: 100%;
    background-color: #ffffff;
    height: calc(100% - 60px);
    overflow-y: scroll; }
    @media screen and (min-width: 768px) {
      header#header #menu {
        height: auto;
        overflow-y: none; }
        header#header #menu .container {
          padding: 32px 0; } }
    header#header #menu ul.menu-tab {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid; }
      header#header #menu ul.menu-tab li {
        padding-bottom: 8px; }
        header#header #menu ul.menu-tab li.active {
          border-bottom: 6px solid #c63527; }
    header#header #menu .menu-upper {
      padding: 32px 0 16px;
      font-size: 20px;
      border-bottom: 1px solid;
      color: #001e62; }
      @media screen and (min-width: 768px) {
        header#header #menu .menu-upper {
          display: none; } }
      header#header #menu .menu-upper .row {
        display: flex;
        align-items: center;
        place-content: center;
        padding: 12px 0; }
        header#header #menu .menu-upper .row .btn {
          padding: 4px 0 4px 16px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-weight: 500; }
          header#header #menu .menu-upper .row .btn:after {
            content: "\232A";
            font-size: 18px;
            display: block;
            margin-left: 16px; }
        header#header #menu .menu-upper .row input[type="search"] {
          background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/common/lupe.png");
          background-repeat: no-repeat;
          background-size: 24px 24px;
          background-position: 8px;
          border: 1px solid;
          border-radius: 24px;
          padding: 8px 16px 8px 40px; }
    header#header #menu #sub-menu img {
      width: 194px;
      height: 194px;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      margin-right: 64px; }
    @media screen and (min-width: 768px) {
      header#header #menu #sub-menu .box {
        padding: 48px;
        display: flex; } }
    header#header #menu #sub-menu .box h3 {
      font-size: 22px;
      border-bottom: 1px solid;
      padding: 12px 48px;
      display: flex;
      justify-content: space-between; }
      header#header #menu #sub-menu .box h3::after {
        content: "\003E";
        font-family: sans-serif;
        bottom: 16px;
        transform-origin: 25% 50% 0;
        transform: rotate(270deg); }
      @media screen and (min-width: 768px) {
        header#header #menu #sub-menu .box h3 {
          margin-bottom: 16px;
          padding: 0;
          border-bottom: 0;
          font-size: 25px; }
          header#header #menu #sub-menu .box h3::after {
            content: ""; } }
    header#header #menu #sub-menu .box .close ul {
      display: none; }
      @media screen and (min-width: 768px) {
        header#header #menu #sub-menu .box .close ul {
          display: inherit; } }
    header#header #menu #sub-menu .box .close h3::after {
      transform: rotate(90deg); }
    header#header #menu #sub-menu .box ul {
      color: #001e62; }
      @media screen and (min-width: 768px) {
        header#header #menu #sub-menu .box ul {
          font-size: 16px;
          column-count: 2; } }
      header#header #menu #sub-menu .box ul li {
        border-bottom: 1px solid;
        padding: 8px 48px;
        display: flex;
        align-items: center; }
        header#header #menu #sub-menu .box ul li a {
          width: 100%; }
        @media screen and (min-width: 768px) {
          header#header #menu #sub-menu .box ul li {
            border-bottom: 0;
            padding: 0;
            margin-bottom: 16px;
            margin-right: 64px; } }
        header#header #menu #sub-menu .box ul li::before {
          background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/common/right.png");
          background-size: 15px 15px;
          background-repeat: no-repeat;
          margin-right: 2px;
          content: " ";
          width: 18px;
          height: 15px;
          display: inline-block;
          margin-right: 4px; }
    header#header #menu footer {
      text-align: center;
      font-size: 3.5vw; }
      @media screen and (min-width: 768px) {
        header#header #menu footer {
          background-color: #f2f2f2;
          text-align: left;
          font-size: 16px; } }
      header#header #menu footer ul {
        display: flex;
        flex-wrap: wrap; }
        header#header #menu footer ul li {
          flex-basis: 50%;
          border-bottom: 1px solid; }
          header#header #menu footer ul li:nth-child(-n + 3) {
            padding: 16px 0; }
          header#header #menu footer ul li:nth-child(1) {
            border-right: 1px solid; }
          header#header #menu footer ul li:nth-child(3) {
            flex-basis: 100%; }
          header#header #menu footer ul li:last-child {
            flex-basis: 100%;
            display: flex; }
            header#header #menu footer ul li:last-child > div {
              padding: 16px 0;
              flex-basis: 50%;
              border-left: 1px solid; }
              header#header #menu footer ul li:last-child > div a {
                display: flex;
                justify-content: center;
                align-items: center; }
                header#header #menu footer ul li:last-child > div a img {
                  margin-right: 4px; }
        @media screen and (min-width: 768px) {
          header#header #menu footer ul {
            justify-content: space-between;
            align-items: center; }
            header#header #menu footer ul li {
              flex-basis: inherit;
              border-bottom: 0; }
              header#header #menu footer ul li:nth-child(-n + 3) {
                padding: 0; }
              header#header #menu footer ul li:nth-child(1) {
                border-right: 0; }
              header#header #menu footer ul li:nth-child(3) {
                flex-basis: inherit; }
              header#header #menu footer ul li:last-child {
                flex-basis: inherit;
                flex-direction: column; }
                header#header #menu footer ul li:last-child > div {
                  padding: 4px 0;
                  flex-basis: inherit;
                  border-left: 0; } }
footer#footer .upper {
  padding: 0 32px 16px; }
  @media screen and (min-width: 768px) {
    footer#footer .upper {
      padding: 40px 0 64px;
      background-color: #f2f2f2; } }
  footer#footer .upper h3 {
    color: #c63527;
    margin-bottom: 4px; }
  footer#footer .upper ul li {
    margin-bottom: 4px;
    display: flex;
    place-items: center; }
    footer#footer .upper ul li::before {
      background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/common/right.png");
      background-size: 15px 15px;
      background-repeat: no-repeat;
      margin-right: 2px;
      content: " ";
      width: 18px;
      height: 15px;
      display: inline-block; }
  footer#footer .upper .container {
    display: flex;
    flex-wrap: wrap; }
    footer#footer .upper .container > div {
      flex-basis: 25%;
      margin-bottom: 24px; }

footer#footer .lower {
  color: white;
  padding: 20px 16px;
  background-color: #001e62; }
  footer#footer .lower a {
    color: white; }
  footer#footer .lower ul {
    display: flex;
    flex-wrap: wrap;
    place-content: center; }
    footer#footer .lower ul li {
      margin-bottom: 8px;
      padding: 0 8px; }
      footer#footer .lower ul li:nth-child(1) {
        text-align: right;
        flex-basis: 50%; }
      footer#footer .lower ul li:nth-child(2) {
        text-align: left;
        flex-basis: 50%;
        border-left: 1px solid white; }
      footer#footer .lower ul li:nth-child(3) {
        flex-basis: 100%;
        text-align: center; }
    @media screen and (min-width: 768px) {
      footer#footer .lower ul li:nth-child(n + 1) {
        flex-basis: inherit; }
      footer#footer .lower ul li:nth-child(3) {
        border-left: 1px solid white; } }
  footer#footer .lower .btn {
    width: 280px;
    padding: 12px 16px;
    background-color: white;
    color: #001e62;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer#footer .lower .btn:after {
      background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/common/right2.png");
      background-size: 25% 50%;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 2px;
      content: " ";
      width: 15px;
      height: 15px;
      display: inline-block; }
  footer#footer .lower .copyright {
    text-align: center;
    font-size: 13px; }

.slick img {
  width: 100%; }

.slick .slick-dots {
  bottom: 16px; }

.slick-dots li {
  margin: 0 20px; }
  .slick-dots li button {
    padding: 0 32px; }
    .slick-dots li button:before {
      font-size: 20px;
      color: #cccccc;
      opacity: 1; }
  .slick-dots li.slick-active button:before {
    font-size: 20px;
    color: #c63527;
    opacity: 1; }

.slick-slide {
  position: relative; }
  .slick-slide .catchcopy {
    position: absolute;
    width: 100%;
    z-index: 1000;
    color: #001e62;
    font-size: 30px;
    top: 25vh; }
    @media screen and (min-width: 768px) {
      .slick-slide .catchcopy {
        font-size: 60px; } }
    .slick-slide .catchcopy > .container {
      display: flex;
      flex-direction: column-reverse;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .slick-slide .catchcopy > .container {
          flex-direction: column;
          text-align: left; } }
    .slick-slide .catchcopy .small {
      margin-top: 40px;
      font-size: 30px; }
      @media screen and (min-width: 768px) {
        .slick-slide .catchcopy .small {
          margin-top: 0; } }
  .slick .slick-slide img {
    object-fit: cover;
    object-position: bottom;
    height: 100vh; }

#about-us .box {
  margin: 24px 0; }
  #about-us .box.close h3::after {
    transform: rotate(90deg); }
  #about-us .box.open h3::after {
    transform: rotate(270deg); }
  #about-us .box h3 {
    cursor: pointer;
    text-align: center;
    color: white;
    top: 50%;
    font-size: 48px;
    font-family: a-otf-ryumin-pr6n, serif !important;
    font-weight: 400 !important;
    text-shadow: 1px 1px 1px black;
    height: 260px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    position: relative; }
    #about-us .box h3::after {
      position: absolute;
      content: "\003E";
      font-family: sans-serif;
      bottom: 16px;
      transform-origin: 25% 50% 0; }
  #about-us .box .accordion {
    margin-bottom: 32px; }
    #about-us .box .accordion h4 {
      margin: 24px 0;
      text-align: center;
      font-size: 30px; }
    #about-us .box .accordion p {
      margin: 0px 32px 32px 32px;
	  line-height:normal;}
    #about-us .box .accordion .btn {
      padding: 8px 24px; }
  #about-us .box img {
    max-height: 100%; }

/*#keio-spirits {
  background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/top/pixta_82311579_M.jpg");
  background-position: 0% 50%; }

#leadership {
  background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/top/pixta_37707813_M.jpg");
  background-position: 0% 40%; }

#global-education {
  background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/top/pixta_40863266_M.jpg");
  background-position: 0% 25%; }

#students-activities {
  background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/top/pixta_31863514_M.jpg");
  background-position: 0% 0%; }*/

#keio-spirits {
  background-color:#F1C400;
  background-position: 0% 50%; }

#leadership {
  background-color:#001e62;
  background-position: 0% 40%; }

#global-education {
  background-color:#C63527;
  background-position: 0% 25%; }

#students-activities {
  background-color:#000000;
  background-position: 0% 0%; }

.close .accordion {
  display: none; }

#news-area > div {
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    #news-area > div {
      padding: 2rem 3rem 1rem; } }
#news-area ul.news-list {
  margin-bottom: 32px; }
  #news-area ul.news-list li {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    display: flex; }
    #news-area ul.news-list li .tag {
      height: 100%; }
    #news-area ul.news-list li div:last-child {
      flex: 1; }
    @media screen and (min-width: 768px) {
      #news-area ul.news-list li {
        border: 0;
        font-size: 16px; }
        #news-area ul.news-list li > div {
          display: inline-block; } }
.page-layout {
  max-width: 1600px;
  margin: 60px auto;
  display: flex; }
  .page-layout .side-menu {
    display: none;
    font-weight: 500;
    flex-basis: 240px; }
    @media screen and (min-width: 768px) {
      .page-layout .side-menu {
        display: block; } }
    .page-layout .side-menu a {
      color: #001e62;
      border-bottom: 1px solid #cccccc;
      padding: 4px 16px;
      display: flex;
      align-items: center;
      height: 36px; }
      .page-layout .side-menu a::before {
        background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/common/right2.png");
        background-size: 25% 50%;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 2px;
        content: " ";
        width: 15px;
        height: 15px;
        display: inline-block; }
      .page-layout .side-menu a.active {
        background-color: rgba(198, 53, 39, 0.3); }
        .page-layout .side-menu a.active::before {
          background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/common/right.png");
          background-size: 15px 15px;
          background-repeat: no-repeat;
          margin-right: 2px;
          content: " ";
          width: 18px;
          height: 15px;
          display: inline-block; }
    .page-layout .side-menu .toplevel {
      color: white;
      border-bottom: 1px solid white;
      justify-content: space-between; }
      .page-layout .side-menu .toplevel::before {
        display: none; }
    .page-layout .side-menu .close .toplevel {
      background-color: #001e62; }
      .page-layout .side-menu .close .toplevel::after {
        content: "\002B";
        font-size: 24px; }
    .page-layout .side-menu .close ul {
      display: none; }
    .page-layout .side-menu .open .toplevel {
      background-color: #c63527; }
      .page-layout .side-menu .open .toplevel::after {
        content: "\2212";
        font-size: 24px; }
  .page-layout .page-content {
    flex: 1;
    width: 100%;
    overflow: hidden; }
    .page-layout .page-content .gutter {
      margin: 0; }
      @media screen and (min-width: 768px) {
        .page-layout .page-content .gutter {
          margin: 0 96px; } }
    .page-layout .page-content .visual {
      position: relative; }
      .page-layout .page-content .visual .wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 0 32px;
        display: flex;
        place-items: center; }
        .page-layout .page-content .visual .wrap h1 {
          font-family: a-otf-ryumin-pr6n, serif;
          color: white;
          text-shadow: 1px 1px 1px black;
          font-size: 50px; }
      .page-layout .page-content .visual img {
        height: 280px;
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover; }
    .page-layout .page-content h2 {
      font-size: 32px;
      font-family: a-otf-ryumin-pr6n, serif;
      text-align: left;
      margin-top: 64px;
      margin-bottom: 32px;
      margin-right: 16px;
      justify-content: flex-end;
      align-items: flex-end;
      border-left: 15px solid #f1c400;
      padding-left: 8px; }
    .page-layout .page-content a.arrow::before {
      background-image: url("https://mtserv.keio.ac.jp/mt-static/support/theme_static/keio_hs_theme/images/common/right.png");
      background-size: 15px 15px;
      background-repeat: no-repeat;
      margin-right: 2px;
      content: " ";
      width: 18px;
      height: 15px;
      display: inline-block; }
    .page-layout .page-content h3 {
      background-color: #585858;
      color: white;
      text-align: center;
      margin: 32px 0;
      padding: 8px 0; }
    .page-layout .page-content p {
      margin-bottom: 24px;
      line-height: 1.7rem; }
      .page-layout .page-content p.lead {
        line-height: 2rem;
        font-size: 20px;
        margin-bottom: 32px; }
    .page-layout .page-content table {
      border: 1px solid; }
      .page-layout .page-content table th,
      .page-layout .page-content table td {
        border: 1px solid;
        padding: 8px 16px; }
      .page-layout .page-content table th {
        text-align: center;
        font-weight: bold;
        background-color: #e8e8e8; }

ul.qa {
  font-weight: 500; }
  ul.qa li {
    padding-top: 16px;
    border-top: 1px solid #b3b3b3; }
    ul.qa li dl {
      cursor: pointer; }
      ul.qa li dl dt,
      ul.qa li dl dd {
        font-weight: 500;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 16px;
        line-height: 1.5rem;
        position: relative; }
      ul.qa li dl dt::before {
        position: absolute;
        left: 0;
        content: "Q"; }
      ul.qa li dl dt::after {
        position: absolute;
        right: 0;
        content: "+"; }
      ul.qa li dl dd {
        display: none; }
        ul.qa li dl dd::before {
          position: absolute;
          left: 0;
          content: "A"; }
      ul.qa li dl.open dt::after {
        content: "-"; }
      ul.qa li dl.open dd {
        display: block; }

ul.breadcrumb {
  display: flex;
  margin: 16px 0 32px; }
  ul.breadcrumb li:nth-child(n + 2):before {
    content: ">";
    margin: 0 8px; }

.lang-box {
  color: #001e62;
  border: 1px solid #001e62;
  padding: 4px; }
  @media screen and (min-width: 768px) {
    .lang-box {
      font-size: 12px; } }
  .lang-box.active {
    color: white;
    background-color: #001e62; }

a.txt::after {
  display: inline-block;
  line-height: 10px;
  content: "TXT";
  font-weight: bold;
  font-size: 10px;
  margin-left: 8px;
  text-decoration: none;
  background-color: black;
  color: white;
  padding: 2px 6px;
  border-radius: 3px; }

a.pdf::after {
  display: inline-block;
  line-height: 10px;
  content: "PDF";
  font-weight: bold;
  font-size: 10px;
  margin-left: 8px;
  text-decoration: none;
  background-color: #c0c0c0;
  color: white;
  padding: 2px 6px;
  border-radius: 3px; }

a.doc::after {
  display: inline-block;
  line-height: 10px;
  content: "DOC";
  font-weight: bold;
  font-size: 10px;
  margin-left: 8px;
  text-decoration: none;
  background-color: #5771ad;
  color: white;
  padding: 2px 6px;
  border-radius: 3px; }

a.xls::after {
  display: inline-block;
  line-height: 10px;
  content: "XLS";
  font-weight: bold;
  font-size: 10px;
  margin-left: 8px;
  text-decoration: none;
  background-color: #618e4d;
  color: white;
  padding: 2px 6px;
  border-radius: 3px; }

a.ppt::after {
  display: inline-block;
  line-height: 10px;
  content: "PPT";
  font-weight: bold;
  font-size: 10px;
  margin-left: 8px;
  text-decoration: none;
  background-color: #cc773e;
  color: white;
  padding: 2px 6px;
  border-radius: 3px; }

a.new::after {
  display: inline-block;
  line-height: 10px;
  content: "NEW";
  font-weight: bold;
  font-size: 10px;
  margin-left: 8px;
  text-decoration: none;
  background-color: #ff7320;
  color: white;
  padding: 2px 6px;
  border-radius: 3px; }

.grid-3 {
  display: grid;
  gap: 8px; }
  @media screen and (min-width: 768px) {
    .grid-3 {
      grid-template-columns: 1fr 1fr 1fr; } }
.grid-2 {
  display: grid;
  gap: 8px; }
  @media screen and (min-width: 768px) {
    .grid-2 {
      grid-template-columns: 1fr 1fr; } }
ul.news-index-list li {
  padding: 16px 0;
  background-color: #f2f2f2;
  margin-bottom: 16px; }

ul.new-cat-link {
  display: flex;
  margin-bottom: 32px; }
  ul.new-cat-link li {
    text-align: center;
    color: #001e62;
    padding: 8px 16px;
    border-radius: 16px;
    word-break: keep-all; }
    ul.new-cat-link li.active {
      background-color: #001e62;
      color: white; }

nav.pagination ul {
  display: flex;
  margin-top: 32px;
  justify-content: center; }
  nav.pagination ul li {
    border: 1px solid rgba(0, 30, 98, 0.3);
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0 4px;
    vertical-align: middle; }
    nav.pagination ul li span {
      vertical-align: middle; }
    nav.pagination ul li.active {
      border: none;
      background-color: rgba(0, 30, 98, 0.3); }
    nav.pagination ul li.prev, nav.pagination ul li.next {
      color: white;
      font-weight: bold;
      background-color: #001e62; }

.club-top-images {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr; }

.club-images {
  width: 100%;
  overflow: hidden; }

#page-top {
  position: sticky;
  margin-bottom: 36px;
  bottom: 36px;
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  #page-top img {
    display: none;
    cursor: pointer;
    width: 90px;
    margin-right: 16px; }
    @media screen and (min-width: 768px) {
      #page-top img {
        margin-right: 48px; } }
.color-blue {
  color: #001e62; }

.flex_wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.fb_r01 {
  width: 23%; }

.fb_l01 {
  width: 73%; }

.fb_r02 {
  width: 36%; }

.fb_l02 {
  width: 61%; }

.box_HH {
  width: 48%; }

.box_HH2 {
  width: 48%; }

.box_3P {
  width: 30%; }

.img_R {
  float: right;
  width: 36%;
  margin-left: 24px;
  margin-bottom: 20px; }

h3 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover {
  opacity: 0.7; }

a.nrm_link,
th a,
td a {
  color: #001e62;
  border-bottom: 1px dotted #001e62; }

a.nrm_link:hover,
th a:hover,
td a:hover {
  border-bottom: 1px solid #001e62; }

.breadcrumb li:first-child {
  font-weight: 500;
  color: #001e62; }

a.arrow_dw {
  position: relative; }

a.arrow_dw::before {
  background-image: url(/images/common2/down2.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  margin-right: 4px;
  content: " ";
  width: 18px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 2px; }

.mt-00 {
  margin-top: 0 !important; }

.mb-00 {
  margin-bottom: 0 !important; }

.txt_id10 {
  padding-left: 1em;
  text-indent: -1em; }

.txt_id15 {
  padding-left: 1.5em;
  text-indent: -1.5em; }

.txt_id20 {
  padding-left: 2em;
  text-indent: -2em; }

.txt_id25 {
  padding-left: 2.5em;
  text-indent: -2.5em; }

.txt_80 {
  font-size: 80% !important; }

th,
td {
  line-height: 1.6; }

th {
  font-weight: 500 !important; }

strong,
b {
  font-weight: 500 !important; }

ul.nrm_list,
ul.sk_list {
  list-style: none; }

ul.nrm_list li {
  padding-left: 18px;
  position: relative; }

ul.nrm_list li::before {
  background-image: url(/images/common2/right2.png);
  background-size: 25% 50%;
  background-repeat: no-repeat;
  background-position: center center;
  content: " ";
  width: 13px;
  height: 15px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0; }

ul.nrm_list li {
  margin-bottom: 7px; }

ul.sk_list li {
  margin-bottom: 10px; }

ul.sk_list li span {
  width: 90px;
  line-height: 1;
  padding: 3px 6px 4px;
  text-align: center;
  background-color: #001e62;
  color: #fff;
  margin-right: 12px;
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px; }

.table_sp01 tbody th {
  white-space: nowrap !important;
  width: 10%; }

table.table_curriculum {
  width: 100%; }

table.table_curriculum thead th {
  background-color: #ccc !important;
  text-align: left !important;
  padding: 6px !important;
  width: 26%;
  vertical-align: middle !important; }

table.table_curriculum thead th.th_s {
  font-size: 80%;
  background-color: #e6e6e6 !important;
  text-align: center !important;
  padding: 6px !important;
  width: 7.33333%; }

table.table_curriculum.table_curriculum2 thead th {
  width: 17.5%; }

table.table_curriculum.table_curriculum2 thead th.th_s {
  width: 7.5%; }

table.table_curriculum thead th.c01st {
  background-color: #1b3c86 !important;
  color: #fff !important;
  text-align: center !important; }

table.table_curriculum thead th.c02nd {
  background-color: #0b2b74 !important;
  color: #fff !important;
  text-align: center !important; }

table.table_curriculum thead th.c03rd {
  background-color: #001e62 !important;
  color: #fff !important;
  text-align: center !important; }

table.table_curriculum tbody th {
  text-align: left !important;
  background-color: #e6e6e6 !important;
  padding: 6px !important; }

table.table_curriculum tbody td {
  text-align: center !important;
  background-color: #f3f3f3 !important;
  padding: 6px !important; }

table.table_curriculum tbody th.c_c {
  background-color: #ccc !important; }

table.table_curriculum tbody td.c_c {
  background-color: #e6e6e6 !important; }

table.table_en td {
  text-align: center !important; }

table.table_en {
  margin: 0 auto; }

.spB {
  display: none; }

.pcB3 {
  display: inherit; }

.spB3 {
  display: none; }

@media all and (max-width: 1280px) {
  .fb_r01 {
    width: 32%; }
  .fb_l01 {
    width: 65%; }
  .fb_r02 {
    width: 42%; }
  .fb_l02 {
    width: 55%; }
  .img_R {
    float: right;
    width: 44%; } }

@media all and (max-width: 1160px) {
  .pcB3 {
    display: none; }
  .spB3 {
    display: inherit; }
  .box_HH2 {
    width: 100%; } }

@media all and (max-width: 768px) {
  .fb_r01,
  .fb_l01,
  .fb_r02,
  .fb_l02,
  .box_HH {
    width: 100%; }
  .box_3P {
    width: 48%; }
  .img_R {
    float: none;
    width: 100%;
    margin-left: 0; }
  .mg_sp01 {
    margin-top: 3rem !important; }
  .pcB {
    display: none; }
  .table_sp01 thead {
    display: none; }
  .table_sp01 tbody th,
  .table_sp01 tbody td {
    white-space: normal !important;
    width: 100%;
    display: block; }
  .page-layout .page-content table th,
  .page-layout .page-content table td {
    padding: 6px 10px;
    font-size: 90%; }
  .page-layout .page-content .visual h1 {
    font-size: 40px !important; }
  .page-layout .page-content table.table_en th,
  .page-layout .page-content table.table_en td {
    font-size: 80%;
    padding: 4px 6px; } }
	
@media all and (max-width: 540px) {
  .page-layout .page-content table.table_en th,
  .page-layout .page-content table.table_en td {
    font-size: 2vw !important;
    padding: 4px !important; }
ul.new-cat-link li { font-size: 13px; padding: 4px 10px; } }
	
@media all and (max-width: 480px) {
  .pcB2 {
    display: none; }
  .box_3P {
    width: 100%; }
  .mg_sp02 {
    margin-top: 3rem !important; }
  ul.breadcrumb {
    font-size: 10px;
    display: block; }
  ul.breadcrumb li {
    display: inline-block; }
  .page-layout .page-content .visual h1 {
    font-size: 32px !important; }
  .page-layout .page-content h2 {
    font-size: 23px !important; }
  .page-layout .page-content table th,
  .page-layout .page-content table td {
    padding: 6px 8px;
    font-size: 80%; }
  .spB {
    display: inherit; }
  ul.sk_list li span {
    display: block;
    margin-bottom: 4px; }
  .page-layout .page-content table.table_curriculum thead th,
  .page-layout .page-content table.table_curriculum thead th.th_s,
  .page-layout .page-content table.table_curriculum tbody th,
  .page-layout .page-content table.table_curriculum tbody td {
    padding: 4px !important; }
  .page-layout .page-content table th.th_s { font-size: 60%; }
  ul.new-cat-link li { font-size: 10px; padding: 4px 8px; } 
  ul.tab li {
    font-size: 10px;
    font-weight: bold;
    color: #001e62;
    display: block;
    border-left: 1px solid;
    padding: 0 8px;
}}



/* club */
.club-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap; }

.club-list a {
  width: 31%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  background-color: #f4f4f4;
  margin-bottom: 30px; }

.club-list a::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/images/common2/right.png);
  background-size: 15px 15px;
  margin-right: 8px;
  z-index: 5;
  position: relative;
  left: -2px; }

.club-list a p {
  margin: 0 !important;
  width: calc(100% - 20px); }

.club-list::after {
  content: "";
  display: block;
  width: 31%; }

@media screen and (max-width: 1024px) {
  .club-list a {
    width: 48%;
    margin-bottom: 24px; }
  .club-list::after {
    display: none; } }

@media screen and (max-width: 480px) {
  .club-list a {
    width: 100%;
    margin-bottom: 15px; } }

.page-layout .page-content .visual .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 32px;
  display: flex;
  place-items: center; }

.slick-dots li button:before {
  font-size: 40px !important; }

.slick-dots li button {
  padding: 0 !important; }

.slick-dots li {
  margin: 0 8px !important; }

/* foot add */
footer#footer .lower ul li:nth-child(4) {
  border-left: 1px solid white; }

@media screen and (max-width: 768px) {
  footer#footer .lower ul li:nth-child(1),
  footer#footer .lower ul li:nth-child(3) {
    text-align: right;
    flex-basis: 50%; }
  footer#footer .lower ul li:nth-child(2),
  footer#footer .lower ul li:nth-child(4) {
    text-align: left;
    flex-basis: 50%; } }

/* menu add */
@media screen and (min-width: 769px) {
  header#header #menu footer ul li:last-child > div a {
    justify-content: flex-start; } }

body.en_page .lang-box {
  color: #fff;
  border: 1px solid #001e62;
  background-color: #001e62;
  padding: 4px; }

body.en_page .lang-box.active {
  color: #001e62;
  background-color: #fff; }


/* Add 20240222 */
.ed_btn { display: flex; justify-content: space-between; position: relative; flex-wrap: wrap; }
.ed_btn a::before { content: ""; width: 15px; height: 15px; background-image: url(/images/common2/right.png); background-size: 15px 15px; margin-right: 8px; z-index: 5; position: relative; left: -2px; }
.ed_btn div { width: 31%; display: flex; align-content: center; align-items: center; justify-content: flex-start; padding: 16px; background-color: #F4F4F4; margin-bottom: 30px; }
.ed_btn div a { width: 100%; display: flex; align-content: center; align-items: center; justify-content: flex-start; }
.ed_btn div a span { margin: 0 !important; width: calc(100% - 20px); }
.ed_btn::after{
  content:"";
  display: block;
  width:31%;
}
@media screen and (max-width: 1024px) {
.ed_btn div { width: 48%; margin-bottom: 24px; }
.ed_btn::after { display: none; } }
@media screen and (max-width: 480px) {
.ed_btn div { width: 100%; margin-bottom: 15px; }}

a.ed_txt_link {
color: #001e62;
padding: 4px 0px;
display: flex;
align-items: center;
height: 36px;
}
a.ed_txt_link::before {
    background-image: url(/images/common2/right2.png);
    background-size: 25% 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 2px;
    content: " ";
    width: 15px;
    height: 15px;
    display: inline-block;
}

.txt_120 { font-size: 120% !important; }


/* Uniform */
.main-img {
 width: 100%;
 max-width: 720px; margin: 0 auto;
}
.main-img img { width: 100%; height: auto; }
.sub-img {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin: 30px auto 0;
}

.sub-img li {
 width: 23.5%;
margin-bottom: 16px;
 cursor: pointer;
 transition: all .3s;
}
.sub-img li { border: 2px solid #fff; }
.sub-img li.current { border: 2px solid #aaa; }

.sub-img li img:hover {
 opacity: 0.8;
 transition: all .3s;
}

@media screen and (min-width: 1160px) {
.sub-img li {
 width: 12%;
margin-bottom: 8px;
}}

@media screen and (max-width: 900px) {
.sub-img li { width:31%; }
.sub-img::after{
  content:"";
  display: block;
  width:31%;
} }
@media screen and (max-width: 480px) {
.sub-img li {
   width: 48.5%;
   margin: 0 auto 5px;
 }
}

/* timeline */
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline-date { font-size: 130%; color: #001543; font-family: a-otf-ryumin-pr6n, serif; }

@media all and (min-width: 981px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 132px;
    float: left;
    text-align: right;
    padding-right: 19px;
    margin: 20px 0 0 !important;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #fdd000 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 11px;
    height: 11px;
    background: #5b71a5;
    position: absolute;
    left: 128px;
    top: 26px;
    border-radius: 100%;
  }
.timeline-content p { margin: 18px 0 3px !important; }
}

@media all and (max-width: 980px) {
.timeline-date { margin: 0 !important; }
.timeline li { border-left: 3px #fdd000 solid; position: relative; margin-bottom: 0; padding: 10px 0 30px 20px; }
.timeline li:last-child { padding-bottom: 14px; }
.timeline li:before { 
    content: '';
    width: 11px;
    height: 11px;
    background: #5b71a5;
    position: absolute;
    left: -7px;
    top: 17px;
    border-radius: 100%;
}
.timeline-content p { margin: 6px 0 0 !important; }}


.gsc-input,
.gsc-search-button,
.gsc-search-box,
.gsc-above-wrapper-area-container,
.gsc-above-wrapper-area-container td { border: none !important; }

.page-layout .page-content table td.gsib_b {
    border: none !important;
    padding: 5px !important;
}

.page-layout .page-content table td.gsib_a { border: none !important; padding: 5px !important; }
