@charset "UTF-8";
.branding {
  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%); } }

body {
  margin: 0;
  position: relative; }

h1, h2, h3, h4, h5, h6, ul, ol, dl, p {
  margin: 0; }

ul, ol {
  list-style: none;
  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 {
      width: 128px;
      height: auto; }
  #site-header .branding .tagline {
    font-weight: 400;
    color: #666666;
    padding-top: 12px; }
  #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: 769px) {
        #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: 769px) {
          #site-header .branding .gnav .mainsite a:hover {
            background: #3756c8; } }
  @media screen and (max-width: 768px) {
    #site-header .branding {
      padding-top: 6px;
      padding-bottom: 8px;
      position: fixed !important;
      left: 0;
      top: 0;
      width: 100%;
      box-sizing: border-box;
      background: #fff;
      z-index: 999; }
      #site-header .branding .logo img {
        height: 34px;
        width: auto; }
      #site-header .branding .tagline {
        display: none; }
      #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: 769px) {
        #site-header .mado .archive img:hover {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); } }
  @media screen and (min-width: 769px) {
    #site-header .mado a:hover {
      color: #3756c8; }
      #site-header .mado a:hover img {
        opacity: 0.8; } }
  @media screen and (max-width: 768px) {
    #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: 769px) {
    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;
  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: 769px) {
      #mado-gnav.on #show-menu {
        left: 396px; } }
    @media screen and (max-width: 768px) {
      #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: 769px) {
    #mado-gnav .keywords li a:hover {
      background: #3756c8;
      color: #fff; } }
  @media screen and (max-width: 768px) {
    #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: 768px) {
    #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: 769px) {
    .isIE .menu-tgl.on {
      width: 24px;
      background: url(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 .mado .scrolltop {
  border-top: 1px solid #2a4198;
  color: #2a4198;
  background: url(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%;
  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(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: 768px) {
    #site-footer .mado #mado-about {
      padding: 68px 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:before {
        width: 24px;
        height: 24px;
        right: 22px;
        top: 56px;
        background-size: 24px; } }

#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 {
  width: 128px;
  height: auto; }

#site-footer .branding .sns {
  padding-top: 4px;
  border-right: 1px solid #2a4198;
  text-align: right; }
  #site-footer .branding .sns a {
    text-decoration: none;
    color: #2a4198; }
  #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;
    box-sizing: border-box;
    padding: 6px 0; }

#site-footer .branding .copyright {
  text-align: center;
  padding-top: 13px; }

@media screen and (min-width: 769px) {
  #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: #3756c8; } }

@media screen and (max-width: 768px) {
  #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;
    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 dl.member:before, #single #single-content dl.member dd.profile dl.desc:before, .row:before,
.clearfix:after,
#site-header .branding:after,
#mado-gnav .keywords:after,
#site-footer .branding #banners:after,
.article-list:after,
#single #single-content dl.member:after,
#single #single-content dl.member dd.profile dl.desc:after,
.row: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 dl.member:after,
#single #single-content dl.member dd.profile dl.desc:after,
.row:after {
  clear: both; }

.clearfix, #site-header .branding, #mado-gnav .keywords, #site-footer .branding #banners, .article-list, #single #single-content dl.member, #single #single-content dl.member dd.profile dl.desc, .row {
  *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; }

.btn a {
  display: inline-block;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 7em;
  text-decoration: none;
  border-radius: 48px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #2a4198 url(images/icon-chevron-right-white.svg) no-repeat 97% center;
  background-size: 24px auto; }
  .btn a[target="_blank"]:after, .btn a[href$=".pdf"]:after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .btn a[target="_blank"] {
    background-image: none; }
    .btn a[target="_blank"]:after {
      content: " \f08e";
      font-family: FontAwesome;
      font-weight: 400; }
  .btn a[href$=".pdf"] {
    background-image: none; }
    .btn a[href$=".pdf"]:after {
      content: " \f1c1";
      font-family: FontAwesome;
      font-weight: 400; }

.btn.large a {
  display: block;
  text-align: center; }

@media screen and (min-width: 769px) {
  .btn a:before {
    opacity: 0;
    content: "";
    background: #fedc34;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    border-radius: 48px;
    z-index: -1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .btn a:hover:before {
    opacity: 1;
    left: -8px;
    top: -8px; } }

@media screen and (max-width: 768px) {
  .btn a {
    display: block;
    padding: 12px 1.5em 12px 1em;
    text-align: center;
    background-size: 18px auto; } }

@media screen and (min-width: 769px) {
  .mobile {
    display: none; } }

@media screen and (max-width: 768px) {
  .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 dl.member dd.profile h3 {
  font-size: 17px;
  line-height: 48px;
  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 dl.member dd.profile h3, #single #single-content dl.member dd.profile .grid1of3 h3,
  .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 dl.member dd.profile h3, #single #single-content dl.member dd.profile
  .grid2of4 h3 {
    line-height: 30px; }
  @media screen and (max-width: 768px) {
    .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 dl.member dd.profile h3 {
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0.05em; } }

.bodycopy, body, #site-footer .mado #mado-about p, #site-footer .mado #mado-about .logos, #site-footer .branding .scrolltop, .article-list li .ttl, #single #single-content .wrapped p {
  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 #site-footer .branding .scrolltop, #site-footer .branding .article-list .scrolltop, .article-list li .ttl, .article-list #single #single-content .wrapped p, #single #single-content .wrapped .article-list p {
    line-height: 24px; }
  @media screen and (max-width: 768px) {
    .bodycopy, body, #site-footer .mado #mado-about p, #site-footer .mado #mado-about .logos, #site-footer .branding .scrolltop, .article-list li .ttl, #single #single-content .wrapped p {
      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 .branding .tagline, #site-header .branding #single #single-content .tagline, #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 #single-header .subttl, #single #single-header #single-content .subttl, #single #single-content dl.member dd.profile .position, #single #single-content dl.member dd.profile .link, #single #single-content dl.member dd.profile .desc, #mado-top #mado-eyecatch ul li .texts .subttl, #mado-top #mado-eyecatch ul li .texts .keyword, #mado-top #mado-eyecatch #mado-eyecatch-nav, #mado-next.last, #single #single-header .keyword a {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .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 .branding .tagline, #site-header .branding #single #single-content .tagline, #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 #single-header .subttl, #single #single-header #single-content .subttl, #single #single-content dl.member dd.profile .position, #single #single-content dl.member dd.profile .link, #single #single-content dl.member dd.profile .desc, #mado-top #mado-eyecatch ul li .texts .subttl, #mado-top #mado-eyecatch ul li .texts .keyword, #mado-top #mado-eyecatch #mado-eyecatch-nav, #mado-next.last, #single #single-header .keyword a {
      font-size: 11px;
      line-height: 20px;
      letter-spacing: 0.05em; } }

.caption, #site-header .branding .tagline, #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, #single #single-header .subttl {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .caption, #site-header .branding .tagline, #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, #single #single-header .subttl {
      font-size: 9px;
      letter-spacing: 0.05em; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

.h1, #mado-top #mado-eyecatch ul li .texts .ttl {
  font-size: 47px;
  line-height: 64px;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 768px) {
    .h1, #mado-top #mado-eyecatch ul li .texts .ttl {
      font-size: 36px;
      line-height: 48px;
      letter-spacing: 0.05em; } }

.h2, #single #single-header .single-ttl {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0.5em; }
  @media screen and (max-width: 768px) {
    .h2, #single #single-header .single-ttl {
      font-size: 21px;
      line-height: 36px;
      letter-spacing: 0.005em; } }

.h3, #single #single-content h2, #single #related h2, #archive #archive-header .archive-ttl {
  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, .grid1of3 #archive #archive-header .archive-ttl, #archive #archive-header .grid1of3 .archive-ttl, .grid1of4 .h3, .grid1of4 #single #single-content h2, #single #single-content .grid1of4 h2, .grid1of4 #single #related h2, #single #related .grid1of4 h2, .grid1of4 #archive #archive-header .archive-ttl, #archive #archive-header .grid1of4 .archive-ttl, grid2of4 .h3, grid2of4 #single #single-content h2, #single #single-content grid2of4 h2, grid2of4 #single #related h2, #single #related grid2of4 h2, grid2of4 #archive #archive-header .archive-ttl, #archive #archive-header grid2of4 .archive-ttl {
    line-height: 30px; }
  @media screen and (max-width: 768px) {
    .h3, #single #single-content h2, #single #related h2, #archive #archive-header .archive-ttl {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.01em; } }

.h4, #single #single-content h3, #mado-top .top-block .article .ttl span {
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 0.2em; }
  @media screen and (max-width: 768px) {
    .h4, #single #single-content h3, #mado-top .top-block .article .ttl span {
      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 .tagline, #site-header .branding .gnav .mainsite, #site-header .mado .tagline, #mado-gnav .keywords li, #archive #archive-header nav.keyword li, #single #single-content dl.member dd.profile .position, #single #single-content dl.member dd.profile .link, #single #single-content dl.member dd.profile .desc {
  letter-spacing: 0 !important; }

