@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("//fonts.googleapis.com/css?family=Oswald");
/* initialization
------------------------------*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, tfoot, thead, time, tr, th, td, ul, var, video {
  margin: 0;
  padding: 0;
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: small;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff0;
  color: #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

img {
  -ms-interpolation-mode: bicubic;
}

ol, ul {
  list-style: none;
}

input, textarea, select {
  font-family: inherit;
  font-weight: inherit;
}

label {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* リンク */
a:link, a:active, a:visited {
  text-decoration: none;
  color: #0d23c4;
}

a:hover, a:focus {
  text-decoration: underline;
  color: #0d23c4;
}

a:hover img,
a.over:hover {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
}

@media screen and (max-width: 767px) {
  * {
    word-break: break-all;
  }
}
/* 値指定 */
body {
  background: #fff;
  line-height: 1.8;
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", Meiryo, 'MS PGothic', sans-serif;
  font-size: 94%;
  color: #000;
  position: relative;
}
body * {
  box-sizing: border-box;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

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

.container {
  max-width: 1098px;
  margin: 0 auto;
}
@media screen and (max-width: 1098px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: auto;
  }
}

.inner {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1098px) {
  .inner {
    width: 100%;
    max-width: auto;
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  .container {
    width: calc(100vw - 30px);
    padding-left: 0;
    padding-right: 0;
  }
}
/* ヘッダー
------------------------------*/
header.global {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 100;
  /*ヘッダー固定*/
}
@media screen and (min-width: 768px) {
  header.global {
    min-width: 1200px;
  }
  .lower header.global {
    border-bottom: 2px solid #1d2088;
  }
}
header.global nav .nav_logo {
  display: none;
}
header.global nav > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
header.global nav > ul > li {
  line-height: 1;
}
header.global nav > ul > li > a,
header.global nav > ul > li > span {
  position: relative;
  display: block;
  height: 88px;
  box-sizing: border-box;
  /*border-bottom: 4px solid #fff;*/
  padding: 32px 14px 0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
header.global nav > ul > li > a:link, header.global nav > ul > li > a:active, header.global nav > ul > li > a:visited,
header.global nav > ul > li > span:link,
header.global nav > ul > li > span:active,
header.global nav > ul > li > span:visited {
  color: #232a3c;
}
@media screen and (min-width: 768px) {
  header.global nav > ul > li:hover > a,
  header.global nav > ul > li:hover > span {
    color: #1d2088;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  header.global nav > ul > li.has-child:hover > a:after,
  header.global nav > ul > li.has-child:hover > span:after {
    content: "";
    height: 0;
    width: 0;
    border: 7px solid #FFF;
    border-color: transparent;
    border-bottom-color: #1d2088;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
}
header.global .subNav {
  display: block;
  letter-spacing: -.5em;
}
header.global .subNav_container {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 29px 0;
  z-index: 20;
  background-color: #1d2088;
}
header.global .subNav li {
  width: 25%;
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
}
header.global .subNav li > a,
header.global .subNav li > span {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  background-color: #1d2088;
  border-bottom: none;
  text-align: left;
  font-weight: normal;
  line-height: 1.3;
  color: #FFF;
  cursor: pointer;
}
header.global .subNav li > a:link, header.global .subNav li > a:active, header.global .subNav li > a:visited,
header.global .subNav li > span:link,
header.global .subNav li > span:active,
header.global .subNav li > span:visited {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  header.global .subNav li > a:hover,
  header.global .subNav li > span:hover {
    text-decoration: none;
    opacity: 0.6;
    color: #FFF;
  }
}
@media screen and (min-width: 768px) {
  header.global .subNav li > a:before,
  header.global .subNav li > span:before {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 0;
    margin: auto 0 auto 5px;
    content: "";
    width: 5px;
    height: 5px;
    border-color: #6466aa;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    transform: rotate(45deg);
  }
}
header.global .subNav li a[target="_blank"]:after {
  position: relative;
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 10px;
  height: 10px;
  background: url(../img/ico_window_white@2x.png) no-repeat left top;
  background-size: cover;
}
header.global .subNav li.has-extra:hover:after {
  display: none;
}
header.global .extraNav_container {
  display: none;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #32369C;
  letter-spacing: -.5em;
}
header.global .extraNav li {
  width: 25%;
  display: inline-block;
  letter-spacing: normal;
  font-size: 90%;
}
header.global .extraNav li a {
  padding: 10px 20px;
  background-color: #32369C;
}
header.global .extraNav li a:before {
  top: 15px;
}
header.global .extraNav li a:link, header.global .extraNav li a:active, header.global .extraNav li a:visited {
  color: #FFF;
}
header.global.fixed {
  top: 0;
  width: 100%;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  z-index: 100;
}
header.global.fixed .header_inner_block01, header.global.fixed .header_inner_block02 {
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
header.global.fixed .header_inner_block01 *, header.global.fixed .header_inner_block02 * {
  display: none;
}
header.global.fixed nav {
  min-width: 1150px;
}
header.global.fixed nav > ul {
  float: right;
  margin-right: calc(2.5% - 8px);
}
header.global.fixed nav > ul li a {
  font-size: 16px;
}
header.global.fixed nav .subNav {
  float: none;
}
header.global.fixed nav .extraNav li {
  font-size: 90%;
}
header.global.fixed nav .nav_logo {
  display: block;
  float: left;
  margin-top: 30px;
  margin-left: 2.5%;
}
header.global.fixed nav .nav_logo a.jane img {
  width: 133px;
}
header.global.fixed nav .nav_logo a.social {
  margin-left: 10px;
}
header.global.fixed nav .nav_logo a.social img {
  width: 100px;
}

.header_inner_block01 {
  min-height: 55px;
  transition: all 0.5s;
  visibility: visible;
}
.header_inner_block01_col {
  float: right;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_inner_block01 {
    display: none;
  }
}
.header_catch {
  float: left;
  margin: 10px 0 0 20px;
  font-size: 10px;
  color: #777888;
  line-height: 1.3;
}
.header_fontSize, .header_language, .header_sns, .header_search_word {
  display: flex;
  margin-top: 10px;
}
.header_fontSize_list li, .header_language_list li, .header_sns_list li, .header_search_word_list li {
  display: inline-block;
}
.header_fontSize {
  font-size: 76.4%;
}
.header_fontSize_label {
  padding-right: 8px;
}
.header_fontSize_list li {
  padding: 0 1px;
}
.header_fontSize span {
  display: inline-block;
  padding: 3px;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  line-height: 1.0;
  font-size: 69.4%;
  cursor: pointer;
}
.header_fontSize span.current {
  background-color: #636363;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header_fontSize {
    display: none;
  }
}
.header_language {
  padding-left: 30px;
  font-size: 80%;
}
.header_language_label {
  padding-right: 10px;
}
.header_language .bogo-language-switcher {
  display: flex;
}
.header_language .bogo-language-switcher li {
  display: inline-block;
  width: 2em;
  height: 1.5em;
  position: relative;
  margin: 0 5px;
  color: #FFF;
}
.header_language .bogo-language-switcher li span.bogoflags {
  display: none;
}
.header_language .bogo-language-switcher li:hover:first-child:before, .header_language .bogo-language-switcher li:hover:last-child:before {
  color: #1d2088;
}
.header_language .bogo-language-switcher li:first-child:before, .header_language .bogo-language-switcher li:last-child:before {
  display: inline-block;
  width: 2em;
  height: 1.5em;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  pointer-events: none;
  color: #777888;
}
.header_language .bogo-language-switcher li:first-child:before {
  content: "EN";
}
.header_language .bogo-language-switcher li:first-child:after {
  content: "\FF0F";
  position: absolute;
  top: 0;
  right: -22px;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  color: #777888;
}
.header_language .bogo-language-switcher li:last-child:before {
  content: "JP";
}
.header_language .bogo-language-switcher li.current:before {
  color: #1d2088;
  font-weight: bold;
  text-decoration: underline;
}
.header_language .bogo-language-switcher li a {
  display: block;
  width: 2em;
  height: 1.5em;
  color: #777888;
  text-indent: -9999em;
}
.header_search_word {
  align-items: center;
}
.header_sns {
  padding-left: 30px;
  padding-right: 20px;
}
.header_sns_list li {
  padding: 0 6px;
}
.header_sns_list span {
  padding: 0 3px;
}
@media screen and (max-width: 767px) {
  .header_sns {
    display: none;
  }
}
.header_login a {
  display: inline-block;
  padding: 8px 33px 12px;
  background-color: #1d2088;
  color: #FFF;
  text-align: center;
  line-height: 1;
}
.header_login a span {
  display: inline-block;
  font-size: 76.4%;
}
.header_login a span:before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_login.svg) no-repeat left 2px;
  background-size: 8px 12px;
}
@media screen and (max-width: 767px) {
  .header_login {
    display: none;
  }
}
.header_inner_block02 {
  position: relative;
  padding: 0 2.5% 24px;
  transition: all 0.5s;
  visibility: visible;
}
.header_inner_block02:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #adadad;
  width: 95%;
  height: 1px;
  margin: 0 auto;
}
.header_logo {
  display: inline-block;
}
.header_logo a.jane img {
  width: 208px;
  height: auto;
}
.header_logo a.social {
  margin-left: 10px;
}
.header_logo a.social img {
  width: 160px;
  height: auto;
}
.header_search {
  float: right;
  margin-top: 10px;
}
.header_search_inner {
  display: flex;
}
.header_search_inner .search_select {
  flex: 1;
  margin-bottom: 0;
}
.header_search_word_label {
  display: inline-block;
  font-size: 80%;
  font-weight: bold;
}
.header_search_word_list {
  font-size: 76.4%;
}
.header_search_word_list li {
  margin-left: 20px;
}
.header_search_word_list li a {
  position: relative;
}
.header_search_word_list li a:link, .header_search_word_list li a:visited, .header_search_word_list li a:active {
  color: #232a3c;
}
.header_search_word_list li a:before {
  content: "#";
  display: inline-block;
  position: static;
}

@media print, screen and (min-width: 768px) {
  .nav-sp,
  .search-sp {
    display: none !important;
  }
}
/*SP*/
@media screen and (max-width: 767px) {
  header.global {
    width: 100%;
    min-width: 100%;
    height: 73.5px;
    box-shadow: none;
    border-bottom: 1px solid #adadad;
    position: fixed;
    top: 0;
    z-index: 100;
  }

  .header_inner_block02 {
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
  }
  .header_inner_block02:after {
    display: none;
  }
  .header_logo a.jane img {
    width: 118px;
    height: auto;
  }
  .header_logo a.social {
    margin-left: 10px;
  }
  .header_logo a.social img {
    width: 88px;
    height: auto;
  }
  .header_spMenuBtn, .header_spSearchBtn {
    position: absolute;
    width: 70px;
    height: 73.5px;
    top: 0;
    text-indent: -9999em;
  }
  .header_spMenuBtn {
    left: 0;
  }
  .header_spMenuBtn span {
    display: block;
    position: relative;
    margin: 29px auto 0;
    width: 20px;
    height: 2px;
    background-color: #000;
    transition: 0.3s;
  }
  .header_spMenuBtn span:before, .header_spMenuBtn span:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    transition: 0.3s;
    opacity: 1;
  }
  .header_spMenuBtn span:before {
    top: 6px;
  }
  .header_spMenuBtn span:after {
    top: 12px;
  }
  .header_spMenuBtn.active {
    background-color: #1d2088;
  }
  .header_spMenuBtn.active span {
    margin-top: 35px;
    background-color: #FFF;
    transform: rotate(45deg);
  }
  .header_spMenuBtn.active span:before, .header_spMenuBtn.active span:after {
    background-color: #FFF;
  }
  .header_spMenuBtn.active span:before {
    opacity: 0;
  }
  .header_spMenuBtn.active span:after {
    top: 0;
    transform: rotate(-90deg);
  }
  .header_spSearchBtn {
    right: 0;
    background: url(../img/ico_search_black.png) center center no-repeat;
    background-size: 20px 20px;
  }
  .header_spSearchBtn.active {
    background: #232a3c url(../img/ico_search.svg) center center no-repeat;
    background-size: 20px 20px;
  }

  header.global .nav-sp,
  header.global .search-sp {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  header.global .nav-sp {
    padding: 15px 4%;
    background-color: #1d2088;
  }
  header.global .nav-sp_inner {
    width: 100%;
    padding: 0 0 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header.global .nav-sp_topMenu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  header.global .nav-sp_topMenu li {
    width: 48%;
  }
  header.global .nav-sp_topMenu li a {
    display: block;
    padding: 13px 0;
    background-color: #4a4da0;
    text-align: center;
    color: #FFF;
    font-size: 15px;
  }
  header.global .nav-sp_mainMenu > ul {
    display: block;
  }
  header.global .nav-sp_mainMenu > ul > li {
    margin-bottom: 10px;
  }
  header.global .nav-sp_mainMenu > ul > li > .subNav_head {
    display: block;
    height: 50px;
    padding: 17px 4%;
    background-color: #FFF;
    color: #111111;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  header.global .nav-sp_mainMenu > ul > li > .subNav_head-link {
    position: relative;
  }
  header.global .nav-sp_mainMenu > ul > li > .subNav_head-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 21px;
    content: "";
    width: 7px;
    height: 7px;
    border-width: 0;
    border-top-width: 2px;
    border-right-width: 2px;
    border-style: solid;
    border-color: #1d2088;
    transform: rotate(45deg);
  }
  header.global .nav-sp_mainMenu > ul > li.has-child > span {
    position: relative;
  }
  header.global .nav-sp_mainMenu > ul > li.has-child > span:before, header.global .nav-sp_mainMenu > ul > li.has-child > span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #1d2088;
  }
  header.global .nav-sp_mainMenu > ul > li.has-child > span:after {
    transform: rotate(-90deg);
  }
  header.global .nav-sp_mainMenu > ul > li.has-child.active > span {
    background-color: #dbdbec;
  }
  header.global .nav-sp_mainMenu > ul > li.has-child.active > span:after {
    display: none;
  }
  header.global .nav-sp_mainMenu > ul > li.has-child:hover:after {
    display: none;
  }
  header.global .nav-sp_mainMenu .subNav {
    display: none;
    position: static;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #FFF;
  }
  header.global .nav-sp_mainMenu .subNav li {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 10px 20px 10px 30px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  header.global .nav-sp_mainMenu .subNav li.has-extra.active:before {
    top: 15px;
    left: 12px;
    transform: rotate(135deg);
  }
  header.global .nav-sp_mainMenu .subNav li:before {
    position: absolute;
    top: 17px;
    margin: auto;
    left: 10px;
    content: "";
    width: 5px;
    height: 5px;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #979291;
    transform: rotate(45deg);
  }
  header.global .nav-sp_mainMenu .subNav li a,
  header.global .nav-sp_mainMenu .subNav li span {
    position: relative;
    height: auto;
    padding: 0;
    background-color: #FFF;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    color: #111111;
  }
  header.global .nav-sp_mainMenu .subNav li a:link, header.global .nav-sp_mainMenu .subNav li a:active, header.global .nav-sp_mainMenu .subNav li a:visited,
  header.global .nav-sp_mainMenu .subNav li span:link,
  header.global .nav-sp_mainMenu .subNav li span:active,
  header.global .nav-sp_mainMenu .subNav li span:visited {
    color: #111111;
  }
  header.global .nav-sp_mainMenu .subNav li a:after,
  header.global .nav-sp_mainMenu .subNav li span:after {
    display: none;
  }
  header.global .nav-sp_mainMenu .subNav li a[target="_blank"]:after,
  header.global .nav-sp_mainMenu .subNav li span[target="_blank"]:after {
    position: relative;
    top: 0;
    margin-left: 5px;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/ico_window_gray@2x.png) no-repeat left top;
    background-size: cover;
  }
  header.global .nav-sp_mainMenu .extraNav {
    display: none;
    margin: 10px -20px 0 -30px;
    padding: 10px 10px 15px 20px;
    background-color: #dbdbec;
  }
  header.global .nav-sp_mainMenu .extraNav li {
    position: relative;
    padding: 10px 0 10px 17px;
  }
  header.global .nav-sp_mainMenu .extraNav li:before {
    position: absolute;
    top: 17px;
    margin: auto;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #979291;
    transform: rotate(45deg);
  }
  header.global .nav-sp_mainMenu .extraNav li:last-child {
    padding-bottom: 0;
  }
  header.global .nav-sp_mainMenu .extraNav li a {
    padding: 0;
    background-color: #dbdbec;
  }
  header.global .nav-sp_subMenu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  header.global .nav-sp_subMenu li {
    width: 50%;
    padding: 10px 0 10px 19px;
  }
  header.global .nav-sp_subMenu li a {
    display: block;
    padding-left: 15px;
    font-size: 13px;
    position: relative;
  }
  header.global .nav-sp_subMenu li a:link, header.global .nav-sp_subMenu li a:active, header.global .nav-sp_subMenu li a:visited {
    color: #FFF;
  }
  header.global .nav-sp_subMenu li a:after {
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-width: 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
  }
  header.global .nav-sp_language {
    border-top: 1px solid #FFF;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    color: #FFF;
  }
  header.global .nav-sp_language .header_language {
    display: block;
  }
  header.global .nav-sp_language .header_language_label {
    display: inline-block;
    padding-right: 10px;
  }
  header.global .nav-sp_language .bogo-language-switcher {
    display: inline-block;
  }
  header.global .nav-sp_language .bogo-language-switcher li {
    display: inline-block;
    width: 2em;
    height: 1.5em;
    position: relative;
    margin: 0 5px;
    /*overflow: hidden;*/
    color: #1d2088;
    vertical-align: top;
  }
  header.global .nav-sp_language .bogo-language-switcher li span.bogoflags {
    display: none;
  }
  header.global .nav-sp_language .bogo-language-switcher li:hover:first-child:before, header.global .nav-sp_language .bogo-language-switcher li:hover:last-child:before {
    color: #575A9D;
  }
  header.global .nav-sp_language .bogo-language-switcher li:first-child:before, header.global .nav-sp_language .bogo-language-switcher li:last-child:before {
    display: inline-block;
    width: 2em;
    height: 1.5em;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    pointer-events: none;
    color: #575A9D;
  }
  header.global .nav-sp_language .bogo-language-switcher li:first-child:before {
    content: "EN";
  }
  header.global .nav-sp_language .bogo-language-switcher li:first-child:after {
    content: "\FF0F";
    position: absolute;
    top: 0;
    right: -20px;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    color: #FFF;
  }
  header.global .nav-sp_language .bogo-language-switcher li:last-child:before {
    content: "JP";
  }
  header.global .nav-sp_language .bogo-language-switcher li.current:before {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
  }
  header.global .nav-sp_language .bogo-language-switcher li a {
    display: block;
    width: 2em;
    height: 1.5em;
    color: #777888;
    text-indent: -9999em;
  }
  header.global .nav-sp .btn_close {
    width: 100%;
    margin-top: 30px;
    padding: 15px 0;
    background-color: #181b79;
    color: #FFF;
    text-align: center;
    font-size: 15px;
  }
  header.global .nav-sp .btn_close span {
    position: relative;
    padding-left: 20px;
  }
  header.global .nav-sp .btn_close span:before, header.global .nav-sp .btn_close span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #FFF;
  }
  header.global .nav-sp .btn_close span:before {
    transform: rotate(135deg);
  }
  header.global .nav-sp .btn_close span:after {
    transform: rotate(-135deg);
  }
  header.global .search-sp {
    padding: 15px 4%;
    background-color: #232a3c;
  }
  header.global .search-sp_select {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #afafaf;
  }
  header.global .search-sp_select:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    width: 5px;
    height: 5px;
    border-color: #111;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    transform: rotate(135deg);
  }
  header.global .search-sp_select select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 110%;
    padding: 10px;
    font-size: 16px;
    background-color: #FFF;
  }
  header.global .search-sp_text {
    width: 100%;
    background-color: #FFF;
  }
  header.global .search-sp_text input {
    /*reset*/
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 8px 10px;
    background-color: #FFF;
    font-size: 16px;
    color: #b4b5c2;
  }
  header.global .search-sp_btn {
    padding: 7px 10px;
    border-top: 1px solid #afafaf;
  }
  header.global .search-sp_btn button {
    width: 100%;
    padding: 9px 0;
    background-color: #191c85;
    color: #FFF;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
  }
  header.global .search-sp_word {
    padding: 20px 0;
    background-color: #232a3c;
    text-align: center;
    font-size: 15px;
    color: #FFF;
  }
  header.global .search-sp_word ul {
    margin-top: 15px;
    text-align: left;
  }
  header.global .search-sp_word ul li {
    display: inline-block;
    margin: 0 2px 6px;
  }
  header.global .search-sp_word ul li a {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    background-color: #4f5563;
    font-size: 90.3%;
  }
  header.global .search-sp_word ul li a:before {
    display: inline-block;
    position: relative;
    content: "#";
  }
  header.global .search-sp_word ul li a:link, header.global .search-sp_word ul li a:active, header.global .search-sp_word ul li a:visited {
    color: #FFF;
  }
  header.global .search-sp .btn_close {
    width: 100%;
    margin-top: 30px;
    padding: 15px 0;
    background-color: #1c2237;
    color: #FFF;
    text-align: center;
    font-size: 15px;
  }
  header.global .search-sp .btn_close span {
    position: relative;
    padding-left: 20px;
  }
  header.global .search-sp .btn_close span:before, header.global .search-sp .btn_close span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #FFF;
  }
  header.global .search-sp .btn_close span:before {
    transform: rotate(135deg);
  }
  header.global .search-sp .btn_close span:after {
    transform: rotate(-135deg);
  }

  header.fixed.global .header_inner_block02 {
    display: block;
    visibility: visible;
    padding-top: 16px;
  }
  header.fixed.global .header_inner_block02 * {
    display: block;
  }
  header.fixed.global .header_inner_block02 .header_logo {
    display: inline-block;
  }
  header.fixed.global .nav-sp_mainMenu {
    height: auto !important;
  }
  header.fixed.global .nav-sp_mainMenu > ul > li > a {
    height: 50px;
  }
  header.fixed.global nav ul {
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .overlay {
    display: none;
    position: fixed;
    top: 73.5px;
    left: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.8);
    width: 200%;
    height: 200%;
  }
}

