body {
    color : #2f2725;
}

.lead_block {
    line-height: 1.8;
    font-size: 13px;
    color: #2f2725;
    margin-top: 40px;
}

.lead_block > p + p {
    margin-top: 1em;
}

.article_content {
    counter-increment: content;
    margin-top:-100px;
    padding-top:180px;
}

.article_content .content {
    display: flex;
    justify-content: space-between;
}

.paragraphs p {
    font-size: 16px;
    line-height: 1.8;
}

.paragraphs p + p {
    margin-top: 16px;
}

.article_content h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    font-family: serif;
    padding: 48px 0 0 78px;
    overflow: hidden;
    line-height: 1;
    letter-spacing: -0.02em;
    min-height: 51px;
}

.article_content .multi {
    display: inline-block;
    line-height: 1.2;
    transform: translateY(-10px);
}

.article_content h2::before {
    content: "";
    position: absolute;
    left: 108px;
    top: 0;
    height: 140%;
    width: 1px;
    background : #2f2725;
    transform: rotate(46deg);
    transform-origin: top;
}

.article_content h2::after {
    position: absolute;
    left: 28px;
    top: 28px;
    font-size: 16px;
    content: '0' counter(content);
}

.article_content .photos {
    width: 330px;
}

.article_content .paragraphs {
    width: calc(100% - 360px);
}

.article_content .block {
    margin-top: 24px;
}

.owner {
    margin-top: 24px;
}

.owner_content {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    background: #e8f3ef
    /*background: #f5f1dc;*/
}

.owner_content .photos {
   width: 200px;
}

.owner_content .paragraphs {
    width: calc(100% - 240px);
}

.owner_info {
    margin-top: 32px;
}

.owner_info h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.34;
    padding-left: 6px;
    border-left: 4px solid #2f2725;
    margin-bottom: 10px;
}

.owner_content h3 {
    color: #4da590;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.owner .name {
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0;
}

.tc {
    text-align: center;
}

.article_content th {
    background: #e8f3ef!important;
}

.article_content .kazari_pic {
    background-color: #dbdbdb;
    padding: 0 0 4px 4px;
}

.article_content .kazari_pic img {
  display: block;
}

.article_content a.normal {
    color: #4da590;
}

.jump_link {
    margin-top: 40px;
}

.jump_link_list {
    display: flex;
    justify-content: space-between;
}

.jump_link_list li {
    width: calc((100% / 5) - 8px);
    overflow: hidden;
    text-align: center;
}

.jump_link_list li a {
    display: block;
    width: 100%;
    text-align: center;
    background: #abe2d5;
  text-decoration: none;
}

.jump_link_list li a p {
  margin-top: 0;
}

.jump_link_list picture {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 155px;
    overflow: hidden;
}

.jump_link_list picture img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    display: block;
}

.jump_link_list li:hover {
    opacity: 0.9;
}

.jump_link_list p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 12px;
    color: #2f2725;
    line-height: 1.2;
    font-weight: bold;
}

.related_link {
    word-break: break-all;
}


.sp_only {
   display: none;
}

@media screen and (max-width: 1180px) {

  .jump_link_list {
    display: block;
  }

  .jump_link_list li {
    width: 100%;
    margin-top: 8px;
  }

  .jump_link_list p {
    flex: 1;
    height: 100%;
    font-size: 15px;
    justify-content: flex-start;
    padding: 0 8px 0 16px;
    line-height: 1.4;
    text-align: left;
  }

  .jump_link_list li a {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .jump_link_list picture {
    position: relative;
    display: block;
    overflow: hidden;
    width: 45%;
    height: auto;
  }

  .jump_link_list picture img {
    position: static;
    transform: translateX(0);
    width: 100%;
    height: auto;
    display: block;
  }

  .article_content h2 {
    padding: 24px 0 0 0;
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    min-height: auto;
  }

  .article_content h2::after {
    top: 1px;
    left: 0;
    font-size: 16px;
  }

  .article_content h2::before {
    content: "/";
    top: 0;
    left: 24px;
    width: auto;
    height: auto;
    background: none;
    transform: translate(0, 0);
  }

  .sp_only {
    display: inline;
  }

  .pc_only {
    display: none;
  }

  .article_content .block {
    box-shadow: 0 0 0;
    width: auto;
    background: none;
    padding: 0;
    border: 0;
    margin: 10px 0 0 0;
  }

  .article_content .content {
    display: block;
  }

  .article_content .photos, .article_content .paragraphs {
    width: 100%;
  }

  .article_content .paragraphs {
    width: 100%;
  }

  .paragraphs p {
    margin-top: 10px;
    font-size: 16px;
  }

  .photos img {
    width: 100%;
    display: block;
  }

  .kazari_pic {
    padding: 0;
  }

  .owner_content {
    display: block;
  }

  .owner_content .photos {
    margin-top: 16px;
  }

  .article_content .multi {
    display: block;
    line-height: inherit;
    transform: translateY(0);
  }

  .article_content {
    margin-top: 16px;
    padding-top: 0;
  }

  .owner .name {
    background: none;
    color: inherit;
    padding: 4px;
    font-size: 13px;
  }

  .owner table {
    width: 100%;
  }

  .owner th,
  .owner td {
    border: 1px solid #cdcdcd;
    padding: 8px;
    word-wrap: break-word;
  }

  .owner_info {
    padding: 8px;
    margin-top: 8px;
    box-shadow: 0 0 0;
  }

  .owner_info h3 {
    font-size: 15px;
  }

  .owner_content h3 {
    font-size: 15px;
  }

  .lead_block {
    font-weight: normal;
  }

  .article_content .kazari_pic {
    padding: 0;
  }

  tr + tr {
    border-top: 0;
  }

  tr:last-child {
    border-bottom: 0;
  }

}
