﻿@charset "UTF-8";
/*  */
.activist-page #container {
  background: #ececec;
}

.activist-page #container #main #main-content {
  margin-right: 0;
}

.activist-page ul.socialBtn {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  width: 100%;
}

.activist-page ul.socialBtn li {
  list-style: none;
  width: 160px;
  margin-left: 0;
}

.activist-page ul.socialBtn li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 36px;
  letter-spacing: .05em;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
}

.activist-page ul.socialBtn li a.twitter {
  background: #1da1f2;
}

.activist-page ul.socialBtn li a.facebook {
  background: #3b5998;
}

.activist-page ul.socialBtn li a.google {
  background: #db4437;
}

.activist-page ul.socialBtn li a.line {
  background: #00b900;
}

.activist-page ul.socialBtn li a.pocket {
  background: #ee4056;
}

.activist-page ul.socialBtn li a.hatena {
  background: #00a4de;
}

.activist-page ul.socialBtn li a.feedly {
  background: #51b139;
}

.activist-page ul.socialBtn li a.rss {
  background: #ffa500;
}

.activist-page ul.socialBtn [class^="icon-"]:before, .activist-page ul.socialBtn [class*=" icon-"]:before {
  margin-right: 5px;
}

.activist-page #page-title {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #4a5f81;
  height: auto !important;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.activist-page #page-title .inner-box {
  background: url(../img/activist/bg_page_key.png) center top no-repeat;
  background-size: cover;
  height: auto !important;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.activist-page #page-title .inner-box::before {
  content: "";
  display: block;
  padding-top: 20%;
}

.activist-page #page-title .inner-box h1 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.activist-page #page-title .inner-box h1 img {
  width: 480px;
}

.activist-page-top #page-title {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #4a5f81;
  height: auto !important;
}

.activist-page-top #page-title .inner-box {
  background: url(../img/activist/bg_page_key.png) center top no-repeat;
  background-size: cover;
  height: auto !important;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.activist-page-top #page-title .inner-box::before {
  content: "";
  display: block;
  padding-top: 33.1%;
}

.activist-page-top #page-title .inner-box h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.activist-page-top #page-title .inner-box h1 img {
  width: 480px;
}

.activist-page .activist {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
}

.activist-page .activist__menu {
  margin: 0;
  background: #042761;
}

