@charset "UTF-8";
.mado {
  display: none; }

@-webkit-keyframes clipfadeOut {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 0.97; }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
    opacity: 0.97; }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0; } }

@keyframes clipfadeOut {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 0.97; }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
    opacity: 0.97; }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0; } }

@-webkit-keyframes clipfadeIn {
  0% {
    display: block;
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  50% {
    -webkit-clip-path: polygon(0 0, 80% 0, 60% 100%, 0% 100%);
            clip-path: polygon(0 0, 80% 0, 60% 100%, 0% 100%);
    opacity: 0.8; }
  100% {
    opacity: 0.97;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes clipfadeIn {
  0% {
    display: block;
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  50% {
    -webkit-clip-path: polygon(0 0, 80% 0, 60% 100%, 0% 100%);
            clip-path: polygon(0 0, 80% 0, 60% 100%, 0% 100%);
    opacity: 0.8; }
  100% {
    opacity: 0.97;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

/* ==========================================================================
   Basic Elements
   ========================================================================== */
body {
  margin: 0;
  position: relative; }

h1, h2, h3, h4, h5, h6, ul, ol, dl, p {
  margin: 0; }

ul, ol {
  padding: 0; }

dt, dd {
  margin: 0;
  padding: 0; }

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a:link, a:visited {
  color: #262626; }

a:hover {
  color: #404040; }

img {
  line-height: 1;
  vertical-align: bottom; }

blockquote {
  margin: 0; }

/* ==========================================================================
   header
   ========================================================================== */
#site-header .branding {
  border-bottom: 1px solid #dedede;
  padding-top: 14px;
  padding-bottom: 15px; }
  #site-header .branding .logo, #site-header .branding .tagline {
    float: left; }
  #site-header .branding .logo {
    padding-right: 12px; }
    #site-header .branding .logo img {
      height: 44px;
      width: auto; }
  #site-header .branding .tagline {
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: 70px;
    bottom: 10px; }
    #site-header .branding .tagline a {
      color: #2a4198;
      text-decoration: none; }
      @media screen and (min-width: 641px) {
        #site-header .branding .tagline a:hover {
          color: #3756c8; } }
  #site-header .branding .gnav {
    font-weight: 600;
    position: absolute;
    right: 40px;
    top: 18px; }
    #site-header .branding .gnav a {
      text-decoration: none; }
      @media screen and (min-width: 641px) {
        #site-header .branding .gnav a:hover {
          color: #3756c8; } }
    #site-header .branding .gnav ul {
      display: inline-block; }
      #site-header .branding .gnav ul li {
        display: inline-block;
        margin-right: 2em; }
    #site-header .branding .gnav .mainsite {
      display: inline-block; }
      #site-header .branding .gnav .mainsite a {
        display: inline-block;
        color: #fff;
        background: #2a4198;
        display: inline-block;
        padding: 6px 1em;
        border-radius: 18px; }
        .isIE #site-header .branding .gnav .mainsite a {
          padding-top: 8px;
          padding-bottom: 4px; }
        @media screen and (min-width: 641px) {
          #site-header .branding .gnav .mainsite a:hover {
            background: #3756c8; } }
  @media screen and (max-width: 640px) {
    #site-header .branding {
      padding-top: 6px;
      padding-bottom: 8px;
      position: fixed !important;
      left: 0;
      top: 0;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #fff;
      z-index: 999; }
      #site-header .branding .logo img {
        height: 34px;
        width: auto; }
      #site-header .branding .tagline {
        font-size: 11px;
        bottom: 6px;
        line-height: 16px;
        left: 40px; }
      #site-header .branding .gnav {
        right: auto;
        top: 48px;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 9;
        display: none; }
        #site-header .branding .gnav ul {
          display: block;
          border-top: 1px solid #dedede; }
          #site-header .branding .gnav ul li {
            display: block;
            border-bottom: 1px solid #dedede;
            margin: 0;
            position: relative; }
            #site-header .branding .gnav ul li a, #site-header .branding .gnav ul li span {
              font-size: 13px;
              letter-spacing: 0.2em;
              display: block;
              padding: 12px 15px 12px 36px;
              color: #2a4198; }
            #site-header .branding .gnav ul li a:before {
              position: absolute;
              right: 1em;
              top: 12px;
              content: "\f105";
              font-family: FontAwesome; }
        #site-header .branding .gnav .mainsite, #site-header .branding .gnav .mainsite a {
          display: block; }
        #site-header .branding .gnav .mainsite a {
          border-radius: 0;
          padding: 12px 15px 12px 31px;
          font-size: 13px;
          letter-spacing: 0.1em;
          position: relative; }
          #site-header .branding .gnav .mainsite a:before {
            position: absolute;
            right: 1em;
            top: 12px;
            content: "\f08e";
            font-family: FontAwesome; }
      #site-header .branding .menu-tgl {
        position: absolute;
        right: 12px;
        top: 12px; } }

#site-header .mado {
  overflow-x: hidden; }
  #site-header .mado .frame-top,
  #site-header .mado .frame-bottom,
  #site-header .mado .frame-left,
  #site-header .mado .frame-right {
    position: fixed;
    background: #fff;
    z-index: 999;
    -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }
  #site-header .mado .frame-top,
  #site-header .mado .frame-bottom {
    height: 60px;
    width: 100%;
    left: 0; }
  #site-header .mado .frame-top {
    top: 0;
    color: #2a4198; }
  #site-header .mado .frame-bottom {
    bottom: 0; }
  #site-header .mado .frame-left,
  #site-header .mado .frame-right {
    width: 60px;
    height: 100%;
    top: 0; }
  #site-header .mado .frame-left {
    left: 0; }
  #site-header .mado .frame-right {
    right: 0; }
  #site-header .mado .logo {
    text-align: center;
    padding-top: 6px; }
    #site-header .mado .logo img {
      width: auto;
      height: 24px;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
  #site-header .mado .tagline {
    position: absolute;
    left: 60px;
    top: 14px; }
    #site-header .mado .tagline img {
      width: 14px;
      height: auto;
      vertical-align: middle;
      padding-right: 4px; }
  #site-header .mado .links {
    font-weight: 600;
    position: absolute;
    right: 60px;
    top: 16px; }
    #site-header .mado .links li {
      display: inline-block;
      margin-left: 1.5em; }
    #site-header .mado .links i {
      font-size: 16px;
      font-weight: 400; }
    #site-header .mado .links a {
      color: #2a4198;
      text-decoration: none;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
  #site-header .mado .archive {
    position: absolute;
    right: 20px;
    bottom: 50%;
    margin-bottom: -10px; }
    #site-header .mado .archive img {
      width: 20px;
      height: 20px; }
      @media screen and (min-width: 641px) {
        #site-header .mado .archive img:hover {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); } }
  @media screen and (min-width: 641px) {
    #site-header .mado a:hover {
      color: #3756c8; }
      #site-header .mado a:hover img {
        opacity: 0.8; } }
  @media screen and (max-width: 640px) {
    #site-header .mado .frame-left,
    #site-header .mado .frame-right {
      width: 10px; }
    #site-header .mado .frame-top {
      height: 44px; }
    #site-header .mado .frame-bottom {
      height: 10px; }
    #site-header .mado .tagline {
      display: none; }
    #site-header .mado .logo {
      padding: 6px 0 0; }
      #site-header .mado .logo img {
        height: 18px;
        width: auto; }
    #site-header .mado .links {
      right: 10px;
      top: 12px; }
      #site-header .mado .links li.sns {
        display: none; }
    #site-header .mado .archive {
      position: fixed;
      right: 16px;
      bottom: 16px;
      margin-bottom: 0; }
      #site-header .mado .archive a {
        display: block;
        width: 20px;
        height: 20px;
        padding: 8px;
        background: #fff;
        border-radius: 50%; }
        #site-header .mado .archive a img {
          vertical-align: top; } }

body {
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }

body.madoMenuShown {
  overflow: hidden; }
  @media screen and (min-width: 641px) {
    body.madoMenuShown {
      margin-right: -318px;
      margin-left: 438px; }
      body.madoMenuShown #site-header .mado .frame-left,
      body.madoMenuShown #site-header .mado .frame-top,
      body.madoMenuShown #site-header .mado .frame-bottom {
        left: 378px; }
      body.madoMenuShown #site-header .mado .frame-right {
        right: -378px; }
      body.madoMenuShown #mado-about {
        left: 378px !important; } }

body.madoAboutShown {
  overflow: hidden; }

#mado-gnav {
  position: fixed;
  width: 378px;
  height: 100%;
  left: -378px;
  top: 0;
  background: #1d2e66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 35px 24px;
  border-left: 4px solid #2a4198;
  z-index: 9998;
  -webkit-transition: left 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }
  #mado-gnav.on {
    left: 0; }
    @media screen and (min-width: 641px) {
      #mado-gnav.on #show-menu {
        left: 396px; } }
    @media screen and (max-width: 640px) {
      #mado-gnav.on svg rect {
        fill: #fff; } }
  #mado-gnav, #mado-gnav a {
    color: #fff;
    text-decoration: none; }
  #mado-gnav .nav-block {
    margin-bottom: 12px; }
    #mado-gnav .nav-block .txt {
      font-weight: bold;
      padding-top: 12px;
      position: relative; }
      #mado-gnav .nav-block .txt:before {
        content: "";
        display: block;
        height: 1px;
        width: 1.5em;
        background: #fedc34;
        position: absolute;
        left: 0;
        top: 0; }
    #mado-gnav .nav-block i {
      font-size: 117%; }
  #mado-gnav .keywords {
    margin-top: 12px; }
    #mado-gnav .keywords li {
      float: left;
      margin-right: 12px;
      margin-bottom: 12px;
      display: block; }
      #mado-gnav .keywords li a {
        display: block;
        font-weight: 400;
        color: #fff;
        background: #2a4198;
        padding: 0 0.5em;
        border-radius: 5px; }
        .isIE #mado-gnav .keywords li a {
          line-height: 21px;
          padding-top: 3px; }
  #mado-gnav .copyright {
    position: absolute;
    left: 35px;
    bottom: 24px; }
    #mado-gnav .copyright .logos {
      margin-bottom: 12px; }
    #mado-gnav .copyright img {
      width: 237px;
      height: auto; }
  @media screen and (min-width: 641px) {
    #mado-gnav .keywords li a:hover {
      background: #3756c8;
      color: #fff; } }
  @media screen and (max-width: 640px) {
    #mado-gnav {
      width: 100%;
      padding: 48px 18px 24px;
      left: -100%; }
      #mado-gnav.on {
        overflow-y: auto; }
      #mado-gnav .copyright {
        position: relative;
        left: auto;
        bottom: auto; }
        #mado-gnav .copyright .logos {
          margin-top: 24px; } }

