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

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

pre {
    background-color: white;
    border: none;
    overflow: hidden;
    padding: unset;
    margin: unset;
    font-family: auto;
    white-space: pre-wrap;
}

body {
  font-family: 'helvetica neue', arial, sans-serif;
}
hr {
  border: none;
  border-top: 1px solid #ddd;
}

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

.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 100px;
  margin-bottom: 30px;
}

.tags a {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #555;
  font-size: 12px;
}

.tags li {
  margin: 0 7px 2px 0 !important;
}

.back-to-top {
  overflow: hidden;
  outline: none;
  opacity: 0.8;
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  background-color: #003e92;
  text-indent: 100%;
  white-space: nowrap;
}

.pageTop {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 14px;
  height: 24px;
  background-size: contain;
  transform: rotate(-90deg);
}

.entry-content > *,
.demo .entry-content p {
  line-height: 2.2;
}
.entry-content img {
  max-width: 100%;
  margin: 1em 0;
}

.search-submit {
  padding: 11px 8px;
}

.pager-post-navi a.prev-post {
  flex-direction: row;
  margin-left: -10px;
  padding-left: 0px;
}

.pager-post-navi a.next-post {
  padding-right: 0px;
}

.categoryAuthor {
  display:inline-block;
  padding-left: 0.5em;
  font-size: 14px;
}

.categoryAuthor-category {
  color: #fff;
  display: inline-block;
}

.categoryAuthor .author-info span.author-name.fn {
  color: #ffc400;
}

.categoryAuthor-category a.category {
  color: #ffc400;
}

.categoryAuthor-category {
  color: #fff;
  display: inline-block;
}

.copyright {
  color: #555;
  font-size: 11px;
  letter-spacing: 0.2ex;
}

li.thumbnail-distance {
  padding-left: 10px;
}

ol, ul {
  padding-left: 0px;
}

ul.thumnail-right-box.flex-box {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}

.banner {
  max-width: 90%;
  margin-bottom: 11px;
}

.exshop_categories {
  width: 1100px;
  margin: 50px auto 100px;
}

ul.clearfix {
  margin: 0;
  padding: 0;
}

.catelist_edge_left {
  margin-right: 10px;
  line-height: 1.2;
}

.catelist {
  margin-right: 10px;
}

div#exshop_cate_links h2 {
  padding-bottom: 3px;
  color: #555;
  font-size: 12px;
}
div#exshop_cate_links ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3px;
  line-height: 1.2;
}

#exshop_cate_links li a {
  padding: 0 3px;
  color: #555;
  font-size: 12px;
}

.footer-left {
  width: 61%;
  padding: 0px;
  margin-top: -25px;
  margin-left: -10px;
}

body,header,.footer {
  background: #fff;
}

table {
  margin-bottom: 5px;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  margin-top: 20px;
  padding: 8px;
  border-radius: 0px;
  font-size: 13px;
}

/* サイトタイトル */
.logo-image {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0;
  text-align: left;
}

nav.wp-calendar-nav {
  font-size: 13px;
}

.wrap {
  width: 1100px;
}

/*----------------------------------------
 サイドカラム
----------------------------------------*/
.sidebar {
  width: 260px;
  border: 1px solid transparent;
  padding: 0;
}

/* このブログについて
------------------------------------ */
.nwa .author-box {
  margin: 15px auto 40px;
  padding: 15px 15px 10px;
  background-color: #fff;
}

.nwa .author-box .author-thumb {
  float: none;
  width: auto;
  margin: 0;
}

.logo_image {
  max-width: 40%;
  margin-bottom: 7px;
}

.author-name {
  font-size: 14px;
}

.author-box .author-name {
  margin-bottom: 7px;
  color: #003e92;
  font-size: 13px;
}

.author-description {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
  text-align: justify !important;
}

/* カレンダー
------------------------------------ */
#wp-calendar caption {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: normal;
}

#wp-calendar th {
  padding: 2px 0;
  font-size: 12px;
  font-weight: normal;
}

#wp-calendar td {
  padding: 3px 0;
  font-size: 11px;
}

