@charset "utf-8";

/*                leyout
======================================================= */
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .main_width {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main_width {
    padding: 0 15px;
  }
}


/*                サムネイル一覧
======================================================= */
.thumb_list {
  margin: -15px;
}
.thumb_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; 
}
.thumb_list > ul > li {
  padding: 15px;
  width: 30%; 
  list-style-type: none;
}
@media only screen and (max-width: 1024px) {
  .thumb_list {
    margin: -10px; 
  }
  .thumb_list > ul > li {
    padding: 10px; 
  } 
}

@media only screen and (max-width: 900px) {
  .thumb_list {
    margin: -5px; 
  }
  .thumb_list > ul > li {
    padding: 5px; 
  } 
}

@media only screen and (max-width: 640px) {
  .thumb_list {
    margin: -10px; 
  }
  .thumb_list > ul > li {
    padding: 10px;
    width: 50%; 
  } 
}

@media only screen and (max-width: 480px) {
  .thumb_list {
    margin: -5px; 
  }
  .thumb_list > ul > li {
    padding: 5px; 
  } 
}
.thumb_list > ul .thumb_cont {
  position: relative; 
}
.thumb_list > ul .thumb_cont .date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 0.75em 0.75em 0;
  z-index: 1;
  background-color: #f5f5f5;
}
.thumb_list > ul .thumb_cont .date > span {
  color: #b2b2b2;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.1; 
}

.thumb_list > ul .thumb_cont .thumb_size {
  display: block;
  opacity: 0; 
}
.thumb_list > ul .thumb_cont .thumb_size img {
  display: block;
  width: 100%; 
}
.thumb_list > ul .thumb_cont .thumb_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; 
}
.thumb_list > ul .thumb_cont .thumb_image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto; 
}
@media only screen and (max-width: 1024px) {
  .thumb_list > ul .thumb_cont .icon {
    font-size: 13px; 
  } 
}
@media only screen and (max-width: 900px) {
  .thumb_list > ul .thumb_cont .icon {
    font-size: 12px; 
  } 
}
@media only screen and (max-width: 640px) {
  .thumb_list > ul .thumb_cont .icon {
    font-size: 14px; 
  } 
}
@media only screen and (max-width: 480px) {
  .thumb_list > ul .thumb_cont .icon {
    font-size: 12px; 
  } 
}

.thumb_list > ul .text_cont {
  margin-top: 0.75em; 
}

.thumb_list > ul .text_cont .thumb_category p {
  font-weight: bold;
  font-weight: 600;
  font-size: 14px;
  color: #b2b2b2;
  letter-spacing: 0.05em; 
}
.thumb_list > ul .text_cont .thumb_category + .thumb_title {
  margin-left: 1em; 
}
.thumb_list > ul .text_cont .thumb_title > p, .thumb_list > ul .text_cont .thumb_title > h2, .thumb_list > ul .text_cont .thumb_title > h3 {
  font-weight: bold;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5; 
}
.thumb_list > ul > li > a, .thumb_list > ul > li > div {
  display: block;
  position: relative; 
}

.thumb_list > ul > li > a:hover, .thumb_list > ul > li > div:hover {
  text-decoration: none; 
}

@media only screen and (min-width: 769px) {
  .thumb_list > ul > li > a .thumb_cont .thumb_image img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
  }
  .thumb_list > ul > li > a:hover .thumb_cont .thumb_image img {
    width: 110%;
    max-width: 110%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
  } 
}

.thumb_list > ul .plugin_cont {
  max-width: 420px;
  width: auto;
  margin: 0 auto; 
}

.sidebar_layout .list_cont .min_title {
  margin-bottom: 1em; }

@media only screen and (max-width: 1024px) {
  .sidebar_layout .thumb_list > ul > li {
    width: 50%; 
  } 
}

@media only screen and (max-width: 768px) {
  .sidebar_layout .thumb_list > ul > li {
    width: 33.3333%; 
  } 
}

@media only screen and (max-width: 640px) {
  .sidebar_layout .thumb_list > ul > li {
    width: 50%; 
  } 
}

.sidebar_layout .item_list > ul > li {
  /* width: 33.33333%;  */
  width: 30.%; 
}

@media only screen and (max-width: 900px) {
  .sidebar_layout .item_list > ul > li {
    width: 50%; } }

@media only screen and (max-width: 768px) {
  .sidebar_layout .item_list > ul > li {
    width: 33.3333%; } }

@media only screen and (max-width: 640px) {
  .sidebar_layout .item_list > ul > li {
    width: 50%; } }


body.lower .content_inner {
  padding-top: 60px;
}
body.lower .content_inner + .content_inner {
  padding-top: 80px;
}
body.lower .content_inner li {
  list-style-type: none;
}

