@charset "UTF-8";
/*
Theme Name: UENET
Description: UENET
Author: ニシキコネクト
Version: 0.0.1
Text Domain: nishiki_connect
Tested up to: 6.8
Requires PHP: 7.0
Update API Check: false
Tags: blog,one-column,two-columns,right-sidebar,theme-options
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Copyright: Copyright (c) ニシキコネクト
*/


/* ==========================================
 * ベース・全体レイアウト
 * ========================================== */

body {
  background: url("./lib/images/bg.png");
  color: #241913;
}
body.home {
  background: none;
}

a {
  text-decoration: none;
  color: #47b39d;
}
a:hover {
  text-decoration: underline;
}

table {
  width: 100% !important;
}
table td,
table th {
  word-break: break-all;
  text-align: left;
}


/* ==========================================
 * ラッパー・コンテンツ幅
 * ========================================== */

.wrap {
  width: 1080px;
  box-sizing: border-box;
  margin: 0 auto;
  zoom: 1;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

.one-column #content .wrap {
  width: 1000px;
}


/* ==========================================
 * メインカラム・サイドバー レイアウト
 * ========================================== */

#main {
  width: 100%;
  float: left;
}
.main-inner {
  margin-right: 358px;
  background: #fff;
}
#side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

/* left-content（デフォルトと同一のため定義省略可だが、明示的に残す場合） */
.left-content #main {
  width: 100%;
  float: left;
}
.left-content .main-inner {
  margin-right: 358px;
  margin-left: 0;
}
.left-content #side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

/* right-content */
.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  margin-left: 358px;
  margin-right: 0;
}
.right-content #side {
  width: 310px;
  float: left;
  margin-left: -100%;
}

/* one-column */
.one-column #content .wrap #main {
  width: 100%;
  float: none;
}
.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}
.archive.one-column #content .wrap #main .main-inner {
  padding: 25px;
}
.one-column #content .wrap #side {
  display: none;
}


/* ==========================================
 * Gutenberg ブロック（alignfull / alignwide）
 * ========================================== */

/* .post / .entry-content からはみ出せるようにする */
.main .post,
.post .entry-content {
  overflow: visible !important;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
}
.alignwide {
  margin-left: -5% !important;
  margin-right: -5% !important;
  width: 110% !important;
  max-width: 110% !important;
}

/* ブロック要素の border-box 統一 */
.wp-block-column,
.wp-block-columns,
.wp-block-group,
.wp-block-image {
  box-sizing: border-box !important;
  border-style: solid;
}
[style*="border-width"],
[style*="border-color"] {
  border-style: solid !important;
}


/* ==========================================
 * フォーム
 * ========================================== */

form input[type="submit"],
form button {
  background: #3b4552;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}


/* ==========================================
 * ヘッダー
 * ========================================== */

#header {
  background-color: #fff;
  padding: 0;
  overflow: visible;
}
#header a {
  color: #fff;
}
#header #logo {
  float: left;
  font-size: 24px;
  padding: 0;
  height: 92px;
  line-height: 92px;
}
#header #logo img {
  max-height: 76px;
  width: auto;
}

/* ヘッダー右エリア */
#header-right {
  height: 92px;
  float: right;
}
#header-fnav-area,
#header-gnav-area {
  float: right;
}
#header-fnav-area {
  width: 150px;
  position: relative;
}
#header-fnav-area #header-fnav-btn a {
  display: flex;
  justify-content: center;
  padding: 22px 12px;
  font-size: 28px;
  height: 92px;
  text-align: center;
  background: #57bca8;
}
#header-fnav-area #header-fnav-btn a:hover {
  text-decoration: none;
}
#header-fnav-area #header-fnav {
  z-index: 10;
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  right: 0;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
#header-fnav-area #header-fnav li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#header-fnav-area #header-fnav li:last-child {
  border-bottom: none !important;
}
#header-fnav-area #header-fnav li a {
  display: block;
  padding: 10px 15px;
  color: #3b4552;
  background: #fff;
}
#header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #3b4552;
  text-decoration: none;
}

/* トップページ：ヘッダーをメインビジュアルに重ねる */
.home #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
  border: none !important;
}
.admin-bar.home #header {
  top: 32px;
}


/* ==========================================
 * グローバルナビ
 * ========================================== */

#gnav {
  margin: 0 0 0 auto;
  float: right;
  text-align: right;
}
#gnav .sub-menu {
  z-index: 10;
}
#gnav ul {
  font-size: 6px;
}
#gnav ul li {
  font-size: 16px;
  display: inline-block;
  position: relative;
}
#gnav ul li a {
  display: block;
  padding: 32px 12px;
  line-height: 28px;
  color: #fff;
  background: #0a2f5b;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}
