@charset "UTF-8";
/* ========================================================================
 * style CSS
 * Agencia (http://www.agencia.co.jp)
 * Yuya Tajima
 * ========================================================================
 * Copyright 2022 Agencia Co.,Ltd.
 * ======================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabigothic.css");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Scheherazade+New:wght@400;500;600;700&display=swap");
/* Bootstraop5 override */
/* grid system */
/* .row */
/* BS4につきGuttersオプション利用不可、5以降実装時に廃止 */
.row.no-padding {
  margin-right: 0;
  margin-left: 0;
}
.row.no-padding > .col, .row.no-padding > .col-1, .row.no-padding > .col-10, .row.no-padding > .col-11, .row.no-padding > .col-12, .row.no-padding > .col-2, .row.no-padding > .col-3, .row.no-padding > .col-4, .row.no-padding > .col-5, .row.no-padding > .col-6, .row.no-padding > .col-7, .row.no-padding > .col-8, .row.no-padding > .col-9, .row.no-padding > .col-auto, .row.no-padding > .col-lg, .row.no-padding > .col-lg-1, .row.no-padding > .col-lg-10, .row.no-padding > .col-lg-11, .row.no-padding > .col-lg-12, .row.no-padding > .col-lg-2, .row.no-padding > .col-lg-3, .row.no-padding > .col-lg-4, .row.no-padding > .col-lg-5, .row.no-padding > .col-lg-6, .row.no-padding > .col-lg-7, .row.no-padding > .col-lg-8, .row.no-padding > .col-lg-9, .row.no-padding > .col-lg-auto, .row.no-padding > .col-md, .row.no-padding > .col-md-1, .row.no-padding > .col-md-10, .row.no-padding > .col-md-11, .row.no-padding > .col-md-12, .row.no-padding > .col-md-2, .row.no-padding > .col-md-3, .row.no-padding > .col-md-4, .row.no-padding > .col-md-5, .row.no-padding > .col-md-6, .row.no-padding > .col-md-7, .row.no-padding > .col-md-8, .row.no-padding > .col-md-9, .row.no-padding > .col-md-auto, .row.no-padding > .col-sm, .row.no-padding > .col-sm-1, .row.no-padding > .col-sm-10, .row.no-padding > .col-sm-11, .row.no-padding > .col-sm-12, .row.no-padding > .col-sm-2, .row.no-padding > .col-sm-3, .row.no-padding > .col-sm-4, .row.no-padding > .col-sm-5, .row.no-padding > .col-sm-6, .row.no-padding > .col-sm-7, .row.no-padding > .col-sm-8, .row.no-padding > .col-sm-9, .row.no-padding > .col-sm-auto, .row.no-padding > .col-xl, .row.no-padding > .col-xl-1, .row.no-padding > .col-xl-10, .row.no-padding > .col-xl-11, .row.no-padding > .col-xl-12, .row.no-padding > .col-xl-2, .row.no-padding > .col-xl-3, .row.no-padding > .col-xl-4, .row.no-padding > .col-xl-5, .row.no-padding > .col-xl-6, .row.no-padding > .col-xl-7, .row.no-padding > .col-xl-8, .row.no-padding > .col-xl-9, .row.no-padding > .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

/* sort by A to Z*/
.alert {
  border-radius: 0;
}

a > img:hover {
  filter: brightness(1.1);
  opacity: 0.95;
}

.badge {
  border-radius: 0;
}

.card,
.card-header:first-child,
.card-img, .card-img-top {
  border-radius: 0;
}

.card-title {
  display: block;
  font-size: 110%;
}