/* footer
---------------------------------------------------------- */
/* 会員募集 */
.join {
  background-color: #FFF;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .join {
    padding-bottom: 25px;
  }
}
.join_title {
  padding: 20px 0 35px;
  font-size: 138%;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .join_title {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.4;
  }
}
.join_block {
  display: flex;
}
@media screen and (max-width: 767px) {
  .join_block {
    display: block;
  }
}
.join_box {
  width: 50%;
  flex: 1;
  padding: 54px 0;
  color: #FFF;
  font-size: 80%;
  background: #1d2088;
  background: -moz-linear-gradient(left, #1d2088 0%, #0c6ac4 100%);
  background: -webkit-linear-gradient(left, #1d2088 0%, #0c6ac4 100%);
  background: linear-gradient(to right, #1d2088 0%, #0c6ac4 100%);
}
@media screen and (max-width: 767px) {
  .join_box {
    display: block;
    width: 100%;
    padding: 0px 0 5px;
    font-size: 12px;
    line-height: 1.33;
  }
  .join_box:first-of-type {
    border-bottom: 1px solid #FFF;
  }
}
.join_box_title {
  padding: 30px 0;
  font-size: 166%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .join_box_title {
    font-size: 16px;
  }
}
.join_box_title:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #FFF;
}
.join_btn_note {
  margin-top: 5px;
  opacity: 0.7;
}
.join .btn {
  border-color: #FFF;
  transition: .2s;
  font-weight: bold;
}
.join .btn:link, .join .btn:visited, .join .btn:active {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .join .btn {
    width: 240px;
    padding-left: 0;
    padding-right: 0;
  }
}
.join .btn:after {
  border-color: #FFF;
}
.join .btn:hover {
  background-color: #FFF;
  color: #1d2088;
  opacity: 1;
}
.join .btn:hover:after {
  border-color: #1d2088;
}
@media screen and (min-width: 768px) {
  .join .btn_block {
    padding-top: 28px;
  }
}

/* スライダー */
.featureSlider {
  display: none;
}
.featureSlider_container {
  padding: 38px 0;
  background-color: #232a3c;
}
@media screen and (max-width: 767px) {
  .featureSlider_container {
    padding: 27px 0;
  }
}
@media screen and (max-width: 767px) {
  .featureSlider_container .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.featureSlider li {
  display: inline-block;
  padding: 0 8px;
  text-align: center;
}
.featureSlider .slick-prev, .featureSlider .slick-next {
  width: 15px;
  height: 15px;
}
.featureSlider .slick-prev:before, .featureSlider .slick-next:before {
  content: "";
}
.featureSlider .slick-prev {
  left: -4%;
  border-top: 2px solid #888c95;
  border-right: 2px solid #888c95;
  transform: rotate(-135deg);
}
.featureSlider .slick-next {
  right: -3%;
  border-top: 2px solid #888c95;
  border-right: 2px solid #888c95;
  transform: rotate(45deg);
}
.featureSlider .slick-slide {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
@media screen and (max-width: 767px) {
  .featureSlider .slick-slide {
    padding: 0 5px;
  }
  .featureSlider .slick-slide img {
    margin: 0 auto;
  }
}

#footer {
  background: #eaecef;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 0;
  }
}
#footerNavi {
  padding: 65px 10px 0px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #footerNavi {
    width: 100%;
    max-width: auto;
  }
}
@media screen and (max-width: 767px) {
  #footerNavi {
    display: none;
  }
}
#footerNavi > li {
  padding-right: 10px;
}
#footerNavi > li:first-child {
  width: 18%;
}
#footerNavi > li:nth-child(2) {
  width: 18.3%;
}
#footerNavi > li:nth-child(3), #footerNavi > li:nth-child(4) {
  width: 25.5%;
}
#footerNavi > li:last-child {
  width: 12%;
}
#footerNavi li {
  float: left;
}
#footerNavi li .footerTxt {
  font-size: 97.2%;
  font-weight: bold;
  margin-bottom: 15px;
  color: #232a3c;
}
#footerNavi li .footerTxt a:link, #footerNavi li .footerTxt a:visited, #footerNavi li .footerTxt a:active {
  color: #232a3c;
}
#footerNavi li .footerTxt a:hover {
  text-decoration: none;
}
#footerNavi li .footerTxt + ul {
  margin-bottom: 40px;
}
#footerNavi li .footerTxt + ul + .footerTxt-head {
  margin-top: -29px;
  margin-bottom: 5px;
}
#footerNavi li ul li {
  margin-bottom: 7px;
  font-size: 80%;
  line-height: 1.5;
  float: none !important;
}
#footerNavi li ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #797b8b;
}
#footerNavi li ul li a:hover {
  text-decoration: underline;
}
#footerNavi li ul li a[target="_blank"]:after {
  position: relative;
  margin-left: 5px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/ico_window_gray@2x.png) no-repeat left top;
  background-size: cover;
}