#show-menu {
  z-index: 9999;
  position: fixed;
  left: 18px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  -webkit-transition: left 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }
  @media screen and (max-width: 640px) {
    #show-menu {
      top: 22px; } }

.menu-tgl {
  height: 24px; }
  .menu-tgl svg {
    width: 24px;
    height: auto;
    vertical-align: top; }
    .menu-tgl svg rect {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      fill: #2a4198;
      -webkit-transform-origin: center;
              transform-origin: center;
      -moz-transform-origin: 12px 12px; }
  .menu-tgl.on svg rect.first {
    display: none; }
  .menu-tgl.on svg rect.second {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu-tgl.on svg rect.third {
    -webkit-transform: translate(-5.5px, -5.5px) rotate(-45deg);
    transform: translate(-5.5px, -5.5px) rotate(-45deg);
    -moz-transform: translate(-5.5px, -5.5px) rotate(-45deg);}
  @media screen and (min-width: 641px) {
    .isIE .menu-tgl.on {
      width: 24px;
      background: url(/special/images/mado/ie-gnav-close.png) no-repeat center;
      background-size: 24px; }
      .isIE .menu-tgl.on svg {
        display: none; }
    .menu-tgl:hover svg rect {
      fill: #3756c8; } }

/* ==========================================================================
   footer
   ========================================================================== */
#site-footer {
  position: relative; }
  #site-footer .mado .scrolltop {
    border-top: 1px solid #2a4198;
    color: #2a4198;
    background: url(/special/images/icon-chevron-up.svg) no-repeat left 12px;
    padding: 12px 0 24px 2em; }
  #site-footer .mado #mado-about {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #2a4198;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 108px;
    overflow-y: auto;
    -webkit-transition: left 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0;
    display: none; }
    #site-footer .mado #mado-about.on {
      -webkit-animation: clipfadeIn 0.6s linear 0s;
              animation: clipfadeIn 0.6s linear 0s;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      opacity: 0.97;
      display: block; }
    #site-footer .mado #mado-about.fadeout {
      -webkit-animation: clipfadeOut 0.4s linear 0s;
              animation: clipfadeOut 0.4s linear 0s;
      opacity: 0;
      display: block; }
    #site-footer .mado #mado-about:before {
      content: "";
      display: block;
      width: 48px;
      height: 48px;
      position: absolute;
      right: 108px;
      top: 108px;
      background: url(/special/images/mado/close.png) no-repeat center;
      background-size: 48px;
      cursor: pointer; }
    #site-footer .mado #mado-about, #site-footer .mado #mado-about a {
      color: #fff;
      text-decoration: none; }
    #site-footer .mado #mado-about p, #site-footer .mado #mado-about .logos {
      width: 65.2736%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-bottom: 24px;
      font-weight: 600; }
    #site-footer .mado #mado-about .logos {
      margin: 24px auto 32px; }
      #site-footer .mado #mado-about .logos img {
        height: 72px;
        width: auto; }
    #site-footer .mado #mado-about .link a {
      display: inline-block;
      border: 1px solid #fff;
      border-radius: 999px;
      padding: .5em 2em; }
      #site-footer .mado #mado-about .link a:hover {
        background: #fff;
        color: #2a4198; }
    @media screen and (max-width: 640px) {
      #site-footer .mado #mado-about {
        padding: 92px 20px 24px; }
        #site-footer .mado #mado-about p, #site-footer .mado #mado-about .logos {
          width: auto;
          margin-bottom: 16px; }
        #site-footer .mado #mado-about p br {
          display: none; }
        #site-footer .mado #mado-about .logos img {
          height: 48px;
          width: auto; }
        #site-footer .mado #mado-about:before {
          width: 24px;
          height: 24px;
          right: 22px;
          top: 56px;
          background-size: 24px;
          position: fixed; } }
  #site-footer .branding #banners {
    background: #ededed;
    text-align: center;
    padding: 72px 0; }
    #site-footer .branding #banners li img {
      height: auto;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  #site-footer .branding .row {
    padding: 24px 0; }
  #site-footer .branding .logo img {
    height: 44px;
    width: auto; }
  #site-footer .branding .scrolltop {
    position: absolute;
    right: 10px;
    bottom: 21px;
    cursor: pointer; }
    #site-footer .branding .scrolltop img {
      width: 48px;
      height: 48px; }
  #site-footer .branding .sns {
    padding-top: 4px;
    text-align: right; }
    #site-footer .branding .sns a {
      text-decoration: none;
      color: #333333; }
    #site-footer .branding .sns i {
      font-size: 22px;
      vertical-align: -10%;
      padding-right: 4px; }
    #site-footer .branding .sns li {
      width: 32%;
      display: inline-block;
      text-align: center;
      border-left: 1px solid #2a4198;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 6px 0; }
  #site-footer .branding .copyright {
    padding-top: 13px;
    padding-left: 2em;
    color: #333333;
    text-align: center;}
  @media screen and (min-width: 641px) {
    #site-footer .branding #banners li {
      width: 33%;
      float: left;
      text-align: center; }
    #site-footer .branding #banners img {
      width: 320px;
      max-width: 90%; }
    #site-footer .branding #banners a:hover img {
      opacity: 0.7; }
    #site-footer .branding .sns a:hover {
      color: #333333; } }
  @media screen and (max-width: 640px) {
    #site-footer .branding #banners {
      padding: 24px 15px; }
      #site-footer .branding #banners li {
        display: block;
        padding: 0;
        margin-bottom: 12px; }
        #site-footer .branding #banners li img {
          max-width: 100%; }
    #site-footer .branding .scrolltop {
      position: absolute;
      right: 0;
      top: 4px; }
      #site-footer .branding .scrolltop img {
        width: 48px;
        height: 48px; }
    #site-footer .branding .row {
      padding: 12px; }
    #site-footer .branding .logo {
      text-align: center;
      margin-bottom: 12px;
      position: relative; }
      #site-footer .branding .logo img {
        height: 34px;
        width: auto; }
    #site-footer .branding .sns {
      margin-bottom: 0;
      border-right: none;
      text-align: center; }
      #site-footer .branding .sns li {
        padding: 0; }
        #site-footer .branding .sns li:first-child {
          border: none; }
      #site-footer .branding .sns i {
        font-size: 18px; }
    #site-footer .branding .copyright {
      color: #666666;
      text-align: center;
      padding-left: 0;
      margin: 0; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before, #site-header .branding:before, #mado-gnav .keywords:before, #site-footer .branding #banners:before, .article-list:before, #single #single-content .member:before, #single #single-content .member .profile dl.desc:before, .row:before, #eyecatch .versatile .text-block:before, #single #single-header:before,
.clearfix:after,
#site-header .branding:after,
#mado-gnav .keywords:after,
#site-footer .branding #banners:after,
.article-list:after,
#single #single-content .member:after,
#single #single-content .member .profile dl.desc:after,
.row:after,
#eyecatch .versatile .text-block:after,
#single #single-header:after {
  content: " ";
  display: table; }


.clearfix:after,
#site-header .branding:after,
#mado-gnav .keywords:after,
#site-footer .branding #banners:after,
.article-list:after,
#single #single-content .member:after,
#single #single-content .member .profile dl.desc:after,
.row:after,
#eyecatch .versatile .text-block:after,
#single #single-header:after {
  clear: both; }

.clearfix, #site-header .branding, #mado-gnav .keywords, #site-footer .branding #banners, .article-list, #single #single-content .member, #single #single-content .member .profile dl.desc, .row, #eyecatch .versatile .text-block, #single #single-header {
  *zoom: 1; }

.align-r {
  text-align: right; }

.align-c, .align-c p {
  text-align: center !important; }

.c-text {
  color: #262626; }

.c-text-light {
  color: #666666; }

#single #single-content .btn a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 3px 7em;
  text-decoration: none;
  border-radius: 48px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #333333;
  border:1px solid #333333;}

#single #single-content .btn a:after,　#single #single-content .btn a[target="_blank"]:after, #single #single-content .btn a[href$=".pdf"]:after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

#single #single-content .btn a:after {
      content: "\f105";
      font-family: FontAwesome;
      font-weight: 400;
      font-size: 25px;}

#single #single-content .btn a[target="_blank"] {
    background-image: none; }

#single #single-content .btn a[target="_blank"]:after {
      content: " \f08e";
      font-family: FontAwesome;
      font-weight: 400;
      font-size: 18px;}

#single #single-content .btn a[href$=".pdf"] {
    background-image: none; }

#single #single-content .btn a[href$=".pdf"]:after {
      content: " \f1c1";
      font-family: FontAwesome;
      font-weight: 400;
      font-size: 18px;}

#single #single-content .btn.white a {
  background: none;
  border: 1px solid #333333;
  color: #333333;
  background: #fff; }

#single #single-content .btn.white.inverted a {
  border-color: #fff;
  color: #ffft;
  background: none; }

#single #single-content .btn.large a {
  display: block;
  text-align: center; }

@media screen and (min-width: 641px) {
#single #single-content .btn a:hover {
  color:#333333;
  background: #fff;
}
#single #single-content .btn.white a:hover {
  color:#ffffff;
  background: #333333;
}
#single #single-content .btn.white.inverted a:hover {
    background: #2a4198;
    border-color: transparent;
    color: #fff; } }

@media screen and (max-width: 640px) {
#single #single-content .btn a {
    display: block;
    padding: 12px 1.5em 12px 1em;
    text-align: center;
    background-size: 18px auto;
    font-size: 14px;} }

@media screen and (min-width: 641px) {
  .mobile {
    display: none; } }

@media screen and (max-width: 640px) {
  .desktop {
    display: none; } }

body {
  font-family: "Avenir Next", YuGothic, '游ゴシック', sans-serif;
  color: #262626;
  line-height: 1; }
  body.isWin {
    font-weight: 500; }

.en-in-ja {
  font-size: 104%;
  padding-right: 0.18em; }

