

@charset "UTF-8";
@-ms-viewport {
    width: device-width;
}

body {
  color: #000000;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

a {
  transition: all 0.3s ease-in-out 0s; }

a:link, a:visited {
  color: #999999;
  text-decoration: underline; }

a:hover {
  text-decoration: none;
  opacity: .7; }

body.bg-body-ver2 {
  background: none !important; }

@media (max-width: 1024px) {
  body {
    font-size: 15px; } }

/* ------------------------------------------
								 common
------------------------------------------ */
.inner-wrap {
  max-width: 1024px;
  margin: 0 auto;
  word-break: break-all;
  padding: 80px 0; }

@media (max-width: 1024px) {
  .inner-wrap {
    width: calc(100% - 40px);
    max-width: none;
    padding: 40px 20px;
    margin: 0; } }


/* ------------------------------------------
								記事一覧
------------------------------------------ */
.contents .news__medium-area {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  color: #ffffff; }
  .contents .news__medium-area .inner-wrap {
    width: 800px;
    margin: 0 auto; }
  .contents .news__medium-area h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.8px;
    margin-bottom: 32px; }

.contents .news__navi-wrap {
  margin: 0 auto;
  max-width: 1024px;
  word-break: break-all;
  padding: 40px 0 0;
}

.contents .news__navi {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin: 0 auto; }
  .contents .news__navi li {
    padding: 0;
    margin-bottom: 0; }
  .contents .news__navi li a {
    color: #000000;
    text-decoration: none; }
  .contents .news__navi .news__navi--all {
    font-weight: 600;
    }
    
    .contents .news__navi li:before {
      display: none; }
    .contents .news__navi li:last-child {
      margin-right: 0; }
  .contents .news__navi > li {
    display: flex;
    margin-right: 28px;
    font-weight: bold;
    }
    .contents .news__navi > li:last-child {
      margin-right: 0; }

.contents .news__subnavi {
  display: flex;
  flex-wrap: wrap;  
  font-weight: 600;
  margin-bottom: 0; }
  .contents .news__subnavi li {
    margin-right: 28px; }
  .contents .news__subnavi li .nolink {
    color: #999999;
  }
    
  .contents .news__subnavi .submenu {
    margin: 0; }
  .contents .news__subnavi .submenu li {
    margin: 0; }

/* select */
.pulldownWrap {
  width: 80px;
}
.pulldown__header {
  display: block;
  padding: 0 4px;
  background-color: #ffffff; 
  cursor: pointer;
  position: relative;
}
  .pulldown__header:after {
    content: "";
    width: 2px;
    height: 10px;
    display: block;
    background-color: #000000;
    position: absolute;
    bottom: 8px;
    right: 4px;
    transform: rotate(45deg);
    transition: all 0.1s ease-in; }
  .pulldown__header:before {
    content: "";
    width: 2px;
    height: 10px;
    display: block;
    background-color: #000000;
    position: absolute;
    bottom: 8px;
    right: 10px;
    transform: rotate(-45deg);
    transition: all 0.1s ease-in; }
    .pulldown__header:active:after, .pulldown__header.active:after {
      transform: rotate(135deg); }
    .pulldown__header:active:before, .pulldown__header.active:before {
      transform: rotate(-135deg); }

  .pulldown__list {
    display: none;
    position: absolute;
    top: 28px;
    padding: 0 4px;
    background-color: #ffffff; }
  
  .contents .news__subnavi.pulldown__list li {
    margin-right: 0;
  }
  .pulldown__list li a {
    display: block;
    transition: all 0.1s ease-in; }
  .pulldown__list li:last-child {
    border-bottom: 0; }

@media (max-width: 1024px) {
  .contents .news__medium-area {
    height: 160px;
  }
  .contents .news__navi {
    margin-left: 0;
    display: block;
    margin-bottom: 0; }
  .contents .news__navi-wrap {
    padding: 40px 20px 0;
    margin: 0;
  }
  .contents .news__navi .news__navi--yearly, .contents .news__navi .news__navi--category {
    width: 120px;
  }
  .contents .news__navi > li {
    margin-right: 0;
  }
  .contents .news__subnavi {
    margin-left: 0; }
    
  .pulldownWrap {
    width: 100%;
  }
  .pulldown__header {
    display: none;
  }
  .contents .news__subnavi li, .contents .news__subnavi.pulldown__list li {
    margin-right: 20px;
  }

  .pulldown__list {
    display: flex !important;
    position: relative;
    top: 0;
    padding: 0;
  }
 }

 /* ------------------------------------------
 								 ウェブページ
 ------------------------------------------ */
  .contents .webpage__medium-area {
    background-color: #000000;
  }

 /* ------------------------------------------
 								 記事
 ------------------------------------------ */
.contents .entrydata__wrap .inner-wrap {
  display: flex;
  padding: 0;
}

.contents .entrydata__wrap {
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 80px;
}

.contents .entrydata__date, .contents .entrydata__genre {
  margin-bottom: 0;
  margin-right: 40px;
  color: #999999;
}

.entrydata__genre {
  display: flex;
}

.contents .entrydata__genre li {
  padding-left: 20px;
  margin-right: 12px;
  margin-left: 0;
  margin-bottom: 0;
}

.contents .entrydata__genre li:before {
    top: -1px;
    left: 0;
    color: #999999;
}

/* ------------------------------------------
								 本文装飾
------------------------------------------ */
.contents .inner-wrap > *:last-child {
  margin-bottom: 0; }

.contents h1 {
  font-family: HiraginoSans-W1;
  font-weight: 100;
  font-size: 2.625rem;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center; }

.contents .h1-shoulder {
  text-align: center;
  margin-bottom: 60px; }
  .contents .h1-shoulder > .h1-shoulder__title {
    margin-bottom: -4px; }
  .contents .h1-shoulder > .h1-shoulder__caption {
    display: block;
    margin-bottom: 0;
    font-size: 0.75rem; }

.contents h2 {
  font-size: 2.25rem;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 22px;
  margin-bottom: 40px; }
  .contents h2:before {
    content: "";
    display: block;
    background-color: #000000;
    width: 3px;
    height: 36px;
    position: absolute;
    top: 10px;
    left: 0; }

.contents h3 {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 36px; }

.contents h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 28px; }

.contents h5 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px; }