/* カウンター
------------------------------------ */
.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 {
  font-size: 11px;
}



/* 記事
------------------------------------ */
.entry-title,
.archive-title {
  font-size: 18px;
  margin: 0 0 16px 0;
}

h2.entry-card-title.card-title.e-card-title {
  margin-bottom: 10px;
  color: #003e92;
  font-size: 18px;
  line-height: 1.3;
  text-align: justify;
}

.title_hr {
  border: none;
  border-top: 1px solid #ddd;
}

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

.entry-card-title,
.related-entry-card-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.entry-card-meta,
.related-entry-card-meta {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: none;
  line-height: 1;
}

.main {
  width: 795px;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}

/* 
  display: -webkit-box; -webkit-line-clampで
  コンテンツが隠れてしまう不具合対応
 */
.related-entry-card-snippet,
.entry-card-snippet {
  display: block;
}

.no-thumbnail .entry-card-snippet,
.no-thumbnail .related-entry-card-snippet {
  margin-top: 10px;
  max-height: 100%;
  font-size: 15px;
  line-height: 2.2;
}

p,.paragraph {
  margin: 0 auto 1em;
  font-size: 15px;
  line-height: 2.2;
  text-align: justify;
}

.header-container-in.hlt-top-menu {
  display: grid;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.e-card-info {
  flex-wrap: unset;
  justify-content: unset;
  align-items: unset;
  display: unset;
  text-align: unset;
}

.entry-content {
  margin-bottom: 45px;
  font-size: 15px;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  color: #003e92;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_rss ul,
.widget_nav_menu ul {  margin: 10px 0 0;
  background: #fff;
  font-size: 13px;
  list-style: none;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a {
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  color: #333;
  text-decoration: none;
  line-height: 31px;
}

/*関連エントリーカード*/
.related-entry-heading, .comment-title {
  margin-bottom: 22px;
  font-size: 18px;
}

.author-box {
  position: relative;
  margin: 0 0 0.5em 0;
  padding: 1.6% 2.2% 2%;
  border: 1px solid #ddd;
  border-radius: 0px;
  line-height: 1.4;
}

.author-thumb {
  float: left;
  margin-top: 3px;
}

#slide-in-sidebar {
  display: block;
  margin: 0;
}

.footer {
  padding: 70px 0 0;
}

.footer-bottom {
  display: inline;
  margin-top: 24px;
  padding: 8px;
  position: relative;
  font-size: 14px;
}

.footer-bottom-logo img {
  max-width: max-content;
}

/*検索フォーム*/
.search-box {
  margin: 0 0 2em 0;
  position: relative;
}

.no-scrollable-main .main {
  height: 100%;
}

.innerListBottom {
  display: inline-block;
  font-size: 12px;
}

.listBottom {
  width: 100%;
  text-align: right;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a {
  display: block;
  padding: 0 4px;
  color: #333;
  text-decoration: none;
}

.sidebar h3 {
  margin: 0;
  padding: 3px;
  border-radius: 0px;
  background-color: #f5f6f7;
}

span.site-name-text {
  color: #4088b8;
  font-weight: bold;
  letter-spacing: -8px;
}

.header-container-in.hlt-top-menu .site-name-text {
  font-size: 37px;
}

a {
  text-decoration: none;
  color: #003e92;
}

.entry-card-content.card-content.e-card-content{
  background-color: #fff;
  margin-bottom: 56px;
}

.footer-right {
  margin: 0em 0.5em 0.5em 0;
  padding: 0em 0.5em 0.5em 0;
}
.calendar_wrap {
  margin-bottom: 35px;
  padding: 0.5em;
  background: #fff;
}

article {
  margin-bottom: 2em;
  background: #fff;
}

div#comment-area {
  background: #fff;
}

footer.article-footer.entry-footer{
  height: 32px;
  background: #003e92;
}

/* 続きを読む
-----------------------------------------*/
.more {
  display: block;
  width: 170px;
  margin: 0 auto 20px;
  padding: 10px 0;
  border-radius: 5px;
  background:#ffe37d;
  color: #003e92;
  font-size: 13px;
  text-align: center;
  transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ホバー効果（ワイドのみ） */
@media screen and (min-width: 1260px) {
.more:hover {
  width: 190px;
  background-color: #f9c300;
  color: #003e92;
}}

/* ページネーション
-----------------------------------------*/
span.page-numbers.current {
  font-size: 14px;
  line-height: 1;
}

.page-numbers.current {
  border: 1px solid #003e92;
  background-color: transparent !important;
  color: #003e92;
}

.page-numbers {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 13px;
  border: none;
  background-color: #003e92 !important;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.page-numbers.next,
.page-numbers.prev {
  background-color: #fff !important;
  margin: 0 10px;
  padding: 0 10px;
  background: transparent;
  color: #003e92;
  font-size: 30px;
  font-weight: bold;
}

.page-numbers.dots {
  background-color: #fff !important;
  background: transparent;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.footer-bottom-logo .logo-image {
  max-width: 273px;
}

aside.widget_media_image {
  margin-top: 34px;
  text-align: center;
}

aside#categories-4 {
  background: #fff;
}

h3.widget-sidebar-title.widget-title {
  padding-left: 10px;
  background: #003e92;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}

ul.xoxo.blogroll {
  line-height: 2.0;
  font-size: 14px;
  list-style: none;
}
.footer-right ul.xoxo.blogroll {
  margin: 1em 0;
}

aside#author_box-6 {
  margin-bottom: 35px;
}

h3.widget-footer-right-title.footer-title {
  margin-top: -15px;
  font-size: 14px;
}

/* コメントボタン */
.comment-form .comment-btn {
  width: 200px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.comment-form label {
  display: block;
  text-align: left;
}

.comment-form .submit {
  width: 200px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

/* 記事に関連する情報
-------------------------------------------------- */
.art-rel-info {
  margin-top: 100px;
  /* font-family: '游ゴシック Medium', 'Yu Gothic Medium'; */
}
.art-rel-info img {
  margin: 0;
}
.art-rel-info .art-rel-info_ttl {
  margin-bottom: 1rem;
  padding: 0;
  background: none;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.art-rel-info_media-body {
  margin-right: 20px;
}
.art-rel-info_media-txt {
  margin-bottom: 10px;
  line-height: 1.8;
  text-align: justify;
}
.art-rel-info .art-rel-info_media {
  display: flex;
  padding: 20px 25px 15px;
  background-color: #f3f3f3;
  font-size: 14px;
}

.art-rel-info_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ddd;
}

.header-container .tagline {
  margin: 0;
}

/* ロゴ画像 */
.art-rel-info_link-logo {
  width: 180px;
  flex-grow: 1;
  line-height: 1;
}
.art-rel-info_link-logo img {
  width: 100%;
}
.logo-image a {
  padding: 0;
}
.header-site-logo-image {
  width: 251px;
  height: auto;
  vertical-align: sub;
}

/* リンクテキスト */
.art-rel-info_link-txt {
  flex-grow: 7;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
  white-space: nowrap;
}

/* 写真 */
.art-rel-info_media-img {
  min-width: 220px;
}
.art-rel-info_media-img a {
  display: block;
}
.art-rel-info_media-img img {
  width: 100%;
  margin: 0.4em;
}



@media screen and (max-width: 1260px) {

.art-rel-info {
  margin-top: 4rem;
}
.art-rel-info .art-rel-info_ttl {
  font-size: 1.6rem;
}
.art-rel-info .art-rel-info_media {
  font-size: 1.5rem;
}
.art-rel-info img {
  margin: 0 auto !important;
}

}
@media screen and (max-width: 1023px) {

.art-rel-info .art-rel-info_media {
  flex-wrap: wrap;
  justify-content: center;
}
.art-rel-info_media-body {
  margin-right: 0;
}
.art-rel-info_media-img {
  width: 100%;
}
.art-rel-info_media-img img {
  margin: 0;
}
.art-rel-info_link-txt {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

}

/*------------------------------------------------------
	1260px以下
------------------------------------------------------*/
@media screen and (max-width: 1260px) {

#exshop_cate_links li a {
  line-height: 1.5;
}

html {
  font-size: 10px;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  padding: 0;
}

.container {
  min-width: 320px;
  padding: 0 2rem;
}

.wrap {
  width: 100%;
}

.entry-content p,
.entry-card-content p {
  margin: 2rem auto;
  font-size: 1.6rem;
  line-height: 2;
}
.entry-content img,
.entry-card-content img {
  margin: 1rem auto;
}


.logo-image {
  margin-bottom: 1rem;
}

.content-in {
  display: block;
  width: 100%;
}

.main,
div.sidebar {
  display: block;
  width: auto;
}

.listBottom {
  display: flex;
  align-items: center;
  margin-top: 1.0rem;
  overflow-x: scroll;
}
.listBottom::-webkit-scrollbar{
  display: none;
}

.innerListBottom {
  flex: none;
  display: table;
  height: 100%;
  font-size: 1.2rem;
  vertical-align: middle;
}

.entry-categories-tags,
.entry-categories {
  margin: 0 !important;
  height: 100% !important;
}

.author-name {
  font-size: 1.2rem;
}

.article img {
  max-width: 100%;
}

.title_hr {
	border-color: #ccc;
}

p,.paragraph {
  font-size: 1.5rem;
}

.more {
  width: 60%;
  padding: 1.5rem;
  font-size: 1.4rem;
  border-radius: 6px;
}

h2.entry-card-title.card-title.e-card-title {
  font-size: 1.7rem;
}

.no-thumbnail .entry-card-snippet, .no-thumbnail .related-entry-card-snippet {
  margin-top: 2rem;
}

.thumbnail-distance {
  padding-left: 0px !important;
  width: 33%;
  text-align: center;
}

/* footer */
.footer-widgets > .footer-right {
  display: none;
}

.footer-left {
  display: none;
  width: 100%;
  padding: 0px;
  margin-left: 0px;
}

.navi-footer-in > ul {
  justify-content: center;
  padding: 1em;
}

.footer-widgets > div {
  display: inline-block;
}

.navi-footer {
  float: none;
  margin: 0;
  width: 100%;
}

.copyright {
  width: 100%;
}

.footer-bottom-logo,
.footer-bottom-content {
  float: none;
}

.footer-bottom-logo {
  line-height: 1;
}

.footer-bottom-content {
  text-align: center;
}

.fb-like-message {
  font-size: 0.8em;
  line-height: 1.4;
}

.sidebar-scroll {
  position: static;
}

.ba-fixed.header, .ba-fixed.appeal {
  background-attachment: scroll;
}

.header, .appeal {
  background-size: cover;
}

.footer-bottom-logo {
  position: relative;
  bottom: auto;
}

.logo-footer {
  margin: 8px auto;
}

.mobile-menu-buttons {
  display: flex;
  align-items: stretch;
}
.mobile-menu-buttons > li {
  padding-top: 3px;
}

.mobile-header-menu-buttons {
  top: 0;
  bottom: auto;
  justify-content: space-around;
  min-width: 46px;
  z-index: 3;
  box-shadow: 0 0 5px darkgrey;
}

.has-logo-button .menu-button {
  width: 70px;
}
.has-logo-button .logo-menu-button {
  flex-grow: 99;
}

.no-mobile-sidebar .sidebar,
.mobile-button-fmb .go-to-top-button,
.no-mobile-header-logo #header .logo-header {
  display: none;
}

.mblt-header-mobile-buttons {
  margin-top: 46px;
}

.mblt-footer-mobile-buttons {
  margin-bottom: 50px;
}

.mblt-header-and-footer-mobile-buttons {
  margin-top: 46px;
  margin-bottom: 50px;
}

.scrollable-mobile-buttons {
  margin-bottom: 0;
}

.navi-footer-in > .menu-footer {
  justify-content: center;
}

.footer-bottom.fdt-left-and-right .footer-bottom-content {
  flex-direction: column;
}

.mblt-footer-mobile-buttons .go-to-top-button,
.mblt-header-and-footer-mobile-buttons .go-to-top-button {
  display: none;
}

#exshop_cate_links h2 {
  text-align: center;
}

.exshop_categories {
  width: 100%;
  margin: 0 auto 70px;
  padding: 0 2rem;
  font-size: 1rem;
}


}/* max-width: 1260px */

/*------------------------------------------------------
	1023px以下
------------------------------------------------------*/
@media screen and (max-width: 1023px) {

.navi-footer {
  float: none;
  margin: 0;
  width: 100%;
}

.copyright {
  width: 100%;
}

.navi-footer-in > ul {
  justify-content: center;
  padding: 1em;
}

.footer-widgets {
  display: block;
}

.content-in {
  display: block;
}

main.main,
div.sidebar {
  display: block;
  width: auto;
  margin: 0;
}

.footer-bottom-logo,
.footer-bottom-content {
  float: none;
}

.footer-bottom-logo {
  line-height: 1;
}

.footer-bottom-content {
  text-align: center;
}

.fb-like-message {
  font-size: 0.8em;
  line-height: 1.4;
}

.sidebar-scroll {
  position: static;
}

.ba-fixed.header, .ba-fixed.appeal {
  background-attachment: scroll;
}

.header, .appeal {
  background-size: cover;
}

.footer-bottom-logo {
  position: relative;
  bottom: auto;
}

.logo-footer {
  margin: 8px auto;
}

.mobile-menu-buttons {
  display: flex;
  align-items: stretch;
}

.mobile-menu-buttons > li {
  padding-top: 3px;
}

.mobile-header-menu-buttons {
  top: 0;
  bottom: auto;
  justify-content: space-around;
  min-width: 46px;
  z-index: 3;
  box-shadow: 0 0 5px darkgrey;
}

.has-logo-button .menu-button {
  width: 70px;
}

.has-logo-button .logo-menu-button {
  flex-grow: 99;
}

.no-mobile-sidebar .sidebar,
.mobile-button-fmb .go-to-top-button,
.no-mobile-header-logo #header .logo-header {
  display: none;
}

.mblt-header-mobile-buttons {
  margin-top: 46px;
}

.mblt-footer-mobile-buttons {
  margin-bottom: 50px;
}

.mblt-header-and-footer-mobile-buttons {
  margin-top: 46px;
  margin-bottom: 50px;
}

.scrollable-mobile-buttons {
  margin-bottom: 0;
}

.navi-footer-in > .menu-footer {
  justify-content: center;
}

.footer-bottom.fdt-left-and-right .footer-bottom-content {
  flex-direction: column;
}

.mblt-footer-mobile-buttons .go-to-top-button,
.mblt-header-and-footer-mobile-buttons .go-to-top-button {
  display: none;
}


}/* max-width: 1023px */


/*------------------------------------------------------
	834px以下
------------------------------------------------------*/
@media screen and (max-width: 834px) {

.navi-in > .menu-header {
  display: none;
}

#navi .navi-in > .menu-mobile {
  display: flex;
}

#navi .navi-in > .menu-mobile > .menu-item-has-description > a > .caption-wrap {
  height: 40px;
  line-height: 16px;
}

#navi .navi-in > .menu-mobile li {
  width: 50%;
  height: 40px;
  line-height: 40px;
}

#navi .navi-in > .menu-mobile li a {
  font-size: 14px;
}