.largecopy, #single #single-content, #single #single-content p, #single #single-content ul, #single #single-content ol, #single #single-content table, #single #single-content dl, #single #single-content h4, #single #single-content .btn, #single #single-content .member .profile h3, .top-block .top-ttl .ja-ttl, .top-block .theme-list .ttl {
  font-size: 17px;
  line-height: 2.4;
  letter-spacing: 0.1em; }
  .grid1of3 .largecopy, .grid1of3 #single #single-content, #single .grid1of3 #single-content, .grid1of3 #single #single-content p, #single #single-content .grid1of3 p, .grid1of3 #single #single-content ul, #single #single-content .grid1of3 ul, .grid1of3 #single #single-content ol, #single #single-content .grid1of3 ol, .grid1of3 #single #single-content table, #single #single-content .grid1of3 table, .grid1of3 #single #single-content dl, #single #single-content .grid1of3 dl, .grid1of3 #single #single-content h4, #single #single-content .grid1of3 h4, .grid1of3 #single #single-content .btn, #single #single-content .grid1of3 .btn, .grid1of3 #single #single-content .member .profile h3, #single #single-content .member .profile .grid1of3 h3, .grid1of3 .top-block .top-ttl .ja-ttl, .top-block .top-ttl .grid1of3 .ja-ttl, .grid1of3 .top-block .theme-list .ttl, .top-block .theme-list .grid1of3 .ttl,
  .grid2of4 .largecopy,
  .grid2of4 #single #single-content, #single
  .grid2of4 #single-content,
  .grid2of4 #single #single-content p, #single #single-content
  .grid2of4 p,
  .grid2of4 #single #single-content ul, #single #single-content
  .grid2of4 ul,
  .grid2of4 #single #single-content ol, #single #single-content
  .grid2of4 ol,
  .grid2of4 #single #single-content table, #single #single-content
  .grid2of4 table,
  .grid2of4 #single #single-content dl, #single #single-content
  .grid2of4 dl,
  .grid2of4 #single #single-content h4, #single #single-content
  .grid2of4 h4,
  .grid2of4 #single #single-content .btn, #single #single-content
  .grid2of4 .btn,
  .grid2of4 #single #single-content .member .profile h3, #single #single-content .member .profile
  .grid2of4 h3,
  .grid2of4 .top-block .top-ttl .ja-ttl, .top-block .top-ttl
  .grid2of4 .ja-ttl,
  .grid2of4 .top-block .theme-list .ttl, .top-block .theme-list
  .grid2of4 .ttl {
    line-height: 30px; }
  @media screen and (max-width: 640px) {
    .largecopy, #single #single-content, #single #single-content p, #single #single-content ul, #single #single-content ol, #single #single-content table, #single #single-content dl, #single #single-content h4, #single #single-content .btn, #single #single-content .member .profile h3, .top-block .top-ttl .ja-ttl, .top-block .theme-list .ttl {
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0.05em; } }

.bodycopy, body, #site-footer .mado #mado-about p, #site-footer .mado #mado-about .logos, .article-list li .ttl, #single #single-content .wrapped p, #single #single-content .slider .slide-single h3 {
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0.1em; }
  .article-list .bodycopy, .article-list body, .article-list #site-footer .mado #mado-about p, #site-footer .mado #mado-about .article-list p, .article-list #site-footer .mado #mado-about .logos, #site-footer .mado #mado-about .article-list .logos, .article-list li .ttl, .article-list #single #single-content .wrapped p, #single #single-content .wrapped .article-list p, .article-list #single #single-content .slider .slide-single h3, #single #single-content .slider .slide-single .article-list h3 {
    line-height: 24px; }
  @media screen and (max-width: 640px) {
    .bodycopy, body, #site-footer .mado #mado-about p, #site-footer .mado #mado-about .logos, .article-list li .ttl, #single #single-content .wrapped p, #single #single-content .slider .slide-single h3 {
      font-size: 13px;
      line-height: 24px;
      letter-spacing: 0.05em; } }

.subcopy, #site-header .branding .gnav, #site-header .mado .links, #mado-gnav .nav-block .txt, #mado-gnav .keywords li, #site-footer .branding .sns, #archive #archive-header nav.keyword li, #single #single-content .caption, #single #single-content #site-header .mado .tagline, #site-header .mado #single #single-content .tagline, #single #single-content #site-footer .mado #mado-about .link, #site-footer .mado #mado-about #single #single-content .link, #single #single-content #site-footer .branding .copyright, #site-footer .branding #single #single-content .copyright, #single #single-content .article-list li .keyword, .article-list li #single #single-content .keyword, #single #single-content
.article-list li .date,
.article-list li #single #single-content .date, #single #single-content #single-info, #single #single-content .top-block .top-ttl .keyword, .top-block .top-ttl #single #single-content .keyword, #single #single-content .top-block .theme-list .keyword, .top-block .theme-list #single #single-content .keyword, #single #single-content .top-block .txt-wrapper.center .sub-ttl, .top-block .txt-wrapper.center #single #single-content .sub-ttl, #single #single-content #single-header .subttl, #single #single-header #single-content .subttl, #single #single-content #single-header .keyword a, #single #single-header .keyword #single-content a, #single #single-content .member .profile .position, #single #single-content .member .profile .link, #single #single-content .member .profile .desc, #eyecatch .wrapper .excerpt p, #eyecatch #site-header .branding .excerpt p, #site-header #eyecatch .branding .excerpt p, .top-block .top-ttl .excerpt, .top-block .top-ttl .date, .top-block .theme-list .desc, #single #single-content .img-wrapper.row .col p, #single #single-content .slider .slide-single p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 640px) {
    .subcopy, #site-header .branding .gnav, #site-header .mado .links, #mado-gnav .nav-block .txt, #mado-gnav .keywords li, #site-footer .branding .sns, #archive #archive-header nav.keyword li, #single #single-content .caption, #single #single-content #site-header .mado .tagline, #site-header .mado #single #single-content .tagline, #single #single-content #site-footer .mado #mado-about .link, #site-footer .mado #mado-about #single #single-content .link, #single #single-content #site-footer .branding .copyright, #site-footer .branding #single #single-content .copyright, #single #single-content .article-list li .keyword, .article-list li #single #single-content .keyword, #single #single-content
    .article-list li .date,
    .article-list li #single #single-content .date, #single #single-content #single-info, #single #single-content .top-block .top-ttl .keyword, .top-block .top-ttl #single #single-content .keyword, #single #single-content .top-block .theme-list .keyword, .top-block .theme-list #single #single-content .keyword, #single #single-content .top-block .txt-wrapper.center .sub-ttl, .top-block .txt-wrapper.center #single #single-content .sub-ttl, #single #single-content #single-header .subttl, #single #single-header #single-content .subttl, #single #single-content #single-header .keyword a, #single #single-header .keyword #single-content a, #single #single-content .member .profile .position, #single #single-content .member .profile .link, #single #single-content .member .profile .desc, #eyecatch .wrapper .excerpt p, #eyecatch #site-header .branding .excerpt p, #site-header #eyecatch .branding .excerpt p, .top-block .top-ttl .excerpt, .top-block .top-ttl .date, .top-block .theme-list .desc, #single #single-content .img-wrapper.row .col p, #single #single-content .slider .slide-single p {
      font-size: 11px;
      line-height: 20px;
      letter-spacing: 0.05em; } }

.caption, #site-header .mado .tagline, #site-footer .mado #mado-about .link, #site-footer .branding .copyright, .article-list li .keyword,
.article-list li .date, #single #single-info, .top-block .top-ttl .keyword, .top-block .theme-list .keyword, .top-block .txt-wrapper.center .sub-ttl, #single #single-header .subttl, #single #single-header .keyword a {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 640px) {
    .caption, #site-header .mado .tagline, #site-footer .mado #mado-about .link, #site-footer .branding .copyright, .article-list li .keyword,
    .article-list li .date, #single #single-info, .top-block .top-ttl .keyword, .top-block .theme-list .keyword, .top-block .txt-wrapper.center .sub-ttl, #single #single-header .subttl, #single #single-header .keyword a {
      font-size: 9px;
      letter-spacing: 0.05em; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

.h1 {
  font-size: 47px;
  line-height: 64px;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 640px) {
    .h1 {
      font-size: 36px;
      line-height: 48px;
      letter-spacing: 0.05em; } }

.h2, #eyecatch .versatile h1, #archive #archive-header .archive-ttl, #single #single-header .single-ttl {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0.5em; }
  @media screen and (max-width: 640px) {
    .h2, #eyecatch .versatile h1, #archive #archive-header .archive-ttl, #single #single-header .single-ttl {
      font-size: 21px;
      line-height: 36px;
      letter-spacing: 0.005em; } }

.h3, #single #single-content h2, #single #related h2 {
  font-size: 25px;
  line-height: 48px;
  letter-spacing: 0.2em; }
  .grid1of3 .h3, .grid1of3 #single #single-content h2, #single #single-content .grid1of3 h2, .grid1of3 #single #related h2, #single #related .grid1of3 h2, .grid1of4 .h3, .grid1of4 #single #single-content h2, #single #single-content .grid1of4 h2, .grid1of4 #single #related h2, #single #related .grid1of4 h2, grid2of4 .h3, grid2of4 #single #single-content h2, #single #single-content grid2of4 h2, grid2of4 #single #related h2, #single #related grid2of4 h2 {
    line-height: 30px; }
  @media screen and (max-width: 640px) {
    .h3, #single #single-content h2, #single #related h2 {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.01em; } }

.h4, #single #single-content h3, .top-block blockquote, .top-block .txt-wrapper .ttl, #showmore, .footer-nav a {
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 0.2em; }
  @media screen and (max-width: 640px) {
    .h4, #single #single-content h3, .top-block blockquote, .top-block .txt-wrapper .ttl, #showmore, .footer-nav a {
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0.1em; } }

.en, #site-footer .branding .copyright,
.article-list li .date {
  letter-spacing: 0.02em; }

.ls-0, #site-header .branding .gnav .mainsite, #site-header .mado .tagline, #mado-gnav .keywords li, #archive #archive-header nav.keyword li, #single #single-content .member .profile .position, #single #single-content .member .profile .link, #single #single-content .member .profile .desc, .top-block .top-ttl .date {
  letter-spacing: 0 !important; }

.ls-50, #single #single-content h3 {
  letter-spacing: 0.05em !important; }

.ls-100, #eyecatch .versatile h1, .top-block blockquote, .top-block .txt-wrapper .ttl, .footer-nav a, #single #single-header .single-ttl {
  letter-spacing: 0.1em !important; }

.ls-200 {
  letter-spacing: 0.2em !important; }

.ls-250 {
  letter-spacing: 0.25em !important; }

.ls-500 {
  letter-spacing: 0.5em !important; }

/*-------------------------------------
		margin, border
-------------------------------------*/
.mt-0 {
  margin-top: 0 !important; }

.mt-half {
  margin-top: 24px !important; }

.mt-1 {
  margin-top: 48px !important; }

.mt-2 {
  margin-top: 96px !important; }

