@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
html, body, div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

html, body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #fff;
  color: #000; }
  body a {
    color: #00a9d7; }
    body a:hover {
      color: #00a9d7; }
    body a:active {
      color: #00a9d7; }
    body a:visited {
      color: #00a9d7; }

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 100%;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5em; }

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after, html:after, body:after {
  content: "";
  display: block;
  clear: both; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
html * {
  box-sizing: border-box; }

body #contents {
  overflow: hidden; }
@media only screen and (max-width: 960px) {
  body {
    font-size: 0.9375em; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.875em; } }
body img {
  vertical-align: middle; }

:focus {
  outline: 0; }

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

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

blockquote,
q {
  quotes: "" ""; }

a img {
  border: 0; }

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

@media only screen and (max-width: 767px) {
  .nosp {
    display: none; } }

.nopc {
  display: none; }
  @media only screen and (max-width: 767px) {
    .nopc {
      display: block; } }

.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 5.5em 0; }
  @media only screen and (max-width: 767px) {
    .container {
      padding: 3em 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: WYSIWYGエディタ「 TinyMCE 」の記事の表示設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンのスタイル */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
.button, .back-button-wrapper .back-button {
  display: inline-block;
  border-radius: 0;
  border: 1px solid #6fba2c;
  color: #6fba2c;
  text-decoration: none;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  min-width: 240px;
  transition-duration: .1s;
  padding: 1em; }
  @media only screen and (max-width: 767px) {
    .button, .back-button-wrapper .back-button {
      min-width: 130px; } }
  .button:hover, .back-button-wrapper .back-button:hover {
    color: #fff;
    transition-duration: .1s;
    background: #6fba2c; }
  .button:visited, .back-button-wrapper .back-button:visited {
    color: #6fba2c; }
    .button:visited:hover, .back-button-wrapper .back-button:visited:hover {
      color: #fff; }

.button-arrow-left, .button-arrow-right {
  position: relative; }
  .button-arrow-left:before, .button-arrow-right:before, .button-arrow-left:after, .button-arrow-right:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 16px;
    background-image: url(../images/button-arrow-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .button-arrow-left:before, .button-arrow-right:before, .button-arrow-left:after, .button-arrow-right:after {
        width: 40px;
        height: 14px; } }
  .button-arrow-left:hover:before, .button-arrow-right:hover:before, .button-arrow-left:hover:after, .button-arrow-right:hover:after {
    background-image: url(../images/button-arrow-02.png); }

.button-arrow-left:before {
  transform: rotate(180deg);
  margin-right: 1em; }
.button-arrow-left:after {
  display: none; }

.button-arrow-right:before {
  display: none; }
.button-arrow-right:after {
  margin-left: 1em; }

.button-large {
  padding: .5em 1.75em;
  font-size: 1.25em;
  line-height: 1.5;
  border-radius: .3em; }

.button-small {
  padding: .25em 1.25em;
  font-size: .875em;
  line-height: 1.5;
  border-radius: .2em; }

.button-block {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center; }

.back-button-wrapper {
  text-align: center; }

.entry-header-meta {
  margin-bottom: 5px; }

.category_tag {
  background: #231815;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .category_tag {
      font-size: 12px; } }

.time {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .time {
      font-size: 15px; } }

.featured-post {
  display: none; }

.entry-header {
  margin-bottom: 0.8em; }
  .entry-header .entry-title {
    font-size: 17px;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .entry-header .entry-title {
        font-size: 15px; } }
    .entry-header .entry-title a {
      color: #231815; }
      .entry-header .entry-title a:hover {
        color: #59c3e1;
        text-decoration: underline; }
    .entry-header .entry-title .tag {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.5rem;
      margin-bottom: 1rem; }
      .entry-header .entry-title .tag p {
        background-color: #e5ebee;
        border: 1px solid #ccc;
        border-radius: 5px;
        color: #000;
        font-size: 11px;
        letter-spacing: 0;
        line-height: 1.2;
        padding: 0.5em 0.5em 0.6em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }

.site-content article {
  border-bottom: 2px dotted #231815;
  margin-bottom: 0.8em;
  padding-bottom: 0; }

.archive-header, .page-header {
  margin-bottom: 0.8em;
  padding-bottom: 0;
  border-bottom: 2px solid #59c3e1; }

.archive-title,
.page-title {
  color: #59c3e1;
  font-size: 30px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .archive-title,
    .page-title {
      font-size: 20px; } }

body #main {
  max-width: 960px;
  width: 90%;
  margin: auto; }

.calendar {
  margin-top: 3em; }
  .calendar iframe {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .calendar iframe {
        height: 400px; } }

.site-header {
  padding: 0; }
  .site-header .nav {
    max-width: 1000px;
    margin: auto;
    overflow: hidden; }
    .site-header .nav .btn {
      width: 85px;
      height: 85px;
      float: right; }
      @media only screen and (max-width: 960px) {
        .site-header .nav .btn {
          width: 65px;
          height: 65px; } }
      @media only screen and (max-width: 767px) {
        .site-header .nav .btn {
          width: 60px;
          height: 60px; } }
  .site-header .site-title {
    float: left;
    padding: 10px 0; }
    @media only screen and (max-width: 960px) {
      .site-header .site-title {
        padding: 5px 0; } }
    @media only screen and (max-width: 767px) {
      .site-header .site-title {
        margin-bottom: 0;
        padding: 12px;
        line-height: 0; } }
    .site-header .site-title img {
      width: 560px;
      height: 50px; }
      @media only screen and (max-width: 960px) {
        .site-header .site-title img {
          width: 448px;
          height: 40px; } }
      @media only screen and (max-width: 767px) {
        .site-header .site-title img {
          width: 156px;
          height: 36px; } }
  .site-header .title {
    background: #ee8593;
    padding: 60px 0; }
    @media only screen and (max-width: 767px) {
      .site-header .title {
        padding: 20px 0; } }
    .site-header .title h2 {
      color: #fff;
      font-size: 32px;
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .site-header .title h2 {
          font-size: 22px; } }
    .site-header .title p {
      color: #fff;
      font-size: 25px;
      font-weight: bold;
      margin-top: -5px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .site-header .title p {
          font-size: 16px; } }

.post-type-archive .site-header .title,
.single-topics .site-header .title,
.tax-topics_category .site-header .title {
  background: #59c3e1; }
.post-type-archive.paged-2 .sticky,
.single-topics.paged-2 .sticky,
.tax-topics_category.paged-2 .sticky {
  display: none; }

.error404 .site-header .title {
  background: #a2a2a2; }

.widget-area #s {
  width: calc(100% - 45px);
  padding: 8px; }
.widget-area input[type="submit"] {
  background-image: url(../images/btn_search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  line-height: 0;
  text-indent: -999px;
  width: 35px;
  height: 35px; }
  .widget-area input[type="submit"]:hover {
    opacity: .8; }
.widget-area .widget {
  margin-bottom: 1em; }
  .widget-area .widget h3 {
    border-bottom: 2px solid #59c3e1;
    color: #59c3e1;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .widget-area .widget h3 {
        font-size: 20px; } }
  .widget-area .widget a {
    color: #231815;
    text-decoration: none; }
    .widget-area .widget a:visited {
      color: #231815; }
    .widget-area .widget a:hover {
      color: #00a9d7; }
  .widget-area .widget .jcl_category a:first-child:before {
    content: '▶︎';
    font-size: 12px;
    margin-right: 3px; }
  .widget-area .widget .jcl_category a:first-child:hover:before {
    color: #00a9d7; }

.wp-pagenavi {
  text-align: center;
  margin: 2em auto 0; }

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #e5ebee;
  background: #e5ebee;
  padding: 10px 14px;
  margin: 4px;
  color: #231815;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
      font-size: 15px;
      margin: 2px;
      padding: 9px 13px; } }
  .wp-pagenavi a:visited,
  .wp-pagenavi span:visited {
    color: #231815; }
  .wp-pagenavi a.current,
  .wp-pagenavi span.current {
    background: #59c3e1;
    border-color: #59c3e1;
    color: #fff; }
  .wp-pagenavi a:hover,
  .wp-pagenavi span:hover {
    background: #59c3e1;
    border-color: #59c3e1;
    color: #fff; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: parts用の外部ファイル読み込み */
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INDEX

#001 共通ヘッダー


┌─────────────────────────────
│ #001 共通ヘッダー
│ 
*/
#header-wrapper {
  z-index: 99;
  width: 100%; }
  #header-wrapper #header-nav {
    max-width: 1000px;
    margin: auto;
    position: relative;
    box-sizing: border-box; }
    @media only screen and (max-width: 960px) {
      #header-wrapper #header-nav {
        width: 100%;
        height: 58px; } }
  #header-wrapper .logo {
    float: left;
    padding-top: 36px; }
    @media only screen and (max-width: 960px) {
      #header-wrapper .logo {
        padding-top: 15px;
        padding-left: 20px; } }
    #header-wrapper .logo a {
      display: block; }
    #header-wrapper .logo img {
      width: 263px;
      height: auto;
      vertical-align: middle; }
@media only screen and (max-width: 960px) and (max-width: 767px) {
  #header-wrapper .logo img {
    width: 202px; } }

  #header-wrapper .flex-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 22px; }
    @media only screen and (max-width: 960px) {
      #header-wrapper .flex-box {
        padding-top: 0; } }
  @media only screen and (max-width: 960px) {
    #header-wrapper .header-tel {
      display: none; } }
  #header-wrapper .header-tel img {
    width: 295px;
    height: auto; }
  #header-wrapper .header-contact {
    padding-left: 1.5em; }
    @media only screen and (max-width: 960px) {
      #header-wrapper .header-contact {
        display: none; } }
    #header-wrapper .header-contact img {
      width: 165px;
      height: auto; }

