@charset "utf-8";
/*
theme Name: 株式会社メイキコウ専用テーマ
Author: Rectus
Description: Meikikou 
version： 1.0.0
*/
/*
* {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, serif;
}
*/

/* For modern browsers */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

::selection {
  background: #666;
  color: white;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
  position: absolute;
  height: 1px;
  width: 1px;
  word-wrap: normal!important;
}
.screen-reader-text:focus {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #666;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  clip: auto!important;
  -webkit-clip-path: none;
  clip-path: none;
  top: 5px;
  height: auto;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#main[tabindex="-1"]:focus {
  outline: 0;
}

/* tags */
html, body {
/*
  font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
*/
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-display: swap;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
}

body {
  margin: 0px;
  padding: 0px;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-all;
}
p a {
  text-decoration: underline;
}
a:hover {
  color: #1B9531;
  text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
/*
a:hover p {
  color: #000;
  text-decoration: none;
}
*/

img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

a:hover img {
  filter: alpha(opacity = 60);
  opacity: 0.6;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,div,img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

h2 {
  margin: 20px 0 60px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.48;
}
h2:before {
  content: " " attr(data-title);
  margin-bottom: 10px;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.53846;
  color: #1B9531;
}
h2:not(.arrow):after {
  content: " ";
  height: 2px;
  margin-top: 20px;
  display: block;
  background: #DDDDDD;
  border-left: 100px solid #1B9531;
}
h2[class*="title_h"]:before,
h2[class*="title_h"]:after {
  content: none;
}

h3:not([class*="title_h"]),
.title_h3 {
  margin: 20px 0 35px;
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.44444;
  color: #fff;
/*  background: #1B9531; */
  background: #106522;
}

h4:not([class*="title_h"]):not([class*="dia_green"]),
.title_h4 {
  margin: 20px 0 35px;
  padding: 0 0 0 20px;
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.47826;
  border-left: 3px solid #1B9531;
}

h5:not([class*="title_h"]),
.title_h5 {
  margin: 12px 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.title_green {
  margin: 24px 0 0 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #106522;
}

.title_green + .title_h2 {
  margin: 0 0 40px;
}

.imgbox_green {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 32px;
  background-color: #cfe5c0;
  justify-content: center;
  align-items: center;
  margin: 40px auto 60px;
}

.imgbox_green img {
  margin-right: 40px;
}

.dia_green {
  margin: 30px 0 15px 0;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #1B9531;
}
.dia_green::before {
  content: "◆";
  margin-right: 5px;
}

.catch {
  margin-bottom: 25px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

.flex_row {
  display: flex;
  justify-content: space-evenly;
}

.flex_row img {
  object-fit: contain;
}

.flex_row li {
  margin: 10px;
}

ol.greenbox {
  list-style: none;
  counter-reset: number;
  position: relative;
}

ol.greenbox > li {
  margin: 20px 2.5rem 30px;
  line-height: 2;
}

ol.greenbox > li > span {
  font-size: 1.125rem;
}

ol.greenbox > li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #1B9531;
}

ul.sidebyside li {
  display: inline-block;
  width: 186px;
  margin: 20px;
  line-height: 1.6;
  vertical-align: top;
  text-align: center;
  color: #1B9531;
}

ul.sidebyside img {
  display: block;
  width: 182px;
  height: 182px;
  margin-bottom: 10px;
  border: 2px solid #1B9531;
  object-fit: contain;
}

/* 普通の箇条書き */
ul.normal {
  list-style: disc;
  margin-left: 20px;
}

ol {
  list-style-type: decimal;
}
dl {
  margin: 6px 4px;
}
dt {
  font-weight: bold;
  margin: 4px;
}
dd {
  margin: 4px 0 4px 4px;
}
code {
  padding: 0px 10px;
  display: block;
  font-family: Consolas;
}
pre {
  margin: 30px 0;
}

p {
  line-height: 2;
  margin: 20px 0
}
/*
img {
  width: unset;
}
*/
ol {
  margin-left: 30px;
}
ol li {
  padding: 10px;
  line-height: 2;
}

.w60p {
  width: 60%;
}
.flr {
  float: right;
  margin-left: 30px;
}
.fll {
  float: left;
  margin-right: 10px;
}
.cb {
  clear: both;
}
.red {
  color: #FF0004;
}
.blue {
  color: #0070C0;
}
.green {
  color: #106522;
}
.c {
  text-align: center;
}
.l {
  text-align: left;
}
.vm {
  vertical-align: middle;
}
.ma {
  margin: 0 auto;
}
.w640 {
  width: 640px;
}
.c picture {
  display: block;
}

.b {
  font-weight: bold;
}

.m10 {
 margin: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt20 {
  margin-top: 20px;
}

.fs20 {
  font-size: 1.25rem;
}

.fs32 {
  font-size: 2rem;
}

.content_box {
  max-width: 1360px;
  padding: 30px 50px;
  margin: 0 auto;
}

/* スライドボタン */
.slide_btn {
  position: relative;
}
.slide_btn::before {
  content: " ";
  width: 0;
  height: 100%;
  display: block;
  background: #106522;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 0.5s ease;
}
.slide_btn:hover::before {
  width: 100%;
}
.slide_btn a {
  display: block;
  padding: 18px 0;
  border: 1px solid #106522;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  color: #106522;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: color 0.5s ease;
}
.slide_btn:hover a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .content_box {
    padding: 20px;
  }
  .title_h3,
  .title_h4 {
    font-size: 1rem
  }
  .title_green {
    font-size: 0.875rem;
  }
  .fs20 {
    font-size: 1.0625rem;
  }

  .fs32 {
    font-size: 2rem;
  }
  .flr {
    float: none;
    margin: 0;
  }
  .yt {
    width: 90%;
    height: auto;
  }
  .w640 {
    width: unset;
  }

  h2 {
    margin: 20px 0 20px;
    font-size: 1.125rem;
  }
  h2:not(.arrow):after {
    margin-top: 10px;
  }

  .catch {
    margin-bottom: 20px;
    font-size: 1rem;
  }

  ul.sidebyside li {
    width: 144px;
  }
  ul.sidebyside img {
    width: 144px;
    height: 144px;
  }

  .slide_btn {
    display: block;
    margin: 15px auto;
  }
}
/* 目次 */
.toc {
  width: auto;
  display: table;
  margin: 20px 0;
  padding: 0px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  border: #ccc solid 1px;
  border-radius: 3px;
  background-color: #f6f6f6;
}
.toc ul li {
  margin: 18px;
}
.toc a {
  text-decoration: none;
  text-shadow: none;
  padding: 14px;
  font-size: 1rem;
  line-height: 1.2;
  color: #000000;
  transition: color 0.5s ease;
}
.toc a:hover {
  color: #1B9531;
}

/* H1 */
.title_box {
  background: url(image/products_title_bg.webp) no-repeat center;
  background-size: cover;
}
.title_box {
  width: 100%;
  height: 105px;
  padding: 55px 0 0;
  position: relative;
}
.title_box h1 {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  top: 15px;
  margin: 0 15px;
}
/*
.title_box h1::after {
  content: " " attr(data-title);
  margin-top: 5px;
  font-size: 0.11rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.81818;
  display: block;
}
*/
@media screen and (min-width: 768px) {
  .title_box h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.66667;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .title_box {
    background: url(image/business_title_bg.webp) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 170px;
    padding: 100px 0 0;
    margin-top: 130px;
    position: relative;
  }
  .title_box h1::after {
    content: " " attr(data-title);
    margin-top: 5px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.81818;
    display: block;
  }

  .flex_row img {
    margin-left: 20px;
  }

  .slide_btn {
    width: 230px;
    display: inline-block;
  }
  
}

.title_box:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(27, 149, 49, 0.89);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/* 灰色の表 */

.table_box table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
}
.table_box th {
  padding: 24px 20px;
  border: 1px solid #DDDDDD;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.3076923077;
  background: #F6F6F6;
}
.table_box th.wide {
  background: #D5EBD9;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #1B9531;
}
.table_box td {
  padding: 20px;
  border: 1px solid #DDDDDD;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .table_box {
    width: 100vw;
    margin: 0 -30px;
    padding: 0 30px 0 30px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  .table_box table {
    width: 670px;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #DDDDDD;
  }
  .table_box table tr th {
    padding: 12px 20px;
    line-height: 1.53846;
  }
  .table_box table tr th.wide {
    background: #D5EBD9;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.14286;
    color: #1B9531;
  }
  .table_box table tr td {
    padding: 10px 20px;
    line-height: 1.38462;
  }

  img.flr,
  img.fll {
    width: 100%
  }
}

/* breadcrumb */
.pankuzu {
  background: #F6F6F6;
  padding: 5px 40px;
  margin-bottom: 20px;
}
.pankuzu ul.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #181800;
}
ul.breadcrumb li {
  display: inline-block;
  list-style: none;
}
ul.breadcrumb li a span,
ul.breadcrumb li span {
  padding: 2px 6px;
}
ul.breadcrumb li a span {
/*  color: #1B9531; */
  color: #0C5A1F;
  font-size: 0.8rem;
}
ul.breadcrumb li a.disabled span {
  color: unset;
}
ul.breadcrumb li:after {
  content: '>';
}
ul.breadcrumb li:last-child:after {
  content: none;
}
.anchor {
  position: relative;
  top: calc(-104px - var(--wp-admin--admin-bar--height, 0px));
  height: 0;
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pankuzu {
    margin-bottom: 0;
  }
}
  
#pagecontact {
  position: fixed;
  bottom: 80px;
  right: 16px;
  width: 40px;
  height: 24px;
}
#pagecontact a {
  color: white;
  opacity: 1;
  text-decoration: none;
}
#pagecontact:hover, #pagecontact a:hover {
  opacity: 1;
  transition: 1.5s;
}