.mt-3 {
  margin-top: 144px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-half {
  margin-bottom: 24px !important; }

.mb-1 {
  margin-bottom: 48px !important; }

.mb-1half {
  margin-bottom: 72px !important; }

.mb-2 {
  margin-bottom: 96px !important; }

.mb-3 {
  margin-bottom: 144px !important; }

.mb-4 {
  margin-bottom: 192px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-half {
  padding-bottom: 24px !important; }

.pt-half {
  padding-top: 24px !important; }

.pt-1 {
  padding-top: 48px !important; }

.pt-1half {
  padding-top: 72px !important; }

.pt-2 {
  padding-top: 96px !important; }

.pb-1 {
  padding-bottom: 48px !important; }

.pb-1half {
  padding-bottom: 72px !important; }

.pb-2 {
  padding-bottom: 96px !important; }

/* ==========================================================================
   一覧ページ
   ========================================================================== */
#archive #archive-header {
  color: #2a4198;
  padding: 96px 0 48px; }
  #archive #archive-header .archive-ttl {
    margin-bottom: 48px; }
    @media screen and (max-width: 640px) {
      #archive #archive-header .archive-ttl {
        margin-bottom: 24px; } }
  #archive #archive-header nav {
    padding: 24px 0;
    font-weight: 600; }
    #archive #archive-header nav li, #archive #archive-header nav li a {
      display: inline-block; }
    #archive #archive-header nav.date li {
      margin-right: 1.5em; }
      #archive #archive-header nav.date li a {
        color: #bcbcbc;
        cursor: pointer;
        text-decoration: none; }
        @media screen and (min-width: 641px) {
          #archive #archive-header nav.date li a:hover {
            color: #2a4198; } }
      #archive #archive-header nav.date li.on a {
        color: #2a4198;
        cursor: auto; }
      @media screen and (max-width: 640px) {
        #archive #archive-header nav.date li {
          margin-right: 1em; } }
    #archive #archive-header nav.keyword {
      padding-bottom: 0; }
      #archive #archive-header nav.keyword li {
        float: left;
        margin-right: 12px;
        margin-bottom: 12px; }
        #archive #archive-header nav.keyword li a {
          font-weight: 400;
          color: #fff;
          background: #bcbcbc;
          padding: 0 0.5em;
          border-radius: 5px;
          cursor: pointer; }
          .isIE #archive #archive-header nav.keyword li a {
            line-height: 21px;
            padding-top: 3px; }
          @media screen and (min-width: 641px) {
            #archive #archive-header nav.keyword li a:hover {
              background: #2a4198; } }
        #archive #archive-header nav.keyword li.on a {
          background: #2a4198; }
          @media screen and (min-width: 641px) {
            #archive #archive-header nav.keyword li.on a:hover {
              background: #3756c8; } }

#archive #archive-content .article-list li .keyword {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 641px) {
    #archive #archive-content .article-list li .keyword:hover {
      background: #2a4198;
      color: #fff; } }

.article-list {
  margin-bottom: 96px;
  margin-right: -3.98%;
  position: relative; }
  .article-list li {
    width: 29.4736487786%;
    margin-right: 3.8276591652%;
    margin-bottom: 24px;
    float: left; }
    .article-list li img {
      width: 100%;
      height: auto; }
    .article-list li a {
      text-decoration: none; }
    .article-list li .thumb {
      overflow: hidden; }
    .article-list li .ttl {
      color: #2a4198;
      margin: 12px 0 0;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
    .article-list li .keyword,
    .article-list li .date {
      display: inline-block;
      color: #2a4198; }
    .article-list li .keyword {
      border: 1px solid #2a4198;
      border-radius: 4px;
      padding: 2px 4px;
      margin-right: .5em; }
  @media screen and (min-width: 641px) {
    .article-list li .thumb img {
      -webkit-transition: all 0.8s;
      transition: all 0.8s; }
    .article-list li a:hover .thumb img {
      -webkit-transform: scale(1.08) !important;
              transform: scale(1.08) !important; }
    .article-list li a:hover .ttl {
      color: #3756c8; } }
  @media screen and (max-width: 640px) {
    .article-list {
      display: block;
      margin-bottom: 48px; }
      .article-list li {
        width: auto;
        float: none; } }

/* ==========================================================================
   詳細ページ
   ========================================================================== */
#single {
  overflow: hidden; }
  #single #single-header {
    position: relative; }
    #single #single-header .single-header-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #single #single-header .single-header-img img {
        width: 102%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    #single #single-header .single-ttl, #single #single-header .subttl, #single #single-header .keyword {
      position: relative;
      z-index: 3; }
    @media screen and (max-width: 640px) {
      #single #single-header .single-header-img img {
        height: 102%;
        width: auto; } }
  #single #single-info {
    padding: 28px 0;
    position: relative;
    border-bottom: 1px solid #2a4198;
    margin-bottom: 48px; }
    #single #single-info, #single #single-info a {
      color: #2a4198; }
    #single #single-info a {
      text-decoration: none; }
      @media screen and (min-width: 641px) {
        #single #single-info a:hover {
          text-decoration: underline; } }
    #single #single-info .breadcrumb li {
      display: inline; }
    #single #single-info .date {
      position: absolute;
      right: 0;
      top: 28px; }
    @media screen and (max-width: 640px) {
      #single #single-info {
        padding: 12px 0 !important;
        margin-bottom: 24px; }
        #single #single-info .breadcrumb {
          letter-spacing: 0; }
        #single #single-info .date {
          top: 24px;
          position: relative;
          right: auto;
          top: auto; } }
  #single #single-content, #single #single-content p {
    text-align: justify; }
  #single #single-content .align-c * {
    text-align: center; }
  #single #single-content img {
    max-width: 100%;
    height: auto; }
  #single #single-content h2, #single #single-content h3, #single #single-content h4, #single #single-content ul, #single #single-content ol, #single #single-content table, #single #single-content dl {
    text-align: left; }
  #single #single-content h2, #single #single-content h3 {
    color: #2a4198; }
  #single #single-content h2 {
    margin: 144px 0 48px;
    position: relative; }
    #single #single-content h2:first-child {
      margin-top: 48px; }
      #single #single-content h2:first-child:before {
        display: none; }
    @media screen and (max-width: 640px) {
      #single #single-content h2 {
        margin: 72px 0 24px; }
        #single #single-content h2:first-child {
          margin-top: 24px; } }
  #single #single-content h3 {
    margin: 48px 0; }
    @media screen and (max-width: 640px) {
      #single #single-content h3 {
        margin: 24px 0; } }
  #single #single-content h4 {
    margin: 48px 0 0; }
    #single #single-content h4 + p {
      margin-top: 0; }
    @media screen and (max-width: 640px) {
      #single #single-content h4 {
        margin: 24px 0 0; } }
  #single #single-content p {
    margin: 48px 0; }
    @media screen and (max-width: 640px) {
      #single #single-content p {
        margin: 24px 0; } }
  #single #single-content ul, #single #single-content ol {
    border-bottom: 1px solid #2a4198;
    margin: 72px 0; }
    #single #single-content ul li, #single #single-content ol li {
      border-top: 1px solid #2a4198;
      position: relative;
      padding: 12px 0; }
      #single #single-content ul li a, #single #single-content ol li a {
        display: block;
        text-decoration: none;
        font-weight: 600;
        color: #2a4198; }
        #single #single-content ul li a[href^="#"]:after, #single #single-content ol li a[href^="#"]:after {
          position: absolute;
          right: 1em;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          content: "\f078";
          font-family: FontAwesome;
          font-weight: 400; }
    @media screen and (max-width: 640px) {
      #single #single-content ul, #single #single-content ol {
        margin: 48px 0; }
        #single #single-content ul li a[href^="#"], #single #single-content ol li a[href^="#"] {
          padding-right: 1.5em; }
          #single #single-content ul li a[href^="#"]:after, #single #single-content ol li a[href^="#"]:after {
            right: 0.5em; } }
  #single #single-content ol {
    counter-reset: my-counter; }
    #single #single-content ol li:before {
      content: counter(my-counter);
      counter-increment: my-counter;
      padding-right: 0.5em;
      color: #2a4198;
      font-weight: 600; }
  #single #single-content table {
    width: 100%;
    border-bottom: 1px solid #2a4198;
    margin: 72px 0; }
    #single #single-content table td, #single #single-content table th {
      border-top: 1px solid #2a4198;
      vertical-align: top;
      padding: 12px 0;
      text-align: left; }
    #single #single-content table th {
      font-weight: 600;
      color: #2a4198; }
    @media screen and (max-width: 640px) {
      #single #single-content table {
        margin: 32px 0; } }
  #single #single-content a {
    color: #333333; }
    #single #single-content a[target="_blank"]:after {
      content: " \f08e";
      font-family: FontAwesome;
      font-weight: 400; }
    #single #single-content a[href$=".pdf"]:after {
      content: " \f1c1";
      font-family: FontAwesome;
      font-weight: 400; }
    #single #single-content a.hasImg[target="_blank"]:after {
      display: none; }
  #single #single-content strong, #single #single-content em {
    font-weight: 600;
    font-style: normal; }
  #single #single-content strong {
    color: #2a4198; }
  #single #single-content .red {
    color: #ff4d4d; }
  #single #single-content .underline {
    text-decoration: underline; }
  #single #single-content .subcopy, #single #single-content #site-header .branding .gnav, #site-header .branding #single #single-content .gnav, #single #single-content #site-header .mado .links, #site-header .mado #single #single-content .links, #single #single-content #mado-gnav .nav-block .txt, #mado-gnav .nav-block #single #single-content .txt, #single #single-content #mado-gnav .keywords li, #mado-gnav .keywords #single #single-content li, #single #single-content #site-footer .branding .sns, #site-footer .branding #single #single-content .sns, #single #single-content #archive #archive-header nav.keyword li, #archive #archive-header nav.keyword #single #single-content li, #single #single-content .caption, #single #single-content #site-header .mado .tagline, #site-header .mado #single #single-content .tagline, #single #single-content #site-footer .mado #mado-about .link, #site-footer .mado #mado-about #single #single-content .link, #single #single-content #site-footer .branding .copyright, #site-footer .branding #single #single-content .copyright, #single #single-content .article-list li .keyword, .article-list li #single #single-content .keyword, #single #single-content
  .article-list li .date,
  .article-list li #single #single-content .date, #single #single-content #single-info, #single #single-content .top-block .top-ttl .keyword, .top-block .top-ttl #single #single-content .keyword, #single #single-content .top-block .theme-list .keyword, .top-block .theme-list #single #single-content .keyword, #single #single-content .top-block .txt-wrapper.center .sub-ttl, .top-block .txt-wrapper.center #single #single-content .sub-ttl, #single #single-content #single-header .subttl, #single #single-header #single-content .subttl, #single #single-content #single-header .keyword a, #single #single-header .keyword #single-content a, #single #single-content .member .profile .position, #single #single-content .member .profile .link, #single #single-content .member .profile .desc, #single #single-content #eyecatch .wrapper .excerpt p, #eyecatch .wrapper .excerpt #single #single-content p, #single #single-content #eyecatch #site-header .branding .excerpt p, #eyecatch #site-header .branding .excerpt #single #single-content p, #single #single-content #site-header #eyecatch .branding .excerpt p, #site-header #eyecatch .branding .excerpt #single #single-content p, #single #single-content .top-block .top-ttl .excerpt, .top-block .top-ttl #single #single-content .excerpt, #single #single-content .top-block .top-ttl .date, .top-block .top-ttl #single #single-content .date, #single #single-content .top-block .theme-list .desc, .top-block .theme-list #single #single-content .desc, #single #single-content .img-wrapper.row .col p, #single #single-content .slider .slide-single p {
    margin: 12px 0; }
  #single #single-content .btn {
    margin: 48px 20px; }
  #single #single-content .wrapped {
    background: #ededed;
    padding: 24px 32px;
    margin: 48px 0; }
    #single #single-content .wrapped h2, #single #single-content .wrapped h3 {
      margin-top: 12px;
      margin-bottom: 12px; }
    #single #single-content .wrapped h4 {
      margin: 0; }
    #single #single-content .wrapped h2:first-child, #single #single-content .wrapped h3:first-child {
      margin-top: 0; }
    #single #single-content .wrapped p {
      margin: 0; }
    @media screen and (max-width: 640px) {
      #single #single-content .wrapped {
        padding: 1.5em; } }
  #single #single-content .row {
    margin: 48px 0; }
  #single #single-content .caption, #single #single-content #site-header .mado .tagline, #site-header .mado #single #single-content .tagline, #single #single-content #site-footer .mado #mado-about .link, #site-footer .mado #mado-about #single #single-content .link, #single #single-content #site-footer .branding .copyright, #site-footer .branding #single #single-content .copyright, #single #single-content .article-list li .keyword, .article-list li #single #single-content .keyword, #single #single-content
  .article-list li .date,
  .article-list li #single #single-content .date, #single #single-content #single-info, #single #single-content .top-block .top-ttl .keyword, .top-block .top-ttl #single #single-content .keyword, #single #single-content .top-block .theme-list .keyword, .top-block .theme-list #single #single-content .keyword, #single #single-content .top-block .txt-wrapper.center .sub-ttl, .top-block .txt-wrapper.center #single #single-content .sub-ttl, #single #single-content #single-header .subttl, #single #single-header #single-content .subttl, #single #single-content #single-header .keyword a, #single #single-header .keyword #single-content a {
    color: #666666;
    text-align: center; }
  #single #single-content dl.qanda dt, #single #single-content dl.qanda dd {
    position: relative; }
    #single #single-content dl.qanda dt:after, #single #single-content dl.qanda dd:after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      left: -24px;
      top: 0;
      background: #dedede; }
  #single #single-content dl.qanda dt {
    color: #2a4198;
    font-weight: 600; }
  #single #single-content dl.qanda dt:before,
  #single #single-content dl.qanda dd:before {
    font-weight: 600;
    font-size: 36px;
    color: #2a4198;
    position: absolute;
    left: -72px;
    top: 0; }
  #single #single-content dl.qanda dt:before {
    content: "Q"; }
  #single #single-content dl.qanda dd:before {
    content: "A"; }
  @media screen and (max-width: 640px) {
    #single #single-content dl.qanda dt:before {
      position: relative;
      left: 0;
      font-size: 19px;
      padding-right: 4px;
      display: inline-block; }
    #single #single-content dl.qanda dd:before {
      display: none; } }
  #single #single-content .member {
    margin: 48px 0; }
    #single #single-content .member.row {
      margin-left: -20px;
      margin-right: -20px; }
    #single #single-content .member .pic {
      width: 80px;
      height: 80px;
      float: left;
      margin-right: 32px;
      position: relative; }
      #single #single-content .member .pic:before, #single #single-content .member .pic:after {
        content: "";
        display: block;
        width: 80px;
        height: 40px;
        position: absolute;
        right: -4px;
        z-index: -1; }
      #single #single-content .member .pic:before {
        background: #fedc34;
        top: 4px;
        border-radius: 40px 40px 0 0; }
      #single #single-content .member .pic:after {
        background: #2a4198;
        bottom: -4px;
        border-radius: 0 0 40px 40px; }
    #single #single-content .member .profile {
      overflow: hidden;
      margin-bottom: 48px; }
      #single #single-content .member .profile:last-child {
        margin-bottom: 0; }
      #single #single-content .member .profile h3 {
        line-height: 40px;
        margin: 0;
        color: #262626; }
      #single #single-content .member .profile .position, #single #single-content .member .profile .link, #single #single-content .member .profile .desc {
        margin: 0 0 12px; }
      #single #single-content .member .profile .position {
        color: #666666; }
      #single #single-content .member .profile dl.desc dt {
        float: left;
        clear: left;
        font-weight: 600;
        color: #2a4198;
        min-width: 5em;
        padding-right: 1em; }
      #single #single-content .member .profile dl.desc dd {
        float: left; }
    @media screen and (max-width: 640px) {
      #single #single-content .member .pic {
        float: none;
        margin-left: auto;
        margin-right: auto; }
      #single #single-content .member .profile {
        text-align: center;
        padding-top: 6px; }
        #single #single-content .member .profile h3 {
          text-align: center; }
        #single #single-content .member .profile dl.desc {
          text-align: center; }
          #single #single-content .member .profile dl.desc dt, #single #single-content .member .profile dl.desc dd {
            float: none; }
          #single #single-content .member .profile dl.desc dd {
            margin-bottom: 12px; }
            #single #single-content .member .profile dl.desc dd:last-child {
              margin-bottom: 0; }
            #single #single-content .member .profile dl.desc dd br {
              display: none; }
      #single #single-content .member.row .col {
        width: 50% !important;
        float: left; }
        #single #single-content .member.row .col:nth-child(3n+4) {
          clear: none; }
        #single #single-content .member.row .col:nth-child(2n+3) {
          clear: left; } }
  #single #single-content .img-wrapper {
    text-align: center;
    margin: 72px 0 72px; }
    #single #single-content .img-wrapper:first-child {
      margin-top: 0; }
    #single #single-content .img-wrapper.small img {
      width: 640px; }
    @media screen and (max-width: 640px) {
      #single #single-content .img-wrapper {
        margin: 48px 0; }
        #single #single-content .img-wrapper.large, #single #single-content .img-wrapper.full {
          width: auto !important;
          -webkit-transform: none !important;
                  transform: none !important; } }
  #single #single-content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 72px 0; }
    #single #single-content .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
    @media screen and (max-width: 640px) {
      #single #single-content .youtube {
        margin: 48px 0; } }
  #single #single-content .sharer {
    text-align: center;
    margin: 96px 0; }
    #single #single-content .sharer > div {
      display: inline-block;
      margin: 0 24px; }
    #single #single-content .sharer a[target="_blank"]:after {
      display: none; }
    #single #single-content .sharer a {
      text-decoration: none;
      font-weight: 600; }
    #single #single-content .sharer i, #single #single-content .sharer img {
      padding-right: 4px; }
    #single #single-content .sharer i {
      font-size: 28px;
      vertical-align: -15%; }
    #single #single-content .sharer img {
      vertical-align: middle;
      width: 25px; }
    @media screen and (max-width: 640px) {
      #single #single-content .sharer {
        margin: 48px 0; }
        #single #single-content .sharer > div {
          margin: 0 0.25em; }
        #single #single-content .sharer i {
          font-size: 18px; }
        #single #single-content .sharer img {
          width: 18px; } }
  #single #related {
    margin-top: 48px; }
    #single #related h2 {
      text-align: center;
      border-top: 1px solid #2a4198;
      padding-top: 32px;
      margin-bottom: 48px;
      color: #2a4198; }