#gnav ul li:hover a,
#gnav ul li.current-menu-item a,
#gnav ul li a:hover {
  color: #fff;
  background: #08447f;
}
#gnav ul li a:hover .sub-menu {
  display: block;
}
#gnav ul li .sub-menu {
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
#gnav ul li .sub-menu li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#gnav ul li .sub-menu li:last-child {
  border-bottom: none;
}
#gnav ul li .sub-menu li a {
  color: #3b4552;
  background: #fff;
  padding: 10px 15px;
}
#gnav ul li .sub-menu li a:hover {
  background: #fafafa;
  color: #3b4552;
}
#gnav ul li .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
}

/* SP用ナビ（デスクトップでは非表示） */
#header-nav-btn,
#gnav-sp {
  display: none;
}


/* ==========================================
 * パンくずリスト
 * ========================================== */

.breadcrumb-area {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
}
.breadcrumb-area .wrap {
  padding: 5px 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 22px;
}
.breadcrumb li {
  margin-left: 24px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}


/* ==========================================
 * トップページ：メインビジュアル
 * ========================================== */

.top-full-image-wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  line-height: 0;
}
.top-full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home #content.front-page-content {
  padding-top: 0 !important;
}
.home .main-inner {
  padding-top: 50px;
}


/* ==========================================
 * コンテンツエリア
 * ========================================== */

#content {
  padding: 52px 0;
}
#content .wrap {
  overflow: visible;
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  margin-bottom: 12px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}


/* ==========================================
 * 記事（post / page）
 * ========================================== */

.cat-content,
article.post,
article.page {
  margin-bottom: 60px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
article.post {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.home article.page {
  border: none;
}
.single article.post {
	border:1px solid #e5e5e5;
}
.archive .main-inner {
	border:1px solid #e5e5e5;	
}
.archive article.post {
	border:none;
}
.archive .post-loop-wrap article {
	margin-bottom:30px;
}
.archive-item-content h3.post-title-simple {
	margin-bottom:15px !important;
	border-bottom:1px solid #333;
}
.archive .post-loop-wrap .more-link {
	padding:2px 10px;
	text-decoration: none;
}

/* 記事ヘッダー */
.post-header {
  padding: 56px 64px 46px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.single .post-header {
  padding: 30px 50px 10px;
}
.cat-content .post-header,
article.page .post-header {
  padding: 52px 0 42px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
}

.post-header .cat-name {
  margin-bottom: 20px;
}
.post-header .cat-name span {
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #47b39d;
  color: #47b39d;
  font-size: 13px;
}

/* 記事タイトル */
.post-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 36px;
}
body.page .post-title {
  margin-bottom: 0;
}
.post-content h2.post-title {
  font-weight: normal;
}
.post-title a {
  color: #3b4552;
}
.post-title a:hover {
  color: #ff6c00;
  text-decoration: none;
}

/* 記事メタ情報 */
.post-meta-area {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.post-meta-area ul {
  margin: 0;
}
.post-meta-area .post-meta .date {
  padding: 12px 40px;
}
.post-meta-area .post-meta .date .datetime {
  font-size: 1.1em;
}
.post-meta-area .post-meta-comment {
  display: flex;
  text-align: center;
  margin-left: auto;
  padding: 0;
}
.post-meta-area .post-meta-comment li {
  padding: 12px 24px;
  border-left: 1px solid #e5e5e5;
}
.comments .fa-comments {
  top: 2px;
}

/* single：公開日・更新日 */
.single .post-meta-area .post-meta .modified,
.single .post-meta-area .post-meta .published {
  display: inline-block;
  padding: 12px 16px;
  position: relative;
  font-size: 14px;
}
.single .post-meta-area .post-meta .published::before {
  content: "";
  mask: url(./lib/images/icon/clock.svg) no-repeat;
  mask-size: contain;
  width: 13px;
  height: 13px;
  background-color: #383838;
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 4px;
}
.single .post-meta-area .post-meta .modified::before {
  content: "";
  mask: url(./lib/images/icon/modified.svg) no-repeat;
  mask-size: contain;
  width: 12px;
  height: 12px;
  background-color: #383838;
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 4px;
}

/* サムネイル */
.post-thumbnail img {
  width: 100%;
  height: auto;
}


/* ==========================================
 * 記事本文（post-content）
 * ========================================== */

.post-content {
  padding: 35px 64px 10px;
}
.post-content hr {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  clear: both;
}

/* ブロック要素の下マージン */
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin-bottom: 2em;
}

/* リスト */
.post-content ul {
  list-style: disc;
  margin-left: 30px;
}
.post-content ol {
  list-style: decimal;
  margin-left: 30px;
}
.post-content ul > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0;
}
.post-content ul { margin-left: 5px; margin-bottom: 0; } /* table内 */

/* 定義リスト */
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
  margin-left: 30px;
}

/* コード */
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: "Courier", monospace;
}