@media (min-width: 992px) {
  .container {
    /*max-width: 1600px;*/
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}
.dropdown-menu {
  border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #E50020;
}

.form-control,
.form-select {
  border-radius: 0;
}

.h-10 {
  height: 10%;
}

.h-15 {
  height: 15%;
}

.h-20 {
  height: 20%;
}

.h-25 {
  height: 25%;
}

.h-30 {
  height: 30%;
}

.h-33 {
  height: 33.33%;
}

.h-35 {
  height: 35%;
}

.h-40 {
  height: 40%;
}

.h-45 {
  height: 45%;
}

.h-50 {
  height: 50%;
}

.display-1 {
  font-size: 42px;
}

.display-2 {
  font-size: 38px;
}

.display-3 {
  font-size: 33px;
}

.display-4 {
  font-size: 26px;
}

.display-5 {
  font-size: 21px;
}

.display-6 {
  font-size: 18px;
}

.fs-1 {
  font-size: 42px;
}

.fs-2 {
  font-size: 38px;
}

.fs-3 {
  font-size: 33px;
}

.fs-4 {
  font-size: 26px;
}

.fs-5 {
  font-size: 21px;
}

.fs-6 {
  font-size: 18px;
}

.list-group-item {
  margin-bottom: 0;
}

.pagination,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.no-rounded {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-x {
  border-radius: 50% !important;
}

.rounded-2x {
  border-radius: 10px !important;
}

.rounded-3x {
  border-radius: 15px !important;
}

.rounded-4x {
  border-radius: 20px !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded-md {
  border-radius: 3px !important;
}

.rounded-top {
  border-radius: 4px 4px 0 0 !important;
}

.rounded-left {
  border-radius: 4px 0 0 4px !important;
}

.rounded-right {
  border-radius: 0 4px 4px 0 !important;
}

.rounded-bottom {
  border-radius: 0 0 4px 4px !important;
}

.table-responsive th {
  white-space: nowrap;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

/* Bootstraop4 addition */
.alert-lightyellow {
  color: #000;
  background-color: #FDFFCC;
  border-color: #FFCB69;
}

.badge-activeblue {
  background-color: #005BAC;
  color: #FFF;
}

div.box {
  display: block;
  margin-bottom: 1rem;
  padding: 1rem;
}

div.box-lightblue {
  border: 1px #D2D2D2 solid;
  background-color: rgb(230, 244, 250);
}

div.box-lightgray {
  border: 1px #D2D2D2 solid;
  background-color: rgb(238, 238, 238);
}

.btn-basicred {
  color: #fff;
  background-color: #B81C22;
  border-color: #B81C22;
}

.btn-basicred:hover {
  color: #fff;
  background-color: #901C21;
  border-color: #901C21;
}

.btn-activered {
  color: #fff;
  background-color: #E50020;
  border-color: #E50020;
}

.btn-activered:hover {
  color: #fff;
  background-color: #C30F28;
  border-color: #C30F28;
}

.btn-activeblue {
  color: #fff;
  background-color: #005BAC;
  border-color: #005BAC;
}

.btn-activeblue:hover {
  color: #fff;
  background-color: #0D5392;
  border-color: #0D5392;
}

/*
.btn{
  &.btn-main{
    background-color: $main-color;
    color: #FFF;
    &:hover{
      background-color: $main-color-active;
    }
  }
  &.btn-banner{
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #FFF;
    @include fontawesome-icon-after("\f054", 0 0.5rem 0 1.5rem);
    &::after{
      font-size: 21px;
    }
  }
  &.btn-more{
    position: relative;
    display: inline-block;
    width: 120px;
    padding: 0;
    color: #333;
    text-decoration: none;
    outline: none;
    border-radius: 0;
    &::before{
      content: '';
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      height: 1px;
      background:#333;
    }
    &::after{
      content: '';
      position: absolute;
      bottom: 15px;
      right:0;
      width: 15px;
      height:1px;
      background:#333;
      transform: rotate(35deg); // 角度調整
    }
  }
  &.btn-accent1{
    background-color: $accent-color1;
    color: #FFF;
  }
  &.btn-accent2{
    background-color: $accent-color2;
    color: #FFF;
  }
}
*/
.bg-basicred {
  background-color: #B81C22 !important;
}

.bg-activered {
  background-color: #E50020 !important;
}

.bg-activeblue {
  background-color: #005BAC !important;
}

.bg-lightblue {
  background-color: #e6f4fa !important;
}

.bg-lightyellow {
  background-color: #ffffcc !important;
}

.bg-lightgreen {
  background-color: #ddffdd !important;
}

.bg-lightpink {
  background-color: #ffeeee !important;
}

.bg-lightgray {
  background-color: #eeeeee !important;
}

.card-deck, .card-group {
  margin-bottom: 1.5rem;
  border-radius: 0;
}

.card {
  margin-bottom: 1rem;
  border-radius: 0;
}

.card-header {
  font-weight: 600;
}

.card-header:first-child {
  border-radius: 0;
}

.card-header.card-header-sub {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-img-top {
  height: 100%;
}

h5.card-header {
  margin-top: 0;
}

h5.card-header::before {
  content: "";
}

.font-noto_serif {
  font-family: "Noto Serif JP", serif;
}

.font-sawarabi_mincho {
  font-family: "Sawarabi Mincho";
}

.font-bebas_neue {
  font-family: "Bebas Neue", cursive;
}

.xx-small {
  font-size: 50%;
  font-weight: 400;
}

.x-small {
  font-size: 65%;
  font-weight: 400;
}

.medium {
  font-size: 100%;
}

.large {
  font-size: 120%;
}

.x-large {
  font-size: 135%;
}

.xx-large {
  font-size: 150%;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.table-lightblue, .table-lightblue > td, .table-lightblue > th {
  background-color: rgb(230, 244, 250);
}

.table-hover tr:hover .table-lightblue, .table-hover .table-lightblue:hover {
  background-color: rgb(164, 203, 220);
}

@media screen and (max-width: 575px) {
  .restable {
    display: block;
    width: 100%;
  }
  .restable thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .restable thead br {
    display: none;
  }
  .restable tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .restable th {
    display: block;
    width: auto;
  }
  .restable tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .restable td {
    display: block;
  }
}
table.table {
  max-width: 100%;
}

table.table-catalog-responsive tr td:first-child {
  width: 25%;
}

table th {
  font-weight: 600;
  vertical-align: middle;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 575px) {
  table.table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  div.table-responsive {
    margin-bottom: 1rem;
  }
  div.table-responsive::before {
    display: block;
    margin: 0;
    padding: 0.3rem 0.3rem 0.3rem 0;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f064右にスクロールします";
    color: #FF0000;
  }
  div.table-responsive table.table {
    margin-bottom: 0;
    table-layout: auto;
    word-break: keep-all;
    /*word-wrap: normal;*/
  }
  table.table-catalog-responsive {
    display: block;
    width: 100%;
  }
  table.table-catalog-responsive::before {
    display: block;
    margin: 0;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f064右にスクロールします";
    color: #FF0000;
  }
  table.table-catalog-responsive thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  table.table-catalog-responsive th {
    display: block;
    width: auto;
    border-bottom-width: 1px;
  }
  table.table-catalog-responsive tbody {
    display: flex;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.table-catalog-responsive tbody tr {
    display: inline-flex;
    flex-wrap: wrap;
  }
  table.table-catalog-responsive td {
    display: block;
  }
  table.table-catalog-responsive tbody td {
    width: 100%;
  }
  table.table-catalog-responsive tr td:first-child {
    width: 100%;
  }
  table.table-list-responsive {
    display: block;
    width: 100%;
  }
  table.table-list-responsive thead {
    display: none;
  }
  table.table-list-responsive tbody {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
  }
  table.table-list-responsive tr {
    display: inline-block;
    width: 100%;
  }
  table.table-list-responsive th, table.table-list-responsive td {
    display: inline-block;
    width: 100% !important;
  }
}
/* table-form-old （フォーム変更後削除予定のクラス）*/
table.table-form-old.form-admissions th {
  background-color: #AAC520;
}

table.table-form-old.form-admissions th.non {
  background-color: #CCC;
}

table.table-form-old.form-admissions th.second {
  background-color: #F8B8F0;
}

table.table-form-old .col1 {
  background-color: #dc3545;
}

table.table-form-old .col1.non {
  background-color: #CCC;
}

table.table-form-old table.intable th, table.table-form-old table.intable td {
  border: 0;
}

@media screen and (max-width: 575px) {
  table.table-form-old {
    table-layout: inherit;
  }
}
/*
.table{
  border-top: 1px #dee2e6 solid;
  th,td{
    padding: 0.75rem;
  }
  th{
    vertical-align: middle;
  }
}
*/
.text-maincolor,
.text-basicred {
  color: #B81C22 !important;
}

.text-accentcolor1,
.text-activered {
  color: #E50020 !important;
}

.text-accentcolor2,
.text-activeblue {
  color: #005BAC !important;
}

.text-twitter {
  color: #1DA1F2 !important;
}

.text-facebook {
  color: #3C5A99 !important;
}

.text-instagram {
  color: #CF2E92 !important;
}

.text-line {
  color: #00B900 !important;
}

.text-youtube {
  color: #DA1725 !important;
}

.responsive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 1px #CCC solid;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.img-radius__right-bottom {
  border-radius: 0 0 3rem 0;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
  margin: 0 auto;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.page-link {
  color: #B81C22;
}

.width-1em {
  width: 1em !important;
}

.width-2em {
  width: 2em !important;
}

.width-3em {
  width: 3em !important;
}

.width-4em {
  width: 4em !important;
}

.width-5em {
  width: 5em !important;
}

.width-6em {
  width: 6em !important;
}

.width-7em {
  width: 7em !important;
}

.width-8em {
  width: 8em !important;
}

.width-9em {
  width: 9em !important;
}

.width-10em {
  width: 10em !important;
}

.width-11em {
  width: 11em !important;
}

.width-12em {
  width: 12em !important;
}

.width-13em {
  width: 13em !important;
}

.width-14em {
  width: 14em !important;
}

.width-15em {
  width: 15em !important;
}

.width-16em {
  width: 16em !important;
}

.width-17em {
  width: 17em !important;
}

.width-18em {
  width: 18em !important;
}

.width-19em {
  width: 19em !important;
}

.width-20em {
  width: 20em !important;
}

.width-21em {
  width: 21em !important;
}

.width-22em {
  width: 22em !important;
}

.width-23em {
  width: 23em !important;
}

.width-24em {
  width: 24em !important;
}

.width-25em {
  width: 25em !important;
}

.width-26em {
  width: 26em !important;
}

.width-27em {
  width: 27em !important;
}

.width-28em {
  width: 28em !important;
}

.width-29em {
  width: 29em !important;
}

.width-30em {
  width: 30em !important;
}

.width-31em {
  width: 31em !important;
}

.width-32em {
  width: 32em !important;
}

.width-33em {
  width: 33em !important;
}

.width-34em {
  width: 34em !important;
}

.width-35em {
  width: 35em !important;
}

.width-1rem {
  width: 1rem !important;
}

.width-2rem {
  width: 2rem !important;
}

.width-3rem {
  width: 3rem !important;
}

.width-4rem {
  width: 4rem !important;
}

.width-5rem {
  width: 5rem !important;
}

.width-6rem {
  width: 6rem !important;
}

.width-7rem {
  width: 7rem !important;
}

.width-8rem {
  width: 8rem !important;
}

.width-9rem {
  width: 9rem !important;
}

.width-10rem {
  width: 10rem !important;
}

.width-11rem {
  width: 11rem !important;
}

.width-12rem {
  width: 12rem !important;
}

.width-13rem {
  width: 13rem !important;
}

.width-14rem {
  width: 14rem !important;
}

.width-15rem {
  width: 15rem !important;
}

.width-16rem {
  width: 16rem !important;
}

.width-17rem {
  width: 17rem !important;
}

.width-18rem {
  width: 18rem !important;
}

.width-19rem {
  width: 19rem !important;
}

.width-20rem {
  width: 20rem !important;
}

.width-21rem {
  width: 21rem !important;
}

.width-22rem {
  width: 22rem !important;
}

.width-23rem {
  width: 23rem !important;
}

.width-24rem {
  width: 24rem !important;
}

.width-25rem {
  width: 25rem !important;
}

.width-26rem {
  width: 26rem !important;
}

.width-27rem {
  width: 27rem !important;
}

.width-28rem {
  width: 28rem !important;
}

.width-29rem {
  width: 29rem !important;
}

.width-30rem {
  width: 30rem !important;
}

.width-31rem {
  width: 31rem !important;
}

.width-32rem {
  width: 32rem !important;
}

.width-33rem {
  width: 33rem !important;
}

.width-34rem {
  width: 34rem !important;
}

.width-35rem {
  width: 35rem !important;
}

.width-1per {
  width: 1% !important;
}

.width-2per {
  width: 2% !important;
}

.width-3per {
  width: 3% !important;
}

.width-4per {
  width: 4% !important;
}

.width-5per {
  width: 5% !important;
}

.width-6per {
  width: 6% !important;
}

.width-7per {
  width: 7% !important;
}

.width-8per {
  width: 8% !important;
}

.width-9per {
  width: 9% !important;
}

.width-10per {
  width: 10% !important;
}

.width-11per {
  width: 11% !important;
}

.width-12per {
  width: 12% !important;
}

.width-13per {
  width: 13% !important;
}

.width-14per {
  width: 14% !important;
}

.width-15per {
  width: 15% !important;
}

.width-16per {
  width: 16% !important;
}

.width-17per {
  width: 17% !important;
}

.width-18per {
  width: 18% !important;
}

.width-19per {
  width: 19% !important;
}

.width-20per {
  width: 20% !important;
}

.width-21per {
  width: 21% !important;
}

.width-22per {
  width: 22% !important;
}

.width-23per {
  width: 23% !important;
}

.width-24per {
  width: 24% !important;
}

.width-25per {
  width: 25% !important;
}

.width-26per {
  width: 26% !important;
}

.width-27per {
  width: 27% !important;
}

.width-28per {
  width: 28% !important;
}

.width-29per {
  width: 29% !important;
}

.width-30per {
  width: 30% !important;
}

.width-31per {
  width: 31% !important;
}

.width-32per {
  width: 32% !important;
}

.width-33per {
  width: 33% !important;
}

.width-34per {
  width: 34% !important;
}

.width-35per {
  width: 35% !important;
}

.width-36per {
  width: 36% !important;
}

.width-37per {
  width: 37% !important;
}

.width-38per {
  width: 38% !important;
}

.width-39per {
  width: 39% !important;
}

.width-40per {
  width: 40% !important;
}

.width-41per {
  width: 41% !important;
}

.width-42per {
  width: 42% !important;
}

.width-43per {
  width: 43% !important;
}

.width-44per {
  width: 44% !important;
}

.width-45per {
  width: 45% !important;
}

.width-46per {
  width: 46% !important;
}

.width-47per {
  width: 47% !important;
}

.width-48per {
  width: 48% !important;
}

.width-49per {
  width: 49% !important;
}

.width-50per {
  width: 50% !important;
}

@media print {
  /*IE6用*/
  * html body {
    zoom: 80%;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  .drawer-headermenu {
    display: none;
  }
  header.layout-header .wrapper {
    position: absolute;
  }
  .drawer-hamburger {
    display: none;
    position: absolute;
  }
  .mainimage-common {
    margin-bottom: 0;
  }
  nav#breadcrumb {
    display: block !important;
  }
  main.blogpost article.article-sns ul.float-right {
    display: none !important;
  }
  footer nav.footer-banner, footer nav.footer-menu-bottom, footer .footer-information {
    display: none !important;
  }
  #pagehome, #pagetop, #following-banner {
    display: none !important;
  }
}
/*
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
}
*/
/* heading(h) */
h2 {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #B81C22;
}
h2.featured {
  display: block;
  text-align: center;
  color: #000;
}
h2.featured::after {
  content: "";
  display: block;
  margin: 0.75rem auto 0 auto;
  width: 60px;
  height: 4px;
  border-bottom: 4px #C09E46 solid;
  border-color: #D6C180;
  -o-border-image: linear-gradient(to right, #ff0000, #d48585);
     border-image: linear-gradient(to right, #ff0000, #d48585);
  border-image-slice: 1;
  box-shadow: inherit;
}
h2.featured.after-white {
  color: #FFF;
}
h2.featured.after-white::after {
  border-bottom: 4px #FFF solid;
  -o-border-image: inherit;
     border-image: inherit;
}

h3 {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: bold;
  word-break: break-all;
}

h3.message {
  margin-bottom: 1.5rem;
  padding-left: 0;
  background-image: none;
  font-size: 1.75rem;
  font-weight: 200;
}

h3.newstitle {
  position: relative;
}

h3.newstitle span.links {
  position: absolute;
  top: -0.2rem;
  /*right: 0.5rem;*/
  right: 0;
}

h3.newstitle span.links a.btn-sm {
  font-size: 0.75rem;
}

h4 {
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  font-size: 1.2rem;
  color: #FFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b81c22+0,e50020+100 */
  background: #b81c22; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b81c22 0%, #e50020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b81c22", endColorstr="#e50020", GradientType=0); /* IE6-9 */
}
h4 a {
  color: rgb(255, 255, 255);
}
h4 a:hover {
  text-decoration: none;
  color: rgb(255, 255, 0);
}
h4.border-both {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 0;
  background: inherit;
  color: #000;
  font-size: 26px;
}
h4.border-both::before, h4.border-both::after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background-color: #000;
  flex-grow: 1;
}
h4.border-both::before {
  margin-right: 1rem;
}
h4.border-both::after {
  margin-left: 1rem;
}

h5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.3rem;
  border-bottom: 2px #B81C22 solid;
  font-size: 1.1rem;
}

h5::before {
  /* FontAwesome */
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* custom */
  content: "\f0da";
  margin: 0 0.3rem 0 0;
  color: #B81C22;
}

/* flag */
h5.flag {
  padding: 0.1rem 0 0.1rem 45px;
  padding-left: 45px;
  padding-bottom: 0;
  min-height: 27px;
  border-bottom: 0;
  background-repeat: no-repeat;
  background-position: left;
}

h5.flag::before {
  margin: 0;
  content: "";
}

h5.flag.flag-vet {
  background-image: url(/support/images/icon_vet.gif);
}

h5.flag.flag-hkg {
  background-image: url(/support/images/icon_hkg.gif);
}

h5.flag.flag-twn {
  background-image: url(/support/images/icon_twn.gif);
}

h5.flag.flag-sgp {
  background-image: url(/support/images/icon_sgp.gif);
}

h5.flag.flag-tha {
  background-image: url(/support/images/icon_tha.gif);
}

h5.flag.flag-usa {
  background-image: url(/support/images/icon_usa.gif);
}

h5.flag.flag-fir {
  background-image: url(/support/images/icon_fir.gif);
}

h5.flag.flag-aus {
  background-image: url(/support/images/icon_aus.gif);
}

h5.flag.flag-mal {
  background-image: url(/support/images/icon_mal.gif);
}

h5.flag.flag-can {
  background-image: url(/support/images/icon_can.gif);
}

h5.flag.flag-aus {
  background-image: url(/support/images/icon_aus.gif);
}

h5.flag.flag-irl {
  background-image: url(/support/images/icon_irl.gif);
}

h5.flag.flag-kor {
  background-image: url(/support/images/icon_kor.gif);
}

h5.flag.flag-ita {
  background-image: url(/support/images/icon_ita.gif);
}

h5.flag.flag-fra {
  background-image: url(/support/images/icon_fra.gif);
}

h5.flag.flag-chn {
  background-image: url(/support/images/icon_chn.gif);
}

h5.flag.flag-fin {
  background-image: url(/support/images/icon_fin.gif);
}

h5.flag.flag-nzl {
  background-image: url(/support/images/icon_nzl.gif);
}

h5.flag.flag-uk {
  background-image: url(/support/images/icon_uk.gif);
}

h6 {
  margin-bottom: 0.7rem;
}

h6::before {
  /* FontAwesome */
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* custom */
  content: "\f111";
  margin: 0 0.3rem 0 0;
  color: #B81C22;
}

h6.no-icon::before {
  /* custom */
  content: "";
  margin: 0;
}

/*
h1{
  margin-bottom: 1.5rem;
	font-size: $font-size__h1 * 0.65;
  &.title{
    font-size: 27px;
  }
  span.subtitle{
    display: block;
    margin-bottom: 0.25rem;
    font-size: 20px;
    color: $main-color;
    &.base{
      color: $base-color;
    }
    &.gray{
      color: #CCC;
    }
  }
}
@include mediaQuery-up(lg){
  h1{
    font-size: $font-size__h1;
    &.title{
      font-size: 53px;
    }
  }
}

h2{
  margin-bottom: 1.5rem;
	font-size: $font-size__h2 * 0.65;
  small{
    font-size: 80%;
  }
  .subtitle{
    font-size: $font-size;
  }
}
@include mediaQuery-up(lg){
  h2{
    font-size: $font-size__h2;
  }
}

h3{
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 2.0rem;
  padding: 1.5rem 0 0 0;
  font-size: $font-size__h3 * 0.65;
  border-top: 1px $accent-color1 solid;
  color: $accent-color1;
  &::before{
    position: absolute;
    top: 0;
    content: "";
    width: 170px;
    border-top: 5px $accent-color1 solid;
  }
}
@include mediaQuery-up(sm){
  h3{
    &.shrink-sm{
      margin-bottom: 1.0rem;
      padding: 1.0rem 0 0 0;
      font-size: $font-size;
      &::before{
        width: 80px;
      }
    }
  }
}
@include mediaQuery-up(md){
  h3{
    &.shrink-md{
      margin-bottom: 1.0rem;
      padding: 1.0rem 0 0 0;
      font-size: $font-size;
      &::before{
        width: 80px;
      }
    }
  }
}
@include mediaQuery-up(lg){
  h3{
    font-size: $font-size__h3;
  }
}

h4{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: $font-size__h4 * 0.75;
  &.underline{
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px #333 solid;
  }
  &.bar,
  &.accent-bar{
    position: relative;
    padding: 0.75rem;
    background-color: $main-color;
    font-weight: normal;
    color: #FFF;
  }
  &.accent-bar{
    padding-left: 5.5rem;
    span.accent{
      position: absolute;
      top: -2.0rem;
      left: 0.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 1px #CCC solid;
      background-color: #FFF;
      color: $main-color;
    }
  }
}
@include mediaQuery-up(lg){
  h4{
    font-size: $font-size__h4;
  }
}

h5{
  margin-bottom: 1.0rem;
  font-size: $font-size__h5 * 0.90;
}
@include mediaQuery-up(lg){
  h5{
    font-size: $font-size__h5;
  }
}

h6{
  margin-bottom: 1.0rem;
  font-size: $font-size__h6;
  font-weight: normal;
}
*/
/* table-grid */
.row.no-padding {
  margin-right: 0;
  margin-left: 0;
}

.row.no-padding > .col, .row.no-padding > .col-1, .row.no-padding > .col-10, .row.no-padding > .col-11, .row.no-padding > .col-12, .row.no-padding > .col-2, .row.no-padding > .col-3, .row.no-padding > .col-4, .row.no-padding > .col-5, .row.no-padding > .col-6, .row.no-padding > .col-7, .row.no-padding > .col-8, .row.no-padding > .col-9, .row.no-padding > .col-auto, .row.no-padding > .col-lg, .row.no-padding > .col-lg-1, .row.no-padding > .col-lg-10, .row.no-padding > .col-lg-11, .row.no-padding > .col-lg-12, .row.no-padding > .col-lg-2, .row.no-padding > .col-lg-3, .row.no-padding > .col-lg-4, .row.no-padding > .col-lg-5, .row.no-padding > .col-lg-6, .row.no-padding > .col-lg-7, .row.no-padding > .col-lg-8, .row.no-padding > .col-lg-9, .row.no-padding > .col-lg-auto, .row.no-padding > .col-md, .row.no-padding > .col-md-1, .row.no-padding > .col-md-10, .row.no-padding > .col-md-11, .row.no-padding > .col-md-12, .row.no-padding > .col-md-2, .row.no-padding > .col-md-3, .row.no-padding > .col-md-4, .row.no-padding > .col-md-5, .row.no-padding > .col-md-6, .row.no-padding > .col-md-7, .row.no-padding > .col-md-8, .row.no-padding > .col-md-9, .row.no-padding > .col-md-auto, .row.no-padding > .col-sm, .row.no-padding > .col-sm-1, .row.no-padding > .col-sm-10, .row.no-padding > .col-sm-11, .row.no-padding > .col-sm-12, .row.no-padding > .col-sm-2, .row.no-padding > .col-sm-3, .row.no-padding > .col-sm-4, .row.no-padding > .col-sm-5, .row.no-padding > .col-sm-6, .row.no-padding > .col-sm-7, .row.no-padding > .col-sm-8, .row.no-padding > .col-sm-9, .row.no-padding > .col-sm-auto, .row.no-padding > .col-xl, .row.no-padding > .col-xl-1, .row.no-padding > .col-xl-10, .row.no-padding > .col-xl-11, .row.no-padding > .col-xl-12, .row.no-padding > .col-xl-2, .row.no-padding > .col-xl-3, .row.no-padding > .col-xl-4, .row.no-padding > .col-xl-5, .row.no-padding > .col-xl-6, .row.no-padding > .col-xl-7, .row.no-padding > .col-xl-8, .row.no-padding > .col-xl-9, .row.no-padding > .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

.table-grid {
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  border-top: 1px #DCDCDC solid;
  border-left: 1px #DCDCDC solid;
}

.table-grid .row > div {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px #DCDCDC solid;
  border-bottom: 1px #DCDCDC solid;
}

.table-grid .row.table-active > div {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-grid .table-th, .table-grid .row.table-th > div {
  font-weight: bold;
}

/*
.row.row-sm{
	margin-right: -3px;
	margin-left: -3px;
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
		padding-right: 3px;
		padding-left: 3px;
	}
}

.table-grid{
	padding-left: 15px;
	padding-right: 15px;
	border: 0;
	.row{
  	border-top: 1px $table-border-color solid;
  	border-left: 1px $table-border-color solid;
		& > div{
			padding-top: 10px;
			padding-bottom: 10px;
			border-right: 1px $table-border-color solid;
			border-bottom: 1px $table-border-color solid;
		}
    & .row{
      border: 0;
      & > div{
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
      }
    }
	}
  .row + .row{
    border-top: 0;
  }
	.row.table-active > div{
		background-color: rgba(0,0,0,.075);
	}
	.table-th,
	.row.table-th > div{
		font-weight: bold;
	}
  .table-separator{
    border-bottom: 1px $table-border-color solid;
  }
  &.table-dotted{
    .row{
      border-top: 1px $table-border-color dotted;
      border-left: 1px $table-border-color dotted;
      & > div{
  			border-right: 1px $table-border-color dotted;
        border-bottom: 1px $table-border-color dotted;
      }
      & .row{
        border: 0;
        & > div{
          padding-top: 0;
          padding-bottom: 0;
          border: 0;
        }
      }
    }
  }
  &.table-borderless{
    .row{
      border-left: 0;
      & > div{
        border-right: 0;
      }
    }
  }
}
*/
/* Contextual classes */
.table-lightblue {
  background-color: #E6F4FA !important;
}

.table-basecolor {
  background-color: #EDF0F5 !important;
}

/* fontawesome icon */
/* _blank時にアイコン設定、ところかまわずアイコンが付いてしまうので一時的にコメントアウト
   打消し用クラスを作成する予定
a[target="_blank"] {
  @include fontawesome-icon-after("\f35d", 0 0 0 0.3rem);
}*/
/*
a[href$=".pdf"]{
  @include fontawesome-icon-after("\f1c1", 0 0 0 0.3rem);
  &::after{
    color: $file-color__pdf;  
  }
}
*/
/* icon */
.pdf::after, .pdf_w::after, .win::after, .win_w::after, .word::after, .excel::after, .more::after, .in_site::after {
  display: inline-block;
  margin-left: 0.3rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.pdf::after {
  font-weight: 400;
  content: "\f1c1" !important;
  color: #E21E00;
}

.pdf_w::after {
  font-weight: 400;
  content: "\f1c1" !important;
  color: #FFF;
}

.win::after {
  font-weight: 900;
  content: "\f35d" !important;
  color: #E21E00;
}

.win_w::after {
  font-weight: 900;
  content: "\f35d" !important;
  color: #FFF;
}

.word::after {
  font-weight: 400;
  content: "\f1c2" !important;
  color: #2B579A;
}

.excel::after {
  font-weight: 400;
  content: "\f1c3" !important;
  color: #217346;
}

.more::after {
  font-weight: 400;
  content: "\f138" !important;
  color: #9fa0a0;
}

/*.in_site::after{
	font-weight: 400;
	content: "\f24d";
	color: #005BAC;
}*/
.mail::before, .tel::before, .fax::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.mail::before {
  font-weight: 900;
  content: "\f0e0" !important;
  color: #DFA804;
}

.tel::before {
  font-weight: 900;
  content: "\f098" !important;
  color: #DFA804;
}

.fax::before {
  font-weight: 900;
  content: "\f1ac" !important;
  color: #DFA804;
}

/* before */
.fa-be__angle-right::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f105";
}
.fa-be__caret-right::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f0da";
}
.fa-be__cart-plus::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  content: "\f217";
}
.fa-be__chevron-right::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f054";
}
.fa-be__chevron-circle-down::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f13a";
}
.fa-be__circle::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f111";
}
.fa-be__lock::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f023";
}
.fa-be__music::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f001";
}
.fa-be__question-circle::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f059";
}
.fa-be__user::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f007";
}
.fa-be__shopping-cart::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f07a";
}
.fa-be__star::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  content: "\f005";
}
.fa-be__times::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  content: "\f00d";
}
.fa-be__leaf::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f06c";
}
.fa-be__youtube::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f167";
}
.fa-be__youtube-square::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f431";
}

/* after */
.fa-af__angle-right::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.3rem;
  content: "\f105";
}
.fa-af__angle-down::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.3rem;
  content: "\f107";
}
.fa-af__angle-up::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.3rem;
  content: "\f106";
}
.fa-af__chevron-right::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.5rem;
  content: "\f054";
}
.fa-af__chevron-up::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.5rem;
  content: "\f077";
}
.fa-af__chevron-down::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.5rem;
  content: "\f078";
}
.fa-af__caret-right::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.5rem;
  content: "\f0da";
}
.fa-af__external-link-alt::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.3rem;
  content: "\f35d";
}
.fa-af__file-image::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.5rem;
  content: "\f1c5";
}
.fa-af__file-pdf::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.5rem;
  content: "\f1c1";
}
.fa-af__file-excel::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.5rem;
  content: "\f1c3";
}
.fa-af__file-word::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.5rem;
  content: "\f1c2";
}
.fa-af__times::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.25rem;
  content: "\f00d";
}
.fa-af__times-circle::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  content: "\f057";
}

/* list */
ul {
  margin-bottom: 1.5rem;
  padding-left: 25px;
}

ul li > ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

ol {
  padding-left: 1.5rem;
}

ul > li, ol > li {
  margin-bottom: 0.3rem;
}

ol.list-ol-brackets {
  padding-left: 25px;
}

ol.list-ol-brackets > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

ol.list-ol-brackets > li:before {
  margin-left: -25px;
  display: marker;
  content: "(" counter(cnt) ") ";
}

ul.list-flex-wrap {
  display: flex;
  margin: -15px 0 0.5rem -15px;
  padding: 0;
  flex-wrap: wrap;
}

ul.list-flex-wrap li {
  margin: 15px 0 0 15px;
  padding: 5px 10px;
  list-style: none;
  border: 1px #D2D2D2 solid;
}

ul.list-flex-wrap2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-left: -20px;
  padding: 0;
}

ul.list-flex-wrap2 li {
  margin-left: 45px;
}