@media only screen and (max-width: 1024px) {
  body.lower .content_inner {
    padding-top: 60px;
  }
  body.lower .content_inner + .content_inner {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  body.lower .content_inner {
    padding-top: 50px;
  }
  body.lower .content_inner + .content_inner {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 480px) {
  body.lower .content_inner {
    padding-top: 30px;
  }
  body.lower .content_inner + .content_inner {
    padding-top: 30px;
  }
}


/*                ページネーション
======================================================= */
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul li .screen-reader-text {
  display: none;
}
.pagenation ul li > span, .pagenation ul li > a {
  color: #ffffff;
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  border: solid 1px #333;
  color: #333;
  font-weight: normal;
  font-size: 16px;
}
.pagenation ul li > span:hover, .pagenation ul li > a:hover {
  text-decoration: none;
  color: #fff;
  border: solid 1px #657b97;
  background-color: #657b97;
}
.pagenation ul li + li {
  margin-left: 10px;
}
.pagenation ul li.active > span, .pagenation ul li.active > a {
  border: solid 1px #657b97;
  background: #657b97;
  color: #fff;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .pagenation ul li > span, .pagenation ul li > a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .pagenation ul li + li {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 480px) {
  .pagenation ul li > span, .pagenation ul li > a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .pagenation ul li + li {
    margin-left: 5px;
  }
}

/*                ページネーション
======================================================= */
.pagination {
  margin-top: 50px;
}
.pagination h2 {
  display: none;
}
.pagination .nav-links, .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media only screen and (max-width: 768px) {
  .pagination .nav-links, .pagination ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination .nav-links span, .pagination .nav-links a, .pagination .nav-links li, .pagination ul span, .pagination ul a, .pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  background-color: #a6a6a6;
  color: #fff;
  text-decoration: none;
  width: 34px;
  height: 34px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination .nav-links span:hover, .pagination .nav-links a:hover, .pagination .nav-links li:hover, .pagination ul span:hover, .pagination ul a:hover, .pagination ul li:hover {
  opacity: 0.8;
}
.pagination .nav-links span.next, .pagination .nav-links span.prev, .pagination .nav-links a.next, .pagination .nav-links a.prev, .pagination .nav-links li.next, .pagination .nav-links li.prev, .pagination ul span.next, .pagination ul span.prev, .pagination ul a.next, .pagination ul a.prev, .pagination ul li.next, .pagination ul li.prev {
  display: none;
}
.pagination .nav-links span.current, .pagination .nav-links a.current, .pagination .nav-links li.current, .pagination ul span.current, .pagination ul a.current, .pagination ul li.current {
  background-color: #404040;
  border: solid 2px #404040;
}
.pagination .nav-links span.current:hover, .pagination .nav-links a.current:hover, .pagination .nav-links li.current:hover, .pagination ul span.current:hover, .pagination ul a.current:hover, .pagination ul li.current:hover {
  opacity: 1;
}
.pagination .nav-links span.dots, .pagination .nav-links a.dots, .pagination .nav-links li.dots, .pagination ul span.dots, .pagination ul a.dots, .pagination ul li.dots {
  margin: 0;
  background-color: #fff;
  color: #a6a6a6;
}
.pagination .nav-links span.dots:hover, .pagination .nav-links a.dots:hover, .pagination .nav-links li.dots:hover, .pagination ul span.dots:hover, .pagination ul a.dots:hover, .pagination ul li.dots:hover {
  opacity: 1;
}
.pagination .nav-links li:first-child, .pagination ul li:first-child {
  background-color: #404040;
  border: solid 2px #404040;
}
.pagination .nav-links li:first-child a, .pagination ul li:first-child a {
  background-color: #404040;
  border: solid 2px #404040;
}
.pagination .nav-links li:first-child a:hover, .pagination ul li:first-child a:hover {
  opacity: 1;
}


/*################## スマホ縦用　##################*/
@media screen and (min-width: 0px) and (max-width: 480px) {
  #blog-01-dummy {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 120px;
    padding-bottom: 80px;
  }
  #blog-01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 120px;
    padding-bottom: 80px;
  }
  #blog-02 {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 0 0;
  }
  #logo-top {
    width: 80%;
    height: auto;
    margin: 50px auto 100px auto;
    background-color: #f5f5f5;
  }
  #logo-top p img {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    position: relative;
    top:100px;
  }

  /* ブログ一覧 */
  #blog-03 {
    width: 80%;
    height: auto;
    margin: 50px auto 100px auto;
    background-color: #f5f5f5;
  }
  /* 各ブログ */
  #blog-04 {
    width: 90%;
    height: auto;
    margin: 100px auto;
    /* padding: 500px 0 0 0; */
    background-color: #f5f5f5;
  }
}
/*################## スマホ横用 #################*/
@media screen and (min-width: 481px) and (max-width: 896px) {
  #blog-01-dummy {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 120px;
    padding-bottom: 100px;
  }
  #blog-01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 120px;
    padding-bottom: 100px;
  }
  #blog-02 {
    width: 85%;
    margin: 0 auto;
    padding: 100px 0 0 0;
  }
  #logo-top {
    width: 100%;
    height: auto;
    margin: 50px auto 100px auto;
    background-color: #f5f5f5;
  }
  #logo-top p img {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    position: relative;
    top:100px;
  }
  /* ブログ一覧 */
  #blog-03 {
    width: 100%;
    height: auto;
    margin: 50px auto 100px auto;
    background-color: #f5f5f5;
  }
  /* 各ブログ */
  #blog-04 {
    width: 90%;
    height: auto;
    margin: 100px auto;
    /* padding: 500px 0 0 0; */
    background-color: #f5f5f5;
  }
}
/*################## PC用 #################*/
@media print, screen and (min-width:897px) {
  #blog-01-dummy {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    top: 110px;
    padding-bottom: 100px;
  }
  #blog-01 {
    width: 1100px;
    height: 516px;
    margin: 0 auto;
    position: relative;
    top: 110px;
    padding-bottom: 100px;
  }
  #blog-02 {
    padding: 100px 0 0 0;
  }
  #logo-top {
    width: 950px;
    height: auto;
    margin: 50px auto 100px auto;
    background-color: #f5f5f5;
  }
  #logo-top p img {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    position: relative;
    top:100px;
  }
  /* ブログ一覧 */
  #blog-03 {
    width: 950px;
    height: auto;
    margin: 100px auto;
    background-color: #f5f5f5;
  }
  /* 各ブログ */
  #blog-04 {
    width: 950px;
    height: auto;
    margin: 100px auto;
    /* padding: 500px 0 0 0; */
    background-color: #f5f5f5;
  }
}
/*################## スマホ・PC共通 ##################*/