@charset "UTF-8";
/* ---------------------------------------------------------
reｍ
--------------------------------------------------------- */
@media screen and (min-width: 751px) and (max-width: 1280px) {
  html {
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 13.3333333333vw;
  }
}
/* ---------------------------------------------------------
common
--------------------------------------------------------- */
/*
斜線背景
0〜1126px #f9f9f9 W1126px
1126〜1860px #e8e8e8 W734px
1860〜2414px #f9f9f9 W554px
2414〜2634px transparent W220px
2634〜3136px #e8e8e8 W502px
3136〜4262px #f9f9f9 W474px
4262〜4408px #e8e8e8 W146px
4408〜4790px transparent W382px
*/
body {
  min-height: 100vh;
  background-color: #f3f3f3;
  background-image: repeating-linear-gradient(135deg, #f9f9f9 0%, #f9f9f9 11.26rem, #e8e8e8 11.26rem, #e8e8e8 18.6rem, #f9f9f9 18.6rem, #f9f9f9 24.14rem, transparent 24.14rem, transparent 26.34rem, #e8e8e8 26.34rem, #e8e8e8 31.36rem, #f9f9f9 31.36rem, #f9f9f9 42.62rem, #e8e8e8 42.62rem, #e8e8e8 44.08rem, transparent 44.08rem, transparent 47.9rem);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  font-size: 0.14rem;
  word-break: break-all;
  overflow-wrap: break-word;
}
body.channel {
  background-color: #e6f8ff;
  background-image: repeating-linear-gradient(135deg, #f3fbff 0%, #f3fbff 11.26rem, #cef2ff 11.26rem, #cef2ff 18.6rem, #f3fbff 18.6rem, #f3fbff 24.14rem, transparent 24.14rem, transparent 26.34rem, #cef2ff 26.34rem, #cef2ff 31.36rem, #f3fbff 31.36rem, #f3fbff 42.62rem, #cef2ff 42.62rem, #cef2ff 44.08rem, transparent 44.08rem, transparent 47.9rem);
}
body.noscroll {
  overflow: hidden;
}

#rss_post.inner img {
  width: auto;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 12.8rem;
}

.none {
  display: none !important;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

/* ---------------------------------------------------------
2色タイトル
--------------------------------------------------------- */
.ttl_twotone {
  margin: 100px 0 0.5rem 0;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .ttl_twotone {
    margin: 0 0 0.56rem 0;
  }
}
.ttl_twotone h2 {
  display: inline-block;
  color: transparent;
  background-image: repeating-linear-gradient(135deg, #000 0%, #000 45%, #38a1db 45%, #38a1db 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 0.6rem;
}
.ttl_twotone p {
  margin: 0.07rem 0 0 0;
  color: #38a1db;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .ttl_twotone p {
    margin: 0.1rem 0 0 0;
    font-size: 0.15rem;
  }
}

/* TOP */
.top .ttl_twotone {
  margin-bottom: 0.3rem;
}

/* 検索・タグ */
.search_area .ttl_twotone h2,
.tag_area .ttl_twotone h2 {
  margin: 0 0 0.12rem 0;
  color: #000;
  font-size: 0.3rem;
}
.search_area .ttl_twotone p,
.tag_area .ttl_twotone p {
  color: #000;
  font-size: 0.15rem;
}

/* ---------------------------------------------------------
上線付きタイトル
--------------------------------------------------------- */
.ttl_bordertop {
  margin: 0 0 0.3rem 0;
  padding: 0.2rem 0 0 0;
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 0.22rem;
}
@media screen and (max-width: 750px) {
  .ttl_bordertop {
    font-size: 0.28rem;
  }
}
.ttl_bordertop::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.04rem;
  content: "";
  background: #38a1db;
}

/* 記事 */
.single .ttl_bordertop::before {
  width: 100%;
}

/* ---------------------------------------------------------
リンクエリア
--------------------------------------------------------- */
.link_box {
  border-radius: 0.14rem;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.link_box::before {
  border: 0 solid transparent;
  border-radius: 0.14rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link_box:hover {
  opacity: 1;
}
.link_box:hover::before {
  border-width: 0.05rem;
}
.link_box .bg {
  position: relative;
  line-height: 1.4;
  background: #f7f7f7;
}
.link_box dt,
.link_box dd {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/* ---------------------------------------------------------
タグ・日付
--------------------------------------------------------- */
.data_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 1000;
  width: calc(100% - 3.56rem);
}
@media screen and (max-width: 750px) {
  .data_wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 0.2rem;
    bottom: 0.2rem;
    width: calc(100% - 2.8rem);
  }
}

.tag_list {
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  color: #777;
  font-size: 0.12rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 750px) {
  .tag_list {
    display: none;
  }
}
.tag_list li {
  margin: 0 0.15rem 0 0;
  display: inline-block;
}
.tag_list li:last-child {
  margin: 0;
}
.tag_list a::before {
  content: "#";
}

time {
  padding: 0 0 0 1.5em;
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #777;
  font-weight: bold;
  font-size: 0.1rem;
}
@media screen and (max-width: 750px) {
  time {
    font-size: 0.18rem;
  }
}
time::before {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "";
  background: url("../img/ic_clock_gray.svg") no-repeat center/contain;
}

.source_uri {
  margin-left: 1.5em;
  font-size: 0.14rem;
  font-style: italic;
}
@media screen and (max-width: 750px) {
  .source_uri {
    text-align: right;
  }
}

/* ---------------------------------------------------------
記事リスト
--------------------------------------------------------- */
.article_list > li {
  margin: 0 0 0.3rem 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .article_list > li {
    margin: 0 0 0.2rem 0;
  }
}
.article_list > li:last-child {
  margin: 0;
}
.article_list .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article_list .link_box::before {
  border-color: #38a1db;
}
.article_list img {
  width: 2.96rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .article_list img {
    width: 2.4rem;
    height: 1.6rem;
  }
}
.article_list .bg {
  padding: 0.3rem;
  width: calc(100% - 2.96rem);
}
@media screen and (max-width: 750px) {
  .article_list .bg {
    padding: 0.2rem;
    width: calc(100% - 2.4rem);
  }
}
.article_list dt {
  font-weight: bold;
  font-size: 0.18rem;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 750px) {
  .article_list dt {
    font-size: 0.24rem;
    -webkit-line-clamp: 3;
  }
}
.article_list dd {
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .article_list dd {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 750px) {
  .article_list dd {
    display: none;
  }
}

/* 記事 */
.single .ttl_area {
  margin: 0 0 0.52rem 0;
}
@media screen and (max-width: 750px) {
  .single .ttl_area {
    margin: 0 0 0.4rem 0;
  }
}
.single .ttl_area h2 {
  margin: 0 0 0.12rem 0;
  padding: 0 0 0.1rem 0;
  border-bottom: 0.04rem solid #38a1db;
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.28rem;
}
@media screen and (max-width: 750px) {
  .single .ttl_area h2 {
    margin: 0 0 0.2rem 0;
    font-size: 0.34rem;
  }
}
.single .ttl_area .data_wrap {
  position: static;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .single .ttl_area .data_wrap {
    display: inherit;
  }
}
.single .ttl_area .data_wrap time,
.single .ttl_area .data_wrap .tag_list {
  color: #000;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  .single .ttl_area .data_wrap time,
  .single .ttl_area .data_wrap .tag_list {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 750px) {
  .single .ttl_area .data_wrap time {
    margin: 0 0 0.15rem 0;
  }
}
.single .ttl_area .data_wrap time::before {
  background-image: url("../img/ic_clock_black.svg");
}
@media screen and (min-width: 751px) {
  .single .ttl_area .data_wrap .tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .single .ttl_area .data_wrap .tag_list {
    display: block;
    width: 100%;
  }
  .single .ttl_area .data_wrap .tag_list li {
    margin: 0 0.15rem 0.15rem 0;
  }
}

/* ---------------------------------------------------------
タイルリスト
--------------------------------------------------------- */
@media screen and (min-width: 751px) {
  .tile_list {
    display: grid;
    grid-gap: 0.32rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 750px) {
  .tile_list {
    margin: 0 auto;
    max-width: 5.92rem;
  }
  .tile_list li {
    margin: 0 0 0.6rem 0;
  }
  .tile_list li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .tile_list .link_box {
    border-radius: 0.28rem;
  }
}
.tile_list .link_box::before {
  border-color: #f59a2f;
}
@media screen and (max-width: 750px) {
  .tile_list .link_box::before {
    border-radius: 0.28rem;
  }
}
.tile_list img {
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .tile_list img {
    height: 4rem;
  }
}
.tile_list .bg {
  padding: 0.2rem;
  height: 1.06rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .tile_list .bg {
    padding: 0.3rem 0.4rem;
    height: 2.12rem;
  }
}
.tile_list dt,
.tile_list dd,
.tile_list p {
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .tile_list dt,
  .tile_list dd,
  .tile_list p {
    font-size: 0.28rem;
  }
}
.tile_list dt {
  margin: 0 0 0.04rem 0;
  color: #f59a2f;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 750px) {
  .tile_list dt {
    margin: 0 0 0.1rem 0;
  }
}
.tile_list dd {
  -webkit-line-clamp: 3;
}
.tile_list p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 750px) {
  .tile_list p {
    -webkit-line-clamp: 3;
  }
}
.tile_list time {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
}
@media screen and (max-width: 750px) {
  .tile_list time {
    right: 0.4rem;
    bottom: 0.35rem;
    font-size: 0.2rem;
  }
}

/* 記事 */
@media screen and (max-width: 750px) {
  .single .tile_list {
    display: grid;
    grid-gap: 0.32rem;
    grid-template-columns: 1fr 1fr;
    max-width: inherit;
  }
  .single .tile_list li {
    margin: 0;
  }
  .single .tile_list img {
    height: 2rem;
  }
  .single .tile_list .bg {
    padding: 0.2rem;
    height: 1.66rem;
  }
  .single .tile_list p {
    font-size: 0.24rem;
  }
  .single .tile_list time {
    right: 0.2rem;
    bottom: 0.2rem;
    font-size: 0.18rem;
  }
}

/* ---------------------------------------------------------
角丸・矢印ボタン
--------------------------------------------------------- */
.btn_cate a,
.btn_arrow a {
  padding: 0 0.2rem;
  border: 0.02rem solid #f59a2f;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 1.4rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 0.4rem;
  background: #fff;
  font-weight: bold;
  font-size: 0.16rem;
  opacity: 1;
}
.btn_cate a:hover,
.btn_arrow a:hover {
  color: #fff;
  background: #f59a2f;
}
@media screen and (max-width: 750px) {
  .btn_cate a,
  .btn_arrow a {
    margin: 0 auto;
    min-width: 2.1rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }
}

@media screen and (min-width: 751px) {
  .btn_arrow a {
    padding: 0 0.8rem 0 0;
    border: none;
    border-radius: inherit;
    display: inline-block;
    position: relative;
    width: auto;
    max-width: inherit;
    min-width: inherit;
    height: auto;
    background: none;
    font-size: 0.16rem;
  }
  .btn_arrow a::before, .btn_arrow a::after {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .btn_arrow a::before {
    right: 0;
    width: 0.6rem;
    height: 0.02rem;
    background: #000;
  }
  .btn_arrow a::after {
    border-top: 0.02rem solid #000;
    border-right: 0.02rem solid #000;
    right: 0.02rem;
    width: 0.18rem;
    height: 0.18rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn_arrow a:hover {
    padding: 0 0.6rem 0 0;
    color: inherit;
    background: none;
    opacity: 0.6;
  }
  .btn_arrow a:hover::before {
    width: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .btn_arrow a {
    border-color: #38a1db;
  }
  .btn_arrow a:hover {
    color: #fff;
    background: #38a1db;
  }
}

/* TOP */
@media screen and (min-width: 751px) {
  .top .btn_arrow {
    position: absolute;
    top: 0.5rem;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .top .btn_arrow {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .top .btn_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 750px) {
  .top .btn_list {
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 751px) {
  .top .btn_list .btn_cate {
    position: absolute;
    top: 0.42rem;
    right: 2.16rem;
  }
}
@media screen and (max-width: 750px) {
  .top .btn_list .btn_cate {
    margin: 0 0.4rem 0 0;
  }
}
.top .btn_list .btn_arrow {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .top .btn_list .btn_arrow a {
    border-color: #f59a2f;
  }
  .top .btn_list .btn_arrow a:hover {
    background: #f59a2f;
  }
}

/* 一覧 */
.index .btn_cate {
  margin: 0 0 0.28rem 0;
}
@media screen and (max-width: 750px) {
  .index .btn_cate {
    margin: 0 0 0.6rem 0;
  }
}

/* 記事 */
@media screen and (min-width: 751px) {
  .single .btn_arrow {
    margin: 0.3rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .single .btn_arrow {
    margin: 0.6rem 0 0 0;
  }
}

/* ---------------------------------------------------------
TOP
--------------------------------------------------------- */
.top .ttl_twotone {
  margin-bottom: 0.3rem;
}

/* スライダー */
.slick-prev,
.slick-next {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1000;
  width: 0.4rem;
  height: 1rem;
  content: "";
  color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.slick-prev::before, .slick-prev::after,
.slick-next::before,
.slick-next::after {
  display: none;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.6;
}

.slick-prev {
  left: -0.3rem;
  background-image: url("../img/ic_prev.svg");
}
@media screen and (max-width: 750px) {
  .slick-prev {
    left: -0.6rem;
  }
}
@media screen and (min-width: 1420px) {
  .slick-prev {
    left: -0.6rem;
  }
}

.slick-next {
  right: -0.3rem;
  background-image: url("../img/ic_next.svg");
}
@media screen and (max-width: 750px) {
  .slick-next {
    right: -0.6rem;
  }
}
@media screen and (min-width: 1420px) {
  .slick-next {
    right: -0.6rem;
  }
}

/* ---------------------------------------------------------
下層
--------------------------------------------------------- */
.sub {
  padding: 0.3rem 0.32rem 1.2rem 0.32rem;
}
@media screen and (max-width: 750px) {
  .sub {
    padding: 0.25rem 0.62rem 1.2rem 0.62rem;
  }
}
.sub .inner {
  max-width: 9.5rem;
}
.sub .pagettl {
  margin: 0 0 0.5rem 0;
  line-height: 1;
  font-weight: bold;
  font-size: 0.5rem;
  text-align: center;
}

/* パンくずリスト */
.breadcrumb_list {
  margin: 0 auto 0.25rem auto;
  display: -webkit-box;
  width: 100%;
  line-height: 1;
  max-width: 12.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 750px) {
  .breadcrumb_list {
    margin-bottom: 0.55rem;
  }
}
.breadcrumb_list li {
  display: inline;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  .breadcrumb_list li {
    font-size: 0.22rem;
  }
}
.breadcrumb_list li::after {
  margin: 0 0.06rem;
  content: "＞";
}
.breadcrumb_list li:last-child::after {
  display: none;
}

/* ドロップダウンリスト */
.select_wrap {
  margin: 0 0 0.3rem 0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .select_wrap {
    margin: 0 auto 0.3rem auto;
    display: table;
  }
}
.select_wrap::before {
  margin: auto;
  border-style: solid;
  border-width: 0.08rem 0.05rem 0 0.05rem;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 0.2rem;
  bottom: 0;
  width: 0;
  height: 0;
  content: "";
}
@media screen and (max-width: 750px) {
  .select_wrap::before {
    border-width: 0.11rem 0.07rem 0 0.07rem;
  }
}
.select_wrap select {
  padding: 0 0.2rem;
  border: 0.01rem solid #a0a0a0;
  border-radius: 0.1rem;
  width: 100%;
  min-width: 1.2rem;
  height: 0.4rem;
  background: transparent;
  font-weight: bold;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  .select_wrap select {
    border-radius: 0.2rem;
    min-width: 2.4rem;
    height: 0.8rem;
    font-size: 0.24rem;
  }
}

/* ページナビ */
.wp-pagenavi {
  margin: 0.6rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .wp-pagenavi {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 750px) {
  .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.24rem;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 0.1rem;
}
@media screen and (max-width: 750px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0 0.05rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  color: transparent;
  font-size: 0;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .nextpostslink::after {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  width: 100%;
  height: 0.01rem;
  background: #000;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  border-style: solid;
  border-color: #000;
  width: 0.1rem;
  height: 0.1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::before {
  width: 0.2rem;
}
.wp-pagenavi .previouspostslink {
  margin: 0 0.12rem 0 0;
}
.wp-pagenavi .previouspostslink::before {
  left: 0;
}
.wp-pagenavi .previouspostslink::after {
  border-width: 0 0 0.01rem 0.01rem;
  left: 0.01rem;
}
.wp-pagenavi .nextpostslink {
  margin: 0 0 0 0.12rem;
}
.wp-pagenavi .nextpostslink::before {
  right: 0;
}
.wp-pagenavi .nextpostslink::after {
  border-width: 0.01rem 0.01rem 0 0;
  right: 0.01rem;
}
@media screen and (max-width: 750px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    padding: 0.17rem 0.2rem;
    border: 0.01rem solid #38a1db;
    border-radius: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wp-pagenavi .page:hover,
  .wp-pagenavi .current:hover {
    color: #fff;
    background: #38a1db;
    font-weight: bold;
    opacity: 1;
  }
}
.wp-pagenavi .current {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .wp-pagenavi .current {
    position: relative;
  }
  .wp-pagenavi .current::before {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -0.04rem;
    left: 0;
    width: 100%;
    height: 0.01rem;
    content: "";
    background: #000;
  }
}
@media screen and (max-width: 750px) {
  .wp-pagenavi .current {
    color: #fff;
    background: #38a1db;
  }
}
.wp-pagenavi .extend {
  margin: 0 0.2rem;
}

/* 記事 */
.article_post {
  margin: 0.8rem 0;
  line-height: 1.85;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .article_post {
    margin: 0 0 0.68rem 0;
    font-size: 0.28rem;
  }
}
.article_post h3 {
  margin: 0.65rem 0 0.3rem 0;
  padding: 0 0 0.05rem 0;
  position: relative;
  line-height: 1.4;
  font-weight: bold;
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .article_post h3 {
    margin: 0.58rem 0 0.3rem 0;
    padding: 0 0 0.12rem 0;
    font-size: 0.32rem;
  }
}
.article_post h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
  content: "";
  background: repeating-linear-gradient(90deg, #000 0%, #000 1rem, #38a1db 1rem, #38a1db 100%);
}
.article_post h4 {
  margin: 0.6rem 0 0.22rem 0;
  padding: 0 0 0.1rem 0;
  position: relative;
  line-height: 1.4;
  font-weight: bold;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .article_post h4 {
    margin: 0.58rem 0 0.28rem 0;
    padding: 0 0 0.16rem 0;
    font-size: 0.3rem;
  }
}
.article_post h4::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 0.02rem;
  content: "";
  background: #38a1db;
}
.article_post img {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 750px) {
  .article_post img {
    margin: 0 0 0.12rem 0;
  }
}
@media screen and (min-width: 751px) {
  .article_post .flt_r {
    float: right;
    width: 50%;
    margin-left: 0.2rem;
  }
}

/* 動画・番組 記事 */
.video_post {
  margin: 0.8rem auto;
  max-width: 9.5rem;
  line-height: 1.85;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .video_post {
    font-size: 0.28rem;
  }
}
.video_post .iframe_area {
  margin: 0 0 0.5rem 0;
  position: relative;
  /* &::before {
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.6);
  }
  &::after {
      bottom: .36rem;
      width: 2.05rem;
      height: .35rem;
      background: url('../img/logo_e-elements_white.svg') no-repeat center / contain;
      @media screen and (max-width: 750px) {
          bottom: .3rem;
          width: 1.7rem;
          height: .3rem;
      }
  } */
}
.video_post .iframe_area::before, .video_post .iframe_area::after {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  content: "";
}
.video_post .iframe_area iframe {
  border: none;
  width: 100%;
  height: 42vw;
  max-height: 5.34rem;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .video_post .iframe_area iframe {
    height: 47vw;
    max-height: 3.5rem;
  }
}
.video_post .iframe_area .txt {
  margin: auto;
  padding: 1.15rem 0 0 0;
  position: absolute;
  top: 1.22rem;
  right: 0;
  left: 0;
  line-height: 1.7;
  color: #fff;
  font-weight: bold;
  font-size: 0.32rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .video_post .iframe_area .txt {
    padding: 0.94rem 0 0 0;
    top: 0.45rem;
    font-size: 0.28rem;
  }
}
.video_post .iframe_area .txt::before {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 0.6rem;
  height: 0.86rem;
  content: "";
  background: url("../img/ic_lock.svg") no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .video_post .iframe_area .txt::before {
    width: 0.5rem;
    height: 0.72rem;
  }
}
.video_post .login_area {
  margin: 0.42rem 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .video_post .login_area {
    margin: 0.35rem 0 0 0;
  }
}
.video_post .login_area p {
  margin: 0 0 0.08rem 0;
  font-size: 0.18rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .video_post .login_area p {
    font-size: 0.28rem;
  }
}
@media screen and (min-width: 751px) {
  .video_post .login_area p br {
    display: none;
  }
}
.video_post .login_area ul {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  .video_post .login_area ul {
    max-width: 5.04rem;
  }
}
.video_post .login_area ul li {
  width: 50%;
}
.video_post .login_area ul li + li {
  margin: 0 0 0 0.24rem;
}
.video_post .login_area ul li.login a {
  border-color: #38a1db;
  background: #38a1db;
}
.video_post .login_area ul li.login a:hover {
  color: #38a1db;
  background: #fff;
}
.video_post .login_area ul li.entry a {
  border-color: #bbb;
  background: #bbb;
}
.video_post .login_area ul li.entry a:hover {
  color: #bbb;
  background: #fff;
}
.video_post .login_area ul a {
  border: 0.02rem solid transparent;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0.6rem;
  color: #fff;
  font-size: 0.22rem;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .video_post .login_area ul a {
    height: 0.8rem;
    font-size: 0.36rem;
  }
}