#pagetop {
  position: fixed;
  width: 52px;
  height: 52px;
  z-index: 100;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
#pagecontact.active,
#pagetop.active {
  opacity: 1;
}
#pagetop a {
  height: 50px;
  display: block;
  background: #1B9531;
}
#pagetop a::before {
  content: " ";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 55%;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .flex_row {
    flex-direction: column;
    align-items: center;
  }
  .flex_row li {
    /*
    margin: 0;
    */
  }
}

/* 注意事項 */

.caution_box {
  border: 2px solid #DDDDDD;
  border-radius: 15px;
  display: inline-block;
  padding: 20px;
  margin: 20px 0;
  line-height: 2;
  width: calc(100% - 40px);
}
.caution_box div:first-child {
  position: relative;
  margin: 0 0 15px 0;
  font-size: 1rem;
  font-weight: 600;
}
.caution_box img {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.caution_box div span {
  margin-left: 48px;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
}
.caution_box a {
  color: #1B9531;
  text-decoration: underline;
  transition: all 0.2s;
  margin: 0 10px;
}

/* ダウンロードボックス */
.download_box {
  border: 2px solid #DDDDDD;
  border-radius: 15px;
  display: inline-block;
  padding: 20px;
  margin: 20px 0;
  line-height: 2;
  width: calc(100% - 40px);
}
.download_box img {
  display: inline-block;
  margin: 0 20px 6px 0;
}

/* メールマガジン */
#newsbtns {
  margin: 30px 20px;
}
#newsbtns li {
  width: calc(20% - 16px);
  padding: 15px 10px;
  margin: 10px 20px;
  display: inline-block;
  background: #106522;
  text-align: center;
  border: 1px solid  #106522;
}
#newsbtns li:hover {
  background: white;
}
#newsbtns li a {
  display: block;
  color: #fff;
}
#newsbtns li:hover a {
  color: #106522;
}
.newslist {
  border-top: 1px solid #dddddd;
}
.newslist li {
  border-bottom: 1px solid #dddddd;
}
.newslist li a {
  padding: 30px 0;
  display: block;
}