#navi .navi-in > .menu-mobile li a:after {
  display: none;
}

main.main,
div.sidebar {
  margin: 0;
  padding: 0;
  border-width: 0;
}

.article ul,
.article ol {
  padding-left: 0px;
}

.entry-card-title,
.related-entry-card-title {
  font-size: 17px;
}

.entry-card-snippet,
.related-entry-card-snippet {
  font-size: 14px;
}

table th,
table td {
  padding: 3px;
  font-size: 0.8em;
}

.blogcard-wrap {
  width: 100%;
}

.blogcard-thumbnail {
  width: 120px;
}

.blogcard-title {
  font-size: 0.9em;
  margin-bottom: 0;
}

.blogcard-snippet {
  font-size: 12px;
}

.blogcard-content {
  margin-left: 130px;
  margin-right: 0;
  max-height: 120px;
  min-height: 70px;
  font-size: 0.9em;
  line-height: 1.2;
}

.blogcard-footer {
  font-size: 14px;
}

.ib-right .blogcard-content,
.eb-right .blogcard-content {
  margin-right: 31.6%;
  margin-left: 0;
}

.ss-top .sns-share-buttons a,
.ss-bottom .sns-share-buttons a {
  font-size: 14px;
}
.ss-top .sns-share-buttons a .button-caption,
.ss-bottom .sns-share-buttons a .button-caption {
  font-size: 14px;
  margin-left: 4px;
}