/* 見出し 共通 */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: bold;
}
.post-content h1 {
  margin: 32px 0;
  font-size: 36px;
  font-weight: normal;
  clear: both;
}
.post-content h2 {
  margin: 80px 0 32px -74px;
  padding: 16px 16px 16px 56px;
  font-size: 28px;
  font-weight: normal;
  clear: both;
  border-left: 10px solid #131d2a;
  background: #0a4b8c;
  color: #fff;
}
.post-content h2:first-child {
  margin-top: 0;
}
.post-content h3 {
  position: relative;
  padding: 15px 0;
  font-size: 24px;
  border-bottom: solid 3px #c9c9c9;
}
.post-content h3:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -3px;
  border-bottom: solid 3px #093b6d;
  width: 20%;
}
.post-content h4 {
  margin: 30px 0 16px;
  padding: 0 0 0 8px;
  font-size: 20px;
  font-weight: normal;
  border-left: 5px solid #093b6d;
  clear: both;
}
.post-content h5 {
  margin: 30px 0 16px;
  font-size: 16px;
  color: #093b6d;
  clear: both;
}
.post-content h6 {
  margin: 30px 0 16px;
  font-size: 16px;
  clear: both;
}

/* 引用 */
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}

/* テーブル */
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background: #919598;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #241913;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n + 1) {
  background: #ddd;
}

/* 画像寄せ */
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* ページネーション（記事内） */
.post-content .pagination {
  margin: 0;
}
.post-content .pagination > span {
  background: #999999;
  color: #ffffff;
}


/* ==========================================
 * 記事フッター（post-footer / post-cta / post-author）
 * ========================================== */

.post-footer {
  padding: 20px 64px;
  border-radius: 0;
  overflow: hidden;
  clear: both;
}
.post-footer ul {
  overflow: hidden;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 30px 0;
}
.post-footer .bzb-sns-btn li {
  vertical-align: top;
}
.post-footer .bzb-sns-btn li .fb_iframe_widget span {
  vertical-align: top !important;
}
.post-footer-list {
  padding: 20px 0;
}

/* CTA */
.post-cta {
  background: #131d2a;
  color: #fff;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 30px 45px;
  font-size: 36px;
  margin-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 20px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 10px 0;
}
.post-cta .post-cta-btn a {
  display: block;
  width: 60%;
  margin: 0 auto 20px;
  padding: 20px;
  background: #f86222;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}
.post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  display: block;
  width: 100%;
  padding: 14px 0;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background: #3b4552;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}
.post-cta .btn:hover {
  background: #ff6c00;
  text-decoration: none;
}

/* 著者 */
.post-author {
  margin-bottom: 40px;
  padding: 40px 45px;
  border: 1px solid #e5e5e5;
  color: #241913;
  background: #fff;
}
.post-author a {
  color: #3b4552;
}
.post-author .post-author-img {
  float: left;
  height: 100%;
}
.post-author .post-author-img img {
  width: 100px;
  height: auto;
  border: 1px solid #e5e5e5;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author .row {
  margin-right: -10px;
  margin-left: -10px;
}
.post-author .row .gr1,
.post-author .row .gr2,
.post-author .row .gr3,
.post-author .row .gr4,
.post-author .row .gr5,
.post-author .row .gr6,
.post-author .row .gr7,
.post-author .row .gr8,
.post-author .row .gr9,
.post-author .row .gr10,
.post-author .row .gr11,
.post-author .row .gr12 {
  padding-left: 10px;
  padding-right: 10px;
}
.post-author .post-author-meta {
  color: #241913;
  margin-left: 120px;
}
.post-author .post-author-meta h2 {
  margin: 0 40px 10px 0;
}
.post-author .post-author-meta p {
  margin: 0 40px 20px 0;
}

/* 記事ヘッダー内メタ（SNSボタン＋カテゴリー） */
.post-header-meta {
  overflow: hidden;
  margin-bottom: 26px;
}
.post-header-meta .bzb-sns-btn {
  float: left;
  width: 400px;
  padding: 20px 0 10px;
  overflow: hidden;
}
.post-header-meta .post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}


/* ==========================================
 * 記事一覧（ループ）
 * ========================================== */

.cat-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 60px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-title {
  margin-bottom: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 100%;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .more-link {
  border: 1px #3b4552 solid;
  padding: 8px 20px;
  margin-bottom: 64px;
  color: #3b4552;
}
.post-loop-wrap .more-link:hover {
  background: #3b4552;
  color: #fff;
  text-decoration: none;
}
.post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
  padding: 0;
  overflow: hidden;
}
.post-loop-wrap .post-footer a.morelink {
  display: block;
  background: #3b4552;
  color: #fff;
  text-align: center;
  padding: 12px;
}