.ls-50, #single #single-content h3 {
  letter-spacing: 0.05em !important; }

.ls-100, #mado-top .top-block .article .ttl span {
  letter-spacing: 0.1em !important; }

.ls-200 {
  letter-spacing: 0.2em !important; }

.ls-250, #single #single-header .single-ttl {
  letter-spacing: 0.25em !important; }

.ls-500, #archive #archive-header .archive-ttl {
  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: 768px) {
      #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: 769px) {
          #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: 768px) {
        #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: 769px) {
            #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: 769px) {
            #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: 769px) {
    #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: 769px) {
    .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: 768px) {
    .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: 768px) {
      #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: 769px) {
        #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: 768px) {
      #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:before {
      content: "";
      display: block;
      height: 1px;
      width: 1.5em;
      background: #2a4198;
      position: absolute;
      left: 0;
      top: -24px; }
    #single #single-content h2:first-child {
      margin-top: 48px; }
      #single #single-content h2:first-child:before {
        display: none; }
    @media screen and (max-width: 768px) {
      #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: 768px) {
      #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: 768px) {
      #single #single-content h4 {
        margin: 24px 0 0; } }
  #single #single-content p {
    margin: 48px 0; }
    @media screen and (max-width: 768px) {
      #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: 768px) {
      #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: 768px) {
      #single #single-content table {
        margin: 32px 0; } }
  #single #single-content a {
    color: #2a4198; }
    #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 .branding .tagline, #site-header .branding #single #single-content .tagline, #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 #single-header .subttl, #single #single-header #single-content .subttl, #single #single-content dl.member dd.profile .position, #single #single-content dl.member dd.profile .link, #single #single-content dl.member dd.profile .desc, #single #single-content #mado-top #mado-eyecatch ul li .texts .subttl, #mado-top #mado-eyecatch ul li .texts #single #single-content .subttl, #single #single-content #mado-top #mado-eyecatch ul li .texts .keyword, #mado-top #mado-eyecatch ul li .texts #single #single-content .keyword, #single #single-content #mado-top #mado-eyecatch #mado-eyecatch-nav, #mado-top #mado-eyecatch #single #single-content #mado-eyecatch-nav, #single #single-content #mado-next.last, #single #single-content #single-header .keyword a, #single #single-header .keyword #single-content a {
    margin: 12px 0; }
  #single #single-content .btn {
    margin: 48px 0; }
  #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: 768px) {
      #single #single-content .wrapped {
        padding: 1.5em; } }
  #single #single-content .row {
    margin: 48px 0; }
  #single #single-content .caption, #single #single-content #site-header .branding .tagline, #site-header .branding #single #single-content .tagline, #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 #single-header .subttl, #single #single-header #single-content .subttl {
    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: 768px) {
    #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 dl.member {
    margin: 48px 0; }
    #single #single-content dl.member dt.pic {
      width: 80px;
      height: 80px;
      float: left;
      margin-right: 32px;
      position: relative; }
      #single #single-content dl.member dt.pic:before, #single #single-content dl.member dt.pic:after {
        content: "";
        display: block;
        width: 80px;
        height: 40px;
        position: absolute;
        right: -4px;
        z-index: -1; }
      #single #single-content dl.member dt.pic:before {
        background: #fedc34;
        top: 4px;
        border-radius: 40px 40px 0 0; }
      #single #single-content dl.member dt.pic:after {
        background: #2a4198;
        bottom: -4px;
        border-radius: 0 0 40px 40px; }
    #single #single-content dl.member dd.profile {
      overflow: hidden;
      margin-bottom: 48px; }
      #single #single-content dl.member dd.profile:last-child {
        margin-bottom: 0; }
      #single #single-content dl.member dd.profile h3 {
        line-height: 40px;
        margin: 0;
        color: #262626; }
      #single #single-content dl.member dd.profile .position, #single #single-content dl.member dd.profile .link, #single #single-content dl.member dd.profile .desc {
        margin: 0 0 12px; }
      #single #single-content dl.member dd.profile .position {
        color: #666666; }
      #single #single-content dl.member dd.profile dl.desc dt {
        float: left;
        clear: left;
        font-weight: 600;
        color: #2a4198;
        min-width: 5em;
        padding-right: 1em; }
      #single #single-content dl.member dd.profile dl.desc dd {
        float: left; }
    @media screen and (max-width: 768px) {
      #single #single-content dl.member dt.pic {
        float: none;
        margin-left: auto;
        margin-right: auto; }
      #single #single-content dl.member dd.profile {
        text-align: center;
        padding-top: 6px; }
        #single #single-content dl.member dd.profile dl.desc dt, #single #single-content dl.member dd.profile dl.desc dd {
          float: none; }
        #single #single-content dl.member dd.profile dl.desc dd {
          margin-bottom: 12px; }
          #single #single-content dl.member dd.profile dl.desc dd:last-child {
            margin-bottom: 0; }
          #single #single-content dl.member dd.profile dl.desc dd br {
            display: none; } }
  #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: 480px; }
    @media screen and (max-width: 768px) {
      #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: 768px) {
      #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: 768px) {
      #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;
  margin-left: 3.98%; }
  .row .col:first-child {
    margin-left: 0; }
  .row .col.grid1of3 {
    width: 30.6467%; }
  .row .col.grid2of3 {
    width: 65.2736%; }
  .row .col.grid1of4 {
    width: 21.99%; }
  .row .col.grid2of4 {
    width: 47.96%; }
  .row .col.grid3of4 {
    width: 73.93%; }