/*-------------------------------------
		horizontal grid
-------------------------------------*/
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .row .col.grid1of3 {
    width: 33.33%; }
    .row .col.grid1of3:nth-child(3n+4) {
      clear: both; }
  .row .col.grid2of3 {
    width: 66.66%; }
  .row .col.grid1of4 {
    width: 25%; }
  .row .col.grid2of4 {
    width: 50%; }
  .row .col.grid3of4 {
    width: 75%; }
  .row .col.full {
    float: none;
    width: 100%; }
  .row .col:first-child {
    margin-left: 0; }
  .row .col .col-inner {
    padding-left: 20px;
    padding-right: 20px; }

.row.border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .row.border .col {
    border-left: 1px solid #dedede; }
    .row.border .col:first-child {
      border: none; }
    .row.border .col .col-inner {
      padding-left: 40px;
      padding-right: 40px; }

.row.noborder .col {
  border: none; }

.row.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .row.center .col {
    float: none; }

.row.vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .row.vcenter .col {
    float: none; }

@media screen and (max-width: 640px) {
  .row .col {
    float: none;
    width: auto !important;
    margin-bottom: 24px; }
    .row .col .col-inner {
      padding-left: 6%;
      padding-right: 6%; }
  .row.border {
    display: block; }
    .row.border .col {
      display: block;
      border-left: none;
      border-bottom: 1px solid #dedede;
      margin-bottom: 12px;
      padding-bottom: 12px; }
      .row.border .col .col-inner {
        padding-left: 6%;
        padding-right: 6%; }
  .row.center {
    display: block; }
  .row.vcenter {
    display: block; } }

.wrapper, #site-header .branding {
  padding-left: 40px;
  padding-right: 40px;
  position: relative; }

.single-wrapper, #single #single-header .single-header-inner, #single #single-info, #single #single-content {
  margin-left: auto;
  margin-right: auto; }

.single-wrapper, #single #single-info, #single #single-content {
  width: 100%;
  max-width:1000px;}

.content-wrapper, #site-footer .mado .scrolltop, #archive, #single #related {
  width: 80.70%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 640px) {
  .single-wrapper, #single #single-header .single-header-inner, #single #single-info, #single #single-content, .content-wrapper, #site-footer .mado .scrolltop, #archive, #single #related {
    width: auto; } }