.footer_contact {
  background: #eaecef;
  font-size: 80%;
}
.footer_contact_inner {
  display: flex;
  padding-top: 37px;
  padding-bottom: 37px;
  border-top: 1px solid #a7a7a7;
}
@media screen and (max-width: 767px) {
  .footer_contact_inner {
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: none;
    display: block;
  }
}
.footer_contact_logo {
  max-width: 224px;
  padding-right: 5%;
}
.footer_contact_logo img {
  width: 164px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .footer_contact_logo {
    max-width: 100%;
    padding: 0 0 15px;
    text-align: center;
  }
  .footer_contact_logo img {
    width: 133px;
  }
}
.footer_contact_address {
  flex: 1;
  line-height: 1.91;
}
.footer_contact_address a:link, .footer_contact_address a:visited, .footer_contact_address a:active {
  color: #232a3c;
}
.footer_contact_sns {
  padding-top: 20px;
  text-align: right;
}
.footer_contact_sns li {
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .footer_contact_sns {
    margin: 20px -15px 0;
    padding: 16px 0 0;
    text-align: center;
    border-top: 1px solid #a7a7a7;
  }
}
.footer_bottom {
  padding: 24px 0;
  background: #232a3c;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    padding: 8px 0;
    text-align: center;
  }
}
.footer_bottom a {
  color: #FFF;
}
.footer_bottom_menu {
  float: left;
}
@media screen and (max-width: 767px) {
  .footer_bottom_menu {
    display: none;
  }
}
.footer_bottom_menu li {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 80%;
}
.footer_bottom_menu li:after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  width: 1.2em;
  height: 1px;
  transform: rotate(-45deg);
  background: #FFF;
}
.footer_bottom_menu li:last-child {
  padding-right: 0;
}
.footer_bottom_menu li:last-child:after {
  display: none;
}

#copyright {
  float: right;
  color: #FFF;
  font-size: 76.4%;
}
@media screen and (max-width: 767px) {
  #copyright {
    float: none;
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 0 15px;
  z-index: 10;
}
#pagetop.fixed {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #pagetop img {
    width: 54px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop img {
    width: 43px;
  }
}

/* main
---------------------------------------------------------- */
/* mainCol */
main.content:after {
  content: "";
  display: block;
  clear: both;
}

.topicPath {
  padding: 25px 0 35px;
}
@media screen and (max-width: 767px) {
  .topicPath {
    display: none;
  }
}
.topicPath li {
  display: inline-block;
  position: relative;
  color: #797b8b;
  font-size: 80%;
}
.topicPath li a:link, .topicPath li a:active, .topicPath li a:visited {
  color: #797b8b;
}
.topicPath li:not(:last-child):after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  position: static;
  width: 5px;
  height: 5px;
  margin: 0 7px 1px 9px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  transform: rotate(45deg);
  border-color: #8789c0;
}