ul.list-flex-wrap2.list-w-25 li, ul.list-flex-wrap2.list-w-33 li, ul.list-flex-wrap2.list-w-50 li {
  width: 100%; /* IE8以下とAndroid4.3以下用フォールバック */
  width: calc(100% - 45px);
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  ul.list-flex-wrap2 {
    margin-right: -20px;
  }
  ul.list-flex-wrap2.list-w-25 li, ul.list-flex-wrap2.list-w-33 li, ul.list-flex-wrap2.list-w-50 li {
    width: 50%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(50% - 45px);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  ul.list-flex-wrap2 {
    margin-right: -20px;
  }
  ul.list-flex-wrap2.list-w-25 li, ul.list-flex-wrap2.list-w-33 li, ul.list-flex-wrap2.list-w-50 li {
    width: 50%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(50% - 45px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  ul.list-flex-wrap2 {
    margin-right: -20px;
  }
  ul.list-flex-wrap2.list-w-25 li {
    width: 25%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(25% - 45px);
  }
  ul.list-flex-wrap2.list-w-33 li {
    width: 33%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(33% - 45px);
  }
  ul.list-flex-wrap2.list-w-50 li {
    width: 50%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(50% - 45px);
  }
}
@media screen and (min-width: 1200px) {
  ul.list-flex-wrap2 {
    margin-right: -20px;
  }
  ul.list-flex-wrap2.list-w-25 li {
    width: 25%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(25% - 45px);
  }
  ul.list-flex-wrap2.list-w-33 li {
    width: 33%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(33% - 45px);
  }
  ul.list-flex-wrap2.list-w-50 li {
    width: 50%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(50% - 45px);
  }
}
/* newsmodule */
ul.medialist {
  padding: 0;
}
ul.medialist li {
  margin: 0;
  padding: 0.5rem 0 0.5rem 0;
  border-bottom: 1px #EFEFEF solid;
  list-style: none;
}
ul.medialist .contents-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
ul.medialist .contents-box .box-info, ul.medialist .contents-box .box-body {
  display: flex;
}
ul.medialist .contents-box .box-info {
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
  width: 100%;
}
ul.medialist .contents-box .box-body {
  flex-wrap: wrap;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
ul.medialist .contents-box .contents-inbox {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
  height: 100%;
}
ul.medialist .contents-box .contents-inbox.icon {
  justify-content: center;
  font-size: 200%;
  color: #B81C22;
}
ul.medialist .contents-box .contents-inbox.category {
  justify-content: center;
  margin-left: 0.5rem;
  border: 1px #E50020 solid;
  box-sizing: border-box;
  font-size: x-small;
}
ul.medialist .contents-box .contents-inbox.text {
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #DDD;
}
ul.medialist .contents-box .contents-inbox.text .more {
  display: inline-flex;
  margin-top: 0.5rem;
  width: 100%;
}
ul.medialist .contents-box .contents-inbox.affiliation {
  justify-content: flex-start;
  font-size: x-small;
  background-color: #EFEFEF;
}

@media (min-width: 768px) {
  ul.medialist .contents-box .box-info {
    margin-bottom: 0;
    width: 25%;
  }
  ul.medialist .contents-box .box-body {
    margin-left: 1%;
    width: 74%;
  }
  ul.medialist .contents-box .contents-inbox.icon {
    width: 20%;
    font-size: 200%;
  }
  ul.medialist .contents-box .contents-inbox.category {
    width: 80%;
    font-size: 100%;
  }
  ul.medialist .contents-box .contents-inbox.text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  ul.medialist .contents-box .contents-inbox.text .more {
    flex-shrink: 0;
    margin: 0 0 0 0.5rem;
    width: auto;
  }
  ul.medialist .contents-box .contents-inbox.affiliation {
    width: 100%;
    font-size: 90%;
  }
}
ul.newslist {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.newslist li {
  display: flex;
  margin: 0;
  flex-wrap: nowrap;
}

ul.newslist li.headline {
  margin: 1.5rem 0 1.5rem 0;
}

ul.newslist li.headline h4 {
  margin: 0;
  width: 100%;
}

ul.newslist li:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.1);
}

ul.newslist li:first-child {
  margin-top: 0;
}

ul.newslist span {
  display: inline-flex;
  padding: 0.5rem 0 0.5rem 0;
  border-bottom: 1px #EFEFEF solid;
}

ul.newslist span.date {
  padding-left: 1%;
  width: 32%;
}

ul.newslist span.title {
  padding-left: 1%;
  width: 66%;
}

ul.newslist a {
  display: block;
  width: 100%;
  text-decoration: none;
}

ul.newslist .badge {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  min-width: 60px;
  max-height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 80%;
  font-weight: 400;
  border-radius: 0.25rem;
}

ul.newslist-thumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.newslist-thumb li {
  margin: 0;
  padding: 0;
}

ul.newslist-thumb li span.thumb {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 169px;
}

ul.newslist-thumb li span.thumb a {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

ul.eventlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.eventlist li {
  display: flex;
  margin: 0;
  flex-wrap: nowrap;
}

ul.eventlist .card {
  width: 100%;
}

ul.pickuplist {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.pickuplist li {
  display: flex;
  margin: 0;
  flex-wrap: nowrap;
}

ul.pickuplist .card {
  margin-bottom: 0;
  width: 100%;
  border-bottom: 0;
}

ul.pickuplist .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  ul.newslist span.date {
    width: 17%;
  }
  ul.newslist span.title {
    width: 81%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  ul.newslist span.date {
    width: 17%;
  }
  ul.newslist span.title {
    width: 81%;
  }
}
@media screen and (min-width: 1200px) {
  ul.newslist span.date {
    width: 17%;
  }
  ul.newslist span.title {
    width: 81%;
  }
}
/* swiper */
/* toppage index用 */
.swiper-mainimage {
  position: relative;
  overflow: hidden;
}
.swiper-mainimage .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.swiper-mainimage .swiper-slide a.panel-link {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-mainimage .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-mainimage .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #FFF;
  opacity: 1;
}
.swiper-mainimage .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #B81C22;
}
.swiper-mainimage .swiper-button-next,
.swiper-mainimage .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #B81C22;
}
.swiper-mainimage .swiper-button-next::after,
.swiper-mainimage .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}
.swiper-mainimage .swiper-button-next {
  right: 0;
}
.swiper-mainimage .swiper-button-prev {
  left: 0;
}

@media (min-width: 768px) {
  .swiper-mainimage .swiper-pagination {
    bottom: 5%;
  }
  .swiper-mainimage .swiper-button-next,
  .swiper-mainimage .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .swiper-mainimage .swiper-button-next::after,
  .swiper-mainimage .swiper-button-prev::after {
    font-size: 20px;
  }
}
/* TOPページ用共通要素 */
/* 241125 swiperが一つになったので一旦コメントアウト
#mt-main-index main.layout-main{
  .swiper{
    max-width: 1210px;
    .swiper-container{
      overflow: hidden;
    }
    .swiper-button-next,
    .swiper-button-prev{
      &::after{
        font-size: 1.5rem;
        text-shadow:0 1px 5px #000;
        color: #FFF;
      }
    }
    .swiper-button-next{
      right: 0;
    }
    .swiper-button-prev{
      left: 0;
    }
  }
}
@include mediaQuery-up(lg){
  #mt-main-index main.layout-main{
    .swiper{
      .swiper-button-next,
      .swiper-button-prev{
        &::after{
          font-size: 2.5rem;
        }
      }
    }
  }
}
*/
/* 各トップページニュース用 */
.swiper-indexnews {
  position: relative;
  overflow: hidden;
}
.swiper-indexnews .swiper-wrapper {
  max-height: 450px;
}
.swiper-indexnews .swiper-slide.swiper-slide-active dl.post dt span.thumbnail, .swiper-indexnews .swiper-slide.swiper-slide-prev dl.post dt span.thumbnail, .swiper-indexnews .swiper-slide.swiper-slide-next dl.post dt span.thumbnail {
  opacity: 1;
}
.swiper-indexnews .swiper-button-next,
.swiper-indexnews .swiper-button-prev {
  width: 80px;
  height: 80px;
}
.swiper-indexnews .swiper-button-next::after,
.swiper-indexnews .swiper-button-prev::after {
  font-weight: bold;
  font-size: 50px;
  color: #B81C22;
}
.swiper-indexnews .swiper-button-next {
  right: 5vw;
}
.swiper-indexnews .swiper-button-prev {
  left: 5vw;
}

/* 詳細表示用（カテゴリなども表示） */
.postlist_post-detail .thumbnail {
  margin-bottom: 1rem;
}
.postlist_post-detail .thumbnail a {
  display: block;
  min-height: 100px;
  border: 1px #CCC solid;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
}
.postlist_post-detail .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.postlist_post-detail .detail span.date {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.postlist_post-detail .detail span.title {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 26px;
}
.postlist_post-detail .detail span.category {
  display: inline-flex;
  margin-right: 0.5rem;
  padding: 0.25rem 0.75rem;
  background-color: #DDD;
}

@media (min-width: 992px) {
  .postlist_news-details ul li {
    font-size: 16px;
  }
  .postlist_news-details ul li .thumbnail a {
    display: block;
    width: 200px;
    height: 150px;
  }
}
/* ページネーション */
.nav-pagination ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-pagination ul li {
  margin: 0 0.25rem 0.25rem 0;
  width: 40px;
  height: 40px;
}
.nav-pagination ul li a,
.nav-pagination ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background-color: #EFEFEF;
}
.nav-pagination ul li a:hover {
  background-color: #B81C22;
  color: #FFF;
}

/* drawer */
/* css for https://haniwaman.com/css-modal-drawer/ */
/* drawer-headermenu */
#drawer-checkbox {
  display: none;
}

#drawer-icon {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  border-radius: 0.25rem;
  background-color: #444;
  color: #FFF;
  /* IOSでiconのタッチ挙動が怪しい？ 一旦コメントアウト
  span{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: 0 0 0 -30%;
    height: 1%;
    width: 60%;
    background: #FFF;
    transition: all 0.3s ease-in-out;
    &::before,
    &::after{
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 100%;
      height: 100%;
      margin: -8% 0 0 -50%;
      background: #FFF;
      transform: rotate(0);
      transition: all 0.3s ease-in-out;
      -webkit-transform: rotate(0);
    }
    &::before{
      margin-top: -25%;
    }
    &::after{
      margin-top: 20%;
    }
  }
  */
}
#drawer-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #999;
}
#drawer-icon span::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0;
  content: "\f0c9";
}
#drawer-icon span:before {
  font-size: 16px;
}

/* ボタンアクション */
#drawer-checkbox:checked ~ #drawer-icon span::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0;
  content: "\f00d";
}
#drawer-checkbox:checked ~ #drawer-icon span:before {
  font-size: 18px;
}

/* IOSでiconのタッチ挙動が怪しい？ 一旦コメントアウト
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -8% 0 0 -50%;
  width: 100%;
  height: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*/
#drawer-checkbox:checked ~ .drawer-wrapper .container-fluid {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: calc(100% - 50px);
}

#drawer-checkbox:checked ~ .drawer-wrapper {
  right: 0;
  opacity: 1;
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 999;
  top: 48px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease;
}

#drawer-checkbox:checked ~ #drawer-close {
  display: block;
}

.drawer-headermenu .drawer-wrapper {
  position: fixed;
  top: 50px;
  right: -100%;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 50px);
  overflow: auto;
  opacity: 0;
  background: #B81C22;
  color: #FFF;
  transition: all 0.3s ease;
}
.drawer-headermenu .drawer-wrapper a {
  color: #FFF;
}
.drawer-headermenu .drawer-wrapper .drawer-content {
  display: block;
  margin: 32px;
  border: 1px #B81C22 solid;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu {
  background: #C22A30;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category a,
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 5px;
  width: 100%;
  border-bottom: 1px #B81C22 solid;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category a::after,
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .label::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.3rem;
  content: "\f054";
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category a.pdf::after, .drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category a.win::after,
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .label.pdf::after,
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .label.win::after {
  color: #FFF;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion label.label::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.3rem;
  content: "\f0dd";
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  list-style: none;
  border-bottom: 1px #B81C22 solid;
  background-color: #DF3B41;
  overflow: hidden;
  transition: all 0.3s ease;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist li {
  margin: 0;
  width: 100%;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist li a,
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist li .label {
  margin: 0;
  padding: 5px 10px 5px 30px;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist li:last-child .menulist,
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist li:last-child .label {
  border-bottom: 0;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist .menulist {
  background-color: #E9595E;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist .menulist li a,
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist .menulist li .label {
  padding: 5px 10px 5px 40px;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist .menulist .menulist {
  background-color: #FF7671;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist .menulist .menulist li a,
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .menulist .menulist .menulist li .label {
  padding: 5px 10px 5px 50px;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .input {
  display: none;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .input:checked + .label {
  border-bottom: 1px #B81C22 solid;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .input:checked + .label::after {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0.3rem;
  content: "\f077";
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu .drawer-category .drawer-accordion .input:checked + .label + .menulist {
  padding: 0;
  height: auto;
  opacity: 1;
  overflow: auto;
}
.drawer-headermenu .drawer-wrapper .drawer-content .drawer-menu + .drawer-menu {
  margin-top: 15px;
}
.drawer-headermenu .drawer-wrapper .drawer-content .submenu {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background: #C22A30;
}
.drawer-headermenu .drawer-wrapper .drawer-content .submenu > div {
  width: 50%;
}
.drawer-headermenu .drawer-wrapper .drawer-content .submenu > div > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.drawer-headermenu .drawer-wrapper .drawer-content .submenu > div.english {
  background: #E55056;
}
.drawer-headermenu .drawer-wrapper .drawer-content .submenu > div.sitemap {
  background: #333;
}

@media (min-width: 992px) {
  .drawer-headermenu {
    display: none;
  }
}
/* drawer-sitemap */
#drawer-sitemap-checkbox {
  display: none;
}

#drawer-sitemap-icon {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  background-color: #444;
  color: #FFF;
}
#drawer-sitemap-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-image: url("/images/common/sitemap-w.svg");
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center;
  color: #999;
}

#drawer-sitemap-checkbox:checked ~ #drawer-sitemap-icon span {
  background: inherit;
}
#drawer-sitemap-checkbox:checked ~ #drawer-sitemap-icon span::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0;
  content: "\f00d";
}
#drawer-sitemap-checkbox:checked ~ #drawer-sitemap-icon span:before {
  font-size: 28px;
}

#drawer-sitemap-checkbox:checked ~ .drawer-wrapper .container-fluid {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: calc(100% - 50px);
}

#drawer-sitemap-checkbox:checked ~ .drawer-wrapper {
  right: 0;
  opacity: 1;
}

#drawer-sitemap-close {
  display: none;
  position: fixed;
  z-index: 999;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease;
}

#drawer-sitemap-checkbox:checked ~ #drawer-sitemap-close {
  display: block;
}

.drawer-sitemap .drawer-wrapper {
  position: fixed;
  top: 65px;
  right: -100%;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 65px);
  overflow: auto;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.drawer-sitemap .drawer-wrapper .drawer-content {
  display: block;
  margin: 5rem 3rem;
}

/*
  navigation.scss
  -------------------------
  content.scss のナビゲーション版、nav に使用する独自要素、
  要素はアルファベット順に記載
*/
/* index-menu-navigation */
.index-menu-navigation {
  margin-bottom: 3rem;
}
.index-menu-navigation .title {
  position: relative;
  display: block;
  padding: 10px 10px 10px 30px;
  font-weight: normal;
  font-size: 110%;
}
.index-menu-navigation .title::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-flex;
  width: 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03a";
}
.index-menu-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.index-menu-navigation ul li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 10px;
  border-top: 1px #dfdfdf solid;
}
.index-menu-navigation ul li:last-child {
  border-bottom: 1px #dfdfdf solid;
}
.index-menu-navigation ul li > ul {
  margin: 10px -10px -10px -10px;
  padding: 0;
  list-style: none;
}
.index-menu-navigation ul li > ul li {
  padding: 10px 10px 10px 20px;
}
.index-menu-navigation ul li > ul li:last-child {
  border-bottom: 0;
}
.index-menu-navigation ul li a {
  position: relative;
  display: block;
  padding: 0 10px 0 0;
}
.index-menu-navigation ul li a::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f103";
  color: #888;
}

@media (min-width: 992px) {
  .index-menu-navigation {
    display: none;
  }
}
/* レイアウト */
.contents-area {
  position: relative;
}