@media screen and (max-width: 768px) {
  .row .col {
    float: none;
    width: auto !important;
    margin-left: 0 !important;
    margin-bottom: 24px; } }

.wrapper, #site-header .branding {
  position: relative; }

.single-wrapper, #single #single-header .single-header-inner, #single #single-info, #single #single-content {
  width: 64.22%;
  margin-left: auto;
  margin-right: auto; }

.content-wrapper, #site-footer .mado .scrolltop, #archive, #single #related, #single #single-info {
  width: 86.55%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 768px) {
  .single-wrapper, #single #single-header .single-header-inner, #single #single-info, #single #single-content, .content-wrapper, #site-footer .mado .scrolltop, #archive, #single #related, #single #single-info {
    width: auto;
    margin-left: 9%;
    margin-right: 9%; } }

.bgcolor {
  display: none;
  position: fixed; }
  .bgcolor, .bgcolor div {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .bgcolor div {
    background: #fff no-repeat center;
    background-size: cover;
    position: absolute; }
    .bgcolor div:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.9) 80%);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.9) 80%); }
    .bgcolor div:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(images/mado/reflect.png) no-repeat left top;
      background-size: auto 100%; }

@media screen and (min-width: 769px) {
  #mado-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    box-sizing: border-box;
    -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 #mado-top {
      left: 378px; } }