.mainCol {
  float: left;
  /*width: 67%;*/
  width: calc(100% - 358px);
}
.mainCol > *:last-child {
  margin-bottom: 0;
}
.col1 .mainCol {
  float: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainCol {
    float: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .col1 .mainCol {
    padding-bottom: 0;
  }
}

.subCol {
  float: right;
  /*width: 24%;*/
  width: 267px;
}
@media screen and (max-width: 767px) {
  .subCol {
    float: none;
    width: 100%;
  }
}
.subCol_head {
  position: relative;
  padding: 17px 19px;
  color: #232a3c;
  font-size: 106%;
  font-weight: bold;
}
.subCol_head:before, .subCol_head:after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 11px;
}
.subCol_head:before {
  top: 20px;
  background-color: #e60012;
}
.subCol_head:after {
  top: 31px;
  background-color: #1d2088;
}
@media screen and (max-width: 767px) {
  .subCol_head {
    padding: 8px 19px;
  }
  .subCol_head:before {
    height: 9px;
    top: 13px;
  }
  .subCol_head:after {
    height: 9px;
    top: 22px;
  }
}
.subCol_nav_list li {
  border-bottom: 1px solid #FFF;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.subCol_nav_list li a,
.subCol_nav_list li span {
  position: relative;
  display: block;
  padding: 14px 40px 12px 15px;
  background-color: #F4F5F7;
}
@media screen and (max-width: 767px) {
  .subCol_nav_list li a,
  .subCol_nav_list li span {
    padding: 9px 35px 8px 15px;
  }
}
.subCol_nav_list li a:after,
.subCol_nav_list li span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #444;
  transform: rotate(45deg);
}
.subCol_nav_list li a:link, .subCol_nav_list li a:visited, .subCol_nav_list li a:active,
.subCol_nav_list li span:link,
.subCol_nav_list li span:visited,
.subCol_nav_list li span:active {
  color: #232a3c;
}
.subCol_nav_list li a:hover,
.subCol_nav_list li span:hover {
  color: #1d2088;
  text-decoration: underline;
}
.subCol_nav_list li a:hover:after,
.subCol_nav_list li span:hover:after {
  border-color: #1d2088;
}
.subCol_nav_list li a[target="_blank"]:after,
.subCol_nav_list li span[target="_blank"]:after {
  width: 10px;
  height: 10px;
  background: url(../img/ico_window@2x.png) no-repeat left top;
  background-size: cover;
  border: none;
  transform: rotate(0deg);
}
.subCol_nav_list li.has-child {
  cursor: pointer;
}
.subCol_nav_list li.has-child span:before, .subCol_nav_list li.has-child span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
  width: 9px;
  height: 1px;
  background-color: #444;
  border: none;
}
.subCol_nav_list li.has-child span:after {
  transform: rotate(-90deg);
}
.subCol_nav_list li.has-child.active span:after {
  display: none;
}
.subCol_nav_list li.has-child:hover > span {
  color: #1d2088;
}
.subCol_nav_list li.has-child:hover > span:before, .subCol_nav_list li.has-child:hover > span:after {
  background-color: #1d2088;
}
.subCol_nav_list li:hover > a,
.subCol_nav_list li:hover > span {
  color: #1d2088;
}
.subCol_nav_list li:hover > a:after,
.subCol_nav_list li:hover > span:after {
  border-color: #1d2088;
}
.subCol_nav_list li.current > a,
.subCol_nav_list li.current > span {
  color: #232a3c;
  background-color: #DDDEE0;
}
.subCol_nav_list li.current > a:after,
.subCol_nav_list li.current > span:after {
  border-color: #232a3c;
}
.subCol_nav_list li.current > a:hover,
.subCol_nav_list li.current > span:hover {
  color: #1d2088;
}
.subCol_nav_child_list {
  border-top: 2px solid #1C2189;
  border-bottom: 2px solid #1C2189;
  display: none;
}
.subCol_nav_child_list li {
  border-bottom-color: #FFF;
}
.subCol_nav_child_list li:last-child {
  border-bottom: none;
}
.subCol_nav_child_list li a {
  position: relative;
  font-size: 88%;
  padding: 19px 20px 18px 32px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .subCol_nav_child_list li a {
    padding: 15px 35px 12px 15px;
  }
}
.subCol_nav_child_list li a.current {
  background-color: #DDDEE0;
}
.subCol_nav_child_list li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #C4C3C1;
}
.subCol_nav_child_list li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #969696;
  transform: rotate(45deg);
}
.subCol_title {
  margin-top: 40px;
  padding-bottom: 5px;
  color: #1d2088;
  font-size: 97.2%;
  font-weight: bold;
  border-bottom: 2px solid #1d2088;
}
.subCol_event_list li {
  border-bottom: 1px solid #e5e5e5;
}
.subCol_event_list li:hover {
  background-color: #EDEEF1;
}
.subCol_event_list li a {
  position: relative;
  display: block;
  padding: 20px 3px;
}
.subCol_event_list li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  transform: rotate(45deg);
  border-color: #8789c0;
}
.subCol_event_list li a:hover {
  text-decoration: none;
}
.subCol_event_list li .event_title {
  padding-right: 36px;
  font-size: 97.2%;
}
.subCol_event_list li .event_title:after {
  display: none;
}
.subCol_event_list li .event_meta {
  padding-right: 36px;
}
.subCol_event_list li .event_status {
  display: block;
}
.subCol_event_list li .event_date {
  display: block;
}
.subCol_event_list li .archive_list_title {
  padding-top: 0;
  font-size: 97.2%;
}
.subCol_event_list li .common-tag.topics_tag {
  letter-spacing: -.5em;
}
.subCol_event_list li .common-tag.topics_tag li {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 5px;
  background-color: #5C5EAB;
  color: #FFF;
  font-size: 80%;
  letter-spacing: normal;
  line-height: 1.0;
  text-align: center;
  border-bottom: none;
}
.subCol_event_list li .common-tag.topics_tag li:not(:last-child) {
  margin-right: 8px;
}
.subCol_event_list li .common-tag.topics_tag li:before {
  display: inline-block;
  position: static;
  content: "#";
  color: #FFF;
}
.subCol_bnr {
  margin-top: 33px;
}
.subCol_bnr li {
  width: 100%;
  display: table;
  margin-top: 15px;
  font-weight: bold;
}
.subCol_bnr li a {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 94px;
}
.subCol_bnr li a:hover {
  text-decoration: none;
}
.subCol_bnr li .bnr {
  font-size: 106%;
}
@media screen and (min-width: 768px) {
  .subCol_bnr li .bnr {
    text-align: center;
  }
}
.subCol_bnr li .bnr span {
  position: relative;
  display: block;
  padding: 15px 20px 15px 54px;
}
.subCol_bnr li .bnr span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  transform: rotate(45deg);
}
.subCol_bnr li .bnr span.subCol_bnr_text {
  display: block;
  padding: 0;
  font-size: 68%;
  color: #FFF;
  opacity: 0.5;
  font-weight: normal;
}
.subCol_bnr li .bnr span.subCol_bnr_text:before, .subCol_bnr li .bnr span.subCol_bnr_text:after {
  display: none;
}
.subCol_bnr li .bnr-entry {
  background: #1d2088;
  background: -moz-linear-gradient(left, #1d2088 0%, #0c6ac4 100%);
  background: -webkit-linear-gradient(left, #1d2088 0%, #0c6ac4 100%);
  background: linear-gradient(to right, #1d2088 0%, #0c6ac4 100%);
  color: #FFF;
}
.subCol_bnr li .bnr-entry span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/ico_entry@2x.png) no-repeat center center;
  background-size: cover;
}
.subCol_bnr li .bnr-entry span:after {
  border-color: #FFF;
}
.subCol_bnr li .bnr-download {
  background-color: #edeff2;
  color: #232a3c;
}
.subCol_bnr li .bnr-download span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  content: "";
  display: block;
  width: 26px;
  height: 32px;
  background: url(../img/ico_download@2x.png) no-repeat center center;
  background-size: cover;
}
.subCol_bnr li .bnr-download span:after {
  border-color: #969696;
}

@media print, screen and (min-width: 768px) {
  .col1 .entry_body {
    width: 89%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spOnly {
    display: block !important;
  }
}

section + section {
  margin-top: 50px;
}

.wf {
  font-family: 'Oswald', sans-serif;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 16px 80px;
  margin: 0 auto;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 26px;
  border-color: #1d2088;
  font-size: 16px;
  line-height: 1.0;
  transition: .2s;
}
.btn:link, .btn:visited, .btn:active {
  color: #1d2088;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 16px 45px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn-arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #1d2088;
  transform: rotate(45deg);
}
.btn_block {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .btn_block {
    padding: 15px 0 30px;
  }
}
.btn_block-sequel {
  padding-top: 0;
}
.btn-over:hover {
  background-color: #1d2088;
  color: #FFF !important;
  opacity: 1;
}
.btn-over:hover:after {
  border-color: #FFF;
}
.btn-bg {
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-radius: 28px;
  background: #1d2088;
  background: -moz-linear-gradient(left, #1d2088 0%, #0c6ac4 100%);
  background: -webkit-linear-gradient(left, #1d2088 0%, #0c6ac4 100%);
  background: linear-gradient(to right, #1d2088 0%, #0c6ac4 100%);
}
.btn-bg:link, .btn-bg:visited, .btn-bg:active {
  color: #FFF;
}
.btn-bg.btn-arrow:after {
  border-color: #80b4e2;
}
.btn-bg:hover {
  background: #FFF;
  color: #1d2088;
  box-shadow: 0 0 0 2px #1d2088 inset;
  opacity: 1;
}
.btn-bg:hover:after {
  border-color: #1d2088;
}
.btn-close {
  padding: 18px 56px;
  border-radius: 28px;
  border-color: #797b8b;
  color: #797b8b;
}
@media screen and (max-width: 767px) {
  .btn-close {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn-w300 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .btn-w300 {
    width: 90%;
  }
}

.btn.more {
  padding-left: 78px;
  padding-right: 78px;
}
@media screen and (max-width: 767px) {
  .btn.more {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.btn.more-arrow:after {
  border-color: #1d2088;
}

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

.btn_block.entry {
  padding-top: 0;
  text-align: center;
}

.block-gray {
  margin-bottom: 40px;
  padding: 52px 0;
  text-align: center;
  background-color: #edeff2;
}
@media screen and (max-width: 767px) {
  .block-gray {
    padding: 30px 0;
  }
}
.block-gray .btn_block {
  padding-top: 20px;
  padding-bottom: 0;
}

.text_block {
  margin-bottom: 38px;
  line-height: 1.8;
  word-break: normal;
}
.text_block p {
  word-break: normal;
}
.text_block p + p {
  margin-top: 35px;
}

.fw-bold {
  font-weight: bold;
}

.dsp-block {
  display: block;
}

.dsp-inline {
  display: inline !important;
}

.dsp-flex {
  display: flex;
}

.alRight {
  text-align: right;
}

.alLeft {
  text-align: left;
}

.alCenter {
  text-align: center;
}

.complement_text {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 93.3%;
  color: #8f8f8f;
}

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

.mt {
  margin-top: 65px !important;
}

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

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

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

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

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

.pb15 {
  padding-bottom: 15px;
}

.article_img {
  margin-bottom: 40px;
  text-align: center;
}

figure img {
  margin-bottom: 8px;
}
figure figcaption {
  line-height: 1.3;
  font-size: 90%;
}

.page_title {
  position: relative;
  padding: 0 0 50px;
  font-size: 187.5%;
  font-weight: bold;
}
.page_title:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 2.5px;
  margin-right: 15px;
  background: url(../img/bg_pagetitle@2x.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page_title {
    margin: 0 -15px 23px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 23px;
    line-height: 1.3;
  }
  .page_title:before {
    width: 23px;
    height: 23px;
    top: 3px;
  }
}

.section_title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 14px;
  font-size: 140%;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 20px;
    font-size: 19px;
  }
}
.section_title:before, .section_title:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
}
.section_title:before {
  width: 100%;
  bottom: 0;
  background-color: #e5e5e5;
}
.section_title:after {
  width: 30px;
  bottom: 0;
  background-color: #1d2088;
}

.first_head,
.topics_contents h2 {
  margin-bottom: 24px;
  padding: 26px 23px 28px;
  font-size: 113%;
  color: #232a3c;
  background-color: #edeff2;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .first_head,
  .topics_contents h2 {
    padding: 13px 23px;
    font-size: 16px;
  }
}

.second_head,
.topics_contents h3 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 113%;
  color: #1d2088;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .second_head,
  .topics_contents h3 {
    font-size: 16px;
  }
}
.second_head:before,
.topics_contents h3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 1px;
  background-color: #1d2088;
}

.third_head,
.topics_contents h4 {
  margin-bottom: 20px;
  color: #1d2088;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .third_head,
  .topics_contents h4 {
    font-size: 15px;
  }
}

.map {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_block {
  padding-bottom: 40px;
  page-break-inside: avoid;
}
.map_more {
  text-align: right;
}
.map_more a {
  position: relative;
}
.map_more a:link, .map_more a:visited, .map_more a:active {
  color: #0d23c4;
}
.map_more a:after {
  content: "";
  display: inline-block;
  position: static;
  width: 10px;
  height: 10px;
  margin-left: 7px;
  background: url(../img/ico_window@2x.png) no-repeat center top;
  background-size: cover;
}

.entry_body iframe {
  page-break-inside: avoid;
  max-width: 100%;
}
.entry_body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry_body .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.entry_body .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.col2_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
  align-items: stretch;
}
.col2_block:after {
  content: "";
  display: block;
  width: 47.7%;
}
@media screen and (max-width: 767px) {
  .col2_block {
    margin-bottom: 40px;
  }
}
.col2_block .col2_box {
  width: 47.7%;
}
.col2_block .col2_box:nth-child(n+3) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .col2_block.col2_block-sp1Col {
    display: block;
  }
  .col2_block.col2_block-sp1Col .col2_box {
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
  .col2_block.col2_block-sp1Col .col2_box:nth-child(n+3) {
    padding-top: 0px;
  }
  .col2_block.col2_block-sp1Col .col2_box:last-child {
    padding-bottom: 0;
  }
  .col2_block.col2_block-sp1Col .col2_box img {
    width: 100%;
    margin-bottom: 7px;
  }
  .col2_block.col2_block-sp1Col .col2_box > .link_box:only-child a {
    margin-bottom: 0;
  }
}

.col3_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
  align-items: stretch;
}
.col3_block:after {
  content: "";
  display: block;
  width: 32.1%;
}
@media screen and (max-width: 767px) {
  .col3_block {
    margin-bottom: 40px;
  }
}
.col3_block .col3_box {
  width: 32.1%;
}
.col3_block .col3_box:nth-child(n+4) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .col3_block.col3_block-sp1Col {
    display: block;
  }
  .col3_block.col3_block-sp1Col .col3_box {
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
  .col3_block.col3_block-sp1Col .col3_box:last-child {
    padding-bottom: 0;
  }
  .col3_block.col3_block-sp1Col .col3_box img {
    width: 100%;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .col3_block.col3_block-sp2Col .col3_box {
    width: 48.6%;
    padding-bottom: 20px;
  }
  .col3_block.col3_block-sp2Col .col3_box:nth-child(n+4) {
    padding-top: 0;
  }
  .col3_block.col3_block-sp2Col .col3_box:last-child, .col3_block.col3_block-sp2Col .col3_box:nth-last-child(2) {
    padding-bottom: 0;
  }
  .col3_block.col3_block-sp2Col .col3_box img {
    width: 100%;
    margin-bottom: 7px;
  }
}

.link_box a {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding: 16px 20px;
  background-color: #edeff2;
  color: #0d23c4;
  font-weight: bold;
  transition: 0.3s;
}
.link_box a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.link_box a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #0d23c4;
  transform: rotate(45deg);
}

.link_list a, .link_list span {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  color: #0d23c4;
}
.link_list a:after, .link_list span:after {
  position: absolute;
  top: 0.65em;
  margin: auto;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #0d23c4;
  transform: rotate(45deg);
}
.link_list span {
  color: #000;
}

.window {
  position: relative;
}
.window:after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/ico_window@2x.png) no-repeat left top;
  background-size: cover;
}