body.body-scroll .layout-header {
  /*background-color: rgba(255, 255, 255, 0.8);*/
}
.layout-header:hover {
  background-color: rgb(255, 255, 255);
}
.layout-header .wrapper {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}
.layout-header .navbar-top {
  height: 48px;
  overflow: hidden;
}
.layout-header .navbar-top .container {
  padding-left: 0;
  padding-right: 0;
}
.layout-header .navbar-top .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0 0.25rem;
  padding: 0;
}
.layout-header .navbar-top .navbar-brand a {
  display: block;
}
.layout-header .navbar-top .navbar-brand a img {
  width: 120px;
  height: auto;
}
.layout-header .navbar-top .navbar-menu a {
  color: #000;
}
.layout-header .navbar-top .navbar-menu .top {
  display: flex;
  justify-content: end;
  padding: 0 46px 0 0;
  height: 100%;
}
.layout-header .navbar-top .navbar-menu .top ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
}
.layout-header .navbar-top .navbar-menu .top ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.layout-header .navbar-top .navbar-menu .top ul li.search-box {
  flex-grow: 1;
}
.layout-header .navbar-top .navbar-menu .top ul li.switch-language {
  display: none;
}
.layout-header .navbar-top .navbar-menu .top span.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  height: 100%;
}
.layout-header .navbar-top .navbar-menu .top span.icon img {
  width: auto;
  height: 18px;
}
.layout-header .navbar-top .navbar-menu .top .search .search-box {
  display: flex;
  margin-right: 0.25rem;
  border: 1px #999 solid;
  border-radius: 5px;
  font-size: small;
  overflow: hidden;
}
.layout-header .navbar-top .navbar-menu .top .search .search-box input {
  border: 0;
  background-color: inherit;
}
.layout-header .navbar-top .navbar-menu .top .search .search-box input.text {
  outline: none;
  padding-left: 0.5rem;
  width: 100%;
  max-width: 160px;
}
.layout-header .navbar-top .navbar-menu .top .search .search-box input.text:focus-visible {
  background-color: #CCC;
}
.layout-header .navbar-top .navbar-menu .top .search .search-box input.submit {
  background-color: #B81C22;
  color: #FFF;
}
.layout-header .navbar-top .navbar-menu .bottom {
  display: none;
}
.layout-header .navbar-bottom {
  height: 72px;
  background-color: #B81C22;
  /*
  body#mt-main-index.index-5715 &,
  body#mt-main-index.index-8615 &,
  body#id_88 & {
    height: 0px;
  }
  */
}
.layout-header .navbar-bottom .navbar-menu span.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.25rem;
}
.layout-header .navbar-bottom .navbar-menu span.icon img {
  width: auto;
  height: 20px;
}
.layout-header .navbar-bottom .navbar-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.layout-header .navbar-bottom .navbar-menu ul li {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 0 0.25rem;
  width: 20%;
  font-size: 10px;
  border-left: 1px #CCC solid;
}
.layout-header .navbar-bottom .navbar-menu ul li:last-child {
  border-right: 1px #CCC solid;
}
.layout-header .navbar-bottom .navbar-menu ul li a {
  color: #000;
}
.layout-header .navbar-bottom .globalmenu {
  margin: 0 -15px;
}
.layout-header .navbar-bottom .globalmenu a,
.layout-header .navbar-bottom .globalmenu span {
  display: inline-flex;
  align-items: center;
  margin: auto;
  padding: 0.5rem 0.5rem;
  width: 100%;
  height: 100%;
  min-height: 2.3rem;
  color: #FFF;
}
.layout-header .navbar-bottom .globalmenu a.pdf::after, .layout-header .navbar-bottom .globalmenu a.win::after,
.layout-header .navbar-bottom .globalmenu span.pdf::after,
.layout-header .navbar-bottom .globalmenu span.win::after {
  color: #FFF;
}
.layout-header .navbar-bottom .globalmenu a:hover,
.layout-header .navbar-bottom .globalmenu span:hover {
  background-color: rgba(252, 232, 221, 0.8);
}
.layout-header .navbar-bottom .globalmenu span.title {
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}
.layout-header .navbar-bottom .globalmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.layout-header .navbar-bottom .globalmenu ul li {
  position: relative;
  margin: 0;
}
.layout-header .navbar-bottom .globalmenu ul li.globalmenu-dropdown > ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
}
.layout-header .navbar-bottom .globalmenu ul li.globalmenu-dropdown > ul > li {
  border: 1px #B81C22 solid;
  border-bottom: 0;
  background-color: #97181D;
  color: #FFF;
}
.layout-header .navbar-bottom .globalmenu ul li.globalmenu-dropdown > ul > li:last-child {
  border-bottom: 1px #B81C22 solid;
}
.layout-header .navbar-bottom .globalmenu ul li.globalmenu-dropdown > ul > li > ul {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  min-width: 200px;
}
.layout-header .navbar-bottom .globalmenu ul li.globalmenu-dropdown:hover > ul {
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}
.layout-header .navbar-bottom .globalmenu ul.categoryitems {
  z-index: 999;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 36px);
  row-gap: 1px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
.layout-header .navbar-bottom .globalmenu ul.categoryitems > li {
  padding: 5px 0;
  font-size: 9px;
}
.layout-header .navbar-bottom .globalmenu ul.categoryitems > li > a {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: inherit;
  white-space: nowrap;
  text-decoration: none;
  color: #FFF;
}
.layout-header .navbar-bottom .globalmenu ul.categoryitems > li > a small {
  display: none;
  color: rgba(255, 255, 255, 0.5);
}
.layout-header .navbar-bottom .globalmenu ul.categoryitems > li:nth-child(-n+4) {
  border-bottom: 1px #FFF solid;
}
.layout-header .navbar-bottom .globalmenu ul.categoryitems > li:nth-child(-n+3) > a, .layout-header .navbar-bottom .globalmenu ul.categoryitems > li:nth-child(n+5):nth-child(-n+7) > a {
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
}
.layout-header .navbar-bottom .globalmenu ul.categoryitems > li > ul {
  display: none;
}
.layout-header .navbar-bottom .globalmenu ul.categoryitems > li:last-child::after {
  content: "";
  width: 0;
}
.layout-header .navbar-bottom .globalmenu ul.categoryitems > li#globalmenu-research.globalmenu-dropdown > ul > li > ul, .layout-header .navbar-bottom .globalmenu ul.categoryitems > li#globalmenu-extension.globalmenu-dropdown > ul > li > ul {
  left: inherit !important;
  right: 100% !important;
}
.layout-header .navbar-bottom .globalmenu ul.categoryitems > li#globalmenu-research.globalmenu-dropdown > ul > li > ul ul, .layout-header .navbar-bottom .globalmenu ul.categoryitems > li#globalmenu-extension.globalmenu-dropdown > ul > li > ul ul {
  left: inherit !important;
  right: 100% !important;
}
.layout-header .navbar-bottom .globalmenu ul.entryitems {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.layout-header .emergency-message {
  position: fixed;
  z-index: 800;
  top: 115px;
  left: 0;
  width: 100%;
  padding: 0.25rem 0;
  background: #FC0;
}
body#mt-main-index.index-5715 .layout-header .emergency-message, body#mt-main-index.index-8615 .layout-header .emergency-message {
  top: 50px;
}
body.body-scroll_emergency .layout-header .emergency-message {
  display: none !important;
}
.layout-header .emergency-message .marquee-anim {
  padding: 0;
  overflow: hidden;
}
.layout-header .emergency-message .marquee-anim .marquee-span {
  display: inline-flex;
  align-items: center;
  padding-left: 100%;
  white-space: nowrap;
}
.layout-header .emergency-message .marquee-anim .marquee-span p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .layout-header .navbar-top {
    height: 70px;
  }
  .layout-header .navbar-top .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout-header .navbar-top .navbar-brand a img {
    width: 170px;
  }
  .layout-header .navbar-top .navbar-menu {
    display: flex;
    flex-grow: 1;
    flex-flow: column;
    justify-content: space-evenly;
    align-items: end;
    padding: 0 15px 0 0;
  }
  .layout-header .navbar-top .navbar-menu .top {
    padding: 0;
    height: auto;
  }
  .layout-header .navbar-top .navbar-menu .top ul li.search-box {
    flex-grow: 1;
    margin-right: 10px;
  }
  .layout-header .navbar-top .navbar-menu .top ul li.switch-language {
    display: inline-flex;
  }
  .layout-header .navbar-top .navbar-menu .top .switch-language .btn {
    padding: 0;
    width: 80px;
    height: 26px;
    background-color: #B81C22;
    color: #FFF;
    font-size: 14px;
  }
  .layout-header .navbar-top .navbar-menu .top .search .search-box input.text {
    width: 275px;
    max-width: unset;
  }
  .layout-header .navbar-top .navbar-menu .bottom {
    display: flex;
    justify-content: end;
  }
  .layout-header .navbar-top .navbar-menu .bottom ul {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  .layout-header .navbar-top .navbar-menu .bottom ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem;
    width: auto;
  }
  .layout-header .navbar-top .navbar-menu .bottom ul li::before {
    position: relative;
    display: inline-flex;
    font-family: "Font Awesome 5 Free";
    font-size: small;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 0.3rem 0 0;
    content: "\f0da";
  }
  .layout-header .navbar-top .navbar-menu .bottom ul li:before {
    color: #B81C22;
  }
  .layout-header .navbar-top .navbar-menu .bottom ul li:last-child {
    margin: 0 0 0 0.5rem;
  }
  .layout-header .navbar-top .navbar-sitemap {
    width: 70px;
    background-color: #CCC;
  }
  .layout-header .navbar-bottom {
    height: 60px;
    /*
    body.body-scroll &{
      background: rgb(220,127,88,0.8);
      background: linear-gradient(90deg, rgba(220,127,88,0.7) 0%, rgba(184,28,34,0.6) 50%, rgba(127,25,30,0.5) 100%);
    }
    */
  }
  body#mt-main-index.index-5715 .layout-header .navbar-bottom, body#mt-main-index.index-8615 .layout-header .navbar-bottom, body#id_88 .layout-header .navbar-bottom {
    height: 60px;
  }
  .layout-header .navbar-bottom .globalmenu {
    margin: 0;
  }
  .layout-header .navbar-bottom .globalmenu ul.categoryitems {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
    row-gap: 0;
    margin: 0 auto;
    padding: 5px 0;
    height: 60px;
  }
  .layout-header .navbar-bottom .globalmenu ul.categoryitems > li {
    padding: 0;
    font-size: 14px;
  }
  .layout-header .navbar-bottom .globalmenu ul.categoryitems > li > a {
    border-right: 1px rgba(255, 255, 255, 0.5) solid;
  }
  .layout-header .navbar-bottom .globalmenu ul.categoryitems > li > a small {
    display: inline;
  }
  .layout-header .navbar-bottom .globalmenu ul.categoryitems > li:first-child > a {
    border-left: 1px rgba(255, 255, 255, 0.5) solid;
  }
  .layout-header .navbar-bottom .globalmenu ul.categoryitems > li:nth-child(-n+4) {
    border-bottom: 0;
  }
  .layout-header .navbar-bottom .globalmenu ul.categoryitems > li > ul {
    display: block;
  }
  .layout-header .navbar-bottom .globalmenu ul.categoryitems > li:last-child::after {
    content: "";
    width: 0;
  }
  .layout-header .navbar-bottom .globalmenu ul.entryitems {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
  }
  .layout-header .emergency-message {
    top: 130px;
    height: 35px;
  }
  body#mt-main-index.index-5715 .layout-header .emergency-message, body#mt-main-index.index-8615 .layout-header .emergency-message {
    top: 130px;
  }
}
/* header navbar-header-sp */
header .navbar-header-sp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

header .navbar-header-sp ul {
  display: flex;
  /*margin: 0 60px 0 0;*/
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}

header .navbar-header-sp ul li {
  display: inline-flex;
  margin-bottom: 0;
  padding-left: 5px;
  height: 60px;
  align-items: center;
}

header .navbar-header-sp a {
  display: block;
  padding: 5px;
  width: auto;
  height: auto;
  text-decoration: none;
  border: 0px #FFF solid;
  background-color: rgb(184, 28, 34);
  font-size: 75%;
  color: #FFF;
}

header .navbar-header-sp a:hover {
  background-color: rgba(184, 28, 34, 0.6);
}

/* header navbar-header-pc */
header .navbar-header-pc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

header .navbar-header-pc a {
  display: block;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #212529;
}

header .navbar-header-pc ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 42px;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}

header .navbar-header-pc ul li {
  margin-bottom: 0;
  padding-right: 0.45rem;
  padding-left: 0.45rem;
  height: 21px;
  line-height: 21px;
  overflow: visible;
  border-left: 1px #595757 solid;
}

header .navbar-header-pc ul li:first-child {
  border-left: 0;
}

header .navbar-header-pc ul li#site-language button.btn-language {
  position: relative;
  top: -0.1rem;
  height: 1rem;
  line-height: 1rem;
  background-color: inherit;
  color: rgb(65, 60, 59);
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}

header .navbar-header-pc ul li#site-language div.dropdown-menu {
  top: 0.5rem;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
}

header .navbar-header-pc ul li#site-language div.dropdown-menu a {
  display: block;
  font-size: 0.9rem;
  padding: 0.3rem;
}

header .navbar-header-pc ul li#site-language div.dropdown-menu a:first-child {
  color: rgb(184, 28, 34);
  border-bottom: 1px solid rgb(204, 204, 204);
}

header .navbar-header-pc ul li#site-translate {
  overflow: hidden;
}

header .navbar-header-pc ul li#site-translate select.goog-te-combo {
  position: relative;
  margin: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}

header .navbar-header-pc ul li#site-translate span {
  display: none;
}

header .navbar-header-pc ul li#site-translate select {
  background-color: inherit;
  text-shadow: 1px 1px 1px #666;
}

header .navbar-header-pc ul li#site-fontsize span {
  cursor: pointer;
}

header .navbar-header-pc ul li#search-box {
  position: relative;
  background-color: inherit;
}

header .navbar-header-pc ul li#search-box div.search-site {
  margin-top: -0.2rem;
}

body.fontS header .navbar-header-pc ul li#search-box div.search-site {
  max-width: 220px;
}

body.fontM header .navbar-header-pc ul li#search-box div.search-site {
  max-width: 180px;
}

body.fontL header .navbar-header-pc ul li#search-box div.search-site {
  max-width: 160px;
}

header .navbar-header-pc ul li#search-box div.search-site input,
.drawer-menu div.search-site input,
.hiraku-menu div.search-site input {
  max-height: 28px;
}

header .navbar-header-pc ul li#search-box div.search-site input.form-control,
.drawer-menu div.search-site input.form-control,
.hiraku-menu div.search-site input.form-control {
  -webkit-border-top-left-radius: 10px !important;
  -webkit-border-bottom-left-radius: 10px !important;
  -moz-border-radius-topleft: 10px !important;
  -moz-border-radius-bottomleft: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

header .navbar-header-pc ul li#search-box div.search-site input.btn,
.drawer-menu div.search-site input.btn,
.hiraku-menu div.search-site input.btn {
  font-size: 13px;
  padding: 0 0.75rem;
  line-height: 28px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 10px !important;
  -webkit-border-bottom-right-radius: 10px !important;
  -moz-border-radius-topright: 10px !important;
  -moz-border-radius-bottomright: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

header .navbar-header-pc ul li#site-sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .navbar-header-pc ul li#site-sns a:first-child {
  margin-right: 0.5rem;
}

header .navbar-header-pc ul li#site-sns i {
  font-size: 21px;
}

/* translated */
html.translated-ltr header,
html.translated-ltr #sitelogo {
  top: 40px;
}

/* mainslider */
.mainslider img {
  max-width: 100%;
  width: auto;
}

.mainslider .swiper-mainslider_sp-container,
.mainslider .swiper-mainslider_pc-container {
  position: relative;
}

.mainslider .swiper-wrapper {
  overflow: hidden;
  background-color: #2C2C2C;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mainslider .swiper-mainslider_sp-button-next,
.mainslider .swiper-mainslider_sp-button-prev,
.mainslider .swiper-mainslider_pc-button-next,
.mainslider .swiper-mainslider_pc-button-prev {
  position: absolute;
  top: 50%;
  z-index: 220;
}

.mainslider .swiper-mainslider_sp-button-next,
.mainslider .swiper-mainslider_pc-button-next {
  right: 0;
}

.mainslider .swiper-mainslider_sp-button-next::before,
.mainslider .swiper-mainslider_pc-button-next::before {
  display: inline-flex;
  width: 3rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.8rem;
  content: "\f105";
  color: #FFF;
}

.mainslider .swiper-mainslider_sp-button-prev,
.mainslider .swiper-mainslider_pc-button-prev {
  left: 0;
}

.mainslider .swiper-mainslider_sp-button-prev::before,
.mainslider .swiper-mainslider_pc-button-prev::before {
  display: inline-flex;
  width: 3rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.8rem;
  content: "\f104";
  color: #FFF;
  z-index: 220;
}

.mainslider .swiper-mainslider_sp-pagination,
.mainslider .swiper-mainslider_pc-pagination {
  margin-top: 0.8rem;
  text-align: center;
  z-index: 220;
}

.mainslider .swiper-mainslider_sp-pagination .swiper-pagination-bullet,
.mainslider .swiper-mainslider_pc-pagination .swiper-pagination-bullet {
  margin: 0 0.3rem;
  width: 1rem;
  height: 1rem;
  background-color: #BBB;
  opacity: 0.8;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

.mainslider .swiper-mainslider_sp-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.mainslider .swiper-mainslider_pc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E50020;
}

/* mainslider_sp */
.mainslider .swiper-mainslider_sp-container .swiper-slide.mainvideo {
  /*height: auto;*/
  background-image: url("/images/top/pv_20181203-sp.jpg");
  background-size: cover;
}

.mainslider .swiper-mainslider_sp-container .swiper-slide.mainvideo > a {
  display: flex;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .mainslider .swiper-mainslider_sp-container .swiper-slide.mainvideo video {
    margin: auto;
    width: 100%;
    height: auto;
    min-height: 320px;
  }
}
/* mainslider_pc */
.mainslider .swiper-mainslider_pc-container .swiper-slide.mainvideo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainslider .swiper-mainslider_pc-container .swiper-slide.mainvideo video {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainslider .swiper-mainslider_pc-container .swiper-slide.mainvideo video {
    height: 388px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainslider .swiper-mainslider_pc-container .swiper-slide.mainvideo video {
    height: 523px;
  }
}
@media screen and (min-width: 1200px) {
  .mainslider .swiper-mainslider_pc-container .swiper-slide.mainvideo video {
    height: 624px;
  }
}
/* mainimage はスライダーリニューアルにつき破棄予定 */
.mainimage {
  z-index: 1;
  position: relative;
  width: 100%;
  /*height: 300px;*/
  overflow: hidden;
  background-color: #2C2C2C;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mainimage .swiper-mainimage-container {
  z-index: 100;
}

.mainimage > .mainvideo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainimage > .mainvideo video {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.mainimage .swiper-mainimage-container .swiper-slide {
  /*height: 300px;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mainimage .swiper-mainimage-container .swiper-slide.mainvideo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.mainimage .swiper-mainimage-container .swiper-slide.mainvideo video {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.mainimage .swiper-mainimage-container .swiper-slide.mainimage-01 {
  background-image: url("/images/top/mainimage01.jpg");
}

.mainimage .swiper-mainimage-container .swiper-slide.mainimage-02 {
  background-image: url("/images/top/mainimage02.jpg");
}

.mainimage .swiper-mainimage-container .swiper-slide.mainimage-03 {
  background-image: url("/images/top/mainimage03.jpg");
}

.mainimage .swiper-mainimage-container .swiper-slide.mainimage-fund {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  /*background-image: url("/images/top/mainimage_fund-sp.jpg");*/
}

.mainimage .swiper-mainimage-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 3rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.8rem;
  content: "\f105";
  color: #FFF;
  z-index: 220;
}

.mainimage .swiper-mainimage-button-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 3rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.8rem;
  content: "\f104";
  color: #FFF;
  z-index: 220;
}

.mainimage-bottom .swiper-mainimage-pagination {
  margin-top: 0.8rem;
  text-align: center;
  z-index: 220;
}

.mainimage-bottom .swiper-mainimage-pagination .swiper-pagination-bullet {
  margin: 0 0.3rem;
  width: 1rem;
  height: 1rem;
  background-color: #BBB;
  opacity: 0.8;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

.mainimage-bottom .swiper-mainimage-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E50020;
}

.mainimage .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mainimage .mainimage-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 1.5rem;
  width: auto;
  min-width: 240px;
  height: auto;
  background-color: rgba(184, 28, 34, 0.9);
  text-align: center;
  z-index: 200;
}

