/*
Theme Name: 2026.01最新マクロジ オリジナル
Author: niida,eto
Description: original theme
Version: 2.0.0
*/
@charset "utf-8";
/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

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

/*コンテンツのサイズ指定*/
.header-inner,
.footer-inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem;
}

.contents {
  display: -webkit-flex;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar {
  float: left;
  width: 27%;
}

iframe {
  margin: 30px auto;
  display: block;
}
/*---------------------------------------------------------
サイドバー
---------------------------------------------------------*/
.sidebar-wrapper {
  margin-bottom: 2rem;
}

.sidebar-title {
  font-size: 1.1rem;
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: 0.5rem;
  color: #000;
  border-bottom: 4px solid #03162f;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.calendar_wrap,
.tagcloud {
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  margin-bottom: 0.5rem;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.sidebar-wrapper a:hover {
  opacity: 0.6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: block;
  margin-bottom: 0.5rem;
}

.widget_categories li a {
  font-size: 0.95rem;
  position: relative;
  display: block;
  padding: 0.9rem 0.6rem 0.9rem 2rem;
  color: #fff;
  background-color: #03162f;
}

.widget_categories li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0.6rem;
  content: "\f02b";
  transform: translateY(-50%);
  color: #fff;
}

.widget_categories .children {
  margin-bottom: 0.5rem;
  padding: 0;
  padding-left: 1rem;
  background-color: #415671;
}

.widget_categories .children li {
  margin-bottom: 0;
}

.widget_categories .children li a {
  font-size: 0.9rem;
  background-color: transparent;
}

.widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: 0.6rem;
  content: "∟";
  transform: translateY(-50%);
  color: #fff;
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
  display: none;
}

.widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}

.widget_categories form {
  position: relative;
}

.widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "▼";
  transform: translateY(-50%);
  pointer-events: none;
}

.widget_categories .postform,
.widget_archive select {
  font-size: 0.95rem;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.widget_archive label::after {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  content: "▼";
  text-indent: 0;
  pointer-events: none;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: 0.9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  color: #03162f;
  border: 1px solid #000;
  background-color: #fff;
}

/*メニューウィジェット*/
.widget_nav_menu li a {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
  color: #333;
}

.widget_nav_menu li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\f105";
  transform: translateY(-50%);
  color: #03162f;
}

/*最近の投稿*/
.widget_recent_entries li {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.widget_recent_entries li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-weight: 900;
  position: absolute;
  left: 5px;
  content: "\f303";
  color: #000;
}

.widget_recent_entries li a {
  display: block;
  margin-bottom: 0.3rem;
  padding-left: 1.6rem;
}

.widget_recent_entries .post-date {
  font-size: 0.8rem;
  display: block;
}

/*カレンダーウィジェット*/
.calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}

.calendar_wrap table {
  width: 100%;
}

.calendar_wrap tbody {
  text-align: center;
}

.calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}

.calendar_wrap td {
  padding: 0.3rem 0;
}

.calendar_wrap tfoot td {
  padding-top: 0.7rem;
}

.calendar_wrap tfoot td:last-child {
  text-align: right;
}

/*---------------------------------------------------------
記事一覧
---------------------------------------------------------*/
.archive-frame {
  display: -webkit-flex;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  /*    margin-top: 14.375rem;*/
}

.archive-top h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 0.7;
  padding: 21px;
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #83827c;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 60px;
}

.archive-top h1::before {
  position: absolute;
  top: 0;
  left: -30px;
  content: "";
  border-width: 30px 30px 30px 0;
  border-style: solid;
  border-color: transparent #83827c transparent transparent;
}

