@charset "UTF-8";

html {
  overflow-x: hidden;
}

body {
  color: #262A32;
  background-color: #D7D8DD;
  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; }*/
  font-family: Verdana, Arial, sans-serif;
  overflow-x: hidden;
}
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  word-wrap: break-word; }

a {
  transition: .3s;
  color: #333; }

a:hover {
  opacity: 0.7; }

.inner {
  max-width: 1036px;
  margin: 0 auto;
  padding: 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%; } 
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.pagetop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: none; /* スクロールするまで非表示 */
}

.pagetop__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.pagetop__btn:hover {
  opacity: 0.8;
}


/*------------
    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(/blog/images/header-PC.jpg);
    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:
    0 0 8px  rgba(30, 30, 30, 0.4),
    0 0 16px rgba(30, 30, 30, 0.4),
    0 0 20px rgba(30, 30, 30, 0.4),
    0 0 24px rgba(30, 30, 30, 0.4);
  text-shadow:
    0 0 8px  rgba(30, 30, 30, 0.4),
    0 0 16px rgba(30, 30, 30, 0.4),
    0 0 20px rgba(30, 30, 30, 0.4),
    0 0 24px rgba(30, 30, 30, 0.4);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
    padding: 10px 250px;
	position: relative;
  }
    .mainHeader .header__title a {
      color: #FFFFFF;
      text-decoration: none; }
	  .mainHeader .header__title a span {
	  display: block;
	  font-size: 18px;
	  font-weight: normal;
	  }
	  .mainHeader .header__img {
	  	position: absolute;
	  	bottom:  0;
	  	right: 20px;
	  }
	@media (max-width: 768px) {
	  .mainHeader .header__wrap {
	    height: calc(180px - 4rem);
		}
	  .mainHeader .header__title {
	    font-size: 30px;
	    line-height: 1.25;
	    font-weight: bold;
	    text-align: center;
		background: linear-gradient(
		    to right,
		    rgba(255, 255, 255, 0.2),
		    rgba(255, 255, 255, 0.2),
		    rgba(255, 255, 255, 0.2)
		  );
	  	padding: 10px 0;
	  	margin: 0 -50px;
	  }
	  .mainHeader .header__img {
	  	bottom:  0;
	  	right: -30px;
	  	max-height: 90%;
	  	}
	  .mainHeader .header__title a span {
	  font-size: 11px;
	  }
  	}
  .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: linear-gradient(
    to right,
    #2248b8,  /* 左：明るめの青 */
    #0e1c50   /* 右：暗めの紺 */
  );
  position: absolute;
  width: 100%; }
  .navi__wrap.fixed {
    position: fixed;
    top: 0; }
  .navi__wrap .navi__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0; 
  	  text-align: left;
	  font-size:.9rem;
  }
.navi__list {
      padding: 0; 
  }
    .navi__wrap .navi__list li {
      width: auto;
      height: 40px;
      line-height: 40px;
      display: block;
      margin: .5rem 2rem;
       }
    .navi__wrap .navi__list li ul li {
      height: 40px;
      line-height: 40px;
	  margin:10px;
       }
      .navi__wrap .navi__list li a {
        text-decoration: none;
        color: #FFFFFF; }

.navi__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navi__list > li {
  position: relative;           /* サブメニューの基準位置用 */
  display: inline-block;        /* 横並びナビの場合 */
}

@media (min-width: 768px) {
  .navi__wrap nav {
    display: block !important;
  }
}

/* サブメニューの初期状態は非表示 */
.navi__list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;             
  left: 0;
  margin: 0;
  padding: 0 0 25px;
  list-style: none;
  background-color: #001955cc;    
  z-index: 1000;
}

/* Podcast(li)にマウスが乗ったときだけ表示 */
.navi__list li.has-sub:hover > .sub-menu {
  display: block;
}

/* サブメニュー内のリンクの見た目 */
.navi__list .sub-menu li a {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}

/*#nav_toggle {
  display: none; }
#nav_toggle::after {
  content: "menu";
  display: block;
  font-size: 12px;
  color: #ffffff;       
  text-align: center;   
  margin-top: 28px;      
}*/

/* デフォルト（閉じている時） */
#nav_toggle {
  display: none; }
#nav_toggle::after {
  content: "menu";
  display: block;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 28px;
}

/* メニューが開いている時（header に open が付いている） */
.mainHeader.open #nav_toggle::after {
  content: "閉じる";
}

.anchor-target {
  position: relative;
}

.anchor-target::before {
  content: "";
  display: block;
  height: 80px;      /* 固定ヘッダーの高さ */
  margin-top: -80px;
  visibility: hidden;
}

@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; }
  .navi__wrap .navi__list li ul{
	margin:0 auto;
}
  #nav_toggle {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    padding: 16px 10px 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); } 
	.navi__list .sub-menu {
	  position: sticky; 
	  z-index: 1000;
	  margin-top: -120px !important;
	  background-color: #001955;
	}
}

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

