.bbpress {
  /*　非表示　*/
}
.bbpress a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bbpress .dis_none {
  display: none!important;
}
.bbpress div.bbp-template-notice.info {
  display: none;
}
.bbpress .bbp-author-avatar {
  display: none;
}
.bbpress .bbp-admin-links {
  color: transparent;
}
.bbpress .bbp-admin-links .bbp-topic-edit-link,
.bbpress .bbp-admin-links .bbp-topic-merge-link,
.bbpress .bbp-admin-links .bbp-topic-approve-link,
.bbpress .bbp-admin-links .bbp-reply-edit-link,
.bbpress .bbp-admin-links .bbp-reply-move-link,
.bbpress .bbp-admin-links .bbp-topic-split-link,
.bbpress .bbp-admin-links .bbp-reply-approve-link {
  display: none;
}
.bbpress .mce-btn-group > div > .mce-widget:nth-child(7),
.bbpress .mce-btn-group > div > .mce-widget:nth-child(8),
.bbpress .mce-btn-group > div > .mce-widget:nth-child(9),
.bbpress .mce-btn-group > div > .mce-widget:last-child {
  display: none;
}
.bbpress .page_title > * {
  display: block;
}
.bbpress .page_title .sub_title {
  font-size: 0.5em;
  letter-spacing: 0;
}
.bbpress .page_content > .inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bbpress .page_content > .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.bbpress .box_btn_scroll_new_post {
  clear: both;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bbpress .box_btn_scroll_new_post {
    margin-bottom: 20px;
  }
}
.bbpress .box_btn_scroll_new_post a {
  display: block;
}
.bbpress .forum_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.bbpress .forum_list > div {
  flex-basis: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bbpress .forum_list > div {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.bbpress .forum_list > div > div {
  background-color: #FFF1C7;
  border: solid 4px #fff;
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bbpress .forum_list > div > div {
    border-width: 2px;
    border-radius: 5px;
    padding: 24px;
  }
}
.bbpress .forum_list .bbp-forum-title {
  color: #eb7323;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  border-bottom: solid 4px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .bbpress .forum_list .bbp-forum-title {
    font-size: 19.2px;
    border-bottom-width: 2px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.bbpress .forum_list .topic {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bbpress .forum_list .topic {
    margin-bottom: 12px;
  }
}
.bbpress .forum_list .topic a {
  display: block;
  color: #000;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .bbpress .forum_list .topic a {
    font-size: 14px;
    padding-left: 16px;
  }
}
.bbpress .forum_list .topic a::before {
  content: "●";
  color: #eb7323;
  position: absolute;
  left: 0;
}
.bbpress .forum_list .btn_topic_list {
  display: block;
  max-width: 283px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bbpress .forum_list .btn_topic_list {
    max-width: 226.4px;
  }
}
.bbpress #bbpress-forums {
  font-size: initial;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bbpress #bbpress-forums div.odd,
.bbpress #bbpress-forums div.even {
  background-color: transparent;
}
.bbpress #bbpress-forums fieldset.bbp-form {
  padding: 0;
  border: none;
}
.bbpress #bbpress-forums fieldset.bbp-form legend {
  color: #eb7323;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 0 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums fieldset.bbp-form legend {
    font-size: 19.2px;
    padding-top: 16px;
    margin-bottom: 15px;
  }
}
.bbpress #bbpress-forums fieldset.bbp-form dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums fieldset.bbp-form dl {
    font-size: 14px;
    margin-bottom: 7.5px;
  }
}
.bbpress #bbpress-forums fieldset.bbp-form dl > dt {
  flex-basis: 30%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums fieldset.bbp-form dl > dt {
    flex-basis: 100%;
  }
}
.bbpress #bbpress-forums fieldset.bbp-form dl > dd {
  flex-basis: 70%;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums fieldset.bbp-form dl > dd {
    flex-basis: 100%;
  }
}
.bbpress #bbpress-forums fieldset.bbp-form dl.topic_title input {
  width: 100%;
  min-height: 42px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums fieldset.bbp-form dl.icon {
    flex-direction: column;
    align-items: baseline;
  }
}
.bbpress #bbpress-forums fieldset.bbp-form dl.icon dd {
  display: flex;
}
.bbpress #bbpress-forums fieldset.bbp-form dl.icon dd label {
  margin-right: 6px;
  margin-left: 5px;
}
.bbpress #bbpress-forums fieldset.bbp-form dl.icon dd label::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  left: -16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums fieldset.bbp-form dl.icon dd label::after {
    width: 40px;
    height: 40px;
  }
}
.bbpress #bbpress-forums fieldset.bbp-form dl.icon dd label[for="my_bb_icon1"]::after {
  background-image: url(../images/forum/icon_akabeko@2x.png);
}
.bbpress #bbpress-forums fieldset.bbp-form dl.icon dd label[for="my_bb_icon2"]::after {
  background-image: url(../images/forum/icon_momo@2x.png);
}
.bbpress #bbpress-forums fieldset.bbp-form dl.icon dd label[for="my_bb_icon3"]::after {
  background-image: url(../images/forum/icon_ine@2x.png);
}
.bbpress #bbpress-forums fieldset.bbp-form dl.icon dd label[for="my_bb_icon4"]::after {
  background-image: url(../images/forum/icon_osake@2x.png);
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums fieldset.bbp-form dl.comment {
    flex-direction: column;
    align-items: baseline;
  }
}
.bbpress #bbpress-forums fieldset.bbp-form dl.notification label {
  margin-left: 5px;
}
.bbpress #bbpress-forums fieldset.bbp-form input[type=password],
.bbpress #bbpress-forums fieldset.bbp-form input[type=text],
.bbpress #bbpress-forums fieldset.bbp-form select {
  border: solid 1px #bbb;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums fieldset.bbp-form input[type=password],
  .bbpress #bbpress-forums fieldset.bbp-form input[type=text],
  .bbpress #bbpress-forums fieldset.bbp-form select {
    width: 100%;
    box-sizing: border-box;
    min-height: 38px;
    height: 38px;
  }
}
.bbpress #bbpress-forums fieldset.bbp-form button[type="submit"] {
  border: none;
  background-color: transparent;
}
.bbpress #bbpress-forums fieldset.bbp-form button[type="submit"]:hover {
  opacity: 0.5;
}
.bbpress #bbpress-forums .bbp-pagination-count {
  float: none;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-pagination-count {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.bbpress #bbpress-forums .bbp-pagination-links {
  float: none;
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
}
.bbpress #bbpress-forums .bbp-pagination-links a {
  float: none;
  color: #666;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.25em;
  border-color: #bbb;
  border-width: 0.125em;
  padding: 0 0.8125em;
  margin-left: 1.125em;
}
.bbpress #bbpress-forums .bbp-pagination-links a:hover {
  color: #fff;
  border-color: #eb7323;
  border-width: 0.125em;
  background-color: #eb7323;
}
.bbpress #bbpress-forums .bbp-pagination-links a.prev,
.bbpress #bbpress-forums .bbp-pagination-links a.next {
  border: none;
}
.bbpress #bbpress-forums .bbp-pagination-links span.current {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.25em;
  color: #fff;
  border-color: #eb7323;
  background-color: #eb7323;
  padding: 0 0.8125em;
  margin-left: 1.125em;
}
.bbpress #bbpress-forums .bbp-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-pagination {
    display: block;
    transform: scale(0.7);
  }
}
.bbpress #bbpress-forums .bbp-topics {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 1rem;
}
.bbpress #bbpress-forums .bbp-topics > a {
  display: flex;
  flex-basis: 100%;
  color: #333;
  padding: 0 15px;
  box-sizing: border-box;
}
.bbpress #bbpress-forums .bbp-topics > a > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px #eb7323;
  background-color: #fff;
  padding: 25px 15px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-topics > a > div {
    padding: 12px;
  }
}
.bbpress #bbpress-forums .bbp-topics > a.status-closed .label_closed {
  display: block;
  width: 150px;
  height: 28px;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  background-color: #eb7323;
  right: 0;
  bottom: 15px;
}
.bbpress #bbpress-forums .bbp-topics > a.status-closed .label_closed::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 16px 14px 0;
  border-color: transparent #eb7323 transparent transparent;
  position: absolute;
  top: 0;
  left: -16px;
}
.bbpress #bbpress-forums .bbp-topics .box_row {
  display: flex;
}
.bbpress #bbpress-forums .bbp-topics .box_row .row_02 {
  width: 100%;
}
.bbpress #bbpress-forums .bbp-topics .topic_author {
  width: 50px;
  text-align: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-topics .topic_author {
    width: 40px;
    margin-right: 12px;
  }
}
.bbpress #bbpress-forums .bbp-topics .topic_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  font-feature-settings: "palt";
  margin-bottom: 5px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-topics .topic_title {
    font-size: 14.4px;
    margin-bottom: 4px;
  }
}
.bbpress #bbpress-forums .bbp-topics .excerpt {
  color: #777;
  font-size: 13px;
  line-height: 1.61538462;
  text-align: justify;
  margin-bottom: 8px;
}
.bbpress #bbpress-forums .bbp-topics .meta {
  display: flex;
  color: #777;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-topics .meta {
    font-size: 10.4px;
  }
}
.bbpress #bbpress-forums .bbp-topics .good_count,
.bbpress #bbpress-forums .bbp-topics .reply_count {
  display: block;
  margin-right: 12px;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-topics .good_count,
  .bbpress #bbpress-forums .bbp-topics .reply_count {
    margin-right: 9.6px;
    padding-left: 14.4px;
  }
}
.bbpress #bbpress-forums .bbp-topics .good_count .title::after,
.bbpress #bbpress-forums .bbp-topics .reply_count .title::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-topics .good_count .title::after,
  .bbpress #bbpress-forums .bbp-topics .reply_count .title::after {
    width: 11.2px;
    height: 11.2px;
  }
}
.bbpress #bbpress-forums .bbp-topics .reply_count .title::after {
  background-image: url(../images/forum/icon_comment.svg);
}
.bbpress #bbpress-forums .bbp-topics .good_count {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-topics .good_count {
    margin-right: 16px;
  }
}
.bbpress #bbpress-forums .bbp-topics .good_count .title::after {
  background-image: url(../images/forum/icon_good_off.svg);
}
.bbpress #bbpress-forums .bbp-topics .author_name {
  border-right: solid 1px #777;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-topics .author_name {
    padding-right: 4px;
  }
}
.bbpress #bbpress-forums .bbp-topics .time {
  padding-left: 7px;
  padding-right: 7px;
  border-right: solid 1px #777;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-topics .time {
    padding-left: 5.6px;
    padding-right: 5.6px;
  }
}
.bbpress #bbpress-forums .bbp-topics .category {
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-topics .category {
    padding-left: 5.6px;
  }
}
.bbpress #bbpress-forums .bbp-topics .label_closed {
  display: none;
  position: absolute;
}
.bbpress #bbpress-forums .bbp-replies {
  padding-left: 130px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies {
    padding-left: 0;
  }
}
.bbpress #bbpress-forums .bbp-replies > ul > li {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies > ul > li {
    border-radius: 8px;
    padding: 15px 15px 15px 12px;
    margin-bottom: 30px;
  }
}
.bbpress #bbpress-forums .bbp-replies > ul > li:first-child {
  background-color: transparent;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
