@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
body{
  background-color: #f2f2f2;
}


/*ヘッダー*/
.header-container-in{
  overflow: hidden;
}

.header-site-name{
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  padding: 10px calc(50vw - 50%);
  background-color: #2f3239;
  font-size: 12px;
  line-height: 1.4;
}

.header-site-name .site-name-text{
  font-size: 12px;
  color: #fff;
}

.site-name-text-link {
  display: block;
  padding: 0;
}

.header-site-logo{
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}


/*ヘッダーバナー*/
.header-banner-wrap{
  background-color: #27aecb;
  box-shadow: inset 0 1px 2px #487891;
}

.header-banner{
  text-align: center;
}

.header-banner-image{
  vertical-align: bottom;
}

.logo-header-inner{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 312px;
}


/*ヘッダーメニュー*/
.header-nav-wrap{
  width: calc( 100% - 365px);
}

.header-nav-wrap .wrap{
  width: auto;
}

.header-nav-wrap .navi-in > ul{
  justify-content: right;
  padding-top: 60px;
  padding-bottom: 10px;
  background: url(./images/bg-header-top.jpg) left top no-repeat;
}

.navi-in > ul li{
  position: relative;
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
}

.navi-in a{
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #1e8ca9;
}

.navi-menu-icon{
  color: #27aecb;
}

.navi .item-label{
  overflow: visible;
}

.e-card-meta .e-card-categorys{
  display: block;
  letter-spacing: -.5em;
}

.main{
  padding: 28px 49px;
  border-radius: 0;
}

.single .main,
.page .main{
  padding: 28px 40px;
}


/*ヘッダー内カテゴリーメニュー*/
.header-link-list-wrap{
  padding: 30px;
}

.header-link-list-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.header-link-list-wrap li{
  display: flex;
  align-items: stretch;
  width: 32.5%;
  margin-bottom: 10px;
  list-style: none;
}

.header-link-list-wrap li a{
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  line-height: 1;
  background-color: #19acdf;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -.125em;
  box-shadow: 1px 1px 2px #2d4c5c;
}

.header-link-list-wrap li a::after{
  position: absolute;
  top: 50%;
  right: 12px;
  content: '';
  display: block;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left-color: #fff;
}


/*エントリーカード*/
.entry-card, .related-entry-card {
  display: flex;
  flex-direction: column;
}

.a-wrap{
  padding: 0;
}

.a-wrap:hover {
  background-color: transparent;
  opacity: .6;
}

.ect-vertical-card .entry-card-wrap{
  width: 46.2%;
  margin-bottom: 40px;
}

