@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

div#header {
  padding-top: 0;
}

body,
#wrapper,
.footer-container,
.footer-multimedia,
.footer_box,
.header-inner {
  width: auto;
  min-width: 0;
  max-width: 1000px;
  margin: 0 auto;
}

body {
  display: none;
}

.header-inner {
  position: relative;
  padding-top: 38px;
}

.footer_box {
  max-width: none;
}

body {
  max-width: none;
}

body:after {
  display: none;
}

.wrap {
  position: relative;
}

.sidebar {
  width: auto;
}

@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }

  .search_box td {
    padding: 10px 4px;
  }

  .mobile-set-width {
    width: 240px;
  }
}

.mobile-nav-bar {
  display: none;
}

.mobile-mv {
  display: none;
}

.mobile-global-nav {
  display: none;
  background: #2C6038;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1500;
}

.mobile-global-nav a {
  display: block;
  text-decoration: none;
  padding: 13px 10px 13px 20px;
  font-size: 13px;
  color: #2C6038;
  background: #fff;
  border-bottom: 1px solid #2C6038;
  border-left: 1px solid #2C6038;
  font-weight: bold;
  height: 47px;
  padding: 0 14px;
  display: flex;
  align-items: center;
}

.mobile-global-nav__item.mobile-global-nav__item--no-link {
  padding: 13px 20px;
  font-size: 13px;
  font-weight: bold;
}

.mobile-global-nav__item {
  /*font-weight: bold;*/
  position: relative;
}

.mobile-global-nav__item > ul:not(.language-chooser) {
  max-height: 0;
  overflow: hidden;
  transition: max-height .96s cubic-bezier(0, 1.05, 0, 1);
}

.mobile-global-nav__item > ul.active {
  max-height: 500px;
  transition: max-height .86s cubic-bezier(.3, 0, .15, 1.01) 0s;
}

.js-toggle-accordion {
  width: 40px;
  height: 44px;
  background: #2C6038;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 5;
  padding-left: 5px;
}

.js-toggle-accordion:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f067";
}

.js-toggle-accordion.active:before {
  content: "\f068";
}

.mobile-global-nav__item .mobile-global-nav__item {
  /*padding-left: 4px;*/
  /*font-weight: lighter;*/
}

.mobile-global-nav__item .mobile-global-nav__item a {
  padding-left: 40px;
  position: relative;
  background: #f7fae5;
  font-weight: normal;
}

.mobile-global-nav__item .mobile-global-nav__item a:before {
  content: '>';
  position: absolute;
  left: 25px;
}

.mobile-global-nav__item .qtranxs_language_chooser span {
  color: #2C6038;
  position: relative;
  top: -1px;
}

.news_post_wrap > iframe {
  border-right: 1px solid #EDEDED !important;
}

@media screen and (max-width: 1025px) {
  body {
    background: none;
    padding-bottom: 0;
  }

  #footer {
    position: static;
  }

  #header,
  #slidewrap,
  .footer_nav1,
  .section-header a,
  .backtotop,
  .breadcrumb,
  .content_sidebox,
  #eventbannerbox {
    display: none;
  }

  .mobile-mv {
    display: block;
    margin-bottom: 20px;
  }

  .mobile-global-nav {
    display: block;
  }

  .box-wrap {
    padding: 0 16px;
  }

  .section-title {
    font-size: 19px;
  }

  .mobile-nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;;
    -webkit-justify-content: space-between;;
    -ms-flex-pack: space-between;;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #2C6038;
  }

  .mobile-nav-bar .logo {
    width: 230px;
    padding-top: 9px;
  }

  div.contentbox_wrap > div {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .header-nav-btn {
    height: 44px;
    width: 52px;
    padding-left: 2px;
    background: #fff;
    border: 1px solid #2C6038;
    color: #2C6038;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 1px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
    line-height: 22px;
    line-height: 1;
    text-decoration: none;
    z-index: 9999;
  }

  .header-nav-btn i {
    font-size: 22px;
    line-height: 28px;
  }

  .left_col {
    width: 100%;
  }

  .flickr {
    height: auto;
  }

  .sidebar {
    margin-left: 0;
    padding: 0;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right_col {
    overflow: visible;
  }

  .content_mainbox {
    float: none;
    width: auto;
    margin-top: 30px;
    padding: 0 10px;
  }

  .section-contents {
    padding: 0;
  }

  .event table,
  .event th,
  .event tr,
  .event td,
  .event tbody {
    display: block;
  }

  .content_mainbox h3 span {
    display: none;
  }

  #twitter-widget-0 {
    height: 300px !important;
  }

  .footer_box small {
    padding: 10px 10px;
    background: #2C6038;
    color: #fff;
    text-align: center;
    display: block;
  }

  .footer-multimedia ul {
    position: static;
  }

  #footer .logo {
    display: none;
  }

  .footer_box {
    background: none;
  }

  .footer_nav2 {
    text-align: left;
    padding-right: 0;
  }

  .footer_nav2 li {
    background: none;
    display: block;
    padding: 0;
    margin: 0;
  }

  .footer_nav2 li a {
    font-size: 14px;
    padding: 14px 10px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
  }

  .footer_box {
    height: auto;
  }

  .footer-multimedia {
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
  }

  .footer-multimedia li {
    float: none;
    display: inline-block;
  }

  #wrapper .weblizar-flickr-div {
    width: 30%;
  }

  .sidebar {
    display: none;
  }

  .footer-banner {
    padding: 0 10px;
    flex-wrap: wrap;
  }

  .footer-banner a {
    display: block;
    width: 49%;
  }

  .footer-banner a:not(:first-child) {
    margin-left: 0;
  }

  .footer-banner a:nth-child(2n+1) {
    margin-right: 2%;
  }
}