.archive-top h1::after {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.archive-top p {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.article-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  width: calc((100% - 3 * 10px) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
}

.article-list a {
  display: block;
  text-decoration: none;
  color: #333;
}
.article-list a:hover {
  color: #a7a69e;
  text-decoration: none;
}

.article-list a:after {
  display: block;
  clear: both;
  content: "";
}

.article-list .img-wrap {
  position: relative;
  line-height: 1;
  overflow: hidden;
  border-radius: 10px 0 10px 10px;
}

.article-list .img-wrap img {
  width: auto;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 4px 4px -4px rgb(0 0 0 / 10%);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.article-list:hover img {
  border-radius: 10px;
  transform: scale(1.1);
}

.article-list .img-wrap .cat-data {
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3rem 0.5rem;
  color: #fff;
  background-color: #83827c;
}

.article-list .text {
  margin-top: 20px;
}

.article-list .text h2 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #595646;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.article-list:hover .text h2 {
  color: #a7a69e;
}

.article-list .text .article-date,
.article-list .text .article-author {
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #888;
}

.article-list .text .article-date {
  margin-right: 0.5rem;
}

.article-list .text .article-author i {
  margin-right: 0.3rem;
}

.article-list .text p {
  font-size: 0.8125rem;
  line-height: 1.7;
}
.archive-top {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .article-list {
    width: calc((100% - 2 * 10px) / 2);
  }

  .archive-top h1 {
    font-size: 18px;
    margin-bottom: 1rem;
    line-height: 0.9;
    padding: 18px 25px;
    height: 55px;
  }
  .archive-top h1::before {
    border-width: 26px 30px 30px 0;
  }

  .archive-top p {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }

  .article-list {
    padding: 0.5rem;
  }

  .article-list .img-wrap img {
    width: 100%;
    height: auto;
  }

  .article-list .img-wrap .cat-data {
    font-size: 0.6rem;
  }

  .article-list .text {
    margin-left: 0;
    padding: 0;
  }

  .article-list .text h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .article-list .text p {
    display: none;
  }

  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: 0.625rem;
    margin-bottom: 0;
  }

  .article-list .text .article-date {
    margin-right: 0.2rem;
  }
}

/*ページネーション*/
.pagination {
  margin: 2rem 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination ul li:last-child {
  border: 0;
}

.pagination ul li a,
.pagination .current {
  display: block;
  padding: 0.5rem 0.8rem;
  border: 1px solid #ccc;
}

/* .pagination ul li .prev,
.pagination ul li .next {
    border: 0;
} */

.pagination ul li a {
  text-decoration: none;
  color: #333;
}

.pagination ul li a:hover {
  opacity: 0.6;
}

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

/*---------------------------------------------------------
パンくずリスト
---------------------------------------------------------*/
ul.breadcrumb {
  display: -webkit-flex;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style-type: none;
}
ul.breadcrumb li {
  margin-right: 10px;
  margin-left: 10px;
}
ul.breadcrumb li:first-of-type {
  margin-right: 10px;
  margin-left: 0;
}
ul.breadcrumb li:last-of-type {
  margin-right: 0;
  margin-left: 10px;
}

/*---------------------------------------------------------
投稿・固定ページ
---------------------------------------------------------*/
.article-warap {
  margin-top: 14.375rem;
}
@media screen and (max-width: 750px) {
  .article-warap {
    margin-top: 90px;
  }
}
.article-content {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 1100px;
}

.article-content .article-info {
  margin-bottom: 0.5rem;
}

.article-content .cat-data a {
  white-space: nowrap;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  padding: 0.1rem 0.5rem;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
  border-radius: 30px;
  line-height: 20px;
  padding: 2px 10px;
}

.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 0.5rem;
  color: #888;
}

.article-content .article-info .article-author i {
  margin-right: 0.3rem;
}

.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 1px;
}

.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}

.article-content p img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.article-content .article-img {
  margin-bottom: 2rem;
}

.article-content .article-img img {
  display: block;
  margin: 0 auto;
}

.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}

.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-content table {
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: 0.6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.article-content figure {
  max-width: 100%;
}

.article-tag {
  text-align: right;
}

.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}