.sns-share.ss-top.ss-col-6 a,
.sns-share.ss-bottom.ss-col-6 a {
  width: 32%;
}

.sns-follow-buttons {
  flex-wrap: wrap;
  justify-content: space-around;
}
.sns-follow-buttons a {
  margin-right: 0;
  width: 48%;
}

}/* max-width: 834px */


/*------------------------------------------------------
	599px以下
------------------------------------------------------*/
@media screen and (max-width: 599px) {

.thumbnail-distance {
    padding-left: 0px;
    margin: auto;
    width: 50%;
}

.container .column-wrap {
  flex-direction: column;
}

.container .column-wrap > div {
  width: 100%;
  padding: 1em 0;
}

.box-menus .box-menu {
  width: calc(100%/2);
}

.wwa .box-menus {
  margin-left: 10px;
  margin-right: 10px;
}

}/* max-width: 599px */


/*------------------------------------------------------
	480px以下
------------------------------------------------------*/
@media screen and (max-width: 480px) {

h2,
h3 {
  font-size: 20px;
}

.related-entry-heading,
.comment-title {
  margin: 1.2em 0 1em;
}

.entry-card,
.related-entry-card,
.e-card-title {
  line-height: 1.1;
}

.e-card-title {
  font-size: 16px;
}

.e-card-snippet {
  font-size: 13px;
}

.cat-label {
  font-size: 10px;
  padding: 1px 3px;
}

.page-numbers {
  line-height: 1;
}

.pagination-next-link, .comment-btn {
  font-size: 1em;
}

.related-entry-card-thumb {
  width: 38%;
}

.related-entry-card-content {
  margin-left: 40%;
  font-size: 0.9em;
}

/*本文の見出し*/
.entry-title,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  padding: 0.6em;
  margin: 1.2em 0 0.8em;
}

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