@media screen and (max-width: 768px) {
  #mado-top {
    margin: 44px 10px 10px;
    padding-bottom: 72px; } }

#mado-top .top-block {
  position: relative; }
  #mado-top .top-block .article .ttl {
    position: absolute; }
    #mado-top .top-block .article .ttl, #mado-top .top-block .article .ttl span {
      line-height: 32px !important; }
    #mado-top .top-block .article .ttl span {
      background: rgba(255, 255, 255, 0.77);
      color: #2a4198;
      display: inline-block;
      vertical-align: bottom;
      padding: 0 0.15em 0 0.25em;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      white-space: nowrap;
      position: relative; }
      #mado-top .top-block .article .ttl span:before {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        background: #fedc34; }
      .isIE #mado-top .top-block .article .ttl span {
        line-height: 28px !important;
        padding-top: 4px; }
  #mado-top .top-block .article a {
    display: block;
    position: relative; }
  @media screen and (min-width: 769px) {
    #mado-top .top-block {
      height: 100%;
      overflow: hidden; }
      #mado-top .top-block .article {
        position: absolute;
        -webkit-transform: translate(0, 0) scale(1);
                transform: translate(0, 0) scale(1);
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
        #mado-top .top-block .article .thumb {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-size: contain !important;
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: all 0.6s;
          transition: all 0.6s; }
          #mado-top .top-block .article .thumb:hover {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
        #mado-top .top-block .article .ttl {
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          -webkit-transition: -webkit-transform 1.2s;
          transition: -webkit-transform 1.2s;
          transition: transform 1.2s;
          transition: transform 1.2s, -webkit-transform 1.2s; }
        #mado-top .top-block .article a:before {
          content: "";
          display: block;
          padding-top: 96%; }
        #mado-top .top-block .article a:hover .ttl span {
          color: #fff;
          background: #2a4198; }
          #mado-top .top-block .article a:hover .ttl span:before {
            opacity: 1;
            left: 4px;
            top: 4px; }
      #mado-top .top-block.n3-1 .article.first {
        width: 46.70%;
        left: 48px;
        top: 48px; }
        #mado-top .top-block.n3-1 .article.first .ttl {
          bottom: 96px;
          right: -96px; }
      #mado-top .top-block.n3-1 .article.second {
        width: 28.87%;
        left: 60.77%;
        top: 24px; }
        #mado-top .top-block.n3-1 .article.second .ttl {
          bottom: 24px;
          right: -48px; }
      #mado-top .top-block.n3-1 .article.third {
        width: 18%;
        right: 72px;
        bottom: 24px; }
        #mado-top .top-block.n3-1 .article.third .ttl {
          bottom: 12px;
          left: -72px; }
      #mado-top .top-block.n3-2 .article.first {
        width: 17%;
        left: 32px;
        top: 48px; }
        #mado-top .top-block.n3-2 .article.first .ttl {
          top: -16px;
          right: -60px; }
      #mado-top .top-block.n3-2 .article.second {
        width: 44%;
        left: 24%;
        bottom: 16px; }
        #mado-top .top-block.n3-2 .article.second .ttl {
          bottom: 48px;
          left: -120px; }
      #mado-top .top-block.n3-2 .article.third {
        width: 24.91%;
        left: 72.15%;
        top: 24px; }
        #mado-top .top-block.n3-2 .article.third .ttl {
          bottom: -6px;
          left: 24px; }
      #mado-top .top-block.n3-3 .article.first {
        width: 47%;
        left: 60px;
        top: 16px; }
        #mado-top .top-block.n3-3 .article.first .ttl {
          bottom: 48px;
          left: 24px; }
      #mado-top .top-block.n3-3 .article.second {
        width: 26%;
        left: 68.27%;
        top: 60px; }
        #mado-top .top-block.n3-3 .article.second .ttl {
          bottom: 12px;
          left: 24px; }
      #mado-top .top-block.n3-3 .article.third {
        width: 16%;
        left: 62%;
        bottom: 24px; }
        #mado-top .top-block.n3-3 .article.third .ttl {
          bottom: 12px;
          left: 96px; }
      #mado-top .top-block.up .article {
        -webkit-transform: translate(0, -96px);
                transform: translate(0, -96px);
        -webkit-transition: none;
        transition: none; }
        #mado-top .top-block.up .article .ttl {
          -webkit-transform: translate(0, -48px);
                  transform: translate(0, -48px);
          -webkit-transition: none;
          transition: none; }
      #mado-top .top-block.down .article {
        -webkit-transform: translate(0, 96px);
                transform: translate(0, 96px);
        -webkit-transition: none;
        transition: none; }
        #mado-top .top-block.down .article .ttl {
          -webkit-transform: translate(0, 48px);
                  transform: translate(0, 48px);
          -webkit-transition: none;
          transition: none; } }
  @media screen and (max-width: 768px) {
    #mado-top .top-block .article {
      position: relative;
      padding: 16px 20px; }
      #mado-top .top-block .article .thumb {
        background: none !important; }
        #mado-top .top-block .article .thumb img {
          display: block !important;
          width: 100%;
          height: auto; }
      #mado-top .top-block .article .ttl {
        bottom: -12px;
        left: -12px; }
        #mado-top .top-block .article .ttl span {
          background: rgba(255, 255, 255, 0.9); } }