.page_menu {
  display: flex;
  width: 72%;
  justify-content: space-between;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .page_menu {
    width: 100%;
    flex-wrap: wrap;
  }
}
.page_menu li {
  display: flex;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .page_menu li {
    width: 48%;
    padding-bottom: 15px;
  }
}
.page_menu a {
  display: block;
  width: 100%;
  padding: 16px 20px;
  position: relative;
  background: #edeff2;
}
.page_menu a:link, .page_menu a:visited, .page_menu a:active {
  color: #0d23c4;
}
.page_menu a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.page_menu a:after {
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  right: 14px;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top: 1px solid #636363;
  border-right: 1px solid #636363;
  transform: rotate(135deg);
}

.category_menu {
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .category_menu {
    padding-bottom: 10px;
  }
}
.category_menu_block {
  display: flex;
}
.category_menu_block dt {
  position: relative;
  padding: 0.3em 15px 0 0;
  font-weight: bold;
  color: #1d2088;
}
.category_menu_block dt:before {
  display: inline-block;
  position: relative;
  top: 0.15em;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/ico_menu@2x.png) no-repeat left top;
  background-size: 16px 15px;
}
.category_menu li {
  display: inline-block;
  margin: 0 5px 10px;
}
.category_menu li:before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .category_menu li {
    margin: 0 1px 15px;
  }
}
.category_menu li .btn {
  font-size: 97.2%;
  padding: 10px 65px;
  border-radius: 18px;
  color: #9a9a9a;
  border-color: #9a9a9a;
  cursor: pointer;
  border-width: 1px;
}
@media screen and (max-width: 767px) {
  .category_menu li .btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}
.category_menu li .btn:hover {
  color: #1d2088;
  border-color: #1d2088;
  box-shadow: 0 0 0 1px #1d2088 inset;
}
.category_menu li.current .btn {
  color: #1d2088;
  border-color: #1d2088;
  box-shadow: 0 0 0 1px #1d2088 inset;
}

.entry_body ul {
  margin-bottom: 46px;
}
.entry_body ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  word-break: normal;
}
.entry_body ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 3px;
  background-color: #adadad;
}
.entry_body ul.none {
  margin-bottom: 15px;
}
.entry_body ul.none li {
  padding-left: 0;
}
.entry_body ul.none li:before {
  display: none;
}
.entry_body ol {
  counter-reset: number;
  list-style: none;
  margin: 0 0 46px;
  padding: 0;
}
.entry_body ol li {
  position: relative;
  padding-left: 23px;
  word-break: normal;
}
.entry_body ol li:before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
  color: #1d2088;
  font-weight: bold;
}
.entry_body ol.none {
  margin-bottom: 15px;
}
.entry_body ol.none li {
  padding-left: 0;
}
.entry_body ol.none li:before {
  display: none;
}
.entry_body ul.inline_list {
  margin-bottom: 35px;
}
.entry_body ul.inline_list li {
  display: inline-block;
  margin-bottom: 0;
  word-break: normal;
}
.entry_body ul.inline_list li:not(:first-child) {
  margin-left: 20px;
}
.entry_body ul.inline_list li:before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .entry_body ul.inline_list li {
    display: block;
  }
  .entry_body ul.inline_list li:not(:first-child) {
    margin-left: 0;
  }
}
.entry_body ul.inline_list {
  margin-bottom: 30px;
}
.entry_body ul.inline_list li {
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .entry_body ul.inline_list li {
    margin-bottom: 10px;
  }
}
.entry_body ul.category_menu {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .entry_body ul.category_menu {
    margin-bottom: 25px;
  }
}
.entry_body ul.category_menu li {
  margin-bottom: 10px;
  padding-left: 0;
}
.entry_body ul.event_list {
  margin-bottom: 30px;
}
.entry_body ul.event_list li {
  margin-bottom: 0;
  padding-left: 0;
}
.entry_body ul.topics_list {
  margin-bottom: 30px;
}
.entry_body ul.topics_list .topics_category {
  margin-bottom: 10px;
}
.entry_body ul.topics_tag {
  margin-bottom: 0 !important;
}
.entry_body ul.topics_category {
  margin-bottom: 30px;
}
.entry_body .section_title + ul.topics_category {
  margin-top: -10px;
}
.entry_body ul.topics_category li {
  padding-left: 0;
}
.entry_body ul.search_list {
  margin-bottom: 30px;
}
.entry_body ul.search_list li {
  margin-bottom: 0;
  padding-left: 0;
}
.entry_body ul.search_list ul.topics_category {
  margin-bottom: 4px;
}
.entry_body ul.link_list,
.entry_body ul.link_box {
  margin-bottom: 30px;
}
.entry_body ul.link_list li,
.entry_body ul.link_box li {
  margin-bottom: 0;
  padding-left: 0;
}
.entry_body ul.link_list li:before,
.entry_body ul.link_box li:before {
  display: none;
}
.entry_body ul.page_menu {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .entry_body ul.page_menu {
    margin-bottom: 30px;
  }
}
.entry_body ul.page_menu li {
  margin-bottom: 0;
  padding-left: 0;
}
.entry_body ul.page_menu li:before {
  display: none;
}
.entry_body ul.activity_list {
  margin-bottom: 0;
}
.entry_body ul.activity_list li {
  margin-bottom: 0;
  padding-left: 0;
}
.entry_body ul.activity_list li:before {
  display: none;
}

.table {
  margin-bottom: 50px;
}
.table > div {
  display: flex;
}
.table > div:last-child dt, .table > div:last-child dd {
  border-bottom: none;
}
.table dt {
  width: 190px;
  padding: 15px;
  background-color: #edeff2;
  border-bottom: 2px solid #FFF;
}
@media screen and (max-width: 767px) {
  .table dt {
    width: 100px;
  }
}
.table dd {
  width: calc(100% - 190px);
  padding: 15px;
  border-bottom: 2px solid #edeff2;
}
@media screen and (max-width: 767px) {
  .table dd {
    width: calc(100% - 100px);
  }
}