.bbpress #bbpress-forums .bbp-replies > ul > li:first-child .author {
  width: 90px;
  position: absolute;
  left: -110px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies > ul > li:first-child .author {
    width: 100%;
    position: initial;
  }
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies > ul > li:first-child .author .icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.bbpress #bbpress-forums .bbp-replies > ul > li > .box_reply > .bbp-reply-form {
  width: calc(100% + 65px);
  padding-top: 30px;
  position: relative;
  left: -65px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies > ul > li > ul.bbp-threaded-replies {
    margin-left: 0;
  }
}
.bbpress #bbpress-forums .bbp-replies > ul > li > ul > li {
  background-color: #FFF0C9;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies > ul > li > ul > li {
    border-radius: 8px;
    padding: 15px 15px 15px 12px;
    margin-top: 15px;
  }
}
.bbpress #bbpress-forums .bbp-replies > ul > li > ul > li > .box_reply > .bbp-reply-form {
  width: calc(100% + 65px);
  padding-top: 30px;
  position: relative;
  left: -65px;
}
.bbpress #bbpress-forums .bbp-replies .topic_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.41666667;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies .topic_title {
    font-size: 19.2px;
    margin-bottom: 15px;
  }
}
.bbpress #bbpress-forums .bbp-replies .box_reply {
  min-height: 110px;
  padding-left: 115px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies .box_reply {
    padding-left: 62px;
    min-height: 65px;
  }
}
.bbpress #bbpress-forums .bbp-replies .box_reply .author {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.bbpress #bbpress-forums .bbp-replies .box_reply .bbp-reply-form {
  padding-left: 0;
  margin: 0;
}
.bbpress #bbpress-forums .bbp-replies .author {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies .author {
    width: 54px;
  }
}
.bbpress #bbpress-forums .bbp-replies .author .icon {
  width: 90px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies .author .icon {
    width: 54px;
    margin-bottom: 2.5px;
  }
}
.bbpress #bbpress-forums .bbp-replies .name {
  color: #777;
  font-size: 12px;
  font-weight: bold;
  word-break: break-all;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies .name {
    font-size: 9.6px;
    margin-bottom: 0;
  }
}
.bbpress #bbpress-forums .bbp-replies .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #707070;
  line-height: 1;
}
.bbpress #bbpress-forums .bbp-replies .meta .date {
  font-size: 12px;
  display: none;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies .meta .date {
    font-size: 9.6px;
  }
}
.bbpress #bbpress-forums .bbp-replies .meta .bbp-admin-links {
  float: none;
}
.bbpress #bbpress-forums .bbp-replies .meta .bbp-admin-links a {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies .meta .bbp-admin-links a {
    font-size: 9.6px;
  }
}
.bbpress #bbpress-forums .bbp-replies .content {
  font-size: 16px;
  line-height: 2.1875;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies .content {
    font-size: 12.8px;
  }
}
.bbpress #bbpress-forums .bbp-replies .content em {
  font-style: italic;
}
.bbpress #bbpress-forums .bbp-replies .content ul,
.bbpress #bbpress-forums .bbp-replies .content ol {
  background: revert;
  list-style: revert;
  margin: revert;
  padding: revert;
}
.bbpress #bbpress-forums .bbp-replies .content ul li,
.bbpress #bbpress-forums .bbp-replies .content ol li {
  background: revert;
  list-style: revert;
  margin: revert;
}
.bbpress #bbpress-forums .bbp-replies .content a {
  text-decoration: revert;
}
.bbpress #bbpress-forums .bbp-replies .content blockquote {
  margin: 0;
  padding: 1rem;
  background: #f7f7f7;
  border-radius: 5px;
}
.bbpress #bbpress-forums .bbp-replies .label_comment_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background-color: #FEC72E;
  border-radius: 10px;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies .label_comment_list {
    height: 41.6px;
    font-size: 16px;
    border-radius: 8px;
    margin: 30px 0;
  }
}
.bbpress #bbpress-forums .bbp-replies .btn_post_comment {
  display: block;
  max-width: 524px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-replies .btn_post_comment {
    margin-bottom: 30px;
  }
}
.bbpress #bbpress-forums .bbp-replies .good_count {
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.0625em;
  height: 1.875em;
  margin-top: 1em;
  border: solid 0.125em #666;
  border-radius: 0.125em;
  box-shadow: 2px 2px 0 #aaa;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.15s ease-out;
}
.bbpress #bbpress-forums .bbp-replies .good_count > * {
  transition: all 0.15s ease-out;
}
.bbpress #bbpress-forums .bbp-replies .good_count:hover {
  background-color: #ccc;
  cursor: pointer;
  top: 2px;
  left: 2px;
  box-shadow: 0px 0px 0 #aaa;
}
.bbpress #bbpress-forums .bbp-replies .good_count:hover .title::after {
  background-image: url(../images/forum/icon_good_on_02.svg);
}
.bbpress #bbpress-forums .bbp-replies .good_count .title::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.3125em;
  background-image: url(../images/forum/icon_good_off_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bbpress #bbpress-forums .bbp-reply-form {
  padding-left: 130px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .bbp-reply-form {
    padding-left: 0px;
  }
}
.bbpress #bbpress-forums .bbp-reply-form fieldset.bbp-form dl {
  flex-direction: column;
  align-items: unset;
}
.bbpress #bbpress-forums .bbp-reply-form fieldset.bbp-form .bbp-submit-wrapper {
  float: none;
  max-width: 520px;
  padding-top: 20px;
}
.bbpress #bbpress-forums .bbp-reply-form fieldset.bbp-form .bbp-submit-wrapper > a#bbp-cancel-reply-to-link {
  color: #707070;
  font-size: 12px;
  margin-top: 10px;
}
.bbpress #bbpress-forums .message_approval_system {
  color: #a71111;
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bbpress #bbpress-forums .message_approval_system {
    font-size: 9.6px;
    margin-bottom: 10px;
  }
}
.bbpress #bbpress-forums .bbp-search-form {
  float: none;
}
.bbpress .box_cat_list {
  font-size: 1em;
  background-color: #FFF1C7;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .bbpress .box_cat_list {
    padding: 0.375em;
  }
}
.bbpress .box_cat_list .box_inner {
  background-color: #fff;
  border: solid 1px #f6d5bf;
  border-radius: 0.1875em;
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .bbpress .box_cat_list .box_inner {
    padding: 1em;
  }
}
.bbpress .box_cat_list .title {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 0.625em;
}
.bbpress .box_cat_list .list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .bbpress .box_cat_list .list {
    display: block;
  }
}
.bbpress .box_cat_list .list li {
  border-right: solid 1px #f6d5bf;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .bbpress .box_cat_list .list li {
    display: inline-block;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .bbpress .box_cat_list .list li::after {
    content: "／";
    color: #ccc;
  }
}
.bbpress .box_cat_list .list li:first-child a {
  padding-left: 0;
}
.bbpress .box_cat_list .list li:last-child {
  border-right: none;
}
.bbpress .box_cat_list .list li:last-child a {
  padding-right: 0;
}
.bbpress .box_cat_list a {
  color: #eb7323;
  font-size: 0.875em;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .bbpress .box_cat_list a {
    padding-left: 0;
    padding-right: 0;
  }
}
.bbpress .title_topics {
  margin-top: 1em;
  background-color: #FFF1C7;
  border-top: solid 0.25em #eb7323;
  border-bottom: solid 0.0625em #eb7323;
  font-size: 1em;
  font-weight: bold;
  padding: 1em;
}
.bbpress.bbpress_top .bbp-breadcrumb {
  display: none;
}
.bbpress .box_search_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .bbpress .box_search_header {
    flex-direction: column;
  }
}
.bbpress .box_search_header h3 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bbpress .box_search_header h3 {
    margin-bottom: 0.5rem;
  }
}
.bbpress .btn_scroll_new_post {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  height: 2.8125em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #eb7323;
}
@media screen and (max-width: 767px) {
  .bbpress .btn_scroll_new_post {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
}
.bbpress #bbp-search-form > div {
  display: flex;
}
.bbpress input[name=bbp_search] {
  height: 45px;
  border-left: 1px solid rgba(204, 200, 196, 0.6);
  border-top: 1px solid rgba(204, 200, 196, 0.6);
  border-bottom: 1px solid rgba(204, 200, 196, 0.6);
  border-radius: 0;
  font-size: 1em;
  padding: 5px 12px;
  box-sizing: border-box;
}
.bbpress input[name=bbp_search]:focus {
  outline: none;
}
.bbpress input[type=submit] {
  height: 45px;
  color: #fff;
  color: var(--button-text-color, #fff);
  background-color: #eb7323;
  border: 1px solid #eb7323;
  font-size: 1em;
  font-weight: bold;
  padding: 12px;
  border-radius: 0;
  margin-left: -4px;
  -webkit-appearance: none;
}
.bbpress .page_result #bbpress-forums .bbp-reply-header,
.bbpress .page_result #bbpress-forums .bbp-topic-header {
  background-color: #FFF1C7;
  padding: 1em;
}
.bbpress .page_result #bbpress-forums .bbp-reply-header .bbp-meta,
.bbpress .page_result #bbpress-forums .bbp-topic-header .bbp-meta {
  display: flex;
  justify-content: space-between;
}
.bbpress .page_result #bbpress-forums .bbp-reply-header a,
.bbpress .page_result #bbpress-forums .bbp-topic-header a {
  color: #eb7323;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
}
.bbpress .page_result #bbpress-forums .topic,
.bbpress .page_result #bbpress-forums .reply {
  display: flex;
  background-color: #fff;
  border-bottom: solid 1px #eb7323;
  padding: initial;
}
.bbpress .page_result #bbpress-forums .bbp-reply-author,
.bbpress .page_result #bbpress-forums .bbp-topic-author {
  float: initial;
  width: 100px;
  padding: 1rem 0.5rem 1rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bbpress .page_result #bbpress-forums .bbp-reply-author,
  .bbpress .page_result #bbpress-forums .bbp-topic-author {
    width: 70px;
    padding: 0.5rem 0.25rem 0.5rem 0.5rem;
  }
}
.bbpress .page_result #bbpress-forums .bbp-reply-author .name,
.bbpress .page_result #bbpress-forums .bbp-topic-author .name {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .bbpress .page_result #bbpress-forums .bbp-reply-author .name,
  .bbpress .page_result #bbpress-forums .bbp-topic-author .name {
    font-size: 10px;
  }
}
.bbpress .page_result #bbpress-forums .bbp-reply-content,
.bbpress .page_result #bbpress-forums .bbp-topic-content {
  width: calc(100% - 100px);
  margin-left: initial;
  padding: 1rem 1rem 1rem 0.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bbpress .page_result #bbpress-forums .bbp-reply-content,
  .bbpress .page_result #bbpress-forums .bbp-topic-content {
    width: calc(100% - 70px);
    padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  }
}
.bbpress .btn_back_chat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.66666667em;
  height: 2.5em;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  background-color: #eb7323;
}
.btn_forum_des {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb7323;
  height: auto;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border: solid 2px #fff;
  border-radius: 3px;
  padding: 10px 5px;
  transform: translateY(-50%);
  position: fixed;
  right: 0;
  top: 50%;
}
body.bbpress_top .g-recaptcha,
body.single-forum .g-recaptcha {
  margin-left: 30%;
}
@media (max-width: 767px) {
  body.bbpress_top .g-recaptcha,
  body.single-forum .g-recaptcha {
    margin-left: 0;
  }
}