@media (max-width: 1100px) {
  .contents {
  margin-top: 120px; }
}

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

.main {
  width: 684px;
  padding: 0 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;
    padding-top: 40px;} }

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

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

.sidebar__module {
  width: auto;
  margin-bottom: 20px;
  padding: 20px 28px;
  background-color: #FFFFFF; 
}
  .sidebar__module h2 {
    font-size: 1.1rem;
    line-height: 1.2;
    border-bottom: 3px solid #dddddd;
    padding-bottom: 16px;
    margin-bottom: 12px;
    font-weight: bold; }
  .sidebar__module ul li, .sidebar__module ol li {
    line-height: 1.25;
    margin-bottom: 1rem; }
  .sidebar__category ul li, .sidebar__category ol li {
    line-height: 1.25;
    margin-bottom: 3px; }
    
   .sidebar__latest ul li, .sidebar__latest ol li {
   	border-bottom: 1px dotted #ccc;
    line-height: 1.25;
    margin-bottom: 2px;
    padding: 8px 0; }
    .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; }

  .sidebar__counter .counter{
	text-align:center;
	}
  .sidebar__counter .counter h2, .sidebar__counter .counter h3{
	text-align:left;
	}
  .sidebar__counter .counter img{
	vertical-align:middle;
	}
  .sidebar__counter h3{
	border-bottom:1px solid #eee;
	margin-bottom:.5em;
	}
  .sidebar__counter .today-counter{
	border-left:1px solid #eee;
	margin-left:.2rem;
	padding-left:.2rem;
	color:#707070;
	}
    .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;
    }

/* サイト内検索のスタイル調整 */
.sidebar__search form {
  margin-top:1rem;
  display: flex;
  gap: 8px;
  align-items: stretch; /* 高さを揃える */
}

.sidebar__search input[type="text"] {
  flex: 1;
  min-width: 0; /* flexアイテムの縮小を許可 */
  max-width: calc(100% - 80px); /* ボタン分のスペースを確保 */
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.sidebar__search button[type="submit"] {
  flex-shrink: 0; /* ボタンは縮小しない */
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}

.sidebar__search button[type="submit"]:hover {
  background-color: #ccc;
}
  
    .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 {
  left: 7px;
  width: auto;
  display: block;
  position: relative;
  margin-right: 16px;
  background-color: #f2f2f4;
  padding: 10px;
}
.sidebar__archive li {
  left: 16px;
  width: auto;
  display: block;
  position: relative;
}
/*.sidebar__archive li:nth-child(n+6) {
  display: none;
}*/
.sidebar__category li a {
  padding-left: 25px;
}
.sidebar__archive li a {
  padding-left: 0px;
}
  .sidebar__category li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9d302a;
    font-size: 1.25rem;
    line-height: 2.2rem;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 10px;
    display: block; }
   .sidebar__archive li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9d302a;
    font-size: 1.25rem;
    line-height: 1rem;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: -16px;
    display: block; }

.archive-year__toggle {
  display: inline-block; 
  cursor: pointer;
}
.archive-year__months {
  display: none;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.archive-year.is-open > .archive-year__months {
  display: block;
}

.js-sidebar-archive a:hover, .js-sidebar-archive span:hover{
	text-decoration:underline;
}

  .js-sidebar-category-more, .js-sidebar-archive-more{
    margin: 20px auto;
    display: block;
    padding: 6px 12px;
	}

  .sidebar__instagram, .sidebar__Facebook,.sidebar__Apple {
	max-width: 100%;
	text-align:center;
	margin: 20px auto;
	}
	.sidebar__instagram img, .sidebar__Facebook iframe{
	width:100%;
	}
	.sidebar__Facebook > .fb-page {
	  width: 100%;
	}
	.sidebar__Facebook > .fb-page > span,
	.sidebar__Facebook iframe {
	  max-width: 100% !important;
	}

  .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 div {
  display:inline-block }
.sidebar__profile .profile__name span {
  font-size:0.9rem }
  .sidebar__profile .profile__name::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-right: 8px;
	vertical-align: text-bottom;
    color: #707070; }

.sidebar__profile .profile__text, .sidebar__about .about__text {
  font-size: 12px; }
.about__text .more{
  text-decoration: underline;
}

.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;
	width:100%;}
  .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, .entryWrap .entry__title {
    font-size: 1.05rem;
    line-height: 1.15;
    margin-bottom: 4px;
    font-weight: bold;
/*	position: relative;
	padding-left: 15px; */
	}
  .heading-icon{
	margin-right:.5rem;
	vertical-align:middle;
	margin-bottom: 4px !important;
	width: 22px;
}

