@charset "UTF-8";
/* ここから 20220324 追加 ハッシュタグ用 */
.search_tagList, .detail_search_tagList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
}

ul.search_tagList {
  margin-bottom: 2em;
}

ul.detail_search_tagList {
  margin: 0;
  flex: 1;
}

.search_tagList li, .detail_search_tagList li {
  list-style-position: inside;
  line-height: inherit;
  margin-bottom: 0.5em;
}

.search_tagList_label, .detail_search_tagList_label {
  display: inline-block;
  background: #f1f8fe;
  margin-right: 0.5em;
  margin-left: 1em;
  line-height: 1em;
  margin-bottom: 1em;
  padding: 5.5px;
  padding-left: 1.4em;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  color: #3b4043;
  transition: 0.2s ease all;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search_tagList_label, .detail_search_tagList_label {
    font-size: 0.8em;
  }
}

.search_tagList_label:before, .detail_search_tagList_label:before {
  position: absolute;
  top: 0;
  left: -0.85em;
  content: "";
  border-width: 0.85em 0.85em 0.85em 0;
  border-style: solid;
  border-color: transparent #f1f8fe transparent transparent;
}
.search_tagList_label:after, .detail_search_tagList_label:after {
  position: absolute;
  top: center;
  left: 0;
  content: "●";
  color: #fff;
  padding-right: 0.5em;
}
.search_tagList_label:hover, .detail_search_tagList_label:hover {
  opacity: 0.6;
}
/* ここまで 20220324 追加 ハッシュタグ用 */


/* ==================== tag_search.html ==================== */

section {
  background: #fff;
}

section.search {
  padding: 60px 90px;
}
@media screen and (max-width: 768px) {
  section.search {
    padding: 1.6em 16px;
  }
}

.m-st {
  /* margin side standard */
  width: 100%;
  padding: 0 16px;
}
@media screen and (max-width: 599px) {
  .m-st {
    padding: 0;
  }
}
@media screen and (min-width: 896px) {
  .m-st {
    max-width: 980px;
    margin: 0 auto;
  }
}

.search_title {
  margin-bottom: 1em;
  border-left: 8px solid #3192ce;
  padding-left: 8px;
}

.search_tagList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.search_tagList {
  margin-bottom: 2em;
}

.search_tagList li {
  list-style-position: inside;
  line-height: inherit;
  display: flex;
  margin-bottom: 0.5em;
}

.search_tagList_label {
  display: inline-block;
  background: #f1f8fe;
  margin-right: 0.5em;
  margin-left: 1em;
  line-height: 1em;
  margin-bottom: 1em;
  padding: 5.5px;
  padding-left: 1.4em;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  color: #3b4043;
  transition: 0.2s ease all;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search_tagList_label {
    font-size: 0.8em;
  }
}

.search_tagList_label:before {
  position: absolute;
  top: 0;
  left: -0.85em;
  content: "";
  border-width: 0.85em 0.85em 0.85em 0;
  border-style: solid;
  border-color: transparent #f1f8fe transparent transparent;
}
.search_tagList_label:after {
  position: absolute;
  top: center;
  left: 0;
  content: "●";
  color: #fff;
  padding-right: 0.5em;
}
.search_tagList_label:hover {
  opacity: 0.6;
}

::before,
::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

.spacer {
  width: 100%;
}

/* and検索時に復活させる */
/* .search_tagList input[type="checkbox"]:checked + label:before {
  border: 15px solid transparent;
  border-right: 14px solid #3192ce;
}
.search_tagList input[type="checkbox"]:checked + label {
  background: #3192ce;
  color: #ffffff;
} */

/* and検索時に復活させる */
/* button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  Specify font inheritance of form elements
}
input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
} */


/* ==================== tag_index.html ==================== */

.sw-inner_standard {
  max-width: 960px;
  width: 76%;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .sw-inner_standard {
    padding: 0 1.5em;
    width: 100%;
  }
}

.column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 4em;
}

.project_item {
  width: 30%;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 5%);
  transition: all 0.4s ease;
  margin: 4em 1.2% 0;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 599px) {
  .project_item {
    width: 100%;
  }
}

