@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.go-to-top {
  bottom: 110px;
}

.go-to-top-button {
  border-width: 0;
  background-color: #666666;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  font-size: 22px;
}

.fa-angle-double-up:before {
  content: "\f077";
}

/*全体 all*/
.wrap {
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1160px !important;
  padding: 0 0px;
}

.nav-tabs a:hover,
.nav-tabs li:first-child a:hover,
.nav-tabs li:last-child a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #6e9e00;
}
.main {
  width: 840px !important;
  margin: 0;
  padding: 0;
}
.entry-title,
.archive-title {
  font-size: 20px;
  margin: 16px 0;
  line-height: 1.3;
  font-weight: bolder;
}

body.page-id-3635 .main {
  width: 1160px !important;
  margin: 0;
  padding: 0;
}

/************************************
** ヘッダーナビの検索
************************************/
.fa-search {
  color: #666;
}
#navi .fa-search {
  color: #222;
}
#navi .navi-in > ul > li:last-child {
  display: none;
}
.menu-drawer .search-menu-button2 {
  display: none;
}

.search-submit {
  position: absolute;
  right: 3px;
  top: calc(50% - 16px);
  font-size: 20px;
  cursor: pointer;
  border: none;
  color: var(--cocoon-thin-color);
  padding: 0 17px;
  background-color: rgba(255, 255, 255, 0);
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
/* ×アイコンを画像に置き換え（黒バー右上のボタン想定） */
.menu-close-button .fa-remove,
.menu-close-button .fa-close,
.menu-close-button .fa-times {
  display: inline-block !important;
  width: 28px; /* ← サイズ調整ここ */
  height: 28px; /* ← サイズ調整ここ */
  background: url("https://fmvmp.com/kirameku/wp-content/uploads/2026/01/im_close.png")
    no-repeat center / contain;
  font-size: 0 !important; /* 文字を潰す */
  line-height: 0 !important;
  margin: 7px;
}

@media screen and (min-width: 1024px) {
  #navi .navi-in > ul > li:last-child {
    display: block;
  }
}
footer .fa-search:before,
.search-menu-button2 .fa-search:before {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.7px;
}
#search-menu-open2 {
  padding: 15px;
  margin-left: 5px;
}
#search-menu-content2,
#search-menu-content2 .search-box {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
}
#search-menu-content2 .search-box {
  margin: 0;
}
.search-menu-content2 {
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 40%;
  z-index: 99;
  width: 90%;
  left: 5%;
  right: 5%;
  -webkit-transform: translateY(900%);
  transform: translateY(900%);
  opacity: 0;
}
.search-menu-content2 .search-edit {
  width: 100%;
  max-width: 570px;
}
/*閉じる用の薄黒カバー*/
#search-menu-close2 {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.3s ease-in-out;
}
#search-menu-input2:checked ~ #search-menu-close2 {
  display: block;
  opacity: 0.5;
}
#search-menu-input2:checked ~ #search-menu-content2 {
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
#search-menu-content2 .search-edit {
  font-size: 16px;
}

/*header*/
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 50px;
  height: auto;
  vertical-align: middle;
}
.logo-header img {
  width: auto;
  height: auto;
}
.header-container-in.hlt-top-menu .logo-header .site-name {
  margin: 10px 0;
}
li.faPosAdjust {
  border: green 0px solid;
  position: relative;
  top: 0px;
  padding-top: 15px;
}
#navi .navi-in > ul > li > a {
  padding: 0 1.4em;
  top: -29px;
  border: red 0px solid;
}
.navi-in > ul .caption-wrap > div {
  width: 100%;
  display: none;
}
li.search-menu-button2.menu-button {
  padding-top: 6px;
}

.body .widget {
  margin-bottom: 20px;
}

/*header 新着記事*/
body.archive .divHero,
body.wp-singular .divHero,
body.search .divHero,
body.search .divTitle-new {
  display: none;
}
body.category .divTitle-new {
  display: none;
}

