@charset "UTF-8";
/*** THEME ***/
/*** THEME ***/
/*** THEME ***/
.post_categories {
  font-size: 0.625rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
  padding-left: 0; }
  .post_categories li {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0.5em; }
    .post_categories li a {
      font-weight: normal;
      display: block;
      background-color: #F0F0F0;
      border-radius: 0.4em;
      padding: 0.42em 0.6em;
      white-space: nowrap;
      -webkit-transition-property: background-color;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-delay: 0;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-property: background-color;
      -moz-transition-duration: 0.2s;
      -moz-transition-delay: 0;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-property: background-color;
      -o-transition-duration: 0.2s;
      -o-transition-delay: 0;
      -o-transition-timing-function: ease-in-out;
      transition-property: background-color;
      transition-duration: 0.2s;
      transition-delay: 0;
      transition-timing-function: ease-in-out; }
      .post_categories li a:hover {
        background-color: #E0E0E0; }

.newslist {
  letter-spacing: -0.5em; }
  .newslist article {
    display: inline-block;
    vertical-align: top;
    font-size: 0.875rem;
    line-height: 1.5em;
    letter-spacing: 0; }
    .newslist article .icatch {
      display: block;
      background-image: url("");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-delay: 0 "opacity";
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-property: all;
      -moz-transition-duration: 0.2s;
      -moz-transition-delay: 0 "opacity";
      -moz-transition-timing-function: ease-in-out;
      -o-transition-property: all;
      -o-transition-duration: 0.2s;
      -o-transition-delay: 0 "opacity";
      -o-transition-timing-function: ease-in-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-delay: 0 "opacity";
      transition-timing-function: ease-in-out;
      margin-bottom: 1.25em;
      background-color: #F5F6F4;
      color: #000;
      overflow: hidden; }
      .newslist article .icatch::before {
        content: "";
        display: block;
        padding-top: 66.5625%; }
      .newslist article .icatch img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-property: transform;
        -moz-transition-duration: 0.2s;
        -moz-transition-delay: 0;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-property: transform;
        -o-transition-duration: 0.2s;
        -o-transition-delay: 0;
        -o-transition-timing-function: ease-in-out;
        transition-property: transform;
        transition-duration: 0.2s;
        transition-delay: 0;
        transition-timing-function: ease-in-out;
        width: 100%;
        z-index: 1; }
      .newslist article .icatch .nophoto {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        text-align: center; }
      .newslist article .icatch:hover {
        filter: alpha(opacity=60);
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        opacity: 0.6; }
        .newslist article .icatch:hover img {
          transform: translate(-50%, -50%) scale(1.05); }
    .newslist article .date {
      color: #646464;
      font-size: 0.7142857143em;
      letter-spacing: 0.08em; }
    .newslist article .title {
      font-weight: bold;
      font-size: 1.2857142857em;
      line-height: 1.5em;
      letter-spacing: 0.075em;
      margin-bottom: 0.75em;
      text-align: left; }
    .newslist article .except {
      letter-spacing: 0.04em;
      padding-bottom: 3.57em; }
  @media only screen and (min-width: 737px) {
    .newslist:not(.cols2) article {
      width: 31.3725490196%; }
      .newslist:not(.cols2) article:nth-child(3n+1), .newslist:not(.cols2) article:nth-child(3n+2) {
        padding-right: 2.9411764706%; }
    .newslist.cols2 article {
      width: 47.1428571429%; }
      .newslist.cols2 article:nth-child(2n+1) {
        padding-right: 5.7142857143%; } }
  @media only screen and (max-width: 736px) {
    .newslist {
      margin: 0 !important;
      border-top: 1px solid #C8C8C8; }
      .newslist article {
        display: block;
        width: auto !important;
        padding: 1.5em 0 1.5em 50% !important;
        border-bottom: 1px solid #C8C8C8; }
        .newslist article .icatch {
          float: left;
          margin-left: -100%;
          width: 90%; }
        .newslist article .except {
          padding-bottom: 0em !important; }
        .newslist article .cats {
          display: none; } }

.art-border {
  line-height: 0;
  border-bottom: 1px solid #000;
  margin-top: 7.1428571428571428571428571428571em;
  margin-bottom: 3.5714285714285714285714285714286em; }

.art-related .nopost {
  margin-bottom: 4.5em; }

.widget {
  margin-bottom: 3.5em; }
  .widget h4 {
    letter-spacing: 0.17em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: left;
    padding-bottom: 0.85em;
    margin-top: 0;
    margin-bottom: 1.42em;
    border-bottom: 1px solid #000; }
  .widget .items {
    font-size: 0.8571428571em;
    line-height: 2em; }
    .widget .items h5 {
      background-color: #F0F0F0;
      margin-bottom: 1.5em;
      line-height: 1.5em;
      padding-right: 0.5em;
      font-weight: bold;
      display: inline-block;
      text-align: left;
      font-size: 1em;
      margin-top: 0; }
  .widget.categorys .cats {
    font-size: 0.75rem;
    font-weight: bold;
    list-style: none; }

#body-wrapper .content-area {
  width: 68.6274509804%;
  float: left; }
  #body-wrapper .content-area article.art-single {
    margin-bottom: 4.5em; }
#body-wrapper .content-area article.art-single .art-header {
    display: flex;
    align-items: center;
 }
    #body-wrapper .content-area article.art-single .art-header .date {
      display: inline-block;
      font-family: "DINNextLTPro", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "M+ 1p", sans-serif;
      font-size: 0.75rem;
      line-height: 1em;
      letter-spacing: 0.04em;
      font-weight: normal;
      margin-right: 1em;
      margin-bottom: 0.4em; }
    #body-wrapper .content-area article.art-single .art-header .post_categories {
      display: inline-block; }