#mado-top #mado-eyecatch:before, #mado-top #mado-eyecatch:after {
  content: "";
  display: block;
  background: #fff;
  width: 120px;
  height: 1px;
  position: absolute;
  z-index: 9; }

#mado-top #mado-eyecatch:before {
  left: 7.275%;
  top: 96px; }

#mado-top #mado-eyecatch:after {
  right: 7.275%;
  bottom: 96px; }

#mado-top #mado-eyecatch ul:before, #mado-top #mado-eyecatch ul:after {
  content: "";
  display: block;
  background: #fff;
  height: 120px;
  width: 1px;
  position: absolute;
  z-index: 9; }

#mado-top #mado-eyecatch ul:before {
  left: 7.275%;
  top: 96px; }

#mado-top #mado-eyecatch ul:after {
  right: 7.275%;
  bottom: 96px; }

#mado-top #mado-eyecatch ul, #mado-top #mado-eyecatch ul li, #mado-top #mado-eyecatch ul a, #mado-top #mado-eyecatch ul .thumb, #mado-top #mado-eyecatch ul .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#mado-top #mado-eyecatch ul li {
  overflow: hidden; }
  #mado-top #mado-eyecatch ul li a, #mado-top #mado-eyecatch ul li .thumb, #mado-top #mado-eyecatch ul li .cover, #mado-top #mado-eyecatch ul li .texts {
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  #mado-top #mado-eyecatch ul li a {
    display: block;
    text-decoration: none; }
  #mado-top #mado-eyecatch ul li.ready {
    z-index: 3; }
  #mado-top #mado-eyecatch ul li.on {
    z-index: 4; }
  #mado-top #mado-eyecatch ul li .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.6) 45%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.6) 80%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.6) 45%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.6) 80%);
    opacity: 0; }
    #mado-top #mado-eyecatch ul li .cover:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0) url(images/mado/reflect.png) no-repeat left top;
      background-size: auto 100%; }
  #mado-top #mado-eyecatch ul li .texts {
    color: #2a4198;
    position: absolute;
    left: 7.275%;
    bottom: 86.4px;
    opacity: 0; }
    #mado-top #mado-eyecatch ul li .texts .subttl {
      font-weight: 600;
      margin-bottom: 12px; }
    #mado-top #mado-eyecatch ul li .texts .ttl {
      margin-bottom: 12px; }
    #mado-top #mado-eyecatch ul li .texts .keyword {
      display: inline-block;
      border: 1px solid #2a4198;
      border-radius: 4px;
      padding: 0 4px; }