#eyecatch {
  overflow: hidden; }
  #eyecatch .wrapper, #eyecatch #site-header .branding, #site-header #eyecatch .branding {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: cover;
    background: no-repeat cetner; }
    #eyecatch .wrapper .excerpt p, #eyecatch #site-header .branding .excerpt p, #site-header #eyecatch .branding .excerpt p {
      font-weight: 600;
      text-align: justify; }
    #eyecatch .wrapper .excerpt .more a, #eyecatch #site-header .branding .excerpt .more a, #site-header #eyecatch .branding .excerpt .more a {
      display: block;
      text-decoration: none;
      text-align: center;
      font-weight: 600;
      position: relative; }
      #eyecatch .wrapper .excerpt .more a:before, #eyecatch #site-header .branding .excerpt .more a:before, #site-header #eyecatch .branding .excerpt .more a:before {
        position: absolute;
        right: 1em;
        top: 6px;
        content: "\f105";
        font-family: FontAwesome;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      @media screen and (min-width: 641px) {
        #eyecatch .wrapper .excerpt .more a:hover:before, #eyecatch #site-header .branding .excerpt .more a:hover:before, #site-header #eyecatch .branding .excerpt .more a:hover:before {
          right: 0.7em; } }
    @media screen and (min-width: 641px) {
      #eyecatch .wrapper:after, #eyecatch #site-header .branding:after, #site-header #eyecatch .branding:after {
        content: "";
        display: block;
        padding-top: 50%; } }
    @media screen and (max-width: 640px) {
      #eyecatch .wrapper, #eyecatch #site-header .branding, #site-header #eyecatch .branding {
        height: auto; } }
  #eyecatch .basic .wrapline {
    position: absolute;
    left: 9.083%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 50px;
    line-height: 60px; }
    #eyecatch .basic .wrapline:before, #eyecatch .basic .wrapline:after {
      display: block;
      content: "";
      position: absolute;
      width: 48px;
      height: 48px; }
    #eyecatch .basic .wrapline:before {
      top: 0;
      left: -96px;
      background: #fedc34; }
    #eyecatch .basic .wrapline:after {
      top: -96px;
      left: -144px;
      background: #2a4198; }
    #eyecatch .basic .wrapline span {
      display: inline-block;
      background: #2a4198;
      color: #fff; }
      #eyecatch .basic .wrapline span:first-child, #eyecatch .basic .wrapline span:last-child {
        position: relative; }
        #eyecatch .basic .wrapline span:first-child:before, #eyecatch .basic .wrapline span:last-child:before {
          display: block;
          content: "";
          position: absolute;
          width: 48px;
          height: 48px;
          background: url(/special/images/branding/stripe.png) repeat center;
          background-size: 12px; }
      #eyecatch .basic .wrapline span:first-child:before {
        left: -48px;
        top: -48px; }
      #eyecatch .basic .wrapline span:last-child:before {
        left: -48px;
        bottom: -48px; }
    .isIE #eyecatch .basic .wrapline {
      line-height: 48px; }
      .isIE #eyecatch .basic .wrapline span {
        padding-top: 12px; }
  #eyecatch .basic .excerpt {
    position: absolute;
    right: 48px;
    bottom: 48px;
    width: 36%;
    color: #fff; }
    #eyecatch .basic .excerpt:before, #eyecatch .basic .excerpt:after {
      display: block;
      content: "";
      position: absolute;
      width: 48px;
      height: 48px;
      background: #2a4198; }
    #eyecatch .basic .excerpt:before {
      top: -48px;
      left: -48px; }
    #eyecatch .basic .excerpt:after {
      top: -96px;
      left: 0; }
    #eyecatch .basic .excerpt p {
      background: #1d2e66;
      padding: 1em; }
    #eyecatch .basic .excerpt .more a {
      background: #2a4198;
      color: #fff;
      padding: 6px 0; }
      @media screen and (min-width: 641px) {
        #eyecatch .basic .excerpt .more a:hover {
          background: #3756c8; } }
  @media screen and (max-width: 640px) {
    #eyecatch .basic .wrapline, #eyecatch .basic .excerpt {
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      width: auto; }
    #eyecatch .basic .wrapline {
      font-size: 26px;
      line-height: 32px;
      margin: 0 0 48px 15px;
      top: 38%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      #eyecatch .basic .wrapline:before, #eyecatch .basic .wrapline:after {
        width: 32px;
        height: 32px; }
      #eyecatch .basic .wrapline:before {
        top: -64px;
        left: 0; }
      #eyecatch .basic .wrapline:after {
        display: none; }
      #eyecatch .basic .wrapline span:first-child:before, #eyecatch .basic .wrapline span:last-child:before {
        width: 32px;
        height: 32px; }
      #eyecatch .basic .wrapline span:first-child:before {
        left: -32px;
        top: -32px; }
      #eyecatch .basic .wrapline span:last-child:before {
        left: -32px;
        bottom: -32px; }
    #eyecatch .basic .excerpt {
      bottom: 0;
      left: 0;
      width: 100%; }
      #eyecatch .basic .excerpt:before, #eyecatch .basic .excerpt:after {
        width: 32px;
        height: 32px; }
      #eyecatch .basic .excerpt:before {
        top: -32px;
        left: auto;
        right: 0; }
      #eyecatch .basic .excerpt:after {
        top: -64px;
        left: auto;
        right: 32px;
        background: #1d2e66; } }
  #eyecatch .versatile .text-block, #eyecatch .versatile h1, #eyecatch .versatile .excerpt, #eyecatch .versatile .excerpt .more {
    position: relative; }
    #eyecatch .versatile .text-block:before, #eyecatch .versatile .text-block:after, #eyecatch .versatile h1:before, #eyecatch .versatile h1:after, #eyecatch .versatile .excerpt:before, #eyecatch .versatile .excerpt:after, #eyecatch .versatile .excerpt .more:before, #eyecatch .versatile .excerpt .more:after {
      display: block;
      content: "";
      position: absolute;
      width: 48px;
      height: 48px;
      z-index: 3; }
  #eyecatch .versatile .text-block {
    width: 48%; }
    #eyecatch .versatile .text-block:before, #eyecatch .versatile .text-block:after {
      background: url(/special/images/branding/stripe.png) repeat center;
      background-size: 12px; }
    #eyecatch .versatile .text-block:before {
      top: -48px;
      left: -48px; }
    #eyecatch .versatile .text-block:after {
      bottom: -48px;
      left: -48px; }
  #eyecatch .versatile h1, #eyecatch .versatile .excerpt p, #eyecatch .versatile .excerpt .more {
    border: 4px solid #2a4198;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff; }
    #eyecatch .versatile h1, #eyecatch .versatile h1 a, #eyecatch .versatile .excerpt p, #eyecatch .versatile .excerpt p a, #eyecatch .versatile .excerpt .more, #eyecatch .versatile .excerpt .more a {
      color: #2a4198; }
  #eyecatch .versatile h1 {
    padding: 2px 20px; }
    #eyecatch .versatile h1:before {
      top: -4px;
      left: -100px;
      background: #fedc34; }
    #eyecatch .versatile h1:after {
      top: -96px;
      left: -144px;
      background: #2a4198; }
    .isIE #eyecatch .versatile h1 {
      line-height: 48px !important;
      padding-top: 12px; }
  #eyecatch .versatile .excerpt:before {
    top: -116px;
    right: -48px;
    background: #2a4198; }
  #eyecatch .versatile .excerpt:after {
    top: -164px;
    right: -96px;
    background: #2a4198; }
  #eyecatch .versatile .excerpt p {
    margin-top: -4px;
    padding: 1em 20px; }
  #eyecatch .versatile .excerpt .more {
    margin-top: -4px;
    float: right; }
    #eyecatch .versatile .excerpt .more a {
      padding: 6px 6em; }
      #eyecatch .versatile .excerpt .more a:before {
        color: #fedc34; }
      @media screen and (min-width: 641px) {
        #eyecatch .versatile .excerpt .more a:hover {
          background: #2a4198;
          color: #fff; } }
    #eyecatch .versatile .excerpt .more:before {
      bottom: -4px;
      right: -28px;
      background: #fedc34;
      width: 24px;
      height: 24px; }
  #eyecatch .versatile.inverted.left {
    background: #1d2e66 no-repeat right top;
    background-size: auto 100%; }
  #eyecatch .versatile.inverted.right {
    background: #1d2e66 no-repeat left top;
    background-size: auto 100%; }
  #eyecatch .versatile.inverted h1, #eyecatch .versatile.inverted .excerpt p, #eyecatch .versatile.inverted .excerpt .more {
    border-color: #fff;
    background: none;
    position: relative;
    z-index: 3; }
    #eyecatch .versatile.inverted h1, #eyecatch .versatile.inverted h1 a, #eyecatch .versatile.inverted .excerpt p, #eyecatch .versatile.inverted .excerpt p a, #eyecatch .versatile.inverted .excerpt .more, #eyecatch .versatile.inverted .excerpt .more a {
      color: #fff; }
  #eyecatch .versatile.inverted:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 11, 48, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  #eyecatch .versatile.inverted, #eyecatch .versatile.inverted a {
    color: #fff; }
  @media screen and (min-width: 641px) {
    #eyecatch .versatile.inverted .more a:hover {
      background: #fff;
      color: #2a4198; } }
  #eyecatch .versatile.center h1 {
    text-align: center; }
  #eyecatch .versatile.center .text-block {
    margin-left: auto;
    margin-right: auto; }
  @media screen and (min-width: 641px) {
    #eyecatch .versatile.left .text-block:before {
      left: auto;
      right: -48px; }
    #eyecatch .versatile.left .text-block:after {
      left: auto;
      right: -48px; }
    #eyecatch .versatile.left h1:before {
      left: auto;
      right: -100px; }
    #eyecatch .versatile.left h1:after {
      left: auto;
      right: -144px; }
    #eyecatch .versatile.left .excerpt:before {
      right: auto;
      left: -48px; }
    #eyecatch .versatile.left .excerpt:after {
      right: auto;
      left: -96px; }
    #eyecatch .versatile.left .more {
      float: left; }
      #eyecatch .versatile.left .more:before {
        right: auto;
        left: -28px; }
    #eyecatch .versatile.left .text-block, #eyecatch .versatile.right .text-block {
      position: absolute;
      bottom: 72px; }
    #eyecatch .versatile.right .text-block {
      right: 72px; }
    #eyecatch .versatile.left .text-block {
      left: 72px; }
    #eyecatch .versatile.center .text-block {
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 26%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  @media screen and (max-width: 640px) {
    #eyecatch .versatile {
      background-size: cover !important;
      background-position: center !important;
      overflow: hidden; }
      #eyecatch .versatile .text-block:before, #eyecatch .versatile .text-block:after, #eyecatch .versatile h1:before, #eyecatch .versatile h1:after, #eyecatch .versatile .excerpt:before, #eyecatch .versatile .excerpt:after, #eyecatch .versatile .excerpt .more:before, #eyecatch .versatile .excerpt .more:after {
        width: 32px;
        height: 32px; }
      #eyecatch .versatile h1, #eyecatch .versatile .excerpt p, #eyecatch .versatile .excerpt .more {
        background: rgba(255, 255, 255, 0.7); }
      #eyecatch .versatile .text-block {
        width: auto;
        position: absolute;
        top: auto;
        bottom: 16px;
        z-index: 3;
        width: 90%;
        left: 5%; }
        #eyecatch .versatile .text-block:before {
          left: -32px;
          top: 36px; }
        #eyecatch .versatile .text-block:after {
          bottom: -32px;
          left: auto;
          right: -32px;
          background: #2a4198; }
      #eyecatch .versatile h1, #eyecatch .versatile .excerpt p, #eyecatch .versatile .excerpt .more {
        border-width: 2px; }
      #eyecatch .versatile h1 {
        display: inline-block;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.02em !important;
        padding: 2px 10px; }
        #eyecatch .versatile h1:before {
          top: -34px;
          left: auto;
          right: -32px; }
        #eyecatch .versatile h1:after {
          width: 16px;
          height: 16px;
          top: -50px;
          left: auto;
          right: 0px; }
      #eyecatch .versatile .excerpt {
        margin-left: 48px; }
        #eyecatch .versatile .excerpt:before {
          display: none; }
        #eyecatch .versatile .excerpt:after {
          display: none; }
        #eyecatch .versatile .excerpt p {
          margin-top: -2px;
          padding: 0.5em 10px; }
          #eyecatch .versatile .excerpt p br {
            display: none; }
        #eyecatch .versatile .excerpt .more {
          margin-top: -2px;
          float: none; }
          #eyecatch .versatile .excerpt .more:before {
            bottom: -2px;
            right: -18px;
            width: 16px;
            height: 16px; }
          #eyecatch .versatile .excerpt .more a {
            padding: 2px 1em; }
            #eyecatch .versatile .excerpt .more a:before {
              top: 2px; }
      #eyecatch .versatile.center, #eyecatch .versatile.left, #eyecatch .versatile.right {
        padding-top: 0; }
      #eyecatch .versatile.sp-notext .text-block {
        display: none; }
      #eyecatch .versatile.white .text-block h1 {
        z-index: 9;
        background: #2a4198;
        color: #fff; }
      #eyecatch .versatile.white .text-block .excerpt {
        margin-top: -16px; }
        #eyecatch .versatile.white .text-block .excerpt p {
          padding-top: 18px;
          font-weight: 400;
          border-color: #fff;
          background: #fff; }
      #eyecatch .versatile.white .text-block .more {
        border-color: #dedede;
        background: #dedede; }
        #eyecatch .versatile.white .text-block .more a {
          color: #2a4198; }
          #eyecatch .versatile.white .text-block .more a:before {
            color: #2a4198; } }
  #eyecatch .kusite {
    background-size: cover; }
    #eyecatch .kusite .text-block {
      position: absolute;
      width: 80%;
      left: 10%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    #eyecatch .kusite h1, #eyecatch .kusite p {
      text-align: center;
      color: #fff; }
    #eyecatch .kusite h1 {
      margin-bottom: 48px; }
      #eyecatch .kusite h1 img {
        max-width: 80%; }
    @media screen and (min-width: 641px) {
      #eyecatch .kusite:after {
        padding-top: 41.71%; } }
    @media screen and (max-width: 640px) {
      #eyecatch .kusite h1 {
        margin-bottom: 24px; } }

