<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.aside:after,
.aside:before,
.banner-header:after,
.banner-header:before,
.cf:after,
.cf:before,
.g:after,
.g:before,
.island:after,
.island:before,
.l-three-col:after,
.l-three-col:before,
.l-two-col-alt:after,
.l-two-col-alt:before,
.l-two-col:after,
.l-two-col:before,
.page-title:after,
.page-title:before,
.tabs-large:after,
.tabs-large:before,
[role=main]:after,
[role=main]:before {
  content: " ";
  display: table;
}

.aside:after,
.banner-header:after,
.cf:after,
.g:after,
.island:after,
.l-three-col:after,
.l-two-col-alt:after,
.l-two-col:after,
.page-title:after,
.tabs-large:after,
[role=main]:after {
  clear: both;
}

ul.g {
  margin: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
  list-style: none;
}

ul.g.g-3up {
  margin: -0.5em;
}

ul.g.g-3up &gt; li.gi.isus_thumbnail {
  padding: 0.7em;
  float: left;
  width: 33.3333333%;
  max-width: 310px;
}

.gi {
  padding: .7em;
}

.block-inset {
  position: relative;
  margin: 0 0 0.25em;
  overflow: hidden;
}

.block-inset img {
  display: block;
  width: 100%;
  margin: 0;
}

.block-inset .block-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0.5em;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.block-inset .block-title h4 {
  font-size: 1em;
  margin: 0!important;
  font-weight: bold;
  color: #fff;
}

.block-inset:focus .block-title,
.block-inset:hover .block-title,
.feature-play-icon .icon-video-play:before,
.play-banner .icon-video-play:before,
.river .thumb:focus .feature-play-icon .icon-video-play:before,
.river .thumb:focus .gallery-view-banner,
.river .thumb:focus .play-banner,
.river .thumb:hover .feature-play-icon .icon-video-play:before,
.river .thumb:hover .gallery-view-banner,
.river .thumb:hover .play-banner,
.thumb .feature-gallery .icon-gallery-view {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIHWMQbuM9AwACyQFzVmW6XwAAAABJRU5ErkJggg==);
  background: rgba(0, 113, 197, .8);
}

.paging-navigation {
  list-style: none;
  overflow: hidden;
  margin: 0 0 2em;
  padding-top: 1em;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.pagination {
  list-style: none;
  overflow: hidden;
  margin: 0 0 2em;
  padding-top: 1em;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.pagination a {
    min-width: 30px;
    display: block;
    background: #ececec;
    padding: 0 2px;
    font-weight: 700;
    color: #0071C5;
}

.pagination a:link,
.pagination a:visited {
    color: #929292;
}

.pagination a:focus,
.pagination a:hover {
    color: #3e433e;
}

.paging-navigation .loop-pagination {
  margin-top: -5px;
  text-align: center;
}

.page-numbers {
  min-width: 46px;
  width: fit-content;
  min-height: 46px;
  height: fit-content;
}

.paging-navigation .page-numbers {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin-right: 1px;
  margin-left: 11px;
  padding: 7px 16px;
  text-transform: uppercase;
}

.paging-navigation a {
  color: #2b2b2b;
}

.paging-navigation .page-numbers.current,
.paging-navigation a:hover {
  color: #0071C5;
}

.paging-navigation a.active {
  background-color: #0071C5;
  color: #fff;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1168px以上*/
@media screen and (min-width:1168px) {
  .g-4up-isus&gt;.gi {
    width: 25%;
    float: left;
  }
  .g-4up-isus&gt;.gi:nth-of-type(4n+1) {
    clear: left;
  }
}

/*1024px以上、1167px以下*/
@media screen and (min-width:1024px) and (max-width:1167px) {
  .g-4up-isus&gt;.gi {
    width: 33.3333%;
    float: left;
  }
  .g-4up-isus&gt;.gi:nth-of-type(4n+1) {
    clear: left;
  }
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .g-4up-isus&gt;.gi {
    width: 25%;
    float: left;
  }
  .g-4up-isus&gt;.gi:nth-of-type(4n+1) {
    clear: left;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .g-4up-isus&gt;.gi {
    width: 33.3333%;
    float: left;
  }
  .g-4up-isus&gt;.gi:nth-of-type(4n+1) {
    clear: left;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .g-4up-isus&gt;.gi {
    width: 50%;
    float: left;
  }
  .g-4up-isus&gt;.gi:nth-of-type(4n+1) {
    clear: left;
  }
}
</pre></body></html>