#mado-top #mado-eyecatch #mado-eyecatch-nav {
  position: absolute;
  left: 7.275%;
  bottom: 32px;
  color: #2a4198;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9; }
  #mado-top #mado-eyecatch #mado-eyecatch-nav span {
    display: inline-block; }
  #mado-top #mado-eyecatch #mado-eyecatch-nav .nav-l, #mado-top #mado-eyecatch #mado-eyecatch-nav .nav-r {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  #mado-top #mado-eyecatch #mado-eyecatch-nav .nav-l {
    padding-right: 0.5em; }
  #mado-top #mado-eyecatch #mado-eyecatch-nav .nav-r {
    padding-left: 0.5em; }
  #mado-top #mado-eyecatch #mado-eyecatch-nav img {
    height: 8px;
    width: auto;
    vertical-align: baseline; }

@media screen and (min-width: 769px) {
  #mado-top #mado-eyecatch:before, #mado-top #mado-eyecatch:after, #mado-top #mado-eyecatch ul:before, #mado-top #mado-eyecatch ul:after {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  #mado-top #mado-eyecatch ul li .cover:before {
    left: -48px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  #mado-top #mado-eyecatch:hover #mado-eyecatch-nav, #mado-top #mado-eyecatch:hover:before, #mado-top #mado-eyecatch:hover:after,
  #mado-top #mado-eyecatch:hover ul:before, #mado-top #mado-eyecatch:hover ul:after, #mado-top #mado-eyecatch:hover .texts, #mado-top #mado-eyecatch:hover .cover {
    opacity: 1; }
  #mado-top #mado-eyecatch:hover:before, #mado-top #mado-eyecatch:hover:after, #mado-top #mado-eyecatch:hover ul:before, #mado-top #mado-eyecatch:hover ul:after {
    -webkit-transform: scale(1);
            transform: scale(1); }
  #mado-top #mado-eyecatch:hover .texts {
    bottom: 96px; }
  #mado-top #mado-eyecatch:hover ul li .cover:before {
    left: 0; }
  #mado-top #mado-eyecatch:hover .thumb {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    -moz-transform: scale(1); }
  #mado-top #mado-eyecatch:hover #mado-eyecatch-nav {
    bottom: 48px; }
  #mado-top #mado-eyecatch #mado-eyecatch-nav .nav-l:hover {
    margin-left: -0.5em;
    padding-right: 1em; }
  #mado-top #mado-eyecatch #mado-eyecatch-nav .nav-r:hover {
    margin-right: -0.5em;
    padding-left: 1em; } }

