@charset "UTF-8";







body {
  color: #262A32;
  background-color: #EFEFEA;
  font-size: 16px;
  line-height: 1.75;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  word-wrap: break-word; }

a {
  transition: .3s;
  color: #365F87; }

a:hover {
  opacity: 0.7; }

.inner {
  max-width: 1036px;
  margin: 0 auto;
  padding: 0rem 0 0rem 0;
  position: relative; }
  
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

@media (max-width: 1100px) {
  .inner {
    max-width: 728px; } }

@media (max-width: 768px) {
  .inner {
    max-width: none;
    width: 90%; } }

/*------------
    COMMON
------------*/
.mainHeader {
  z-index: 100;
  position: relative; }
  .mainHeader .header__wrap {
    width: auto;
    height: calc(240px - 4rem);
    margin: 0 auto;
    padding: 2rem 0;
    display: flex;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    background-color: #707070;
    background-image: url(/test/img/noimage.png);
    background-position: center;
    background-size: cover; }
  .mainHeader .header__title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    -webkit-text-shadow: 0px 0px 8px #1e1e1e, 0px 0px 16px #1e1e1e, 0px 0px 20px #1e1e1e, 0px 0px 24px #1e1e1e;
    text-shadow: 0px 0px 8px #1e1e1e, 0px 0px 16px #1e1e1e, 0px 0px 20px #1e1e1e, 0px 0px 24px #1e1e1e; }
    .mainHeader .header__title a {
      color: #FFFFFF;
      text-decoration: none; }
  .mainHeader .header__description {
    color: #FFFFFF;
    margin-top: 0.5rem;
    text-align: center;
    -webkit-text-shadow: 0px 0px 2px #1e1e1e, 0px 0px 8px #1e1e1e, 0px 0px 12px #1e1e1e;
    text-shadow: 0px 0px 2px #1e1e1e, 0px 0px 8px #1e1e1e, 0px 0px 12px #1e1e1e; }

.navi__wrap {
  background-color: #333333;
  position: absolute;
  width: 100%; }
  .navi__wrap.fixed {
    position: fixed;
    top: 0; }
  .navi__wrap .navi__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 12px; }
    .navi__wrap .navi__list li {
      width: auto;
      height: 60px;
      line-height: 60px;
      display: block;
      margin: 0 1rem;
      font-weight: bold; }
      .navi__wrap .navi__list li a {
        text-decoration: none;
        color: #FFFFFF; }

#nav_toggle {
  display: none; }

@media screen and (max-width: 768px) {
  nav {
    display: none;
    position: relative;
    width: 100%;
    left: 0; }
  .navi__wrap .navi__list {
    display: block;
    width: 100%; }
  .navi__wrap .navi__list li {
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-top: 1px solid #CCCCCC; }
    .navi__wrap .navi__list li a {
      display: block; }
  #nav_toggle {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    padding: 16px 0 12px;
    position: relative;
    z-index: 1000;
    cursor: pointer; }
  #nav_toggle div {
    position: relative; }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out; }
  #nav_toggle span:nth-child(1) {
    top: 0px; }
  #nav_toggle span:nth-child(2) {
    top: 11px; }
  #nav_toggle span:nth-child(3) {
    top: 22px; }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); } }

.contents {
  display: flex;
  margin-top: 60px; }

@media (max-width: 768px) {
  .contents {
    display: block; } }

.main {
  width: 684px;
  padding: 40px 0 60px;
  margin-right: 32px; }

@media (max-width: 1100px) {
  .main {
    width: 450px;
    margin-right: 20px; } }

@media (max-width: 768px) {
  .main {
    width: 100%;
    margin-right: 0;
    padding-bottom: 40px; } }

aside {
  width: 322px; }
  aside a {
    color: #262A32;
    text-decoration: none; }

.sidebarWrap {
  padding: 0 0 40px 0; }
/* underlayer */
.ULWrap .sidebarWrap {
  padding: 50px 0 40px 0; }