.article h3 {
  font-size: 18px;
}

.article h4,
.article h5,
.article h6 {
  font-size: 16px;
}

.entry-title {
  margin: 0;
  margin-bottom: 6px;
}

body {
  font-size: 16px;
}

.pager-post-navi a figure {
  min-width: 30%;
  max-width: 30%;
}

.pager-post-navi a.prev-post .prev-post-title {
  margin-left: 1.6%;
}

.pager-post-navi a.next-post .next-post-title {
  margin-right: 1.6%;
}

.pager-post-navi a::before {
  font-size: 16px;
}

.rect-mini-card .related-entry-card-wrap {
  width: 100%;
}

.pager-post-navi.post-navi-square {
  flex-direction: column;
}

.pager-post-navi.post-navi-square a {
  width: 100%;
  padding: 7px;
}

.pager-post-navi.post-navi-square a:last-child {
  border-top-width: 0;
  border-left-width: 1px;
}

.author-box {
  font-size: 0.9em;
  line-height: 1.3;
}

.author-box .author-thumb {
  width: 24%;
}

.author-box .author-content {
  margin-left: 26%;
}

.speech-person {
  width: 16%;
  min-width: 16%;
}

.speech-name {
  font-size: 10px;
}

.speech-wrap .speech-balloon {
  padding: 7px;
  max-width: calc(100% - 16%);
}