#body-wrapper .content-area article.art-single .art-header .sns_share {
    margin-left:auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5em;
    }
#body-wrapper .content-area article.art-single .art-header .sns_share li {
    margin-right: 20px;
    list-style: none;
    }
#body-wrapper .content-area article.art-single .art-header .sns_share li:last-child {
    margin-right: 0px;
    }

    #body-wrapper .content-area article.art-single .art-icatch {
      display: block; }
      #body-wrapper .content-area article.art-single .art-icatch img {
        width: 100%; }
    #body-wrapper .content-area article.art-single .art-content p {
      display: block; }
    #body-wrapper .content-area article.art-single .art-content h1, #body-wrapper .content-area article.art-single .art-content h2, #body-wrapper .content-area article.art-single .art-content h3, #body-wrapper .content-area article.art-single .art-content h4, #body-wrapper .content-area article.art-single .art-content h5, #body-wrapper .content-area article.art-single .art-content h6 {
      font-weight: bold;
      margin: 0px;
      padding: 0px;
      border: none;
      color: #333333;
      text-align: left;
      line-height: 1.35em; }
    #body-wrapper .content-area article.art-single .art-content h1 {
      font-size: 2rem;
      margin-top: 2em;
      margin-bottom: 1em; }
    #body-wrapper .content-area article.art-single .art-content h2 {
      font-size: 1.625rem;
      margin-top: 2em;
      margin-bottom: 1em; }
    #body-wrapper .content-area article.art-single .art-content h3 {
      font-size: 1.5rem;
      margin-top: 2em;
      margin-bottom: 1em; }
    #body-wrapper .content-area article.art-single .art-content h4 {
      font-size: 1.3125rem;
      margin-top: 1em;
      margin-bottom: 0.5em; }
    #body-wrapper .content-area article.art-single .art-content h5 {
      font-size: 1.125rem;
      margin-top: 0.75em;
      margin-bottom: 0.35em; }
    #body-wrapper .content-area article.art-single .art-content h6 {
      font-size: 1rem;
      margin-top: 0.75em;
      margin-bottom: 0.35em; }
    #body-wrapper .content-area article.art-single .art-content strong {
      font-weight: bold; }
    #body-wrapper .content-area article.art-single .art-content blockquote {
      display: block;
      -webkit-margin-before: 1em;
      -webkit-margin-after: 1em;
      -webkit-margin-start: 40px;
      -webkit-margin-end: 40px; }
    #body-wrapper .content-area article.art-single .art-content pre {
      white-space: pre-wrap;
      word-wrap: break-word;
      overflow: auto; }
    #body-wrapper .content-area article.art-single .art-content hr {
      border-top: 1px solid #333333; }
    #body-wrapper .content-area article.art-single .art-content sup {
      font-size: 70%;
      vertical-align: top;
      position: relative;
      top: -0.25em; }
    #body-wrapper .content-area article.art-single .art-content sub {
      font-size: 70%;
      vertical-align: bottom;
      position: relative;
      bottom: -0.25em; }
    #body-wrapper .content-area article.art-single .art-content a {
      color: inherit;
      text-decoration: underline; }
      #body-wrapper .content-area article.art-single .art-content a:hover, #body-wrapper .content-area article.art-single .art-content a:active {
        text-decoration: underline; }
    #body-wrapper .content-area article.art-single .art-content a[target="_blank"]:after {
      content: "";
      display: inline-block;
      background-image: url(../img/base/blanklink.svg);
      background-size: contain;
      background-position: center top;
      background-repeat: no-repeat;
      width: 0.85em;
      margin: 0 0.5em;
      height: 1em;
      vertical-align: middle; }
    #body-wrapper .content-area article.art-single .art-content ul, #body-wrapper .content-area article.art-single .art-content ol {
      margin-left: 1.5em;
      font-size: 1rem;
      line-height: inherit;
      letter-spacing: inherit; }
    #body-wrapper .content-area article.art-single .art-content blockquote {
      display: block;
      border-left: 0.625rem solid #c40100;
      padding: 0em 2em;
      margin: 0;
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
    #body-wrapper .content-area article.art-single .art-content .aligncenter,
    #body-wrapper .content-area article.art-single .art-content .alignright,
    #body-wrapper .content-area article.art-single .art-content .alignleft {
      display: block;
      margin: 0;
      margin-top: 0.25em;
      margin-bottom: 0.46em; }
    #body-wrapper .content-area article.art-single .art-content .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #body-wrapper .content-area article.art-single .art-content .alignright {
      float: right;
      margin-left: 1em; }
    #body-wrapper .content-area article.art-single .art-content .alignleft {
      float: left;
      margin-right: 1em; }
    @media only screen and (max-width: 736px) {
      #body-wrapper .content-area article.art-single .art-content .aligncenter,
      #body-wrapper .content-area article.art-single .art-content .alignright,
      #body-wrapper .content-area article.art-single .art-content .alignleft {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
        height: auto !important; } }
    #body-wrapper .content-area article.art-single .art-content .wp-caption {
      max-width: 100% !important; }
      #body-wrapper .content-area article.art-single .art-content .wp-caption .wp-caption-dd,
      #body-wrapper .content-area article.art-single .art-content .wp-caption .wp-caption-text {
        font-size: 0.75em;
        margin-bottom: 0.52em; }
    #body-wrapper .content-area article.art-single .art-content img[class*="wp-image-"],
    #body-wrapper .content-area article.art-single .art-content img[class*="attachment-"] {
      max-width: 100%;
      height: auto; }
    #body-wrapper .content-area article.art-single .art-content .clearfix {
      overflow: hidden;
      zoom: 1; }
    #body-wrapper .content-area article.art-single .art-content .clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    #body-wrapper .content-area article.art-single .art-content table {
      border-collapse: collapse;
      width: 100%;
      border: 1px solid #333;
      margin-bottom: 1em; }
      #body-wrapper .content-area article.art-single .art-content table tr th, #body-wrapper .content-area article.art-single .art-content table tr td {
        border: 1px solid #333; }
      #body-wrapper .content-area article.art-single .art-content table tr th {
        text-align: left;
        padding: 0.5em 1em;
        font-weight: normal;
        white-space: nowrap; }
      #body-wrapper .content-area article.art-single .art-content table tr td {
        text-align: left;
        padding: 0.5em 1em; }
      #body-wrapper .content-area article.art-single .art-content table thead th, #body-wrapper .content-area article.art-single .art-content table thead td {
        font-weight: bold;
        text-align: center; }
    #body-wrapper .content-area article.art-single .art-content h2.title {
      font-weight: bold;
      font-size: 1.2857142857em;
      line-height: 1.5em;
      margin-top: 1.5em;
      margin-bottom: 1.5em;
      text-align: left; }
    #body-wrapper .content-area article.art-single .art-footer {
      margin-top: 8.75rem;
      display: flex;
    align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
}
#body-wrapper .content-area article.art-single .art-footer .sns_share {
    margin-left:auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
