@charset "UTF-8";
/*
Theme Name: FiMEC
Description: 国際先導研究 - パワーレーザー極限状態の固体とプラズマにおける物質と場の構造変化に関する学理探究
*/
body {
  color: #111;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* font-family: "Sawarabi Mincho"; */
  line-height: 1.8;
  overflow-wrap: break-word;
  word-break: normal;
}

a {
  color: #2b267e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

img {
  max-width: 90vw;
}

@media screen and (max-width: 1000px) {
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
.header {
  padding: 15px 20px;
}
.header__inner {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin: 0;
  color: #111;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__title p {
  max-width: 450px;
  margin: 0;
  line-height: 1.45;
  font-weight: 500;
}
.header__title p span {
  color: #999;
  font-size: 0.875rem;
}
.header__nav {
  margin-top: 5px;
}
.header__global-nav {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__global-nav > .menu-item {
  font-weight: bold;
  line-height: 1;
}
.header__global-nav > .menu-item > a {
  display: inline-block;
  padding: 5px 10px;
  color: #111;
  text-decoration: none;
}
.header__global-nav > .menu-item[class*=current] > a {
  color: #fff;
  background-color: #4cb1cf;
}
.header__global-nav > .menu-item + .menu-item {
  margin-left: 15px;
}
.header__nav-item {
  font-weight: bold;
  line-height: 1;
}
.header__nav-item a {
  display: inline-block;
  padding: 5px 10px;
}
.header__nav-item--current > a {
  color: #fff;
  background-color: #4cb1cf;
}
.header__nav-item + .header__nav-item {
  margin-left: 15px;
}
.header__nav-link {
  display: inline-block;
  padding: 0 5px;
  color: #111;
  text-decoration: none;
}
.header__widget_title {
  display: none;
}

.bogo-language-switcher {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bogo-language-switcher > li.current a, .bogo-language-switcher > li.current span {
  font-weight: bold;
  pointer-events: none;
  cursor: initial;
}
.bogo-language-switcher > li.first::before {
  content: "/";
}
.bogo-language-switcher a {
  display: inline-block;
  padding: 0 5px;
  color: #666;
  text-decoration: none;
}

.bogoflags {
  display: none;
}

body.category-activities .header__global-nav .menu-item.news > a {
  color: #111;
  background-color: transparent;
}

@media screen and (max-width: 1200px) {
  .header__title p {
    max-width: 20em;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 10px 0;
    font-size: 0.875rem;
  }
  .header__inner {
    padding-left: 10px;
    padding-right: 35px;
  }
  .header__title {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .header__title p span {
    font-size: 0.75rem;
  }
  .header__global-nav {
    display: none;
  }
  .header__lang-menu {
    display: none;
  }
  .header .bogo-language-switcher {
    display: none;
  }
}
.footer {
  background-image: url(images/fimec_bottom_bg.jpg);
  color: #fff;
}
.footer a,
.footer a:visited {
  color: #fff;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 40px 0 50px;
}
.footer__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  align-items: center;
  border-right: 1px solid #fff;
}
.footer__title {
  margin: 0;
}
.footer__contact {
  padding-left: 30px;
}
.footer__contact__contact-info {
  font-size: 0.9rem;
}
.footer__contact-title {
  font-size: 2.125rem;
  margin: 0 0 5px;
  letter-spacing: 0.1em;
}
.footer__contact-title span {
  margin-left: 1.5em;
  font-size: 0.875rem;
  letter-spacing: normal;
}
.footer__external-links {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__external-links__external-item__external-link {
  display: block;
  max-width: 100px;
}
.footer__copyright {
  padding: 30px 0;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  color: #111;
  line-height: 1;
  background-color: #fff;
}
.footer__copyright p {
  margin: 0;
}
.footer__copyright br {
  display: none;
}

.top-back a {
  position: fixed;
  right: 13px;
  bottom: 13px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.top-back a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 30%;
  top: 40%;
  border-top: 1px solid #2b267e;
  border-left: 1px solid #2b267e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-back a span {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
    padding: 15px;
  }
  .footer__title {
    line-height: 1.4;
  }
  .footer__title br:last-of-type {
    display: none;
  }
  .footer__title-container {
    margin-bottom: 15px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 0;
    border-right: none;
  }
  .footer__contact-title span {
    margin-left: 0.5em;
  }
  .footer__external-links {
    display: block;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .footer__external-links > li + li {
    margin-top: 15px;
  }
  .footer__copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    line-height: 1.3;
  }
  .footer__copyright br {
    display: initial;
  }
  .top-back a {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #999;
  }
  .top-back a::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 30%;
    top: 40%;
    border-top: 1px solid #2b267e;
    border-left: 1px solid #2b267e;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .top-back a span {
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
.spnav {
  display: none;
}
.spnav__btn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .spnav {
    display: initial;
  }
  .spnav__btn {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 2000;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    cursor: pointer;
    padding: 5px 5px;
    background-color: #fff;
    border: 1px solid #2b267e;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
  .spnav__bar {
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background-color: #2b267e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .spnav__btn.active .spnav__bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
            transform: rotate(45deg) translate(7px, 7px);
  }
  .spnav__btn.active .spnav__bar:nth-child(2) {
    opacity: 0; /* 中央のバーを隠す */
  }
  .spnav__btn.active .spnav__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
            transform: rotate(-45deg) translate(6px, -6px);
  }
  .spnav .modal-dialog {
    margin-top: 60px;
  }
  #spMenuContent > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
  }
  #spMenuContent > ul > li {
    margin: 0;
    padding: 10px 0;
  }
  #spMenuContent > ul > li + li {
    border-top: 1px solid #ccc;
  }
  #spMenuContent > ul > li[class*=current] > a {
    border-left-color: #4cb1cf;
  }
  #spMenuContent > ul a {
    display: block;
    padding: 3px 3px 3px 8px;
    text-decoration: none;
    color: #111;
    border-left: 3px solid #ddd;
  }
  #spMenuContent .bogo-language-switcher {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.category-activities #spMenuContent > ul > li.news[class*=current] > a {
    color: #111;
    border-left: 3px solid #ddd;
  }
}
.main__title {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 30px 0 40px;
}
.main__title > h1,
.main__title p {
  font-size: 2.125rem;
  letter-spacing: 0.2em;
  color: #2b267e;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.main__title > h1 > span,
.main__title p > span {
  display: block;
  margin: 5px 0 0;
  font-size: 1rem;
  letter-spacing: normal;
}

.content__inner {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.content h1 {
  margin: 0 0 35px;
  padding: 0 0 10px;
  color: #2b267e;
  font-size: 1.75rem;
  line-height: 1.3;
  border-bottom: 1px solid #4cb1cf;
}

.btn_type1 {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
.btn_type1__link {
  display: inline-block;
  padding: 12px 25px 12px 30px;
  color: #2b267e;
  text-decoration: none;
  font-size: 0.875rem;
  background-color: #fff;
  border: 1px solid #2b267e;
}
.btn_type1__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  float: right;
  margin-left: 20px;
  border-top: 1px solid #2b267e;
  border-right: 1px solid #2b267e;
  -webkit-transform: rotate(45deg) translateY(0.35em);
          transform: rotate(45deg) translateY(0.35em);
}
.btn_type1__link--back::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  float: left;
  margin-right: 20px;
  border-top: 1px solid #2b267e;
  border-left: 1px solid #2b267e;
  -webkit-transform: rotate(-45deg) translateY(0.35em);
          transform: rotate(-45deg) translateY(0.35em);
}
.btn_type1__link--back::after {
  display: none;
}

.sp_only {
  display: none;
}

.wp-pagenavi {
  margin-top: 35px;
  text-align: center;
}

.mission {
  padding: 80px 0;
  background-color: #e9e9ea;
}
.mission__home {
  background-color: #fff;
}
.mission__inner {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.mission__title {
  margin: 0 0 25px;
  font-size: 2.125rem;
  color: #2b267e;
  letter-spacing: 0.1em;
}
.mission__title-sub {
  font-size: 1rem;
  letter-spacing: normal;
}
.mission__figure {
  margin-top: 20px;
}
.mission__figure__image {
  max-width: 100%;
  height: auto;
}

/* WordPress ビジュアルエディタ用スタイル */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

@media screen and (max-width: 768px) {
  .main__title {
    padding: 25px 0 30px;
  }
  .main__title > h1,
  .main__title p {
    font-size: 1.875rem;
  }
  .mission {
    padding: 50px 0;
  }
  .mission__title {
    font-size: 1.875rem;
  }
  .mission__title-sub {
    display: block;
  }
  .gallery-item {
    float: none !important;
    width: auto !important;
  }
  .gallery-item img {
    width: 60vw;
    height: auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: initial;
  }
}
.main__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 565px;
  text-align: center;
  background-image: url(images/fimec_keyvisual.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main__hero-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 10px;
  text-align: center;
  color: #2b267e;
  font-size: 1.875rem;
  line-height: 1.6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(255, 255, 255, 0.5);
  text-shadow: -5px 0 10px #fff, 0 5px 10px #fff, 0 -5px 10px #fff, 0 -5px 10px #fff;
}
.main__hero-title--sub {
  display: block;
  margin-top: 10px;
  font-size: 1.125rem;
}
.main .whatsnew {
  padding: 70px 15px 40px;
  background-color: #e9e9e9;
}
.main .whatsnew__inner {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.main .whatsnew__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 30%;
  max-width: 340px;
  min-height: 530px;
  text-align: center;
  background-image: url(images/fimec_home_pic01.jpg);
  background-repeat: no-repeat;
  background-position: center 150px;
  background-size: 100% auto;
}
.main .whatsnew__header--content {
  padding: 70px 10px;
  background-color: #fff;
  -webkit-transform: translateY(-160px);
          transform: translateY(-160px);
}
.main .whatsnew__title {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 0.1em;
}
.main .whatsnew__title-sub {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: normal;
  color: #6c757d;
}
.main .whatsnew__list-container {
  width: 70%;
  max-width: 800px;
}

@media screen and (max-width: 1000px) {
  .main .whatsnew {
    padding: 0;
  }
  .main .whatsnew__inner {
    display: block;
    padding: 0;
  }
  .main .whatsnew__header {
    width: 90%;
    height: auto;
    min-height: initial;
    margin: 0 auto -20px;
    background: none;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .main .whatsnew__header--content {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transform: none;
            transform: none;
  }
  .main .whatsnew__list-container {
    width: auto;
    background-repeat: no-repeat;
    background-position: center bottom 30px;
    background-size: auto 85vw;
  }
  .main .whatsnew .btn_type1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main__hero {
    height: 90vw;
  }
  .main__hero-title {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.4;
    font-size: 1.25rem;
  }
  .main__hero-title br {
    display: none;
  }
  .main__hero-title--sub {
    margin-top: 5px;
    font-size: 0.875rem;
  }
}
.archive_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 10px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  border-bottom: 1px solid #ccc;
}
.archive_list__item + .archive_list__item {
  margin-top: 15px;
}
.archive_list__header {
  line-height: 1;
}
.archive_list__date {
  display: block;
  margin-top: 7px;
}
.archive_list__category {
  display: block;
  margin: 10px 0 0;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  background-color: #4cb1cf;
}
.archive_list__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #111;
}
.archive_list__title[href] {
  color: #2b267e;
}

body.home .archive_list__item {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .archive_list__item {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .archive_list__category {
    display: inline-block;
    min-width: 8em;
    text-align: center;
  }
}
.content_section__inner {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content_section__title {
  margin: 0 0 30px;
  font-size: 1.875rem;
  text-align: center;
  color: #2b267e;
  letter-spacing: 0.1em;
}
.content_section__description {
  width: min(100%, 840px);
  margin: 0 auto 80px;
}

body.overview .mission {
  padding: 45px 0;
}

.research {
  padding: 80px 0;
}

.division + .division {
  margin-top: 50px;
}
.division__text {
  padding-top: 35px;
}
.division__text > * {
  padding-left: 10px;
  padding-right: 10px;
}
.division__subtitle {
  margin: 0 0 15px;
  padding: 0 0 5px;
  font-size: 1.375rem;
  color: #2b267e;
  border-bottom: 2px solid #2b267e;
}
.division__list {
  margin: 0;
}
.division__list dt {
  float: left;
  width: 5em;
  margin: 0 0 15px;
  color: #fff;
  text-align: center;
  background-color: #2b267e;
}
.division__list dd {
  margin-bottom: 15px;
  margin-left: 6em;
}
.division img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.training {
  padding: 80px 0 20px;
  background-color: #e9e9ea;
}
.training__title {
  margin: 40px 0 0;
  text-align: center;
  font-size: 1.375rem;
  color: #2b267e;
}
.training__title::before, .training__title::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 0;
  vertical-align: middle;
  border-top: 1px solid #2b267e;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
.training__title::before {
  margin-right: 20px;
}
.training__title::after {
  margin-left: 20px;
}
.training__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 0;
  list-style-type: none;
}
.training__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px 20px 15px;
  background-color: #fff;
  border: 2px solid #2b267e;
  border-radius: 10px;
}
.training__list--middle {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.training__list--middle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.training__name {
  display: block;
  text-align: center;
  color: #2b267e;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .mission__inner {
    display: block;
  }
  .content_section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content_section__title {
    font-size: 1.875rem;
  }
  .content_section__description {
    width: auto;
    margin: 0 auto 40px;
  }
  .research {
    padding: 50px 0;
  }
  .division__text {
    padding-top: 0;
  }
  .division + .division {
    margin-top: 35px;
  }
  .division__list dt {
    width: 3em;
  }
  .division__list dd {
    margin-left: 4em;
  }
  .training__list {
    display: block;
    margin-top: 30px;
  }
  .training__list li + li {
    margin-top: 15px;
    padding: 20px 15px 10px;
  }
  .training__title {
    padding: 3px 0 3px 5px;
    text-align: left;
    font-size: 1.25rem;
    border-left: 5px solid #4cb1cf;
  }
  .training__title::before, .training__title::after {
    display: none;
  }
}
.member_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.member_list > li {
  width: 25%;
  margin: 35px 4%;
}
.member_list figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
}
.member_list__name {
  font-size: 1.375rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
}

.content .content__inner > section + section {
  margin-top: 50px;
}
.content h2 {
  margin: 0 0 30px;
  font-size: 1.875rem;
  text-align: center;
  color: #2b267e;
  letter-spacing: 0.1em;
}
.content h3 {
  margin: 0 0 15px;
  padding: 3px 0;
  text-align: center;
  font-size: 1.375rem;
  color: #2b267e;
  border-top: 1px solid #2b267e;
  border-bottom: 1px solid #2b267e;
}

@media screen and (max-width: 768px) {
  .member_list {
    display: block;
  }
  .member_list > li {
    width: auto;
    margin: 35px 0;
  }
  .member_list > li figure img {
    max-width: 65%;
  }
  .member_list__name {
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=style.css.map */