/* カタログダウンロード */
a.catalogdl {
  color: #106522;
}
a.catalogdl:hover {
  opacity: .5;
}
a.catalogdl::before {
  content: " ";
  width: 17px;
  height: 16px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url(/wp/wp-content/uploads/2024/12/ico_catalog.svg) no-repeat;
  background-size: contain;
}

/* 2段組 */
ul.twocol {
  display: flex;
  justify-content: space-between;
}
ul.twocol > li {
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
ul.twocol img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  ul.twocol {
    flex-direction: column;
  }
  ul.twocol > li {
    width: calc(100% - 20px);
    margin: 20px auto;
  }
}

/* タグ */
.tags li {
  display: inline-block;
  padding: 0 10px;
  margin: 25px 10px 10px 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #1B9531;
  border: 1px solid #1B9531;
}
.tags li:hover {
  opacity: 0.7;
}
.tags li a {
  color: #1b9531;
}

.col3_app {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
}
.col3_app a {
  color: #1B9531;
}
.col3_app h3 {
  padding: 20px 20px;
  margin: 0;
  font-weight: 500;
  border-left: none;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #1B9531;
  background: #D5EBD9;
  text-align: center;
}
.col3_app>div {
  border: 1px solid #DDDDDD;
  padding: 0;
  margin: 5px;
  flex-basis: calc(33% - 10px);
}
.col3_app>div ul,
.col3_app>div div {
  padding: 20px;
  font-size: 0.8rem;
  line-height: 2;
}
.col3_app .col2 ul li {
  width: calc(50% - 43px);
  display: inline-block;
  padding: 0 20px;
}
.col3_app .col3 ul li {
  width: calc(33% - 41px);
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  margin: 10px 0;
}
.col3_app img {
  /* width: auto; */
  width: clamp(186px, 100%, 202px);
  margin: 20px auto 10px;
  display: block;
}
.col3_app .col3 img {
  width: clamp(186px, 100%, 372px);
  height: auto;
  margin: 0px auto 10px;
  display: block;
}
.col3_app .indent {
  display: inline-block;
  vertical-align: top;
  line-height: 2;
}
.col3_app .col2 {
  flex-basis: calc(66% - 5px);
}
.col3_app .col3 {
  flex-basis: 100%;
}
.c {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .col3_app>div {
    flex-basis: 100%;
  }
  .col3_app .col2 ul li {
    width: 100%;
    padding: 0;
  }
  .col3_app .col3 ul li {
    width: 100%;
    padding: 0;
  }
  .col3_app .indent {
    width: 100%;
  }
  .col3_app .col2 {
    flex-basis: 100%;
  }
}