#global-nav ul li a:hover {
  background-color: #00a9d7;
  color: #fff; }

#global-nav {
  padding: 1em 0; }
  #global-nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center; }
    #global-nav ul li {
      border-right: 1px solid #000;
      text-align: center; }
      #global-nav ul li:first-child {
        border-left: 1px solid #000; }
      #global-nav ul li a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 0.4em 2em;
        width: 100%; }
  #global-nav .clearfix:after {
    display: none; }

@media only screen and (max-width: 960px) {
  /* Fixed reset */
  #mobile-head {
    background-color: #00a9d7;
    position: relative;
    width: 58px;
    height: 58px;
    padding: 18px; }

  #global-nav {
    position: absolute;
    top: 58px;
    width: 100%;
    text-align: center;
    z-index: -1;
    transition: opacity .25s, visibility 0s ease .25s;
    opacity: 0;
    visibility: hidden;
    padding: 0; }
    #global-nav ul {
      background-color: #fff;
      display: block;
      float: none;
      max-width: 100%;
      width: 100%;
      padding: .75em 0; }
      #global-nav ul li {
        width: 100% !important;
        border: 0 !important;
        padding: 0; }
        #global-nav ul li a {
          display: block;
          color: #000;
          padding: .75em; }

  /* Toggle Button */
  #nav-toggle {
    position: absolute;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    width: 26px;
    height: 22px; }
    #nav-toggle span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fff; }
      #nav-toggle span:nth-child(1) {
        top: 0; }
      #nav-toggle span:nth-child(2) {
        margin: auto;
        top: 0;
        bottom: 0; }
      #nav-toggle span:nth-child(3) {
        bottom: 0; }

  .open {
    /* #global-nav スライドアニメーション */ }
    .open #nav-toggle span:nth-child(1) {
      -webkit-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg); }
    .open #nav-toggle span:nth-child(2) {
      opacity: 0; }
    .open #nav-toggle span:nth-child(3) {
      -webkit-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg); }
    .open #global-nav {
      transition-delay: 0s;
      opacity: 1;
      visibility: visible;
      z-index: 99; } }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: パンくずリスト*/