.top-block {
   border-top: 1px solid #dedede;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: top;
          transform-origin: top; }
  .top-block.hidden {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    height: 0; }
  .top-block img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }
  .top-block h2 {
    color: #2a4198; }
  .top-block .btn a {
    padding: 6px 7em; }
  .top-block .btn.small a {
    padding: 0 3em; }
  @media screen and (max-width: 640px) {
    .top-block.border .col {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; } }
  .top-block .top-ttl {
    position: relative; }
    .top-block .top-ttl .col-inner {
      padding-left: 40px;
      padding-bottom: 48px; }
    .top-block .top-ttl .en-ttl {
      font-size: 28px;
      font-weight: 600;
      line-height: 36px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #2a4198;
      margin: 72px 0 24px; }
    .top-block .top-ttl .ja-ttl {
      line-height: 32px;
      margin-bottom: 8px;
      position: relative; }
      .top-block .top-ttl .ja-ttl:after {
        content: "";
        display: block;
        width: 1em;
        height: 2px;
        background: #fedc34;
        position: absolute;
        left: 0;
        top: -14px; }
    .top-block .top-ttl .excerpt {
      color: #2a4198;
      margin-top: 24px; }
    .top-block .top-ttl .date {
      color: #2a4198;
      margin-bottom: 8px; }
    .top-block .top-ttl .keyword {
      display: inline-block;
      font-weight: 600;
      color: #2a4198;
      background: #fedc34;
      padding: 0.25em 1em; }
    .top-block .top-ttl .col-inner > *:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .top-block .top-ttl {
        padding: 1px 0; }
        .top-block .top-ttl .col-inner {
          padding-bottom: 12px; }
        .top-block .top-ttl .en-ttl {
          font-size: 24px;
          line-height: 32px;
          margin: 36px 0 24px; }
        .top-block .top-ttl .excerpt {
          margin-top: 12px;
          margin-bottom: 16px !important; } }
  .top-block.fixed {
    position: relative; }
    .top-block.fixed .top-ttl:before {
      content: "";
      display: block;
      width: 8px;
      height: 100%;
      background: url(/special/images/branding/stripe.png) repeat;
      background-size: 12px;
      position: absolute;
      left: 0;
      top: 0; }
    @media screen and (max-width: 640px) {
      .top-block.fixed .top-ttl:before {
        width: 4px;
        background-size: 6px; } }
  .top-block.inverted {
    background: #262626; }
    .top-block.inverted .ttl, .top-block.inverted .sub-ttl, .top-block.inverted p {
      color: #fff; }
  .top-block .theme-list .ttl, .top-block .theme-list .keyword, .top-block .theme-list .thumb {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .top-block .theme-list .thumb {
    margin-bottom: 16px;
    min-height: 192px;
    position: relative;
    overflow: hidden; }
    .top-block .theme-list .thumb img {
      height: 192px;
      width: auto;
      max-width: none;
      position: absolute;
      display: block;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .top-block .theme-list .ttl {
    margin-bottom: 4px; }
  .top-block .theme-list .keyword {
    color: #666666; }
  .top-block .theme-list .desc {
    margin-bottom: 48px; }
  .top-block .theme-list a {
    display: block;
    text-decoration: none; }
    .top-block .theme-list a .thumb {
      position: relative; }
      .top-block .theme-list a .thumb:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 62px;
        height: 62px;
        background: url(/special/images/branding/thumb-link.png) no-repeat;
        background-size: 62px;
        z-index: 3; }
    @media screen and (min-width: 641px) {
      .top-block .theme-list a:hover, .top-block .theme-list a:hover .ttl, .top-block .theme-list a:hover .keyword {
        color: #3756c8; }
      .top-block .theme-list a:hover .thumb {
        opacity: 0.8; } }
  @media screen and (min-width: 641px) {
    .top-block .theme-list .heading {
      min-height: 112px; } }
  @media screen and (max-width: 640px) {
    .top-block .theme-list .thumb {
      margin-left: 6%;
      margin-right: 6%; }
    .top-block .theme-list .heading {
      margin-bottom: 12px; }
      .top-block .theme-list .heading h2 {
        margin: 0; } }
  .top-block .menulist {
    padding: 48px 0 24px; }
    .top-block .menulist li {
      margin-bottom: 24px; }
      .top-block .menulist li a {
        display: block;
        text-decoration: none; }
    .top-block .menulist .ttl {
      padding-top: 12px;
      position: relative; }
      .top-block .menulist .ttl, .top-block .menulist .ttl:before {
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .top-block .menulist .ttl:before {
        content: "";
        display: block;
        height: 1px;
        width: 1.5em;
        background: #fedc34;
        position: absolute;
        left: 0;
        top: 0; }
    @media screen and (min-width: 641px) {
      .top-block .menulist a:hover, .top-block .menulist a:hover .ttl {
        color: #3756c8; }
      .top-block .menulist a:hover .ttl:before {
        width: 3em; } }
    @media screen and (max-width: 640px) {
      .top-block .menulist {
        padding: 24px 0; } }
  .top-block blockquote {
    color: #2a4198;
    font-weight: 600;
    padding: 48px 0;
    position: relative;
    background: url(/special/images/branding/quote.png) no-repeat 24px 24px;
    background-size: 131px auto; }
    .top-block blockquote a {
      text-decoration: none;
      color: #2a4198; }
      .top-block blockquote a:hover {
        color: #3756c8; }
    @media screen and (max-width: 640px) {
      .top-block blockquote {
        padding: 24px 0; } }
  .top-block .txt-wrapper {
    padding: 48px 0;
    position: relative; }
    .top-block .txt-wrapper .ttl {
      margin-bottom: 12px; }
    .top-block .txt-wrapper p {
      margin-bottom: 24px; }
    .top-block .txt-wrapper .img-list {
      margin-bottom: 32px; }
      .top-block .txt-wrapper .img-list .col-inner {
        padding: 0 20px; }
    .top-block .txt-wrapper.fullbg .ttl, .top-block .txt-wrapper.fullbg p {
      color: #fff; }
    .top-block .txt-wrapper.fullbg .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .top-block .txt-wrapper.fullbg .bg .img, .top-block .txt-wrapper.fullbg .bg .cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s linear;
        transition: all .3s linear; }
      .top-block .txt-wrapper.fullbg .bg .img {
        background-position: 50% 50%;
        background-size: cover;
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
        /* Firefox 10+, Firefox on Android */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(100%);
        /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
      .top-block .txt-wrapper.fullbg .bg .cover {
        background: #314352;
        opacity: 0.7; }
        .top-block .txt-wrapper.fullbg .bg .cover.green {
          background: #15888c; }
        .top-block .txt-wrapper.fullbg .bg .cover.blue {
          background: #00376e; }
    .top-block .txt-wrapper.center .ttl, .top-block .txt-wrapper.center .sub-ttl, .top-block .txt-wrapper.center p, .top-block .txt-wrapper.center .btn {
      text-align: center; }
    .top-block .txt-wrapper.center .sub-ttl {
      margin-bottom: 24px;
      position: relative; }
      .top-block .txt-wrapper.center .sub-ttl:before {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 2em;
        top: -12px;
        left: 50%;
        background: #fedc34;
        margin-left: -1em; }
    @media screen and (min-width: 641px) {
      .top-block .txt-wrapper .img-list {
        margin-left: -20px;
        margin-right: -20px; }
	  .top-block .txt-wrapper.pl-0 {
        padding-left: 0 !important; }
      .top-block .txt-wrapper.fullbg {
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .top-block .txt-wrapper.fullbg:hover .bg .img {
          filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
          -webkit-filter: grayscale(0%); }
        .top-block .txt-wrapper.fullbg:hover .bg .cover {
          opacity: 0; } }
    @media screen and (max-width: 640px) {
      .top-block .txt-wrapper {
        padding: 24px 0 24px; }
        .top-block .txt-wrapper .img-list li {
          margin-bottom: 24px; }
          .top-block .txt-wrapper .img-list li:last-child {
            margin-bottom: 0; } }
  .top-block .slide-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .top-block .slide-wrapper .slide-img {
      width: 55%;
      position: relative; }
      .top-block .slide-wrapper .slide-img ul:before {
        content: "";
        display: block;
        padding-top: 66.66%; }
      .top-block .slide-wrapper .slide-img ul li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .top-block .slide-wrapper .slide-img ul li.on {
          display: block;
          z-index: 4; }
        .top-block .slide-wrapper .slide-img ul li img {
          max-width: 100%;
          height: auto; }
      .top-block .slide-wrapper .slide-img .slide-nav {
        position: absolute;
        left: 32px;
        bottom: 32px;
        z-index: 5; }
        .top-block .slide-wrapper .slide-img .slide-nav div {
          width: 48px;
          height: 48px;
          float: left;
          cursor: pointer;
          z-index: 5; }
          @media screen and (min-width: 641px) {
            .top-block .slide-wrapper .slide-img .slide-nav div:hover {
              background: #fedc34 url(/special/images/icon-chevron-right.svg) no-repeat center; } }
        .top-block .slide-wrapper .slide-img .slide-nav .nav-l {
          background: #2a4198 url(/special/images/icon-chevron-right-white.svg) no-repeat center;
          background-size: 24px auto;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .top-block .slide-wrapper .slide-img .slide-nav .nav-r {
          background: #fff url(/special/images/icon-chevron-right.svg) no-repeat center;
          background-size: 24px auto; }
    .top-block .slide-wrapper .slide-desc {
      width: 45%; }
      .top-block .slide-wrapper .slide-desc ul {
        position: relative; }
        .top-block .slide-wrapper .slide-desc ul, .top-block .slide-wrapper .slide-desc ul li {
          min-height: 100%; }
        .top-block .slide-wrapper .slide-desc ul li {
          position: absolute;
          left: 0;
          top: 0;
          padding: 0 40px;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          background: #fff;
          opacity: 0; }
          .top-block .slide-wrapper .slide-desc ul li.on {
            display: block;
            z-index: 4;
            opacity: 1; }
      .top-block .slide-wrapper .slide-desc .num {
        position: absolute;
        left: 40px;
        top: 12px;
        font-size: 144px;
        line-height: 144px;
        font-family: Helvetica, Arial, sans-serif;
        z-index: -1;
        color: #eaecf4; }
      .top-block .slide-wrapper .slide-desc .ttl {
        padding-top: 48px;
        margin: 0 0 12px; }
      .top-block .slide-wrapper .slide-desc .desc {
        margin: 0 0 24px; }
      .top-block .slide-wrapper .slide-desc .btn {
        margin-bottom: 24px; }
    @media screen and (max-width: 640px) {
      .top-block .slide-wrapper {
        display: block; }
        .top-block .slide-wrapper .slide-img, .top-block .slide-wrapper .slide-desc {
          width: auto;
          float: none; }
        .top-block .slide-wrapper .slide-img {
          margin-left: 6%;
          margin-right: 6%; }
          .top-block .slide-wrapper .slide-img .slide-nav {
            left: 12px;
            bottom: 12px; }
        .top-block .slide-wrapper .slide-desc .num {
          left: 10px; }
        .top-block .slide-wrapper .slide-desc ul li {
          margin: 0 6%;
          width: auto;
          padding: 0; }
          .top-block .slide-wrapper .slide-desc ul li.on {
            margin: 0;
            position: relative; }
          .top-block .slide-wrapper .slide-desc ul li .num {
            top: -12px;
            left: auto;
            right: 10px; }
          .top-block .slide-wrapper .slide-desc ul li .ttl {
            padding-top: 24px; } }
  .top-block .movie-wrapper {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0; }
    .top-block .movie-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .top-block .gmap {
    width: 100%;
    height: 384px;
    background: #dedede; }
    @media screen and (max-width: 640px) {
      .top-block .gmap {
        height: 288px; } }
  .top-block .swf-item {
    width: 640px;
    height: 360px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 640px) {
      .top-block .swf-item {
        display: none; } }
  @media screen and (max-width: 640px) {
    .top-block .col.grid1of3 > img {
      max-width: 88%;
      display: block;
      margin: 0 auto 24px; }
    .top-block .col.grid1of3 > .txt-wrapper {
      padding-top: 0; }
      .top-block .col.grid1of3 > .txt-wrapper img {
        max-width: 88%;
        display: block;
        margin: 0 auto 0; } }

#showmore {
  text-align: center;
  border-top: none;
  color: #2a4198;
  font-weight: 600;
  padding: 28px 0;
  background: #ededed url(/special/images/icon-plus.svg) no-repeat 97% center;
  background-size: 30px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  @media screen and (min-width: 641px) {
    #showmore:hover {
      background-color: #fedc34; } }
  @media screen and (max-width: 640px) {
    #showmore {
      padding: 12px 2em 12px 10px;
      text-align: left;
      background-size: 15px; } }

.footer-nav a {
  font-weight: 600;
  padding: 28px 0;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #2a4198 url(/special/images/icon-chevron-right-white.svg) no-repeat 97% center;
  background-size: 30px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 641px) {
    .footer-nav a:hover {
      background: #fedc34;
      color: #2a4198;
      background: #fedc34 url(/special/images/icon-chevron-right.svg) no-repeat 98% center; } }
  @media screen and (max-width: 640px) {
    .footer-nav a {
      padding: 12px 2em 12px 10px;
      text-align: left;
      background-size: 15px !important; } }

@media screen and (max-width: 640px) {
  body {
    padding-top:0; } }

/* ==========================================================================
   一覧ページ
   ========================================================================== */
#archive #archive-header nav {
  border-top: 1px solid #2a4198; }

@media screen and (max-width: 640px) {
  #archive #archive-header {
    padding: 48px 0 24px; } }

/* ==========================================================================
   詳細ページ
   ========================================================================== */
#single #single-header {
  padding: 84px 0; }
  #single #single-header .single-header-inner {
    position: relative; }
  #single #single-header .single-ttl {
    color: #fff; }
    #single #single-header .single-ttl span {
      display: inline-block;
      background: #2a4198;
      padding: 0 12px; }
    .isIE #single #single-header .single-ttl {
      line-height: 48px !important; }
      .isIE #single #single-header .single-ttl span {
        padding-top: 12px; }
  #single #single-header .subttl, #single #single-header .keyword a {
    float: left;
    padding: 16px;
    color: #2a4198; }
  #single #single-header .subttl {
    background: #fff; }
  #single #single-header .keyword a {
    background: #fedc34;
    text-decoration: none; }
    @media screen and (min-width: 641px) {
      #single #single-header .keyword a:hover {
        background: #fee980; } }
  @media screen and (max-width: 640px) {
    #single #single-header {
      padding: 72px 0; }
      #single #single-header .single-ttl span {
        padding: 0 6px;
        letter-spacing: 0.05em; }
      #single #single-header .subttl, #single #single-header .keyword a {
        padding: 8px; } }

#single #single-content .col {
  margin-bottom: 24px; }

#single #single-content .single-index li {
  padding: 0; }


#single #single-content .img-wrapper.row {
  margin-left: -20px;
  margin-right: -20px; }
  #single #single-content .img-wrapper.row .col h3 {
    margin: 0 0 24px; }
  #single #single-content .img-wrapper.row .col p {
    margin-top: 0; }

#single #single-content .img-wrapper.large {
  width: 134.769539078%;
  -webkit-transform: translate(-12.8970020778%, 0);
          transform: translate(-12.8970020778%, 0);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  #single #single-content .img-wrapper.large.row {
    padding: 0;
    margin-left: 0;
    margin-right: 0; }

#single #single-content .img-wrapper.full {
  width: 167.000668003%;
  -webkit-transform: translate(-20.0598802395%, 0);
          transform: translate(-20.0598802395%, 0); }

@media screen and (max-width: 640px) {
  #single #single-content .img-wrapper.row {
    margin-left: 0;
    margin-right: 0; }
  #single #single-content .img-wrapper.large {
    padding: 0; }
  #single #single-content .img-wrapper .col-inner {
    padding: 0; } 
  #single #single-content .img-wrapper .slider .col-inner {
    padding: 0 6%; } }