.sidebar__module {
  width: auto;
  margin-bottom: 20px;
  padding: 32px;
  background-color: #FFFFFF; }
  .sidebar__module h2 {
    font-size: 1.25rem;
    line-height: 1.25;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-weight: bold; }
  .sidebar__module ul li, .sidebar__module ol li {
    line-height: 1.25;
    margin-bottom: 1rem; }
    .sidebar__module ul li:last-child, .sidebar__module ol li:last-child {
      margin-bottom: 0; }
  .sidebar__module dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC; }
    .sidebar__module dl:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: 0px; }
  .sidebar__module dl dt {
    color: #707070;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.25; }
  .sidebar__module dl dd:last-child {
    margin-bottom: 0; }

    .mt-site-search-form {
      display: flex;
      margin-bottom: 8px;
    }

    .mt-site-search-form__query {
      position: relative;
      display: block;
      width: calc(100% - 84px - 0.5em);
      border: 1px solid #CCCCCC;
      height: 32px;
      padding: 0 8px;
      font-size: 16px;
      box-sizing: inherit;
    }

    .mt-site-search-form__button {
      width: 71px;
      cursor: pointer;
      position: relative;
      display: block;
      border: 1px solid #CCCCCC;
      background-color: #CCCCCC;
      height: 34px;
      font-size: 16px;
      padding: 0 16px;
    }
    
    .wysiwyg .mt-site-search__pagination ul {
      margin-left: 0;
    }
    .wysiwyg .mt-site-search__pagination ul li  {
      margin-right: 0.5rem;
      margin-bottom: 0;
    }
      
    .wysiwyg .mt-site-search-pagination-item::before {
      display: none;
    }

.sidebar__category li, .sidebar__archive li {
  left: 16px;
  width: auto;
  display: block;
  position: relative;
  margin-right: 16px; }
  .sidebar__category li:before, .sidebar__archive li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #365F87;
    font-size: 1.25rem;
    line-height: 1rem;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: -16px;
    display: block; }

  .sidebar__profile .profile__images {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem; }
  .sidebar__profile .profile__images img {
    width: 160px;
    height: 160px;
  }

.sidebar__profile .profile__name {
  text-align: center;
  margin-bottom: 0.5rem; }
  .sidebar__profile .profile__name::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1rem;
    margin-right: 8px;
    color: #707070; }

.sidebar__profile .profile__text {
  font-size: 12px; }