/*single*/
body.wp-singular span.fa.fa-clock-o {
  display: none;
}
.article h2.wp-block-heading {
  background-color: unset;
  color: #14171d !important;
  border-bottom: 1px solid #cacbcc;
  border-left: 5px solid #6e9e01;
  padding: 15px 15px;
}
.article h3.wp-block-heading {
  border-left: 0px solid var(--cocoon-middle-thickness-color);
  border-right: 0px solid var(--cocoon-thin-color);
  border-top: 0px solid var(--cocoon-thin-color);
  border-bottom: 1px solid #cacbcc;
  font-size: 18px;
  padding: 12px 10px;
}
.article h3,
.article h4,
.article h5,
.article h6,
.cat-link,
.tag-link {
  border-color: #e5e6e9;
}
.article h4 {
  border-top: 1px solid var(--cocoon-thin-color);
  border-bottom: 1px solid var(--cocoon-thin-color);
}
.article h4,
.article h5,
.article h6 {
  font-size: 18px;
  padding: 9px 10px;
}
.eye-catch .cat-label {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 0.4em;
  left: 0.4em;
  font-size: 14px;
  padding: 2px 8px;
  opacity: 0.9;
  border: 1px solid #eee;
}
span.post-date {
  display: block;
}
span.fa.fa-history {
  display: none;
}

.related-entry-heading {
  border-bottom: #cccccc 3px solid;
  font-weight: bolder;
  display: block;
}

/*Category*/
.archive-title-category {
  text-align: center;
  font-weight: bolder;
  padding: 0 0 10px 0;
  font-size: 1.8rem;
}
.archive-title-category span.fa.fa-folder-open {
  display: none;
}
.archive-title-category-line {
  border-top: 1px solid #2776c2;
  width: 80px;
  margin: auto;
}
/* 2カラムの親を基準にする（重要） */

.archive-title-category-div {
  padding: 0 0 10px 0;
  border: 0px solid red;

  position: relative; /* ← absoluteはやめる */
  width: 100%;
  max-width: none;
}
body.search .archive-title-category-div {
  padding: 19px 0 10px 0;
}

body.search .archive-title-category-gray {
  display: none;
}
body.archive .archive-title-category-gray {
  text-align: center;
  color: #5d6268;
  font-size: 1rem;
  padding: 6px 0 0 0;
}

body.archive .archive-title-search-gray {
  display: none;
}
body.search .archive-title-search-gray {
  text-align: center;
  color: #5d6268;
  font-size: 1rem;
  padding: 6px 0 0 0;
}

/* 既存のh1重複防止 */
h1#archive-title.archive-title {
  display: none;
}
/* いったん隠して、JSで移動できたら表示する */
#archive-title-wide {
  display: none;
}

#archive-title-wide.is-moved {
  display: block;
}
/* アーカイブタイトル前のフォルダアイコンを非表示 */
.archive-title-category .fa-folder-open,
.archive-title-category span.fa-folder-open {
  display: none !important;
}

/*Category タイトル調整*/
/* アーカイブタイトルを2カラム上に見せる（レイアウトは触らない） */
body.category div#sidebar,
body.category div#list {
}

/*Global menu*/
li.menu-item {
  width: 100%;
  text-align: center;
}
.nav-tabs {
  display: flex;
  gap: 0px;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}

.nav-tabs a {
  display: block;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #cacbcc;
  text-decoration: none;
  white-space: nowrap;
}
nav.nav-tabs-wrap {
  max-width: 1160px;
  margin: auto;
}

/* 現在のページ（current）ナビを緑にする */
.nav-tabs li.current-menu-item > a,
.nav-tabs li.current-menu-ancestor > a {
  background-color: #6e9e01 !important;
  color: #fff;
}

/* いったん全体の角丸をリセット（重要） */
.nav-tabs a {
  border-radius: 0px;
  background-color: #f1f2f3;
}

/* 最初のボタン（左端） */
.nav-tabs li:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #f1f2f3;
}

/* 最後のボタン（右端） */
.nav-tabs li:last-child a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f1f2f3;
}

/* ボタン同士の境界が二重線っぽくなるのを防ぐCSS */
.nav-tabs li + li a {
  border-left: none;
}

/*Hero*/
.divHero {
  max-width: 1160px;
  margin: auto;
}
.divHero-pc {
  display: block;
  margin: 0 0 19px 0;
}
.divHero-sp {
  display: none;
}

/*Toppage*/
.divTitle-new {
  border-bottom: 3px #6e9e01 solid;
  margin: 0 0 10px 0;
  font-size: 2.4rem;
  font-weight: bolder;
}

/*list*/
.list.ecb-entry-border .entry-card-wrap {
  border: 0px;
}