.archive_list {
  margin-bottom: 30px;
  letter-spacing: -.5em;
}
@media screen and (max-width: 767px) {
  .archive_list {
    margin-top: 10px;
  }
}
.archive_list > li {
  position: relative;
  border-bottom: 1px solid #cacaca;
  transition: .3s;
  letter-spacing: normal;
}
.archive_list > li:before {
  display: none !important;
}
.archive_list > li:hover {
  background-color: #EDEEF1;
}
.archive_list > li:last-child {
  border-bottom: none;
}
.archive_list > li a {
  display: block;
  padding: 20px 33px 20px 10px;
}
.archive_list > li a:hover {
  text-decoration: none;
}
.archive_list > li a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  transform: rotate(45deg);
  border-color: #8789c0;
}
@media screen and (max-width: 767px) {
  .archive_list > li a {
    padding: 16px 0;
  }
  .archive_list > li a:before {
    display: none !important;
  }
  .archive_list > li a:after {
    content: "";
    display: block;
    clear: both;
  }
}
.archive_list_title {
  position: relative;
  padding: 5px 30px 0 0;
  color: #232a3c;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .archive_list_title {
    padding-right: 0;
    font-size: 15px;
    line-height: 1.4;
  }
}
.archive_list_img {
  height: 0;
  padding-bottom: 64%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s ease-out;
}
.archive_list_img_container {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .archive_list_img_container {
    float: left;
    width: 40%;
    height: auto;
  }
}
.archive_list.has-img.first > li {
  vertical-align: top;
}
.archive_list.has-img.first > li:before {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .archive_list.has-img.first > li:nth-child(-n+3) {
    display: inline-block;
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 50px;
    border-bottom: none;
  }
  .archive_list.has-img.first > li:nth-child(-n+3) a {
    padding: 0;
  }
  .archive_list.has-img.first > li:nth-child(-n+3) a:before {
    display: none;
  }
  .archive_list.has-img.first > li:nth-child(-n+3) a:hover {
    text-decoration: none;
  }
  .archive_list.has-img.first > li:nth-child(-n+3):hover {
    background-color: #FFF;
  }
  .archive_list.has-img.first > li:nth-child(-n+3):hover .archive_list_img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    transform: scale(1.03);
  }
  .archive_list.has-img.first > li:nth-child(-n+3):hover .archive_list_title {
    color: #1d2088;
  }
  .archive_list.has-img.first > li:nth-child(-n+3) .archive_list_img_container {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .archive_list.has-img.first > li:nth-child(-n+3) .archive_list_text {
    width: 100%;
    float: none;
    line-height: 1.47;
  }
  .archive_list.has-img.first > li:nth-child(-n+3) .archive_list_title {
    padding-right: 0;
  }
  .archive_list.has-img.first > li:nth-child(-n+3) .archive_list_title:after {
    display: none;
  }
  .archive_list.has-img.first > li:nth-child(3) {
    margin-right: 0;
  }
  .archive_list.has-img.first > li:nth-child(n+4) {
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #cacaca;
    transition: .3s;
  }
  .archive_list.has-img.first > li:nth-child(n+4):hover {
    background-color: #EDEEF1;
  }
  .archive_list.has-img.first > li:nth-child(n+4):last-child {
    border-bottom: none;
  }
  .archive_list.has-img.first > li:nth-child(n+4) a {
    display: block;
    padding: 16px 10px;
  }
  .archive_list.has-img.first > li:nth-child(n+4) a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    content: "";
    width: 5px;
    height: 5px;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    transform: rotate(45deg);
    border-color: #8789c0;
  }
  .archive_list.has-img.first > li:nth-child(n+4) a:after {
    position: static;
    border: none;
  }
  .archive_list.has-img.first > li:nth-child(n+4) .archive_list_img_container {
    width: 160px;
    float: left;
    height: auto;
  }
  .archive_list.has-img.first > li:nth-child(n+4) .archive_list_text {
    width: calc(100% - 200px);
    float: right;
  }
  .archive_list.has-img.first > li:nth-child(n+4) .archive_list_title {
    padding-right: 20px;
  }
  .archive_list.has-img.first > li:nth-child(n+4) .archive_list_title:after {
    display: none;
  }
  .archive_list.has-img.first > li:nth-child(n+4) .archive_list_tag {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .archive_list.has-img.first > li {
    position: relative;
    border-bottom: 1px solid #cacaca;
  }
  .archive_list.has-img.first > li:last-child {
    border-bottom: none;
  }
  .archive_list.has-img.first > li a:after {
    position: static;
    border: none;
  }
  .archive_list.has-img.first > li .archive_list_text {
    float: right;
    width: 56%;
  }
}
.archive_list.has-img > li {
  vertical-align: top;
}
.archive_list.has-img > li:before {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .archive_list.has-img > li {
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #cacaca;
    transition: .3s;
  }
  .archive_list.has-img > li:hover {
    background-color: #EDEEF1;
  }
  .archive_list.has-img > li:last-child {
    border-bottom: none;
  }
  .archive_list.has-img > li a {
    display: block;
    padding: 16px 33px 16px 10px;
  }
  .archive_list.has-img > li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    content: "";
    width: 5px;
    height: 5px;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    transform: rotate(45deg);
    border-color: #8789c0;
  }
  .archive_list.has-img > li a:after {
    position: static;
    border: none;
  }
  .archive_list.has-img > li .archive_list_img_container {
    width: 160px;
    float: left;
    height: auto;
  }
  .archive_list.has-img > li .archive_list_text {
    width: calc(100% - 200px);
    float: right;
  }
  .archive_list.has-img > li .archive_list_title {
    padding-right: 20px;
  }
  .archive_list.has-img > li .archive_list_title:after {
    display: none;
  }
  .archive_list.has-img > li .archive_list_tag {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .archive_list.has-img > li {
    position: relative;
    border-bottom: 1px solid #cacaca;
  }
  .archive_list.has-img > li:last-child {
    border-bottom: none;
  }
  .archive_list.has-img > li a:after {
    position: static;
    border: none;
  }
  .archive_list.has-img > li .archive_list_text {
    float: right;
    width: 56%;
  }
}

.event_status {
  display: inline-block;
  width: 84px;
  padding: 3px 0;
  margin-right: 20px;
  line-height: 1.0;
  font-size: 80%;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event_status {
    display: block;
    margin-bottom: 5px;
  }
}
.event_status-entry {
  background-color: #e70e1e;
}
.event_status-closed {
  background-color: #232a3c;
}
.event_date {
  display: inline-block;
  margin-right: 10px;
  color: #797b8b;
  font-size: 90.3%;
}
.event_date span {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.event_type {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(../img/ico_person.svg) no-repeat left center;
  background-size: 10px 13px;
  color: #797b8b;
  font-size: 90.3%;
  font-weight: bold;
}
.event_tag {
  line-height: 1.3;
  margin-top: 3px;
}
.event_tag li {
  list-style-type: none;
  display: inline;
  position: relative;
  color: #797b8b;
  font-size: 80%;
}
.event_tag li:before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .event_tag li {
    font-size: 12px;
  }
}
.event_tag li:after {
  content: ",";
  position: static;
  display: inline-block;
  color: #797b8b;
}
.event_tag li:last-child:after {
  display: none;
}
.event_end {
  font-size: 152.7%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .event_end {
    font-size: 16px;
  }
}

.topics_list > li .topics_category li {
  padding: 3px 14px 2px !important;
}
@media screen and (max-width: 767px) {
  .topics_list > li .topics_category li {
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-right: 4px;
  }
}
.topics_list > li .archive_list_title {
  display: inline;
}
.topics_list > li .topics_tag {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .topics_text {
    float: right;
    width: 56%;
  }
}
.topics_meta {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .topics_meta {
    display: block;
    margin-bottom: 0;
  }
}
.topics_date {
  display: inline;
  padding-right: 10px;
  color: #797b8b;
  font-weight: bold;
  font-size: 90.3%;
}
.topics_category li {
  display: inline-block;
  margin: 0 7px 5px 0;
  border-radius: 15px;
  font-size: 80%;
  font-weight: bold;
  color: #1d2088;
  border: 1px solid #1d2088;
  line-height: 1.1;
  text-align: center;
}
.topics_category li:before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .topics_category li {
    padding: 0;
    font-size: 12px;
  }
}
.topics_category li a {
  display: block;
  padding: 8px 28px 7px;
  transition: .2s;
}
.topics_category li a:link, .topics_category li a:visited, .topics_category li a:active {
  color: #1d2088;
}
.topics_category li a:hover {
  text-decoration: none;
  box-shadow: 0 0 0 1px #1d2088 inset;
  border-radius: 15px;
}
.topics_tag {
  line-height: 1.3;
  margin-bottom: 0;
}
.topics_tag li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  padding: 5px 15px 5px 19px !important;
  margin-top: 5px;
  margin-right: 10px;
  background-color: #5C5EAB;
  color: #FFF;
  font-size: 80%;
  letter-spacing: normal;
  line-height: 1.0;
}
.topics_tag li:before {
  display: none !important;
}
.topics_tag li:after {
  position: absolute;
  top: 5px;
  left: 9px;
  bottom: 0;
  content: "#";
  color: #FFF;
}
.topics_tag li a:link, .topics_tag li a:visited, .topics_tag li a:active {
  position: relative;
  display: inline-block;
  padding: 5px 15px 5px 19px;
  color: #FFF;
  background-color: #5C5EAB;
  line-height: 1.0;
}
.topics_tag li a:link:before, .topics_tag li a:visited:before, .topics_tag li a:active:before {
  position: absolute;
  top: 5px;
  left: 9px;
  bottom: 0;
  content: "#";
  color: #FFF;
}
.topics_tag li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*.pagenate {
    margin-top: 30px;
	margin-bottom: 80px;
    text-align: center;
	ul li {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 0;
		padding-left: 0;
		&:before {
			display: none !important;
		}
		&.prev,
		&.next {
			width: 90px;
			padding-left: 0;
			border: 2px solid #1d2088;
			a {
				position: relative;
				width: 90px;
				height: 28px;
				font-size: 80%;
				background-color: #FFF;
				color: #1d2088;
				&:before {
					position: absolute;
					top: 0;
					bottom: 0;
					margin: auto;
					content: "";
					width: 5px;
					height: 5px;
					border-width: 0;
					border-top-width: 1px;
					border-right-width: 1px;
					border-style: solid;
					border-color: #1d2088;
				}
				&:hover {
					background-color: #1d2088;
					color: #FFF;
					text-decoration: none;
					&:before {
						border-color: #FFF;
					}
				}
			}
		}
		&.prev {
			margin-right: 20px;
			a:before {
				transform: rotate(-135deg);
				left: 10px;
			}
		}
		&.next {
			margin-left: 20px;
			a:before {
				transform: rotate(45deg);
				right: 10px;
			}
		}
		a,
		span {
			display: table-cell;
			width: 32px;
			height: 32px;
			vertical-align: middle;
			text-align: center;
			line-height: 1;
		}
		a.stay,
		a:hover,
		span {
			background-color: #1d2088;
			text-decoration: none;
			color: #FFF;
		}
	}
}
*/
.pagination {
  text-align: center;
  margin-bottom: 40px;
}
.pagination .screen-reader-text {
  display: none;
}

.nav-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nav-links {
    width: 70%;
    margin: 0 auto;
  }
}

.page-numbers {
  display: inline-block;
  width: 33px;
  height: 33px;
  padding: 4px 0;
  margin: 0 3px;
  text-align: center;
  color: #1d2088;
}
.page-numbers:link, .page-numbers:active, .page-numbers:visited {
  color: #1d2088;
}
.page-numbers:hover {
  background-color: #1d2088;
  color: #FFF;
  text-decoration: none;
}
.page-numbers .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.page-numbers.dots {
  background-color: #FFF;
  color: #4b4b4b;
}
.page-numbers.current {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: #1d2088;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .page-numbers.current {
    width: 33px;
    padding: 4px 5px 0;
  }
  .page-numbers.current .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-numbers {
    display: none;
  }
}

.prev.page-numbers,
.next.page-numbers {
  position: relative;
  display: inline-block;
  width: 90px;
  border: 2px solid #1d2088;
  color: #1d2088;
  background-color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .prev.page-numbers,
  .next.page-numbers {
    width: 70px;
    position: absolute;
    top: 0;
  }
}
.prev.page-numbers:before,
.next.page-numbers:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #1d2088;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
  background-color: #1d2088;
  color: #FFF;
  text-decoration: none;
}
.prev.page-numbers:hover:before,
.next.page-numbers:hover:before {
  border-color: #FFF;
}

.prev.page-numbers {
  margin-right: 20px;
}
.prev.page-numbers:before {
  transform: rotate(-135deg);
  left: 10px;
}
@media screen and (max-width: 767px) {
  .prev.page-numbers {
    left: 0;
  }
}

