.tag-area a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  line-height: 1;
}

@media screen and (min-width: 961px) {
  .tag-area a {
    margin-top: 0px;
  }
}

.tag-area .icon-tag-area {
  display: inline-block;
  padding: 4px 10px 5px 24px;
  font-size: 12px;
  background-image: url("../img/icon_tag.png");
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: 5px 5px;
  background-color: #f2f2f2;
  font-weight: bold;
  line-height: 1;
}

.tag-area .icon-tag-area-border {
  display: inline-block;
  border: 1px solid #000000;
  padding: 4px 10px 4px 24px;
  font-size: 12px;
  background-image: url("../img/icon_tag.png");
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: 5px 5px;
  background-color: #ffffff;
  font-weight: bold;
  line-height: 1;
}

.index-wrapper {
  width: 100%;
  background-color: #f2f2f2;
  padding: 30px;
  position: relative;
}

.index-wrapper .index-title {
  font-size: 20px;
  color: #8f8f8f;
  margin-bottom: 20px;
}

.index-wrapper ol {
  list-style-type: square;
  padding-left: 20px;
  margin-bottom: 0 !important;
}

.index-wrapper ol li {
  color: #8f8f8f;
  font-size: 16px;
  margin-bottom: 16px;
}

.index-wrapper ol li:last-child {
  margin-bottom: 0;
}

.index-wrapper ol li a {
  color: #000000;
  border-bottom: 1px solid #8f8f8f;
  line-height: 1.5;
}

.ad-product-area {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 961px) {
  .ad-product-area {
    width: 540px;
  }
}

.ad-product-area .figure-box {
  width: 50%;
}

.ad-product-area .text-box {
  width: 50%;
  padding-left: 18px;
  padding-top: 10px;
}

.ad-product-area .text-box .text-catch {
  font-size: 12px;
}

@media screen and (min-width: 961px) {
  .ad-product-area .text-box .text-catch {
    font-size: 16px;
  }
}

.ad-product-area .text-box .text-name {
  font-size: 15px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1;
}

@media screen and (min-width: 961px) {
  .ad-product-area .text-box .text-name {
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 1.2;
  }
}

.journal-contents .text-category {
  display: inline-block;
}

.journal-contents .text-date {
  display: inline-block;
  font-size: 14px;
  color: #212529;
}