/* Xeory標準スタイルのリセット */
.post-loop-wrap article.archive-item-simple {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}


/* ==========================================
 * クエリループブロック（wp-block-query）
 * ========================================== */

.wp-block-query ul.wp-block-post-template {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wp-block-query ul.wp-block-post-template li.wp-block-post {
  border-bottom: 1px solid #eee;
  padding: 0.8rem 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-query .wp-block-post-date {
  font-size: 0.85rem !important;
  color: #888 !important;
  margin-bottom: 5px !important;
}
.wp-block-query .wp-block-post-title {
  margin: 0 !important;
  line-height: 1.4 !important;
}
.wp-block-query .wp-block-post-title a {
  display: inline-block !important;
  padding-bottom: 2px;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #333 !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.wp-block-query .wp-block-post-title a:hover {
  color: #005177 !important;
  border-bottom-color: #005177 !important;
  opacity: 0.8;
}
.wp-block-query .wp-block-columns {
  margin-bottom: 0 !important;
}


/* ==========================================
 * アーカイブページ（シンプルリスト）
 * ========================================== */

.archive-item-simple {
  border-bottom: 1px solid #eee;
  padding: 1.0rem 0 !important;
  margin-bottom: 0 !important;
}
.post-date-simple {
  font-size: 0.85rem !important;
  color: #888 !important;
  margin-bottom: 5px !important;
}
.post-title-simple {
  margin: 0 !important;
  line-height: 1.4 !important;
}
.post-title-simple a {
  display: inline-block !important;
  padding-bottom: 2px;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #333 !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.post-title-simple a:hover {
  color: #005177 !important;
  border-bottom-color: #005177 !important;
  opacity: 0.8;
}

/* アーカイブアイテムの全体コンテナ */
.archive-item-custom {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee; /* アイテム間の区切り線 */
    gap: 20px; /* 画像とテキストの間隔 */
}

/* 左側：アイキャッチ画像固定設定 */
.archive-item-thumb {
    flex: 0 0 140px; /* 幅を140pxから動かさない */
}

.archive-item-thumb img {
    width: 140px;
    height: 140px;
    object-fit: cover; /* 画像の比率を保ちつつ枠いっぱいに表示 */
    border-radius: 4px; /* 必要であれば角丸に */
}

/* 右側：テキストエリア */
.archive-item-content {
    flex: 1; /* 残りの幅をすべて使う */
    display: flex;
    flex-direction: column;
}

/* 日付 */
.archive-item-content .post-date-simple {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 5px;
}

/* タイトル */
.archive-item-content .post-title-simple {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: 2px solid #333; /* 指定の下線 */
}

.archive-item-content .post-title-simple a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/* 抜粋 */
.post-excerpt-custom {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

/* 続きはこちら */
.more-link {
    margin-left: 10px;
    color: #0066cc;
    text-decoration: underline;
    font-size: 0.9rem;
}

/* スマホ表示（幅が狭い時）の調整 */
@media (max-width: 500px) {
    .archive-item-custom {
        flex-direction: column; /* 縦並びに変更 */
    }
    .archive-item-thumb, .archive-item-thumb img {
        width: 100%;
        height: auto;
    }
}

/* ==========================================
 * ページネーション
 * ========================================== */

.pagination {
  clear: both;
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
.pagination a {
  background: #fff;
}
.pagination a,
.pagination > span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  width: auto;
  color: #241913;
  text-decoration: none;
}
.pagination a:hover,
.pagination .current {
  background: #999999;
  color: #fff;
}


/* ==========================================
 * コメント
 * ========================================== */

.comment-list > .comment {
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}
.comment-list > .comment > .comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}
.comment-list .children {
  margin-left: 45px;
}
.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
}
.comment-author {
  float: left;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
}
.comment-author img {
  vertical-align: top;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}
.comment-meta:after {
  content: " ";
  display: block;
  clear: both;
}
.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-top: 0;
  margin-bottom: 30px;
}
.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.reply a:before {
  content: "";
  position: absolute;
  mask: url(./lib/images/icon/reply.svg) no-repeat;
  mask-size: contain;
  background-color: #383838;
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: -11px;
  margin: auto;
}
.reply a:hover {
  text-decoration: none;
}