/* スライドしない標準アニメーションボタン */
.reverse_btn {
  width: 230px;
  position: relative;
  display: inline-block;
}
.reverse_btn.gaibu {
  width: 270px;
}
.reverse_btn a {
  display: block;
  padding: 18px 0;
  border: 1px solid #106522;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  color: #106522;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: color 0.5s ease;
}
.reverse_btn:hover a {
  color: #fff;
  background: #106522;
}

.reverse_btn.gaibu a::after {
  content: " ";
  width: 12px;
  height: 10px;
  display: block;
  background: url(../image/company/gaibu.svg) no-repeat center;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.reverse_btn.gaibu a:hover::after {
  background: url(../image/company/gaibu_wh.svg) no-repeat center;
}
/* 検索結果の記事一覧に連番で番号を振る */
ol.listRank {
  list-style: none;
  margin: 20px;
}
ol.listRank {
  padding: 10px;
}

ol.listRank li {
  padding: 0.5rem 0.3rem;
  display: flex;
  clear: both;
  transition: all 0.3s 0s ease;
  border-bottom: 1px solid #BBB;
}
ol.listRank li:hover {
  background-color: #CCC;
}
/*
ol.listRank li:before {
  counter-increment: number;
  content: counter(number)  ". ";
  font-size: 1.4rem;
}
*/
ol.listRank li .excerpt {
  padding: 10px;
  margin-right: 10px;
  word-break: break-all;
}
ol.listRank .thumb {
  float: left;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
ol.listRank .summary {
  width: 100%;
  margin-left: 10px;
}
ol.listRank .summary:before {
  counter-increment: number;
  content: counter(number)  ". ";
  font-size: 1.4rem;
}
ol.listRank .ptitle {
  font-size: 1.4rem;
  color: #1a0dab;
}
ol.listRank .thumb img {
  width: auto;
  height: 100%;
  max-height: 150px;
  object-fit: contain;
  transition: all 0.6s 0.1s ease;
}
.thumb img:hover {
  transform: scale(1.2);
  opacity: 0.9;
}
@media screen and (max-width: 928px) {
  .thumb img {
    max-height: 200px;
    object-fit: contain;
    transition: all 0.6s 0.1s ease;
  }
  ol.listRank {
    margin: 10px;
  }
  ol.listRank, ul.listRank {
    padding: 4px;
  }
  ol.listRank li {
    display: inline-block;
    padding: 0.3rem;
  }
  ol.listRank .summary {
    width: 96%;
    margin: 4px auto;
    
  }
  ol.listRank .thumb {
    display: inline-block;
    float: inherit;
    margin: 0;
    width: 100%;
    height: inherit;
    text-align: center;
  }
  ol.listRank li .excerpt {
    margin: 0;
  }
}
.nav-links {
  padding: 4px;
  margin: 20px;
  text-align: center;
}
.nav-links span,
.nav-links a {
  padding: 6px 10px;
  background: #FFF;
  border: 1px solid #1B9531;
  margin: 4px;
  text-decoration: none;
}
.nav-links span.current,
.nav-links a:hover {
  color: #FFF;
  background: #1B9531;
}
/* タグ */
.the_tag {
  margin: 30px 0px;
}
.the_tag a {
    position: relative;
    display: inline-block;
    padding: 4px 6px;
    margin: 4px;
    color: #106521;
    background: #FFF;
    text-decoration: none;
}

/* 投稿ページ下部の関連ページ */
li.new.redafter.blinkfadeout:before {
    content: "-";
    font-weight: 600;
    margin-right: 10px;
    color: #1b9531;
}

.site_seal {
  text-align: right;
}
.site_seal a,
.site_seal img {
  display: inline-block;
  height: 58px;
  width: 150px;
  margin: 0;
}
