@charset "UTF-8";
.main.topics .card {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main.topics .card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main.topics .card__list {
  margin-bottom: 20px;
}

.main.topics .card__item .photo {
  background-color: #f2f2f2;
}

.main.topics .card__item .area {
  color: #988460;
  font-weight: bold;
  line-height: 1.64;
}

@media screen and (max-width: 768px) {
  .main.topics .card__item .area {
    font-size: 1.2rem;
    line-height: 1.58;
  }
}


/* 詳細 */
.main.information {
  padding-bottom: 60px;
}

.article-detail-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .article-detail-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}

.article-detail-head .article__photo {
  width: 460px;
  margin-right: auto;
  margin-left: unset;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .article-detail-head .article__photo {
    width: 100%;
    margin-bottom: 25px;
  }
}

.article-detail-head .article__photo .image {
  width: 100%;
}

.article-detail-head .contents {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .article-detail-head .contents {
    width: 100%;
  }
}

.article-detail-head .title-box {
  margin-bottom: 1.85em;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .article-detail-head .title-box {
    margin-bottom: 1.05em;
    font-size: 1.6rem;
  }
}

.article-detail-head .title-box p {
  margin: 0.3em 0;
}

.article-detail-head .title-box p:first-child {
  margin-top: 0;
}

.article-detail-head .title-box p:last-child {
  margin-bottom: 0;
}

.article-detail-head .title-box .title {
  margin: 0;
  font-size: 1.667em;
}

@media screen and (max-width: 768px) {
  .article-detail-head .title-box .title {
    font-size: 1.5em;
  }
}

.article-detail-text {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .article-detail-text {
    margin-bottom: 25px;
  }
}

.article-detail-tbl {
  width: 100%;
  border-bottom: 1px solid #dedede;
}

.article-detail-tbl a {
  color: #a58959;
}

.article-detail-tbl a:hover {
  text-decoration: none;
}

.article-detail-tbl th, .article-detail-tbl td {
  padding: 1.15em 1em;
  border-top: 1px solid #dedede;
  text-align: left;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.857;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .article-detail-tbl th, .article-detail-tbl td {
    padding: 0.905em 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.article-detail-tbl th {
  width: 220px;
  padding-left: 55px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .article-detail-tbl th {
    width: 120px;
    padding-left: 22px;
  }
}

.article-detail-tbl th .icon {
  display: inline-block;
  width: 16px;
  text-align: center;
  line-height: 0;
  margin-left: -25px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
}

@media screen and (max-width: 768px) {
  .article-detail-tbl th .icon {
    width: 11px;
    margin-right: 8px;
    margin-left: -20px;
  }
}

.article-detail-bottom {
  margin: 60px auto 0;
}

.article-data-tbl {
  width: 100%;
  margin: 0;
  border-top: 1px solid #dedede;
  table-layout: fixed;
}

.article-data-tbl th, .article-data-tbl td {
  border-bottom: 1px solid #dedede;
  padding: 1.35em 30px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .article-data-tbl th, .article-data-tbl td {
    padding: 1.18em 0;
    font-size: 1.2rem;
  }
}

.article-data-tbl th {
  width: 200px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .article-data-tbl th {
    width: 100px;
  }
}

.article-data-tbl th span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}

@media screen and (max-width: 768px) {
  .article-data-tbl th span {
    padding-left: 20px;
  }
}

.article-data-tbl th span i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.article-data-tbl th span i img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .article-data-tbl th span i img {
    max-height: 12px;
    max-width: 14px;
  }
}

.article-data-tbl a {
  color: #a58959;
  text-decoration: underline;
  word-break: break-all;
}

.article-data-tbl a:hover {
  text-decoration: none;
}

.article__related {
  margin-top: 112px;
}

@media screen and (max-width: 768px) {
  .article__related {
    margin-top: 65px;
  }
}