.next.page-numbers {
  margin-left: 20px;
}
.next.page-numbers:before {
  transform: rotate(45deg);
  right: 10px;
}
@media screen and (max-width: 767px) {
  .next.page-numbers {
    right: 0;
  }
}

.article_info {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .article_info ul.topics_tag {
    margin-left: 0;
  }
}
.article_info ul.topics_tag li {
  margin: 0 0 5px 10px;
  padding: 0 !important;
}
.article_info ul.topics_tag li:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .article_info ul.topics_tag li {
    padding: 0 !important;
    margin-left: 0;
    margin-right: 10px;
    font-size: 12px;
  }
}
.article_info .event_status {
  display: inline-block;
  width: 103px;
  padding: 7px 0;
  margin-right: 30px;
  line-height: 1.0;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article_info .event_status {
    display: block;
    margin-bottom: 5px;
  }
}
.article_info .event_status-entry {
  background-color: #e70e1e;
}
.article_info .event_status-closed {
  background-color: #232a3c;
}
.article_info .event_date {
  display: inline-block;
  margin-right: 25px;
  color: #797b8b;
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .article_info .event_date {
    font-size: 15px;
  }
}
.article_info .event_date span {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 66%;
}
.article_info .event_type {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(../img/ico_person.svg) no-repeat left center;
  background-size: 10px 13px;
  color: #797b8b;
  font-size: 106%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article_info .event_type {
    font-size: 14px;
  }
}
.article_info .topics_date {
  float: left;
  padding-left: 15px;
  background: url(../img/ico_pencil.png) no-repeat left 7px;
  color: #797b8b;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article_info .topics_date {
    float: none;
  }
}
.article_info .topics_tag {
  float: right;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 767px) {
  .article_info .topics_tag {
    float: none;
  }
}
.article_info .topics_pt {
  float: right;
  display: inline-block;
  color: #1C2087;
  border: 2px solid #1C2087;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 3px 10px 2px;
  font-size: 80%;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .article_info .topics_pt {
    float: none;
    margin-left: 0;
  }
}
.article_info .topics_pt a:link, .article_info .topics_pt a:visited, .article_info .topics_pt a:active {
  color: #1C2087;
}
.article_info .topics_pt a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.article_info .topics_category li a:link, .article_info .topics_category li a:visited, .article_info .topics_category li a:active {
  color: #1d2088;
}
.article_info .topics_category li a:hover {
  text-decoration: none;
}
.article_info .update_date {
  float: right;
  margin-left: 15px;
  margin-right: 10px;
  padding-left: 16px;
  font-size: 86.6%;
  color: #797b8b;
  background: url(../img/ico_pencil.png) no-repeat left 7px;
}

.topics_contents p {
  margin-bottom: 20px;
}
.topics_contents p a {
  position: relative;
  padding-left: 15px;
  margin: 0 10px;
  color: #0d23c4;
}
.topics_contents p a:before {
  position: absolute;
  top: 0.65em;
  margin: auto;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #0d23c4;
  transform: rotate(45deg);
}
.topics_contents strong {
  font-weight: bold;
}
.topics_contents * {
  max-width: 100%;
}