/*  .article .article__title::before, .entryWrap .entry__title::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 50%;
	  width: 10px;    
	  height: 10px;
	  transform: translateY(-50%);
	  background-image: url("/blog/icon.gif");
	  background-size: contain;
	  background-repeat: no-repeat;
	}*/
    .article .article__title a {
      color: #262A32;
      text-decoration: none; }
  .article .article__dateWrap {
    border-bottom: 2px solid #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
	font-size:80%}
  .article .article__date {
    margin-right: 0.5rem;
    color: #707070; }
  .article .article__counter {
	float:right; 
	padding-left:1em;}
  .article .article__counter img {
	vertical-align: text-bottom;
	margin-bottom:0;}
  .article .article__comment {
    float:right;
	}
  .article .article__comment a {
    text-decoration:underline;
	}
  #comments-open-footer{
	margin-top:1rem;
}
  .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: #9d302a; }
  .article .article__footerBlock {
    margin-bottom:1em;
	padding-top:1em;
	border-top:1px dotted #333;
	}
  .article.article__entryBlock {
    padding:1rem 0 0;
	}

.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; }

.entryWrap .entryHeader{
	padding-bottom:0;
	margin-bottom:0;
}

.entryBody.wysiwyg{
	margin-top:1rem;
}

.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;
  }

.sns__line i {
    background: none !important;
    border-radius: 0 !important;
}

/* 2) a を他と同じように丸にする */
.footer__snsWrap .entryFooter__sns li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}

/* 3) LINE 用の色だけ a に付ける */
.footer__sns--liline a.sns__line {
    background-color: #00c300;
    color: #fff;
}

/* URLコピー用（グレー例） */
.footer__sns--copy a.sns__copy {
    background-color: #666;
}

/* Threads用（黒ベース例） */
.footer__sns--threads a.sns__threads {
    background-color: #000;
}
  
  .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;
  }
  
  .footer__snsWrap .entryFooter__sns, .footer__snsWrap .webpageFooter__sns, .webpageFooter .entryFooter__sns, .webpageFooter .webpageFooter__sns {
    margin-top: 40px;
    text-align: right;
    margin-left: 0;
    margin-bottom: 0; }
    .footer__snsWrap .entryFooter__sns li, .footer__snsWrap .webpageFooter__sns li, .webpageFooter .entryFooter__sns li, .webpageFooter .webpageFooter__sns li {
      display: inline-block;
      margin: 0 5px; }
      .footer__snsWrap .entryFooter__sns li::before, .footer__snsWrap .webpageFooter__sns li::before, .webpageFooter .entryFooter__sns li::before, .webpageFooter .webpageFooter__sns li::before {
        display: none; }
    .footer__snsWrap .entryFooter__sns li a, .footer__snsWrap .webpageFooter__sns li a, .webpageFooter .entryFooter__sns li a, .webpageFooter .webpageFooter__sns li a {
      width: 36px;
      height: 36px;
      display: block;
      border-radius: 50%; }
    .footer__snsWrap .entryFooter__sns li i, .footer__snsWrap .webpageFooter__sns li i, .webpageFooter .entryFooter__sns li i, .webpageFooter .webpageFooter__sns li i {
      font-size: 20px;
      line-height: 36px;
      color: #FFFFFF; }
    .footer__snsWrap .entryFooter__sns li .sns__x-twitter, .footer__snsWrap .webpageFooter__sns li .sns__x-twitter, .webpageFooter .entryFooter__sns li .sns__x-twitter, .webpageFooter .webpageFooter__sns li .sns__x-twitter {
      background-color: #000000; }
    .footer__snsWrap .entryFooter__sns li .sns__fb, .footer__snsWrap .webpageFooter__sns li .sns__fb, .webpageFooter .entryFooter__sns li .sns__fb, .webpageFooter .webpageFooter__sns li .sns__fb {
      background-color: #315096; }
    /*.footer__snsWrap .entryFooter__sns li .sns__line i, .footer__snsWrap .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; }*/
      .footer__snsWrap .entryFooter__sns li .sns__hatena, .footer__snsWrap .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
    }

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

/*------------
    COMMENT
------------*/

#comments-section{
	padding-top:80px;
	margin-top:-80px;
}
#comments-section h2{
    background-color: #f2f2f2;
    padding: 0.2rem 0.5rem;
    margin-top: 50px;
}
#comments-section .comment-body{
    padding: 0.5rem;
}
#comments-section .comment-item{
	padding:1rem;
	border-bottom:3px solid #f2f2f2;
}
#comments-section .comment-item .comment-footer{
	text-align:right;
}
#comments-section form{
    padding: 0.5rem;
}

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

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

.wysiwyg h2 {
  font-size: 1.2rem;
  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.1rem;
  line-height: 1.25;
  font-weight: normal;
  color: #365F87;
  margin-bottom: 0.75rem; }

.wysiwyg h4 {
  font-size: 1rem;
  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; } }