.mainimage .mainimage-comment h1 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  color: #FFF;
  font-family: "Sawarabi Mincho";
}

.mainimage .mainimage-comment h1 small {
  display: block;
  margin-top: 0.3rem;
  width: auto;
  height: auto;
  overflow: hidden;
  font-size: 70%;
  font-weight: 400;
}

.mainimage .mainimage-comment h1 span.logo {
  display: flex;
  margin: 0.5rem 0 0 0;
  padding: 1rem 0.3rem 0rem 0.3rem;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-top: 2px #FFF solid;
}

.mainimage .mainimage-comment h1 span.logo img {
  width: 100%;
  max-width: 170px;
  height: auto;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainimage .mainimage-comment h1 {
    font-size: 24px;
  }
  .mainimage .mainimage-comment h1 span.logo img {
    max-width: 190px;
  }
  .mainimage .swiper-mainimage-container .swiper-slide.mainimage-fund {
    /*background-image: url("/images/top/mainimage_fund-pc.jpg");*/
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainimage,
  .mainimage .swiper-mainimage-container .swiper-slide {
    /*height: 450px;*/
  }
  .mainimage .mainimage-comment h1 {
    font-size: 3vw;
  }
  .mainimage .mainimage-comment h1 span.logo img {
    max-width: 200px;
  }
  .mainimage .swiper-mainimage-container .swiper-slide.mainimage-fund {
    /*background-image: url("/images/top/mainimage_fund-pc.jpg");*/
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vr-movie,
  .mainmovie {
    /*height: 480px;*/
  }
  .mainimage {
    width: 100%;
    /*height: 480px;*/
  }
  .mainimage .swiper-mainimage-container .swiper-slide {
    /*height: 480px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mainimage .mainimage-comment h1 {
    font-size: 3vw;
  }
  .mainimage .mainimage-comment h1 span.logo img {
    max-width: 230px;
  }
  .mainimage .swiper-mainimage-container .swiper-slide.mainimage-fund {
    /*background-image: url("/images/top/mainimage_fund-pc.jpg");*/
  }
}
@media screen and (min-width: 1200px) {
  .vr-movie,
  .mainmovie {
    height: 624px;
  }
  .mainimage {
    width: 100%;
    /*height: 624px;*/
    /*height: calc(100vh - 88px);*/
  }
  .mainimage .swiper-mainimage-container .swiper-slide {
    /*height: 624px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mainimage .mainimage-comment h1 {
    font-size: 2.2vw;
  }
  .mainimage .mainimage-comment h1 span.logo img {
    max-width: 250px;
  }
  .mainimage .swiper-mainimage-container .swiper-slide.mainimage-fund {
    /*background-image: url("/images/top/mainimage_fund-pc.jpg");*/
  }
  .swiper-slide .mainimage-inner {
    height: 624px;
  }
}
/* mainimage-common */
.mainimage-common {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  height: 120px;
  background-color: #2C2C2C;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainimage-common h1 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 10px 20px 10px 20px;
  background-color: #FFF;
  font-size: 1.5rem;
  color: #901C21;
}

/* .mainimage-common - image set */
body#id_1 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* chukyo-u */
}

body#id_1.blog_alumni .mainimage-common {
  background-image: url("/images/mainimage/mainimage-alumni01.jpg");
  /* alumni */
}

body#id_3 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* information */
}

body#id_26 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* educate */
}

body#id_31 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* admissions */
}

body#id_20 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* support */
}

body#id_14 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-research2.jpg");
  /* research_2 */
}

body#id_33 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-library01.jpg");
  /* extension */
}

body#id_36 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* student-staff */
}

body#id_58 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* achievement */
}

body#id_62 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* activity */
}

body#id_88 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* english */
}

body#id_99 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* public_information */
}

body#id_112 .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common01.jpg");
  /* anniversary */
}

body#gb_educate .mainimage-common {
  background-image: url("/images/mainimage/mainimage-common02.jpg");
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainimage-common h1 {
    right: 5vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainimage-common h1 {
    right: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  .mainimage-common h1 {
    right: 15vw;
  }
}
@media screen and (min-width: 768px) {
  .mainimage-common {
    height: 260px;
    margin-bottom: 0;
  }
}
nav#breadcrumb {
  display: none;
  margin-bottom: 1rem;
  border-bottom: 1px #B3B3B3 solid;
  border-radius: 0;
  background-color: #FFF;
}

nav#breadcrumb .breadcrumb {
  margin: 0 auto 0 auto;
  padding: 0.5rem 0;
  max-width: 1440px;
  background-color: #FFF;
}

nav#breadcrumb .breadcrumb li {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  nav#breadcrumb {
    display: block;
  }
}
.layout-contents {
  overflow: hidden;
}

main {
  position: relative;
  background-color: rgb(255, 255, 255);
}

body.body-scroll main {
  background-color: rgb(255, 255, 255);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

main article.article-main,
main article.article-sub {
  margin-bottom: 1rem;
}

main article.article-main section {
  margin-bottom: 3rem;
}

main article.article-sub section {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
  main.toppage {
    border-top: 1px #CCC solid;
  }
}
/*
.layout-main{
  &__wrapper{
  }
}
*/
#seo-word {
  display: none;
}

.layout-footer .wrapper {
  padding: 5px 0 20px 0;
  background: linear-gradient(90deg, rgb(220, 127, 88) 0%, rgb(184, 28, 34) 50%, rgb(127, 25, 30) 100%);
  color: #FFF;
}
.layout-footer .wrapper a {
  color: #FFF;
}
.layout-footer .wrapper a:hover {
  color: #ffff00;
}
.layout-footer .footer-contents {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 20px;
  grid-row-gap: 0;
}
.layout-footer .footer-contents .logo {
  grid-area: 3/1/4/2;
}
.layout-footer .footer-contents .menu {
  grid-area: 1/1/2/3;
}
.layout-footer .footer-contents .menu .menulist {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
}
.layout-footer .footer-contents .menu .menulist li {
  flex-grow: 1;
  margin: 0;
  border-right: 1px #FFF solid;
}
.layout-footer .footer-contents .menu .menulist li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.layout-footer .footer-contents .menu .menulist li:last-child {
  border-right: 0;
}
.layout-footer .footer-contents .banner {
  grid-area: 2/1/3/3;
}
.layout-footer .footer-contents .banner .contents-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 30px -5px;
}
.layout-footer .footer-contents .banner .contents-box > div {
  padding: 5px;
  width: 50%;
}
.layout-footer .footer-contents .campus {
  display: none;
}
.layout-footer .footer-contents .copyright {
  grid-area: 3/2/4/3;
  padding: 0 0 0 20px;
  border-left: 1px #FFF solid;
}
.layout-footer .footer-contents .copyright .sns {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
.layout-footer .footer-contents .copyright .sns li {
  margin: 0 15px 0 0;
}
.layout-footer .footer-contents .copyright small {
  font-size: 8px;
}

@media (min-width: 768px) {
  .layout-footer .footer-contents .logo img {
    width: 200px;
  }
  .layout-footer .footer-contents .banner .contents-box > div {
    padding: 5px;
    width: 25%;
  }
  .layout-footer .footer-contents .copyright .sns {
    font-size: 24px;
  }
  .layout-footer .footer-contents .copyright small {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .layout-footer .wrapper {
    padding: 48px 0;
  }
  .layout-footer .footer-contents {
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 10%;
    grid-row-gap: 30px;
  }
  .layout-footer .footer-contents .logo {
    grid-area: 1/1/5/2;
  }
  .layout-footer .footer-contents .logo img {
    width: 100%;
  }
  .layout-footer .footer-contents .menu {
    grid-area: 1/2/2/3;
  }
  .layout-footer .footer-contents .menu .menulist {
    font-size: 14px;
  }
  .layout-footer .footer-contents .menu .menulist li {
    flex-grow: 0;
  }
  .layout-footer .footer-contents .menu .menulist li a {
    padding: 0 20px;
  }
  .layout-footer .footer-contents .menu .menulist li:first-child a {
    padding: 0 20px 0 0;
  }
  .layout-footer .footer-contents .banner {
    grid-area: 2/2/3/3;
  }
  .layout-footer .footer-contents .banner .contents-box {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px 0 -10px;
  }
  .layout-footer .footer-contents .banner .contents-box > div {
    padding: 0 10px;
    width: 25%;
  }
  .layout-footer .footer-contents .campus {
    display: flex;
    grid-area: 3/2/4/3;
  }
  .layout-footer .footer-contents .copyright {
    grid-area: 4/2/5/3;
    padding: 0;
    border-left: 0;
  }
  .layout-footer .footer-contents .copyright .contents-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .layout-footer .footer-contents .copyright .contents-box .sns {
    order: 2;
  }
  .layout-footer .footer-contents .copyright .contents-box small {
    order: 1;
  }
}
/* pagetop pagehome */
/*
#pagetop {
  z-index: 9999;
  position: fixed;
  right: 1.0rem;
  bottom: 1.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  width: 60px;
  height: 60px;
  background-color: rgb(255,255,255,0.7);
  text-align: center;
  cursor: pointer;
  &:hover{
    opacity: 0.8;
  }
}
*/
#pagetop > img,
#pagetop :not(.pagetop) > img {
  display: none;
}
#pagetop.pagetop {
  z-index: 99999;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: linear-gradient(180deg, #B81C22 0%, #520C0F 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
#pagetop.pagetop:hover {
  opacity: 0.8;
}
#pagetop.pagetop::before, #pagetop.pagetop::after {
  content: "";
  position: absolute;
  top: 15px;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #FFF;
  transition: all 0.1s ease;
}
#pagetop.pagetop::before {
  left: 7px;
  transform: translateY(0px) rotate(315deg);
}
#pagetop.pagetop::after {
  right: 7px;
  transform: translateY(0px) rotate(45deg);
}

#pagehome {
  display: none !important;
  position: fixed;
  right: 66px;
  bottom: 16px;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  background-color: #413C3B;
  border: 1px #FFF solid;
  z-index: 900;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  color: #FFF;
}

#pagehome:hover {
  background: #B81C22;
  color: #FFF;
}

#pagehome a {
  text-decoration: none;
  color: #FFF;
}

#pagehome i {
  font-size: 28px;
  line-height: 45px;
}

body#mt-main-index span#pagehome {
  display: none !important;
}

#floating-banner {
  position: fixed;
  right: 14px;
  display: none;
  bottom: 71px;
  width: 100px;
  height: auto;
  max-height: 420px;
  text-align: left;
  z-index: 900;
}

#floating-banner #floating-close {
  font-size: 120%;
}

#floating-banner img {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

#floating-banner a {
  display: block;
}

body#mt-main-index span#floating-banner {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer nav.footer-menu-bottom li {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer nav.footer-menu-bottom li {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
  }
  #floating-banner {
    bottom: 0;
    top: 108px;
  }
}
@media screen and (min-width: 1200px) {
  footer nav.footer-menu-bottom li {
    height: 16px;
    line-height: 16px;
  }
  #floating-banner {
    bottom: 0;
    top: 108px;
  }
}
/* contents.scss */
.index-menu-contents .contents-box {
  height: 100%;
  background-color: #f7f7f7;
}
.index-menu-contents .contents-box .box-header .title {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #000;
  color: #FFF;
}
.index-menu-contents .contents-box .box-header .title::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #FFF;
}
.index-menu-contents .contents-box .box-header .title a {
  color: #FFF;
}
.index-menu-contents .contents-box .box-body {
  padding: 20px 25px;
}
.index-menu-contents .contents-box .box-body ul.menulist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.index-menu-contents .contents-box .box-body ul.menulist li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 10px;
  border-top: 1px #dfdfdf solid;
}
.index-menu-contents .contents-box .box-body ul.menulist li:last-child {
  border-bottom: 1px #dfdfdf solid;
}
.index-menu-contents .contents-box .box-body ul.menulist li > ul {
  margin: 10px -10px -10px -10px;
  padding: 0;
  list-style: none;
}
.index-menu-contents .contents-box .box-body ul.menulist li > ul li {
  padding: 10px 10px 10px 20px;
}
.index-menu-contents .contents-box .box-body ul.menulist li > ul li:last-child {
  border-bottom: 0;
}
.index-menu-contents .contents-box .box-body ul.menulist li a {
  position: relative;
  display: block;
  padding: 0 20px 0 0;
}
.index-menu-contents .contents-box .box-body ul.menulist li a::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #888;
}

/* 以下 旧版css */
/* activity-content */
.activity-content {
  position: relative;
  z-index: 800;
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  background-color: rgba(65, 60, 59, 0.9);
  color: #FFF;
}

.activity-content .container {
  padding-right: 0;
  padding-left: 0;
}

.activity-content h3 {
  padding-left: 0;
  background-image: none;
  font-size: 2rem;
  font-family: "Sawarabi Gothic";
  color: #B81C22;
}

.activity-content h3 small {
  font-size: 1.2rem;
  color: #9fa0a0;
}

.activity-content .swiper-container {
  padding-bottom: 3.5rem;
}

.activity-content .swiper-slide {
  text-align: center;
}

.activity-content .swiper-slide a {
  text-decoration: none;
  color: #FFF;
}

.activity-content .swiper-slide a:hover {
  color: #FFFFAA;
}

.activity-content .swiper-slide a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.activity-content .swiper-slide .swiper-thum {
  display: block;
}

.activity-content .swiper-slide .swiper-thum img {
  border-radius: 50%;
  margin-bottom: 0.5rem;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}

.activity-content .swiper-button-next, .activity-content .swiper-button-prev {
  top: inherit;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: none;
}

.activity-content .swiper-button-next {
  right: 20%;
}

.activity-content .swiper-button-prev {
  left: 20%;
}