.article-tag ul li {
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.article-tag ul li:last-child {
  margin-right: 0;
}

.article-tag ul li a {
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.article-tag ul li a:hover {
  opacity: 0.6;
}

/*-------------------------------------------------------
  ヘッダー
-------------------------------------------------------*/
@media (max-width: 600px) {
  .site-title a {
    font-size: 2rem;
  }

  .site-title a img {
    height: 32px;
  }

  .navbutton {
    right: 0.8rem;
  }

  .header-nav-wrap {
    top: 62px;
  }

  .header-nav li a {
    padding: 0.8rem;
  }

  .header-nav li a:after {
    right: 0.8rem;
  }
}

/*---------------------------------------------------------
TOPページ
---------------------------------------------------------*/
.home-top .article-top .img-wrap img {
  width: 600px;
  height: 400px;
}

.home-top .article-top .text {
  margin-left: 630px;
}

.home-top .article-top .new-post {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
  color: #f00;
}

.home-top .article-top .text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .home-top .article-top .img-wrap img {
    width: 420px;
    height: 280px;
  }

  .home-top .article-top .text {
    margin-left: 440px;
  }
}

@media (max-width: 800px) {
  .contents,
  .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .contents {
    margin-bottom: 1.5rem;
  }
}

/*----------------------------------------------------
  フッター
----------------------------------------------------*/
@media (max-width: 800px) {
  .footer-nav {
    margin-bottom: 1.5rem;
  }

  .footer-nav ul {
    text-align: left;
  }

  .footer-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }

  .footer-nav li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*----------------------------------------------------
  TOPページ
----------------------------------------------------*/
@media (max-width: 800px) {
  .home-top .article-top .img-wrap {
    float: none;
  }

  .home-top .article-top .img-wrap img {
    width: 100%;
    height: 60vw;
  }

  .home-top .article-top .text {
    margin-left: 0;
  }

  .home-top .article-top .new-post,
  .home-top .article-top .text h2,
  .home-top .article-top .text .article-date,
  .home-top .article-top .text .cat-data {
    margin-bottom: 0;
  }
}

/*---------------------------------------------------------
  投稿・固定ページ
---------------------------------------------------------*/
@media (max-width: 600px) {
  .article-content h1 {
    font-size: 2rem;
  }

  .article-content h2 {
    font-size: 1.8rem;
  }

  .article-content h3 {
    font-size: 1.7rem;
  }

  .article-content h4 {
    font-size: 1.6rem;
  }
  .article-content h5 {
    font-size: 1.6rem;
  }
}

/*========= 引用レイアウト ===============*/
.article-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 25px 55px;
  position: relative;
  border: 3px #eee solid;
}
.article-content blockquote:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  display: inline-block;
  font-size: 30px;
  color: #e7e7e7;
  background-color: transparent;
  position: absolute;
  top: 1.2em;
  left: 15px;
}
blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*------------------------------------------------
 PZカード CSS 追加
------------------------------------------------*/
.lkc-content,
.lkc-thumbnail {
  height: 150px !important;
}

/*------------------------------------------------
 関連記事
------------------------------------------------*/
#container:after,
.clearfix:after,
.row:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

#container,
.clearfix,
.row {
  display: block;
}

.related {
  margin: 1.5em 0;
}

h3.related-title,
#comment-area .comment_title {
  background: 0 0;
  padding: 10px;
  border-radius: 0;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  h3.related-title,
  #comment-area .comment_title {
    font-size: 1em;
    padding: 5px 10px;
  }
}

.newpost_list {
  padding: 5px 0;
}

.inline-nospace {
  letter-spacing: -0.5em;
}

.hvr-fade-post {
  transition-duration: 0.4s;
}
ul.newpost_list {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  ul.newpost_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.post_list_wrap {
  position: relative;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 1em 0.5em;
}
@media (min-width: 600px) {
  .post_list_wrap {
    width: calc(100% / 3);
  }
}
.post_list_wrap a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 5px;
  color: #000;
}
.post_list_wrap a:hover {
  color: #999;
  text-decoration: none;
}

.post_list_wrap figure {
  width: 130px;
  overflow: hidden;
}

.post_list_wrap img {
  font-size: 0.8em;
}

.post_list_wrap .meta {
  overflow: hidden;
}
.post_list_wrap .meta time {
  font-size: 0.7rem;
}

.post_list .post_list_wrap {
  float: left;
  width: 25%;
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  min-height: 55px;
  position: relative;
}

.post_list .post_list_wrap + .post_list_wrap {
  border-bottom: 1px solid #eee;
  border-top: 0;
}

.post_list .post_list_wrap li {
  display: inline-block;
}

.post_list_wrap .post_thumbnail img {
  width: 90px;
}

.post_list_wrap .date {
  font-size: 0.7em;
}

.post_list_wrap .title {
  font-size: 14px;
  max-height: 85px;
  overflow: hidden;
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .post_list_wrap {
    width: calc((100% / 2) - 20px);
  }

  .post_list_wrap figure,
  .post_list_wrap img {
    width: 100%;
  }

  .post_list_wrap .title {
    max-height: 60px;
  }
}