#single #single-content .slider {
  position: relative;
  margin: 72px 0 96px; }
  #single #single-content .slider .col {
    margin-bottom: 0; }
  #single #single-content .slider .slide-wrapper {
    position: relative; }
  #single #single-content .slider .slide-single {
    margin-bottom: 0;
    margin-top: 0;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff; }
    #single #single-content .slider .slide-single h3 {
      margin: 24px 0 12px; }
    #single #single-content .slider .slide-single p {
      margin-top: 0;
      padding-right: 1em; }
    #single #single-content .slider .slide-single img {
      width: 100%;
      height: auto; }
    #single #single-content .slider .slide-single.on {
      z-index: 4;
      position: relative; }
  #single #single-content .slider .nav-l,
  #single #single-content .slider .nav-r {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
    cursor: pointer; }
    #single #single-content .slider .nav-l img,
    #single #single-content .slider .nav-r img {
      width: 50px; }
    @media screen and (min-width: 641px) {
      #single #single-content .slider .nav-l:hover,
      #single #single-content .slider .nav-r:hover {
        opacity: 0.8; } }
  #single #single-content .slider .nav-l {
    left: -25px; }
  #single #single-content .slider .nav-r {
    right: -25px; }
  #single #single-content .slider .nav-b {
    text-align: center;
    position: absolute;
    bottom: -48px;
    width: 100%;
    left: 0; }
    #single #single-content .slider .nav-b div {
      display: inline-block;
      background: #ededed;
      width: 10px;
      height: 10px;
      margin: 0 8px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      #single #single-content .slider .nav-b div:hover {
        background: #2a4198;
        cursor: pointer; }
      #single #single-content .slider .nav-b div.on {
        background: #2a4198;
        cursor: default; }
  #single #single-content .slider.noborder .slide-single {
    border: none; }
  @media screen and (max-width: 640px) {
    #single #single-content .slider {
      margin: 48px 0 96px; }
      #single #single-content .slider .nav-l img,
      #single #single-content .slider .nav-r img {
        width: 36px; }
      #single #single-content .slider .nav-l {
        left: -18px; }
      #single #single-content .slider .nav-r {
        right: -18px; } }

/* ==========================================================================
   固定ページ
   ========================================================================== */
#single.page #single-header {
  padding:0; }
  #single.page #single-header .single-ttl span,
  #single.page #single-header .subttl,
  #single.page #single-header .keyword {
    background: none;
    padding: 0; }
  #single.page #single-header .single-ttl {
    color: #2a4198;
    margin-bottom: 0; }
  #single.page #single-header .subttl {
    position: absolute;
    left: 0;
    top: -32px; }
  #single.page #single-header .keyword a {
    border: 1px solid #2a4198;
    border-radius: 4px;
    padding: 2px 4px;
    background: #fff; }
    #single.page #single-header .keyword a:hover {
      background: #2a4198;
      color: #fff; }
  @media screen and (max-width: 640px) {
    #single.page #single-header {
      padding: 0; }
      #single.page #single-header .single-ttl {
        margin-bottom: 8px; }
      #single.page #single-header .subttl {
        top: -24px; } }

#single.page #single-info {
  border-top: 1px solid #2a4198;
  border-bottom: none;
  padding-top: 16px;
  margin-bottom: 32px; }
  @media screen and (min-width: 641px) {
    #single.page #single-info .date {
      top: 16px; } }

#single.page #single-content {
  margin-bottom: 96px; }
  @media screen and (max-width: 640px) {
    #single.page #single-content {
      margin-bottom: 72px; } }