/* コメントフォーム */
.comment-form-comment {
  width: 100%;
  margin-bottom: 0;
}
.comment-form-comment label {
  display: none;
}
.form-allowed-tags {
  display: none;
  font-size: 12px;
  margin-bottom: 20px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  font-size: 12px;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.comment-form-author,
.comment-form-email {
  width: 50%;
  margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  margin: 0 0 10px;
}
.comment-form-cookies-consent {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}
.comment-form-comment textarea {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.form-submit #submit {
  width: 240px;
  margin-top: 2em;
  line-height: 24px;
  border: none;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #241913;
  font-size: 14px;
}


/* ==========================================
 * SNS ボタン
 * ========================================== */

.bzb-sns-btn {
  display: table-cell;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 4px;
}
.bzb-sns-btn li.bzb-facebook { width: 110px; }
.bzb-sns-btn li.bzb-twitter  { width: 75px; }
.bzb-sns-btn li.bzb-pocket   { width: 86px; }
.fb_iframe_widget span {
  vertical-align: top !important;
}
.bzb-line a img {
  vertical-align: top !important;
}


/* ==========================================
 * サイドバー
 * ========================================== */

.side-widget-area {
  padding: 0;
}
.side-widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1.6;
  font-size: 14px;
}
.side-widget .side-title {
  margin: 0 0 13px;
  padding: 8px;
  font-size: 16px;
  background: #ebebeb;
  border: 1px solid #e4e4e4;
}
.side-widget a {
  display: block;
  color: #08447f;
  text-decoration: underline;
}
.side-widget a:hover {
  color: #08447f;
  text-decoration: none;
}
.side-widget ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}
.side-widget .post-share-fb .pas {
  display: none;
}

.widget_categories a {
  display: inline-block;
}
.widget_views a {
  display: inline;
}

/* 検索ウィジェット */
.widget_search {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
  border-radius: 2px;
}
.widget_search form div {
  position: relative;
  padding-right: 40px;
}
.widget_search label {
  display: none;
}
.widget_search input[type="text"] {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 13px;
  line-height: 18px;
  font-size: 14px;
  border: none;
}
.widget_search button {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding: 8px 5px;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  background: transparent;
  font-size: 14px;
  color: #5e6265;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}
.widget_search button:hover {
  cursor: pointer;
}

/* 検索フォーム */
#searchform form input[type="text"],
#searchform form input[type="email"],
#searchform form input[type="url"],
#searchform form input[type="tel"],
#searchform form input[type="number"],
#searchform form input[type="date"],
#searchform form textarea {
  border-radius: 3px;
  padding: 12px;
  max-width: 100%;
  font-size: 16px;
}
#searchform form textarea {
  width: 80%;
}
#searchform form input[type="submit"] {
  padding: 12px 20px;
}

/* カレンダーウィジェット */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}
.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}
.widget_calendar a {
  color: #666;
}
.widget_calendar li {
  margin-bottom: 1em;
}
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
  white-space: nowrap;
}
.widget_calendar tbody a {
  display: block;
}
.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* サイドバー SNSシェアリスト */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  padding: 20px;
  background: #fff;
}
#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
  display: table-cell;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}

/* サイドバー著者 */
#side-author {
  overflow: hidden;
  font-size: 12px;
}
#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#side-author .side-author-img {
  float: left;
  width: 100px;
}
#side-author .side-author-meta {
  float: right;
  width: 180px;
}


/* ==========================================
 * フッター
 * ========================================== */

/* Facebook Like Box 幅100%対応 */
.post-share-fb.side-widget {
  text-align: center;
}
div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span,
#footer .fbcomments,
#footer .fb_iframe_widget,
#footer .fb_iframe_widget[style],
#footer .fb_iframe_widget iframe[style],
#footer .fbcomments iframe[style] *,
#footer .fb_iframe_widget span {
  max-width: 100% !important;
}

#footer {
  width: 100%;
  text-align: center;
  color: #fff;
}
#footer .fb-like-box,
#footer .fb-like-box > span,
#footer iframe {
  width: 100% !important;
  box-sizing: border-box;
}
#footer .footer-logo {
  font-size: 24px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #ccc;
}
#footer .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}
#footer .row {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .row .gr1,
#footer .row .gr2,
#footer .row .gr3,
#footer .row .gr4,
#footer .row .gr5,
#footer .row .gr6,
#footer .row .gr7,
#footer .row .gr8,
#footer .row .gr9,
#footer .row .gr10,
#footer .row .gr11,
#footer .row .gr12 {
  padding-left: 15px;
  padding-right: 15px;
}

#footer-brand-area {
  padding-bottom: 32px;
}
#footer-content-area {
  font-size: 14px;
}
#footer-content-area h4 {
  font-size: 16px;
}
#footer-content-area i.fa {
  margin-right: 26px;
}
#footer-content-area #footer-cont-about li,
#footer-content-area #footer-cont-content li {
  position: relative;
}
#footer-content-area #footer-cont-about li:before,
#footer-content-area #footer-cont-content li:before {
  content: "";
  mask: url(./lib/images/icon/angle-right.svg) no-repeat;
  mask-size: contain;
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#footer-content-area #footer-cont-about li a,
#footer-content-area #footer-cont-content li a {
  display: inline-block;
  padding: 8px 12px 8px 14px;
}
#footer-content-area #footer-cont-about li a:hover,
#footer-content-area #footer-cont-content li a:hover {
  text-decoration: none;
}
#footer-content-area #footer-cont-sns a {
  display: flex;
  padding: 8px 12px 8px 0;
}
#footer-content-area #footer-cont-sns a:hover {
  text-decoration: none;
}

