@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/*-------- 基本 --------*/
html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  font-family: 'Roboto', 'Noto Sans JP',  sans-serif, 'Hiragino Kaku Gothic Pro', Meiryo;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  /* WebFontギザギザ対応 以下1行 */
  /*-webkit-text-stroke: 0.05px #333;*/
  /*background-image: url(../img/bg.png);*/
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

/*-------- 共通 --------*/
.category01 a {
  background: #787320;
}

.category02 a {
  background: #468640;
}

.category03 a {
  background: #2c608c;
}

.category04 a {
  background: #5b4280;
}

.category05 a {
  background: #991920;
}
.category06 a {
    background: #904e00;
}

.category01 a,
.category02 a,
.category03 a,
.category04 a,
.category05 a,
.category06 a{
  text-decoration: none !important;
  color: #d5b662 !important;
}

.list .tag,
.detail .tag {
  -webkit-text-stroke: 0px;
  transform: none;
}
.list .tag ul,
.detail .tag ul {
  margin: 0px !important;
  padding: 0;
  list-style: none !important;
  text-align: right;
}
.list .tag ul li,
.detail .tag ul li {
  display: inline-block;
  margin: 0 0 0.1em 1em !important;
  padding: 0;
}
.list .tag ul li:before,
.detail .tag ul li:before {
  content: none !important;
  list-style: none !important;
}
.list .tag ul li a,
.detail .tag ul li a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 0.6em 0 1em;
  background-color: #323240;
  border-radius: 0 3px 3px 0;
  color: #d5b662;
  font-size: 13px;
  text-decoration: none !important;
  -webkit-transition: .2s;
  transition: .2s;
}
.list .tag ul li a::before,
.detail .tag ul li a::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #323240 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: .2s;
  transition: .2s;
  list-style: none !important;
}
.list .tag ul li a::after,
.detail .tag ul li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.list .tag ul li span,
.detail .tag ul li span {
  display: block;
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list .tag ul li a:hover,
.detail .tag ul li a:hover {
  background-color: #3d3d4e;
  color: #d5b662;
}
.list .tag ul li a:hover::before,
.detail .tag ul li a:hover::before {
  border-right-color: #3d3d4e;
}

.wrapper {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  /*-------- ハンバーガーメニュー＋フルスクリーンナビ --------*/
  /*menu*/
  /*-------- header --------*/
        /* 1099px以下 header
------------------------------ */
  /*----- 一覧ページ -----*/
    /* 1099px以下 一覧
------------------------------ */
    /* 959px以下 一覧
------------------------------ */
    /* 596px以下 一覧
------------------------------ */
  /*----- 記事詳細ページ -----*/
  /*----- サイドメニュー -----*/
}
.wrapper .hamburger,
.wrapper .menu,
.wrapper .gnav {
  display: none;
}
@media screen and (max-width: 596px) {
  .wrapper {
    /*gnav*/
  }
  .wrapper .hamburger {
    position: fixed !important;
    display: block;
    right: 10px;
    top: 8px;
    width: 52px;
    height: 50px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
  }
  .wrapper .menu {
    position: fixed !important;
    display: block;
    right: 20px;
    top: 16px;
    width: 40px;
    height: 30px;
    z-index: 99;
    padding: 4px;
  }
  .wrapper .menu__line {
    background: #ccc;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
    padding: 0;
  }
  .wrapper .menu__line--center {
    top: 16px;
  }
  .wrapper .menu__line--bottom {
    bottom: 0;
  }
  .wrapper .menu__line--top.active {
    top: 14px;
    transform: rotate(45deg);
  }
  .wrapper .menu__line--center.active {
    transform: scaleX(0);
  }
  .wrapper .menu__line--bottom.active {
    bottom: 14px;
    transform: rotate(135deg);
  }
  .wrapper .gnav {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    text-align: center;
  }
  .wrapper .gnav__wrap {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    position: absolute;
    width: 100%;
  }
  .wrapper .gnav__menu__item {
    margin: 40px 0;
  }
  .wrapper .gnav__menu__item a {
    color: #d5b662;
    font-size: 2em;
    font-weight: 300;
    padding: 60px;
    text-decoration: none;
    transition: .5s;
  }
  .wrapper .gnav__menu__item a:hover {
    color: #3d3d4e;
  }
}
.wrapper .header {
  width: 100%;
  height: 330px;
  padding: 20px 0px;
}
.wrapper .header .header__wrap {
  width: 1100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.wrapper .header .header__wrap h1.title {
  font-size: 4.1rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 0px;
  right: 0;
  line-height: 1;
}
.wrapper .header .header__wrap h1.title span {
  font-size: 0.9rem;
  position: relative;
  top: -36px;
  font-weight: 500;
}
.wrapper .header .header__wrap nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  top: 10px;
  margin: 0 auto 60px auto;
}
.wrapper .header .header__wrap nav ul li a {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 3rem;
  width: 94%;
  min-width: 150px;
  background: rgba(39, 39, 45, 0.9);
  margin: 4px 10px;
  color: #d5b662;
  text-decoration: none;
}
.wrapper .header .header__wrap nav ul li a.current,
.wrapper .header .header__wrap nav ul li a:hover {
  background: #454545;
}
@media screen and (max-width: 1099px) {
  .wrapper {
        /* 959px以下 header
------------------------------ */
  }
  .wrapper .header {
    height: 350px;
  }
  .wrapper .header .header__wrap {
    width: 100%;
  }
  .wrapper .header .header__wrap nav ul {
    width: 100%;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper .header .header__wrap nav ul li {
    margin: 0px;
  }
  .wrapper .header .header__wrap nav ul li a {
    width: 94%;
    min-width: 100px;
    margin: 4px 4px;
  }
}
@media screen and (max-width: 1099px) and (max-width: 959px) {
  .wrapper .header {
    height: 350px;
  }
  .wrapper .header .header__wrap {
    width: 100%;
  }
  .wrapper .header .header__wrap nav ul {
    width: 100%;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper .header .header__wrap nav ul li {
    margin: 0px;
  }
  .wrapper .header .header__wrap nav ul li a {
    width: 94%;
    min-width: 100px;
    margin: 4px 4px;
  }
  .wrapper .header .header__wrap .logo img {
    width: 20%;
    min-width: 140px;
  }
  .wrapper .header .header__wrap h1.title {
    font-size: 3.8rem;
    position: relative;
    top: 0px;
    max-width: 65%;
  }
  .wrapper .header .header__wrap span {
    font-size: 0.8rem;
    position: relative;
    top: -36px;
  }
}

.wrapper .contents h2.tagsort {
  width: 1130px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 auto 20px auto !important;
}
.wrapper main.list {
  width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  /*----- ページャー -----*/
}
.wrapper main.list article {
  position: relative;
  background: rgba(39, 39, 45, 0.9);
  margin: 0 15px 30px 15px;
  width: 260px;
  padding: 10px;
  /* カテゴリーラベル */
}
.wrapper main.list article .important {
  background: rgba(230, 22, 22, 0.9);
  color: #ccc;
  width: 50px;
  font-size: 0.8em;
  padding: 2px;
  text-align: center;
  position: absolute;
  top: 0;
}
.wrapper main.list article a {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.wrapper main.list article img {
  width: auto;
  height: 130px;
  border: solid #333 2px;
}
.wrapper main.list article p.date {
  font-size: 13px;
  padding-top: 4px;
  color: #666;
}
.wrapper main.list article p.date .new {
  color: #a41d1d;
  font-weight: 600;
  padding: 0 0 0 8px;
}
.wrapper main.list article .category01,
.wrapper main.list article .category02,
.wrapper main.list article .category03,
.wrapper main.list article .category04,
.wrapper main.list article .category05,
.wrapper main.list article .category06{
  font-size: 12px;
  width: 90px;
  position: relative;
  top: -20px;
  margin-left: auto;
}
.wrapper main.list article .category01 a,
.wrapper main.list article .category02 a,
.wrapper main.list article .category03 a,
.wrapper main.list article .category04 a,
.wrapper main.list article .category05 a,
.wrapper main.list article .category06 a{
  width: 90px;
  display: inline-block;
  text-align: center !important;
}
.wrapper main.list article h2 {
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: -10px 0 8px 0 !important;
}
.wrapper main.list article h2 a {
  text-decoration: none;
  color: #ccc;
  text-align: left;
}
.wrapper main.list article h2 a:hover {
  text-decoration: underline;
}
.wrapper main.list article .tag ul {
  margin: 8px 0;
}
.wrapper main.list article .tag ul li {
  margin: 0;
}
.wrapper main.list article .tag ul li a {
  font-size: 11px !important;
  height: 24px;
  line-height: 24px;
}
.wrapper main.list article .tag ul li a::before {
  left: -12px;
  border-width: 12px 12px 12px 0;
}
.wrapper main.list .pager {
  overflow: hidden;
  margin-top: 40px;
  width: 100%;
}
.wrapper main.list .pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
.wrapper main.list .pager ul li {
  margin: 0 6px;
  position: relative;
  left: -50%;
  float: left;
}
.wrapper main.list .pager ul li a {
  display: block;
  font-size: 16px;
  padding: 0.6em 1em;
  border-radius: 3px;
  background: #333;
  color: #d5b662;
  text-decoration: none;
  opacity: 0.8;
}
.wrapper main.list .pager ul li a:hover {
  background: #454545;
  color: #d5b662;
}
.wrapper main.list .pager ul li a.current {
  background: #454545;
  color: #d5b662;
  pointer-events: none;
}
.wrapper main.list .pager ul li span {
  display: block;
  font-size: 16px;
  border-radius: 3px;
}
@media screen and (max-width: 1099px) {
  .wrapper main.list {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .wrapper main.list {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 596px) {
  .wrapper .contents h2 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 auto 10px auto !important;
  }
  .wrapper .contents h2.tagsort {
    width: 100%;
  }
  .wrapper main.list {
    width: 100%;
    min-width: 290px;
    flex-wrap: wrap;
  }
  .wrapper main.list article {
    width: 100%;
  }
  .wrapper main.list article img {
    height: 175px;
    width: auto;
  }
  .wrapper main.list article h2 {
    font-size: 1rem;
    margin-top: -10px;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .wrapper main.list article .category01,
  .wrapper main.list article .category02,
  .wrapper main.list article .category03,
  .wrapper main.list article .category04,
  .wrapper main.list article .category05,
.wrapper main.list article .category06{
    position: relative;
    top: -20px;
    margin-left: auto;
  }
}
.wrapper main.detail {
  width: 1160px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.wrapper .contents-wrap {
  background: rgba(39, 39, 45, 0.9);
  width: 860px;
  margin: 0 auto;
  padding: 28px 50px;
  word-break: break-all;
}
.wrapper .contents-wrap p.date {
  font-size: 14px;
  margin: 0px 0px;
  padding: 0;
}
.wrapper .contents-wrap p.date .new {
  color: #e92e2e;
  font-weight: 600;
  padding: 0 0 0 8px;
}
.wrapper .contents-wrap .category {
  position: relative;
  top: -26px;
  left: 120px;
  flex: auto;
  width: 160px;
}
.wrapper .contents-wrap .important {
  background: rgba(230, 22, 22, 0.9);
  color: #fff;
  width: 50px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
.wrapper .contents-wrap .category01,
.wrapper .contents-wrap .category02,
.wrapper .contents-wrap .category03,
.wrapper .contents-wrap .category04,
.wrapper .contents-wrap .category05,
.wrapper .contents-wrap .category06{
  font-size: 14px;
  margin: 0;
  display: inline-block;
}
.wrapper .contents-wrap .category01 a,
.wrapper .contents-wrap .category02 a,
.wrapper .contents-wrap .category03 a,
.wrapper .contents-wrap .category04 a,
.wrapper .contents-wrap .category05 a,
.wrapper .contents-wrap .category06 a{
  display: inline-block;
  width: 100px;
  text-align: center;
}
.wrapper .contents-wrap .article_footer {
  font-size: 1rem;
  padding: 20px 0;
  margin: 10px 0 20px 0;
  /* SNSボタン */
  /*ソーシャルリストデザイン7*/
            /*
            .shareList7__link.icon-hatebu {
            background: #333;
            border-bottom: solid 4px rgba(0, 0, 0, 0.15);
        }
            
        .shareList7__link.icon-twitter {
            background: #55acee;
            border-bottom: solid 4px rgba(0, 0, 0, 0.25);
        }

        .shareList7__link.icon-facebook {
            background: #3B5998;
            border-bottom: solid 4px rgba(0, 0, 0, 0.25);
        }

        .shareList7__link.icon-google-plus {
            background: #dd4b39;
            border-bottom: solid 4px rgba(0, 0, 0, 0.25);
        }

        .shareList7__link.icon-hatebu {
            background: #008FDE;
            border-bottom: solid 4px rgba(0, 0, 0, 0.25);
        }

        .shareList7__link.icon-pocket {
            background: #EB4654;
            border-bottom: solid 4px rgba(0, 0, 0, 0.25);
        }

        .shareList7__link.icon-rss {
            background: #ff9900;
            border-bottom: solid 4px rgba(0, 0, 0, 0.25);
        }

        .shareList7__link.icon-feedly {
            background: #6cc655;
            border-bottom: solid 4px rgba(0, 0, 0, 0.25);
        }

        .shareList7__link.icon-pinterest {
            background: #cb2027;
            border-bottom: solid 4px rgba(0, 0, 0, 0.25);
        }

        .shareList7__link.icon-linkedin {
            background: #0e76a8;
            border-bottom: solid 4px rgba(0, 0, 0, 0.25);
        }

        .shareList7__link.icon-line {
            background: #1dcd00;
            border-bottom: solid 4px rgba(0, 0, 0, 0.25);
        }
*/
}
.wrapper .contents-wrap .article_footer ul li {
  padding: 0;
}
.wrapper .contents-wrap .article_footer .pager {
  border-top: 1px solid #666;
  width: 100%;
}
.wrapper .contents-wrap .article_footer .pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
}
.wrapper .contents-wrap .article_footer .pager ul li {
  width: 33%;
  list-style-type: none;
  padding: 0;
}
.wrapper .contents-wrap .article_footer .pager ul li a {
  color: #d5b662;
}
.wrapper .contents-wrap .article_footer .pager ul li a.pre {
  display: block;
  line-height: 2rem;
}
.wrapper .contents-wrap .article_footer .pager ul li a.next {
  display: block;
  line-height: 2rem;
  text-align: right;
}
.wrapper .contents-wrap .article_footer .pager ul li a.tolist {
  display: block;
  line-height: 2rem;
  text-align: center;
  width: 110px;
  background: #454545;
  margin: 0 auto;
}
.wrapper .contents-wrap .article_footer .pager ul li a.tolist:hover {
  text-decoration: none;
  background: #999;
  color: #fff;
}
.wrapper .contents-wrap .article_footer .pager ul li:before {
  content: none;
}
.wrapper .contents-wrap .article_footer .shareList7 {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0 40px 0;
  -webkit-text-stroke: 0px;
  transform: none;
}
.wrapper .contents-wrap .article_footer .shareList7__item {
  flex-grow: 1;
  height: 36px;
  line-height: 36px;
  min-width: 140px;
  text-align: center;
  margin: 5px 5px 4px 5px;
}
.wrapper .contents-wrap .article_footer li.shareList7__item:before {
  content: none;
}
.wrapper .contents-wrap .article_footer .shareList7__link {
  display: block;
  color: #999;
  text-decoration: none;
  border-radius: 5px;
}
.wrapper .contents-wrap .article_footer .shareList7__link::before {
  font-size: 18px;
}
.wrapper .contents-wrap .article_footer .shareList7__link::after {
  content: attr(title);
  font-size: 13px;
  font-weight: 500;
  vertical-align: top;
  margin-left: 5px;
}
.wrapper .contents-wrap .article_footer .shareList7__link:hover {
  opacity: 0.75;
}
.wrapper .contents-wrap .article_footer .shareList7__link.icon-twitter {
  background: #333;
  border-bottom: solid 4px rgba(0, 0, 0, 0.15);
}
.wrapper .contents-wrap .article_footer .shareList7__link.icon-facebook {
  background: #333;
  border-bottom: solid 4px rgba(0, 0, 0, 0.15);
}
.wrapper .contents-wrap .article_footer .shareList7__link.icon-line {
  background: #333;
  border-bottom: solid 4px rgba(0, 0, 0, 0.15);
}
.wrapper .contents-wrap .article_footer .shareList7__link:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.wrapper aside {
  background: rgba(39, 39, 45, 0.9);
  width: 280px;
  margin-left: 20px;
  padding: 10px 20px;
}
.wrapper aside h2 {
  color: #ccc;
  font-size: 1.3rem;
  border-bottom: 2px solid #423a5c;
  margin: 18px 0;
  text-align: left;
}
.wrapper aside h3 {
  font-size: 1rem;
}
.wrapper aside article {
  margin: 10px 0px;
  width: 240px;
  padding: 4px 0;
  border-bottom: solid 1px #333;
  line-height: 1.4rem;
}
.wrapper aside article .thum {
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    margin-bottom: 6px;
}
.wrapper aside article .thum img {
    max-height:150px;
    margin: 0 auto;
    vertical-align: bottom;
}
.wrapper aside article p.date {
  font-size: 12px;
  padding-top: 0px;
}
.wrapper aside article .category01 a,
.wrapper aside article .category02 a,
.wrapper aside article .category03 a,
.wrapper aside article .category04 a,
.wrapper aside article .category05 a,
.wrapper aside article .category06 a{
  font-size: 11px;
  width: 90px;
  margin: 0;
  text-align: center;
  position: relative;
  top: -23px;
  left: 74px;
  display: block !important;
}
.wrapper aside article h3 {
  font-size: 0.9rem;
  margin: 0 0;
  position: relative;
  top: -14px;
}
.wrapper aside article h3 a {
  text-decoration: none;
}
.wrapper aside .tag ul {
  text-align: left;
}
.wrapper aside .tag ul li {
  margin-bottom: 6px;
}
.wrapper aside nav ul {
  margin-bottom: 30px;
}
.wrapper aside nav ul li a {
  background: rgba(39, 39, 45, 0.9);
  display: block;
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-decoration: none;
  padding: 10px 20px;
  margin: 8px 0;
}
.wrapper aside nav ul li a:hover {
  background: rgba(102, 102, 102, 0.9);
  text-decoration: none;
}
.wrapper footer {
  padding: 20px 0;
}
.wrapper footer p {
  text-align: center;
  font-size: 0.7rem;
  padding: 10px auto !important;
  margin: 20px auto 0px auto;
}
.wrapper footer p span {
  position: relative;
  top: -10px;
}
.wrapper footer img {
  width: 80px;
  margin: 0 20px 0 0;
  vertical-align: bottom;
}

#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0.5;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}

#page_top a::before {
  font-family: FontAwesome;
  content: '\f102';
  font-size: 26px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 1099px以下 記事詳細
------------------------------ */
@media screen and (max-width: 1099px) {
  .wrapper main.detail {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .wrapper .contents-wrap {
    width: 860px;
    margin: 0 auto;
    padding: 28px 50px;
  }
  .wrapper aside {
    width: 860px;
    margin: 10px auto 0 auto;
  }
  .wrapper aside h2 {
    text-align: left;
  }
  .wrapper aside .latest {
    width: 100%;
  }
  .wrapper aside .latest .article-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .wrapper aside .latest article {
    width: 32%;
    padding: 0 16px;
    border-bottom: none;
  }
  .wrapper aside .latest .latest1,
  .wrapper aside .latest .latest2 {
    border-right: solid 1px #333;
  }
  .wrapper aside .category nav ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .wrapper aside .category nav ul li {
    /*カテゴリー数によって要調整 */
    width: 19%;
    min-width: 140px;
    margin-right: 8px;
  }
  .wrapper aside .twitter {
    text-align: center;
  }
  .wrapper aside .twitter h2 {
    text-align: left;
  }
}
/* 959px以下 記事詳細
------------------------------ */
@media screen and (max-width: 959px) {
  main.detail {
    width: 98%;
    flex-wrap: wrap;
  }
  main.detail .contents-wrap {
    margin: 0 auto;
    padding: 28px 40px;
  }

  aside {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
/* 596px以下 記事詳細
------------------------------ */
@media screen and (max-width: 596px) {
  main.detail .contents-wrap {
    margin: 0 auto;
    padding: 16px 20px;
  }
  main.detail .contents-wrap h1 {
    font-size: 1.6rem;
  }
  main.detail .contents-wrap h2 {
    font-size: 1.4rem;
  }
  main.detail .contents-wrap h2 .article_footer {
    padding: 20px 0;
  }
  main.detail .contents-wrap h2 .article_footer ul li {
    padding-left: 0;
  }
  main.detail aside {
    width: 100%;
    margin: 0px auto 0 auto;
  }
  main.detail aside h2 {
    text-align: left !important;
    margin: 20px 10px !important;
  }
  main.detail .latest .article-list {
    display: block !important;
    width: 100%;
  }
  main.detail .latest .article-list article {
    width: 100% !important;
    padding: 0 8px !important;
  }
  main.detail .latest .article-list .latest1,
  main.detail .latest .article-list .latest2 {
    border-right: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