/**
* ----------------------------------------
福沢諭吉記念
* ----------------------------------------
**/
@media screen and (max-width: 767px) {
  body {
    word-break: break-word;
  }

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

  .sp_top_fukuzawa > p img {
    height: auto;
    max-height: 100%;
  }

  #side_sp {
    display: none;
  }

  .special-box .event_title, .special-box-single .event_title {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 10px;
  }

  .special-box-single .content_mainbox .event_title:after,
  .special-box .content_mainbox h4:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }

  .special-box-single .lecturer-name span {
    display: none;
  }

  .sp-event-poster {
    display: none;
  }

  .special-box-single table.event th {
    width: auto;
  }

  .special-box-topics > div {
    padding: 10px;
  }

  .special-box-topics dt {
    margin-bottom: 4px;
  }

  .special-box-topics dt,
  .special-box-topics dd {
    display: block;
    width: auto;
    font-size: 14px;
  }

  .special-box-topics dd {
    line-height: 24px;
  }

  .section-contents .posts-list-01 li.date-right {
    width: auto;
    display: block;
    float: none;
  }
}

/**
* ----------------------------------------
Workshop
* ----------------------------------------
**/
@media screen and (max-width: 767px) {
  .weekly_schedule .projectbox {
    padding: 10px;
  }

  .posts-list-01 li:first-child,
  .weekly_schedule .date-right {
    width: auto;
    display: block;
    float: none;
  }

  .weekly_schedule .content_h4box {
    padding-left: 0;
    padding-right: 0;
  }

  .posts-list-01 li,
  .posts-list-01 li a, .posts-list-01 li > p {
    font-size: 14px;
    line-height: 24px;
  }
}

/**
* ----------------------------------------
Projects
* ----------------------------------------
**/
@media screen and (max-width: 767px) {
  .jet_list p {
    width: 100%;
    margin-bottom: 10px;
  }

  .jet_list p,
  #search-box input[type="text"] {
    width: auto;
    display: inline;
  }

  .gaibu,
  p.search_Publications {
    display: none;
  }

  #news_content {
    float: none;
    width: auto;
    margin-top: 30px;
    padding: 0 10px;
  }

  .dp_toplist dt {
    width: auto !important;
  }

  .dp_toplist {
    padding-left: 0;
  }

  .dp_toplist dd {
    display: none;
  }

  .content_h4box dt, .content_h4box dd {
    line-height: 24px;
  }

  .dp_toplist dt {
    background-position: left 8px;
  }

  .content_mainbox .ilb-list-intitle {
    position: static;
    margin-top: 16px;
  }

  .posts-list-01 li {
    width: auto;
  }

  .table-set01 th, .table-set01 td {
    width: auto;
    display: block;
    float: none;
    font-size: 14px;
  }

  .dp_toplist + p[style*='color'] {
    padding-left: 15px !important;
    margin-top: -30px !important;
  }
}

/**
* ----------------------------------------
Title
* ----------------------------------------
**/
@media screen and (max-width: 767px) {
  .content_mainbox h4, .sitemapbox h3,
  h2.search_title + h3.search_h3 {
    background: #e9efc3;
    padding: 4px 8px;
    font-weight: bold;
    border-left: 4px solid #33932b;
    border-left: 0;
    height: auto;
  }
}

/**
* ----------------------------------------
Form
* ----------------------------------------
**/
@media screen and (max-width: 767px) {
  .wpcf7-text {
    width: 100%;
  }

  .from-section-box--2col > div {
    width: 43%;
  }

  .form-section-02 table,
  .form-section-02 tbody,
  .form-section-02 tr,
  .form-section-02 th,
  .form-section-02 td,
  .form-section-07 table,
  .form-section-07 tbody,
  .form-section-07 tr,
  .form-section-07 th,
  .form-section-07 td {
    display: block;
    width: 100% !important;
  }

  .form-section-02 td,
  .form-section-07 td {
    border-left: 1px solid #000000;
  }

  .form-section-07 .from-section-box {
    padding: 10px;
  }

  .dp_wrap tr:first-child td {
    border-top: 0;
  }
}

/**
* ----------------------------------------
Form
* ----------------------------------------
**/
@media screen and (max-width: 767px) {
  .eventAfterBox .eventAfterImg {
    float: none;
    max-width: 100%;
  }

  .eventAfterBox .eventAfterImg + .eventAfterImg {
    margin-left: 0;
  }
}

.global-nav__item {
  white-space: nowrap;
}