/* フッターロゴ・情報エリア */
.footer-main-area {
  padding: 60px 0;
  background-color: #f8f8f8;
}
.footer-logo img {
  display: block;
  max-width: 200px;
  height: auto;
  margin: 0 auto 20px;
}
.footer-logo a {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.footer-info {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

/* コピーライトエリア */
.footer-copy-area {
  padding: 20px 0;
  background-color: #333;
}
.footer-copy-area .copyright {
  margin: 0;
  color: #fff;
  font-size: 0.8rem;
}

/* フッター01（背景画像あり） */
.footer-01 {
  padding: 58px 0 30px;
  background: url("images/bg_footer.webp");
  color: #fff !important;
}
.footer-01 .footer-address {
  text-align: center;
}

/* フッター02 */
.footer-02 {
  background: #031731;
}
.footer-02 .footer-copy {
  text-align: center;
  font-size: 16px;
}


/* ==========================================
 * ページトップボタン
 * ========================================== */

.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
}
.pagetop span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #2b2b2b;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  opacity: 0.8;
}


/* ==========================================
 * テーブルスクロール
 * ========================================== */

.table-wrap {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 48px;
}
.table-grad {
  position: relative;
  white-space: nowrap;
}
.table-grad:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255,255,255,0) 80%, white 100%);
}


/* ==========================================
 * その他
 * ========================================== */

.under_post_area {
  padding: 40px;
}
span.count {
  display: block;
  margin-left: 16px;
}
#fnav-h-ul .sub-menu li a {
  text-indent: 1em;
}
#fnav-h-ul .sub-menu {
  border-top: 1px #e5e5e5 solid;
}
.color03 #header-fnav-area #header-fnav li:last-child {
  border-bottom: 0;
}

#gnav-sp #header-cont-content h2,
#gnav-sp #header-cont-about h2,
#gnav-sp #header-cont-sns h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 0;
}


/* ==========================================
 * レスポンシブ：1200px以下（laptop）
 * ========================================== */

@media screen and (max-width: 1200px) {
  .wrap,
  .one-column #content .wrap {
    width: auto;
    margin-left: 36px;
    margin-right: 36px;
  }
  .main-inner {
    margin-right: 346px;
    box-sizing: border-box;
  }
  .post-header,
  .post-author {
    padding: 36px;
  }
  .post-content,
  .post-footer {
    padding-left: 36px;
    padding-right: 36px;
  }
  .post-content h2 {
    margin: 80px 0 32px -46px;
    padding: 16px 16px 16px 36px;
  }
}


/* ==========================================
 * レスポンシブ：991px以下（tablet）
 * ========================================== */

