@charset "UTF-8";
    
.sec-tc {
  margin-top: 50px;
}
.ttag-cloud-wrap {
    display: table;
    width: 100%;
}
.ttag-cloud-hd {
    display: table-cell;
    width: 210px;
    vertical-align: top;
}
.ttag-cloud-hd h3 {
    font-size: 34px;
    letter-spacing: 5.15px;
    font-weight: 500;
}
.ttag-cloud-hd p {
    font-size: 20px;
    font-weight: 500;
}
.ttag-cloud {
    display: table-cell;
    padding-left: 50px;
    vertical-align: top;
}
.tag-cloud-link {
    display: inline-block;
    margin-right: 0.5em;
    font-weight: 500;
}
.tag-cloud-link::before {
    content: '#';
    display: inline;
}
.sec-01 {
  margin-top: 150px;
}
.cont-nav  .search-form_input {
  padding: 8px 10px;
  padding-left: 30px;
  border-radius: 20px;
  border: 1px solid #000;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% - 80px);
}
.cont-nav  .search-form_wrapper {
  position: relative;
  margin-top: 15px;
}
.cont-nav  .search-form_wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
      opacity: 0.7;
    top: 6px;
    left: 5px;
}
.search-form_button {
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    padding: 5px 12px;
    font-size: 15px;
    margin-left: 5px;
}
.cont-nav {
  float: left;
  width: 32%;
  position: relative;
  position: sticky;
}
.nnnlc {
  margin-top: 10px;
  margin-bottom: 30px;
}
.nnnlc li {
  display: inline-block;
  border: 1px solid #000;
  padding: 3px 7px;
  margin: 0 3px;
  border-radius: 5px;
  cursor: pointer;
}
.nnnlc li.current {
  border: none;
  background-color: #B88B68;
  order: 1px solid #B88B68;
  color: #fff;
}
.nd {
  border-radius: 18px;
  background-color: #FFF;
  padding: 30px;
  box-sizing: border-box;
}

.nn-hd {
  padding-left: 2em;
  border-bottom: 2px solid #000;
  position: relative;
}

.nn-hd::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #B88B68;
  position: absolute;
  left: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nnl {
  margin-top: 10px;
}

.nnl li a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.17222222222;
}

.nnl li.current a {
  color: #B88B68;
}

.cont-lst {
  float: right;
  width: calc(68% - 15px);
  box-sizing: border-box;
  font-size: 0;
  letter-spacing: 0;
}

.cont-unit {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.cont-unit dt {
  width: 100%;
  height: 0;
  padding-top: 68%;
  position: relative;
}

.cont-unit dt a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #D9D9D9;
  top: 0;
  bottom: 0;
}

.cont-unit dd {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}

.cont-date {
  display: inline-block;
  vertical-align: -3px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.50394444444;
}

.cont-tag {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 30px;
  height: 30px;
  background-color: #B88B68;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.cont-ttl {
  color: var(--bk, #282828);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33333333333;
  height: 64px;
  overflow: hidden;
  letter-spacing: -0.24px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cont-target {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.66666666667;
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
}

.cont-hashtag {
  font-size: 2.0026rem;
  font-weight: 500;
  line-height: 1.35179266953;
  letter-spacing: -0.2px;
  margin-top: 10px;
}

.cont-hashtag li {
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (min-width: 1001px) and (max-width: 1790px) {
.cont-nav {
  top: 170px;
}
}
@media only screen and (max-width: 1000px) {
  .cont-nav {
    display: none;
  }
  .cont-lst {
    float: right;
    width: calc(100% + 14px);
    padding-left: 0px;
    letter-spacing: 0;
    margin-left: -7px;
    margin-right: -7px;
  }

  .cont-unit {
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 44px;
  }

  .cont-date {
    font-size: 1.4rem;
    line-height: 1.28307142857;
    vertical-align: -16px;
  }

  .cont-tag {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    padding-top: 2px;

  }

  .cont-ttl {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.14px;
    height: 42px;
  }

  .cont-target {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.02008333333;
    border-bottom: solid 2px #000;
    padding-bottom: 5px;
  }

  .cont-hashtag {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.12px;
  }
    .ttag-cloud-wrap {
    display: block;
    width: 100%;
}
.ttag-cloud-hd {
    display: block;
    width: 100%;
}
.ttag-cloud {
    display: block;
    padding-left: 0px;
    margin-top: 15px;
}

}