.speech-wrap .speech-balloon::before, .speech-wrap .speech-balloon::after {
  border-bottom-width: 7px;
  border-right-width: 7px;
  border-top-width: 7px;
}

.speech-wrap .speech-balloon::before {
  left: -7px;
}

.speech-wrap .speech-balloon::after {
  left: -5px;
}

.speech-wrap.sbp-l .speech-balloon {
  margin-left: 10px;
}

.speech-wrap.sbp-r .speech-balloon {
  margin-right: 10px;
}

.speech-wrap.sbp-r .speech-balloon::before {
  right: -7px;
  left: auto;
  border-left-width: 7px;
}

.speech-wrap.sbp-r .speech-balloon::after {
  border-left-width: 7px;
  right: -5px;
  left: auto;
}

.speech-wrap.sbs-think.sbp-l .speech-balloon {
  margin-left: 28px;
}

.speech-wrap.sbs-think .speech-balloon::before {
  top: 4px;
  left: -19px;
  width: 12px;
  height: 12px;
}

.speech-wrap.sbs-think .speech-balloon::after {
  top: 16px;
  width: 6px;
  height: 6px;
  left: -27px;
}

.speech-wrap.sbs-think.sbp-r .speech-balloon {
  margin-right: 28px;
}

.speech-wrap.sbs-think.sbp-r .speech-balloon::before {
  border: 2px solid #ccc;
  left: auto;
  right: -19px;
}