@media screen and (max-width: 991px) {
  /* ラッパー */
  .wrap,
  .one-column #content .wrap {
    width: auto;
    margin: 0 24px;
  }

  /* カラムレイアウト解除 */
  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .left-content #main,
  .right-content #main {
    float: none;
  }
  .left-content .main-inner,
  .right-content .main-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .left-content #side,
  .right-content #side {
    float: none;
    width: 100%;
    margin: 0;
  }
  #side {
    padding-top: 42px;
  }

  /* ヘッダー */
  #header {
    padding: 0;
  }
  #header .wrap {
    width: auto;
    margin: 0 24px;
  }
  #header-fnav-area {
    display: none;
  }
  #header-nav-btn {
    display: block;
    width: 116px;
    float: right;
    line-height: 92px;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    font-size: 50px;
    background: #0a2f5b;
  }

  /* グローバルナビ */
  #gnav {
    display: none;
  }
  .dummy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
  }
  #gnav-sp {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 94%;
	margin:0 3%;
    z-index: 100;
    background: #0a2f5b;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック",
      YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }
  #gnav-sp .wrap {
    width: 94%;
    margin: 0 3%;
    padding: 36px 0;
  }
  #gnav-sp .wrap a {
    color: #fff;
  }
  #gnav-sp #header-cont-content h4,
  #gnav-sp #header-cont-about h4,
  #gnav-sp #header-cont-sns h4 {
    font-weight: bold;
    margin: 16px 0 0;
  }
  #gnav-sp #header-cont-content li,
  #gnav-sp #header-cont-about li,
  #gnav-sp #header-cont-sns li {
    font-size: 14px;
  }
  #gnav-sp #header-cont-content li a,
  #gnav-sp #header-cont-about li a,
  #gnav-sp #header-cont-sns li a {
    padding: 10px 12px;
  }
  #gnav-sp #header-cont-content li a {
    display: block;
    position: relative;
  }
  #gnav-sp #header-cont-content li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    mask: url(./lib/images/icon/angle-right.svg) no-repeat;
    mask-size: contain;
    background: #fff;
    width: 10px;
    height: 11px;
  }
  #gnav-sp #header-cont-content .children {
    display: none;
  }
  #gnav-sp #header-cont-content li .sub-menu {
    margin-bottom: 0;
  }
  #gnav-sp #header-cont-about li .sub-menu li a::before,
  #gnav-sp #header-cont-content li .sub-menu li a::before {
    display: none;
  }
  #gnav-sp #header-cont-about li a,
  #gnav-sp #header-cont-content li a {
    text-decoration: none !important;
  }
  #gnav-sp #header-cont-about li.menu-item-has-children > a,
  #gnav-sp #header-cont-content li.menu-item-has-children > a {
    display: inline-block;
    width: 92%;
  }
  #gnav-sp #header-cont-about li.menu-item-has-children span.dropdown-toggle,
  #gnav-sp #header-cont-content li.menu-item-has-children span.dropdown-toggle {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 5%;
    height: 20px;
    margin-right: 2%;
    mask-image: url(./lib/images/icon/angle-down.svg);
    mask-repeat: no-repeat;
    mask-size: 10px auto;
    mask-position: center center;
    background-color: #fff;
  }
  #gnav-sp #header-cont-about li.nav-open span.dropdown-toggle,
  #gnav-sp #header-cont-content li.nav-open span.dropdown-toggle {
    mask-image: url(./lib/images/icon/angle-up.svg);
  }
  #gnav-sp #header-cont-about li .sub-menu li span.dropdown-toggle,
  #gnav-sp #header-cont-content li .sub-menu li span.dropdown-toggle {
    display: none !important;
  }
  #gnav-sp #footer-nav li a {
    display: block;
    position: relative;
    padding: 8px 12px;
  }
  #gnav-sp #footer-nav li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    mask: url(./lib/images/icon/angle-right.svg) no-repeat;
    mask-size: contain;
    background: #fff;
    width: 10px;
    height: 11px;
  }
  #gnav-sp #footer-nav .children {
    display: none;
  }
  #gnav-sp #header-cont-sns li a {
    display: block;
    padding: 8px 12px 8px 0;
  }

  /* 記事 */
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 56px 44px;
  }
  article.page .post-content {
    padding: 40px;
  }
  .post-header {
    padding: 56px 44px 0;
  }
  .post-content {
    padding: 40px;
  }
  .post-content h2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px !important;
    font-size: 20px !important;
    border-left: 8px solid #131d2a !important;
  }
  .post-meta-area {
    background: #fff;
    color: #241913;
  }
  .post-meta-area .post-meta {
    text-align: left;
  }
  .post-meta-area .post-meta .date {
    background: transparent;
    text-align: left;
  }
  .post-meta-area .bzb-sns-btn {
    height: auto;
  }
  .post-meta-area .bzb-sns-btn .sharrre {
    float: left !important;
    width: 20%;
    margin: 0 5px 0 0;
    overflow: hidden;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a,
  .post-meta-area .bzb-sns-btn .sharrre.facebook a,
  .post-meta-area .bzb-sns-btn .sharrre.hatena a {
    display: block;
    padding: 4px 24px;
    background: transparent;
    color: #241913;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a .share,
  .post-meta-area .bzb-sns-btn .sharrre.facebook a .share,
  .post-meta-area .bzb-sns-btn .sharrre.hatena a .share {
    display: none;
    float: left;
    text-align: center;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a:hover,
  .post-meta-area .bzb-sns-btn .sharrre.facebook a:hover,
  .post-meta-area .bzb-sns-btn .sharrre.hatena a:hover {
    background: transparent;
  }
  .post-meta-area .bzb-sns-btn .s_buttons {
    font-size: 14px;
    padding-top: 20px;
  }
  .post-meta-area .loop-comment-icon {
    float: right;
    padding: 4px 12px;
    background: transparent !important;
    text-align: center;
  }

  #footer-facebook {
    display: none;
  }
  #footer-list-area {
    width: 100%;
  }
}

/* ==========================================
 * レスポンシブ：767px以下（phone）
 * ========================================== */