#header-breadcrumb {
  max-width: 1000px;
  width: 90%;
  margin: 1em auto;
  font-size: 1em; }
  @media only screen and (max-width: 767px) {
    #header-breadcrumb {
      margin: 1em auto; } }
  #header-breadcrumb li {
    display: inline-block; }
    #header-breadcrumb li + li:before {
      content: '>';
      padding: 0 0.5em; }

#banner-wrapper #banner .banner-option {
  background-image: url(../images/background-dot.svg);
  background-size: 3px 3px;
  margin: auto;
  padding: 4em 30px; }
  #banner-wrapper #banner .banner-option .banner-slider {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: auto; }
    #banner-wrapper #banner .banner-option .banner-slider img {
      margin: auto;
      width: 80%;
      max-width: 216px; }
      @media only screen and (max-width: 767px) {
        #banner-wrapper #banner .banner-option .banner-slider img {
          width: 90%; } }
    @media only screen and (max-width: 767px) {
      #banner-wrapper #banner .banner-option .banner-slider {
        width: 80vw; } }
    #banner-wrapper #banner .banner-option .banner-slider .slick-prev {
      width: 13px;
      height: 25px;
      margin: auto;
      background-image: url("../images/btn-slider-1.png");
      background-repeat: no-repeat; }
    #banner-wrapper #banner .banner-option .banner-slider .slick-prev:before {
      display: none; }
    #banner-wrapper #banner .banner-option .banner-slider .slick-next {
      width: 13px;
      height: 25px;
      margin: auto;
      background-image: url("../images/btn-slider-2.png");
      background-repeat: no-repeat; }
    #banner-wrapper #banner .banner-option .banner-slider .slick-next:before {
      display: none; }
    #banner-wrapper #banner .banner-option .banner-slider .slick-dots {
      display: none; }
    #banner-wrapper #banner .banner-option .banner-slider .slick-slide {
      margin: auto; }
    #banner-wrapper #banner .banner-option .banner-slider .slick-list {
      width: 100%;
      max-width: 940px;
      margin: auto; }
      @media only screen and (max-width: 767px) {
        #banner-wrapper #banner .banner-option .banner-slider .slick-list {
          width: 100%;
          max-width: 216px;
          margin: auto; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通フッター*/
#footer-wrapper {
  margin: auto auto 0;
  background: #FFF; }
#footer #pagetop a {
  background-color: #00a9d7;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: fixed;
  z-index: 99;
  right: 2.5vw;
  bottom: 3.5em;
  display: block; }
  @media only screen and (max-width: 767px) {
    #footer #pagetop a {
      bottom: 2.5em;
      width: 48px;
      height: 48px; } }
  #footer #pagetop a img {
    width: 14px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
