<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "TsunagiGothic";
  src: url("../fonts/TsunagiGothic.woff") format("woff"); }
main {
  font-size: 1.6rem;
  font-family: "TsunagiGothic";
  font-weight: normal !important;
  	/*
  	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
  	*/ }

.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }

.l_sec {
  width: 72%; }
  .l_sec .blog-list {
    		/*
            margin-bottom: $s_spacer;
            li{
                border-bottom: 1px solid $border;
                margin-bottom: 2rem;
            }
            li &gt; a{
                display: block;
                position: relative;
                padding: 2rem 6rem 2rem 0;
            }
            h2{
                @include fz(18);
                margin-bottom: 1rem;
                letter-spacing: normal;
            }
    		*/
    margin-bottom: 6rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .l_sec .blog-list li {
      width: calc(33.3% - 6rem/3);
      margin-top: 3rem;
      margin-right: 3rem; }
      .l_sec .blog-list li:nth-child(-n+3) {
        margin-top: 0; }
      .l_sec .blog-list li:nth-child(3n) {
        margin-right: 0; }
      .l_sec .blog-list li a {
        transition: .3s opacity;
        display: block; }
        .l_sec .blog-list li a:hover {
          opacity: .7; }
        .l_sec .blog-list li a .thum-wrap {
          width: 100%;
          padding-top: 66%;
          position: relative; }
          .l_sec .blog-list li a .thum-wrap .thum, .l_sec .blog-list li a .thum-wrap .not-thum {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          .l_sec .blog-list li a .thum-wrap .not-thum {
            background-image: url("../img/common/not-thum.jpg"); }
        .l_sec .blog-list li a .text-wrap {
          margin-top: 1rem; }
          .l_sec .blog-list li a .text-wrap .day, .l_sec .blog-list li a .text-wrap .tit {
            display: block; }
          .l_sec .blog-list li a .text-wrap .day, .l_sec .blog-list li a .text-wrap .cat {
            font-size: 14px; }
          .l_sec .blog-list li a .text-wrap .cat-wrap {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-wrap: wrap; }
          .l_sec .blog-list li a .text-wrap .cat {
            background: #fed302;
            padding: 0rem .5rem;
            color: white;
            display: inline-block;
            margin-right: 5px; }

.b-info {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.b-time {
  margin-right: 2%; }

.b-cat {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem; }
  .b-cat a, .b-cat a:visited {
    display: block;
    padding: 0 .8rem;
    margin: 0 .5rem;
    background: #fed302;
    color: #fff; }

.r_sec {
  width: 22%; }
  .r_sec h4 {
    margin-bottom: 1rem;
    border-bottom: 1px solid #fed302; }
  .r_sec ul {
    margin-bottom: 6rem; }
    .r_sec ul li {
      border-bottom: 1px solid #bfbfbf;
      padding: 1rem 0; }

.current-cat a, .current-cat a:visited {
  color: #fed302; }

.pager {
  margin-bottom: 6rem; }
  .pager ul {
    font-size: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .pager ul li {
      text-align: center;
      margin: 0 .2rem; }
    .pager ul a, .pager ul span {
      overflow: hidden;
      white-space: nowrap;
      display: inline-block;
      width: 40px;
      height: 40px;
      padding: .4rem 1rem;
      box-sizing: border-box; }
    .pager ul a, .pager ul a:visited {
      border: 1px solid #fed302;
      transition: background .2s; }
      .pager ul a:hover, .pager ul a:visited:hover {
        color: #fff;
        background: rgba(254, 211, 2, 0.9); }
    .pager ul .current {
      color: #fff;
      background: #fed302; }
    .pager ul .dots {
      border: none; }

.blog-contents .shingle-title {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 2px solid #005c32; }
.blog-contents h1 {
  letter-spacing: normal;
  margin-bottom: 1rem; }

.shingle-thum {
  margin-bottom: 2rem; }

.blog-article {
  margin: 0 auto 6rem;
  font-family: sans-serif;
  font-weight: normal; }

.blog-guide {
  text-align: center; }
  .blog-guide a, .blog-guide a:visited {
    display: inline-block;
    padding: .5rem 1rem;
    margin: 0 .5rem;
    background: #fed302;
    color: #fff; }

@media screen and (max-width: 920px) {
  .blog-wrapper .l_sec {
    width: 70%;
    margin-bottom: 6rem; }
  .blog-wrapper .r_sec {
    width: 26%; }
  .blog-wrapper .blog-list .f-box {
    display: flex; }
  .blog-wrapper .blog-list li {
    width: calc(33.3% - 2rem/3);
    margin-top: 1rem;
    margin-right: 1rem; }
    .blog-wrapper .blog-list li:nth-child(-n+3) {
      margin-top: 0; }
    .blog-wrapper .blog-list li:nth-child(3n) {
      margin-right: 0; }
    .blog-wrapper .blog-list li a .text-wrap .cat {
      margin: 0 auto 5px 0; } }
@media screen and (max-width: 600px) {
  .blog-wrapper {
    display: block; }
    .blog-wrapper .l_sec {
      width: 100%;
      margin-bottom: 6rem; }
      .blog-wrapper .l_sec .blog-list {
        display: block; }
        .blog-wrapper .l_sec .blog-list li {
          width: 100%;
          margin: 0 auto 3rem !important; }
          .blog-wrapper .l_sec .blog-list li:last-child {
            margin-bottom: 0 !important; }
          .blog-wrapper .l_sec .blog-list li a .thum-wrap {
            padding-top: 66%; }
          .blog-wrapper .l_sec .blog-list li a .text-wrap .cat-wrap {
            display: block; }
          .blog-wrapper .l_sec .blog-list li a .text-wrap .cat {
            margin-right: 5px; }
    .blog-wrapper .r_sec {
      width: 100%; } }
</pre></body></html>