.activity-content .swiper-button-next::after, .activity-content .swiper-button-prev::after {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.8rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.activity-content .swiper-button-next::after {
  content: "\f061";
  color: #0D5392;
}

.activity-content .swiper-button-prev::after {
  content: "\f060";
  color: #0D5392;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .activity-content .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .activity-content .swiper-container {
    padding-bottom: 1rem;
  }
  .activity-content .swiper-button-next, .activity-content .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .activity-content .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .activity-content .swiper-container {
    padding-bottom: 1rem;
  }
  .activity-content .swiper-button-next, .activity-content .swiper-button-prev {
    display: none;
  }
}
/* メインコンテンツ */
/*
.contents-main{
  header{
    .intro{
      margin-bottom: 5.0rem;
      .box{
        padding: 1.0rem;
        background-color: $base-color;
      }
    }
  }
  & > section + section{
    margin-top: 5.0rem;
  }
  footer{
    .news-gallery{
      margin-top: 5.0rem;
      .thumbnail{
        display: block;
        max-width: 100%;
        height: 160px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px #CCC solid;
      }
    }
    .outro{
      margin-top: 5.0rem;
      .box{
        padding: 1.0rem;
        background-color: $base-color;
      }
    }
    .news-gallery + .outro{
      margin-top: 1.5rem;
    }
  }
}
*/
/* TOPページ用 各サイトのindex */
#mt-main-index main.layout-main {
  z-index: 1;
}
#mt-main-index main.layout-main .mainslider {
  position: relative;
  background-color: #F1F1F1;
  overflow: hidden;
}
#mt-main-index main.layout-main .mainslider .videos {
  width: 100%;
  height: auto;
}
#mt-main-index main.layout-main .mainslider .floating-mainslider {
  position: absolute;
  bottom: 0;
  display: none;
  width: 100%;
  text-align: center;
}
#mt-main-index main.layout-main .mainslider .floating-mainslider .close-btn {
  display: none;
  font-size: 21px;
  text-shadow: #000 1px 0 10px;
  color: #FFF;
}
#mt-main-index main.layout-main .contents-area {
  position: relative;
}
#mt-main-index main.layout-main .contents-area h2.title {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 120%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
#mt-main-index main.layout-main .contents-area h2.title span.subtitle {
  font-family: "Noto Sans JP";
  font-size: 14px;
}
#mt-main-index main.layout-main .contents-area h2.title span.maintitle {
  background: var(----gradation-red, linear-gradient(180deg, #E50020 9.28%, #B81C22 45.64%, #520C0F 82%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#mt-main-index main.layout-main .contents-area h2.title span.rubi {
  font-family: "Roboto Condensed";
  font-size: 14px;
}
#mt-main-index main.layout-main .firstbanner .contents-box {
  display: flex;
  flex-wrap: wrap;
}
#mt-main-index main.layout-main .firstbanner .contents-box .banner {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  border-top: 1px #FFF solid;
}
#mt-main-index main.layout-main .information {
  background-color: #f9f9f9;
}
#mt-main-index main.layout-main .information .contents-box {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
#mt-main-index main.layout-main .information .contents-box .box-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 32px 0;
  padding: 0 0 32px 0;
  border-bottom: 1px red solid;
  width: 100%;
}
#mt-main-index main.layout-main .information .contents-box .box-header h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  color: #B81C22;
}
#mt-main-index main.layout-main .information .contents-box .box-header h2 .backnumber {
  margin-top: 5px;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 12px;
}
#mt-main-index main.layout-main .information .contents-box .box-body {
  width: 100%;
}
#mt-main-index main.layout-main .information .contents-box .box-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mt-main-index main.layout-main .information .contents-box .box-body ul li {
  display: flex;
  flex-wrap: nowrap;
}
#mt-main-index main.layout-main .information .contents-box .box-body ul li:last-child {
  margin-bottom: 0;
}
#mt-main-index main.layout-main .information .contents-box .box-body ul li::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 3px 5px 0 0;
  content: "\f105";
}
#mt-main-index main.layout-main .information .contents-box .box-body ul li a {
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
#mt-main-index main.layout-main .information .contents-box .box-body ul li span {
  display: inline-flex;
  flex-grow: 1;
  width: 100%;
}
#mt-main-index main.layout-main .educate .contents-header {
  padding: 48px 0 32px 0;
}
#mt-main-index main.layout-main .educate .contents-header .title {
  margin: 0;
}
#mt-main-index main.layout-main .educate .contents-header .title .subtitle {
  margin-bottom: 5px;
}
#mt-main-index main.layout-main .educate .contents-header .title .subtitle img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
#mt-main-index main.layout-main .educate .contents-header .title .subtitle {
  font-family: "Noto Serif JP";
  font-style: normal;
}
#mt-main-index main.layout-main .educate .contents-body ul.links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mt-main-index main.layout-main .educate .contents-body ul.links li {
  flex-grow: 1;
  margin: 0;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#mt-main-index main.layout-main .educate .contents-body ul.links li a {
  display: flex;
  align-items: center;
  padding: 15px 28px;
  width: 100%;
  height: 80px;
  background: linear-gradient(90deg, #67001B 30%, rgba(103, 0, 27, 0) 49.6%);
  color: #FFF;
  text-decoration: none;
}
#mt-main-index main.layout-main .educate .contents-body ul.links li a span {
  display: inline-flex;
  width: 100%;
}
#mt-main-index main.layout-main .educate .contents-body ul.links li a span.rubi {
  align-items: end;
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px #FFF solid;
  font-size: 12px;
}
#mt-main-index main.layout-main .educate .contents-body ul.links li a span.title {
  align-items: center;
  font-size: 16px;
}
#mt-main-index main.layout-main .educate .contents-body ul.links li a span.title::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f04b";
}
#mt-main-index main.layout-main .educate .contents-body ul.links li a span.title::before {
  font-size: 10px;
}
#mt-main-index main.layout-main .educate .contents-body ul.links li:hover {
  background-size: 110% auto;
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.letter {
  background-image: url(/images/top/educatelist_letter-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.letter a {
  background: linear-gradient(90deg, #850D71 30%, rgba(133, 13, 113, 0) 49.6%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.global-studies {
  background-image: url(/images/top/educatelist_global-studies-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.global-studies a {
  background: linear-gradient(90deg, #B81B23 30%, rgba(184, 27, 35, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.psychology {
  background-image: url(/images/top/educatelist_psychology-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.psychology a {
  background: linear-gradient(90deg, #D1466E 30%, rgba(209, 70, 110, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.contemporary-sociology {
  background-image: url(/images/top/educatelist_contemporary-sociology-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.contemporary-sociology a {
  background: linear-gradient(90deg, #028128 30%, rgba(2, 129, 40, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.law {
  background-image: url(/images/top/educatelist_law-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.law a {
  background: linear-gradient(90deg, #656E77 30%, rgba(101, 110, 119, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.policy-studies {
  background-image: url(/images/top/educatelist_policy-studies-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.policy-studies a {
  background: linear-gradient(90deg, #027880 30%, rgba(2, 120, 128, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.economics {
  background-image: url(/images/top/educatelist_economics-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.economics a {
  background: linear-gradient(90deg, #C18C54 30%, rgba(193, 140, 84, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.management {
  background-image: url(/images/top/educatelist_management-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.management a {
  background: linear-gradient(90deg, #E6A535 30%, rgba(230, 165, 53, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.engineering {
  background-image: url(/images/top/educatelist_engineering-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.engineering a {
  background: linear-gradient(90deg, #68869C 30%, rgba(104, 134, 156, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.sport-sciences {
  background-image: url(/images/top/educatelist_sport-sciences-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.sport-sciences a {
  background: linear-gradient(90deg, #DE1400 30%, rgba(222, 20, 0, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.las {
  background-image: url(/images/top/educatelist_las-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.las a {
  background: linear-gradient(90deg, #6E8FD3 30%, rgba(110, 143, 211, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.graduate-school {
  background-image: url(/images/top/educatelist_graduate-school-sp.jpg);
}
#mt-main-index main.layout-main .educate .contents-body ul.links li.graduate-school a {
  background: linear-gradient(90deg, #6114B3 30%, rgba(97, 20, 179, 0) 50%);
}
#mt-main-index main.layout-main .educate .contents-footer {
  padding: 48px 0 56px 0;
  text-align: center;
}
#mt-main-index main.layout-main .educate .contents-footer .btn {
  border-radius: 999px;
  min-width: 180px;
}
#mt-main-index main.layout-main .whats-new {
  background-color: #F9F9F9;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-header {
  padding: 48px 0 32px 0;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-header h2 {
  margin: 0;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body ul.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px 0;
  border: 0;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body ul.nav-tabs li {
  margin-bottom: 5px;
  padding: 0 5px;
  width: auto;
  min-width: 25%;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body ul.nav-tabs li:last-child {
  margin-right: 0;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body ul.nav-tabs a.tab-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  height: 25px;
  border-radius: 999px;
  text-decoration: none;
  background-color: #CCC;
  font-size: 10px;
  line-height: 12px;
  color: #000;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body ul.nav-tabs a.active {
  background-color: #000;
  color: #CCC;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 300px repeat(3, 200px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #EFEFEF;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li {
  margin: 0;
  border-bottom: 1px #FFF solid;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li .thumbnail {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li .thumbnail > a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 0.8rem;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li .thumbnail .comment {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 100%;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.75);
  font-weight: 600;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li .thumbnail .comment .category {
  display: none;
  font-weight: 400;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:first-child {
  grid-area: 1/1/2/3;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:first-child .thumbnail .comment {
  height: 90px;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(2) {
  grid-area: 2/1/3/2;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(3) {
  grid-area: 2/2/3/3;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(4) {
  grid-area: 3/1/4/2;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(5) {
  grid-area: 3/2/4/3;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(6) {
  grid-area: 4/1/5/2;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(7) {
  grid-area: 4/2/5/3;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(2), #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(4), #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(6) {
  border-right: 1px #FFF solid;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-footer {
  padding: 32px 0 56px 0;
  text-align: center;
}
#mt-main-index main.layout-main .whats-new .contents-box .box-footer .btn {
  border-radius: 999px;
  min-width: 180px;
}
#mt-main-index main.layout-main .media-pressrelease .contents-header {
  padding: 48px 0 32px 0;
}
#mt-main-index main.layout-main .media-pressrelease .contents-header .title {
  margin: 0;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body ul.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px 0;
  border: 0;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body ul.nav-tabs li {
  margin-bottom: 5px;
  padding: 0 5px;
  width: auto;
  min-width: 25%;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body ul.nav-tabs li:last-child {
  margin-right: 0;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body ul.nav-tabs a.tab-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  height: 25px;
  border-radius: 999px;
  text-decoration: none;
  background-color: #CCC;
  font-size: 10px;
  line-height: 12px;
  color: #000;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body ul.nav-tabs a.active {
  background-color: #000;
  color: #CCC;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane {
  padding: 0 10px;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane ul {
  margin: 0 auto;
  padding: 0;
  max-width: 935px;
  list-style: none;
  background: #F9F9F9;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane ul li {
  margin: 0;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box {
  display: grid;
  grid-template-columns: 35px auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  padding: 15px;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box .box-header {
  grid-area: 1/1/3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  border-right: 1px #B81C22 solid;
  color: #B81C22;
  font-size: 16px;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box .box-body {
  grid-area: 1/2/2/3;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box .box-body .title {
  margin-bottom: 3px;
  font-size: 14px;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box .box-footer {
  grid-area: 2/2/3/3;
}
#mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box .box-footer .btn {
  border-radius: 999px;
  padding: 3px 10px;
  min-width: 100px;
  font-size: 12px;
}
#mt-main-index main.layout-main .media-pressrelease .contents-footer {
  padding: 32px 0 56px 0;
  text-align: center;
}
#mt-main-index main.layout-main .media-pressrelease .contents-footer .btn {
  border-radius: 999px;
  min-width: 180px;
}
#mt-main-index main.layout-main .special-contents {
  background-color: #F9F9F9;
}
#mt-main-index main.layout-main .special-contents .contents-header {
  padding: 48px 0 32px 0;
}
#mt-main-index main.layout-main .special-contents .contents-header h2 {
  margin: 0;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 21px 0 35px 0;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .catch {
  z-index: 5;
  position: absolute;
  top: 25vw;
  right: 5vw;
  font-family: "Roboto Condensed";
  font-size: 80px;
  font-weight: 600;
  color: #FFF;
  opacity: 0.7;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-header {
  z-index: 1;
  display: inline-flex;
  margin-bottom: 10px;
  overflow: hidden;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body {
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body .inner {
  display: block;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body .title {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 32px;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body .title .maintitle {
  font-family: "Scheherazade New", serif;
  font-weight: 400;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body .title .subtitle {
  font-size: 16px;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body .btn {
  border-radius: 999px;
  padding: 3px 15px;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box:nth-child(odd) .box-header {
  justify-content: start;
  padding-right: 10px;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box:nth-child(even) .box-header {
  justify-content: end;
  padding-left: 10px;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box1 {
  background: linear-gradient(90deg, rgba(0, 91, 172, 0) 0%, rgba(0, 91, 172, 0.15) 100%);
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box1 .box-header {
  border-radius: 0 20px 20px 0;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box1 .box-body .title .maintitle {
  color: #005BAC;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box1 .box-body .btn {
  background-color: #005BAC;
  color: #FFF;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box2 {
  background: linear-gradient(270deg, rgba(236, 0, 0, 0) 0%, rgba(236, 0, 0, 0.15) 100%);
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box2 .box-header {
  border-radius: 20px 0 0 20px;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box2 .box-body .title .maintitle {
  color: #E50020;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box2 .box-body .btn {
  background-color: #E50020;
  color: #FFF;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box3 {
  background: linear-gradient(90deg, rgba(154, 111, 0, 0) 0%, rgba(254, 133, 44, 0.15) 100%);
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box3 .box-header {
  border-radius: 0 20px 20px 0;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box3 .box-body .title .maintitle {
  color: #fe852c;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box3 .box-body .btn {
  background-color: #fe852c;
  color: #FFF;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box4 {
  background: linear-gradient(270deg, rgba(154, 111, 0, 0) 0%, rgba(154, 111, 0, 0.15) 100%);
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box4 .box-header {
  border-radius: 20px 0 0 20px;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box4 .box-body .title .maintitle {
  color: #9A6F00;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box4 .box-body .btn {
  background-color: #9A6F00;
  color: #FFF;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box5 {
  background: linear-gradient(90deg, rgba(100, 146, 8, 0) 0%, rgba(100, 146, 8, 0.15) 100%);
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box5 .box-header {
  border-radius: 0 20px 20px 0;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box5 .box-body .title .maintitle {
  color: #649208;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box5 .box-body .btn {
  background-color: #649208;
  color: #FFF;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box6 {
  background: linear-gradient(270deg, rgba(184, 28, 34, 0) 0%, rgba(184, 28, 34, 0.15) 100%);
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box6 .box-header {
  border-radius: 20px 0 0 20px;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box6 .box-body .title .maintitle {
  color: #B81C22;
}
#mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box6 .box-body .btn {
  background-color: #B81C22;
  color: #FFF;
}
#mt-main-index main.layout-main .toppage-contents {
  padding: 48px 0 56px 0;
}
#mt-main-index main.layout-main .toppage-contents .swiper .swiper-container {
  padding: 0 10px;
}
#mt-main-index main.layout-main .toppage-contents .swiper .swiper-container .swiper-wrapper {
  flex-wrap: wrap;
}
#mt-main-index main.layout-main .toppage-contents .swiper .swiper-container .swiper-wrapper .swiper-slide {
  padding: 5px;
  width: 50%;
  aspect-ratio: 1/1;
}
#mt-main-index main.layout-main .toppage-contents .swiper .swiper-button-next,
#mt-main-index main.layout-main .toppage-contents .swiper .swiper-button-prev {
  display: none;
}
#mt-main-index main.layout-main .toppage-contents .swiper .swiper-pagination {
  display: none;
}
#mt-main-index main.layout-main .campus {
  background: #F9F9F9;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box {
  display: flex;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-header,
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body {
  flex-grow: 1;
  width: 100%;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-header img {
  -o-object-fit: cover;
     object-fit: cover;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .text {
  padding: 20px;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .title {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  width: 100%;
  border-bottom: 1px #000 solid;
  font-size: 18px;
  color: #B81C22;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .title .maintitle {
  font-family: "Roboto Condensed", sans-serif;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .title .subtitle {
  font-size: 14px;
  color: #000;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .link {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  list-style: none;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .link li {
  position: relative;
  padding: 0 0 0 5px;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .link li::before {
  position: relative;
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: small;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.3rem 0 0;
  content: "\f04b";
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .link li::before {
  font-size: 10px;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .link li a {
  color: #000;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box.nagoya .box-header {
  order: 1;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box.nagoya .box-body {
  order: 2;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box.toyota .box-header {
  order: 2;
}
#mt-main-index main.layout-main .campus .campus-info-contents .contents-box.toyota .box-body {
  order: 1;
}
#mt-main-index main.layout-main .activity {
  padding: 5px 0;
  background: linear-gradient(90deg, #0084F9 0%, #005BAC 50%, #002546 100%);
}
#mt-main-index main.layout-main .activity .menulist {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
}
#mt-main-index main.layout-main .activity .menulist li {
  flex-grow: 1;
  width: 33.3%;
}
#mt-main-index main.layout-main .activity .menulist li a {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 7px;
  width: 100%;
  height: 100%;
  color: #FFF;
}
#mt-main-index main.layout-main .activity .menulist li a small {
  display: none;
}
#mt-main-index main.layout-main .activity .menulist li:nth-child(1), #mt-main-index main.layout-main .activity .menulist li:nth-child(2) {
  width: 50%;
  border-bottom: 1px #FFF solid;
}
#mt-main-index main.layout-main .activity .menulist li:nth-child(1), #mt-main-index main.layout-main .activity .menulist li:nth-child(3), #mt-main-index main.layout-main .activity .menulist li:nth-child(4) {
  border-right: 1px #FFF solid;
}

@media (min-width: 768px) {
  #mt-main-index main.layout-main .mainslider {
    padding-bottom: 0;
  }
  #mt-main-index main.layout-main .mainslider .floating-mainslider {
    position: absolute;
    bottom: 16vh;
    right: 10%;
    display: none;
    width: auto;
    text-align: left;
  }
  #mt-main-index main.layout-main .mainslider .floating-mainslider .close-btn {
    display: block;
  }
  #mt-main-index main.layout-main .firstbanner .contents-box .banner {
    width: 50%;
  }
  #mt-main-index main.layout-main .firstbanner .contents-box .banner:nth-child(odd) {
    border-right: 1px #FFF solid;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li {
    width: 50%;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body {
    padding: 30px;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 5px;
    width: 25%;
  }
  #mt-main-index main.layout-main .activity .menulist > div:nth-child(odd) a {
    border-left: 0px #FFF solid;
  }
  #mt-main-index main.layout-main .activity .menulist > div:first-child a {
    border-left: 1px #FFF solid;
  }
}
@media (min-width: 992px) {
  #mt-main-index main.layout-main .contents-area h2.title {
    line-height: normal;
    font-size: 56px;
  }
  #mt-main-index main.layout-main .contents-area h2.title span.subtitle {
    font-size: 16px;
  }
  #mt-main-index main.layout-main .contents-area h2.title span.rubi {
    font-size: 16px;
  }
  #mt-main-index main.layout-main .firstbanner .contents-box {
    display: flex;
    flex-wrap: nowrap;
  }
  #mt-main-index main.layout-main .firstbanner .contents-box .banner {
    flex-grow: 1;
    border-right: 1px #FFF solid;
  }
  #mt-main-index main.layout-main .firstbanner .contents-box .banner:last-child {
    border-right: 0;
  }
  #mt-main-index main.layout-main .information .contents-box {
    display: flex;
    flex-wrap: nowrap;
    padding: 80px 0;
  }
  #mt-main-index main.layout-main .information .contents-box .box-header {
    flex-grow: 1;
    margin: 0 48px 0 0;
    padding: 0 48px;
    width: auto;
    border-right: 1px #B81C22 solid;
    border-bottom: 0;
    border-left: 1px #B81C22 solid;
  }
  #mt-main-index main.layout-main .information .contents-box .box-header h2 {
    font-size: 1.75rem;
  }
  #mt-main-index main.layout-main .information .contents-box .box-body {
    flex-grow: 1;
  }
  #mt-main-index main.layout-main .information .contents-box .box-body ul li::before {
    margin: 3px 15px 0 0;
  }
  #mt-main-index main.layout-main .information .contents-box .box-body ul li a {
    flex-wrap: nowrap;
  }
  #mt-main-index main.layout-main .information .contents-box .box-body ul li span.date {
    margin-right: 15px;
    width: auto;
  }
  #mt-main-index main.layout-main .educate .contents-header {
    padding: 96px 0 48px 0;
  }
  #mt-main-index main.layout-main .educate .contents-header .title .subtitle img {
    width: 100%;
    max-width: 300px;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links {
    flex-wrap: nowrap;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li {
    width: auto;
    background-size: auto 100%;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li a {
    flex-direction: row;
    justify-content: center;
    align-items: end;
    padding: 32px 0;
    height: 420px;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li a span {
    width: auto;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li a span.rubi {
    display: none;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li a span.title {
    writing-mode: vertical-rl;
    font-size: 24px;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li a span.title::before {
    display: none;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li:hover {
    background-size: auto 110%;
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.letter {
    background-image: url(/images/top/educatelist_letter-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.letter a {
    background: linear-gradient(180deg, rgba(90, 8, 76, 0) 50%, #850D71 70%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.global-studies {
    background-image: url(/images/top/educatelist_global-studies-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.global-studies a {
    background: linear-gradient(180deg, rgba(136, 19, 25, 0) 50%, #B81B23 70%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.psychology {
    background-image: url(/images/top/educatelist_psychology-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.psychology a {
    background: linear-gradient(180deg, rgba(147, 50, 78, 0) 50%, #D1466E 70%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.contemporary-sociology {
    background-image: url(/images/top/educatelist_contemporary-sociology-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.contemporary-sociology a {
    background: linear-gradient(180deg, rgba(2, 99, 31, 0) 50%, #028128 70%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.law {
    background-image: url(/images/top/educatelist_law-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.law a {
    background: linear-gradient(180deg, rgba(80, 87, 95, 0) 50%, #656E77 70%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.policy-studies {
    background-image: url(/images/top/educatelist_policy-studies-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.policy-studies a {
    background: linear-gradient(180deg, rgba(1, 93, 99, 0) 50%, #027880 70%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.economics {
    background-image: url(/images/top/educatelist_economics-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.economics a {
    background: linear-gradient(180deg, rgba(123, 90, 54, 0) 50%, #C18C54 70.24%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.management {
    background-image: url(/images/top/educatelist_management-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.management a {
    background: linear-gradient(180deg, rgba(153, 111, 38, 0) 50%, #E6A535 70.24%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.engineering {
    background-image: url(/images/top/educatelist_engineering-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.engineering a {
    background: linear-gradient(180deg, rgba(75, 95, 110, 0) 50%, #68869C 70.24%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.sport-sciences {
    background-image: url(/images/top/educatelist_sport-sciences-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.sport-sciences a {
    background: linear-gradient(180deg, rgba(146, 13, 0, 0) 50%, #DE1400 70.24%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.las {
    background-image: url(/images/top/educatelist_las-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.las a {
    background: linear-gradient(180deg, rgba(74, 96, 142, 0) 50%, #6E8FD3 70.24%);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.graduate-school {
    background-image: url(/images/top/educatelist_graduate-school-pc.jpg);
  }
  #mt-main-index main.layout-main .educate .contents-body ul.links li.graduate-school a {
    background: linear-gradient(180deg, rgba(69, 30, 111, 0) 50%, #6114B3 70.24%);
  }
  #mt-main-index main.layout-main .educate .contents-footer {
    padding: 48px 0 112px 0;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-header {
    padding: 48px 0 32px 0;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-header h2 {
    margin: 0;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body ul.nav-tabs {
    flex-wrap: nowrap;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body ul.nav-tabs li {
    min-width: auto;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body ul.nav-tabs a.tab-link {
    font-size: 13px;
    line-height: 16px;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li {
    border-right: 1px #FFF solid;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li .thumbnail .comment {
    height: 90px;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:first-child {
    grid-area: 1/1/3/2;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:first-child .thumbnail .comment {
    height: 90px;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(4) {
    grid-area: 1/4/2/5;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(5) {
    grid-area: 2/2/3/3;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(6) {
    grid-area: 2/3/3/4;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(7) {
    grid-area: 2/4/3/5;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(7), #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:nth-child(8) {
    border-right: 0;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-footer {
    padding: 48px 0 112px 0;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-header {
    padding: 48px 0 32px 0;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-header .title {
    margin: 0;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-body ul.nav-tabs {
    flex-wrap: nowrap;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-body ul.nav-tabs li {
    min-width: auto;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-body ul.nav-tabs a.tab-link {
    font-size: 13px;
    line-height: 16px;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane ul li:nth-child(odd) {
    background-color: #F3F3F3;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box {
    grid-template-columns: 50px auto 125px;
    grid-template-rows: auto;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    padding: 15px 30px;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box .box-header {
    grid-area: 1/1/2/2;
    padding-right: 25px;
    font-size: 21px;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box .box-body {
    grid-area: 1/2/2/3;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box .box-body .title {
    font-size: 16px;
  }
  #mt-main-index main.layout-main .media-pressrelease .contents-body .tab-content .tab-pane .contents-box .box-footer {
    grid-area: 1/3/2/4;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #mt-main-index main.layout-main .special-contents {
    padding-bottom: 115px;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box {
    flex-direction: row;
    padding: 5px 0;
    background: unset !important;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .catch {
    z-index: 5;
    right: unset;
    font-size: 240px;
    opacity: 0.06;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-header {
    z-index: 1;
    margin-bottom: 0;
    width: 100%;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body {
    z-index: 10;
    padding: 15px 45px;
    width: 100%;
    max-width: 820px;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body .inner {
    max-width: 440px;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body .title {
    font-size: 40px;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body .title .subtitle {
    font-size: 18px;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box .box-body .btn {
    min-width: 200px;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box:nth-child(odd) .box-header {
    order: 1;
    padding-right: 0;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box:nth-child(odd) .box-body {
    order: 2;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box:nth-child(even) .box-header {
    order: 2;
    padding-left: 0;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box:nth-child(even) .box-body {
    order: 1;
    justify-content: end;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box1 .catch {
    top: -50px;
    right: 0;
    color: #005BAC;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box2 .catch {
    top: -50px;
    left: 30px;
    color: #E50020;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box3 .catch {
    top: -50px;
    right: 30px;
    color: #fe852c;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box4 .catch {
    top: -50px;
    left: 30px;
    color: #9A6F00;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box5 .catch {
    top: -50px;
    right: 30px;
    color: #649208;
  }
  #mt-main-index main.layout-main .special-contents .contents-body .spc-contents .contents-box.box6 .catch {
    top: -50px;
    left: 30px;
    color: #B81C22;
  }
  #mt-main-index main.layout-main .toppage-contents {
    padding: 96px 0 0 0;
    /* 
      swiperのbutton表示のため、bottomのpadding要素はswiper-wrapperで設定する
      sliderそのものがはみ出してしまい、overflow解除が出来ないため
    */
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-container {
    padding: 0;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-container .swiper-wrapper {
    padding: 0 0 200px 0;
    flex-wrap: nowrap;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-container .swiper-wrapper .swiper-slide a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-container .swiper-wrapper .swiper-slide a span {
    position: relative;
    display: block;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-container .swiper-wrapper .swiper-slide a span.title-top {
    font-size: 21px;
    font-family: "Bebas Neue", cursive;
    color: #B81C22;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-container .swiper-wrapper .swiper-slide a span.title-bottom {
    margin-top: 0.25rem;
    text-align: center;
    font-size: small;
    font-weight: bold;
    color: #000;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-button-next,
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-button-prev {
    display: block;
    top: unset;
    bottom: 120px;
    width: 100px;
    height: 10px;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-button-next::after,
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-button-prev::after {
    display: none;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-button-next {
    left: 51%;
    right: unset;
    background-image: url("/images/common/swiper-arrow-r.svg");
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-button-prev {
    left: unset;
    right: 51%;
    background-image: url("/images/common/swiper-arrow-l.svg");
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-pagination {
    bottom: 165px;
    display: block;
  }
  #mt-main-index main.layout-main .toppage-contents .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #B81C22;
  }
  #mt-main-index main.layout-main .campus {
    padding: 48px 0;
    background-color: #f9f9f9;
  }
  #mt-main-index main.layout-main .campus .contents-body {
    margin: auto;
    padding: 0 15px;
    max-width: 960px;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents {
    display: flex;
    flex-wrap: nowrap;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box {
    flex-grow: 1;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body {
    justify-content: start;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .text {
    padding: 0 64px 0 32px;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .title {
    font-size: 24px;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .title .subtitle {
    font-size: 16px;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .link {
    margin: 0;
    font-size: 16px;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box .box-body .link a {
    color: #000;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box.nagoya .box-header {
    order: 1;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box.nagoya .box-body {
    order: 2;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box.toyota .box-header {
    order: 1;
  }
  #mt-main-index main.layout-main .campus .campus-info-contents .contents-box.toyota .box-body {
    order: 2;
  }
  #mt-main-index main.layout-main .activity {
    padding: 15px 0;
  }
  #mt-main-index main.layout-main .activity .menulist {
    font-size: 14px;
  }
  #mt-main-index main.layout-main .activity .menulist li {
    width: auto;
    border-right: 1px #FFF solid;
  }
  #mt-main-index main.layout-main .activity .menulist li a {
    flex-direction: column;
  }
  #mt-main-index main.layout-main .activity .menulist li a small {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
  }
  #mt-main-index main.layout-main .activity .menulist li:nth-child(1) {
    border-left: 1px #FFF solid;
  }
  #mt-main-index main.layout-main .activity .menulist li:nth-child(1), #mt-main-index main.layout-main .activity .menulist li:nth-child(2) {
    width: auto;
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li {
    height: 270px;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li .thumbnail .comment {
    padding: 1rem;
    height: 90px;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li .thumbnail .comment .category {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-flex;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:first-child {
    height: 540px;
  }
  #mt-main-index main.layout-main .whats-new .contents-box .box-body .tab-content .tab-pane ul li:first-child .thumbnail .comment {
    height: 90px;
  }
  #mt-main-index main.layout-main .campus .contents-body {
    padding: 0 15px;
    max-width: 1140px;
  }
}
.floating-menu {
  display: none;
  /*
  z-index: 900;
  position: fixed;
  top: 125px;
  right: 0;
  width: 100px;
  background-color: #EFEFEF;
  */
}

#mt-main-index {
  /*
  #pagetop {
    right: 220px;
    bottom: 10px;
  } 

  #bedore-webagent-inner{
    right: 10rem !important;
  }
  */
}

/* blogpost */
main.blogpost article.article-main,
body.blog_research_2-column main.content article.article-main {
  margin-bottom: 1rem;
}
main.blogpost article.article-sns,
body.blog_research_2-column main.content article.article-sns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px #B3B3B3 solid;
}
main.blogpost article.article-sns ul,
body.blog_research_2-column main.content article.article-sns ul {
  display: flex;
  margin: 0;
  padding: 0;
}
main.blogpost article.article-sns ul li,
body.blog_research_2-column main.content article.article-sns ul li {
  list-style: none;
  margin-left: 0.5rem;
}
main.blogpost article.article-sns ul li:first-child,
body.blog_research_2-column main.content article.article-sns ul li:first-child {
  margin-left: 0;
}
main.blogpost article.article-sns ul li a,
body.blog_research_2-column main.content article.article-sns ul li a {
  text-decoration: none;
}
main.blogpost article.article-sns ul li a i,
body.blog_research_2-column main.content article.article-sns ul li a i {
  font-size: 2rem;
}
main.blogpost article.article-sns ul li a i.fa-facebook,
body.blog_research_2-column main.content article.article-sns ul li a i.fa-facebook {
  color: rgb(59, 89, 152);
}
main.blogpost article.article-sns ul li a i.fa-facebook:hover,
body.blog_research_2-column main.content article.article-sns ul li a i.fa-facebook:hover {
  color: rgba(59, 89, 152, 0.5);
}
main.blogpost article.article-sns ul li a i.fa-twitter-square,
body.blog_research_2-column main.content article.article-sns ul li a i.fa-twitter-square {
  color: rgb(85, 172, 238);
}
main.blogpost article.article-sns ul li a i.fa-twitter-square:hover,
body.blog_research_2-column main.content article.article-sns ul li a i.fa-twitter-square:hover {
  color: rgba(85, 172, 238, 0.5);
}
main.blogpost article.article-sns ul li a i.fa-line,
body.blog_research_2-column main.content article.article-sns ul li a i.fa-line {
  color: rgb(29, 205, 0);
}
main.blogpost article.article-sns ul li a i.fa-line:hover,
body.blog_research_2-column main.content article.article-sns ul li a i.fa-line:hover {
  color: rgba(29, 205, 0, 0.5);
}
main.blogpost article.article-sns ul li a i.fa-google-plus-square,
body.blog_research_2-column main.content article.article-sns ul li a i.fa-google-plus-square {
  color: rgb(221, 75, 57);
}
main.blogpost article.article-sns ul li a i.fa-google-plus-square:hover,
body.blog_research_2-column main.content article.article-sns ul li a i.fa-google-plus-square:hover {
  color: rgba(221, 75, 57, 0.5);
}

/* research_2 top */
.blog_research_2-column .mainimage-common {
  height: 200px;
  background-image: url("/images/mainimage/mainimage-research2_column-sp.gif") !important;
  background-position: center;
}
.blog_research_2-column .mainimage-research2_column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #EFEFEF;
}
.blog_research_2-column .mainimage-research2_column .contents-box {
  display: block;
  width: 100%;
}
.blog_research_2-column .mainimage-research2_column .contents-box .box-image {
  display: block;
  min-height: 300px;
  background-color: #000;
  background-size: cover;
  background-position: center top;
  text-align: center;
  aspect-ratio: 1/1;
}
.blog_research_2-column .mainimage-research2_column .contents-box .box-body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.blog_research_2-column .mainimage-research2_column .contents-box .box-body .comment {
  order: 2;
  text-align: center;
  font-size: 21px;
}
.blog_research_2-column .mainimage-research2_column .contents-box .box-body .name {
  order: 1;
  margin-bottom: 1.5rem;
  text-align: right;
}
.blog_research_2-column .mainimage-research2_column .contents-box .box-body .name .inner {
  display: inline-block;
  text-align: left;
}
.blog_research_2-column .content-column-post {
  font-size: 1rem;
  line-height: 1.75rem;
}
.blog_research_2-column .profile {
  display: flex;
}
.blog_research_2-column .profile .contents-box {
  display: block;
  width: 100%;
}
.blog_research_2-column .profile .contents-box .box-image {
  display: block;
  margin-bottom: 1.5rem;
  min-height: 300px;
  background-color: #000;
  background-size: cover;
  text-align: center;
  aspect-ratio: 1/1;
}
.blog_research_2-column .profile .contents-box .box-body > div {
  display: flex;
  flex-direction: column;
}
.blog_research_2-column .profile .contents-box .box-body .title {
  order: 0;
}
.blog_research_2-column .profile .contents-box .box-body .comment {
  order: 2;
}
.blog_research_2-column .profile .contents-box .box-body .name {
  order: 1;
  margin-bottom: 1.5rem;
}
.blog_research_2-column .parallax {
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
  height: 35vh;
  min-height: 300px;
  background-color: #CCC;
  overflow: hidden;
}
.blog_research_2-column .parallax::after {
  content: "";
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 576px) {
  .blog_research_2-column .mainimage-common {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .blog_research_2-column .mainimage-common {
    background-image: url("/images/mainimage/mainimage-research2_column.gif") !important;
    height: 300px;
  }
  .blog_research_2-column .mainimage-research2_column {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 420px;
  }
  .blog_research_2-column .mainimage-research2_column .contents-box .box-image {
    display: none;
  }
  .blog_research_2-column .mainimage-research2_column .contents-box .box-body .comment {
    order: 1;
    margin-bottom: 5rem;
    text-shadow: #000 0 0 0.75rem;
    text-align: left;
    font-size: 26px;
    color: #FFF;
  }
  .blog_research_2-column .mainimage-research2_column .contents-box .box-body .name {
    order: 2;
  }
  .blog_research_2-column .mainimage-research2_column .contents-box .box-body .name .inner {
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
  }
  .blog_research_2-column .profile {
    padding: 3rem 0;
    min-height: 560px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: #FFF;
  }
  .blog_research_2-column .profile .contents-box .box-image {
    display: none;
  }
  .blog_research_2-column .profile .contents-box .box-body h3 {
    text-shadow: #000 0 0 0.75rem;
  }
  .blog_research_2-column .profile .contents-box .box-body .comment {
    order: 1;
    display: block;
    margin-bottom: 1.5rem;
    padding: 1rem;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .blog_research_2-column .profile .contents-box .box-body .name {
    order: 2;
    display: inline-block;
    margin-top: 10rem;
    padding: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .blog_research_2-column .parallax {
    height: 25vh;
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .blog_research_2-column .mainimage-research2_column {
    height: 600px;
  }
  .blog_research_2-column .mainimage-research2_column .contents-box .box-image {
    display: none;
  }
  .blog_research_2-column .mainimage-research2_column .contents-box .box-body .comment {
    margin-bottom: 10rem;
    font-size: 38px;
  }
  .blog_research_2-column .parallax::after {
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  .blog_research_2-column .mainimage-common {
    height: 460px;
  }
}
/* research_2 top */
body.blog-sdgs {
  font-size: 5vw;
}
body.blog-sdgs h1.navbar-brand {
  margin: 0;
}
body.blog-sdgs h1.navbar-brand a {
  text-decoration: none;
}
body.blog-sdgs h1.navbar-brand .logo-univ {
  width: 140px;
}
body.blog-sdgs h1.navbar-brand .logo-sdgs {
  width: 100px;
}
body.blog-sdgs h2.feature {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.5rem 0;
  font-size: 2.5rem;
  color: #000;
}
body.blog-sdgs h2.feature .subtitle {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  text-align: center;
  font-size: 60%;
  color: #515151;
}
body.blog-sdgs h2.feature::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 150px;
  height: 7px;
  background-image: url("/images/sdgs/h2_accent.svg");
}
body.blog-sdgs .btn {
  border-radius: 0;
}
body.blog-sdgs header.layout-header .wrapper {
  display: flex;
  align-items: center;
  height: auto;
}
body.blog-sdgs .layout-mainimage {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  height: 200px;
  border-bottom: 1px #CCC solid;
}
body.blog-sdgs footer.layout-footer {
  border-top: 1px #CCC solid;
}
body.blog-sdgs .sdgs-contents .contents-box {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  border: 1px #CCC solid;
}
body.blog-sdgs .sdgs-contents .contents-box .box-header, body.blog-sdgs .sdgs-contents .contents-box .box-body {
  margin: 0;
  padding: 1rem;
  width: 100%;
  text-align: center;
}
body.blog-sdgs .sdgs-contents .contents-box .box-header {
  background-color: #005BAC;
  color: #FFF;
}
body.blog-sdgs .sdgs-contents .contents-box .box-header h3 {
  margin: 0;
  padding: 0;
}
body.blog-sdgs .sdgs-contents .contents-box .box-body h4 {
  display: flex;
  flex-direction: column;
  background: inherit;
  color: #000;
}
body.blog-sdgs .sdgs-contents .contents-box .box-body h4 small {
  display: inline-flex;
  justify-content: center;
  margin-top: 0.5rem;
}
body.blog-sdgs .sdgs-category ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.blog-sdgs .sdgs-category ul li {
  display: grid;
  grid-template-areas: "date category" "title title";
  padding: 0.5rem 0;
  border-bottom: 1px #CCC solid;
}
body.blog-sdgs .sdgs-category ul li .date {
  grid-area: date;
}
body.blog-sdgs .sdgs-category ul li .category {
  grid-area: category;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #CCC;
  color: #FFF;
}
body.blog-sdgs .sdgs-category ul li .category.category-event {
  background-color: #e48e1b;
}
body.blog-sdgs .sdgs-category ul li .category.category-information {
  background-color: #3e52c3;
}
body.blog-sdgs .sdgs-category ul li .title {
  grid-area: title;
}
body.blog-sdgs.index-template .layout-mainimage {
  background-image: url("/images/sdgs/mainimage_sdgs-sp.png") !important;
}
body.blog-sdgs.index-template .index-contents.index-intro {
  background-image: url("/images/sdgs/index-intro_bg.jpg");
  background-size: cover;
  background-position: center top;
}
body.blog-sdgs.index-template .index-contents.index-intro .contents-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}
body.blog-sdgs.index-template .index-contents.index-intro .contents-box {
  position: relative;
  display: block;
}
body.blog-sdgs.index-template .index-contents.index-intro .contents-box .box-header {
  display: inline-flex;
  width: 100%;
}
body.blog-sdgs.index-template .index-contents.index-intro .contents-box .box-body {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 100%;
  background-color: rgba(184, 28, 34, 0.9);
  color: #FFF;
}
body.blog-sdgs.index-template .index-contents.index-search {
  background-image: url("/images/sdgs/index-search_bg.png");
  background-size: cover;
}
body.blog-sdgs.index-template .index-contents.index-search .contents-wrapper {
  background-color: rgba(255, 255, 255, 0.75);
}
body.blog-sdgs.index-template .index-contents.index-search .contents-box {
  padding: 1.5rem;
  background-color: #FFF;
}
body.blog-sdgs.index-template .index-contents.index-search .contents-box .box-header h3 {
  padding-left: 0.5rem;
  border-left: 5px #B81C22 solid;
}
body.blog-sdgs.index-template .index-contents.index-search .contents-box .box-body ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  margin: -0.25rem;
  padding: 0;
  list-style: none;
}
body.blog-sdgs.index-template .index-contents.index-search .contents-box .box-body ul li {
  margin: 0.25rem;
  padding: 0;
}
body.blog-sdgs.index-template .index-contents.index-search .contents-box .box-header + .box-body {
  margin-bottom: 1.5rem;
}
body.blog-sdgs.index-template .index-contents.index-study .contents-box {
  padding: 1rem;
  background-color: #e8e8e8;
  height: 100%;
}
body.blog-sdgs.index-template .index-contents.index-study .contents-box .box-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  background-color: #000;
  aspect-ratio: 16/9;
  overflow: hidden;
}
body.blog-sdgs.index-template .index-contents.index-study .contents-box .box-header {
  margin-bottom: 0.5rem;
}
body.blog-sdgs.index-template .index-contents.index-study .contents-box .box-header .category {
  display: grid;
  margin: -0.25rem;
  padding: 0.25rem 0;
  grid-template-columns: repeat(6, 1fr);
  flex-wrap: wrap;
}
body.blog-sdgs.index-template .index-contents.index-study .contents-box .box-header .category .item {
  margin: 0.25rem;
}
body.blog-sdgs.index-template .index-contents.index-study .contents-box .box-body {
  margin-bottom: 0.5rem;
}
body.blog-sdgs.index-template .index-contents.index-study .contents-box .box-footer {
  text-align: right;
}
body.blog-sdgs.index-template .index-contents.index-video .inner {
  background-color: #B81C22;
}
body.blog-sdgs.page-template h2, body.blog-sdgs.entry-template h2, body.blog-sdgs.category-template h2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 1.5rem 0;
  font-size: 2.5rem;
  color: #000;
}
body.blog-sdgs.page-template h2::before, body.blog-sdgs.entry-template h2::before, body.blog-sdgs.category-template h2::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-image: url("/images/sdgs/h2_accent.svg");
  background-repeat: no-repeat;
  background-color: #003067;
}
body.blog-sdgs.page-template .layout-mainimage, body.blog-sdgs.entry-template .layout-mainimage {
  display: none;
}
body.blog-sdgs.page-template .article-main header, body.blog-sdgs.entry-template .article-main header {
  margin-bottom: 1rem;
}
body.blog-sdgs.page-template .article-main header .category, body.blog-sdgs.entry-template .article-main header .category {
  padding-bottom: 1rem;
  border-bottom: 1px #CCC solid;
}
body.blog-sdgs.page-template .article-main header .category .goal, body.blog-sdgs.entry-template .article-main header .category .goal {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  flex-wrap: wrap;
  margin: -0.5rem;
}
body.blog-sdgs.page-template .article-main header .category .goal .item, body.blog-sdgs.entry-template .article-main header .category .goal .item {
  margin: 0.5rem;
}
body.blog-sdgs.page-template .article-main header .category .field .item, body.blog-sdgs.entry-template .article-main header .category .field .item {
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  background-color: #515151;
  color: #FFF;
}
body.blog-sdgs.page-template .article-main aside.customobject, body.blog-sdgs.entry-template .article-main aside.customobject {
  margin: 3rem auto;
}
body.blog-sdgs.category-template .layout-mainimage {
  display: none;
}
body.blog-sdgs.japanese .layout-mainimage {
  background-image: url("/images/sdgs/mainimage01.jpg");
}
body.blog-sdgs.english .layout-mainimage {
  background-image: url("/images/sdgs/mainimage01.jpg");
}

@media (min-width: 576px) {
  body.blog-sdgs {
    font-size: 3vw;
  }
}
@media (min-width: 768px) {
  body.blog-sdgs {
    font-size: 2.5vw;
  }
}
@media (min-width: 992px) {
  body.blog-sdgs {
    padding-top: 100px;
    font-size: 1.2rem;
  }
  body.blog-sdgs h1.navbar-brand {
    text-decoration: none;
  }
  body.blog-sdgs h1.navbar-brand .logo-univ {
    width: 210px;
  }
  body.blog-sdgs h1.navbar-brand .logo-sdgs {
    width: 150px;
  }
  body.blog-sdgs header.layout-header .wrapper {
    height: 100px;
  }
  body.blog-sdgs .layout-mainimage {
    height: 400px;
  }
  body.blog-sdgs.index-template .layout-mainimage {
    background-image: url("/images/sdgs/mainimage_sdgs.png") !important;
  }
  body.blog-sdgs.index-template .index-contents.index-intro .contents-box {
    display: flex;
    padding: 5% 0;
  }
  body.blog-sdgs.index-template .index-contents.index-intro .contents-box .box-header {
    margin-top: -5%;
    margin-right: -5%;
    width: 55%;
  }
  body.blog-sdgs.index-template .index-contents.index-intro .contents-box .box-body {
    margin-bottom: -5%;
    margin-left: -5%;
    padding: 3rem;
    width: 55%;
  }
  body.blog-sdgs.index-template .index-contents.index-search .contents-box .box-body ul {
    grid-template-columns: repeat(9, 1fr);
  }
  body.blog-sdgs .sdgs-category ul li {
    grid-template-areas: "date category title";
    grid-template-columns: 125px 125px 1fr;
  }
  body.blog-sdgs .sdgs-category ul li .title {
    grid-column-end: span 1;
    margin-left: 1rem;
  }
  body.blog-sdgs.japanese .layout-mainimage {
    background-image: url("/images/sdgs/mainimage01.jpg");
  }
  body.blog-sdgs.english .layout-mainimage {
    background-image: url("/images/sdgs/mainimage01.jpg");
  }
}
/* section */
section {
  margin-bottom: 3rem;
}

body {
  padding-top: 120px;
  font-size: 0.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  /*
  &#mt-main-index.index-5715,
  &#mt-main-index.index-8615,
  &#id_88{
    padding-top: 50px;
  }
  */
}

@media (min-width: 992px) {
  body {
    padding-top: 130px;
    /*
    &#mt-main-index{
      padding-top: 125px;
    }
    */
  }
  body#mt-main-index.index-5715, body#mt-main-index.index-8615, body#id_88 {
    padding-top: 130px;
  }
}
.fixed {
  overflow: auto;
  height: 100%;
}

.separator {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .separator {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .separator {
    margin-bottom: 7.5rem;
  }
}
a {
  text-decoration: none;
  color: #4B6E9E;
  transition: all 0.3s ease;
}
a:hover {
  color: #75AFFF;
}

section {
  margin-bottom: 3rem;
}
section:last-child {
  margin-bottom: 0;
}
section.contents-section {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

main.content a > img {
  transition: all 0.3s ease;
}

main.content a > img:hover {
  opacity: 0.8;
}

img.effect-blur {
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.effect1 {
  box-shadow: 0 10px 6px -6px #777;
}

.effect2 {
  position: relative;
}

.effect2:before, .effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.effect2:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.effect2 img {
  width: 100%;
  height: auto;
}

/* a */
a {
  color: #005BAC;
}

/*
a:visited{
	color: #9B0002;
}
*/
/* strong */
strong, b {
  font-weight: bold;
}

strong.card-title {
  display: block;
  font-size: 115%;
}

/* accordion */
.accordion-common a {
  display: inline-flex;
  margin: auto;
  width: 100%;
  height: 100%;
  min-height: 2.3rem;
  align-items: center;
  background-color: rgb(89, 87, 87);
  text-decoration: none;
  font-size: 90%;
  color: #FFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.accordion-common li.active-page a, .accordion-common a:hover {
  background-color: rgba(89, 87, 87, 0.6);
}

.accordion-common div.item-head {
  border-bottom: 1px #FFF solid;
}

.accordion-common div.item-head, .accordion-common div.item-link {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  border-bottom: 1px #FFF solid;
}

.accordion-common div.item-head::before, .accordion-common div.item-link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  color: #FFF;
}

.accordion-common div.item-head a, .accordion-common div.item-link a {
  padding: 0.3rem 2rem 0.3rem 2rem;
}

.accordion-common div.item-head a::after, .accordion-common div.item-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-left: 1px #FFF solid;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  color: #FFF;
}

.accordion-common div.item-head a.collapsed::after {
  content: "\f067";
}

.accordion-common div.item-link a::after {
  content: "\f054";
}

.accordion-common div.item-link a.win::after {
  font-weight: 900;
  content: "\f35d";
}

.accordion-common ul.categoryitems, .accordion-common ul.entryitems {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion-common ul.categoryitems li, .accordion-common ul.entryitems li {
  position: relative;
  margin: 0;
  padding: 0;
}

.accordion-common ul.categoryitems li a, .accordion-common ul.entryitems li a {
  padding: 0.3rem 0.3rem 0.3rem 2rem;
  border-bottom: 1px #FFF solid;
}

.accordion-common ul.categoryitems li.subtitle span, .accordion-common ul.entryitems li.subtitle span {
  display: inline-flex;
  padding: 0.3rem 0.3rem 0.3rem 2rem;
  width: 100%;
  height: 100%;
  min-height: 2.3rem;
  align-items: center;
  border-bottom: 1px #FFF solid;
  background-color: #DDD;
}

.accordion-common ul li > ul {
  margin-top: 0;
}

.accordion-common .win::after, .accordion-common .pdf::after {
  color: #FF0;
}

/* figure */
.figure-caption {
  font-size: 100%;
  color: rgb(0, 0, 0);
}

/* news&topics */
.gsib_a {
  padding: 0 !important;
  padding-bottom: -1px !important;
}

.gsib_a input {
  background-color: inherit !important;
}

.gsc-search-button {
  box-sizing: content-box;
}

/* carousel-common */
.activity-carousel, .achievement-carousel, .english-carousel, .anniversary-carousel, .library-carousel {
  background-color: #333;
  text-align: center;
}

.cafeteria-carousel, .cafeteria-sub-carousel {
  text-align: center;
}

.anniversary-carousel .carousel-item img {
  width: 100%;
}

/* webpage */
.nav-international {
  margin-bottom: 1rem;
}

/* student-staff kyomu */
.kyomu-menu ul {
  border-top: 1px #CCC solid;
  border-left: 1px #CCC solid;
}

.kyomu-menu ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  border-right: 1px #CCC solid;
  border-bottom: 1px #CCC solid;
}

.kyomu-menu ul li a {
  display: block;
  margin: 0.5rem;
}

.kyomu-menu ul li span {
  font-size: 80%;
}

.kyomu-menu ul li img {
  max-width: 30px;
  height: auto;
}

@media screen and (min-width: 960px) {
  .kyomu-menu ul li {
    /* width: 20%; */
    flex: auto;
  }
}
@media screen and (min-width: 1200px) {
  .kyomu-menu ul li {
    align-items: center;
  }
  .kyomu-menu ul li a {
    margin: 1rem;
  }
  .kyomu-menu ul li span {
    font-size: 120%;
  }
  .kyomu-menu ul li img {
    max-width: 80px;
  }
}
/* admissions */
.admissions-banner dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: center;
}

.admissions-banner dl dt {
  display: flex;
  margin: 0 0 1rem 0;
  padding: 0;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}

.admissions-banner dl dd {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}

.admissions-banner dl dd a {
  margin: 0 0.1rem 0 0.1rem;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .admissions-banner dl dt {
    margin-bottom: 0;
    width: 50%;
  }
  .admissions-banner dl dd {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .admissions-banner dl dt {
    margin-bottom: 0;
    width: 50%;
  }
  .admissions-banner dl dd {
    width: 50%;
  }
}
/* next10 */
table.next10-project td.grid {
  padding: 0px;
  width: 60px;
}

table.next10-project td.grid span {
  display: block;
  margin-top: 0.5rem;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

table.next10-project td.grid span.left {
  background-image: url(/images/information/grid-left.png);
  background-position: right;
}

table.next10-project td.grid span.left-half {
  background-image: url(/images/information/grid-left.png);
  background-position: right;
}

table.next10-project td.grid span.right {
  background-image: url(/images/information/grid-right.png);
  background-position: left;
}

table.next10-project td.grid span.right-half {
  background-image: url(/images/information/grid-right.png);
  background-position: left;
}

table.next10-project td.grid span.center {
  margin-left: -1px;
  margin-right: -1px;
  background-image: url(/images/information/grid-center.png);
  background-repeat: repeat-x;
  background-position: center;
}

table.next10-project td.grid span.center-end {
  background-image: url(/images/information/grid-center-end.png);
  background-repeat: no-repeat;
  background-position: center;
}

/* calendar */
.calendar {
  margin-bottom: 2rem;
}

.calendar strong.title {
  display: block;
  margin-bottom: 0.3rem;
  width: 100%;
  height: auto;
  color: #B81C22;
}

.calendar .calendar-body {
  display: flex;
  margin: 0 0 0.5rem 0;
  padding: 0;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}

.calendar .calendar-body ul {
  display: inline-flex;
  margin: 0;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
}

.calendar .calendar-body ul.calendar-title {
  background-color: #CCC;
}

.calendar .calendar-body ul.calendar-date {
  margin-bottom: 0.3rem;
  background-color: #FFF;
}

.calendar .calendar-body li {
  margin: 0;
  padding: 0.5rem 0;
  width: 14.28%;
  text-align: center;
  list-style: none;
  box-sizing: border-box;
  border: 1px #e9ecef solid;
}

/* calendar - color */
.calendar-info .day-close, .calendar .calendar-body ul.calendar-date li.day-close {
  background: #FFDFDF;
  color: #FF0000;
}

.calendar-info .day-aid, .calendar .calendar-body ul.calendar-date li.day-aid {
  background: #FFF2A0;
  color: #FF9E00;
}

.calendar-info .day-holiday, .calendar .calendar-body ul.calendar-date li.day-holiday {
  background: #DCFFB9;
  color: #008000;
}

.calendar-info .day-half, .calendar .calendar-body ul.calendar-date li.day-half {
  background: #C8EDFF;
  color: #0000FF;
}

/* search */
#cse-search-results iframe {
  width: 100% !important;
}

/* blogpost - article-main */
main.blogpost article.article-main img {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* common */
.reader-download {
  margin-top: 1.5rem;
}

nav.pagination-btn ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.pagination-btn ul li {
  padding: 0.3rem;
}

/* article-sub */
.photo-gallery {
  padding: 0.3rem;
  background-color: #413C3B;
}

/* sidemenu */
h4.sidemenu-title {
  margin-bottom: 0;
  border-bottom: 3px rgb(79, 77, 77) solid;
  background-color: rgb(184, 28, 34);
  color: rgb(255, 255, 255);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

h4.sidemenu-title:hover {
  background-color: rgba(184, 28, 34, 0.8);
  color: rgb(255, 255, 255);
}

h4.sidemenu-title::before {
  content: "";
  margin-right: 0;
}

h4.sidemenu-title a {
  text-decoration: none;
  color: #FFF;
}

.sidemenu a {
  background-color: rgb(238, 238, 238);
  color: rgb(0, 0, 0);
}

.sidemenu li.active-page a, .sidemenu div.item-link a.active-page, .sidemenu a:hover {
  background-color: rgb(89, 87, 87);
  color: rgb(255, 255, 255);
}

.sidemenu div.item-head::before, .sidemenu div.item-link::before {
  content: "\f144";
  color: #B81C22;
}

.sidemenu div.item-head a::after, .sidemenu div.item-link a::after {
  border-left: 0;
  color: rgb(0, 0, 0);
}

.sidemenu ul.categoryitems li::before, .sidemenu ul.entryitems li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #B81C22;
}

.sidemenu ul.categoryitems li.subtitle::before, .sidemenu ul.entryitems li.subtitle::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #0D5392;
}

.sidemenu div.item-link a.win::after, .sidemenu .win::after, .sidemenu .pdf::after {
  color: #E21E00;
}

/* code-frame */
div.code-frame {
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: auto;
  background-color: #333;
  color: #FFF;
}

div.code-example {
  display: block;
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: auto;
  border: 1px #333 solid;
  background-color: #FFF;
  color: #333;
}

.search-list {
  padding: 50px;
}

.search-list__filter-types {
  margin-top: 30px;
  display: flex;
}

.search-list__filter-type + .search-list__filter-type {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}

.search-list__filter-name {
  font-size: 20px;
  font-weight: 700;
}

.search-list__filter-data:first-of-type {
  margin-top: 20px;
}
.search-list__filter-data + .search-list__filter-data {
  margin-top: 10px;
}

.search-list__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.search-list__list li {
  box-sizing: border-box;
  width: 25%;
  padding: 20px;
  border: 1px solid #ccc;
}
.search-list__list li span {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */