@charset "UTF-8";
/* ダークモード対策 */
body {
  background-color: #fff;
}
/* パンくず調整 */
#pankuzu li + li:before {
  padding-left: 5px;
}
:root {
  --clr-txt: #333;
  --clr-bk: #000;
  --clr-bk-5: color-mix(in srgb, var(--clr-bk) 5%, transparent);
  --clr-bk-10: color-mix(in srgb, var(--clr-bk) 10%, transparent);
  --clr-bk-20: color-mix(in srgb, var(--clr-bk) 20%, transparent);
  --clr-bk-50: color-mix(in srgb, var(--clr-bk) 50%, transparent);
  --clr-bk-80: color-mix(in srgb, var(--clr-bk) 80%, transparent);
  --clr-red: #d00;
  --clr-gray: #ccc;
  --clr-gray-light: #eee;
  --clr-mizu: #46a2d7;
  --clr-yellow-light: #ffc;
}
/*----------------------------------------------------

コラム

----------------------------------------------------*/
.kiji-wrap {
  margin-top: 1em;
}
.kiji-wrap a {
  transition: .3s;
}
.kiji-wrap a:hover {
  text-decoration: none;
  transition: .3s;
}
.kiji-cont {
  margin-bottom: 15vw;
}
.kiji-list {}
.kiji-item {
  border-bottom: 1px dashed var(--clr-gray);
}
.kiji-item a {
  display: block;
  padding: 1.5em 30px 1.5em 1em;
  color: var(--clr-txt);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23333" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
}
.kiji-wrap .data {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-size: 1.1rem;
  color: var(--clr-mizu);
}
.kiji-wrap .data span {
  display: inline-block;
  padding: .4em .5em;
  margin-left: 1em;
  border-radius: 3px;
  background: var(--clr-gray-light);
  color: var(--clr-txt);
}
.kiji-wrap .data .new_label {
  background: var(--clr-red);
  color: #fff;
}
.kiji-item .ttl {
  line-height: 1.5;
  font-size: 1.4rem;
}
.kiji-wrap .pager ul {
  display: flex;
  justify-content: center;
  margin-top: 10vw;
}
.kiji-wrap .pager li {
  margin: 0 5px;
  padding: 0;
  list-style: none
}
.kiji-wrap .pager li a, .kiji-wrap .pager li .page-numbers {
  display: block;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 50vh;
  color: var(--clr-txt);
  background: var(--clr-gray-light);
}
.kiji-wrap .pager li .page-numbers.current {
  color: #fff;
  background-color: var(--clr-mizu);
}
@media screen and (min-width:640px) {
  .kiji-wrap {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .kiji-cont {
    width: calc(100% - 320px);
    margin-bottom: 0;
  }
  .kiji-wrap .data {
    font-size: 1.2rem;
  }
  .kiji-item .ttl {
    font-size: 1.5rem;
  }
  .kiji-item a:hover {
    background-color: var(--clr-yellow-light);
    opacity: 1;
  }
  .kiji-wrap .pager ul {
    margin-top: 30px;
  }
}
/*
* side
--------------------------------------------- */
.kiji-side-box {
  padding: 20px 15px 30px;
  background: var(--clr-gray-light);
}
.kiji-side-box h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: .75em 0;
}
.kiji-side-cate {
  margin-bottom: 30px;
}
.kiji-side-cate li {
  margin: 2px 0;
  background-color: #fff;
}
.kiji-side-cate a {
  display: block;
  padding: 1.2em 30px 1.2em 1em;
  color: #333;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23333" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
}
.kiji-side-cale {}
.kiji-side-cale .select {
  background: #fff;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.kiji-side-cale .select::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid var(--clr-txt);
  border-right: 2px solid var(--clr-txt);
  z-index: -1;
}
.kiji-side-cale select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: var(--clr-txt);
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width:640px) {
  .kiji-side {
    width: 280px;
  }
  .kiji-side-box h3 {
    font-size: 1.6rem;
  }
  .kiji-side-cate a {
    font-size: 1.4rem;
  }
  .kiji-side-cate a:hover {
    background-color: var(--clr-yellow-light);
    opacity: 1;
  }
}
@media screen and (min-width:640px) {}
/*
* kiji-dtl
--------------------------------------------- */
.kiji-dtl-txt {
  line-height: 1.8;
  font-size: 1.4rem;
  padding: 0 .5em 30px;
}
.kiji-dtl-txt ul, .kiji-dtl-txt li, .kiji-dtl-txt ol {
  all: revert;
}
.kiji-dtl-txt p, .kiji-dtl-txt figure {
  margin-bottom: 1.2em;
}
.kiji-dtl-txt figcaption {
  color: #999
}
.kiji-dtl-txt h1 {
  font-size: 200%;
  font-weight: 700;
}
.kiji-dtl-txt h2 {
  font-size: 180%;
  font-weight: 700;
}
.kiji-dtl-txt h3 {
  font-size: 160%;
  font-weight: 700;
}
.kiji-dtl-txt h4 {
  font-size: 140%;
  font-weight: 700;
}
.kiji-dtl-txt h5 {
  font-size: 120%;
  font-weight: 700;
}
.kiji-dtl-txt h6 {
  font-size: 100%;
  font-weight: 700;
}
.kiji-dtl-txt a {
  text-decoration: underline;
}
.kiji-dtl-txt .wp-block-button a {
  text-decoration: none;
}
@media screen and (min-width:640px) {
.kiji-dtl-txt {
  padding: 0 .5em 50px;
}}
/*
* 
--------------------------------------------- */
.link-btn {}
.link-btn a {
  display: flex;
  border-radius: 5px;
  background: var(--clr-mizu);
  color: #FFF;
  height: 50px;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23fff" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 1.4rem;
}
@media screen and (min-width:640px) {
  .link-btn a {
    width: 360px;
    font-size: 1.5rem;
  }
}
/*
* 
--------------------------------------------- */
@media screen and (min-width:640px) {}
/*
* 
--------------------------------------------- */
@media screen and (min-width:640px) {}