.cat-label {
  position: absolute;
  bottom: 0.24em;
  top: unset;
  left: 0.24em;
  border: 0px solid #eee;
  font-size: 10px;
  color: var(--cocoon-white-color);
  background-color: rgba(51, 51, 51, 1);
  padding: 1px 5px;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 10%;
  text-align: center;
}
.entry-card-date {
  margin: 0px 0 5px 0;
}
.related-entry-card-title,
.entry-card-title {
  font-size: 18px;
  margin: 0 0 0.3em 0;
  line-height: 1.6;
  font-weight: bolder;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-date,
.post-update,
.post-author,
.amp-back,
.entry-category {
  padding: 2px;
  display: inline;
  font-size: 0.9em;
}
.entry-date {
  margin-left: 0px;
}
.entry-card-snippet {
  color: #5e6367;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.home .pagination-next,
.home .pagination {
  display: none;
}

.related-entry-card-snippet {
  -webkit-line-clamp: 2;
  font-size: 14px;
}

/* 過去記事ボタン */
.divBtListpage {
  background-color: #6e9e01;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 10px 85px;
  width: fit-content;
  margin: auto;
  font-size: 18px;
  position: relative;
  height: 50px;
}

.divBtListpage:hover {
  background-color: #6e9e01;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 10px 85px;
  width: fit-content;
  margin: auto;
  position: relative;
  opacity: 0.7;
}
a.btListpage-a:hover {
  text-decoration: none;
}

/* 右端に固定したいアイコン */
.divBtListpage i {
  position: absolute;
  right: 20px; /* ← 右端からの距離 */
  top: 50%;
  transform: translateY(-50%);

  width: 8px;
  height: 12px;
}
.divBtListpage-tx {
}

/*Breadcrumb*/
/* ホームの「文字」だけ非表示（アイコンは残す） */
.breadcrumb-category .breadcrumb-home .breadcrumb-caption {
  display: none;
}
.breadcrumb-widget .breadcrumb {
  margin: 0 0 10px;
}
div#breadcrumb {
  display: none;
}
body.category div#content-top {
  margin-bottom: 0px;
}
body.category aside.widget_text {
  margin-bottom: 20px;
}
.breadcrumb-widget {
  max-width: 1160px;
  margin: auto;
}

/*side bar sidebar*/
.sidebar {
  flex-shrink: 0;
  width: 300px !important;
  margin: 0;
  margin-left: 30px;
  padding: 0;
}

#custom_html-26 h3.widget-sidebar-title.widget-title,
#custom_html-32 h3.widget-sidebar-title.widget-title,
#custom_html-28 h3.widget-sidebar-title.widget-title {
  display: none;
}

aside.widget-sidebar {
  margin-top: 10px;
}

/* 既存の下線を無効化（競合回避） */
#search-2 h3.widget-sidebar-title,
#custom_html-32 h3.widget-sidebar-title,
#recent-posts-2 h3.widget-sidebar-title,
#custom_html-36 h3.widget-sidebar-title {
  border-bottom: none !important;
}

/* グレーの下線：ウィジェット幅いっぱいに引く */
#search-2,
#custom_html-32,
#recent-posts-2,
#custom_html-36 {
  position: relative;
}
#search-2::after,
#custom_html-32::after,
#recent-posts-2::after,
#custom_html-36::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 34px; /* ←線の位置。合わなければ数値を微調整 */
  height: 3px;
  background: #e5e6ea;
}

/* 見出しテキスト：文字幅だけ緑ラインを出す */
#search-2 h3.widget-sidebar-title,
#custom_html-32 h3.widget-sidebar-title,
#recent-posts-2 h3.widget-sidebar-title,
#custom_html-36 h3.widget-sidebar-title {
  position: relative;
  display: inline-block !important;
  background: #fff;
  padding: 0 0 8px 0;
  margin: 0;
  color: #14171d !important;
  font-weight: 700;
  box-shadow: inset 0px -3px 0px 0px #6e9e01;
  z-index: 1;
  border-radius: 0;
}

#recent-posts-2 li {
  list-style: disc;
  position: relative;
  left: 25px;
  width: 275px;
}

/*Hamberger menu*/
div.kirameku-mmenu__box ul.menu-drawer {
  padding: 0 0 !important;
}