#footer .logo {
  margin-bottom: 1em; }
  #footer .logo img {
    max-width: 286px;
    width: 100%;
    height: auto; }
#footer .address {
  font-size: 0.875em;
  margin-bottom: 2em; }
  @media only screen and (max-width: 767px) {
    #footer .address {
      margin-bottom: 0;
      font-weight: bold; }
      #footer .address span {
        text-align: left;
        display: inline-block; } }
#footer .footer-navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    #footer .footer-navi {
      display: none; } }
  #footer .footer-navi ul {
    padding-left: 2em; }
    @media only screen and (max-width: 960px) {
      #footer .footer-navi ul {
        padding-left: 1em; }
        #footer .footer-navi ul:first-child {
          padding-left: 0; } }
  #footer .footer-navi li {
    font-size: 1em;
    word-break: keep-all; }
  #footer .footer-navi .little {
    font-size: 0.875em; }
    #footer .footer-navi .little a {
      color: #797979; }
  #footer .footer-navi a {
    color: #000;
    text-decoration: none; }
    #footer .footer-navi a:hover {
      color: #6fba2c; }
#footer .copyright {
  font-size: 0.8125em;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    #footer .copyright {
      text-align: center; } }
  #footer .copyright .container {
    padding: 1em 0; }
#footer .footer-1 {
  float: left; }
  @media only screen and (max-width: 960px) {
    #footer .footer-1 {
      float: none;
      text-align: center; } }
#footer .footer-tel {
  width: 80%;
  margin: auto;
  margin-bottom: 1em; }
  #footer .footer-tel img {
    width: 100%; }
#footer .footer-3 {
  width: 100%;
  font-size: 0.875em;
  background: #59c3e1;
  color: #FFF;
  text-align: center;
  padding: 1em; }
  @media only screen and (max-width: 767px) {
    #footer .footer-3 {
      padding: .5em 0;
      font-size: .785em; } }
#footer .container {
  overflow: hidden; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページネーション*/
.pagination .nav-links {
  margin: 40px 0;
  text-align: center; }
  .pagination .nav-links a,
  .pagination .nav-links span {
    display: inline-block;
    width: 50px;
    line-height: 48px;
    border: 1px solid #6fba2c;
    margin: 0 5px;
    font-size: 1.1em;
    color: #6fba2c;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .pagination .nav-links a,
      .pagination .nav-links span {
        width: 35px;
        line-height: 33px;
        margin: 0;
        font-size: 0.8em; } }
    .pagination .nav-links a:hover,
    .pagination .nav-links span:hover {
      background: #6fba2c;
      border-color: #6fba2c;
      color: #fff; }
  .pagination .nav-links .current {
    background: #6fba2c;
    border-color: #6fba2c;
    color: #fff; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: jsライブラリ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 固定ページ専用外部ファイル読み込み */
.post-type-archive-topics .notopics,
.tax-topics_category .notopics,
.single-topics .notopics,
.error404 .notopics {
  display: none; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アーカイブページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿ページ専用外部ファイル読み込み */

/*# sourceMappingURL=style.css.map */
