@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通
=============================================================*/
.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6 {
  font-family: "Times New Roman", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }

#gFooter .copy {
  text-align: center;
  color: #666; }

.cate {
  font-size: 70%;
  border: 1px solid #ccc;
  padding: 0.2em 0.5em; }

article .container {
  text-align: left;
  padding-top: 10vw;
  padding-bottom: 10vw;
  line-height: 1.45; }
  @media print, screen and (min-width: 767.9px) {
    article .container {
      padding-top: 100px;
      padding-bottom: 100px; } }
  article .container .com_layout_rightBox .side_tit {
    margin-top: 50px;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #ccc; }
    article .container .com_layout_rightBox .side_tit:first-child {
      margin-top: 0; }
    article .container .com_layout_rightBox .side_tit i {
      display: inline-block;
      margin-right: 0.5em;
      color: #bbb4b4; }
  article .container .com_layout_rightBox ul li {
    border-bottom: 1px dotted #000; }
    article .container .com_layout_rightBox ul li a {
      display: block;
      position: relative;
      padding: 0.5em 0 0.5em 2em; }
      article .container .com_layout_rightBox ul li a:before {
        display: inline-block;
        font-size: 0.5em;
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        display: inline-block;
        font-weight: bold;
        /*-webkit-text-stroke: 1px white;*/
        position: absolute;
        left: 1.5em;
        top: 0;
        margin-top: 2em;
        line-height: 1;
        transition: all .3s; }

.archive {
  position: relative; }
  .archive .cateList {
    margin-bottom: 30px; }
    @media print, screen and (min-width: 767.9px) {
      .archive .cateList {
        margin-bottom: 50px; } }
    .archive .cateList .cat-item {
      box-sizing: border-box;
      border: 1px solid #fff;
      text-align: center;
      width: auto; }
      @media print, screen and (min-width: 767.9px) {
        .archive .cateList .cat-item {
          width: 25%; } }
      .archive .cateList .cat-item a {
        display: block;
        padding: 5px 10px;
        background-color: rgba(205, 205, 205, 0.2);
        border: #ccc 1px solid; }
        @media print, screen and (min-width: 767.9px) {
          .archive .cateList .cat-item a {
            padding: 20px; } }
        .archive .cateList .cat-item a:hover {
          background-color: #020c26;
          color: #fff;
          opacity: 1; }
  .archive dl {
    position: relative;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    padding: 20px 0;
    margin-top: -1px;
    box-sizing: border-box; }
    @media print, screen and (min-width: 767.9px) {
      .archive dl {
        margin: -1px auto 0 auto;
        display: flex;
        padding: 20px; } }
    .archive dl dt {
      margin-bottom: 0.5em; }
      @media print, screen and (min-width: 767.9px) {
        .archive dl dt {
          margin: 0; } }
      .archive dl dt time {
        font-family: "Times New Roman", Times, "serif";
        margin-right: 0.5em; }
    @media print, screen and (min-width: 767.9px) {
      .archive dl dd {
        padding-left: 2em; } }
    .archive dl a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .archive dl a span {
        display: none; }

.single article .inner {
  margin: 0 auto 20px auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px; }
  @media print, screen and (min-width: 767.9px) {
    .single article .inner {
      margin: 0 auto 50px auto;
      padding: 100px; } }
  .single article .inner .date {
    text-align: right; }
    .single article .inner .date time {
      font-family: "Times New Roman", Times, "serif";
      font-weight: normal;
      margin-right: 0.5em; }
  .single article .inner .tit {
    font-size: 180%;
    color: #804f24;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 767.9px) {
      .single article .inner .tit {
        margin-bottom: 50px; } }
  .single article .inner .thumbnail {
    margin: 0 auto 20px auto;
    text-align: center; }
    @media print, screen and (min-width: 767.9px) {
      .single article .inner .thumbnail {
        margin: 0 auto 50px auto; } }
    .single article .inner .thumbnail img {
      width: 600px;
      max-width: 100%; }
  .single article .inner .post-area {
    font-size: 16px;
    line-height: 1.68; }
    .single article .inner .post-area h2 {
      border-bottom: 3px solid #804f24;
      position: relative;
      padding-bottom: 0.5em !important; }
      @media print, screen and (min-width: 767.9px) {
        .single article .inner .post-area h2 {
          font-size: 20px; } }
      .single article .inner .post-area h2:before {
        content: "";
        display: block;
        width: 100px;
        height: 3px;
        position: absolute;
        bottom: -3px;
        left: 0;
        background-color: #ccc; }
    .single article .inner .post-area h3 {
      background-color: #000;
      color: #fff;
      padding: 0.2em 0.5em; }
    .single article .inner .post-area .box_g {
      background-color: #F5F5F5;
      padding: 20px; }
    .single article .inner .post-area .box_b {
      background-color: #ccc;
      padding: 20px; }