.search_menu {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .search_menu .search_select,
  .search_menu .search_text {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .search_menu .search_select {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.search_select_wrap {
  display: flex;
}
.search_select {
  display: inline-block;
  position: relative;
  width: 210px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search_select {
    display: block;
    width: 100%;
    border-radius: 0;
  }
}
.search_select:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  width: 5px;
  height: 5px;
  border-color: #888280;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  transform: rotate(135deg);
}
.search_select:first-child {
  margin-right: 20px;
}
.search_select select {
  /*reset*/
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  padding: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .search_select select {
    font-size: 16px;
  }
}
.search_select select::-ms-expand {
  display: none;
}
.search_text {
  width: 253px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .search_text {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.search_input {
  /*reset*/
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 209px;
  padding-left: 15px;
  margin-left: 7px;
  background: #edeff2;
  border: none;
  color: #a0a0a0;
  font-size: 90.3%;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .search_input {
    width: 100%;
    padding: 8px 10px;
    margin-left: 0;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    background-color: #FFF;
    font-size: 16px;
  }
}
.search_btn {
  width: 40px;
  height: 40px;
  border: none;
  background: url(../img/ico_search.svg) center center #1d2088 no-repeat;
  background-size: 20px 20px;
  text-indent: -9999em;
}
@media screen and (max-width: 767px) {
  .search_btn {
    width: 95%;
    margin: 0 2.5% 20px;
    text-indent: 0;
    font-size: 16px;
    color: #FFF;
    background-image: none;
  }
}
.search_list {
  border-bottom: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .search_list {
    margin-top: 0;
  }
}
.search_list_container {
  position: relative;
  border-top: 3px solid #e5e5e5;
}
.search_list > li .topics_category li {
  padding: 3px 14px 2px !important;
}
.search_list > li .archive_list_title {
  padding-right: 0;
}
.search_list > li .archive_list_title:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .search_list > li .archive_list_text {
    float: none;
    width: 100%;
  }
}
.search_count {
  position: absolute;
  top: -45px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .search_count {
    top: -30px;
  }
}
.search_category {
  font-size: 80%;
  font-weight: bold;
  color: #232a3c;
}
@media screen and (max-width: 767px) {
  .search_category {
    margin-bottom: 5px;
  }
}
.search_category-topics {
  color: #1d2088;
}
.search_category-event {
  color: #e70e1e;
}
.search_title {
  font-weight: bold;
  line-height: 1.47;
  color: #232a3c;
}
.search-topics .archive_list_title {
  display: inline;
}

.change_contents .change_contents-item {
  display: none;
}

.change_contents .change_contents-item.show {
  display: block;
}

/* 下層ページ個別スタイル */
.entry_body .admission_flow .first_head {
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry_body .admission_flow .first_head {
    padding-left: 45px;
  }
}
.entry_body .admission_flow .first_head:before {
  content: "";
  position: static;
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-right: 17px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .entry_body .admission_flow .first_head:before {
    position: absolute;
    top: 14px;
    left: 16px;
    width: 22px;
    height: 22px;
  }
}
.entry_body .admission_flow01:before {
  background-image: url(../img/admission/ico_laptop@2x.png);
  background-size: cover;
}
.entry_body .admission_flow02:before {
  background-image: url(../img/admission/ico_mail@2x.png);
  background-size: cover;
}
.entry_body .admission_flow03:before {
  background-image: url(../img/admission/ico_building@2x.png);
  background-size: cover;
}
.entry_body .admission_flow04:before {
  background-image: url(../img/admission/ico_yen@2x.png);
  background-size: 24px auto !important;
  background-position-x: 9px !important;
}
@media screen and (max-width: 767px) {
  .entry_body .admission_flow04:before {
    background-size: 14px auto !important;
    margin-right: 5px !important;
    background-position-x: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .entry_body .admission_flow .btn.more {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.entry_body .admission_flow .btn_block a.btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  width: 5px;
  height: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/ico_window@2x.png) no-repeat left top;
  background-size: cover;
  border: none;
  transform: rotate(0deg);
}
.entry_body .admission_flow .btn_block a.btn:hover:after {
  background: url(../img/ico_window_white@2x.png) no-repeat left top;
  background-size: cover;
}
.entry_body .policytheme .second_head {
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 97.2%;
  color: #232a3c;
}
.entry_body .policytheme .second_head:before {
  top: 2px;
  width: 6px;
  height: 80%;
}
.entry_body .policytheme p + .second_head {
  margin-top: 20px;
}
.entry_body .policytheme ul {
  margin-bottom: 10px;
}
.entry_body .japanahead2 .catch01 {
  padding-bottom: 33px;
  font-size: 145%;
  text-align: center;
}
.entry_body .japanahead2 .catch01 span {
  font-size: 123.8%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .entry_body .japanahead2 .catch01 {
    font-size: 17px;
  }
}
.entry_body .japanahead2 .col3_box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry_body .japanahead2 .col3_box img {
    width: 70%;
  }
}
.entry_body .member li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 0;
}
.entry_body .member li:before {
  display: none;
}
.entry_body .member_photo {
  width: 100px;
}
.entry_body .member_profile {
  width: calc(100% - 130px);
}
.entry_body .member_job {
  color: #1d2088;
  font-weight: bold;
}
.entry_body .pt_purpose li:not(:last-child) {
  margin-bottom: 20px;
}
.entry_body .pt_output .topics_tag li:after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .entry_body .pt_top dt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .entry_body .pt_top dt {
    width: 40%;
  }
  .entry_body .pt_top dd {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .entry_body .col3_block.col3_block-sp1Col.event_seminar .col3_box {
    text-align: center;
  }
  .entry_body .col3_block.col3_block-sp1Col.event_seminar .col3_box img {
    width: 80%;
  }
}
.entry_body .donation_contents .complement_text {
  margin-left: 60px;
}
.entry_body .donation_contents table th, .entry_body .donation_contents table td {
  padding: 10px;
}
.entry_body .donation_contents table th {
  background: #edeff2;
  color: #1d2088;
}
.entry_body .donation_contents .block-gray {
  padding: 25px 23px;
  text-align: left;
}
.entry_body .donation_contents .formatBody {
  /*reset*/
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 117px;
  margin-top: 7px;
  padding: 10px;
  border: 1px solid #b5b5b5;
  overflow: 　scroll;
  overflow-x: auto;
  font-size: 97.2%;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .entry_body .donation_contents .formatBody {
    height: 15em;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .entry_body .donation_contents .btn_block .col2_box:first-child {
    text-align: right;
  }
  .entry_body .donation_contents .btn_block .col2_box:last-child {
    text-align: left;
  }
  .entry_body .donation_contents .btn_block .btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (max-width: 850px) {
  .entry_body .donation_contents .btn_block.more {
    display: block;
  }
  .entry_body .donation_contents .btn_block .col2_box {
    display: block;
    width: 100%;
  }
  .entry_body .donation_contents .btn_block .col2_box:first-child, .entry_body .donation_contents .btn_block .col2_box:last-child {
    text-align: center;
  }
  .entry_body .donation_contents .btn_block .col2_box:first-child {
    padding-bottom: 40px;
  }
}
.entry_body .accessmap {
  text-align: center;
}
.entry_body .accessmap .accessbox {
  width: 100%;
  page-break-inside: avoid;
}
.entry_body .accessmap .accessbox iframe {
  width: 100%;
}
.entry_body .guideline_txt {
  margin-bottom: 30px;
}
.entry_body .guideline table tr th {
  text-align: right;
  vertical-align: top;
  padding: 5px;
  width: 30px;
}
.entry_body .guideline table tr td {
  padding: 5px;
}
.entry_body .guideline_logo {
  margin: 20px auto;
}
.entry_body .guideline_logo img {
  width: 280px;
}
.entry_body .logo .logo_img {
  margin-bottom: 10px;
}
.entry_body .logo textarea {
  padding: 10px;
  border: 1px solid #b5b5b5;
  height: 50px;
  overflow-y: scroll;
  width: 460px;
}
.entry_body .member_contents .picture_list ul li {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 0 !important;
}
.entry_body .member_contents .picture_list ul li:before {
  display: none;
}
.entry_body .member_contents .picture_list ul li .member_pic {
  display: inline-block;
  width: 100px;
  margin-right: 30px;
}
.entry_body .member_contents .picture_list ul li .member_name {
  display: inline-block;
  width: calc(100% - 140px);
}
.entry_body .member_contents .picture_list ul li + li {
  margin-top: 20px;
}
.entry_body .member_contents .name_list {
  margin-top: 50px;
}
.entry_body .member_contents .name_list ul li {
  padding-left: 0 !important;
}
.entry_body .member_contents .name_list ul li:before {
  display: none;
}
.entry_body .member_sanjo .section_title .fsize_small, .entry_body .member_ippan .section_title .fsize_small {
  font-size: 15px;
  margin-left: 10px;
}
.entry_body .about .catch {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .entry_body .about .catch {
    text-align: left;
    font-size: 17px;
    line-height: 25px;
  }
}
.entry_body .flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry_body .img_org_chart {
  margin: 0 auto;
  display: block;
}
.entry_body .main_project_team {
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background-color: #1D1F87;
  margin-bottom: 8px;
}
.entry_body .project_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry_body .project_list:after {
  content: "";
  display: block;
  width: calc((100% - 15px)/3);
}
.entry_body .project_list li {
  display: flex;
  list-style: none;
  width: calc((100% - 15px)/3);
  background-color: #EDEFF1;
  margin-bottom: 8px;
  padding-left: 0 !important;
  line-height: 1.3;
}
.entry_body .project_list li:before {
  display: none !important;
}
.entry_body .project_list li:hover {
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
}
.entry_body .project_list li a {
  display: flex;
  width: 100%;
  max-height: 60px;
  padding: 21px 10px;
  text-align: center;
  align-items: center;
  color: black;
  font-weight: bold;
}
.entry_body .project_list li a:hover {
  text-decoration: none;
}
.entry_body .project_list_tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry_body .project_list_tag:after {
  content: "";
  display: block;
  width: calc((100% - 15px)/3);
}
.entry_body .project_list_tag > li {
  display: block;
  list-style: none;
  margin-bottom: 18px;
  padding-left: 0 !important;
  width: calc((100% - 15px)/3);
  border: 1px solid #5C5EAB;
}
.entry_body .project_list_tag > li:before {
  display: none !important;
}
.entry_body .project_list_tag > li .pt {
  display: flex;
  background-color: #5C5EAB;
  line-height: 1.3;
  width: 100%;
  margin-bottom: 3px;
}
.entry_body .project_list_tag > li .pt .flex_center {
  display: flex;
  max-height: 60px;
  padding: 21px 21px 21px 15px;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.entry_body .project_list_tag > li .pt .flex_center:hover {
  text-decoration: none;
}
.entry_body .project_list_tag > li .pt a.flex_center {
  width: 100%;
  position: relative;
}
.entry_body .project_list_tag > li .pt a.flex_center:hover {
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
}
.entry_body .project_list_tag > li .pt a.flex_center:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
}
.entry_body .project_list_tag > li .pt a.flex_center span {
  display: block;
  width: 100%;
  text-align: left;
}
.entry_body .project_list_tag > li .topics_tag {
  padding: 10px 10px 7px;
}
.entry_body .project_list_tag > li .topics_tag li {
  margin: 0 0 5px 5px;
  padding: 0 !important;
}
.entry_body .project_list_tag > li .topics_tag li:after {
  content: none;
}
.entry_body .project_list_tag > li .topics_tag li a {
  background-color: #DDDEE0;
  color: #000;
}
.entry_body .project_list_tag > li .topics_tag li a:before {
  color: #000;
}
@media screen and (max-width: 767px) {
  .entry_body .project_list {
    display: block;
  }
  .entry_body .project_list li {
    display: block;
    width: 100%;
  }
  .entry_body .project_list_tag {
    display: block;
  }
  .entry_body .project_list_tag > li {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entry_body .activity_contents section + section {
    margin-top: 30px;
  }
}
.entry_body .activity_list.archive_list.has-img.first li:nth-child(-n+3) {
  margin-bottom: 0;
}
.entry_body .activity_list.archive_list.has-img.first li:nth-child(-n+3) ul.topics_category {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .entry_body .activity_list.archive_list.has-img.first li:nth-child(-n+3) ul.topics_category {
    margin-bottom: 5px !important;
  }
}
.entry_body .activity_list.archive_list.has-img.first li:nth-child(-n+3) ul.topics_category li {
  padding: 3px 10px 2px !important;
}
@media screen and (max-width: 767px) {
  .entry_body .activity_list.archive_list.has-img.first li:nth-child(-n+3) ul.topics_tag {
    margin-bottom: 0;
  }
}
.entry_body .activity_list.archive_list.has-img.first li:nth-child(-n+3) .archive_list_title {
  display: inline;
}
.entry_body .wrapper {
  margin-top: 8px;
  margin-bottom: 40px;
}
.entry_body .wrapper .heading-latest {
  border-bottom: solid 2px #1d2088;
  width: 83%;
}
.entry_body .wrapper span {
  white-space: nowrap;
  color: #1d2088;
  font-weight: bold;
  text-align: right;
  border: solid 2px #1d2088;
  border-bottom: none;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  padding: 7px 26px;
}
@media screen and (max-width: 767px) {
  .entry_body .wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .entry_body .wrapper span {
    padding: 3px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_contents {
    margin-top: -20px;
  }
}
.recruit_header {
  padding-bottom: 6.4%;
  margin-bottom: 43px;
  background-image: url(../img/recruit/header_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .recruit_header {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(../img/recruit/header_sp.jpg);
    background-size: cover;
  }
}
.recruit_header .page_title {
  position: relative;
  padding: 7.3% 0 2.9%;
  margin-bottom: 14px;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-size: 368%;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  background-image: none;
}
.recruit_header .page_title:before {
  display: none;
}
.recruit_header .page_title span {
  display: block;
  font-size: 27%;
  letter-spacing: normal;
}
.recruit_header .page_title:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 7px;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #e70e1e;
}
@media screen and (max-width: 767px) {
  .recruit_header .page_title:after {
    bottom: -4px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_header .page_title {
    border-bottom: none;
    letter-spacing: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 33px;
  }
  .recruit_header .page_title span {
    margin-top: 4px;
    font-size: 12px;
  }
}
.recruit_header_catch {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .recruit_header_catch {
    text-align: left;
    font-size: 12px;
  }
}

.sitemap ul li a[target="_blank"]:after {
  position: relative;
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 10px;
  height: 10px;
  background: url(../img/ico_window@2x.png) no-repeat left top;
  background-size: cover;
}

/* 株価指数 add:20190606
------------------------------*/
.stock {
  border-top: 5px solid #e70e1e;
  border-bottom: 5px solid #e70e1e;
  padding: 0;
  margin-top: 0;
}
.stock .section_title {
  position: relative;
  padding: 30px 0;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-size: 285%;
  color: #1d2088;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .stock .section_title {
    padding: 30px 0 24px;
    margin-bottom: 10px;
    font-size: 25.5px;
  }
}
.stock .section_title:before {
  display: none;
}
.stock .section_title:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #e70e1e;
}
.stock .section_title span {
  display: block;
  margin-top: 3px;
  font-size: 27%;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .stock .section_title span {
    font-size: 11px;
  }
}
.stock #chart {
  display: inline-block;
}
.stock #chart #chart_div {
  width: 670px;
  height: 300px;
}
.stock .container div {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.stock .container div .value {
  font-size: 285%;
  display: block;
  text-align: center;
  line-height: 1;
  margin-right: 0.5em;
}
.stock .container div .date {
  margin-top: 0.3em;
  display: block;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
}
.stock .container div .comparison {
  font-size: 190%;
  margin: 0 0.5em;
}
.stock .container div .change {
  font-size: 200%;
}
.stock .container div .change.plus {
  color: #0bcf95;
}
.stock .container div .change.minus {
  color: #f11a2a;
}
.stock .container div .closing {
  margin-top: -0.5em;
  margin-left: -2em;
  display: block;
  text-align: left;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  font-size: 15px;
  color: #000;
}
.stock .copyright {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .stock {
    border-top: 3px solid #e70e1e;
    border-bottom: 3px solid #e70e1e;
    padding: 0;
    margin-top: 0;
  }
  .stock #chart {
    display: block;
  }
  .stock #chart #chart_div {
    width: 100%;
    overflow-x: hidden;
  }
  .stock #chart .search_select:after {
    width: 4px;
    height: 4px;
  }
  .stock #chart .search_select select {
    font-size: 12px;
    padding: 7px 10px;
  }
  .stock .container div .value {
    font-size: 23px;
  }
  .stock .container div .date {
    font-size: 12px;
  }
  .stock .container div .comparison {
    font-size: 15px;
  }
  .stock .container div .change {
    font-size: 16px;
  }
  .stock .container div .closing {
    margin-top: -0.2em;
    margin-left: -1em;
    font-size: 12px;
  }
  .stock .container .copyright {
    font-size: 12px;
  }
}

.entry_body .stock #chart {
  display: block;
}
.entry_body .stock #chart #chart_div {
  margin: 0 auto;
}

@media print {
  .print_pages {
    /*A4縦*/
    width: 172mm;
    height: 251mm;
    page-break-after: always;
  }

  /*最後のページは改ページを入れない*/
  .print_pages:last-child {
    page-break-after: auto;
  }

  header {
    position: relative;
  }

  .header_inner_block01,
  .header_search,
  .nav-sp,
  .search-sp,
  .header_spMenuBtn,
  .header_spSearchBtn,
  nav.pcOnly,
  #pagetop,
  #footer .join,
  #footer .featureSlider_container,
  #footerNavi,
  .footer_contact,
  .footer_bottom_menu,
  .subCol {
    display: none !important;
  }

  .header_inner_block02 {
    transition: none;
  }

  header .header_inner_block02:after {
    width: 100%;
  }

  header.global {
    position: relative !important;
    border-top: none !important;
    border-bottom: none !important;
  }
  header.global .header_inner_block02 {
    padding-bottom: 24px;
  }
  header.global .header_inner_block02:after {
    visibility: visible;
  }
  header.global .header_inner_block02 .header_logo,
  header.global .header_inner_block02 .header_logo a,
  header.global .header_inner_block02 .header_logo img {
    visibility: visible;
  }
  header.global .header_inner_block02 .header_logo {
    width: 100%;
  }

  main {
    padding-top: 0 !important;
  }

  .mainCol {
    width: 100%;
    float: none;
  }

  .footer_bottom {
    background-color: #FFF;
    text-align: center;
  }

  #copyright {
    color: #000;
    float: none;
  }

  .home .mainVisual {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}