@media screen and (max-width: 768px) {
  #mado-top #mado-eyecatch {
    height: 288px;
    margin-bottom: 24px; }
    #mado-top #mado-eyecatch #mado-eyecatch-nav, #mado-top #mado-eyecatch:before, #mado-top #mado-eyecatch:after,
    #mado-top #mado-eyecatch ul:before, #mado-top #mado-eyecatch ul:after, #mado-top #mado-eyecatch ul li .texts, #mado-top #mado-eyecatch ul li .cover {
      opacity: 1; }
    #mado-top #mado-eyecatch:before, #mado-top #mado-eyecatch:after {
      width: 48px; }
    #mado-top #mado-eyecatch:before {
      left: 18px;
      top: 18px; }
    #mado-top #mado-eyecatch:after {
      right: 18px;
      bottom: 18px; }
    #mado-top #mado-eyecatch ul:before, #mado-top #mado-eyecatch ul:after {
      height: 48px; }
    #mado-top #mado-eyecatch ul:before {
      left: 18px;
      top: 18px; }
    #mado-top #mado-eyecatch ul:after {
      right: 18px;
      bottom: 18px; }
    #mado-top #mado-eyecatch ul li .thumb {
      -webkit-filter: blur(4px);
      -moz-filter: blur(4px);
      -o-filter: blur(4px);
      -ms-filter: blur(4px);
      filter: blur(4px);
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    #mado-top #mado-eyecatch ul li .texts {
      left: 20px;
      bottom: 60px; }
      #mado-top #mado-eyecatch ul li .texts .ttl {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px; }
    #mado-top #mado-eyecatch #mado-eyecatch-nav {
      position: absolute;
      left: 20px;
      bottom: 12px; } }

#mado-top #mado-top-nav {
  position: fixed;
  right: 72px;
  bottom: 72px; }
  #mado-top #mado-top-nav li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bcbcbc;
    margin-bottom: 8px;
    cursor: pointer;
    box-sizing: border-box; }
    #mado-top #mado-top-nav li.on {
      background: #2a4198;
      cursor: auto; }
    @media screen and (min-width: 769px) {
      #mado-top #mado-top-nav li:hover {
        background: #fedc34; }
      #mado-top #mado-top-nav li.on:hover {
        background: #2a4198; } }
  @media screen and (max-width: 768px) {
    #mado-top #mado-top-nav {
      display: none; } }

#mado-next {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 30px;
  margin-left: -30px;
  z-index: 999;
  border-radius: 30px 30px 0 0;
  cursor: pointer;
  background: #d8d8d8 url(images/icon-chevron-down-white.svg) no-repeat center 60%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  @media screen and (min-width: 769px) {
    #mado-next:hover {
      background-color: #2a4198; } }
  #mado-next.last {
    background-image: none;
    font-weight: 600;
    text-align: center;
    line-height: 30px !important;
    color: #fff;
    padding-top: 3px;
    box-sizing: border-box; }
    .isIE #mado-next.last {
      padding-top: 6px; }
  @media screen and (max-width: 768px) {
    #mado-next {
      display: none; } }

#mado-top-cover {
  background: #2a4198 url(images/mado/loading-logo.png) no-repeat center;
  background-size: 767px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  box-sizing: border-box;
  border: 60px solid #2a4198; }
  #mado-top-cover:before, #mado-top-cover:after {
    content: "";
    display: block;
    background: #fedc34;
    width: 120px;
    height: 1px;
    position: absolute;
    z-index: 1001; }
  #mado-top-cover:before {
    left: 7.275%;
    top: 96px; }
  #mado-top-cover:after {
    right: 7.275%;
    bottom: 96px; }
  #mado-top-cover .inner:before, #mado-top-cover .inner:after {
    content: "";
    display: block;
    background: #fedc34;
    height: 120px;
    width: 1px;
    position: absolute;
    z-index: 9; }
  #mado-top-cover .inner:before {
    left: 7.275%;
    top: 96px; }
  #mado-top-cover .inner:after {
    right: 7.275%;
    bottom: 96px; }
  @media screen and (max-width: 768px) {
    #mado-top-cover {
      background: #2a4198 url(images/mado/loading-logo-sp.png) no-repeat center;
      border-top-width: 44px;
      border-left-width: 10px;
      border-right-width: 10px;
      background-size: 80% auto; }
      #mado-top-cover:before, #mado-top-cover:after {
        width: 48px; }
      #mado-top-cover:before {
        left: 10px;
        top: 10px; }
      #mado-top-cover:after {
        right: 10px;
        bottom: 10px; }
      #mado-top-cover .inner:before, #mado-top-cover .inner:after {
        height: 48px; }
      #mado-top-cover .inner:before {
        left: 10px;
        top: 10px; }
      #mado-top-cover .inner:after {
        right: 10px;
        bottom: 10px; } }