.project_item a {
  text-decoration: none;
}

a {
  font-weight: 500;
  text-decoration: none;
  color: #111;
  transition: 0.2s ease all;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  a {
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (max-width: 599px) {
  a {
    font-weight: bold;
  }
}

a:hover {
  opacity: 0.8;
}

.eyecatch {
  position: relative;
  overflow: hidden;
}

.eyecatch_image {
  width: 100%;
  height: 150px;
  border-radius: 4px 4px 0 0;
  transition: all 0.4s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 599px) {
  .eyecatch_image {
    height: auto;
  }
}

.project_item:hover .eyecatch_image {
  transform: scale(1.1, 1.1);
}

.project_item:hover {
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
}

img {
  width: 100%;
  vertical-align: top;
  border-style: none;
}

.item_details {
  padding: 18px;
  position: relative;
  border-radius: 0 0 4px 4px;
}

@media only screen and (max-width: 768px) {
  .item_details {
    padding: 12px;
  }
}

.item_details p {
  display: flex;
  align-items: center;
  margin: 0;
}

.item_detailsinner {
  overflow: hidden;
  width: 100%;
}

.dates {
  font-size: 12px;
  color: #111;
}

.item_detailsinner .item_title {
  padding: 0;
  max-height: 200px;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.label_report::after {
  content: "STORIES";
  background: #58c771;
}

.label_unoccupied_house::after {
  content: "空き家";
  background: #a11d1d;
}

.label_found::after {
  content: "ファンド";
  background: #2b87c7;
}

.fund_area.fundtype.type_Investment {
  color: #205aab;
  display: block;
}

.fund_area {
  font-size: 12px;
  text-align: right;
  padding: 0 0.5em;
}

.fund_area:before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
}

.hashtag_wrap {
  z-index: 1;
  margin: 1.2em;
  border-top: 1px solid #ededed;
  padding-top: 1.2em;
  font-size: 12px;
}

.hashtag_wrap li {
  display: inline-block;
}

.hashtag_wrap li a {
  display: inline-block;
  background: #f1f8fe;
  margin-right: 0.5em;
  margin-left: 1em;
  line-height: 1em;
  margin-bottom: 1em;
  padding: 4px;
  padding-left: 1.4em;
  position: relative;
}

.hashtag_wrap li a:before {
  position: absolute;
  top: 0;
  left: -0.85em;
  content: "";
  border-width: 0.85em 0.85em 0.85em 0;
  border-style: solid;
  border-color: transparent #f1f8fe transparent transparent;
}

.hashtag_wrap li a:after {
  position: absolute;
  top: center;
  left: 0;
  content: "●";
  color: #fff;
  padding-right: 0.5em;
}


.detail_hashtag_wrap {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .detail_hashtag_wrap {
    display: block;
  }
}

/* ここから 20220324 追加 ハッシュタグ用 */
.hashtag_wrap li, .detail_hashtag_wrap li {
  display: inline-block;
}
.hashtag_wrap li a, .detail_hashtag_wrap li a {
  display: inline-block;
  background: #f1f8fe;
  margin-right: 0.5em;
  margin-left: 1em;
  line-height: 1em;
  margin-bottom: 1em;
  padding: 4px;
  padding-left: 1.4em;
  position: relative;
}
.hashtag_wrap li a:before, .detail_hashtag_wrap li a:before {
  position: absolute;
  top: 0;
  left: -0.85em;
  content: "";
  border-width: 0.85em 0.85em 0.85em 0;
  border-style: solid;
  border-color: transparent #f1f8fe transparent transparent;
}
.hashtag_wrap li a:after, .detail_hashtag_wrap li a:after {
  position: absolute;
  top: center;
  left: 0;
  content: "●";
  color: #fff;
  padding-right: 0.5em;
}

.blue_weight {
  color: #3192CE;
  font-weight: bold;
  width: 100px;
}
@media only screen and (max-width: 599px) {
  .blue_weight {
      margin-bottom: 1em;
  }
}
/* ここまで 20220324 追加 ハッシュタグ用 */