.contents * + h1, .contents * + h2, .contents * + h3, .contents * + h4, .contents * + h5 {
  margin-top: 60px; }

.contents a {
  text-decoration: underline; }

.contents img {
  max-width: 100%; }

.contents p {
  margin-bottom: 40px; }

.contents .text-center {
  text-align: center; }

.contents strong {
  font-weight: bold; }

.contents em {
  font-style: italic; }

.contents u {
  text-decoration: underline; }

.contents del {
  text-decoration: line-through; }

.contents blockquote {
  max-width: 800px;
  padding: 4px 0 4px 32px;
  position: relative; }
  .contents blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #f5f5f5;
    display: block; }

.contents hr {
  height: 0px;
  margin: 80px 0;
  border: none;
  border-top: 1px solid #cccccc; }

.contents ul {
  margin: 0 0 40px 0; }
  .contents ul li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 0.5rem; }
    .contents ul li:before {
      content: "−";
      width: 20px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center; }

.contents ol {
  max-width: 800px;
  margin: 0 0 40px 0;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/ }
  .contents ol li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 0.5rem; }
    .contents ol li:before {
      counter-increment: number;
      content: counter(number);
      width: 20px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      color: #cccccc; }

.contents dl {
  margin: 0 0 40px 0; }
  .contents dl dt {
    margin-bottom: 0.5rem;
    font-weight: bold; }
  .contents dl dd {
    margin: 0 0 20px 0; }

.contents table {
  display: table;
  max-width: 996px;
  border: 1px solid #000000;
  margin: 0 auto 40px; }
  .contents table th, .contents table td {
    padding: 24px;
    display: table-cell; }
  .contents table th {
    background-color: #f5f5f5;
    vertical-align: middle; }

.contents table.cell-fixed {
  width: 75%;
  table-layout: fixed; }

.contents .button {
  display: block;
  width: 480px;
  height: 60px;
  line-height: 60px;
  color: #000000;
  outline: solid 2px #000000;
  text-align: center;
  margin: 80px auto 0;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none; }
  .contents .button:hover {
    background-color: #e6e6e6; }

.contents pre {
  max-width: 800px;
  background-color: #f5f5f5;
  white-space: pre-wrap;
  word-break: break-all;
  padding: 20px;
  margin: 0 0 40px 0; }

.contents a.imglink {
  max-width: 400px;
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 0; }
  .contents a.imglink div:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .contents a.imglink div img {
    width: 100%;
    height: auto;
    z-index: 0; }
  .contents a.imglink div span {
    width: calc(100% - 80px);
    height: 100%;
    display: flex;
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    z-index: 2;
    position: absolute;
    text-align: center;
    top: 0;
    left: 40px;
    color: #ffffff;
    line-height: 1.5; }

@media (max-width: 1024px) {
  .contents h1 {
    font-size: 1.75rem;
    margin-bottom: 40px; }
  .contents h2 {
    font-size: 1.5rem;
    margin-bottom: 32px;
    padding-left: 16px; }
    .contents h2:before {
      width: 2px;
      height: 28px;
      top: 8px; }
  .contents h3 {
    font-size: 1.25rem;
    margin-bottom: 24px; }
  .contents h4 {
    font-size: 1.125rem;
    margin-bottom: 20px; }
  .contents h5 {
    font-size: 1.125rem;
    margin-bottom: 16px; }
  .contents * + h1, .contents * + h2, .contents * + h3, .contents * + h4, .contents * + h5 {
    margin-top: 40px; }
  .contents blockquote {
    padding: 2px 0 2px 20px; }
  .contents .button {
    width: 100%; }
  .contents hr {
    margin: 60px 0; } }
    
    /* ------------------------------------------
    								 header
    ------------------------------------------ */
    .header-block {
      display: block;
      height: 80px;
      line-height: 80px; }
      .header-block a {
        color: #000000;
        text-decoration: none; }
      .header-block .inner-wrap {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0; }
    
    .header__title {
      width: auto;
      height: 60px;
      position: relative;
      margin: 10px 0;
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center; }
      
    .header__title__img {
      width: auto;
      height: 100%;
    }
    
    .header__title__text {
      min-width: 200px;
      max-width: 400px;
      height: auto;
      line-height: auto;
    }
    
    .header-block .header__navi {
      display: flex; }
    .header-block .header__navi li {
      margin-right: 60px; }
    .header-block .header__navi li:last-child {
      margin-right: 0; }
    .header-block .header__navi li:before {
      display: none; }
            
    .header-block-SP {
      display: none; }
    
    @media (max-width: 1024px) {
      .header-block {
        display: none; }
      .header-block-SP {
        display: block;
        height: 60px; }
        .header-block-SP .inner-wrap {
          padding: 10px 20px; }
        .header-block-SP .header__title-SP {
          width: 100%;
          height: 40px;
          position: relative;
          flex-direction: column;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .header__title-SP img {
          height: 100%;
        }
        
        .gnav {
          background: #ffffffdf;
          display: none;
          height: 100%;
          position: fixed;
          width: 100%;
          z-index: 98;
          top: 0;
          left: 0; }
        
      .gnav__wrap {
        align-items: center;
        display: flex;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        justify-content: center;
        position: absolute;
        text-align: center;
        margin: 20px; }
        
      .gnav__wrap .header__navi {
        font-weight: bold;
      }
        
      .gnav__wrap .header__navi li {
        margin-bottom: 15px;
      }
      .gnav__wrap .header__navi li:last-child {
        margin-bottom: 0;
      }
      .gnav__wrap .header__navi a {
        text-decoration: none;
      }  
        
      .menu {
        cursor: pointer;
        height: 26px;
        position: absolute;
        right: 20px;
        top: 16px;
        width: 24px;
        z-index: 200; }
      .menu__line {
        background-color: #000000;
        display: block;
        height: 2px;
        position: absolute;
        transition: 0.3s;
        width: 100%; }
      .menu__line--center {
        top: 12px; }
      .menu__line--bottom {
        bottom: 0; }
      .menu__line--top.active {
        top: 12px;
        transform: rotate(45deg); }
      .menu__line--center.active {
        transform: scaleX(0); }
      .menu__line--bottom.active {
        bottom: 12px;
        transform: rotate(135deg); }
      
      .scroll-prevent {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%;
      }
    }
    
    
    /* ------------------------------------------
    								 pankuzu
    ------------------------------------------ */
    .pankuzu-block .inner-wrap {
      padding: 20px 0;
    }
    .pankuzu__list {
      display: flex;
    }
    .pankuzu__list li {
      display: flex;
      font-size: 0.75rem;
    }
    .pankuzu__list li:after {
      content: ">";
      padding: 0 8px;
    }
    .pankuzu__list li:last-child:after {
      display: none;
    }
    .pankuzu__list li a {
      text-decoration: none;
      color: #999999;
    }
    @media (max-width: 1024px) {
      .pankuzu-block .inner-wrap {
        padding: 20px;
      }
    }
    
    /* ------------------------------------------
    								 footer
    ------------------------------------------ */
    .footer-block {
      background-color: #cccccc;
      padding: 80px 0 80px; }
      .footer-block a {
        text-decoration: none;
        color: #000000; }
      .footer-block .inner-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0; }
    
    .footer-block .footer__navi {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0; }
      .footer-block .footer__navi li {
        width: auto;
        text-align: center;
        border-left: 1px solid #000000;
        height: 28px;
        padding: 0 48px;
        display: block;
        font-weight: bold; }
        .footer-block .footer__navi li:last-child {
          margin-right: 0;
          border-right: 1px solid #000000; }
        .footer-block .footer__navi li:before {
          display: none; }
    
    .footer-block .footer__title {
      width: 360px;
      height: 60px;
      margin-right: 40px;
      display: flex;
      text-align: center;
      position: relative;
      flex-direction: column;
      justify-content: center;
      align-items: center;
     }
     
    .footer-block .footer__title__img {
      width: auto;
      height: 100%;
    }
    
    .footer-block .footer__subnavi {
      margin-top: 40px;
      display: flex;
      justify-content: flex-end; }
      .footer-block .footer__subnavi li {
        margin-right: 40px;
        padding-left: 0;
        font-size: 0.75rem; }
        .footer-block .footer__subnavi li:last-child {
          margin-right: 0; }
        .footer-block .footer__subnavi li:before {
          display: none; }
    
    .copylight-block {
      padding: 40px 0; }
      .copylight-block p {
        text-align: center;
        font-size: 0.75rem; }
    
    @media (max-width: 1024px) {
      .footer-block {
        padding: 40px 0; }
        .footer-block .inner-wrap {
          padding: 0 20px;
          display: block; }
        .footer-block .footer__title {
          width: auto;
          margin-right: 0;
          margin-bottom: 20px; }
        .footer-block .footer__navi {
          justify-content: center; }
          .footer-block .footer__navi li {
            padding: 0 12px 0 0;
            width: auto;
            border: 0px; }
            .footer-block .footer__navi li:first-child {
              border-left: 0px;
              padding-left: 0px; }
            .footer-block .footer__navi li:last-child {
              border-right: 0px;
              padding-right: 0px; }
        .footer-block .footer__subnavi {
          margin-top: 20px; 
          justify-content: center; }
            .footer-block .footer__subnavi li {
              margin-right: 12px; }
        .copylight-block {
          padding: 20px 0; } }

/* ------------------------------------------
								ブロック
------------------------------------------ */
.contents ul.block-news {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px; }
  
  .contents .block-news li {
    padding: 0; /* reset */
  }
  .contents .block-news li:before {
    content: none; /* reset */
  }
  
  .contents .block-news p {
    margin: 0; /* reset */
  }
  
  .contents .block-news .mt-be-column {
    height: 524px;
    position: relative;
    width: calc(100% / 3 - 40px);
    margin-right: 60px;
    margin-bottom: 60px; }
    .contents .block-news .mt-be-column:nth-child(3n) {
      margin-right: 0; }
    .contents .block-news .mt-be-column:nth-last-child(-n+3) {
      margin-bottom: 0; }
      
    .contents .block-news .block-newsItem {
      display: block;
    }

  .contents .block-news .block-news__dateWrap {
    display: flex;
    font-size: 0.75em;
    color: #999999;
    margin-bottom: 1rem;
    line-height: 1; }
    
  .contents .block-news .block-news__category {
    margin-left: 12px;
  }

  .contents .block-news h2 {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0;
    margin: 0 0 1.5rem 0; }
    .block-news h2:before {
      display: none; }
      
  .contents .block-news__button {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
      
      
@media (max-width: 1024px) {
  .contents .block-news {
    display: block; }
  .contents .block-news .mt-be-column {
    margin-right: 0;
    height: auto;
    width: 100%; }
  .contents .block-news .mt-be-column:nth-last-child(-n+3){
    margin-bottom: 60px;
  }
  .contents .block-news__button {
    position: relative;
    margin-top: 40px; }
  }

/* ------------------------------------------
								大エリア内
------------------------------------------ */
.contents .big-area {
  width: 100%;
  min-height: 640px;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center center; }
  .contents .big-area h1 {
    font-size: 3.85rem;
    line-height: 1.5;
    letter-spacing: 3.72px;
    margin-bottom: 40px; }
    .contents .big-area .button:hover {
      background-color: rgba(255, 255, 255, 0.4); }

.contents .medium-area {
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center center; }
  .contents .medium-area .inner-wrap {
    width: 800px;
    margin: 0 auto; }
  .contents .medium-area h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.8px;
    margin-bottom: 32px; }
  .contents .medium-area .button {
    margin-top: 60px; }
    .contents .medium-area .button:hover {
      background-color: rgba(255, 255, 255, 0.4); }

.contents .subnavi-area {
  width: calc(100% - 160px);
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 0 80px 28px;
  margin: 0 0 60px 0; }
  .contents .subnavi-area li {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1.5; }
    .contents .subnavi-area li:before {
      display: none; }
    .contents .subnavi-area li a {
      color: #000000;
      text-decoration: none;
      position: relative;
      padding-bottom: 20px;
      font-weight: 600; }
      .contents .subnavi-area li a:after {
        content: "";
        display: block;
        width: 2px;
        height: 12px;
        background-color: #cccccc;
        position: absolute;
        left: calc(50% + 4px);
        bottom: 0;
        transform: rotate(45deg); }
      .contents .subnavi-area li a:before {
        content: "";
        display: block;
        width: 2px;
        height: 12px;
        background-color: #cccccc;
        position: absolute;
        left: calc(50% - 4px);
        bottom: 0;
        transform: rotate(-45deg); }

@media (max-width: 1024px) {
  .contents .big-area {
    width: 100%;
    min-height: 420px;
  }
  .contents .big-area h1 {
    font-size: 3rem;
    letter-spacing: 2px;
  }
  
  .contents .medium-area {
    min-height: 160px; } }

/* ------------------------------------------
			 background-color
------------------------------------------ */
/* 白背景 */
.bg-color-light {
  color: #000000;
  background-size: cover;
  background-position: center center; }
 .bg-color-light h2:before {
   background-color: #000000; }
 .bg-color-light pre {
   background-color: rgba(255, 255, 255, 0.2); }
 .bg-color-light a {
   color: #000000; }
 .bg-color-light blockquote:before {
   background-color: #f5f5f5; }
 .bg-color-light ol li:before {
   color: #000000; }
 .bg-color-light hr {
   border-top: 1px solid #000000; }
 .bg-color-light a.imglink div:before {
   width: 100%;
   height: 100%;
   display: block;
   content: "";
   position: absolute;
   background-color: rgba(0, 0, 0, 0.2);
   z-index: 1; }

 /* 黒背景 */
.bg-color-dark {
  color: #ffffff;
  background-size: cover;
  background-position: center center; }
  .bg-color-dark h2:before {
    background-color: #ffffff; }
  .bg-color-dark pre {
    background-color: rgba(255, 255, 255, 0.2); }
  .bg-color-dark a {
    color: #ffffff; }
  .bg-color-dark blockquote:before {
    background-color: #ffffff; }
  .bg-color-dark ol li:before {
    color: #ffffff; }
  .bg-color-dark hr {
    border-top: 1px solid #ffffff; }
  .bg-color-dark a.imglink div:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .bg-color-dark .button {
      outline: solid 2px #ffffff; }
  .bg-color-dark .button:hover {
      color: #000000; }

  .section-bgcolor a {
    color: #ffffff; }
  .section-bgcolor h2:before {
    background-color: #ffffff; }
  .section-bgcolor hr {
    border-top: 1px solid #ffffff; }
  .section-bgcolor pre {
    background-color: rgba(255, 255, 255, 0.2); }
  .section-bgcolor ol li:before {
    color: #ffffff; }
  .section-bgcolor .block-news .block-news__dateWrap {
    color: #ffffff; }

 /* 一行背景 */
.section-bgimg {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center center;
  display: block; }

/* ------------------------------------------
								 collumn
------------------------------------------ */
  .contents .collumn-2, .contents .collumn-3 {
    margin-bottom: 80px;
    width: 100%;
    display: flex; }
    
  .contents .collumn-2:last-child, .contents .collumn-3:last-child {
    margin-bottom: 0; }
  
  .contents .collumn-2 .mt-be-column, .contents .collumn-3 .mt-be-column {
    width: 100%;
    margin-right: 80px; }
  .contents .collumn-2 .mt-be-column:last-child, .contents .collumn-3 .mt-be-column:last-child {
    margin-right: 0; }
  .contents .collumn-2 h1, .contents .collumn-3 h1 {
    font-family: HiraginoSans-W1;
    font-weight: 100;
    font-size: 2.5rem;
    margin-bottom: 40px; }
  .contents .collumn-2 .button, .contents .collumn-3 .button {
    width: 80%; }

.contents .collumn-4 {
  width: 100%;
  display: flex;
  margin-bottom: 80px; }
  .contents .collumn-4 .mt-be-column {
    width: 100%;
    margin-right: 40px; }
    .contents .collumn-4 .mt-be-column:last-child {
      margin-right: 0; }
  .contents .collumn-4 h1 {
    font-family: HiraginoSans-W1;
    font-weight: 100;
    font-size: 2.5rem;
    margin-bottom: 32px;
    text-align: left; }
  .contents .collumn-4 .button {
    width: 100%; }
  .contents .collumn-2 p:last-child, .contents .collumn-3 p:last-child, .contents .collumn-4 p:last-child {
    margin-bottom: 0; }

@media (max-width: 1024px) {
  .contents .collumn-2, .contents .collumn-3, .contents .collumn-4 {
    display: block !important; }
    .contents .collumn-2 .mt-be-column, .contents .collumn-3 .mt-be-column, .contents .collumn-4 .mt-be-column {
      margin: 0 0 28px 0; }
    .contents .collumn-2 .button, .contents .collumn-3 .button {
      width: 100%; }
       }

/*--------------------
				webpagelist
--------------------*/
/* 白背景 */
.webpagelist__wrap {
  background-color: #ffffff;
 color: #000000; }
 .webpagelist__wrap h2:before {
   background-color: #000000; }
 .webpagelist__wrap pre {
   background-color: rgba(255, 255, 255, 0.2); }
 .webpagelist__wrap a {
   color: #000000; }
 .webpagelist__wrap blockquote:before {
   background-color: #f5f5f5; }
 .webpagelist__wrap ol li:before {
   color: #000000; }
 .webpagelist__wrap hr {
   border-top: 1px solid #000000; }
 .webpagelist__wrap a.imglink div:before {
   width: 100%;
   height: 100%;
   display: block;
   content: "";
   position: absolute;
   background-color: rgba(0, 0, 0, 0.2);
   z-index: 1; }
   
/* 灰色背景 */
 .webpagelist__wrap:nth-child(2n) {
  background-color: #f5f5f5; }

/*--------------------
				gototop
--------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  margin-bottom: 0; }
  #page-top a {
    display: block;
    background-color: #000000;
    text-decoration: none;
    width: 64px;
    height: 64px;
    padding: 0; }
    #page-top a:before {
      content: "";
      display: block;
      width: 4px;
      height: 24px;
      background-color: #ffffff;
      position: absolute;
      bottom: 21px;
      left: 23px;
      transform: rotate(45deg); }
    #page-top a:after {
      content: "";
      display: block;
      width: 4px;
      height: 24px;
      background-color: #ffffff;
      position: absolute;
      bottom: 21px;
      right: 23px;
      transform: rotate(-45deg); }
    #page-top a:hover {
      text-decoration: none; }

@media (max-width: 1024px) {
  #page-top a {
    width: 48px;
    height: 48px; }
    #page-top a:after {
      height: 16px;
      bottom: 16px;
      right: 17.5px; }
    #page-top a:before {
      height: 16px;
      bottom: 16px;
      left: 17.5px; } }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix:before {
  content: "";
  display: block;
  clear: both; }

.clearfix {
  display: block; }

/*-------------
  search area
-------------*/
.footer__search .inner-wrap {
  padding: 20px 20px 0 20px;
}

.mt-site-search-form {
  display: flex;
  justify-content: center;
}

.mt-site-search-form__query {
  width: 204px;
  height: 32px;
  padding: 0 8px;
  outline: 1px solid #000000;
  border: 0;
  border-radius: 0;
}

.mt-site-search-form__button {
  visibility: hidden;
  position: relative;
}

.mt-site-search-form__button:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  visibility: visible;
  font-weight: 900;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-left: 0px;
  border-width: 0px;
  outline: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0;
  position: absolute;
  right: 15px;
  top: -2px;
}

/*-------------
  webpush
-------------*/
.webpush {
  display: none;
}

.mtnet-push-notification-service-enabled li a.webpush {
  display: block;
  width: fit-content;
  padding: 4px 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}

.webpush:hover {
  opacity: .8;
}

.webpush span {
  font-size: 12px;
}
.webpush span::before {
  content: "\f0f3";
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.25em;
}

.contents .button.align\:left{
  margin-left: 0;
}
.contents .button.align\:right{
  margin-right: 0;
}
.contents .button.size\:small{
  width: 384px;
  height: 48px;
}
.contents .button.size\:large{
  width: 576px;
  height: 72px;
}