.sidebar__module.sidebar__copy {
  background: none;
  padding: 0 0 20px;
  margin: 0; }
  .sidebar__module.sidebar__copy h2 {
    font-size: 1rem;
    font-weight: normal;
    text-decoration: underline;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0; }
    .sidebar__module.sidebar__copy h2 a {
      color: #365F87; }

  /*webプッシュ*/
  .webpush {
    display: none;
  }

  .mtnet-push-notification-service-enabled .webpush {
    display: block;
  }

  .side-webpush {
    margin-bottom: 20px;
    text-align: center;
    padding: 15px 15px 15px 15px;
    background-color: #365F87;
    color: #FFFFFF;
  }
  
  .side-webpush .fa-bell {
    font-size: 1.25rem;
    margin-right: 4px;
  }

@media (max-width: 1100px) {
  aside {
    width: 260px; }
  .sidebar__module {
    padding: 20px 16px;
    width: auto; }
    .sidebar__module h2 {
      padding-bottom: 12px; }
  .sidebar__feed h2 {
    padding-bottom: 0; } }

@media (max-width: 768px) {
  aside {
    width: auto; }
  .sidebarWrap {
    padding: 0;
    display: block; }
  .ULWrap .sidebarWrap {
    padding: 0 0 40px 0; }
   }

.mainFooter {
  padding: 20px 0;
  background-color: #262A32;
  color: #FFFFFF; }
  .mainFooter .footer__themename {
    text-align: center; }
    .mainFooter .footer__themename .themename__heading {
      margin-right: 0.5rem; }
      .mainFooter .footer__themename .themename__heading:after {
        content: ":";
        margin-left: 0.5rem; }

/*------------
    INDEX
------------*/
.article {
  width: 620px;
  padding: 32px;
  margin-bottom: 20px;
  background-color: #FFFFFF; }
  .article .article__title {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 4px;
    font-weight: bold; }
    .article .article__title a {
      color: #262A32;
      text-decoration: none; }
  .article .article__dateWrap {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .article .article__date {
    margin-right: 0.5rem;
    color: #707070; }
  .article .article__thumbnail {
    width: 620px;
    height: auto;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px; }
  .article .article__thumbnail img {
    max-width: 620px;
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover; }
  .article .article__text {
    margin-bottom: 20px; }
  .article .article__footer::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.25rem;
    line-height: 16px;
    color: #365F87; }

.fixedtotop {
  box-shadow: 0 0 0 6px #365F87 inset;
  position: relative; }
  .fixedtotop:before {
    content: "Pick up";
    display: block;
    background-color: #365F87;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1rem;
    color: #FFFFFF; }

.footerNavi {
  width: 100%;
  margin-top: 20px;
  display: block; }
  .footerNavi ul {
    display: flex;
    justify-content: space-between; }
    .footerNavi li {
      width: auto;
      max-width: 45%;
    }
    .footerNavi ul .footerNavi__prev:before {
      content: "\f0d9";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #365F87;
      margin-right: 0.5rem; }
    .footerNavi ul .footerNavi__next:after {
      content: "\f0da";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #365F87;
      margin-left: 0.5rem; }
    .footerNavi ul a {
      text-decoration: none; }
    .footerNavi ul i {
      margin: 0 0.25rem; }

@media (max-width: 1100px) {
  .article {
    width: auto;
    padding: 20px 16px;
    margin-right: 0; }
  .article .article__thumbnail {
    width: auto; }
  .article .article__thumbnail img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 8px; }
  .fixedtotop {
    box-shadow: 0 0 0 4px #365F87 inset; } }
    
@media (max-width: 768px) {
  .footerNavi ul {
    display: block;
    text-align: center;
   }
 .footerNavi {
    text-align: center; }
 .footerNavi ul {
    display: block;
   }
 .footerNavi li {
    width: 100%;
    max-width: 100%;
  }
}
    
/*------------------------
    ENTRY,WEBPAGE
------------------------*/
.entryWrap, .webpageWrap {
  background-color: #FFFFFF;
  padding: 32px 32px 40px 32px; }
  .entryWrap .entryHeader, .entryWrap .webpageHeader, .webpageWrap .entryHeader, .webpageWrap .webpageHeader {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC; }
  .entryWrap .entry__title, .entryWrap .webpage__title, .webpageWrap .entry__title, .webpageWrap .webpage__title {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }
  .entryWrap .entry__date, .webpageWrap .entry__date {
    color: #707070;
    display: inline-block;
    padding-right: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0; }
  .entryWrap .entry__category, .webpageWrap .entry__category {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0.5rem; }
  .entryWrap .entry__more, .webpageWrap .webpage__more {
    margin: 20px 0 0; }
  .entryWrap section *:last-child, .webpageWrap section *:last-child {
    margin-bottom: 0; }

.entryFooter, .webpageFooter {
  max-width: 620px;
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  margin: 20px 0 0 auto; }
  
  .entryFooter .entryFooter__metaWrap {
    display: flex;
    justify-content: space-between;
  }
  
  .entryFooter .entryFooter__date, .entryFooter .entryFooter__info {
    color: #707070; }
    .entryFooter .entryFooter__date:after {
      content: " ";
      display: block;
      clear: both; }
    .entryFooter .entryFooter__date li {
      margin-right: 0.5rem;
      float: left; }
    .entryFooter .entryFooter__date a {
      color: #707070; }
    .entryFooter .entryFooter__date .date__author {
      margin-right: 1rem; }
      .entryFooter .entryFooter__date .date__author .author__hedding:after {
        content: "："; }
  .entryFooter .entryFooter__info:after {
    content: " ";
    display: block;
    clear: both; }
  .entryFooter .entryFooter__info li {
    float: left;
    margin-right: 1rem; }
  .entryFooter .entryFooter__info .comment {
    color: #365F87; }
    .entryFooter .entryFooter__info .comment__hedding:after, .entryFooter .categoryFooter__hedding:after {
      content: "："; }
      
  .entryFooter .entryFooter__Author {
    border: 4px solid #CCCCCC;
    padding: 16px; 
    margin: 2rem 0;
  }
  
  .footerAuthor__title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
      
  .footerAuthor__images {
    width: 80px;
    float: left;
    margin-right: 1rem;
  }
  .footerAuthor__images img {
    width: 80px;
    height: auto;
  }
  .footerAuthor__textWrap {
    width: 100%;
  }
  
    
  .footerAuthor__name {
    color: #365F87;
    font-weight: bold;
    position: relative;
    margin: 0 0 0.5rem;
  }
  
  .footerAuthor__name::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 4px;
}
      
  .footerAuthor__text {
    font-size: 0.75rem;
    border-top: #CCCCCC 1px solid;
    padding-top: 0.5rem;
  }
  
  .entryFooter .entryFooter__sns, .entryFooter .webpageFooter__sns, .webpageFooter .entryFooter__sns, .webpageFooter .webpageFooter__sns {
    margin-top: 20px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0; }
    .entryFooter .entryFooter__sns li, .entryFooter .webpageFooter__sns li, .webpageFooter .entryFooter__sns li, .webpageFooter .webpageFooter__sns li {
      display: inline-block;
      margin: 0 6px; }
      .entryFooter .entryFooter__sns li::before, .entryFooter .webpageFooter__sns li::before, .webpageFooter .entryFooter__sns li::before, .webpageFooter .webpageFooter__sns li::before {
        display: none; }
    .entryFooter .entryFooter__sns li a, .entryFooter .webpageFooter__sns li a, .webpageFooter .entryFooter__sns li a, .webpageFooter .webpageFooter__sns li a {
      width: 36px;
      height: 36px;
      display: block;
      border-radius: 4px; }
    .entryFooter .entryFooter__sns li i, .entryFooter .webpageFooter__sns li i, .webpageFooter .entryFooter__sns li i, .webpageFooter .webpageFooter__sns li i {
      font-size: 20px;
      line-height: 36px;
      color: #FFFFFF; }
    .entryFooter .entryFooter__sns li .sns__x-twitter, .entryFooter .webpageFooter__sns li .sns__x-twitter, .webpageFooter .entryFooter__sns li .sns__x-twitter, .webpageFooter .webpageFooter__sns li .sns__x-twitter {
      background-color: #000000; }
    .entryFooter .entryFooter__sns li .sns__fb, .entryFooter .webpageFooter__sns li .sns__fb, .webpageFooter .entryFooter__sns li .sns__fb, .webpageFooter .webpageFooter__sns li .sns__fb {
      background-color: #315096; }
    .entryFooter .entryFooter__sns li .sns__line i, .entryFooter .webpageFooter__sns li .sns__line i, .webpageFooter .entryFooter__sns li .sns__line i, .webpageFooter .webpageFooter__sns li .sns__line i {
      position: relative;
      top: 8px;
      font-size: 42px;
      color: #1dcd00 !important; }
      .entryFooter .entryFooter__sns li .sns__hatena, .entryFooter .webpageFooter__sns li .sns__hatena, .webpageFooter .entryFooter__sns li .sns__hatena, .webpageFooter .webpageFooter__sns li .sns__hatena {
        text-decoration: none;
        background-color: #00A4DE; }
    .fa-sns-hatena:before {
      content: "B!";
      font-family: Verdana;
      font-weight: bold
    }
  .entryFooter .webpageFooter__sns, .webpageFooter .webpageFooter__sns {
    margin-top: 0; }

    @media (max-width: 768px) {
      .entryFooter .entryFooter__metaWrap {
        display: block;
        text-align: center;
       }
       .footerAuthor__images {
         float: none;
         margin: 0 auto 1rem;
       }
    }

/*------------
    ARCHIVES
------------*/
.archives__title {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #707070;
  margin-bottom: 20px; }

/*------------
    WYSIWYG
------------*/
.wysiwyg h1 {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #CCCCCC; }

.wysiwyg h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 1rem;
  left: 1.5rem;
  position: relative; }
  .wysiwyg h2::before {
    width: 1.5rem;
    display: block;
    content: "●";
    font-size: 1rem;
    position: absolute;
    top: 6px;
    left: -1.5rem;
    margin-right: 0.5rem;
    color: #365F87; }

.wysiwyg h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: normal;
  color: #365F87;
  margin-bottom: 0.75rem; }

.wysiwyg h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  font-weight: bold; }
  .wysiwyg h4:before {
    content: "・"; }

.wysiwyg h5 {
  font-weight: bold;
  color: #707070;
  line-height: 1.25;
  margin-bottom: 0.5rem; }

.wysiwyg p {
  margin-bottom: 20px; }

.wysiwyg strong {
  font-weight: bold; }

.wysiwyg em {
  font-style: italic; }
  
.wysiwyg pre {
  background: #f5f5f5;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 4px;
  white-space: pre-wrap;
}
  
.wysiwyg figure {
  margin-bottom: 1rem;
}

.wysiwyg figcaption {
  font-size: 0.75rem;
  text-align: center;
  margin-top: -0.5rem;
} 

.wysiwyg img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }

.wysiwyg hr {
  height: 0px;
  margin: 20px 0;
  border: none;
  border-top: 1px solid #CCCCCC; }

.wysiwyg .underline {
  text-decoration: underline; }

.wysiwyg .linethrough {
  text-decoration: line-through; }

.wysiwyg blockquote {
  margin-bottom: 2rem;
  padding-left: 20px;
  color: #707070;
  display: block;
  position: relative; }
  .wysiwyg blockquote::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: #CCCCCC;
    position: absolute; }

.wysiwyg ul {
  margin-bottom: 20px;
  margin-left: 1rem; }
  .wysiwyg ul li {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    position: relative; }
    .wysiwyg ul li::before {
      content: "●";
      position: absolute;
      font-size: 8px;
      left: -1rem;
      top: 6px;
      color: #CCCCCC;
      margin-right: 0.5rem; }

.wysiwyg ol {
  margin-bottom: 20px;
  margin-left: 1rem; }
  .wysiwyg ol li {
    margin-bottom: 0.5rem;
    list-style: decimal; }

@media (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 1.5rem; }
  .wysiwyg h2 {
    font-size: 1.25rem; }
    .wysiwyg h2::before {
      width: 1.25rem;
      font-size: 0.75rem;
      top: 4px;
      left: -1.25rem; }
  .wysiwyg h3 {
    font-size: 1.25rem; }
  .wysiwyg h4 {
    font-size: 1.125rem; } }