/*footer*/
div#google_ads_iframe_\/22575667026\/kirameku-media-PC\/common-footer-banner-0_0__container__ {
  position: absolute;
  z-index: 99999;
  display: none !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
  }
  .mobile-menu-buttons .menu-caption {
    font-size: 9px;
    text-align: center;
    opacity: 0.8;
    display: none;
  }
  .mobile-header-menu-buttons {
    top: 0;
    bottom: auto;
    justify-content: space-between;
    min-width: 46px;
    box-shadow: 0 0 0px darkgrey;
    background-color: #000;
  }
  .mobile-menu-buttons .menu-button:hover .menu-button-in {
    opacity: 1;
  }
  .fa.fa-bars {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff !important;
  }

  div#navi-in {
    display: none;
  }
  .nav-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    display: flex;
    gap: 10px;
  }
  .nav-tabs li {
    flex: 0 0 auto;
  }
  li.menu-item {
    width: auto;
    text-align: center;
    width: 150px;
    margin-left: 5px;
  }

  ul.menu-drawer li.menu-item {
    width: 100%;
    margin-left: 0px;
  }

  .nav-tabs li a {
    border-radius: 50px;
    background-color: #f1f2f3;
  }
  .nav-tabs li + li a {
    border-left: 1px solid #cacbcc !important;
  }
  .nav-tabs li:first-child a {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    background-color: #f1f2f3;
  }
  .nav-tabs li:last-child a {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background-color: #f1f2f3;
  }
  ul#menu-navigation {
    margin: 0 0px 0 10px;
  }
  .header-container-in.hlt-top-menu .logo-image {
    padding: 0;
    margin: 10px 0 0px 0;
  }
  .nav-tabs a {
    display: block;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #cacbcc;
    text-decoration: none;
    white-space: nowrap;
  }

  form.search-box input[type="text"] {
    border-radius: 50px;
  }
  li.menu-item-search {
    background-color: #f2f2f2;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
    margin: 10px 0 0 0;
  }
  #navi-menu-content .search-box {
    margin: 0.2em 0 0.2em;
    position: relative;
  }
  label.navi-menu-close-button.menu-close-button {
    background-color: #000;
  }
  .menu-content {
    max-width: 100%;
  }
  /* 閉じるボタンの親 */
  .navi-menu-close-button.menu-close-button {
    display: flex;
    justify-content: flex-end;
    padding-right: 5px; /* 右余白はお好みで */
  }
  span.fa.fa-close {
    color: #ffffff;
    padding: 6px 0;
  }

  .kirameku-mmenu__box.kirameku-mmenu__box--custommenu {
    margin: 19px 0 0 0;
  }
  .kirameku-mmenu__custommenu {
    background-color: #f2f2f2;
    padding: 9px 7px;
    text-align: left;
  }

  /* 全体の左右余白を少し整える */
  #navi-menu-content .menu-drawer {
    padding: 0 18px 18px;
  }

  /* 「カテゴリ−」見出し（タイトル） */
  #navi-menu-content .kirameku-mmenu__title {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    background: #efefef;
    padding: 10px 12px;
    border-radius: 6px;
    margin: 12px 0 8px;
  }
  #navi-menu-content .kirameku-mmenu__desc {
    display: none; /* 左のUIに寄せるなら消す */
  }

  /* カテゴリ一覧だけを「リストUI化」する
     （WPメニューのカテゴリ項目は .menu-item-object-category になりやすい） */
  #navi-menu-content .menu-drawer > li.menu-item-object-category {
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  /* リンクを行UIに */
  #navi-menu-content .menu-drawer > li.menu-item-object-category > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #fff;
    border-radius: 0;
  }

  /* 右端の▶（擬似要素） */
  #navi-menu-content .menu-drawer > li.menu-item-object-category > a::after {
    content: "›";
    font-size: 22px;
    line-height: 1;
    opacity: 0.55;
    transform: translateY(-1px);
  }

  /* hover/active */
  #navi-menu-content .menu-drawer > li.menu-item-object-category > a:hover,
  #navi-menu-content .menu-drawer > li.menu-item-object-category > a:active {
    background: #f7f7f7;
  }

  /* 「検索フォーム」や「SNS」などは中央寄せのままでOKならそのまま
     もしカテゴリ以外が中央寄りになってしまう場合の保険 */
  #navi-menu-content .menu-drawer > li.menu-item-object-category {
    text-align: left;
  }

  /* 検索フォーム（上の丸い検索）に寄せる */
  #navi-menu-content li.menu-item-search {
    margin: 14px 0 10px;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 12px;
  }
  #navi-menu-content li.menu-item-search .search-box {
    margin: 0;
  }
  #navi-menu-content li.menu-item-search input[type="search"] {
    border-radius: 999px;
  }

  .breadcrumb-widget {
    max-width: 1160px;
    margin: auto;
    padding: 0 16px;
  }
  .search-box {
    margin: 1em 1em 2em;
    position: relative;
  }
  .divBtListpage {
    background-color: #6e9e01;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding: 7px 85px;
    width: fit-content;
    margin: auto;
    font-size: 16px;
    position: relative;
    height: 42px;
  }
  .main {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  /* Cocoonの「スクロール後だけ表示」系の指定を打ち消す */
  #menu-headermenumobile.mobile-header-menu-buttons {
    display: flex !important;
  }

  body:not(.go-to-top-visible)
    #menu-headermenumobile.mobile-header-menu-buttons {
    display: flex !important;
  }
  #menu-headermenumobile.mobile-header-menu-buttons {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000000000 !important;
  }

  .header-container-in.hlt-top-menu .logo-header img {
    max-height: 46px;
    height: auto;
    vertical-align: middle;
  }
  .header-container-in.hlt-top-menu .logo-header .site-name {
    margin: 15px 0;
  }
  .footer-snav__list {
    padding: 0px 0px !important;
  }
  main.main main.main {
    padding: 0px 0px;
    margin: 0px 0;
    border-width: 0;
  }
  .entry-title,
  .archive-title {
    font-size: 19px;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: bolder;
  }
  body.page-id-3635 .main {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  
  /* SNSアイコンのリンク範囲調整 */
  div.kirameku-mmenu__box #menu-headersocialicon a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
    padding: 26px 0 26px;
    top: -33px;
    position: relative;
    margin-bottom: -40px;
    text-align: center;
  }
  .fa:before {
    position: relative;
    z-index: 100;
  }
	
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .divHero-pc {
    display: none;
  }
  .divHero-sp {
    display: unset;
  }
  .divHero-sp img {
    width: 100%;
  }
  .divHero {
    margin-top: 0px;
  }
  .wrap {
    padding: 0 0px !important;
  }
  .content-top {
    margin: 0.5em 0 0em 0 !important;
  }
  ul#menu-navigation {
    margin: 0 0px 0 0px !important;
  }

  main.main,
  div.sidebar {
    padding: 0px 16px;
    margin: 15px 0;
    border-width: 0;
  }
  .divTitle-new {
    border-bottom: 3px #6e9e01 solid;
    margin: 0 0 10px 0;
    font-size: 2rem;
  }
  .ect-vertical-card .entry-card-wrap {
    width: 100%;
  }
  .no-sp-snippet .entry-card-snippet {
    display: unset;
  }
  .entry-card-snippet {
    display: -webkit-box !important; /* ← 必須 */
    -webkit-box-orient: vertical; /* ← 必須 */
    -webkit-line-clamp: 2; /* 行数 */
    overflow: hidden; /* ← 必須 */
  }
  /* 見出しテキスト：文字幅だけ緑ラインを出す */
  #search-2 h3.widget-sidebar-title,
  #custom_html-32 h3.widget-sidebar-title,
  #recent-posts-2 h3.widget-sidebar-title,
  #custom_html-36 h3.widget-sidebar-title {
    position: relative;
    display: inline-block !important;
    background: #fff;
    padding: 0 0 11px 0;
    margin: 0;
    color: #14171d !important;
    font-weight: 700;
    box-shadow: inset 0px -3px 0px 0px #6e9e01;
    z-index: 1;
    border-radius: 0;
  }

  .widget_recent_entries ul,
  .widget_categories ul,
  .widget_archive ul,
  .widget_pages ul,
  .widget_meta ul,
  .widget_rss ul,
  .widget_nav_menu ul,
  .widget_block ul {
    padding: 0;
    margin: 0 15px;
    list-style: none;
  }

  .entry-title,
  .article h2 {
    font-size: 20px;
    padding: 0.6em 0em;
  }

  .footer-snav__item a:visited {
    color: #232b30;
  }

  .footer-snav__item a {
    display: block;
    padding: 12px 15px;
    color: #232b30;
  }

  .footer-snav__list {
    font-size: 14px !important;
    line-height: 1.4;
  }

  .footer-snav__item:not(:first-child) {
    border-top: 1px solid #4d4d4d;
  }
  .footer-snav__item:not(:first-child) {
    border-left: 0px solid #232b35 !important;
  }
  .footer-snav__list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.4;
    flex-direction: column !important;
  }
  .footer-snav__item {
    width: 100% !important;
    padding: 0;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