.activist-page .activist__menu ul {
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.activist-page .activist__menu ul > li {
  width: 20%;
  display: inline-block;
}

.activist-page .activist__menu ul > li img {
  width: 100%;
  height: auto;
}

.activist-page .activist__list {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.activist-page .activist__list__item {
  margin: 0 0 1em;
  list-style: none;
}

.activist-page .activist__list__item > a {
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.activist-page .activist__list__item > a.cat-youth:hover {
  background: #fde4e5;
}

.activist-page .activist__list__item > a.cat-profession:hover {
  background: #d0e0df;
}

.activist-page .activist__list__item > a.cat-international:hover {
  background: #e0d4ec;
}

.activist-page .activist__list__item > a.cat-society:hover {
  background: #fff4dd;
}

.activist-page .activist__list__item .act-cat {
  position: absolute;
  right: 0;
  top: 0;
}

.activist-page .activist__list__item .act-cat img {
  width: 100px;
  height: auto;
}

.activist-page .activist__list__item .act-img {
  width: 34%;
}

.activist-page .activist__list__item .act-img img {
  width: 100%;
  height: auto;
}

.activist-page .activist__list__item .act-txt {
  width: 62%;
}

.activist-page .activist__list__item .act-txt h2 {
  width: 80%;
  margin: 24px 0;
  border: none;
}

.activist-page .activist__list__item .act-rc {
  color: #282828;
  font-weight: 600;
  font-size: 1.8rem;
  display: inline-block;
}

.activist-page .activist__list__item .act-zone {
  color: #aaaaaa;
  display: inline-block;
  margin-left: 20px;
  font-size: 1.6rem;
}

.activist-page .activist__list__item .act-more {
  color: #aaaaaa;
  font-size: 1.2rem;
  text-decoration: none;
  position: absolute;
  right: 38px;
  bottom: 20px;
  line-height: 1;
  vertical-align: middle;
}

.activist-page .activist__list__item .act-more::after {
  background: #aaaaaa;
  content: "";
  display: inline-block;
  height: 1px;
  width: 30px;
  margin-left: 0.8rem;
  top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.activist-page .activist__episode {
  background: #fff;
  padding: 40px 0;
  width: 100%;
}

.activist-page .activist__episode__inner {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.8rem;
}

.activist-page .activist__episode ul.socialBtn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.activist-page .activist__episode.episode__youth h2 {
  background: #FC5C65;
  color: #fff !important;
}

.activist-page .activist__episode.episode__youth h2:not(.img-hl)::before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #FB7D84 transparent transparent transparent;
  border-width: 120px 120px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.activist-page .activist__episode.episode__youth h3 {
  border-bottom: 1px solid #CCCCCC;
}

.activist-page .activist__episode.episode__youth h3.eyepoint-line {
  border-left: 10px solid #FC5C65;
}

.activist-page .activist__episode.episode__international h2 {
  background: #A55EEA !important;
  color: #fff !important;
}

.activist-page .activist__episode.episode__international h2:not(.img-hl)::before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #bc91e7 transparent transparent transparent !important;
  border-width: 120px 120px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.activist-page .activist__episode.episode__international h3 {
  border-bottom: 1px solid #CCCCCC;
}

.activist-page .activist__episode.episode__international h3.eyepoint-line {
  border-left: 10px solid #A55EEA !important;
}

.activist-page .activist__episode.episode__society h2 {
  background: #F7B731 !important;
  color: #fff !important;
}

.activist-page .activist__episode.episode__society h2:not(.img-hl)::before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #ffd372 transparent transparent transparent !important;
  border-width: 120px 120px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.activist-page .activist__episode.episode__society h3 {
  border-bottom: 1px solid #CCCCCC;
}

.activist-page .activist__episode.episode__society h3.eyepoint-line {
  border-left: 10px solid #F7B731 !important;
}

.activist-page .activist__episode.episode__profession h2 {
  background: #2BCBBA !important;
  color: #fff !important;
}

.activist-page .activist__episode.episode__profession h2:not(.img-hl)::before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #7ddad0 transparent transparent transparent !important;
  border-width: 120px 120px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.activist-page .activist__episode.episode__profession h3 {
  border-bottom: 1px solid #CCCCCC;
}

.activist-page .activist__episode.episode__profession h3.eyepoint-line {
  border-left: 10px solid #2BCBBA !important;
}

.activist-page .activist__episode .episode__head {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.activist-page .activist__episode .episode__body {
  /*注意書き*/
}

.activist-page .activist__episode .episode__body h1 {
  color: #17458F;
  border-top: 2px solid #042761;
  border-bottom: 2px solid #042761;
  padding: 1em;
  font-size: 3.6rem;
  width: 100%;
}

.activist-page .activist__episode .episode__body h2 {
  border: none;
  color: #fff !important;
  font-size: 3rem;
  position: relative;
}

.activist-page .activist__episode .episode__body h2 > span {
  display: block;
  padding: 30px 40px;
  position: relative;
  z-index: 10;
}

.activist-page .activist__episode .episode__body h2 > span span {
  font-size: 1.8rem;
  font-weight: normal;
}

.activist-page .activist__episode .episode__body h2:not(.img-hl)::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 120px 120px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.activist-page .activist__episode .episode__body h3 {
  font-size: 2.4rem;
  margin: 0 0 .5em 0 !important;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: .8rem;
}

.activist-page .activist__episode .episode__body h3.eyepoint-line {
  border-bottom: none;
  line-height: 1.0;
  padding: 0.2rem 0 0 .8rem;
  margin: 1em 0 !important;
}

.activist-page .activist__episode .episode__body .txt-bold {
  font-weight: bold;
}

.activist-page .activist__episode .episode__body .txt-br-pc {
  display: inline;
}

.activist-page .activist__episode .episode__body img {
  max-width: 100%;
}

.activist-page .activist__episode .episode__body section {
  border: none;
  margin-bottom: 70px !important;
  padding: 0;
}

.activist-page .activist__episode .episode__body .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.activist-page .activist__episode .episode__body .f-odr1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.activist-page .activist__episode .episode__body .f-odr2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.activist-page .activist__episode .episode__body .w10 {
  width: 10%;
}

.activist-page .activist__episode .episode__body .w15 {
  width: 15%;
}

.activist-page .activist__episode .episode__body .w20 {
  width: 20%;
}

.activist-page .activist__episode .episode__body .w25 {
  width: 25%;
}

.activist-page .activist__episode .episode__body .w30 {
  width: 30%;
}

.activist-page .activist__episode .episode__body .w35 {
  width: 35%;
}

.activist-page .activist__episode .episode__body .w40 {
  width: 40%;
}

.activist-page .activist__episode .episode__body .w45 {
  width: 45%;
}

.activist-page .activist__episode .episode__body .w50 {
  width: 50%;
}

.activist-page .activist__episode .episode__body .w55 {
  width: 55%;
}

.activist-page .activist__episode .episode__body .w60 {
  width: 60%;
}

.activist-page .activist__episode .episode__body .w65 {
  width: 65%;
}

.activist-page .activist__episode .episode__body .w70 {
  width: 70%;
}

.activist-page .activist__episode .episode__body .w75 {
  width: 75%;
}

.activist-page .activist__episode .episode__body .w80 {
  width: 80%;
}

.activist-page .activist__episode .episode__body .w85 {
  width: 85%;
}

.activist-page .activist__episode .episode__body .w90 {
  width: 90%;
}

.activist-page .activist__episode .episode__body .m-t30 {
  margin-top: 30px;
}

.activist-page .activist__episode .episode__body .header-box {
  border: 1px solid #707070;
}

.activist-page .activist__episode .episode__body .header-box__head {
  background: #999999;
  color: #fff;
  padding: 15px 30px;
}

.activist-page .activist__episode .episode__body .header-box__body {
  padding: 30px;
}

.activist-page .activist__episode .episode__body .list-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

.activist-page .activist__episode .episode__body .list-square {
  list-style-type: none;
  padding: 0;
}

.activist-page .activist__episode .episode__body .list-square > li {
  position: relative;
  padding: 0 0 0.5rem 2.5rem;
}

.activist-page .activist__episode .episode__body .list-square > li::before {
  content: "■";
  font-family: serif;
  position: absolute;
  left: 0;
  top: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.activist-page .activist__episode .episode__body .list-notice {
  list-style-type: none;
  padding: 0;
}

.activist-page .activist__episode .episode__body .list-notice > li {
  position: relative;
  padding: 0 0 0.5rem 2.5rem;
}

.activist-page .activist__episode .episode__body .list-notice > li::before {
  content: "※";
  font-family: serif;
  position: absolute;
  left: 0;
  top: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.activist-page .activist__episode .episode__body .notice {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
}

.activist-page .activist__episode .episode__body p.notice {
  margin-left: 1em;
  text-indent: -1em;
}

.activist-page .activist__episode .episode-cat {
  width: 10%;
}

.activist-page .activist__episode .episode-cat img {
  width: 100%;
  height: auto;
}

.activist-page .activist__episode .episode-rc {
  width: 88%;
}

.activist-page .activist__episode .episode-rc__name {
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
}

.activist-page .activist__episode .episode-rc__zone {
  display: block;
}

.activist-page .activist__episode .episode-key {
  margin-bottom: 30px !important;
}

.activist-page .activist__episode .episode-key + figure {
  text-align: right;
  margin-bottom: 70px;
}

.activist-page .activist__episode .episode-popuptxt {
  background: #618DD3;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 10px 40px;
  position: relative;
  margin-bottom: 24px;
}

.activist-page .activist__episode .episode-popuptxt::after {
  display: block;
  content: "";
  border-style: solid;
  border-color: #618DD3 transparent transparent transparent;
  border-width: 24px 30px 0 0;
  position: absolute;
  left: 24px;
  bottom: -20px;
}

.activist-page .activist__episode .episode-list-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

.activist-page .activist__episode .episode-voice {
  background: #EEEEEE;
  border-radius: 5px;
  padding: 16px 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.activist-page .activist__episode .episode-voice__txt.f-odr1 {
  padding-right: 1em;
}

.activist-page .activist__episode .episode-voice__txt.f-odr2 {
  padding-left: 1em;
}

.activist-page .activist__episode .episode-voice figure {
  color: #999999;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-top: 5px;
}

.activist-page .activist__episode .episode__project .fbox {
  margin-bottom: 30px;
}

.activist-page .activist__episode .episode__project .fbox dt {
  width: 6em;
}

.activist-page .activist__episode .episode__project .fbox dd {
  width: calc(100% - 6em);
}

.activist-page .activist__episode .episode__project .header-box__head {
  font-size: 2rem;
}

.activist-page .activist__episode .episode__project .header-box .list-square {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 !important;
}

.activist-page .activist__episode .episode__project .header-box .list-square > li {
  margin-bottom: 0.8rem;
  padding-bottom: 0;
}

.activist-page .activist__episode .episode__project .header-box .list-notice {
  font-size: 1.6rem;
  margin-bottom: 0 !important;
}

.activist-page .activist__episode .episode__project .header-box .list-notice > li {
  padding-bottom: 0;
}

.activist-page .relation__episode {
  background: none;
  padding-top: 30px;
}

.activist-page .relation__episode__list {
  margin: 0 0 30px !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.activist-page .relation__episode__list__item {
  background: #fff;
  margin: 0 0 1em;
  padding: 0;
  width: 32%;
  position: relative;
}

.activist-page .relation__episode__list__item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.activist-page .relation__episode__list__item a {
  text-decoration: none;
}

.activist-page .relation__episode__list__item a:hover {
  color: #17458F;
}

.activist-page .relation__episode__list__item a:hover .act-title {
  color: #17458F;
  text-decoration: underline;
}

.activist-page .relation__episode__list__item .act-cat {
  position: absolute;
  right: 0;
  top: 0;
}

.activist-page .relation__episode__list__item .act-cat img {
  width: 80px;
  height: auto;
}

.activist-page .relation__episode__list__item .act-img {
  width: 100%;
}

.activist-page .relation__episode__list__item .act-img img {
  width: 100%;
  height: auto;
}

.activist-page .relation__episode__list__item .act-txt {
  padding: 20px;
}

.activist-page .relation__episode__list__item .act-title {
  color: #17458F;
  font-size: 2rem;
  margin-top: 1em;
  line-height: 1.4;
}

.activist-page .relation__episode__list__item .act-rc {
  font-weight: 600;
  font-size: 1.8rem;
  display: inline-block;
}

.activist-page .relation__episode__list__item .act-zone {
  color: #aaaaaa;
  display: block;
  font-size: 1.4rem;
}

.activist-page .relation__episode__list__item .act-more {
  color: #aaaaaa;
  font-size: 1.2rem;
  text-decoration: none;
  position: absolute;
  right: 38px;
  bottom: 20px;
  line-height: 1;
  vertical-align: middle;
}

.activist-page .relation__episode__list__item .act-more::after {
  background: #aaaaaa;
  content: "";
  display: inline-block;
  height: 1px;
  width: 30px;
  margin-left: 0.8rem;
  top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.activist-page .relation__episode h3 {
  border-bottom: 2px dotted #CCCCCC;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 0.5em;
}

.activist-page .relation__episode h3.ttl_activist-youth {
  color: #FC5C65 !important;
}

.activist-page .relation__episode h3.ttl_activist-proffesion {
  color: #2BCBBA !important;
}

.activist-page .relation__episode h3.ttl_activist-society {
  color: #F7B731 !important;
}

.activist-page .relation__episode h3.ttl_activist-international {
  color: #A55EEA !important;
}

.activist-page .relation__episode h3 i {
  margin-right: 0.5em;
}

.activist-page .relation__episode h3 i img {
  height: 1em;
  vertical-align: middle;
}

.activist-page .relation__episode .activist__list__item {
  width: 32%;
}

.activist-page .relation__episode .goback-list {
  background: #000;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 2rem;
  padding: 2.4rem 0;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .activist-page #container {
    background: #ececec;
  }
  .activist-page #container #main #main-content {
    margin-right: 0;
  }
  .activist-page ul.socialBtn {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
  }
  .activist-page ul.socialBtn li {
    list-style: none;
    width: 30%;
    margin-left: 0;
  }
  .activist-page ul.socialBtn li a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    letter-spacing: .05em;
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
  }
  .activist-page ul.socialBtn li a.twitter {
    background: #1da1f2;
  }
  .activist-page ul.socialBtn li a.facebook {
    background: #3b5998;
  }
  .activist-page ul.socialBtn li a.google {
    background: #db4437;
  }
  .activist-page ul.socialBtn li a.line {
    background: #00b900;
  }
  .activist-page ul.socialBtn li a.pocket {
    background: #ee4056;
  }
  .activist-page ul.socialBtn li a.hatena {
    background: #00a4de;
  }
  .activist-page ul.socialBtn li a.feedly {
    background: #51b139;
  }
  .activist-page ul.socialBtn li a.rss {
    background: #ffa500;
  }
  .activist-page ul.socialBtn [class^="icon-"]:before, .activist-page ul.socialBtn [class*=" icon-"]:before {
    margin-right: 5px;
  }
  .activist-page #page-title {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #4a5f81;
    height: auto !important;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  }
  .activist-page #page-title .inner-box {
    background: url(../img/activist/bg_page_key.png) center top no-repeat;
    background-size: cover;
    height: auto !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .activist-page #page-title .inner-box::before {
    content: "";
    display: block;
    padding-top: 33.1%;
  }
  .activist-page #page-title .inner-box h1 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .activist-page #page-title .inner-box h1 img {
    width: 60%;
    max-width: 480px;
  }
  .activist-page-top #page-title {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #4a5f81;
    height: auto !important;
  }
  .activist-page-top #page-title .inner-box {
    background: url(../img/activist/bg_page_key.png) center top no-repeat;
    background-size: cover;
    height: auto !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .activist-page-top #page-title .inner-box::before {
    content: "";
    display: block;
    padding-top: 33.1%;
  }
  .activist-page-top #page-title .inner-box h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .activist-page-top #page-title .inner-box h1 img {
    width: 60%;
    max-width: 480px;
  }
  .activist-page .activist {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
  }
  .activist-page .activist__menu {
    margin: 0;
    background: #042761;
  }
  .activist-page .activist__menu ul {
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .activist-page .activist__menu ul > li {
    width: 20%;
    display: inline-block;
  }
  .activist-page .activist__menu ul > li img {
    width: 100%;
    height: auto;
  }
  .activist-page .activist__list {
    list-style: none;
    margin: 0;
    padding: 0 !important;
  }
  .activist-page .activist__list__item {
    background: #fff;
    margin: 0 0 1em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .activist-page .activist__list__item .act-cat {
    position: absolute;
    right: 0;
    top: 0;
  }
  .activist-page .activist__list__item .act-cat img {
    width: 100px;
    height: auto;
  }
  .activist-page .activist__list__item .act-img {
    width: 100%;
  }
  .activist-page .activist__list__item .act-img img {
    width: 100%;
    height: auto;
  }
  .activist-page .activist__list__item .act-txt {
    width: 100%;
    padding: 20px;
  }
  .activist-page .activist__list__item .act-txt h2 {
    width: 80%;
    margin: 24px 0;
    border: none;
  }
  .activist-page .activist__list__item .act-rc {
    font-weight: 600;
    font-size: 1.8rem;
    display: inline-block;
  }
  .activist-page .activist__list__item .act-zone {
    color: #aaaaaa;
    display: block;
    font-size: 1.6rem;
  }
  .activist-page .activist__list__item .act-more {
    color: #aaaaaa;
    font-size: 1.2rem;
    text-decoration: none;
    position: absolute;
    right: 38px;
    bottom: 20px;
    line-height: 1;
    vertical-align: middle;
  }
  .activist-page .activist__list__item .act-more::after {
    background: #aaaaaa;
    content: "";
    display: inline-block;
    height: 1px;
    width: 30px;
    margin-left: 0.8rem;
    top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .activist-page .activist__episode {
    background: #fff;
    padding: 10px 0;
    width: 100%;
  }
  .activist-page .activist__episode__inner {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .activist-page .activist__episode .episode__head {
    padding: 0 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .activist-page .activist__episode .episode__body {
    /*注意書き*/
  }
  .activist-page .activist__episode .episode__body h1 {
    color: #17458F;
    border-top: 2px solid #042761;
    border-bottom: 2px solid #042761;
    padding: 1em;
    font-size: 2.0rem;
    width: 100%;
  }
  .activist-page .activist__episode .episode__body h2 {
    border: none;
    background: #FC5C65;
    color: #fff !important;
    font-size: 2.0rem;
    position: relative;
  }
  .activist-page .activist__episode .episode__body h2 > span {
    display: block;
    padding: 15px 20px;
    position: relative;
    z-index: 10;
  }
  .activist-page .activist__episode .episode__body h2 > span span {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .activist-page .activist__episode .episode__body h2:not(.img-hl)::before {
    content: "";
    display: block;
    border-style: solid;
    border-color: #FB7D84 transparent transparent transparent;
    border-width: 60px 60px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .activist-page .activist__episode .episode__body h3 {
    font-size: 1.8rem;
    margin: 0 0 .5em 0 !important;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: .8rem;
  }
  .activist-page .activist__episode .episode__body h3.red-line {
    border-bottom: none;
    border-left: 10px solid #FC5C65;
    line-height: 1.0;
    padding: 0.2rem 0 0 .8rem;
    margin: 1em 0 !important;
  }
  .activist-page .activist__episode .episode__body .txt-bold {
    font-weight: bold;
  }
  .activist-page .activist__episode .episode__body .txt-br-pc {
    display: inline;
  }
  .activist-page .activist__episode .episode__body img {
    max-width: 100%;
  }
  .activist-page .activist__episode .episode__body section {
    border: none;
    margin-bottom: 30px !important;
    padding: 0 20px;
  }
  .activist-page .activist__episode .episode__body .fbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .activist-page .activist__episode .episode__body .f-odr1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .activist-page .activist__episode .episode__body .f-odr2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .activist-page .activist__episode .episode__body .w10 {
    width: 10%;
  }
  .activist-page .activist__episode .episode__body .w15 {
    width: 15%;
  }
  .activist-page .activist__episode .episode__body .w20 {
    width: 20%;
  }
  .activist-page .activist__episode .episode__body .w25 {
    width: 25%;
  }
  .activist-page .activist__episode .episode__body .w30 {
    width: 30%;
  }
  .activist-page .activist__episode .episode__body .w35 {
    width: 35%;
  }
  .activist-page .activist__episode .episode__body .w40 {
    width: 40%;
  }
  .activist-page .activist__episode .episode__body .w45 {
    width: 45%;
  }
  .activist-page .activist__episode .episode__body .w50 {
    width: 50%;
  }
  .activist-page .activist__episode .episode__body .w55 {
    width: 55%;
  }
  .activist-page .activist__episode .episode__body .w60 {
    width: 60%;
  }
  .activist-page .activist__episode .episode__body .w65 {
    width: 65%;
  }
  .activist-page .activist__episode .episode__body .w70 {
    width: 70%;
  }
  .activist-page .activist__episode .episode__body .w75 {
    width: 75%;
  }
  .activist-page .activist__episode .episode__body .w80 {
    width: 80%;
  }
  .activist-page .activist__episode .episode__body .w85 {
    width: 85%;
  }
  .activist-page .activist__episode .episode__body .w90 {
    width: 90%;
  }
  .activist-page .activist__episode .episode__body .m-t30 {
    margin-top: 30px;
  }
  .activist-page .activist__episode .episode__body .header-box {
    border: 1px solid #707070;
  }
  .activist-page .activist__episode .episode__body .header-box__head {
    background: #999999;
    color: #fff;
    padding: 15px;
  }
  .activist-page .activist__episode .episode__body .header-box__body {
    padding: 15px;
  }
  .activist-page .activist__episode .episode__body .list-nostyle {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .activist-page .activist__episode .episode__body .list-square {
    list-style-type: none;
    padding: 0;
  }
  .activist-page .activist__episode .episode__body .list-square > li {
    position: relative;
    padding: 0 0 0.5rem 2.5rem;
  }
  .activist-page .activist__episode .episode__body .list-square > li::before {
    content: "■";
    font-family: serif;
    position: absolute;
    left: 0;
    top: 1.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .activist-page .activist__episode .episode__body .list-notice {
    list-style-type: none;
    padding: 0;
  }
  .activist-page .activist__episode .episode__body .list-notice > li {
    position: relative;
    padding: 0 0 0.5rem 2.5rem;
  }
  .activist-page .activist__episode .episode__body .list-notice > li::before {
    content: "※";
    font-family: serif;
    position: absolute;
    left: 0;
    top: 1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .activist-page .activist__episode .episode__body .notice {
    position: relative;
    margin: 1rem 0;
    line-height: 1.4;
  }
  .activist-page .activist__episode .episode__body p.notice {
    margin-left: 1em;
    text-indent: -1em;
  }
  .activist-page .activist__episode .episode__body .child-forum .w20 {
    width: 100% !important;
    text-align: center;
  }
  .activist-page .activist__episode .episode__body .child-forum .w75 {
    width: 100% !important;
  }
  .activist-page .activist__episode .episode-cat {
    width: 20%;
  }
  .activist-page .activist__episode .episode-cat img {
    width: 100%;
    height: auto;
  }
  .activist-page .activist__episode .episode-rc {
    width: 78%;
  }
  .activist-page .activist__episode .episode-rc__name {
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
  }
  .activist-page .activist__episode .episode-rc__zone {
    display: block;
  }
  .activist-page .activist__episode .episode-key {
    margin-bottom: 10px !important;
  }
  .activist-page .activist__episode .episode-key + figure {
    text-align: left;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .activist-page .activist__episode .episode-popuptxt {
    background: #618DD3;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px;
    position: relative;
    margin-bottom: 24px;
  }
  .activist-page .activist__episode .episode-popuptxt::after {
    display: block;
    content: "";
    border-style: solid;
    border-color: #618DD3 transparent transparent transparent;
    border-width: 24px 30px 0 0;
    position: absolute;
    left: 24px;
    bottom: -20px;
  }
  .activist-page .activist__episode .episode-list-nostyle {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .activist-page .activist__episode .episode-voice {
    background: #EEEEEE;
    border-radius: 5px;
    padding: 16px 20px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .activist-page .activist__episode .episode-voice__pic.w20 {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-bottom: 10px;
  }
  .activist-page .activist__episode .episode-voice__txt.w80 {
    width: 100% !important;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .activist-page .activist__episode .episode-voice__txt.f-odr1 {
    padding-right: 1em;
  }
  .activist-page .activist__episode .episode-voice__txt.f-odr2 {
    padding-left: 1em;
  }
  .activist-page .activist__episode .episode-voice figure {
    color: #999999;
    font-size: 1.4rem;
    line-height: 1.2;
    padding-top: 5px;
  }
  .activist-page .activist__episode .episode__project .fbox {
    margin-bottom: 30px;
  }
  .activist-page .activist__episode .episode__project .fbox dt {
    width: 100%;
  }
  .activist-page .activist__episode .episode__project .fbox dd {
    width: 100%;
    margin-bottom: 1em;
  }
  .activist-page .activist__episode .episode__project .header-box__head {
    font-size: 1.8rem;
  }
  .activist-page .activist__episode .episode__project .header-box .list-square {
    font-weight: bold;
    font-size: 1.4rem;
    margin: 0 !important;
  }
  .activist-page .activist__episode .episode__project .header-box .list-square > li {
    margin-bottom: 0.8rem;
    padding-bottom: 0;
  }
  .activist-page .activist__episode .episode__project .header-box .list-notice {
    font-size: 1.4rem;
    margin-bottom: 0 !important;
  }
  .activist-page .activist__episode .episode__project .header-box .list-notice > li {
    padding-bottom: 0;
  }
  .activist-page .activist__episode .episode__project__startup .w65 {
    width: 100%;
  }
  .activist-page .activist__episode .episode__project__startup .w30 {
    width: 100%;
    text-align: center;
  }
  .activist-page .relation__episode {
    background: none;
    padding-top: 30px;
  }
  .activist-page .relation__episode__list {
    margin: 0 0 30px !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .activist-page .relation__episode__list__item {
    background: #fff;
    margin: 0 2% 1em 0 !important;
    padding: 0;
    width: 49% !important;
    position: relative;
    /* &:not(:nth-child(3n)) {
                            margin-right: 0!important;
                        } */
  }
  .activist-page .relation__episode__list__item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .activist-page .relation__episode__list__item a {
    text-decoration: none;
  }
  .activist-page .relation__episode__list__item a:hover {
    color: #17458F;
  }
  .activist-page .relation__episode__list__item a:hover .act-title {
    color: #17458F;
    text-decoration: underline;
  }
  .activist-page .relation__episode__list__item .act-cat {
    position: absolute;
    right: 0;
    top: 0;
  }
  .activist-page .relation__episode__list__item .act-cat img {
    width: 80px;
    height: auto;
  }
  .activist-page .relation__episode__list__item .act-img {
    width: 100%;
  }
  .activist-page .relation__episode__list__item .act-img img {
    width: 100%;
    height: auto;
  }
  .activist-page .relation__episode__list__item .act-txt {
    padding: 10px;
  }
  .activist-page .relation__episode__list__item .act-title {
    color: #17458F;
    font-size: 1.4rem;
    margin-top: 1em;
    line-height: 1.4;
  }
  .activist-page .relation__episode__list__item .act-rc {
    font-weight: 600;
    font-size: 1.5rem;
    display: inline-block;
  }
  .activist-page .relation__episode__list__item .act-zone {
    color: #aaaaaa;
    display: block;
    font-size: 1.3rem;
  }
  .activist-page .relation__episode__list__item .act-more {
    color: #aaaaaa;
    font-size: 1.2rem;
    text-decoration: none;
    position: absolute;
    right: 38px;
    bottom: 20px;
    line-height: 1;
    vertical-align: middle;
  }
  .activist-page .relation__episode__list__item .act-more::after {
    background: #aaaaaa;
    content: "";
    display: inline-block;
    height: 1px;
    width: 30px;
    margin-left: 0.8rem;
    top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .activist-page .relation__episode h3 {
    border-bottom: 2px dotted #CCCCCC;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0.5em;
  }
  .activist-page .relation__episode h3.ttl_activist-youth {
    color: #FC5C65;
  }
  .activist-page .relation__episode h3.ttl_activist-proffesion {
    color: #2BCBBA;
  }
  .activist-page .relation__episode h3.ttl_activist-society {
    color: #F7B731;
  }
  .activist-page .relation__episode h3.ttl_activist-international {
    color: #A55EEA;
  }
  .activist-page .relation__episode h3 i {
    margin-right: 0.5em;
  }
  .activist-page .relation__episode h3 i img {
    height: 1em;
    vertical-align: middle;
  }
  .activist-page .relation__episode .activist__list__item {
    width: 32%;
  }
  .activist-page .relation__episode .goback-list {
    background: #000;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 2rem;
    padding: 2.4rem 0;
    text-decoration: none;
  }
}
/*# sourceMappingURL=activist.css.map */