#app .content h2.section_title {
  margin-bottom: 64px;
}
#app .edit {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #app .edit {
    margin-bottom: 60px;
  }
}
#app .edit:last-of-type {
  margin-bottom: 0;
}

.hash_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-left: 0;
}
.hash_list .list {
  width: fit-content;
  min-width: 64px;
  height: 24px;
  display: grid;
  gap: 0px;
  grid-template-columns: 12px 1fr;
  padding: 0 16px;
  border: 1px solid rgba(64, 64, 64, 0.25);
  align-items: center;
  border-radius: 45px;
  margin-right: 0;
}
.hash_list .list.current {
  background: #404040;
  border: 1px solid #404040;
}
.hash_list .list.current .icon,
.hash_list .list.current .tab-change-btn {
  color: #FFF;
}
.hash_list .list:after {
  display: none;
}
.hash_list .list .tab-change-btn {
  display: flex;
  width: fit-content;
  line-height: 1;
  font-size: 14px;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
}
.hash_list .list .icon {
  position: relative;
  line-height: 1;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 14px;
}
.hash_list .list.type_all {
  position: relative;
  justify-content: center;
  display: flex;
  padding: 0;
}

@media (any-hover: hover) {
  .type_list .list a:hover {
    opacity: 0.75;
  }
}

.content .tag .in_text {
  background: #6f7f89;
  border-radius: 2px;
}

.edit_box {
  margin-bottom: 60px;
}
.edit_box .edit .img_box img {
  max-width: 100%;
  display: block;
}
.edit_box .edit .img_box + * {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .tag_open .common--style .contents--wrap {
    translate: initial !important;
  }
  .tag_open .common--style.off .contents--wrap {
    animation: none;
  }

  .tag_open_d .common--style .contents--wrap {
    translate: initial !important;
  }

  .tag_btn {
    background: #6f7f89;
  }

  #app .section_title {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 0;
    line-height: 1.5;
  }
  #app .section_title + * {
    margin-top: 32px;
  }

  .hash_list_wrap {
    pointer-events: none;
    z-index: -1;
  }

  body.tag_open .hash_list_wrap {
    pointer-events: all;
    z-index: 1;
  }

  .hash_list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-left: 45px;
  }
  .hash_list .list {
    width: fit-content;
    min-width: initial;
    height: 28px;
    display: grid;
    gap: 0px;
    grid-template-columns: 12px 1fr;
    align-items: center;
    border: 1px solid #6f7f89;
    margin-right: 0;
    font-size: 18px;
  }
  .hash_list .list .tab-change-btn {
    height: 100%;
  }
  .hash_list .list.type_all {
    width: 100%;
    position: relative;
    justify-content: flex-start;
    display: flex;
    padding: 0;
    background: none;
    border: none;
  }
  .hash_list .list.type_all .tab-change-btn.all {
    width: 64px;
    height: 28px;
    background: #6f7f89;
    border-radius: 45px;
    justify-content: center;
  }
  .hash_list .list .icon {
    font-size: 18px;
  }
  .hash_list .list .tab-change-btn {
    font-size: 18px;
    align-items: center;
  }
}

/*# sourceMappingURL=research.css.map */