@media screen and (max-width: 767px) {
  /* ラッパー */
  .wrap,
  .one-column #content .wrap {
    margin-left: 12px;
    margin-right: 12px;
    overflow: hidden;
  }
  .one-column #content .wrap {
    width: 94%;
    margin: 0 3%;
  }
  article.page .post-content {
	padding:10px 20px;
  }

  /* カラム */
  #main,
  #side,
  .left-content #main,
  .left-content #side,
  .right-content #main,
  .right-content #side,
  .one-column #content .wrap #main,
  .one-column #content .wrap #side {
    float: none;
    width: 100%;
  }

  /* ヘッダー */
  #header {
    padding: 0;
  }
  #header .wrap {
    padding: 0;
    margin: 0 11px;
  }
  #header #logo {
    float: none;
    width: 100%;
    height: 78px;
    line-height: 78px;
    text-align: center;
  }
  #header #logo img {
    max-height: 62px;
  }
  #header #header-right {
    height: auto;
  }
  #header #header-primary-nav {
    display: none;
  }
  #header-nav-btn {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    line-height: 92px;
  }
  #header-nav-btn a {
    display: block;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    background: #0a2f5b;
  }
  #header-nav-btn a:hover {
    text-decoration: none;
  }

  /* SP ナビ */
  #gnav-sp {
    display: none;
    top: 112px;
  }
  #gnav-sp ul {
    margin-bottom: 20px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: 0;
  }
  #gnav-sp #header-cont-content li {
    float: left;
    width: 100%;
    margin-left: 0;
  }

  /* 記事 */
  .post-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 20px;
  }
  .post-content,
  .post-footer {
    padding: 20px;
  }
  .post-content h2 {
    margin-left: -20px !important;
  }
  .post-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
  }
  .post-author {
    padding: 20px;
  }
  .post-author .post-author-img {
    float: none;
    text-align: center;
  }
  .post-author .post-author-meta {
    padding-top: 12px;
    margin-left: 0;
  }
  .post-author .post-author-meta h2 {
    margin: 0 0 4px;
  }
  .post-author .post-author-meta p {
    margin-right: 0;
    font-size: 15px;
  }
  .post-meta-area .post-meta,
  .post-meta-area .post-meta-comment {
    padding: 0;
  }
  .post-meta-area .post-meta .date {
    padding: 8px 20px;
  }
  .post-meta-area .post-meta-comment .author {
    text-align: left;
  }
  .post-cta .cta-post-title {
    padding: 12px 20px;
    font-size: 18px;
  }
  .post-cta .post-cta-inner {
    padding: 0;
  }
  .post-cta .post-cta-cont {
    padding: 12px 20px;
  }
  .post-cta .post-cta-cont .post-cta-img {
    float: none;
    width: 100%;
    margin: 0 0 12px;
    text-align: center;
  }
  .post-cta .post-cta-btn a {
    width: 100%;
  }
  .comment-form-author,
  .comment-form-email {
    width: 100%;
  }
  .comment-form-author input,
  .comment-form-email input {
    width: 100%;
  }
  .comment-list .children {
    margin-left: 0;
  }

  /* その他 */
  .under_post_area {
    padding: 40px 20px;
  }
  table img {
    max-width: initial;
  }

  /* フッターSPメニュー */
  #footer-list-area ul li ul.sub-menu li a {
    text-indent: 1em;
  }
  #footer-list-area ul li ul.sub-menu li::before {
    display: none !important;
  }
  #footer-content-area #footer-cont-about li:before,
  #footer-content-area #footer-cont-content li:before {
    top: 14px;
    bottom: unset;
  }
  #footer-list-area ul li.menu-item-has-children a,
  #footer-content-area ul li.menu-item-has-children .dropdown-toggle a {
    display: inline-block;
    width: 93%;
  }
  #footer-list-area ul li.menu-item-has-children .dropdown-toggle,
  #footer-content-area ul li.menu-item-has-children .dropdown-toggle {
    display: inline-block;
    width: 5%;
    height: 20px;
    margin-right: 2%;
    mask-image: url(./lib/images/icon/angle-down.svg);
    mask-repeat: no-repeat;
    mask-size: 10px auto;
    mask-position: center center;
    background-color: #fff;
  }
  #footer-list-area ul li.nav-open span.dropdown-toggle,
  #footer-content-area ul li.nav-open span.dropdown-toggle {
    mask-image: url(./lib/images/icon/angle-up.svg);
  }
  #footer-list-area ul li.menu-item-has-children ul li .dropdown-toggle,
  #footer-content-area ul li.menu-item-has-children ul li .dropdown-toggle {
    display: none;
  }

  /* フッター */
  .footer-01 .footer-address {
    margin-top: 24px;
  }
  .footer-brand-area .footer-info p {
	font-size:14px !important;
  }

  /* ページトップ */
  .pagetop {
    bottom: 8px;
    right: 8px;
  }
  .pagetop span {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
}


/* ==========================================
 * レスポンシブ：782px以下（admin-bar）
 * ========================================== */

@media screen and (max-width: 782px) {
  .admin-bar.home #header {
    top: 46px;
  }
}


/* ==========================================
 * レスポンシブ：550px以下
 * ========================================== */
/*
@media screen and (max-width: 550px) {
  .post-meta-area .post-meta {
    border-bottom: 1px solid #e5e5e5;
  }
}
*/