@charset "utf-8";
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: .9;
  }
}
/* =============================================================
文字設定
================================================================ */
abbr[title] {
  border-bottom: 1px dotted;
}
dfn, em, .em {
  font-style: italic;
}
pre, code, kbd, samp {
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}
code, kbd, samp {
  font-size: 0.9em;
  padding: 0.05em 0.4em;
  border-radius: 3px;
}
pre {
  white-space: pre-wrap;
  margin: 0;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic;
}
/*投稿内タイトル設定*/
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4 {
  margin-top: 3rem;
  text-align: justify;
}
.single .entry-content h5,
.single .entry-content h6 {
  margin-top: 2rem;
  text-align: justify;
}

.single .entry-content h2 {
border-bottom: 1px solid #A3A3A3;
padding: 0.2em 0.5em;
border-left: solid 5px var(--primary);
}
.single .entry-content h3 {
  position: relative;
  border-bottom: 5px solid #ddd;
  padding-bottom: 5px;
}
.single .entry-content h3:before {
  content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	background: var(--primary);
}
.single .entry-content h4 {
background: linear-gradient(transparent 60%, #ccc 60%)
}
.single .entry-content p {
  line-height: 1.8;
  text-align: justify;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.single .entry-content pre {
  background: rgba(0, 0, 0, 0.75);
  border-left: 5px solid var(--primary);
  color: var(--bs-white);
  padding: 20px;
  margin: 20px 0 0;
  border-radius: 4px;
}
.page-title {
  overflow-wrap: break-word;
  border-left: solid 8px var(--primary);
  padding: 0.75em 1em;
  background: -webkit-linear-gradient(135deg, transparent 25%, var(--bs-gray-100) 25%, var(--bs-gray-100) 50%, transparent 50%, transparent 75%, var(--bs-gray-100) 75%, var(--bs-gray-100));
  background: linear-gradient(135deg, transparent 25%, var(--bs-gray-100) 25%, var(--bs-gray-100) 50%, transparent 50%, transparent 75%, var(--bs-gray-100) 75%, var(--bs-gray-100));
  background-size: 4px 4px;
}
.page-title:empty {
  display: none;
}
@media only screen and (max-width: 480px) {
.single .entry-content h2 {
  font-size: 115%;
}
.single .entry-content h3 {
  font-size: 115%;
}
.single .entry-content h4 {
  font-size: 110%;
}
.page-title {
  font-size: 1.2em;
}
}
/* =============================================================
記事下投稿者ブロック
================================================================ */
.authorbox {
  border: 5px solid rgba(100, 100, 100, 0.15);
  padding: 5%;
}
.authorbox-img, .authorbox-description {
  vertical-align: middle;
}
.authorbox-img {
  width: 23%;
  padding-right: 1em;
  vertical-align: top;
}
.authorbox-name a,
.authorbox-author-sns a {
  color: inherit;
  text-decoration: none;
}
.authorbox a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.authorbox h2::after {
  font-size: 12px;
  margin: 0;
  display: block;
  content: 'この記事を書いた人';
}
.authorbox-img img {
  width: 100%;
  margin: auto;
  border-radius: 50%;
  border: 2px solid var(--bs-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.authorbox-name {
  margin-bottom: 1em;
}
.authorbox-name a {
  font-size: 122%;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
.authorbox-name .userposition {
  font-size: 10px;
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.authorbox-description {
  font-size: 85%;
  margin: auto;
}
.authorbox-author-sns {
  margin: 2em 0 0;
}
.authorbox-author-sns li {
  display: inline-block;
  font-size: 0.8em;
  margin-right: 1.2em;
}
.authorbox-author-sns li:last-child {
  margin-right: 0;
}
.authorbox-author-sns a {
  display: block;
  padding: 0.5em 0;
}
.authorbox-author-sns li a::before {
  font-size: 1.2em;
  margin-right: 0.3em;
  color: #e8e8e8;
  content: "●";
}
@media only screen and (max-width: 480px) {
.authorbox-img, .authorbox-description, .authorbox-name {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
}
/* =============================================================
SNS設定
================================================================ */
.sharewrap h3 {
  margin: 0.5em 0;
  text-align: center;
}
.share {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 20px;
}
.sns {
  margin: 0 auto;
  text-align: center;
}
.sns ul {
  list-style: none;
  display: table;
  width: 100%;
}
.sns li {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  margin: 0 0.5% 6px;
  padding: 0 3px;
  font-size: initial;
}
.sns li a {
  position: relative;
  display: block;
  color: var(--bs-white);
  padding: 0.9em 0.1em;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.sns li a:hover {
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  box-shadow: none;
}
.sns li a .text {
  font-weight: bold;
}
.sns li a .count {
  font-size: 10px;
  margin-left: 2px;
}
@media only screen and (max-width: 767px) {
.sns li a {
  position: relative;
  line-height: 1.2;
  padding: 0.9em 0.1em 0.5em;
}
.sns li a::before {
  font-size: 140%;
  display: block;
}
.sns li a .text {
  font-size: 10px;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  display: block;
}
.sns li a .count {
  position: absolute;
  right: 3px;
  top: 2px;
  font-size: 10px;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  margin: 0;
  min-width: 1.5em;
}
}
/* Twitter */
.sns .twitter a {
  background: #00acee;
  box-shadow: 0 3px 0 #0092ca;
}
.sns .twitter a:hover {
  background: #0092ca;
}
/* Facebook */
.sns .facebook a {
  background: #2066b1;
  box-shadow: 0 3px 0 #43638b;
}
.sns .facebook a:hover {
  background: #2c4373;
}
/* hatebu */
.sns .hatebu a {
  background: #2f70be;
  box-shadow: 0 3px 0 #43638b;
}
.sns .hatebu a:hover {
  background: #43638b;
}
/* LINE */
.sns .line a {
  background: #25af00;
  box-shadow: 0 3px 0 #219900;
}
.sns .line a:hover {
  background: #219900;
}
/* Pocket */
.sns .pocket a {
  background: #ec2136;
  box-shadow: 0 3px 0 #c0392b;
}
.sns .pocket a:hover {
  background: #c0392b;
}
/* RSS */
.sns .rss a {
  background: #ffb53c;
  box-shadow: 0 3px 0 #e09900;
}
.sns .rss a:hover {
  background: #e09900;
}
/* Feedly */
.sns .feedly a {
  background: #87c040;
  box-shadow: 0 3px 0 #74a436;
}
.sns .feedly a:hover {
  background: #74a436;
}
/* facebook LikeBox */
.fb-likebtn {
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: var(--bs-white);
  margin-top: 20px;
}
.fb-likebtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.8;
  z-index: 10;
}
.fb-likebtn .inner {
  padding: 9% 3%;
  position: relative;
  z-index: 11;
}
.fb-likebtn .fb-button {
  display: block;
}
.like_text {
  font-size: 17px;
  font-weight: bold;
}
#content .fb-likebtn .like_text p {
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 1em;
}
.fb-likebtn .like_text p::after {
  content: "";
  display: block;
  padding: 3px;
  font-size: 10px;
  margin-bottom: 0;
  opacity: 0.7;
}
.followbtn {
  color: var(--bs-white);
  background: #04acee;
  font-size: 95%;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 0.1em 1.2em 0.1em 1em;
  line-height: 27px;
  border-radius: 3px;
}
.followbtn:hover {
  color: var(--bs-white);
}
.followbtn.btn_feedly {
  background: #5fd043;
}
/* =============================================================
リスト設定
================================================================ */
.gallery {
  margin: .5em auto 2em !important;
}
.gallery dl {
  margin: 0 !important;
}
.gallery dl img {
  margin-bottom: 0;
  border: none !important;
  padding: 1px;
}
.entry-content ul, .entry-content ol {
  padding-left: 0;
}
.entry-content li {
  list-style: none;
  position: relative;
  padding-left: 1.15em;
  margin: 1em 0;
}
.entry-content li li {
  margin: .6em 0;
}
.entry-content ol {
  counter-reset: number;
}
.entry-content ol[start] {
  counter-reset: unset;
}
.entry-content ol li {
  padding-left: 1.8em;
}
.entry-content ol ol {
  margin-left: -0.55em;
}
.entry-content ol > li:before {
  counter-increment: number;
  content: counter(number);
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--bs-white);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.35em;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  transform: scale(0.8);
  left: 1px;
  top: 0;
}
.entry-content ol li ol li:before {
  background: none;
  line-height: 1.4;
  border: 1px solid;
  color: var(--primary);
}
.entry-content ol li ol li ol li:before {
  content: counter(number) ".";
  border: none;
  font-size: 110%;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================
Gutenberg Block Gallery 
================================================================ */
.wp-block-gallery li {
  padding: 0;
  margin: 0;
}
.wp-block-gallery li img {
  margin-bottom: 0;
}
.wp-block-gallery li::before {
  content: none !important;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf, .comment-respond, .widget ul li {
  zoom: 1;
}
.clearfix::before, .clearfix::after, .cf::before, .comment-respond::before, .cf::after, .comment-respond::after {
  content: "";
  display: table;
}
.clearfix::after, .cf::after, .comment-respond::after {
  clear: both;
}
#content dl, #content ol, #content p, #content ul {
  letter-spacing: .025em;
}
/*********************
GENERAL STYLES
*********************/
.wrap {
  width: 94%;
  margin: 0 auto;
}
.entry-content a.no-icon[target="_blank"]::after, .entry-content .btn-wrap a[target="_blank"]::after {
  content: none;
}
a.amazonjs_link[target="_blank"]::after, .amazonjs_item ul li:before {
  content: none;
}
/* =============================================================
アーカイブ設定
================================================================ */
.archive-ttl h2::before {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}
.archive-ttl h2 .author-icon {
  display: block;
}
.archive-ttl h2 .author-icon img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  margin-bottom: 0.5em;
  border: 2px solid var(--bs-white);
  box-shadow: 0 0 10px #ddd;
}
main .article .eyecatch-caption-text {
  font-size: 75%;
  padding-top: 3px;
}
main .article .eyecatch img {
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 403px;
}
.category-name:empty::before {
  content: "PICK UP";
}
.single .entry-content img {
  margin: 20px 0 0 0;
  max-width: 100%;
  height: auto;
}
.single .entry-content .size-auto,
.single .entry-content .size-full,
.single .entry-content .size-large,
.single .entry-content .size-medium,
.single .entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.archives-list .byline .writer::before {
  content: "| ";
}
.archives-list .byline .writer img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
.archives-list a:hover {
  opacity: 1;
}
.archives-list a .eyecatch::after {
  content: "詳しく見る";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  font-size: 50%;
  font-weight: bold;
  width: 100%;
  height: 100%;
  background: var(--bs-white);
  color: var(--primary);
  top: 0;
  left: 0;
  opacity: 0;
  transition: .25s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
}
.archives-list a:hover .eyecatch::after {
  opacity: 0.7;
  font-size: 90%;
  letter-spacing: 2px;
}
.archives-list a:hover .eyecatch img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 1;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
}
/* =============================================================
投稿ページ設定
================================================================ */
.single .byline .date::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
}
.single .byline .date::before {
  background-image: url(../../library/images/icon/time.svg);
}
.single .byline .date.undo::before {
  background-image: url(../../library/images/icon/time-undo.svg);
}
.single .byline .writer img.avatar {
  border-radius: 50%;
  margin-right: 3px;
  vertical-align: top;
  width: 13px;
}
.single .byline .writer::before {
  content: "| ";
}
/* table */
.entry-content table {
  width: 100%;
  font-size: 95%;
  border-collapse: collapse;
  margin-top: 40px;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 90%;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content td, .entry-content th {
  padding: 1.2em .8em;
  border: 1px solid #d8d8d8;
}
.entry-content td input {
  margin: 3px 0;
}
.entry-content th {
  background: rgba(0, 0, 0, 0.05);
  text-align: left;
}
.entry-content dt {
  font-weight: bold;
  margin-bottom: 2%;
}
.entry-content dd {
  margin-left: 0;
  font-size: .95em;
  margin-bottom: 4%;
}
@media only screen and (max-width: 480px) {
.entry-content table {
  font-size: 88%;
}
}
/* blockquote */
.entry-content blockquote {
  padding: 3.3em 7%;
  margin: 40px 0 0;
  position: relative;
  border: 2px solid rgba(103, 103, 103, 0.4);
  border-radius: 7px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.entry-content blockquote *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-content blockquote::before,
.entry-content blockquote::after {
  font-family: serif;
  position: absolute;
  width: 1em;
  height: 1em;
  line-height: 1.5;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 420%;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.entry-content blockquote::before {
  content: "“";
  left: 0;
  top: 0;
}
.entry-content blockquote::after {
  content: "”";
  right: 0;
  bottom: 0;
}
.entry-content blockquote h2,
.entry-content blockquote h3,
.entry-content blockquote h4 {
  margin-top: 0 !important;
}
.article-footer .post-categories, .article-footer .tags {
  margin: 0;
  display: inline-block;
  padding-left: 0;
}
.article-footer .post-categories li, .article-footer .tags a {
  display: inline-block;
}
.article-footer .post-categories li a, .article-footer .tags a {
  display: inline-block;
  background: var(--primary);
  color: var(--bs-white);
  padding: .35em .5em;
  margin-right: .3em;
  margin-bottom: 2px;
  text-decoration: none;
  line-height: 1.1;
  font-size: 75%;
  border: 1px solid var(--primary);
  border-radius: .4em;
}
.article-footer .tags a {
  background: none;
  color: var(--primary);
  margin-top: -1px;
}
.article-footer .post-categories li a:hover, .article-footer .tags a:hover {
  background: var(--primary);
  color: var(--bs-white);
  border-color: var(--primary);
  transform: translateY(-1px);
}
.article-footer .post-categories li a:active, .article-footer .tags a:active {
  transform: translateY(1px);
}
/* RECOMMEND */
.related-box a {
  color: inherit;
  text-decoration: none;
}
.related-box a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.related-box .related-box-ttl::after {
  font-size: 12px;
  margin: .25rem 0 0;
  display: block;
  content: 'こちらの記事も人気！';
}
.related-box li .eyecatch {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.related-box li .eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.related-box li a {
  display: block;
  text-decoration: none;
}
.related-box li .date {
  font-size: .8em;
  font-weight: normal;
}
/* =============================================================
サイドバー、ウィジェット設定
================================================================ */
.widget + .widget {
  margin-top: 40px;
}
.widget_block h2,
.widgettitle,
.wp-block-search__label {
  font-size: 20px;
  border-bottom: 2px solid;
  font-weight: bold;
  display: block;
  text-align: left;
  padding-bottom: .5rem;
}
.wp-block-search__inside-wrapper {
  margin-top: 10px;
}
.wp-block-search__input,
.wp-block-search__button {
  height: 40px;
}
#sidebar ul, ol.wp-block-latest-comments {
  list-style: none;
  padding-left: 0;
}
ul.wp-block-latest-posts__list li,
ul.wp-block-categories li,
ul.wp-block-archives li,
ul.wp-block-rss li,
ul.wp-block-page-list li,
.widget_categories ul li,
.widget_recent_entries li,
.widget_newentryimagewidget li,
.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_mycategoryorder li {
  border-bottom: 1px dotted rgba(125, 125, 125, 0.3);
  margin: 0;
  padding: 0;
}
.widget .children li:first-child, .widget .sub-menu li:first-child {
  border-top: 1px dotted rgba(125, 125, 125, 0.3);
}
.widget li.page_item_has_children {
  border-bottom: none !important;
}
.widget_newentryimagewidget li::before {
  content: none;
}
ul.wp-block-latest-posts__list li a,
ul.wp-block-categories li a,
ul.wp-block-archives li a,
ul.wp-block-rss li a,
ul.wp-block-page-list li a,
.widget_categories li a,
.widget_recent_entries li a,
.widget_newentryimagewidget li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_archive li a,
.widget_mycategoryorder li a {
  display: block;
  padding: 1em 1.3em 1em 0.3em;
  margin: 0;
  position: relative;
  line-height: 1.2em;
}
.widget li a .countpost {
  opacity: 0.9;
  border-radius: 1em;
  background: rgba(50, 50, 50, 0.1);
  font-size: 89%;
  padding: 0 0.5em;
}
ul.wp-block-latest-posts__list li a::after,
ul.wp-block-categories li a::after,
ul.wp-block-archives li a::after,
ul.wp-block-rss li a::after,
ul.wp-block-page-list li a::after,
.widget_categories li a::after,
.widget_recent_entries li a::after,
.widget_newentryimagewidget li a::after,
.widget_nav_menu li a::after,
.widget_pages li a::after,
.widget_archive li a::after,
.widget_mycategoryorder li a::after {
  right: 6px;
  top: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid var(--bs-gray-400);
  border-right: 2px solid var(--bs-gray-400);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.widget li a:hover::after {
  right: 3px;
}
/* ウィジェット RSS */
.widget_rss li {
  border-bottom: 1px dotted rgba(125, 125, 125, 0.3);
  margin: 0;
  padding: 1em 1.3em 1em 0.3em;
  position: relative;
  line-height: 1.2em;
}
.widget_rss li::after {
  right: 6px;
  top: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid var(--bs-gray-400);
  border-right: 2px solid var(--bs-gray-400);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.widget li:hover::after {
  right: 3px;
}
.widget_rss li span.rss-date {
  display: block;
  margin-top: 5px;
  font-size: 80%;
  opacity: 0.8;
}
.rsswidget.rss-widget-feed {
  display: none;
}
.widget_rss li a {
  font-weight: bold;
}
/* ウィジェット カレンダー */
.widget_calendar {
  text-align: center;
}
.widget_calendar table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.widget_calendar table * {
  text-align: center;
}
.widget_calendar table th {
  background: #eee;
}
.widget_calendar tbody td,
.widget_calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}
.widget_calendar table td#today {
  background: aliceblue;
}
.widget_calendar table td a {
  color: blue;
}
.widget_calendar a {
  text-decoration: underline;
}
/* ウィジェット タグクラウド */
.wp-block-tag-cloud,
.tagcloud {
  margin-top: 10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  padding: 0.1em 0.6em;
  margin: 0 0.2em 0.3em 0;
  display: inline-block;
  font-size: 12px !important;
  border-radius: 3px;
  color: inherit;
  box-shadow: 0 0 1px;
  opacity: 0.8;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
  box-shadow: 0 0 5px;
  transform: translateY(-1px);
}
.wp-block-tag-cloud a:active,
.tagcloud a:active {
  box-shadow: 0 0 2px;
  transform: translateY(1px);
}
/* ウィジェット コメント */
.widget.widget_recent_comments ul {
  margin-top: 0;
}
.widget.widget_recent_comments li {
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
  margin: 0;
  padding: 0.5em 0;
}
.widget.widget_recent_comments li:first-child {
  border-top: none;
}
.widget.widget_recent_comments li:last-child {
  border-bottom: none;
}
/* リスト 下の階層 */
.widget_nav_menu li ul,
.widget_pages li ul,
.widget_categories li ul,
ul.wp-block-page-list li ul {
  padding: 0;
  margin: 0;
  background: rgba(125, 125, 125, 0.02);
}
.widget_nav_menu li ul li a,
.widget_pages li ul li a,
ul.wp-block-page-list li ul li a {
  padding-left: 0.5em;
}
.widget_nav_menu li ul a::after,
.widget_pages li ul a::after,
.widget_categories li ul a::after,
ul.wp-block-page-list li ul a::after {
  content: none;
}
.widget_nav_menu li ul ul a,
.widget_pages li ul ul a,
.widget_categories li ul ul a,
ul.wp-block-page-list li ul ul a {
  padding-left: 1.6em;
}
.widget_nav_menu li ul ul a::before,
.widget_pages li ul ul a::before,
.widget_categories li ul ul a::before,
ul.wp-block-page-list li ul ul a::before {
  content: "ー";
}
/* ドロップダウンスタイルの変更 */
.widget select {
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
}
/* ドロップダウンにした時のlabelを非表示 */
.widget_categories label,
.widget_archive label {
  display: none;
}
/* 動画 */
.widget_media_video iframe {
  height: 100%;
}
.widget_media_video .wp-video {
  margin-top: 10px;
}
/* 画像付き最新投稿 */
.widget_newentryimagewidget li a {
  padding: 1em 0;
}
.widget_newentryimagewidget li a::after {
  content: none;
}
.widget.widget_newentryimagewidget li .eyecatch {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.widget.widget_newentryimagewidget li a {
  overflow: hidden;
}
.widget.widget_newentryimagewidget li .eyecatch {
  width: 30%;
  float: left;
  margin-right: 3%;
  padding-top: 18%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.widget.widget_newentryimagewidget li .eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.widget.widget_recent_entries li span, .widget li span.date {
  padding: 0 0.3em;
  font-size: 0.9em;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  display: inline-block;
}
.widget.widget_newentryimagewidget li .ttl {
  overflow: hidden;
}
.widget.widget_newentryimagewidget li .ttl p, .widget.widget_recent_entries li p {
  margin: 0;
}
}

/* =============================================================
ページネーション設定
================================================================ */
.pagination ul {
  display: block;
  text-align: center;
  padding: 0;
  clear: both;
  margin: 3em 0 4em;
}
.pagination:empty, .wp-prev-next:empty, .pagination ul:empty, .search-no-results .pagination {
  display: none;
}
.pagination li {
  margin: 0 !important;
  padding: 0 1px !important;
  display: inline-block;
  min-width: 2.55em;
}
.pagination a, .pagination span, .page-links a {
  margin: 0;
  display: block;
  padding: 12px 6px;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  width: 100%;
  color: var(--primary);
  border: 2px solid var(--primary);
  font-weight: bold;
}
.page-links a {
  display: inline-block;
  width: 47%;
}
.pagination span.dots {
  background: none !important;
  padding-left: 5px;
  padding-right: 5px;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus, .page-links a:hover, .page-links a:focus {
  background-color: var(--primary);
  color: var(--bs-white);
}
.pagination .current {
  cursor: default;
  color: var(--bs-white);
  background-color: var(--primary);
}
.pagination .current:focus, .pagination .dots:hover, .pagination .dots:focus {
  color: #111;
}
@media print, screen and (min-width: 480px) {
.pagination li {
  margin-bottom: 1em !important;
}
.pagination a,
.pagination span,
.page-links a,
.page-links ul > li > span {
  font-size: 0.85em;
}
}
/* =============================================================
コメント設定
================================================================ */
#comments-title,
#reply-title {
  margin: 40px 0 0;
}
.commentlist {
  margin: 0;
  list-style-type: none;
  font-size: 0.9em;
}
.commentlist ul {
  margin: 0;
  padding: 0;
}
.comment, .pingback {
  clear: both;
  overflow: hidden;
  padding: 0;
}
.comment-body {
  background: none;
  padding: 20px;
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
li.comment li .comment-body {
  margin-left: 3em;
  background: rgba(125, 125, 125, 0.03);
}
.comment .comment {
  font-size: 1em;
}
.comment .comment-meta, .pingback .comment-meta {
  padding: 0;
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment-metadata {
  font-size: 77%;
}
.comment .vcard time {
  display: block;
  font-size: 90%;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  margin-left: -3px;
  border-radius: 50%;
}
.pingback {
  background: rgba(125, 125, 125, 0.03);
  border-radius: 7px;
}
.comment-content p {
  margin-top: 10px;
  line-height: 1.5em;
}
.commentlist .reply {
  text-align: right;
}
.comment-reply-link {
  font-size: 90%;
  margin-top: 10px;
  display: inline-block;
  padding: 0.1em 0.5em;
  text-decoration: none;
  background: #ccc;
  color: #fff;
  border-radius: 4px;
}
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}
.comment-navigation {
  text-align: center;
  padding: 1em;
}
#cancel-comment-reply-link {
  font-size: 75%;
  font-weight: normal;
  display: inline-block;
  padding: 0 0.5em;
  background: #ccc;
  color: #fff;
  border-radius: 4px;
  vertical-align: top;
}
.comment-respond p {
  font-size: 90%;
  margin-bottom: 1em;
}
.comment-respond p:last-of-type {
  margin-bottom: 0;
}
.comment-respond .comment-notes {
  margin-bottom: 1.5em;
}
.logged-in-as {
  font-style: italic;
  margin: 0;
}
.comment-form label {
  margin-bottom: .5rem;
}
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
  padding: 1.5em;
  background-color: #F9F9F9;
  font-size: 0.9em;
}
#submit {
  font-size: 90%;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.article-footer p.nocomments {
  display: none;
  margin: 20px 0 0;
}
.no-widgets {
  background-color: var(--bs-white);
  padding: 1.5em;
  text-align: center;
  border: 1px solid var(--bs-gray-400);
  border-radius: 2px;
  margin-bottom: 1.5em;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.alignleft, img.alignleft {
  margin-right: 2.5%;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 2.5%;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
@media only screen and (max-width: 480px) {
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignleft, img.alignleft {
  max-width: 52% !important;
}
.alignright, img.alignright {
  max-width: 52% !important;
}
}
/*==================================================
Mobile Styles
==================================================*/
@media only screen and (max-width: 767px) {
.youtube-container, .wp-block-embed-vimeo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-container iframe, .wp-block-embed-vimeo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}