#body-wrapper .content-area article.art-single .art-footer .sns_share li {
    margin-right: 20px;
    list-style: none;
    }
#body-wrapper .content-area article.art-single .art-footer .sns_share li:last-child {
    margin-right: 0px;
    }
@media only screen and (max-width: 736px) {
    #body-wrapper .content-area article.art-single .art-footer .sns_share {
    margin-left:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    }
    #body-wrapper .content-area article.art-single .art-footer .sns_share li {
    margin-right: 34px;
    list-style: none;
    }
}
  #body-wrapper .content-area .art-navi {
    text-align: center;
    font-size: 0;
    line-height: 0; }
    #body-wrapper .content-area .art-navi a[rel="prev"],
    #body-wrapper .content-area .art-navi a[rel="next"] {
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 1.5625rem;
      height: 2.1875rem;
      position: relative; }
      #body-wrapper .content-area .art-navi a[rel="prev"]::before,
      #body-wrapper .content-area .art-navi a[rel="next"]::before {
        content: "";
        display: block;
        width: 1.40625rem;
        height: 1.40625rem;
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        -webkit-transition-property: border-color;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-property: border-color;
        -moz-transition-duration: 0.2s;
        -moz-transition-delay: 0;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-property: border-color;
        -o-transition-duration: 0.2s;
        -o-transition-delay: 0;
        -o-transition-timing-function: ease-in-out;
        transition-property: border-color;
        transition-duration: 0.2s;
        transition-delay: 0;
        transition-timing-function: ease-in-out; }
      #body-wrapper .content-area .art-navi a[rel="prev"][rel="prev"],
      #body-wrapper .content-area .art-navi a[rel="next"][rel="prev"] {
        float: left; }
        #body-wrapper .content-area .art-navi a[rel="prev"][rel="prev"]::before,
        #body-wrapper .content-area .art-navi a[rel="next"][rel="prev"]::before {
          transform: translate(-15%, -50%) rotate(45deg);
          border-bottom: 1px solid #000;
          border-left: 1px solid #000; }
      #body-wrapper .content-area .art-navi a[rel="prev"][rel="next"],
      #body-wrapper .content-area .art-navi a[rel="next"][rel="next"] {
        float: right; }
        #body-wrapper .content-area .art-navi a[rel="prev"][rel="next"]::before,
        #body-wrapper .content-area .art-navi a[rel="next"][rel="next"]::before {
          transform: translate(-85%, -50%) rotate(45deg);
          border-top: 1px solid #000;
          border-right: 1px solid #000; }
      #body-wrapper .content-area .art-navi a[rel="prev"]:hover::before,
      #body-wrapper .content-area .art-navi a[rel="next"]:hover::before {
        border-color: rgba(0, 0, 0, 0.6); }
    #body-wrapper .content-area .art-navi .list {
      display: inline-block; }
      #body-wrapper .content-area .art-navi .list svg {
        width: 2.273rem;
        height: 2.0981875rem;
        -webkit-transition-property: fill;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-property: fill;
        -moz-transition-duration: 0.2s;
        -moz-transition-delay: 0;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-property: fill;
        -o-transition-duration: 0.2s;
        -o-transition-delay: 0;
        -o-transition-timing-function: ease-in-out;
        transition-property: fill;
        transition-duration: 0.2s;
        transition-delay: 0;
        transition-timing-function: ease-in-out; }
      #body-wrapper .content-area .art-navi .list:hover svg {
        fill: rgba(0, 0, 0, 0.6); }
  #body-wrapper .content-area .art-related .area-title {
    font-size: 0.75rem;
    line-height: 1em;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 3.4375rem; }
    #body-wrapper .content-area .art-related .area-title span {
      display: inline-block;
      border-bottom: 1px solid #000;
      padding-bottom: 1em; }
  @media only screen and (max-width: 736px) {
    #body-wrapper .content-area {
      float: none;
      width: 100%;
      margin-bottom: 5em; } }
#body-wrapper .sidebar-area {
  width: 24.5098039216%;
  float: right; }
  @media only screen and (max-width: 736px) {
    #body-wrapper .sidebar-area {
      float: none;
      width: 100%; } }
