@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: insokuji-20260618
Description: template
---------------------------------------------------------*/

/* reset css */
body,article,aside,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,legend,main,section,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary{display: block;}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #222;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
	color: #c3a036;
	text-decoration: none;
}
a:visited {
	color: #c3a036;
}
a:focus {
	outline: none;
}
a:active,
a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
b,strong {
  color: #c00;
  font-weight: 500;
}
img, video, object {
	border: none;
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
img.size-full,
img.size-large {
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.youtube-container {
  margin: 0 0 20px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
::-moz-selection {
  background: #ffef86;
  color: #333;
}
::selection {
  background: #ffef86;
  color: #333;
}
#wrapper {
	position: relative;
}


/*----------------------------------------------------------------
 contents frame
-----------------------------------------------------------------*/
.header-inner,
.fixed-menu-inner,
.top-content,
.page-container,
.breadcrumbs ol,
.footer-inner {
  margin: 0 auto;
  max-width: 1125px;
}
.header {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -68px;
  width: 100%;
  z-index: 100;
}
.header-sp-top {
  top: 0;
}
.breadcrumbs {
  margin: 68px 0 0;
  width: 100%;
  z-index: 50;
}
.top-container {
  overflow: hidden;
  width: 100%;
}
.page-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 30px;
}
.main-content {
  padding: 0;
  margin: 0;
  width: calc(100% - 300px);
}
.main-content-single {
  padding: 10px;
  margin: 0;
  width: calc(100% - 300px);
}
.main-content-onecolumn {
  margin: 0;
  width: 100%;
}
.main-frame {
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0 0 15px;
}
.sidebar {
  border-radius: 3px;
  margin: 10px 0 0;
  position: relative;
  width: 300px;
}
.footer {
  background: #fff;
  border-top: 1px solid #eee;
  clear: both;
  padding-top: 50px;
  position: relative;
  width: 100%;
}
.footer-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  position: relative;
  z-index: 10;
}
.footer-nav-box {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
/* 余白の設定 */
.entry-header  {
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
.entry-frame {
  background-color: #fff;
  padding: 10px 10px 20px;
}
.entry-content {
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1080px) {
  .footer-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-container {
    display: block;
  }
  .main-content,
  .main-content-single,
  .main-content-onecolumn {
    background-color: #fff;
    margin: 0;
    padding: 1px 0 0;
    width: 100%;  
  }
  .sidebar {
    float: none;
    margin: 10px 0 0;
    width: 100%;  
  }
  .footer {
    margin-top: 0;
  }
  .footer-info {
    margin-bottom: 50px;
  }
  .footer-info,
  .footer-nav {
    width: 100%;  
  }
}
@media screen and (max-width: 767px) {
  .main-content,
  .main-content-single,
  .main-content-onecolumn {
    padding: 20px 0;
  }
  .main-frame {
    margin-bottom: 0;
  }
  .entry-header  {
    border-top: 1px solid #fff;
  }
  .entry-frame {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .entry-header  {
    padding: 0 10px;
  }
  .entry-content {
    padding: 10px 10px 0;
  }
  .footer {
    padding: 20px 0 0;
  }
}

/*----------------------------------------------------------------
 header
-----------------------------------------------------------------*/
/* basic frame */
.header-inner {
  display: table;
  padding: 0 5px;
  position: relative;
  width: 100%;
}
.header-logo {
  display: table-cell;
  height: 58px;
  position: relative;
  padding: 5px;
  width: 240px;
  z-index: 10;
}
.header-logo a {
  color: #222;
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0;
}
.header-cat-nav {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}
.header .header-cat-nav {
  vertical-align: middle;
  width: 480px;
}
.fixed-menu .header-cat-nav {
}
.header-cat-nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
.header-cat-nav li {
  flex-flow: column wrap;
}
.header-cat-nav a {
  background-color: #222;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 5px;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.header-nav-txt {
  font-size: 16px;
  font-weight: 500;
}
/* ナビゲーションの固定 ------------------ */
.fixed-menu {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: -72px;
  transition: .5s;
  width: 100%;
  z-index: 20;
}
.fixed-menu.show {
  top: 0;
}
.fixed-menu-cat-nav {
  width: 100%;
}
.fixed-menu-cat-nav ul {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  text-align: center;
}
.fixed-menu-cat-nav a {
  background-color: #222;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 10px 5px;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.fixed-menu-txt {
  font-size: 18px;
  font-weight: 500;
}
.fixed-menu-en {
  display: block;
  font-size: 11px;
  margin: 5px 0 0;
}

/* メニューページ用のスタイル ------------------ */
.header-menu-btn {
  display: none;
}
.hide {
  display: none;
}
#menu-page-back-btn:hover,
#menu-page-btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
/* headerの構造 */
  .header-logo a {
    margin: 0 auto;
    text-align: center;
  }
  .header-cat-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-search-frame {
    margin: 5px auto;
    position: relative;
    top: 0;
    right: 0;
    width: 265px;
  }
  .fixed-menu-txt {
    font-size: 15px;
  }
  .fixed-menu-en {
    font-size: 10px;
    margin: 2px 0 0;
  }
}

/*----------------------------------------------------------------
 breadcrumbs
-----------------------------------------------------------------*/
.breadcrumbs ol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  padding: 20px 10px 15px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  color: #c3a036;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 10px 7px;
  margin: 0 15px 0 0;
  text-decoration: underline;
}
.breadcrumbs li:after {
  color: #ccc;
  content: "▶︎";
  margin-right: 15px;
  font-size: 12px;
}
.breadcrumbs li:last-child:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs ol {
    padding: 10px 10px 15px;
  }
}