.speech-wrap.sbs-think.sbp-r .speech-balloon::after {
  border: 2px solid #ccc;
  left: auto;
  right: -27px;
}

.admin-panel > div {
  margin-bottom: 0.6em;
  padding: 2px;
}

.menu-content {
  max-width: 84%;
}

.ranking-item-img-desc,
.ranking-item-link-buttons {
  display: block;
}

.ranking-item-image-tag {
  max-width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.ranking-item-name-text,
.widget_item_ranking .main-widget-label {
  font-size: 20px;
}

a.facebook-follow-button {
  top: 3px;
}

#header .site-name-text {
  font-size: 18px;
}

.tagline {
  font-size: 12px;
}

.navi-footer-in > .menu-footer li.menu-item {
  width: 46%;
}

.blogcard-content {
  font-size: 0.84em;
}

.blogcard-snippet {
  font-size: 0.74em;
}

.ect-vertical-card .entry-card-wrap {
  margin-bottom: 8px;
}

.ect-vertical-card.sp-entry-card-1-column .entry-card-wrap {
  display: block;
}

.ect-vertical-card.sp-entry-card-1-column > * {
  width: 100%;
}

#bbpress-forums .form-allowed-tags code {
  width: 100% !important;
}

.no-sp-snippet .entry-card-snippet {
  display: block;
}

.no-sp-snippet-related .related-entry-card-snippet {
  display: block;
}

.e-card-meta {
  margin-top: 2px;
}

.ect-entry-card .card-thumb,
.rect-entry-card .card-thumb,
.ect-big-card-first .card-thumb {
  margin-bottom: 6px;
}

.ect-entry-card .card-content,
.rect-entry-card .card-content,
.ect-big-card-first .card-content {
  margin: 0;
}

.ect-entry-card .card-snippet,
.rect-entry-card .card-snippet,
.ect-big-card-first .card-snippet {
  margin-bottom: 0;
  clear: both;
}

.ect-entry-card .card-meta,
.rect-entry-card .card-meta,
.ect-big-card-first .card-meta {
  clear: both;
}

.list .ect-vertical-card > * {
  width: 48%;
  padding: 0.5% !important;
  margin: 0.5% 0.5% 1.5% !important;
}

.sp-display-none {
  display: none !important;
}

.image-content amp-img {
  min-width: 200px;
  max-width: 200px;
}

.blogcard {
  padding-top: 3%;
}

}/* max-width: 480px */


/*------------------------------------------------------
	356px以下
------------------------------------------------------*/
@media screen and (max-width: 356px) {

.ect-vertical-card .entry-card-wrap,
.rect-vertical-card .related-entry-card-wrap,
.ect-2-columns > *,
.ect-3-columns > * {
  width: 100% !important;
}

}/* max-width: 356px */