@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

initiative

-------------------------------------------------- */
.challenge-picup {
  margin-top: 3em;
  padding: 40px 40px 10px 40px;
  background: #D2E4D1;
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .challenge-picup {
    padding: 20px 20px 10px 20px;
  }
}

.list-thumb li .category {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 20px 0 20px 0;
  padding: 0.5rem 3.2rem;
  color: #ffffff;
  background: #007E97;
  border: 1px solid #007E97;
  z-index: 2;
}
.list-thumb li img {
  border-radius: 20px;
}
.list-thumb li .txt-part {
  margin-top: 0.5em;
}
.list-thumb li .txt-part .ttl {
  margin-bottom: 0.5rem !important;
}
.list-thumb li .txt-part .list-icon .initiatives {
  display: inline-block;
  font-size: 1.4rem;
  color: #126834;
  padding-left: 1.4rem;
  margin: 0.2rem 1em 0.2rem 0;
}
.list-thumb li .txt-part .list-icon .initiatives::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 10px;
  border-radius: 24px;
  background: #ffffff;
  margin-right: 1rem;
  margin-left: -1.4rem;
}
.list-thumb li .txt-part .list-icon .initiatives.yellow::before {
  background: #F7E14D;
}
@media only screen and (max-width: 768px) {
  .list-thumb.initiative > li {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

fieldset.form-list.btn-check span {
  margin: 0 0.8em 0.5em 0;
}
fieldset.form-list.btn-check span > label {
  min-width: 0;
}

select {
  padding: 1em 1.5em;
  border-radius: 10px;
  border: 1px solid #1D7741;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1D7741;
}

.search-conditions {
  display: flex;
  flex-direction: column-reverse;
}
.search-conditions.bg-c {
  padding: 0;
}
.search-conditions.bg-c form {
  padding: 1.6rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  .search-conditions.bg-c form {
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .search-conditions.bg-c {
    margin-bottom: 4rem;
  }
}
.search-conditions.toggle .btn-toggle {
  padding: 1.2em 1em;
  color: #ffffff;
  background: #5A5A5A;
  border-radius: 40px;
  cursor: pointer;
}

.top-count {
  display: flex;
  justify-content: space-between;
}
.top-count .word,
.top-count .count {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .top-count {
    display: block;
  }
  .top-count .word {
    margin-bottom: 0.5em;
  }
}

.col-block .txt-part .category {
  color: #126834;
  background: #FFF9D0;
  border: none;
  border-radius: 10px;
}
.col-block .ph-part img {
  border-radius: 20px;
}
.col-block a.col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .col-block a.col {
    flex-direction: column-reverse;
  }
}

.ttl-company span {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

.post-pht {
  width: 83%;
  margin: 0 auto 1.6rem auto;
}
@media only screen and (max-width: 768px) {
  .post-pht {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .sentence-block {
    margin-bottom: 0;
  }
}