/*----------------------------------------------------------------
 footer navigation
-----------------------------------------------------------------*/
.footer-logo {
  margin: 100px auto 20px;
}
.footer-logo a {
  color: #fff;
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
}
/* フッターナビゲーション */
.footer-nav {
  border-top: 2px solid #bbb;
  margin: 20px auto 0;
  max-width: 300px;
}
.footer-nav li {
  border-bottom: 2px solid #bbb;
  display: block;
  position: relative;
  z-index: 10;
}
.footer-nav li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  text-align: left;
}
.footer-nav li a:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 20px;
    top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

/* copy right */
.footer-copy {
  margin: 10px auto;
}
.copy {
  clear: both;
  color: #fff;
  font-size: 14px;
  position: relative;
  text-align: center;
  z-index: 10;
}
/* fixed btn */
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	font-size: 12px;
}
.page-top a {
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 13px 0;
  position: fixed;
  bottom: 5px;
  right: 5px;
  text-align: center;
  width: 44px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 374px) {
  .footer-logo {
    margin: 30px auto 0;
  }
  .footer-nav li a {
    padding: 10px 40px;
  }
}

/*----------------------------------------------------------------
 トップページ (index.php)
-----------------------------------------------------------------*/
/* トップページヘッダーと、全ページフッター ------------------------*/
.top-eyecatch-pc,
.top-second-page {
  margin: 68px 0 0;
}
.top-eyecatch-pc,
.footer-image-pc {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: calc(100Vh - 68px);
  position: relative;
  background-attachment: fixed;
  z-index: 2;
}
.top-eyecatch-sp,
.footer-image-sp {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100Vh;
  position: relative;
  background-attachment: fixed;
  z-index: 2;
}
.top-eyecatch-pc::before,
.top-eyecatch-sp::before {
  content: '';
  background-color: rgba(0,0,0,.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.footer-image-pc::before,
.footer-image-sp::before {
  content: ' ';
  background-color: rgba(0,0,0,.33);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-eyecatch-pc,
.footer-image-pc {
  background-image: url(./images/top-eyecatch-pc.jpg);
}
.top-eyecatch-sp,
.footer-image-sp {
  background-image: url(./images/top-eyecatch-sp.jpg);
}

/* トップページアイキャッチ付加要素 ------------------------*/
.top-eyecatch-catch {
  font-size: 28px;
  font-weight: 400;
}
.next-page a {
  background-color: rgba(255,255,255,.9);
  border-radius: 50%;
  color: rgba(0,0,0,.85);
  display: block;
  font-size: 42px;
  line-height: 1;
  padding: 8px 16px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  z-index: 20;
}
/* トップページのスマホ用メニュー ------------------------*/
.sp-menu {
  padding: 70px 0 0;
  position: relative;
  z-index: 100;
}
.sp-menu a {
  background-color: rgba(255,255,255,.95);
  border-radius: 30px;
  color: #222;
  display: block;
  font-weight: 900;
  font-size: 20px;
  margin: 15px auto;
  padding: 15px;
  text-align: center;
  width: 240px;
}

/* トップページコンテンツ ------------------------*/
.top-section {
  padding: 68px 0;
}
.top-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

/* トップページのテキストのニュース */
.news-box {
  margin: 10px auto;
  max-width: 1125px;
  width: 100%;
}
.news-box ul {
  border-top: 1px solid #ccc;
}
.news-box li {
  border-bottom: 1px solid #ccc;
  display: table;
  position: relative;
  width: 100%;
}
.news-box a {
  display: block;
  padding: 0 25px;
}
.news-box a:hover {
  background-color: #eee;
}
.news-date {
  color: #aaa;
  display: table-cell;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
  width: 80px;
}
.news-box h3 {
  color: #141414;
  display: table-cell;
  padding: 15px 10px 15px 20px;
}
.news-box li::before {
  border-top: 2px solid #c3a036;
  border-right: 2px solid #c3a036;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

/* トップページ・発行物紹介 ------------------------*/
.issue-feature {
  margin: 10px auto;
  max-width: 1125px;
  width: 100%;
}
.issue-feature-inner {
  align-items: center;
  display: flex;
  gap: 32px;
  padding: 0 10px;
}
.issue-feature-img {
  display: block;
  flex: 0 0 260px;
}
.issue-feature-img:hover {
  opacity: .75;
}
.issue-feature-img img {
  box-shadow: 0 3px 12px rgba(0,0,0,.16);
  height: auto;
  width: 100%;
}
.issue-feature-body {
  flex: 1;
}
.issue-feature-label {
  color: #c3a036;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 8px;
}
.issue-feature-title {
  color: #141414;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 12px;
}
.issue-feature-description {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 18px;
}
.issue-feature-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.issue-feature-button {
  border: 3px solid #c3a036;
  border-radius: 30px;
  color: #c3a036;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 20px;
}
.issue-feature-button-primary {
  background-color: #c3a036;
  color: #fff;
}
.issue-feature-button-primary:visited {
  color: #fff;
}
.issue-feature-button:hover {
  opacity: .75;
}

/* トップページのサムネなしの投稿一覧 ------------------------*/
.tsubuyaki-box {
  margin: 10px auto;
  max-width: 1125px;
  width: 100%;
}
.tsubuyaki-box ul {
  border-top: 1px solid #ccc;
}
.tsubuyaki-box li {
  border-bottom: 1px solid #ccc;
  display: table;
  position: relative;
  width: 100%;
}
.tsubuyaki-box a {
  display: block;
  padding: 0 25px;
}
.tsubuyaki-box a:hover {
  background-color: #eee;
}
.tsubuyaki-date {
  color: #aaa;
  display: table-cell;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
  width: 80px;
}
.tsubuyaki-title {
  color: #141414;
  display: table-cell;
  padding: 15px 10px 15px 20px;
}
.tsubuyaki-box li::before {
  border-top: 2px solid #c3a036;
  border-right: 2px solid #c3a036;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

/* トップページのテーブル */
.photo-box {
  display: flex;
}
.photo-left {
  padding: 0 10px;
  width: 50%;
}
.photo-left img {
  height: auto;
  width: 100%;
}
.prof-table {
  border-top: 1px solid #ccc;
}
.prof-table tr {
  border-bottom: 1px solid #ccc;
}
.prof-table th {
  color: #666;
  padding: 5px 15px;
  width: 90px;
}
.prof-table td {
  font-weight: 700;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .top-eyecatch-catch {
    font-size: 24px;
  }
  .top-eyecatch-title {
    font-size: 36px;
  }
  .top-eyecatch-sp,
  .footer-image-sp {
    background-attachment: inherit;
  }
  .next-page a {
    bottom: 10px;
  }
  .top-section {
    padding: 10px 0;
  }
  .top-title::before {
    margin: 0 10px 0 5px;
  }
  .news-box li {
    display: block;
    position: relative;
  }
  .news-box a {
    display: block;
    padding: 5px 15px;
  }
  .news-cat-box {
    display: inline-block;
  }
  .news-date {
    display: inline-block;
  }
  .news-box h3 {
    padding: 5px 15px 5px 0;
  }
  .issue-feature-inner {
    align-items: flex-start;
    display: block;
  }
  .issue-feature-img {
    margin: 0 auto 15px;
    max-width: 220px;
  }
  .issue-feature-title {
    font-size: 21px;
  }
  .issue-feature-description {
    font-size: 15px;
  }
  .issue-feature-buttons {
    display: block;
  }
  .issue-feature-button {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .photo-box {
    display: block;
    padding: 0 10px;
  }
  .photo-left {
    padding: 0 0 10px;
    width: 100%;
  }
}


/*----------------------------------------------------------------
 top page pagination
-----------------------------------------------------------------*/
.pagination {
	clear: both;
  margin: 0 auto 45px;
  max-width: 300px;
}
.pagination-btn {
  margin-bottom: 15px;
}
/* page count */
.pagination-count {
  color: #777;
	font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.pagination-count p {
	padding: 5px;
}
.pagination-count span {
  color: #c3a036;
}
/* page navigation */
.pagination-content ul {
  border-collapse: separate;
  border-spacing: 5px 0;
  display: table;
	font-size: 16px;
  font-weight: 500;
  line-height: 1;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.pagination-content li {
  display: table-cell;
	text-decoration: none;
  vertical-align: top;
}
.pagination-prev a:first-child {
	color: #c3a036;
  position: relative;
}
.pagination-prev a:first-child:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    left: 14px;
    top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.pagination-next a:last-child {
	color: #c3a036;
  position: relative;
}
.pagination-next a:last-child:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 14px;
    top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.pagination-content a {
  background-color: #c3a036;
  border-radius: 50%;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 36px;
}
.pagination-current {
	background-color: #ccc;
  border-radius: 50%;
	color: #fff;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 36px;
}

/* go to first page, last page */
.pagination-nav {
  border-collapse: separate;
  border-spacing: 5px 5px;
  display: table;
	font-size: 14px;
  margin-top: 10px;
  width: 100%;
}
.pagination-nav a {
	background-color: #c3a036;
  color: #fff;
  font-weight: 500;
	padding: 6px 9px 5px 9px;
}
.pagination-first {
  display: table-cell;
}
.pagination-last {
  display: table-cell;
  text-align: right;
}
.pagination-first a,
.pagination-last a {
  border-radius: 25px;
	padding: 10px;
}

/*----------------------------------------------------------------
 archive.php
-----------------------------------------------------------------*/
.archive-title {
  color: #c3a036;
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}
@media screen and (max-width: 374px) {
}


/*----------------------------------------------------------------
 basic setting (single.php, page.php, archive.php, search.php, taxonomy.php)
-----------------------------------------------------------------*/
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content p,
.entry-content li {
  letter-spacing: .08em;
}
.entry-header {
  width: 100%;
}
.entry-title {
  color: #222;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.2;
  margin: 20px 0;
}
.entry-header-meta {
  color: #777;
  display: table;
  font-size: 12px;
  margin: 5px 0 5px;
  width: 100%;
}
.entry-date-box {
  display: table-cell;
  line-height: 1.5;
  text-align: right;
}
.entry-date-published {
  margin-right: 10px;
}
.entry-date time {
  color: #333;
  font-weight: 500;
}
.entry-eyecatch {
  margin-bottom: 10px;
  overflow: hidden;
}
.entry-eyecatch img {
  display: block;
  width: 100%;
}

/* 見出し */
.entry-content h2 {
  background: #c3a036;
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4;
  margin: 45px 0 20px;
  padding: 12px 10px;
}
.entry-content h3 {
  background-color: #fff;
  border-bottom: 4px solid #c3a036;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin: 45px 0 20px;
  padding: 12px 0;
}
.entry-content h4 {
  border-left: 4px solid #c3a036;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 45px 0 15px;
  padding: 10px;
}

/* 文章とリンクと画像 */
.entry-content p {
  font-size: 18px;
  line-height: 1.9;
  margin: 0 0 24px;
}
.entry-content a {
  font-weight: 500;
  word-break: break-all;
  text-decoration: underline;
}
.entry-content p img {
  margin: 0 0 15px;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff7f 0%);
}
.entry-content figure {
  margin-bottom: 20px;
}
.entry-content figure img {
  display: block;
  margin: 0;
}

/* リスト */
.entry-content ul,
.entry-content ol {
  font-size: 16px;
  margin-bottom: 30px;
}
.entry-content ul {
  list-style: disc;
  margin-left: 30px;
}
.entry-content ol {
  list-style: decimal;
  margin-left: 30px;
}
.entry-content li {
  line-height: 1.2;
  margin-bottom: 10px;
}

/* 引用 */
.entry-content blockquote {
  background: linear-gradient(130deg, #eee, #f6f6f6);
  border-radius: 5px;
  box-sizing: border-box;
  color: #222;
  font-size: 16px;
  position: relative;
  padding: 30px 15px;
  margin: 10px 10px 30px;
}
.entry-content blockquote p:last-child,
.entry-content blockquote ul,
.entry-content blockquote ol,
.entry-content blockquote li:last-child {
  margin-bottom: 0;
}
.entry-content blockquote strong {
  color: #ff8;
}
.entry-content blockquote img {
  margin: 0;
  padding: 0;
}
.entry-content blockquote:before {
  color: rgba(255,255,255,0.95);
  content: "\f10d";
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 15px;
}
.entry-content blockquote:after {
  color: rgba(255,255,255,0.95);
  content: "\f10e";
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

/* テーブル */
.entry-content table {
  background-color: #fff;
  font-size: 16px;
  margin: 10px 0 30px;
  width: 100%;
}
.entry-content tr {
  border-bottom: 1px solid #cfd8dc;
}
.entry-content tr:first-child {
  border-top: 1px solid #cfd8dc;
}
.entry-content th {
  background-color: #f5f5f5;
  border-right: 1px solid #cfd8dc;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 10px 3px;
}
.entry-content th:first-child {
  border-left: 1px solid #cfd8dc;
}
.entry-content td {
  border-right: 1px solid #cfd8dc;
  font-size: 16px;
  padding: 3px 10px;
}
.entry-content td:first-child {
  border-left: 1px solid #cfd8dc;
}
.entry-content table a {
  display: inline-block;
  text-decoration: underline;
}
/* テーブル(横スクロール) */
.entry-table-scroll {
  display: flex;
  overflow: scroll;
}

/* 対談形式 */
.entry-talk-box {
  border-collapse: separate;
  border-spacing: 10px 2px;
  display: table;
  margin: 30px -10px 20px 0;
  table-layout: fixed;
  width: 100%;
}
.entry-talk-img {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}
.entry-talk-img img {
  border-radius: 50%;
  width: 84px;
}
.entry-talk-txt {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ddd;
  border-radius: 6px;
  display: table-cell;
  padding: 10px 0;
  position: relative;
}
.entry-talk-txt-left:after {
  content: '';
  position: absolute;
  border-right: 12px solid #f3f3f3;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -12px;
  top: 24px;
}
.entry-talk-txt-right:after {
  content: '';
  position: absolute;
  border-left: 12px solid #f3f3f3;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -12px;
  top: 24px;
}
.entry-talk-txt p {
  line-height: 1.4;
  margin: 0 5px 0 10px;
}
@media screen and (max-width: 979px) {
  .entry-content th {
    font-size: 14px;
  }
  .entry-content td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 28px;
    letter-spacing: .08em;
    line-height: 1.3;
  }
  .entry-eyecatch img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .entry-header-meta {
    display: block;
    margin: 5px 0;
  }
  .entry-date {
    display: inline-block;
  }
  .entry-title {
    margin: 0 0 10px;
  }
  .entry-content p {
	  font-size: 15.5px;
  }
  .entry-content th {
    font-size: 12px;
  }
  .entry-content td {
    font-size: 12px;
  }
}


/*----------------------------------------------------------------
 ボタン
-----------------------------------------------------------------*/
.issue-img {
  display: table-cell;
  height: auto;
  width: 180px;
}
.issue-img img {
  height: auto;
  width: 100%;
}
.issue-txt {
  display: table-cell;
  padding: 0 0 0 5px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .issue-img {
    width: 100px;
  }
}

/*----------------------------------------------------------------
 ボタン
-----------------------------------------------------------------*/
.main-btn a,
.pagination-btn a {
  background-color: #fff;
  border: 4px solid #c3a036;
  border-radius: 30px;
  color: #c3a036;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  max-width: 290px;
  margin: 15px auto;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.sub-btn a {
  background-color: #c3a036;
  border: 4px solid #c3a036;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  max-width: 290px;
  margin: 15px auto;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.main-btn a:before,
.pagination-btn a:before {
  border-top: 2px solid #c3a036;
  border-right: 2px solid #c3a036;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.main-btn a:hover {
  background-color: #c3a036;
  color: #fff;
  opacity: 1;
}
.main-btn a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}
