@import url(base.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:700&display=swap");
.page-ttl {
  background-image: url("../img/base/pagettl-bg2.jpg"); }
  .page-ttl .en .slash {
    margin: 0 .25em; }

.content-wrapper .main-content {
  width: 680px;
  float: right; }

.ttl {
  text-align: left; }

.list-content-wrapper .inner, .detail-wrapper .inner {
  width: 1000px;
  margin: 50px auto 0; }

.list-content-wrapper {
  margin: 70px 0 103px; }

.main-content .content-title {
  margin-bottom: 20px;
  padding: 16px 24px 18px;
  font-size: 24px;
  font-weight: 400;
  border: solid 1px #ddd;
  background: white;
  border-radius: 12px; }
.main-content .news-type .list {
  margin: 0;
  padding-bottom: 20px; }
  .main-content .news-type .list .list-item {
    width: 100%;
    display: block;
    border-top: solid 1px #c4c5c5;
    margin-top: 27px;
    padding: 29px 0 0 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;
    *zoom: 1; }
    .main-content .news-type .list .list-item:before, .main-content .news-type .list .list-item:after {
      display: table;
      content: "";
      line-height: 0; }
    .main-content .news-type .list .list-item:after {
      clear: both; }
    .main-content .news-type .list .list-item:first-child {
      border-top: 0;
      padding-top: 0;
      margin-top: 0; }
    .main-content .news-type .list .list-item .image {
      width: 230px;
      height: 170px;
      position: relative;
      overflow: hidden; }
      .main-content .news-type .list .list-item .image img {
        width: 100%;
        height: auto;
        transition: .2s ease;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
        width: auto; }
    .main-content .news-type .list .list-item .desc {
      width: 426px;
      margin-left: 20px;
      position: relative;
      height: 170px; }
      .main-content .news-type .list .list-item .desc .ttl {
        font-size: 18px;
        line-height: 29px;
        font-weight: 400;
        color: #303030;
        height: 87px;
        overflow: hidden;
        transition: .2s ease;
        letter-spacing: -1px; }
      .main-content .news-type .list .list-item .desc .overview {
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        margin-top: 13px;
        color: #5a504e; }
      .main-content .news-type .list .list-item .desc .info-bt {
        *zoom: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: #afafb0 1px dashed;
        padding: 0 0 12px 4px;
        margin-bottom: 10px; }
        .main-content .news-type .list .list-item .desc .info-bt:before, .main-content .news-type .list .list-item .desc .info-bt:after {
          display: table;
          content: "";
          line-height: 0; }
        .main-content .news-type .list .list-item .desc .info-bt:after {
          clear: both; }
      .main-content .news-type .list .list-item .desc .badge-cate {
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 5px 20px 0; }
        .main-content .news-type .list .list-item .desc .badge-cate span {
          background: white;
          color: #989898;
          font-size: 14px;
          padding: 1px 11px 0;
          border: #989898 1px solid; }
      .main-content .news-type .list .list-item .desc .date {
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
        color: #727171;
        letter-spacing: .8px; }
    .main-content .news-type .list .list-item:hover .ttl {
      color: #13ae68;
      opacity: .6; }
    .main-content .news-type .list .list-item:hover .image img {
      transform: translate(-50%, -50%) scale(1.1, 1.1); }

.rensai-wrapper .rensai-content-list .row {
  margin: 0 -8px; }
.rensai-wrapper .rensai-content-list .cate-item {
  margin: 8px 0;
  padding: 0 8px;
  text-align: center; }
  .rensai-wrapper .rensai-content-list .cate-item a {
    background: #fff;
    border-radius: 10px;
    display: block;
    padding: 15px;
    border: solid 1px #13ae68; }
  .rensai-wrapper .rensai-content-list .cate-item .image {
    width: 100%;
    height: 105px; }
    .rensai-wrapper .rensai-content-list .cate-item .image img {
      position: relative;
      top: 8%;
      left: 0;
      max-height: 90%;
      width: auto; }
  .rensai-wrapper .rensai-content-list .cate-item .desc {
    padding: 12px 16px;
    color: #13ae68; }
    .rensai-wrapper .rensai-content-list .cate-item .desc .cate-name {
      line-height: 24px;
      font-size: 18px;
      transition: .2s ease; }
    .rensai-wrapper .rensai-content-list .cate-item .desc .detail {
      margin-top: 8px;
      line-height: 20px;
      height: 40px;
      overflow: hidden;
      font-size: 14px;
      color: #303030; }
  .rensai-wrapper .rensai-content-list .cate-item a:hover {
    background: rgba(255, 244, 110, 0.2); }

.pagination {
  margin: 22px 0 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  letter-spacing: -.4em;
  line-height: 30px; }
  .pagination .prev, .pagination .next {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    border-radius: 5px;
    border: solid 1px #c4c5c5;
    transition: .4s ease; }
    .pagination .prev a, .pagination .next a {
      display: block;
      border-radius: 5px;
      color: #13ae68;
      font-size: 16px;
      width: 30px;
      height: 30px; }
    .pagination .prev:hover, .pagination .next:hover {
      background: #13ae68;
      color: white; }
    .pagination .prev .fa-angle-left:before, .pagination .next .fa-angle-left:before {
      font-size: 24px;
      display: none; }
    .pagination .prev .fa-angle-right:before, .pagination .next .fa-angle-right:before {
      font-size: 24px;
      display: none; }
  .pagination .prev {
    margin-right: 22px; }
    .pagination .prev a {
      background: url("../img/article/icn-prev.png") no-repeat center; }
  .pagination .next {
    margin-left: 22px; }
    .pagination .next a {
      background: url("../img/article/icn-next.png") no-repeat center; }
  .pagination .page {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 5px; }
    .pagination .page a {
      display: block;
      font-size: 16px;
      border-radius: 5px;
      border: solid 1px #c4c5c5;
      color: #303030;
      width: 30px;
      height: 30px;
      line-height: 26px; }
    .pagination .page a:hover {
      background: #13ae68;
      color: white; }
  .pagination .here a {
    color: white;
    background: #13ae68;
    border: #13ae68 1px solid; }

.bottom-cate {
  margin-top: 60px; }
  .bottom-cate .title {
    background: rgba(19, 174, 104, 0.15);
    padding: 12px 0 11px;
    text-align: center;
    font-size: 20px;
    letter-spacing: .8px;
    border-radius: 6px; }
  .bottom-cate .row {
    margin: 0 -7.5px; }
  .bottom-cate .cate-item {
    padding: 0 7.5px;
    margin-top: 34px; }
    .bottom-cate .cate-item .s-title a {
      display: block;
      border-bottom: solid 2px #989898;
      padding-bottom: 10px;
      font-size: 20px;
      color: #303030;
      margin-bottom: 17px;
      background: transparent; }
    .bottom-cate .cate-item a {
      display: block;
      background: none;
      padding-bottom: 21px;
      color: #303030; }
      .bottom-cate .cate-item a:hover {
        color: #13ae68; }
        .bottom-cate .cate-item a:hover .image img {
          transform: translate(-50%, -50%) scale(1.1, 1.1); }
        .bottom-cate .cate-item a:hover .ttl {
          opacity: .6; }
      .bottom-cate .cate-item a .image {
        width: 100%;
        height: 152px;
        float: none;
        position: relative;
        overflow: hidden; }
        .bottom-cate .cate-item a .image img {
          transition: .2s ease;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          max-height: 100%;
          width: auto; }
      .bottom-cate .cate-item a .ttl {
        margin-top: 13px;
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        padding: 0;
        overflow: hidden;
        color: #595757;
        transition: .2s ease; }

.rensai-content {
  margin-top: 132px;
  padding: 32px 0 29px;
  background: rgba(124, 171, 96, 0.12); }
  .rensai-content .inner {
    width: 1000px;
    margin: 0 auto; }
  .rensai-content .row {
    margin: 0 -8px; }
  .rensai-content .cate-item {
    margin: 8px 0;
    padding: 0 8px;
    text-align: center; }
    .rensai-content .cate-item .link-outer {
      background: #fff;
      border-radius: 10px; }
      .rensai-content .cate-item .link-outer a {
        background: #fff;
        border-radius: 10px;
        display: block;
        padding: 15px; }
    .rensai-content .cate-item .image {
      width: 100%;
      height: 135px; }
      .rensai-content .cate-item .image img {
        position: relative;
        top: 8%;
        left: 0;
        max-height: 90%;
        width: auto; }
    .rensai-content .cate-item .desc {
      padding: 12px 16px;
      color: #13ae68; }
      .rensai-content .cate-item .desc .cate-name {
        line-height: 24px;
        font-size: 18px;
        transition: .2s ease; }
      .rensai-content .cate-item .desc .detail {
        margin-top: 8px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        font-size: 14px;
        color: #303030; }
    .rensai-content .cate-item a:hover {
      background: rgba(255, 244, 110, 0.2); }

.detail-wrapper {
  margin: 76px 0 125px; }
  .detail-wrapper .text-right {
    margin-bottom: 10px; }
  .detail-wrapper .outer {
    border: 1px solid #cbcbcb;
    padding: 20px 30px 28px;
    background: white;
    color: #303030; }
  .detail-wrapper .tags a {
    padding: 0 3px 4px 3px;
    display: inline-block;
    margin-bottom: 4px; }
    .detail-wrapper .tags a i {
      color: #13ae68; }
    .detail-wrapper .tags a span {
      color: #666;
      font-size: 12px; }
  .detail-wrapper .text-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 17px 0 8px 0;
    border-bottom: solid 1px #979797;
    padding-bottom: 22px;
    letter-spacing: .8px; }
  .detail-wrapper .date {
    letter-spacing: .5px; }
    .detail-wrapper .date time {
      font-size: 14px;
      margin-right: 5px;
      vertical-align: middle;
      color: #717070; }
    .detail-wrapper .date .badge-cate {
      font-size: 14px;
      margin-left: 5px;
      display: inline-block;
      vertical-align: middle;
      color: #717070; }
  .detail-wrapper .entry-content {
    line-height: 1.8em;
    margin-top: 17px;
    padding: 0 2px; }
    .detail-wrapper .entry-content .hl2 {
      padding: 7px 16px;
      font-size: 22px;
      line-height: 32px;
      background: rgba(19, 174, 104, 0.15);
      margin-bottom: 20px;
      margin-top: 30px;
      letter-spacing: 0;
      font-weight: 400; }
    .detail-wrapper .entry-content .hl3 {
      padding-top: 7px;
      padding-bottom: 10px;
      font-size: 19px;
      line-height: 30px;
      border-bottom: 2px solid #13ae68;
      margin-bottom: 20px;
      margin-top: 25px;
      position: relative;
      font-weight: 400; }
    .detail-wrapper .entry-content .main-text {
      padding-top: 10px;
      font-size: 16px; }
    .detail-wrapper .entry-content .input-space {
      padding: 20px 150px; }
      .detail-wrapper .entry-content .input-space .btn-space {
        text-align: center; }
        .detail-wrapper .entry-content .input-space .btn-space .btn {
          padding: 20px 50px; }
    .detail-wrapper .entry-content .mokuji {
      margin: 20px 0 20px 0;
      border: 1px solid #231815;
      padding: 30px; }
      .detail-wrapper .entry-content .mokuji .ttl {
        border-bottom: 1px solid #231815;
        padding-bottom: 16px;
        text-align: center;
        font-weight: 400;
        font-size: 20px;
        color: #13ae68;
        margin-top: 0; }
      .detail-wrapper .entry-content .mokuji ul {
        margin: 10px 0 0; }
        .detail-wrapper .entry-content .mokuji ul li {
          list-style: none;
          padding: 0;
          margin: 0;
          font-weight: normal; }
          .detail-wrapper .entry-content .mokuji ul li a {
            font-size: 16px;
            line-height: 24px;
            color: #303030;
            text-decoration: none; }
          .detail-wrapper .entry-content .mokuji ul li a:hover {
            color: #13ae68;
            opacity: .6; }
      .detail-wrapper .entry-content .mokuji .hl2 {
        background: transparent;
        border-radius: 8px;
        font-weight: 400;
        line-height: 24px; }
      .detail-wrapper .entry-content .mokuji .hl3 {
        margin-left: 1em;
        line-height: 24px;
        border: 0; }
    .detail-wrapper .entry-content blockquote {
      position: relative;
      padding: 10px 15px 10px 60px;
      box-sizing: border-box;
      font-style: italic;
      background: #f5f5f5;
      color: #303030;
      border-left: 4px solid #13ae68;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14); }
    .detail-wrapper .entry-content blockquote:before {
      display: inline-block;
      position: absolute;
      top: 15px;
      left: 15px;
      vertical-align: middle;
      content: "\f10d";
      font-family: FontAwesome,sans-serif;
      color: #13ae68;
      font-size: 30px;
      line-height: 1; }
    .detail-wrapper .entry-content blockquote p {
      padding: 0;
      margin: 7px 0;
      line-height: 1.9; }
    .detail-wrapper .entry-content blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
    .detail-wrapper .entry-content strong {
      font-weight: 500; }
    .detail-wrapper .entry-content ul {
      list-style-type: disc;
      margin-left: 0; }
      .detail-wrapper .entry-content ul li {
        margin-left: 20px; }
    .detail-wrapper .entry-content ol {
      list-style-type: decimal;
      margin-left: 0; }
      .detail-wrapper .entry-content ol li {
        margin-left: 20px; }
    .detail-wrapper .entry-content img {
      margin-bottom: 16px;
      max-width: 100%;
      height: auto; }
    .detail-wrapper .entry-content .caption {
      font-size: 14px;
      margin-top: -8px;
      line-height: 20px;
      margin-bottom: 20px; }
    .detail-wrapper .entry-content a {
      color: #3584b8; }
      .detail-wrapper .entry-content a:hover {
        color: #0b97c4; }
    .detail-wrapper .entry-content .block-html {
      margin-bottom: 30px; }
      .detail-wrapper .entry-content .block-html iframe {
        max-width: 100%; }
    .detail-wrapper .entry-content .embed-related {
      border: 1px solid #b2b2b2;
      margin-bottom: 30px; }
      .detail-wrapper .entry-content .embed-related .img, .detail-wrapper .entry-content .embed-related .body {
        float: left; }
      .detail-wrapper .entry-content .embed-related a {
        display: block;
        padding: 15px;
        color: #303030;
        *zoom: 1; }
        .detail-wrapper .entry-content .embed-related a:before, .detail-wrapper .entry-content .embed-related a:after {
          display: table;
          content: "";
          line-height: 0; }
        .detail-wrapper .entry-content .embed-related a:after {
          clear: both; }
        .detail-wrapper .entry-content .embed-related a:hover {
          background: rgba(92, 172, 109, 0.2); }
      .detail-wrapper .entry-content .embed-related .img {
        width: 150px;
        height: 110px;
        position: relative;
        overflow: hidden; }
        .detail-wrapper .entry-content .embed-related .img img {
          max-height: 100%;
          min-height: 100%;
          max-width: initial;
          width: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          margin: 0; }
      .detail-wrapper .entry-content .embed-related .body {
        width: calc(100% - 150px);
        padding-left: 26px; }
        .detail-wrapper .entry-content .embed-related .body .ttl {
          font-size: 18px;
          line-height: 24px;
          height: 48px;
          font-weight: 400;
          overflow: hidden; }
        .detail-wrapper .entry-content .embed-related .body .desc {
          margin-top: 4px;
          font-size: 14px;
          line-height: 20px;
          height: 60px;
          overflow: hidden; }
    .detail-wrapper .entry-content .embed-button {
      text-align: center;
      margin-bottom: 30px; }
      .detail-wrapper .entry-content .embed-button a {
        display: inline-block;
        border: solid 1px #13ae68;
        padding: 12px 15px;
        border-radius: 8px;
        min-width: 300px;
        max-width: 100%;
        margin: 0 auto;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: white;
        background: #13ae68;
        word-break: break-all;
        text-decoration: none; }
      .detail-wrapper .entry-content .embed-button a:hover {
        background: white !important;
        color: #13ae68; }
    .detail-wrapper .entry-content .block-imgtxt {
      margin-top: 30px;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-start; }
      .detail-wrapper .entry-content .block-imgtxt .image {
        width: 200px;
        height: 200px;
        position: relative;
        overflow: hidden; }
        .detail-wrapper .entry-content .block-imgtxt .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          max-height: 100%;
          width: auto;
          height: 100%;
          width: auto;
          min-width: initial;
          max-width: initial;
          margin: 0; }
      .detail-wrapper .entry-content .block-imgtxt .txt-box {
        flex: 1 0 0;
        padding: 8px 0 8px 20px; }
        .detail-wrapper .entry-content .block-imgtxt .txt-box .txt-ttl {
          font-size: 1.2em;
          font-weight: 500; }
        .detail-wrapper .entry-content .block-imgtxt .txt-box .txt {
          margin-top: 12px;
          line-height: 1.8em; }
          .detail-wrapper .entry-content .block-imgtxt .txt-box .txt a {
            border-bottom: solid 1px #13ae68;
            padding-bottom: 4px;
            text-decoration: none; }
    .detail-wrapper .entry-content .block-doc {
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-start; }
      .detail-wrapper .entry-content .block-doc .icn {
        display: block;
        margin: 0 20px; }
        .detail-wrapper .entry-content .block-doc .icn img {
          display: block;
          margin: 0;
          max-width: initial;
          max-height: initial;
          width: 56px;
          height: auto; }
        .detail-wrapper .entry-content .block-doc .icn:hover {
          opacity: .8; }
      .detail-wrapper .entry-content .block-doc .detail {
        flex: 1; }
        .detail-wrapper .entry-content .block-doc .detail a {
          color: #303030;
          display: block;
          width: 160px;
          padding: 3px 0;
          text-align: center;
          border-radius: 20px;
          border: solid 1px #303030; }
          .detail-wrapper .entry-content .block-doc .detail a:hover {
            color: white;
            background: #13ae68;
            border-color: #13ae68; }
        .detail-wrapper .entry-content .block-doc .detail .desc {
          font-size: .8em;
          margin-top: 8px;
          line-height: 1.4em;
          color: #505050; }
    .detail-wrapper .entry-content .block-tb {
      margin-bottom: 30px; }
      .detail-wrapper .entry-content .block-tb table {
        width: 100%; }
        .detail-wrapper .entry-content .block-tb table th, .detail-wrapper .entry-content .block-tb table td {
          border: solid 1px #999999;
          padding: 8px 15px;
          font-size: .9em;
          line-height: 1.8em; }
        .detail-wrapper .entry-content .block-tb table th {
          background: #F5F5F5; }
    .detail-wrapper .entry-content .block-li-txt {
      margin-bottom: 30px; }
      .detail-wrapper .entry-content .block-li-txt li .li-ttl {
        font-weight: 400;
        font-size: 1em; }
      .detail-wrapper .entry-content .block-li-txt li .li-txt {
        line-height: 1.6em;
        font-size: .8em; }
    .detail-wrapper .entry-content .share-link {
      margin-top: 20px; }
      .detail-wrapper .entry-content .share-link a {
        border: solid 1px #9e9f9f;
        padding: 2px 6px;
        border-radius: 5px;
        font-size: 12px;
        display: inline-block;
        line-height: 18px;
        color: #303030; }
        .detail-wrapper .entry-content .share-link a:hover {
          color: inherit; }
        .detail-wrapper .entry-content .share-link a.fb i {
          color: #13ae68;
          font-size: 18px;
          margin-right: 4px;
          vertical-align: middle; }
        .detail-wrapper .entry-content .share-link a.line img {
          height: 18px;
          margin: 0 4px 0 0;
          vertical-align: middle;
          width: auto; }
        .detail-wrapper .entry-content .share-link a.tw i {
          color: #1da1f2;
          font-size: 18px;
          margin-right: 4px;
          vertical-align: middle; }

.author {
  margin-top: 34px;
  color: #303030; }
  .author .navi a.active {
    background: #13ae68;
    color: white; }
    .author .navi a.active:hover, .author .navi a.active:focus {
      color: white;
      background: #13ae68;
      border: 0; }
  .author .navi {
    border: 0; }
    .author .navi li {
      cursor: pointer;
      display: inline-block;
      background: #c4c5c5; }
      .author .navi li a {
        padding: 10px 22px 8px;
        display: block;
        color: white;
        border: 0;
        font-size: 16px;
        text-align: center;
        min-width: 199px; }
        .author .navi li a:hover {
          background: #ddd; }
      .author .navi li i {
        padding-right: 8px; }
  .author .tab-content {
    border: 1px solid #13ae68;
    padding: 23px 25px 30px 34px;
    background: white; }
  .author .about, .author .article {
    *zoom: 1; }
    .author .about:before, .author .about:after, .author .article:before, .author .article:after {
      display: table;
      content: "";
      line-height: 0; }
    .author .about:after, .author .article:after {
      clear: both; }
  .author .about .thumb {
    vertical-align: top;
    width: 160px;
    float: left;
    height: 114px;
    position: relative;
    overflow: hidden; }
    .author .about .thumb img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      max-height: 100%;
      width: auto; }
  .author .about .txt {
    float: left;
    padding-left: 16px;
    width: calc(100% - 160px);
    vertical-align: top; }
    .author .about .txt .comment {
      font-size: 14px;
      line-height: 21px;
      margin-top: 3px; }
    .author .about .txt .name {
      padding-top: 2px;
      padding-bottom: 3px;
      font-size: 20px;
      font-weight: 400; }
  .author .article {
    font-family: "Noto Sans JP", serif; }
    .author .article ul {
      margin: 0 -10px 20px; }
      .author .article ul li {
        padding: 0 10px;
        *zoom: 1; }
        .author .article ul li a {
          *zoom: 1; }
          .author .article ul li a:before, .author .article ul li a:after {
            display: table;
            content: "";
            line-height: 0; }
          .author .article ul li a:after {
            clear: both; }
        .author .article ul li a:hover .ttl {
          color: #13ae68;
          opacity: .6; }
        .author .article ul li .ttl {
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          height: 60px;
          overflow: hidden;
          float: left;
          color: #303030;
          width: calc(100% - 80px);
          padding-left: 10px;
          transition: .2s ease; }
        .author .article ul li:before, .author .article ul li:after {
          display: table;
          content: "";
          line-height: 0; }
        .author .article ul li:after {
          clear: both; }
        .author .article ul li .thumb {
          width: 80px;
          height: 72px;
          overflow: hidden;
          position: relative;
          float: left; }
          .author .article ul li .thumb img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%;
            max-height: 100%;
            width: auto; }
    .author .article .go-list {
      display: block;
      margin: 0 auto;
      text-align: center;
      background: #13ae68;
      color: white;
      font-size: 16px;
      padding: 12px 0;
      border: solid 1px #13ae68;
      width: 200px; }
      .author .article .go-list:hover {
        background: white;
        color: #13ae68; }

.kw-list-content {
  letter-spacing: -.4em; }
  .kw-list-content .item {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }
    .kw-list-content .item a {
      display: block;
      padding: 8px 12px;
      font-size: 14px;
      color: white;
      background: #808080; }
      .kw-list-content .item a:hover {
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        -webkit-opacity: 0.8;
        opacity: 0.8; }

.related {
  padding-top: 36px; }
  .related .title {
    background: rgba(249, 174, 59, 0.15);
    padding: 12px 0 11px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.3px; }
  .related ul {
    margin: 32px -7.5px 0; }
  .related .b-item {
    padding: 0 7.5px;
    margin-bottom: 20px; }
    .related .b-item a {
      padding-bottom: 14px;
      color: #303030;
      display: block; }
      .related .b-item a:hover {
        color: #13ae68; }
        .related .b-item a:hover .main-photo img {
          transform: translate(-50%, -50%) scale(1.1, 1.1); }
    .related .b-item .main-photo {
      height: 151px;
      overflow: hidden;
      position: relative; }
      .related .b-item .main-photo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
        width: auto;
        transition: .2s ease; }
    .related .b-item .b-ttl {
      margin-top: 14px;
      font-size: 14px;
      line-height: 20px;
      height: 60px;
      padding: 0;
      overflow: hidden; }

.sidemenu {
  float: left;
  width: 290px; }
  .sidemenu .s-title {
    background: #13ae68;
    color: white;
    font-size: 20px;
    padding: 0 0 0 50px;
    font-weight: 300;
    line-height: 45px;
    border-left: #989898 5px solid;
    position: relative;
    margin-bottom: 10px; }
    .sidemenu .s-title:after {
      content: "";
      background: url("../img/article/tri.png") no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      width: 16px;
      height: 17px; }
  .sidemenu .menu-list .menu-item {
    border-bottom: dashed 1px #afafb0;
    color: #303030;
    font-size: 16px; }
    .sidemenu .menu-list .menu-item a {
      display: block;
      width: 100%;
      color: #303030;
      text-overflow: ellipsis;
      overflow: hidden; }
      .sidemenu .menu-list .menu-item a:hover .list-txt .ttl {
        color: #13ae68;
        opacity: .6; }
    .sidemenu .menu-list .menu-item .image {
      position: relative;
      width: 120px;
      height: 90px;
      overflow: hidden;
      float: left; }
      .sidemenu .menu-list .menu-item .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
        width: auto; }
    .sidemenu .menu-list .menu-item .list-txt {
      padding-left: 10px;
      float: left;
      width: 170px; }
      .sidemenu .menu-list .menu-item .list-txt .ttl {
        display: block;
        font-size: 14px;
        line-height: 20px;
        height: 62px;
        overflow: hidden;
        transition: .2s ease; }
      .sidemenu .menu-list .menu-item .list-txt .desc {
        margin-top: 13px; }
        .sidemenu .menu-list .menu-item .list-txt .desc .cate {
          color: #5a504e;
          font-size: 12px; }
    .sidemenu .menu-list .menu-item:first-child {
      border-top: none; }
    .sidemenu .menu-list .menu-item.active a {
      background-color: #13ae68; }
  .sidemenu .menu-list .menu-child {
    border-top: solid 1px #000; }
    .sidemenu .menu-list .menu-child a {
      background: #f1f1f1; }
  .sidemenu .latest-content {
    margin-bottom: 35px; }
    .sidemenu .latest-content .s-title {
      background: #13ae68 url("../img/article/icn-new.png") no-repeat left 10px center; }
    .sidemenu .latest-content .menu-item {
      padding: 15px 0; }
  .sidemenu .pickup-type {
    margin-bottom: 35px; }
    .sidemenu .pickup-type .s-title {
      background: #13ae68 url("../img/article/icn-pick.png") no-repeat left 10px center; }
    .sidemenu .pickup-type .menu-item {
      padding: 15px 0; }
  .sidemenu .cate-content {
    margin-bottom: 35px; }
    .sidemenu .cate-content .s-title {
      background: #13ae68 url("../img/article/icn-cate.png") no-repeat left 10px center;
      margin-bottom: 20px; }
    .sidemenu .cate-content .menu-item {
      padding: 0;
      border: 0 !important;
      margin: 10px 0 0; }
      .sidemenu .cate-content .menu-item:first-child {
        margin-top: 0; }
      .sidemenu .cate-content .menu-item a {
        display: block;
        border: solid 1px #c4c5c5;
        border-radius: 6px;
        padding: 10px 20px 9px;
        font-size: 14px;
        position: relative;
        background: white; }
        .sidemenu .cate-content .menu-item a:after {
          content: '';
          color: #5a504e;
          position: absolute;
          right: 10px;
          top: 10px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5.5px 0 5.5px 7px;
          border-color: transparent transparent transparent #989898; }
      .sidemenu .cate-content .menu-item a:hover {
        color: #13ae68; }
    .sidemenu .cate-content .kw {
      margin-top: 10px;
      text-align: right; }
      .sidemenu .cate-content .kw a {
        font-size: 12px;
        color: #303030; }
        .sidemenu .cate-content .kw a:hover {
          color: #13ae68; }
  .sidemenu .rank-type {
    margin-bottom: 35px; }
    .sidemenu .rank-type .s-title {
      background: #13ae68 url("../img/article/icn-rank.png") no-repeat left 10px center;
      margin-bottom: 5px; }
    .sidemenu .rank-type .menu-item {
      padding: 15px 0;
      position: relative; }
      .sidemenu .rank-type .menu-item:before {
        content: '';
        width: 38px;
        height: 38px;
        position: absolute;
        left: -10px;
        top: 0;
        z-index: 3; }
      .sidemenu .rank-type .menu-item:nth-child(6) {
        border-top: #66c2a6 2px solid;
        padding-top: 30px;
        margin-top: 28px; }
    .sidemenu .rank-type .menu-item:nth-child(1):before {
      background: url("../img/article/rank1.png") no-repeat center center; }
    .sidemenu .rank-type .menu-item:nth-child(2):before {
      background: url("../img/article/rank2.png") no-repeat center center; }
    .sidemenu .rank-type .menu-item:nth-child(3):before {
      background: url("../img/article/rank3.png") no-repeat center center; }
  .sidemenu .archive-content {
    margin-bottom: 35px; }
    .sidemenu .archive-content .s-title {
      background: #13ae68 url("../img/article/icn-month.png") no-repeat left 10px center; }
    .sidemenu .archive-content .menu-item {
      border-bottom: dashed 1px #b2b2b2; }
    .sidemenu .archive-content a, .sidemenu .archive-content span {
      padding-left: 20px;
      font-size: 16px;
      line-height: 50px;
      position: relative; }
    .sidemenu .archive-content span {
      font-weight: normal;
      padding-left: 0; }
    .sidemenu .archive-content a:after {
      content: '\f054';
      line-height: 52px;
      color: #c4c5c5;
      position: absolute;
      font-weight: 600;
      right: 10px;
      top: 0;
      font-size: 14px;
      font-family: "Font Awesome 5 Free",sans-serif; }
    .sidemenu .archive-content a:hover {
      color: #13ae68; }
  .sidemenu .tag-content .s-title {
    background: #13ae68 url("../img/article/icn-key.png") no-repeat left 10px center; }
  .sidemenu .tag-content ul {
    padding-top: 16px;
    letter-spacing: -.4em; }
    .sidemenu .tag-content ul .item {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: normal; }
      .sidemenu .tag-content ul .item a {
        border: solid 1px #989898;
        color: #989898;
        font-size: 12px;
        padding: 4px 10px;
        margin-bottom: 4px;
        display: block;
        margin-right: 6px; }
      .sidemenu .tag-content ul .item a:hover {
        opacity: .6; }
  .sidemenu .tag-content .kw {
    margin-top: 10px;
    text-align: right; }
    .sidemenu .tag-content .kw a {
      font-size: 12px;
      color: #303030; }
      .sidemenu .tag-content .kw a:hover {
        color: #13ae68; }
  .sidemenu .fix-content .menu-item {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    *zoom: 1; }
    .sidemenu .fix-content .menu-item:before, .sidemenu .fix-content .menu-item:after {
      display: table;
      content: "";
      line-height: 0; }
    .sidemenu .fix-content .menu-item:after {
      clear: both; }
    .sidemenu .fix-content .menu-item .ttl {
      display: block;
      padding-bottom: 8px; }
      .sidemenu .fix-content .menu-item .ttl a {
        color: #13ae68; }
    .sidemenu .fix-content .menu-item .desc {
      color: #303030;
      padding-top: 2px;
      line-height: 18px; }
    .sidemenu .fix-content .menu-item img {
      width: 100px;
      float: left;
      margin-right: 10px; }

@media only screen and (max-width: 1099px) {
  .list-content-wrapper .inner, .detail-wrapper .inner {
    width: 100%;
    padding: 0 40px; }

  .content-wrapper .main-content {
    width: calc(100% - 340px); } }
@media only screen and (max-width: 768px) {
  .content-wrapper {
    padding-bottom: 0; }
    .content-wrapper .main-content {
      width: 100%;
      float: none;
      margin-bottom: 20px; }
      .content-wrapper .main-content .pnkz.d-md-none {
        margin-top: -30px; }

  .list-content-wrapper .inner, .detail-wrapper .inner {
    margin: 33.3333333333px 0;
    padding: 0 20px; }

  .list-content-wrapper {
    margin-top: 33.3333333333px; }
    .list-content-wrapper .inner {
      width: 100%; }

  .main-content .content-title {
    padding: 6.6666666667px 13.3333333333px;
    font-size: 20px;
    border-radius: 10px; }
  .main-content .news-type .list {
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0; }
    .main-content .news-type .list .list-item {
      margin-top: 0;
      margin-bottom: 16.6666666667px;
      border-bottom: solid 1px #5a504e;
      border-top: 0;
      padding-top: 0;
      padding-bottom: 20px;
      letter-spacing: normal;
      position: relative;
      justify-content: flex-start;
      align-items: flex-start;
      *zoom: 1; }
      .main-content .news-type .list .list-item .image {
        width: 40%;
        padding-bottom: 40%;
        height: 0; }
        .main-content .news-type .list .list-item .image img {
          position: absolute;
          width: auto;
          height: 100%; }
        .main-content .news-type .list .list-item .image a:hover img {
          transform: initial; }
      .main-content .news-type .list .list-item .desc {
        padding: 0 0 0 20px;
        margin: 0;
        width: 60%;
        height: auto; }
        .main-content .news-type .list .list-item .desc .date {
          font-size: 15.3333333333px;
          line-height: 23.3333333333px; }
        .main-content .news-type .list .list-item .desc .ttl {
          font-size: 20px;
          height: auto;
          line-height: 32px;
          padding: 0;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
        .main-content .news-type .list .list-item .desc .info-bt {
          position: static;
          margin: 0 0 13.3333333333px;
          display: flex; }
        .main-content .news-type .list .list-item .desc .badge-cate {
          font-size: 15.3333333333px;
          padding: 0;
          margin-bottom: 0; }
          .main-content .news-type .list .list-item .desc .badge-cate span {
            font-size: 15.3333333333px;
            padding: 1.3333333333px 6.6666666667px; }
      .main-content .news-type .list .list-item:before, .main-content .news-type .list .list-item:after {
        display: table;
        content: "";
        line-height: 0; }
      .main-content .news-type .list .list-item:after {
        clear: both; }

  .rensai-wrapper {
    margin-left: 0;
    margin-right: 0; }
    .rensai-wrapper .rensai-content-list {
      margin: 0 -6px; }
      .rensai-wrapper .rensai-content-list .row {
        margin: 0; }
      .rensai-wrapper .rensai-content-list .cate-item {
        border: solid 1px #67c4a8;
        padding: 15px;
        margin: 8px;
        border-radius: 10px;
        width: 175px;
        background: #fff;
        text-align: center;
        height: 165px; }
        .rensai-wrapper .rensai-content-list .cate-item .image {
          width: 100%;
          height: 80px; }
          .rensai-wrapper .rensai-content-list .cate-item .image img {
            position: relative;
            top: 8%;
            left: 0;
            height: 70px;
            width: auto; }
        .rensai-wrapper .rensai-content-list .cate-item .desc {
          padding: 12px 16px; }
          .rensai-wrapper .rensai-content-list .cate-item .desc .cate-name {
            line-height: 23.3333333333px;
            font-size: 15px;
            transition: .2s ease; }
          .rensai-wrapper .rensai-content-list .cate-item .desc .detail {
            margin-top: 8px;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
            font-size: 14px; }

  .pagination {
    margin: 25px 0 38px; }

  .pagination-area .prev a, .pagination-area .next a {
    padding: 6.6666666667px 10px;
    border-radius: 5px;
    font-size: 20px; }
  .pagination-area .prev .fa-angle-left:before, .pagination-area .next .fa-angle-left:before {
    font-size: 20px; }
  .pagination-area .prev .fa-angle-right:before, .pagination-area .next .fa-angle-right:before {
    font-size: 20px; }
  .pagination-area .prev {
    margin-right: 13.3333333333px; }
  .pagination-area .next {
    margin-left: 13.3333333333px; }
  .pagination-area .page {
    margin: 0 6.6666666667px; }
    .pagination-area .page a {
      display: block;
      font-size: 20px;
      font-weight: 400;
      padding: 6.6666666667px 10px;
      border-radius: 5px; }

  .bottom-cate {
    margin: 26.6666666667px 0 0; }
    .bottom-cate .title {
      font-size: 23.3333333333px;
      padding: 13.3333333333px 0; }
    .bottom-cate .row {
      margin: 0 -1%; }
    .bottom-cate .cate-item {
      padding: 0 1%;
      margin-top: 16.6666666667px; }
      .bottom-cate .cate-item .s-title a {
        display: block;
        border-bottom-width: 3px;
        padding-bottom: 6.6666666667px;
        font-size: 16px;
        margin-bottom: 10px;
        height: 44px; }
      .bottom-cate .cate-item a {
        padding: 0 1% 16.6666666667px;
        border: 0;
        margin-top: 0;
        margin-bottom: 16.6666666667px;
        float: none;
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
        width: 100%; }
        .bottom-cate .cate-item a .image {
          height: 0;
          padding-bottom: 70%; }
          .bottom-cate .cate-item a .image img {
            width: 100%;
            height: auto;
            max-height: initial; }
          .bottom-cate .cate-item a .image a:hover img {
            transform: initial; }
        .bottom-cate .cate-item a .ttl {
          font-size: 18.6666666667px;
          height: auto;
          line-height: 26.6666666667px;
          margin-top: 16.6666666667px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }

  .rensai-content {
    margin-top: 53.3333333333px;
    padding: 0; }
    .rensai-content .inner {
      width: 100%;
      padding: 20px; }
    .rensai-content .row {
      margin: 0 -10px; }
    .rensai-content .cate-item {
      padding: 10px;
      margin: 0; }
      .rensai-content .cate-item .link-outer {
        border-radius: 10px; }
        .rensai-content .cate-item .link-outer a {
          display: block;
          background: #fff;
          height: auto;
          padding: 10px;
          border-radius: 10px;
          max-height: initial; }
      .rensai-content .cate-item .image {
        width: 100% !IMPORTANT;
        height: 66.6666666667px; }
        .rensai-content .cate-item .image img {
          position: relative;
          top: 4%;
          left: 0;
          height: auto; }
      .rensai-content .cate-item .desc {
        margin-top: 13.3333333333px;
        height: auto;
        width: 100%;
        padding: 0; }
        .rensai-content .cate-item .desc .cate-name {
          line-height: 20px;
          font-size: 15px;
          padding-left: 0; }
        .rensai-content .cate-item .desc .detail {
          margin-top: 5px;
          line-height: 20px;
          height: auto;
          font-size: 15.3333333333px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 5; }
      .rensai-content .cate-item a:hover .image img {
        transform: translate(-50%, -50%) scale(1.1, 1.1); }
      .rensai-content .cate-item a:hover .cate-name {
        color: #13ae68; }

  .related {
    padding-top: 0;
    margin-top: 26.6666666667px; }
    .related .title {
      font-size: 23.3333333333px;
      padding: 13.3333333333px 0; }
    .related ul {
      margin: 16.6666666667px -1%; }
    .related .b-item {
      padding: 0 1%;
      margin-bottom: 20px; }
      .related .b-item .main-photo {
        height: 0;
        padding-bottom: 70%; }
        .related .b-item .main-photo img {
          width: 100%;
          height: auto;
          max-height: initial; }
      .related .b-item .b-ttl {
        font-size: 18.6666666667px;
        height: auto;
        line-height: 26.6666666667px;
        padding: 0 16.6666666667px;
        margin-top: 16.6666666667px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }

  .detail-wrapper {
    margin-top: 33.3333333333px; }
    .detail-wrapper .inner {
      width: 100%; }
    .detail-wrapper .outer {
      padding: 20px; }
    .detail-wrapper .tags {
      margin-top: 8px; }
      .detail-wrapper .tags a {
        display: inline-block;
        margin-bottom: 5.3333333333px;
        font-size: 13.3333333333px;
        padding: 0; }
        .detail-wrapper .tags a span {
          font-size: 10px; }
    .detail-wrapper .text-title {
      font-size: 24px;
      line-height: 32px;
      margin: 13.3333333333px 0 0;
      font-weight: 400; }
    .detail-wrapper .date time {
      font-size: 15.3333333333px; }
    .detail-wrapper .date .badge-cate {
      font-size: 15.3333333333px; }
    .detail-wrapper .entry-content {
      line-height: 1.2em; }
      .detail-wrapper .entry-content .hl2 {
        padding: 10px 20px;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px;
        margin-top: 20px; }
      .detail-wrapper .entry-content .hl3 {
        padding-top: 6px;
        padding-bottom: 8px;
        font-size: 18.6666666667px;
        line-height: 26.6666666667px;
        margin-bottom: 13.3333333333px;
        margin-top: 20px; }
      .detail-wrapper .entry-content .main-text {
        padding-top: 13.3333333333px;
        font-size: 16.6666666667px; }
      .detail-wrapper .entry-content .form-space, .detail-wrapper .entry-content .input-space {
        padding: 0; }
      .detail-wrapper .entry-content .mokuji {
        margin: 16.6666666667px 0;
        padding: 20px; }
        .detail-wrapper .entry-content .mokuji .ttl {
          padding-bottom: 10px;
          text-align: center;
          font-weight: 400;
          font-size: 20px; }
        .detail-wrapper .entry-content .mokuji ul {
          margin: 16.6666666667px 0 0; }
          .detail-wrapper .entry-content .mokuji ul li a {
            font-size: 16.6666666667px; }
        .detail-wrapper .entry-content .mokuji .hl3 {
          margin-left: 1em; }
      .detail-wrapper .entry-content p {
        margin-bottom: 30px; }
      .detail-wrapper .entry-content img {
        max-width: 100%;
        height: auto !important;
        margin-bottom: 13.3333333333px; }
      .detail-wrapper .entry-content .caption {
        font-size: 15.3333333333px;
        margin-top: -6px;
        line-height: 22px;
        margin-bottom: 20px; }
      .detail-wrapper .entry-content .block-html {
        margin-bottom: 30px;
        padding-bottom: 56%;
        position: relative;
        overflow: hidden; }
        .detail-wrapper .entry-content .block-html iframe {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%; }
      .detail-wrapper .entry-content .embed-related {
        margin-bottom: 30px; }
        .detail-wrapper .entry-content .embed-related a {
          padding: 13.3333333333px; }
        .detail-wrapper .entry-content .embed-related .img {
          width: 100px;
          height: 80px; }
        .detail-wrapper .entry-content .embed-related .body {
          width: calc(100% - 300px/3);
          padding-left: 13.3333333333px; }
          .detail-wrapper .entry-content .embed-related .body .ttl {
            font-size: 1em;
            line-height: 26.6666666667px;
            font-weight: 400;
            height: auto;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; }
          .detail-wrapper .entry-content .embed-related .body .desc {
            display: none; }
      .detail-wrapper .entry-content .embed-button {
        margin-bottom: 30px; }
        .detail-wrapper .entry-content .embed-button a {
          min-width: initial;
          margin: 0 auto;
          padding: 10px 16.6666666667px;
          max-width: 100%;
          width: 500px;
          font-size: 20px; }
      .detail-wrapper .entry-content .block-image2 {
        margin-right: -1%;
        margin-left: -1%; }
        .detail-wrapper .entry-content .block-image2 .col-6 {
          padding: 0 1%; }
      .detail-wrapper .entry-content .block-imgtxt {
        margin-bottom: 30px; }
        .detail-wrapper .entry-content .block-imgtxt .image {
          width: 133.3333333333px;
          height: 133.3333333333px; }
        .detail-wrapper .entry-content .block-imgtxt .txt-box {
          padding: 0 0 0 16.6666666667px; }
          .detail-wrapper .entry-content .block-imgtxt .txt-box .txt-ttl {
            line-height: 1.4em;
            font-size: 1em; }
          .detail-wrapper .entry-content .block-imgtxt .txt-box .txt {
            margin-top: 6.6666666667px;
            line-height: 1.4em;
            font-size: .9em; }
            .detail-wrapper .entry-content .block-imgtxt .txt-box .txt a {
              padding-bottom: 5.3333333333px; }
      .detail-wrapper .entry-content .block-doc {
        margin-bottom: 30px; }
        .detail-wrapper .entry-content .block-doc .icn {
          margin: 0 20px; }
          .detail-wrapper .entry-content .block-doc .icn img {
            width: 66.6666666667px;
            height: auto; }
        .detail-wrapper .entry-content .block-doc .detail a {
          width: 150px;
          padding: 3.3333333333px;
          border-radius: 26.6666666667px; }
        .detail-wrapper .entry-content .block-doc .detail .desc {
          margin-top: 5px; }
      .detail-wrapper .entry-content .block-tb {
        margin-bottom: 30px; }
        .detail-wrapper .entry-content .block-tb .scroll {
          overflow: auto;
          white-space: nowrap; }
        .detail-wrapper .entry-content .block-tb .scroll::-webkit-scrollbar {
          height: 5px; }
        .detail-wrapper .entry-content .block-tb .scroll::-webkit-scrollbar-track {
          background: #F1F1F1; }
        .detail-wrapper .entry-content .block-tb .scroll::-webkit-scrollbar-thumb {
          background: #BCBCBC; }
      .detail-wrapper .entry-content .block-li-txt {
        margin-bottom: 30px; }
      .detail-wrapper .entry-content .share-link {
        *zoom: 1; }
        .detail-wrapper .entry-content .share-link:before, .detail-wrapper .entry-content .share-link:after {
          display: table;
          content: "";
          line-height: 0; }
        .detail-wrapper .entry-content .share-link:after {
          clear: both; }
        .detail-wrapper .entry-content .share-link a {
          padding: 5px;
          font-size: 15.3333333333px;
          line-height: 20px;
          display: block;
          float: left;
          margin-right: 5px;
          margin-bottom: 5px; }
          .detail-wrapper .entry-content .share-link a.fb i {
            font-size: 16.6666666667px;
            margin-right: 4px; }
          .detail-wrapper .entry-content .share-link a.line img {
            height: 16.6666666667px !important;
            margin: 0 4px 0 0;
            vertical-align: middle;
            width: auto; }
          .detail-wrapper .entry-content .share-link a.tw i {
            font-size: 16.6666666667px;
            margin-right: 4px; }

  .author {
    margin-top: 26.6666666667px; }
    .author .navi li {
      width: 50%; }
      .author .navi li a {
        font-size: 15.3333333333px;
        text-align: center;
        padding: 13.3333333333px 10px;
        font-weight: 400; }
      .author .navi li i {
        padding-right: 5px; }
    .author .tab-content {
      padding: 13.3333333333px; }
    .author .about .thumb {
      width: 133.3333333333px;
      height: 133.3333333333px; }
    .author .about .txt {
      width: calc(100% - 400px/3);
      padding-left: 10px; }
      .author .about .txt .comment {
        font-size: 15.3333333333px;
        line-height: 22px;
        margin-top: 6.6666666667px; }
      .author .about .txt .name {
        padding: 10px 0 0;
        font-size: 23.3333333333px; }
    .author .article ul {
      margin: 0; }
      .author .article ul li {
        border-bottom: dotted 1px #DCDCDC;
        padding: 13.3333333333px 0;
        width: 100%; }
        .author .article ul li .ttl {
          font-size: 16.6666666667px;
          line-height: 24px;
          height: auto;
          width: calc(100% - 400px/3);
          padding-left: 10px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4; }
        .author .article ul li .thumb {
          width: 133.3333333333px;
          height: 100px; }
    .author .article .go-list {
      width: 70%;
      margin-top: 16.6666666667px;
      font-size: 16.6666666667px; }

  .sidemenu {
    margin: 13.3333333333px 0 0;
    float: none;
    width: 100%; }
    .sidemenu .s-title {
      line-height: 46.6666666667px;
      text-align: center;
      font-weight: 500;
      padding: 0;
      font-size: 20px; }
    .sidemenu .menu-list .menu-item .image {
      width: 150px;
      height: 93.3333333333px; }
      .sidemenu .menu-list .menu-item .image img {
        width: 100%;
        height: auto; }
    .sidemenu .menu-list .menu-item .list-txt {
      padding-left: 10px;
      width: calc(100% - 500px/3); }
      .sidemenu .menu-list .menu-item .list-txt .ttl {
        font-size: 16.6666666667px;
        line-height: 24px;
        height: auto;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
      .sidemenu .menu-list .menu-item .list-txt .desc {
        margin-top: 10px; }
        .sidemenu .menu-list .menu-item .list-txt .desc .cate {
          color: #5a504e;
          font-size: 15.3333333333px; }
    .sidemenu .archive-content {
      margin-bottom: 26.6666666667px; }
      .sidemenu .archive-content .s-title {
        background: #13ae68; }
      .sidemenu .archive-content a {
        padding-left: 13.3333333333px;
        font-size: 16.6666666667px;
        line-height: 53.3333333333px; }
        .sidemenu .archive-content a:after {
          line-height: 53.3333333333px;
          right: 10px;
          font-size: 16.6666666667px; }
    .sidemenu .tag-content .s-title {
      background: #13ae68; }
    .sidemenu .tag-content ul {
      padding-top: 13.3333333333px; }
      .sidemenu .tag-content ul .item a {
        font-size: 15.3333333333px;
        padding: 5px 13.3333333333px;
        margin-bottom: 6.6666666667px;
        margin-right: 5px; }
    .sidemenu .cate-content {
      margin-bottom: 26.6666666667px; }
      .sidemenu .cate-content .s-title {
        background: #13ae68;
        margin-bottom: 20px; }
      .sidemenu .cate-content .menu-item a {
        border-radius: 10px;
        line-height: 50px;
        font-size: 16.6666666667px;
        padding: 0 20px; }
        .sidemenu .cate-content .menu-item a:after {
          line-height: 53.3333333333px;
          right: 10px;
          font-size: 16.6666666667px; }
    .sidemenu .pickup-type, .sidemenu .rank-type, .sidemenu .latest-content {
      margin-bottom: 26.6666666667px; }
      .sidemenu .pickup-type .s-title, .sidemenu .rank-type .s-title, .sidemenu .latest-content .s-title {
        background: #13ae68; } }
@media only screen and (max-width: 480px) {
  .content-wrapper {
    padding-bottom: 0; }
    .content-wrapper .main-content {
      width: 100%;
      float: none;
      margin-bottom: 20px; }
      .content-wrapper .main-content .pnkz.d-md-none {
        margin-top: -30px; }

  .list-content-wrapper .inner, .detail-wrapper .inner {
    margin: 25px 0;
    padding: 0 15px; }

  .list-content-wrapper {
    margin-top: 25px; }
    .list-content-wrapper .inner {
      width: 100%; }

  .main-content .content-title {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 7.5px; }
  .main-content .news-type .list {
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0; }
    .main-content .news-type .list .list-item {
      margin-top: 0;
      margin-bottom: 12.5px;
      border-bottom: solid 1px #5a504e;
      border-top: 0;
      padding-top: 0;
      padding-bottom: 15px;
      letter-spacing: normal;
      position: relative;
      justify-content: flex-start;
      align-items: flex-start;
      *zoom: 1; }
      .main-content .news-type .list .list-item .image {
        width: 40%;
        padding-bottom: 40%;
        height: 0; }
        .main-content .news-type .list .list-item .image img {
          position: absolute;
          width: auto;
          height: 100%; }
        .main-content .news-type .list .list-item .image a:hover img {
          transform: initial; }
      .main-content .news-type .list .list-item .desc {
        padding: 0 0 0 15px;
        margin: 0;
        width: 60%;
        height: auto; }
        .main-content .news-type .list .list-item .desc .date {
          font-size: 11.5px;
          line-height: 17.5px; }
        .main-content .news-type .list .list-item .desc .ttl {
          font-size: 15px;
          height: auto;
          line-height: 24px;
          padding: 0;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
        .main-content .news-type .list .list-item .desc .info-bt {
          position: static;
          margin: 0 0 10px;
          display: flex; }
        .main-content .news-type .list .list-item .desc .badge-cate {
          font-size: 11.5px;
          padding: 0;
          margin-bottom: 0; }
          .main-content .news-type .list .list-item .desc .badge-cate span {
            font-size: 11.5px;
            padding: 1px 5px; }
      .main-content .news-type .list .list-item:before, .main-content .news-type .list .list-item:after {
        display: table;
        content: "";
        line-height: 0; }
      .main-content .news-type .list .list-item:after {
        clear: both; }

  .rensai-wrapper {
    margin-left: 0;
    margin-right: 0; }
    .rensai-wrapper .rensai-content-list {
      margin: 0 -4.5px; }
      .rensai-wrapper .rensai-content-list .row {
        margin: 0; }
      .rensai-wrapper .rensai-content-list .cate-item {
        border: solid 1px #67c4a8;
        padding: 15px;
        margin: 8px;
        border-radius: 10px;
        width: 131.25px;
        background: #fff;
        text-align: center;
        height: 123.75px; }
        .rensai-wrapper .rensai-content-list .cate-item .image {
          width: 100%;
          height: 60px; }
          .rensai-wrapper .rensai-content-list .cate-item .image img {
            position: relative;
            top: 8%;
            left: 0;
            height: 52.5px;
            width: auto; }
        .rensai-wrapper .rensai-content-list .cate-item .desc {
          padding: 12px 16px; }
          .rensai-wrapper .rensai-content-list .cate-item .desc .cate-name {
            line-height: 17.5px;
            font-size: 11.25px;
            transition: .2s ease; }
          .rensai-wrapper .rensai-content-list .cate-item .desc .detail {
            margin-top: 8px;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
            font-size: 14px; }

  .pagination {
    margin: 25px 0 38px; }

  .pagination-area .prev a, .pagination-area .next a {
    padding: 5px 7.5px;
    border-radius: 3.75px;
    font-size: 15px; }
  .pagination-area .prev .fa-angle-left:before, .pagination-area .next .fa-angle-left:before {
    font-size: 15px; }
  .pagination-area .prev .fa-angle-right:before, .pagination-area .next .fa-angle-right:before {
    font-size: 15px; }
  .pagination-area .prev {
    margin-right: 10px; }
  .pagination-area .next {
    margin-left: 10px; }
  .pagination-area .page {
    margin: 0 5px; }
    .pagination-area .page a {
      display: block;
      font-size: 15px;
      font-weight: 400;
      padding: 5px 7.5px;
      border-radius: 3.75px; }

  .bottom-cate {
    margin: 20px 0 0; }
    .bottom-cate .title {
      font-size: 17.5px;
      padding: 10px 0; }
    .bottom-cate .row {
      margin: 0 -1%; }
    .bottom-cate .cate-item {
      padding: 0 1%;
      margin-top: 12.5px; }
      .bottom-cate .cate-item .s-title a {
        display: block;
        border-bottom-width: 2.25px;
        padding-bottom: 5px;
        font-size: 16px;
        margin-bottom: 7.5px;
        height: 44px; }
      .bottom-cate .cate-item a {
        padding: 0 1% 12.5px;
        border: 0;
        margin-top: 0;
        margin-bottom: 12.5px;
        float: none;
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
        width: 100%; }
        .bottom-cate .cate-item a .image {
          height: 0;
          padding-bottom: 70%; }
          .bottom-cate .cate-item a .image img {
            width: 100%;
            height: auto;
            max-height: initial; }
          .bottom-cate .cate-item a .image a:hover img {
            transform: initial; }
        .bottom-cate .cate-item a .ttl {
          font-size: 14px;
          height: auto;
          line-height: 20px;
          margin-top: 12.5px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }

  .rensai-content {
    margin-top: 40px;
    padding: 0; }
    .rensai-content .inner {
      width: 100%;
      padding: 15px; }
    .rensai-content .row {
      margin: 0 -7.5px; }
    .rensai-content .cate-item {
      padding: 7.5px;
      margin: 0; }
      .rensai-content .cate-item .link-outer {
        border-radius: 7.5px; }
        .rensai-content .cate-item .link-outer a {
          display: block;
          background: #fff;
          height: auto;
          padding: 7.5px;
          border-radius: 7.5px;
          max-height: initial; }
      .rensai-content .cate-item .image {
        width: 100% !IMPORTANT;
        height: 50px; }
        .rensai-content .cate-item .image img {
          position: relative;
          top: 4%;
          left: 0;
          height: auto; }
      .rensai-content .cate-item .desc {
        margin-top: 10px;
        height: auto;
        width: 100%;
        padding: 0; }
        .rensai-content .cate-item .desc .cate-name {
          line-height: 15px;
          font-size: 11.25px;
          padding-left: 0; }
        .rensai-content .cate-item .desc .detail {
          margin-top: 3.75px;
          line-height: 15px;
          height: auto;
          font-size: 11.5px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 5; }
      .rensai-content .cate-item a:hover .image img {
        transform: translate(-50%, -50%) scale(1.1, 1.1); }
      .rensai-content .cate-item a:hover .cate-name {
        color: #13ae68; }

  .related {
    padding-top: 0;
    margin-top: 20px; }
    .related .title {
      font-size: 17.5px;
      padding: 10px 0; }
    .related ul {
      margin: 12.5px -1%; }
    .related .b-item {
      padding: 0 1%;
      margin-bottom: 15px; }
      .related .b-item .main-photo {
        height: 0;
        padding-bottom: 70%; }
        .related .b-item .main-photo img {
          width: 100%;
          height: auto;
          max-height: initial; }
      .related .b-item .b-ttl {
        font-size: 14px;
        height: auto;
        line-height: 20px;
        padding: 0 12.5px;
        margin-top: 12.5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }

  .detail-wrapper {
    margin-top: 25px; }
    .detail-wrapper .inner {
      width: 100%; }
    .detail-wrapper .outer {
      padding: 15px; }
    .detail-wrapper .tags {
      margin-top: 6px; }
      .detail-wrapper .tags a {
        display: inline-block;
        margin-bottom: 4px;
        font-size: 10px;
        padding: 0; }
        .detail-wrapper .tags a span {
          font-size: 10px; }
    .detail-wrapper .text-title {
      font-size: 18px;
      line-height: 24px;
      margin: 10px 0 0;
      font-weight: 400; }
    .detail-wrapper .date time {
      font-size: 11.5px; }
    .detail-wrapper .date .badge-cate {
      font-size: 11.5px; }
    .detail-wrapper .entry-content {
      line-height: 1.2em; }
      .detail-wrapper .entry-content .hl2 {
        padding: 7.5px 15px;
        font-size: 16.5px;
        line-height: 24px;
        margin-bottom: 9px;
        margin-top: 15px; }
      .detail-wrapper .entry-content .hl3 {
        padding-top: 4.5px;
        padding-bottom: 6px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 15px; }
      .detail-wrapper .entry-content .main-text {
        padding-top: 10px;
        font-size: 12.5px; }
      .detail-wrapper .entry-content .form-space, .detail-wrapper .entry-content .input-space {
        padding: 0; }
      .detail-wrapper .entry-content .mokuji {
        margin: 12.5px 0;
        padding: 15px; }
        .detail-wrapper .entry-content .mokuji .ttl {
          padding-bottom: 7.5px;
          text-align: center;
          font-weight: 400;
          font-size: 15px; }
        .detail-wrapper .entry-content .mokuji ul {
          margin: 12.5px 0 0; }
          .detail-wrapper .entry-content .mokuji ul li a {
            font-size: 12.5px; }
        .detail-wrapper .entry-content .mokuji .hl3 {
          margin-left: 1em; }
      .detail-wrapper .entry-content p {
        margin-bottom: 22.5px; }
      .detail-wrapper .entry-content img {
        max-width: 100%;
        height: auto !important;
        margin-bottom: 10px; }
      .detail-wrapper .entry-content .caption {
        font-size: 11.5px;
        margin-top: -4.5px;
        line-height: 16.5px;
        margin-bottom: 15px; }
      .detail-wrapper .entry-content .block-html {
        margin-bottom: 22.5px;
        padding-bottom: 56%;
        position: relative;
        overflow: hidden; }
        .detail-wrapper .entry-content .block-html iframe {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%; }
      .detail-wrapper .entry-content .embed-related {
        margin-bottom: 22.5px; }
        .detail-wrapper .entry-content .embed-related a {
          padding: 10px; }
        .detail-wrapper .entry-content .embed-related .img {
          width: 75px;
          height: 60px; }
        .detail-wrapper .entry-content .embed-related .body {
          width: calc(100% - 300px/4);
          padding-left: 10px; }
          .detail-wrapper .entry-content .embed-related .body .ttl {
            font-size: 1em;
            line-height: 20px;
            font-weight: 400;
            height: auto;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; }
          .detail-wrapper .entry-content .embed-related .body .desc {
            display: none; }
      .detail-wrapper .entry-content .embed-button {
        margin-bottom: 22.5px; }
        .detail-wrapper .entry-content .embed-button a {
          min-width: initial;
          margin: 0 auto;
          padding: 7.5px 12.5px;
          max-width: 100%;
          width: 375px;
          font-size: 15px; }
      .detail-wrapper .entry-content .block-image2 {
        margin-right: -1%;
        margin-left: -1%; }
        .detail-wrapper .entry-content .block-image2 .col-6 {
          padding: 0 1%; }
      .detail-wrapper .entry-content .block-imgtxt {
        margin-bottom: 22.5px; }
        .detail-wrapper .entry-content .block-imgtxt .image {
          width: 100px;
          height: 100px; }
        .detail-wrapper .entry-content .block-imgtxt .txt-box {
          padding: 0 0 0 12.5px; }
          .detail-wrapper .entry-content .block-imgtxt .txt-box .txt-ttl {
            line-height: 1.4em;
            font-size: 1em; }
          .detail-wrapper .entry-content .block-imgtxt .txt-box .txt {
            margin-top: 5px;
            line-height: 1.4em;
            font-size: .9em; }
            .detail-wrapper .entry-content .block-imgtxt .txt-box .txt a {
              padding-bottom: 4px; }
      .detail-wrapper .entry-content .block-doc {
        margin-bottom: 22.5px; }
        .detail-wrapper .entry-content .block-doc .icn {
          margin: 0 15px; }
          .detail-wrapper .entry-content .block-doc .icn img {
            width: 50px;
            height: auto; }
        .detail-wrapper .entry-content .block-doc .detail a {
          width: 112.5px;
          padding: 2.5px;
          border-radius: 20px; }
        .detail-wrapper .entry-content .block-doc .detail .desc {
          margin-top: 3.75px; }
      .detail-wrapper .entry-content .block-tb {
        margin-bottom: 22.5px; }
        .detail-wrapper .entry-content .block-tb .scroll {
          overflow: auto;
          white-space: nowrap; }
        .detail-wrapper .entry-content .block-tb .scroll::-webkit-scrollbar {
          height: 5px; }
        .detail-wrapper .entry-content .block-tb .scroll::-webkit-scrollbar-track {
          background: #F1F1F1; }
        .detail-wrapper .entry-content .block-tb .scroll::-webkit-scrollbar-thumb {
          background: #BCBCBC; }
      .detail-wrapper .entry-content .block-li-txt {
        margin-bottom: 22.5px; }
      .detail-wrapper .entry-content .share-link {
        *zoom: 1; }
        .detail-wrapper .entry-content .share-link:before, .detail-wrapper .entry-content .share-link:after {
          display: table;
          content: "";
          line-height: 0; }
        .detail-wrapper .entry-content .share-link:after {
          clear: both; }
        .detail-wrapper .entry-content .share-link a {
          padding: 3.75px;
          font-size: 11.5px;
          line-height: 15px;
          display: block;
          float: left;
          margin-right: 3.75px;
          margin-bottom: 3.75px; }
          .detail-wrapper .entry-content .share-link a.fb i {
            font-size: 12.5px;
            margin-right: 3px; }
          .detail-wrapper .entry-content .share-link a.line img {
            height: 12.5px !important;
            margin: 0 4px 0 0;
            vertical-align: middle;
            width: auto; }
          .detail-wrapper .entry-content .share-link a.tw i {
            font-size: 12.5px;
            margin-right: 3px; }

  .author {
    margin-top: 20px; }
    .author .navi li {
      width: 50%; }
      .author .navi li a {
        font-size: 11.5px;
        text-align: center;
        padding: 10px 7.5px;
        font-weight: 400; }
      .author .navi li i {
        padding-right: 3.75px; }
    .author .tab-content {
      padding: 10px; }
    .author .about .thumb {
      width: 100px;
      height: 100px; }
    .author .about .txt {
      width: calc(100% - 400px/4);
      padding-left: 7.5px; }
      .author .about .txt .comment {
        font-size: 11.5px;
        line-height: 16.5px;
        margin-top: 5px; }
      .author .about .txt .name {
        padding: 7.5px 0 0;
        font-size: 17.5px; }
    .author .article ul {
      margin: 0; }
      .author .article ul li {
        border-bottom: dotted 1px #DCDCDC;
        padding: 10px 0;
        width: 100%; }
        .author .article ul li .ttl {
          font-size: 12.5px;
          line-height: 18px;
          height: auto;
          width: calc(100% - 400px/4);
          padding-left: 7.5px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4; }
        .author .article ul li .thumb {
          width: 100px;
          height: 75px; }
    .author .article .go-list {
      width: 70%;
      margin-top: 12.5px;
      font-size: 12.5px; }

  .sidemenu {
    margin: 10px 0 0;
    float: none;
    width: 100%; }
    .sidemenu .s-title {
      line-height: 35px;
      text-align: center;
      font-weight: 500;
      padding: 0;
      font-size: 15px; }
    .sidemenu .menu-list .menu-item .image {
      width: 112.5px;
      height: 70px; }
      .sidemenu .menu-list .menu-item .image img {
        width: 100%;
        height: auto; }
    .sidemenu .menu-list .menu-item .list-txt {
      padding-left: 7.5px;
      width: calc(100% - 500px/4); }
      .sidemenu .menu-list .menu-item .list-txt .ttl {
        font-size: 12.5px;
        line-height: 18px;
        height: auto;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
      .sidemenu .menu-list .menu-item .list-txt .desc {
        margin-top: 7.5px; }
        .sidemenu .menu-list .menu-item .list-txt .desc .cate {
          color: #5a504e;
          font-size: 11.5px; }
    .sidemenu .archive-content {
      margin-bottom: 20px; }
      .sidemenu .archive-content .s-title {
        background: #13ae68; }
      .sidemenu .archive-content a {
        padding-left: 10px;
        font-size: 12.5px;
        line-height: 40px; }
        .sidemenu .archive-content a:after {
          line-height: 40px;
          right: 7.5px;
          font-size: 12.5px; }
    .sidemenu .tag-content .s-title {
      background: #13ae68; }
    .sidemenu .tag-content ul {
      padding-top: 10px; }
      .sidemenu .tag-content ul .item a {
        font-size: 11.5px;
        padding: 3.75px 10px;
        margin-bottom: 5px;
        margin-right: 3.75px; }
    .sidemenu .cate-content {
      margin-bottom: 20px; }
      .sidemenu .cate-content .s-title {
        background: #13ae68;
        margin-bottom: 20px; }
      .sidemenu .cate-content .menu-item a {
        border-radius: 7.5px;
        line-height: 37.5px;
        font-size: 12.5px;
        padding: 0 15px; }
        .sidemenu .cate-content .menu-item a:after {
          line-height: 40px;
          right: 7.5px;
          font-size: 12.5px; }
    .sidemenu .pickup-type, .sidemenu .rank-type, .sidemenu .latest-content {
      margin-bottom: 20px; }
      .sidemenu .pickup-type .s-title, .sidemenu .rank-type .s-title, .sidemenu .latest-content .s-title {
        background: #13ae68; } }

/*# sourceMappingURL=article.css.map */