/* ==========================================================================
   共通
   ========================================================================== */
body {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f3f6ff 0%, #efefef 50%, #fffae3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f3f6ff 0%, #efefef 50%, #fffae3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6ff', endColorstr='#fffae3',GradientType=1 );
  /* IE6-9 */
  overflow-x: hidden;
  -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); }
  @media screen and (min-width: 769px) {
    body {
      margin: 60px; } }

/* ==========================================================================
   一覧ページ
   ========================================================================== */
#archive #archive-header .archive-ttl {
  text-align: center;
  background: url(images/mado/icon-list.png) no-repeat center top;
  background-size: 32px;
  padding-top: 48px;
  padding-left: 0.5em; }

#archive #archive-header nav {
  border-top: 2px solid #fff; }

#archive #archive-content li {
  overflow: hidden; }
  #archive #archive-content li .thumb img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transition: none;
    transition: none; }
  #archive #archive-content li.on .thumb img {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1s;
    transition: all 1s; }

/* ==========================================================================
   詳細ページ
   ========================================================================== */
#single #single-header {
  padding: 120px 0 72px;
  text-align: center; }
  #single #single-header:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.53);
    opacity: 0;
    -webkit-transition: 1.2s 0.4s all ease;
    transition: 1.2s 0.4s all ease; }
  #single #single-header .single-header-img img {
    -webkit-transition: 1.2s 0.4s all ease;
    transition: 1.2s 0.4s all ease;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0); }
  #single #single-header .single-header-inner {
    position: relative;
    z-index: 9;
    opacity: 0;
    -webkit-transition: 0.4s 0.8s all ease;
    transition: 0.4s 0.8s all ease;
    bottom: -24px; }
  #single #single-header .single-ttl, #single #single-header .subttl, #single #single-header .keyword a {
    color: #2a4198; }
  #single #single-header .single-ttl {
    margin-bottom: 12px; }
  #single #single-header .subttl {
    position: absolute;
    top: -32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  #single #single-header .keyword a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #2a4198;
    border-radius: 4px;
    padding: 0 4px; }
    @media screen and (min-width: 769px) {
      #single #single-header .keyword a:hover {
        background: #2a4198;
        color: #fff; } }
  #single #single-header.loaded:before,
  #single #single-header.loaded .single-header-inner {
    opacity: 1;
    bottom: 0; }
  #single #single-header.loaded .single-header-img img {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px); }
  @media screen and (max-width: 768px) {
    #single #single-header {
      padding: 120px 0 48px; }
      #single #single-header .single-header-img img {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px); }
      #single #single-header .single-ttl {
        letter-spacing: 0.05em !important; }
      #single #single-header .subttl {
        top: -24px; } }

#single #single-info {
  padding-top: 32px;
  padding-bottom: 16px;
  margin-bottom: 72px; }
  @media screen and (max-width: 768px) {
    #single #single-info {
      margin-bottom: 24px; } }

#single #single-content ul, #single #single-content ol {
  border-bottom: 2px solid #fff; }
  #single #single-content ul li, #single #single-content ol li {
    border-top: 2px solid #fff; }

#single #single-content table {
  border-bottom: 2px solid #fff; }
  #single #single-content table td, #single #single-content table th {
    border-top: 2px solid #fff; }

#single #single-content dl.qanda dt:after, #single #single-content dl.qanda dd:after {
  width: 2px;
  background: #fff; }

#single #single-content .wrapped {
  background: #fff; }

#single #single-content .img-wrapper.large {
  width: 134.771099346%;
  -webkit-transform: translate(-12.8626548935%, 0);
          transform: translate(-12.8626548935%, 0); }

#single #single-content .img-wrapper.full {
  width: 155.714730614%;
  -webkit-transform: translate(-17.8890244686%, 0);
          transform: translate(-17.8890244686%, 0); }