.ect-vertical-card .entry-card-wrap .entry-card-content{
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.entry-card-inner .entry-card-content{
  padding-bottom: 0;
}

.entry-card-title, .related-entry-card-title{
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.4;
}

.entry-card-meta{
  position: static;
  width: 100%;
  text-align: left;
}

.post-date,
.post-update{
  font-weight: bold;
}

.post-date .fa-clock:before{
  position: relative;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px -2px;
  padding-right: 0;
  background: url(./images/icon-date-published.svg) no-repeat;
  background-size: contain;
  filter: invert(26%) sepia(11%) saturate(7122%) hue-rotate(194deg) brightness(95%) contrast(87%);
}

.post-update .fa-history:before{
  position: relative;
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -4px -1px;
  padding-right: 0;
  background: url(./images/icon-date-updated.svg) no-repeat;
  background-size: contain;
  filter: invert(26%) sepia(11%) saturate(7122%) hue-rotate(194deg) brightness(95%) contrast(87%);
}

.hentry .post-date,
.hentry .post-update{
  color:  #275297;
}

.widget-entry-card-date::before{
  position: relative;
  content: '';
  display: inline-block;
  margin: -3px -2px;
  padding-right: 0;
  width: 16px;
  height: 16px;
  background: url(./images/icon-date-published.svg) no-repeat;
  background-size: contain;
  filter: invert(26%) sepia(11%) saturate(7122%) hue-rotate(194deg) brightness(95%) contrast(87%);
}

.widget-entry-card-update-date::before{
  position: relative;
  content: '';
  display: inline-block;
  margin: -4px -2px;
  padding-right: 0;
  width: 18px;
  height: 18px;
  background: url(./images/icon-date-updated.svg) no-repeat;
  background-size: contain;
  filter: invert(26%) sepia(11%) saturate(7122%) hue-rotate(194deg) brightness(95%) contrast(87%);
}

.e-card-info{
  justify-content: start;
  margin-bottom: 10px;
  color:  #275297;
}

.entry-card-categorys{
  overflow: hidden;
  padding: 10px 10px 0;
  background-color: #f2f2f2;
}

.entry-category{
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 8px 2px;
  line-height: 1;
  background-color: #fefefe;
  border: 1px solid #275297;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  color:  #275297;
  letter-spacing: 0;
}

.entry-categories-tags{
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}

.entry-categories{
  display: inline-block;
}

.entry-categories a{
  white-space: nowrap;
  letter-spacing: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 14px 8px;
  line-height: 1;
  background-color: #fefefe;
  border: 1px solid #275297;
  border-radius: 50px;
  color:  #275297;
  font-size: 14px;
  font-weight: bold;
}

.entry-categories .fas{
  display: none;
}

.entry-categories .cat-link:hover {
  opacity: 0.5;
  color: #275297;
}


/*ページ送り*/
.page-numbers{
  border-radius: 0;
  border-color: #275297;
  color: #275297;
}

.pagination .current{
  background-color: #275297;
  color: #fff;
}

a.page-numbers:hover,
a.page-numbers:active,
a.page-numbers:focus{
  background-color: #275297;
  color: #fff;
}

.archive-title{
  color: #2b559d;
}


/*本文*/
.article h1{
  margin-bottom: 50px;
  color: #2b559d;
  font-size: 30px;
}

.article h2{
  position: relative;
  padding: 12px 19px;
  background-color: #2c559d;
  font-size: 20px;
  color: #fff;
}

.article h2::before{
  position: absolute;
  top: 4px;
  left: 5px;
  content: '';
  display: block;
  width: 1px;
  height: calc( 100% - 8px);
  background-color: #fff;
}

.article h3{
  padding: 10px 7px;
  border-color: #2c559d;
  border-width: 3px;
  border-left: 0;
  border-right: 0;
  font-size: 20px;
  color: #2c559d;
}

.article h4{
  border: 0;
  padding: 0;
  font-size: 20px;
  color: #2c559d;
}

.breadcrumb{
  margin-top: 0;
}

.breadcrumb .fa-home,
.breadcrumb .fa-folder{
  display: none;
}


/*引用*/
blockquote {
  position: relative;
  background-color: #fff;
  border: 1px solid #2c559d;
  border-right: 0;
  border-left: 0;
  padding: 40px 20px 20px;
}

blockquote::before,
blockquote::after {
  color: #2c559d;
  font-family: "Arial Black";
  font-size: 180%;
}

blockquote::before {
  left: 10px;
  top: 12px;
}

blockquote::after {
  right: 10px;
  bottom: 12px;
}

.entry-content ul{
  padding: 10px;
  border: 1px solid #2c559d;
}

.entry-content ul li{
  margin: 0;
  padding: 8px 8px 8px 20px;
  list-style-position: inside;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: bold;
  color: #2c559d;
}

.entry-content ul li:last-child{
  border-bottom: 0;
}


/*サイドバー*/
.sidebar{
  padding-top: 0;
  background-color: transparent;
}

.sidebar h2,
.sidebar h3{
  margin-bottom: 0;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 20px;
  color: #1e8ca9;
}

.sidebar .widget-sidebar:first-child .widget-sidebar-title{
  margin-top: 0;
  padding-top: 0;
}

.widget-sidebar{
  background-color: var(--cocoon-white-color);
}

.widget_search,
.widget_tag_cloud{
  background-color: transparent;
}

.tag-cloud-link{
  background-color: #fff;
}

.recent-comments{
  padding: 10px;
}

.calendar_wrap{
  padding: 10px;
}


/*新着記事ウィジェット*/
.sidebar .widget_new_entries,
.sidebar .widget_popular_entries{
  background-color: transparent;
}

.sidebar .widget_new_entries .widget-sidebar-title,
.sidebar .widget_popular_entries .widget-sidebar-title{
  margin-bottom: 0;
  background-color: transparent;
}

.sidebar .widget_new_entries .widget-sidebar-title::before,
.sidebar .widget_popular_entries .widget-sidebar-title::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.sidebar .widget_new_entries .widget-sidebar-title::before{
  width: 36px;
  height: 36px;
  margin-right: 8px;
  background: url(./images/icon-new-entry-card-title.svg) no-repeat;
  background-size: contain;
  filter: invert(43%) sepia(84%) saturate(416%) hue-rotate(145deg) brightness(92%) contrast(94%);
}

.sidebar .widget_popular_entries .widget-sidebar-title::before{
  width: 45px;
  height: 31px;
  margin-right: 12px;
  background: url(./images/icon-popular-entry-card-title.svg) no-repeat;
  background-size: contain;
  filter: invert(43%) sepia(84%) saturate(416%) hue-rotate(145deg) brightness(92%) contrast(94%);
}

.widget_new_entries .new-entry-cards,
.widget_popular_entries .popular-entry-cards{
  margin-top: -30px;
  padding-top: 35px;
  background-color: var(--cocoon-white-color);
}

.new-entry-card,
.popular-entry-card{
  font-size: 12px;
  font-weight: bold;
}

.widget_new_entries .widget-entry-cards .a-wrap,
.widget_popular_entries .widget-entry-cards .a-wrap{
  padding: 10px
}

.widget_new_entries .widget-entry-card-content,
.widget_popular_entries .widget-entry-card-content{
  margin-left: 130px;
}

.widget_new_entries .widget-entry-cards .new-entry-card-title,
.widget_popular_entries .widget-entry-cards .popular-entry-card-title{
  display: inline-block;
  padding-bottom: 2em;
}

/*公開日を表示*/
.new-entry-card-date,
.popular-entry-card-date{
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  text-align: right;
}

.new-entry-card-update-date,
.popular-entry-card-update-date{
  display: none;
}

.new-entry-card-date span,
.popular-entry-card-date span{
  color: #1e8ca9;
  font-size: 13px;
}


/*ランキングバッジ*/
.widget-entry-cards.ranking-visible .card-thumb::before{
  opacity: 1;
}

.widget-entry-cards.ranking-visible .no-1 .card-thumb::before{
  background: linear-gradient(135deg, #dab219  75%, #c99c00 25%);
}

.widget-entry-cards.ranking-visible .no-2 .card-thumb::before{
  background: linear-gradient(135deg, #c5c7c9  75%, #b6bbbd 25%);
}

.widget-entry-cards.ranking-visible .no-3 .card-thumb::before {
  background: linear-gradient(135deg, #d8a771  75%, #c9985b 25%);
}

.widget-entry-cards.ranking-visible .card-thumb::before {
  top: -3px;
  left: 5px;
  background: linear-gradient(135deg, #666666 75%, #555555 25%);
}

.widget-entry-cards.ranking-visible .card-thumb::after{
  position: absolute;
  top: 14px;
  left: 5px;
  content: '';
  border-width: 6px 13px;
  border-style: solid;
  border-color: transparent;
}

.widget-entry-cards.ranking-visible .no-1 .card-thumb::after{
  border-left-color: #dab219;
  border-right-color: #c99c00;
}

.widget-entry-cards.ranking-visible .no-2 .card-thumb::after{
  border-left-color: #c5c7c9;
  border-right-color: #b6bbbd;
}

.widget-entry-cards.ranking-visible .no-3 .card-thumb::after{
  border-left-color: #d8a771;
  border-right-color: #c9985b;
}

.widget-entry-cards.ranking-visible .card-thumb::after{
  border-left-color: #666666;
  border-right-color: #555555;
}


/*検索フォーム*/
.search-box .search-edit{
  border: 1px solid #93d2e0;
}

.search-box .fa-search:before{
  position: relative;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(./images/icon-search.svg) no-repeat;
  background-size: contain;
  padding-right: 0;
  filter: invert(65%) sepia(54%) saturate(586%) hue-rotate(145deg) brightness(81%) contrast(96%);
}

.search-box .search-edit::placeholder{
  color: #27aecb;
}

/*IE&Edge*/
.search-box .search-edit::-ms-input-placeholder,
.search-box .search-edit:-ms-input-placeholder{
  color: #27aecb;
}

.search-submit{
  color: #1e8ca9;
}

/*カテゴリーウィジェット*/
.widget_categories > ul,
.widget_archive > ul{
  border: 1px solid #1e8ca9;
  border-bottom: 0;
}

.widget_categories > ul li ul{
  padding: 0;
  border-top: 1px solid #1e8ca9;
}

.widget_categories > ul li ul li:last-child{
  border-bottom: 0;
}

.widget_categories li,
.widget_archive li{
  text-align: center;
  border-bottom: 1px solid #1e8ca9;
}

.widget_categories ul li a,
.widget_archive ul li a{
  font-size: 14px;
  font-weight: bold;
  color: #1e8ca9;
}

.widget_categories > ul li ul li a{
  background-color: #ecf7fd;
}

.widget_recent_entries ul li a .post-count,
.widget_categories ul li a .post-count,
.widget_archive ul li a .post-count,
.widget_pages ul li a .post-count,
.widget_meta ul li a .post-count,
.widget_rss ul li a .post-count,
.widget_nav_menu ul li a .post-count,
.widget_block ul li a .post-count{
  float: none;
  display: inline;
  margin-left: .25em;
}

.widget_recent_entries ul li a .post-count::before,
.widget_categories ul li a .post-count::before,
.widget_archive ul li a .post-count::before,
.widget_pages ul li a .post-count::before,
.widget_meta ul li a .post-count::before,
.widget_rss ul li a .post-count::before,
.widget_nav_menu ul li a .post-count::before,
.widget_block ul li a .post-count::before{
  content: '(';
}

.widget_recent_entries ul li a .post-count::after,
.widget_categories ul li a .post-count::after,
.widget_archive ul li a .post-count::after,
.widget_pages ul li a .post-count::after,
.widget_meta ul li a .post-count::after,
.widget_rss ul li a .post-count::after,
.widget_nav_menu ul li a .post-count::after,
.widget_block ul li a .post-count::after{
  content: ')';
}

/*フッター*/
.footer{
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #e1e1e1;
}

.footer-bottom{
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-bottom-content-wrap{
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  padding: 20px calc(50vw - 50%) 0;
}

.footer-bottom-content-wrap::after{
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 30%;
  max-width: 427px;
  height: 100%;
  background: url(./images/img-footer.png) right bottom no-repeat;
  background-size: contain;
}

.footer-bottom-logo{
  float: none;
  position: static;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
}

.footer-bottom-logo img{
  height: 40px;
}

.footer-bottom-content{
  float: none;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  padding: 10px calc(50vw - 50%);
  background-color: #27aecb;
  text-align: left;
}

.footer-bottom-content-copyright{
  background-color: #2f3239;
  color: #fff;
  font-size: 12px;
}

.copyright{
  margin: 0;
}

.logo{
  text-align: left;
}
/*フッター住所*/

.footer-map{
  width:100vw; 
       position: relative;
       left: 50%;
       right: 50%;
       margin-left: -50vw;
       margin-right: -50vw;
      }
  .footer-map img{
    max-width:100vw;
    width:100vw;
  }
  .footer-address-pc{
   margin: 8px;
  }
  .footer-address-mobi{
    display: none;
   }
  .map-link{
    width: 130px;
    margin: 6px 0;
    padding: 2px 8px;
    border-radius: 8px;
    background-color:#fff7ec;
    color: #fff;
    border: 2px solid #f08e00;
  }
  .map-link a{
    text-decoration:none;
    color: #000;
  }
  .fa-map-color{
    color: #e2210d;
  }
  
/*フッターナビ*/
.navi-footer-in > .menu-footer{
  justify-content: flex-start;
}

.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child{
  border: 0;
}

.navi-footer-in > .menu-footer li a{
  color: #fff;
  font-size: 13px;
}

.navi-footer-in a:hover{
  opacity: .6;
  background-color: transparent;
}

.go-to-top-button{
  background-color: #275297;
}

.go-to-top-button{
  border-radius: 0;
  border: 1px solid #fff;
  color: #275297;
}

.go-to-top-button .fas:before{
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(./images/icon-page-top.svg) no-repeat;
  background-size: contain;
  filter: invert(99%) sepia(75%) saturate(0%) hue-rotate(3deg) brightness(114%) contrast(100%);
}


/*施工管理スタッフボックス*/
.staff-box-wrap{
  position: relative;
  padding: 1.6% 2.2% 2%;
  line-height: 1.4;
  background-color: #ecf7fd;
  border-radius: 0;
  border: 0;
}

.staff-box{
  display: flex;
}

.staff-box-title{
  position: relative;
  margin: 0 10px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #275297;
}

.staff-box-title span{
  position: relative;
  z-index: 2;
  padding-right: 20px;
  background-color: #ecf7fd;
}

.staff-box-title::after{
  position: absolute;
  top: 10px;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #275297;
}

.staff-thumb{
  float: none;
  width: 260px;
}

.staff-thumb img{
  width: 100%;
  height: auto;
}

.staff-content-wrap{
  width: 260px;
  margin-right: 20px;
}

.staff-content{
  width: 100%;
  flex: 1;
  margin: 0;
  padding: 20px;
  background-color: #fff;
  font-size: 16px;
}

.staff-content .staff-name{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #275297;
}

.staff-content p{
  margin-bottom: 15px;
}

/*関連記事*/
.related-entry-heading{
  position: relative;
  margin-top: 30px;
  font-size: 20px;
  color: #2c559d;
  text-align: center;
}

.related-entry-heading::before{
  content: '';
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin: -6px 4px -2px 0;
  background: url(./images/icon-new-entry-card-title.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  filter: invert(26%) sepia(11%) saturate(7122%) hue-rotate(194deg) brightness(95%) contrast(87%);
}

.related-entry-heading::after{
  position: absolute;
  top: -30px;
  left: 50%;
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #2c559d;
}

.under-entry-content .related-entries{
  border-bottom: 1px solid #e1e1e1;
}

.under-entry-content .related-entries .a-wrap{
  margin-bottom: 0;
}

.pager-post-navi .a-wrap{
  margin-bottom: 8px;
  background-color: #f7f9f8;
  border: 2px solid #edeeed;
  font-weight: bold;
  color: #2c559d;
}

.fa-chevron-left:before,
.fa-chevron-right:before{
    color: #2c559d;
}

.fa-chevron-left:before{
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(./images/icon-arrow.svg) no-repeat;
  background-size: contain;
  padding-right: 0;
  filter: invert(26%) sepia(11%) saturate(7122%) hue-rotate(194deg) brightness(95%) contrast(87%);
}

.fa-chevron-right:before{
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(./images/icon-arrow.svg) no-repeat;
  background-size: contain;
  padding-right: 0;
  transform: rotate(180deg);
  filter: invert(26%) sepia(11%) saturate(7122%) hue-rotate(194deg) brightness(95%) contrast(87%)
}

.mobile-footer-menu-buttons .menu-button > a,
.share-menu-button label > span,
.sidebar-menu-button label > span{
  color: #1e8ca9;
  font-weight: bold;
}


/*SNS ボタン*/
.sns-share.ss-top .sns-share-buttons,
.sns-share.ss-bottom .sns-share-buttons,
.sns-follow.sf-bottom .sns-follow-buttons,
.sns-follow.sf-widget .sns-follow-buttons,
.sns-share.ss-mobile .sns-share-buttons{
  justify-content: center;
  flex-wrap: wrap;
}

.sns-share.ss-top .sns-buttons a,
.sns-share.ss-bottom .sns-buttons a,
.sns-follow.sf-bottom .sns-buttons a,
.sns-follow.sf-widget .sns-buttons a,
.sns-share.ss-mobile .sns-share-buttons a{
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
}

.sns-follow.sf-profile .sns-buttons a {
  border-radius: 50%;
}

.sns-share.ss-top .sns-buttons a .social-icon,
.sns-share.ss-bottom .sns-buttons a .social-icon,
.sns-share.ss-mobile .sns-share-buttons a .social-icon{
  font-size: 18px;
}

.sns-follow.sf-bottom .sns-follow-buttons .follow-button,
.sns-follow.sf-widget .sns-follow-buttons .follow-button {
  font-size: 24px;
}


.sns-share.ss-top .sns-buttons a .button-caption,
.sns-share.ss-bottom .sns-buttons a .button-caption {
  display: none;
}

.sns-share.ss-top .sns-buttons a .share-count,
.sns-share.ss-bottom .sns-buttons a .share-count,
.sns-follow.sf-bottom .sns-buttons a .follow-count,
.sns-follow.sf-widget .sns-buttons a .follow-count,
.sns-share.ss-mobile .sns-share-buttons .share-count{
  right: -2px;
  bottom: -2px;
  padding: 2px;
  font-size: 10px;
  border: solid 1px;
  border-radius: 3px;
  background-color: inherit;
}

.sns-share.ss-top .sns-buttons a .share-count:empty,
.sns-share.ss-bottom .sns-buttons a .share-count:empty,
.sns-follow.sf-bottom .sns-buttons a .follow-count:empty,
.sns-follow.sf-widget .sns-buttons a .follow-count:empty,
,.sns-share.ss-mobile .sns-share-buttons a .follow-count:empty{
  padding: 0;
  border: 0;
}


/*スライドパネル*/
/*モバイルメニューを右からスライド*/
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
  background-color: #f2f2f2;
}

.navi-menu-content .navi-menu-close-button,
.sidebar-menu-close-button{
  margin: 0 10px 30px;
  border-bottom: 1px solid #e1e1e1;
  color: #27aecb;
}

.menu-drawer a{
  padding: 15px 6px;
  text-align: center;
  color: #1e8ca9;
  font-weight: bold;
}

.sidebar-menu-content{
  background-color: #f2f2f2;
}

.sns-share-message{
  display: none;
}

.wpp-list{
  padding: 10px;
  font-weight: bold;
}

.wpp-list li{
  font-size: 12px;
}

.wpp-list li a{
  text-decoration: none;
  color: inherit;
}

.wpp-list li a:hover{
  opacity: .6;
}

.wpp-meta, .post-stats{
  font-size: 12px;
  color: #275297;
}

#text-3{
  background: transparent;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*1400px以下*/
@media screen and (max-width: 1400px){
  .navi-footer{
    padding-right: 30%;
  }
} /*1400px以下*/



/*1023px以下*/
@media screen and (max-width: 1023px){
  .header-link-list-wrap ul {
    justify-content: center;
  }
  .header-link-list-wrap li{
    margin-left: 2%;
    width: 49%;
  }
  .header-link-list-wrap li:nth-child(2n+1) {
    margin-left: 0;
  }
} /*1023px以下*/



/*834px以下*/
@media screen and (max-width: 834px){
  #header .site-name-text{
    font-size: 12px;
  }

  .site-name-text-link{
    text-align: center;
  }

  /*ヘッダー内カテゴリーメニュー*/
  .header-link-list-wrap{
    padding: 15px 10px 5px;
  }

  .header-link-list-wrap li {
    margin-bottom: 5px;
  }

  .header-link-list-wrap li a{
    padding: 10px 0;
    font-size: 14px;
  }

  .header-link-list-wrap li a::after{
    display: none;
  }

  .single .main,
  .page .main{
    padding: 16px;
  }

  .content{
    padding: 10px;
  }

  .ect-vertical-card .entry-card-thumb,
  .rect-vertical-card .related-entry-card-thumb{
    margin-bottom: 10px;
  }

  .navi-footer{
    padding-right: 0;
  }

  .navi-footer-in > .menu-footer{
    margin: 0 auto;
    text-align: center;
  }

  .navi-footer-in > .menu-footer li.menu-item {
    width: auto;
    border: 0;
    margin: 2px;
    display: inline;
    text-align: left;
  }

  .navi-footer-in > .menu-footer li.menu-item a {
    display: inline-block;
    padding: 0 .5em;
    width: auto;
  }

  .footer-bottom-logo{
    padding-bottom: 122px;
    text-align: center;
    background: url(./images/img-footer.png) right bottom no-repeat;
  }

  .footer-bottom-content-wrap::after{
    display: none;
  }

  .staff-box{
    padding: 20px 10px 30px;
    flex-direction: column;
  }

  .staff-content-wrap{
    width: 100%;
    margin: 0;
  }

  .staff-thumb{
    margin: 0 auto 20px;
  }

  /*フッターナビ*/
  .navi-footer-in > .menu-footer{
    display: block;
  }

} /*834px以下*/



/*480px以下*/
@media screen and (max-width: 480px){
  #header .site-name-text{
    font-size: 10px;
    letter-spacing: -.08em;
  }

  .logo-menu-button{
    display: flex;
    padding-left: 10px;
    align-items: center;
  }

  .logo-menu-button img{
    width: 156px;
    margin-left: 0;
  }

  .article .entry-title{
    padding: 0;
    font-size: 22px;
  }

  .ect-vertical-card .entry-card-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .entry-categories-tags > div{
    margin-bottom: 0;
  }

  .entry-categories a{
    font-size: 12px;
    padding: 4px 8px;
  }
  .footer-address-pc{
    display: none;
   }
  .footer-address-mobi{
    display: contents;
    padding: 14px 2px;
    text-align: center;
   }
   .footer-address-mobi p{
    line-height: 17px;
    padding: 8px 2px 6px 2px;
    font-size: 85%;
    color:#000;
   }
   .footer-address-mobi p a{
    color: #000;
   }
   .map-link{
    width: 130px;
    margin: 6px auto 8px auto;
    padding: 2px 10px;
  }
} /*480px以下*/