.post-box-thumbnail__wrap:before {
  content: "";
  display: block;
  height: 0;
}

p.no-related {
  padding: 1em 0;
}
.post_list_wrap .article-date {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 0.5rem;
  color: #888;
}

/*----------------------------------------------------
  SNSシェア
----------------------------------------------------*/
.fa-hatena:before {
  font-family: Verdana;
  font-weight: bold;
  content: "B!";
}

.share {
  margin-top: 40px;
  margin-bottom: 40px;
}

.share ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share ul:after {
  display: block;
  clear: both;
  content: "";
}

.share li {
  width: 19%;
  margin: 0;
  margin-top: 15px;
  margin-right: 5px;
}

.share li a {
  font-size: 14px;
  display: block;
  padding: 5px 10px;
  text-align: center;
  line-height: 2rem;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}

.share li a:visited {
  color: transparent;
}

.share li.tweet a {
  background-color: #fff;
  border: 1px solid #55acee;
  color: #55acee;
  transition: 0.5s;
}
.share li.tweet a:hover {
  background-color: #55acee;
  color: #fff;
}

.share li.facebook a {
  background-color: #fff;
  border: 1px solid #315096;
  color: #315096;
  transition: 0.5s;
}
.share li.facebook a:hover {
  background-color: #315096;
  color: #fff;
}

.share li.googleplus a {
  background-color: #fff;
  border: 1px solid #dd4b39;
  color: #dd4b39;
  transition: 0.5s;
}
.share li.googleplus a:hover {
  background-color: #dd4b39;
  color: #fff;
  transition: 0.5s;
}

.share li.hatena a {
  background-color: #fff;
  border: 1px solid #008fde;
  color: #008fde;
  transition: 0.5s;
}
.share li.hatena a:hover {
  background-color: #008fde;
  color: #fff;
}
.share li.line a {
  background-color: #fff;
  border: 1px solid #00b900;
  color: #00b900;
  transition: 0.5s;
}
.share li.line a:hover {
  background-color: #00b900;
  color: #fff;
}
.share li.pocket a {
  background-color: #fff;
  border: 1px solid #ef4156;
  color: #ef4156;
  transition: 0.5s;
}
.share li.pocket a:hover {
  background-color: #ef4156;
  color: #fff;
}

i.fab.fa-line,
i.fab.fa-get-pocket {
  margin-right: 5px;
}
@media (max-width: 599px) {
  .share li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
  }

  .share li i {
    font-size: 1.3em;
    padding-top: 3px;
  }

  .share li span {
    display: none;
  }

  i.fab.fa-line,
  i.fab.fa-get-pocket {
    margin-right: 0;
  }
}

.c-shareBtns__message {
  width: 100%;
  padding: 0.25em 0 0.75em;
  text-align: center;
}

.c-shareBtns__message .__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  line-height: 1.5;
}

.c-shareBtns__message .__text::after,
.c-shareBtns__message .__text::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 1px;
  height: 1.5em;
  background-color: currentColor;
  content: "";
}

.c-shareBtns__message .__text::before {
  left: 0;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.c-shareBtns__message .__text::after {
  right: 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

/*----------------------------------------------------
  サーチ
----------------------------------------------------*/
.searchform {
  position: relative;
}

.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 3px;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;
}

.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 8%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}

.searchsubmit:hover {
  opacity: 0.6;
}

.side_sticky {
  position: sticky;
  top: 110px;
}

/*----------------------------------------------------
  お問合せ
----------------------------------------------------*/
.form-horizontal label {
  display: flex !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700 !important;
}
.control-label span,
.common-normal-text span {
  border: 1px solid #b22222;
  background: #b22222;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  margin-left: 5px;
  padding: 2px 5px;
}
.mw_wp_form_confirm .control-label span,
.mw_wp_form_confirm .common-normal-text span {
  display: none;
}

.mw_wp_form_confirm .privacy_box {
  display: none;
}

.mw_wp_form_confirm .col-sm-69 {
  font-size: 16px;
  padding-top: 11px;
}
/*----------------------------------------------------
  オリジナル ウィジェット
----------------------------------------------------*/
li#imgnewpostwidget-3 {
  list-style: none;
}
