:root {
  --margin-section: 3em;
}

.main_content__panel {
  padding: 0;
}
.main_content__panel__head {
  margin-bottom: 0;
  position: relative;
  padding: 70px 80px 0;
  box-shadow: 0 1px 0 0 #a2a2a2;
  z-index: 50;
}
@media screen and (max-width: 899px) {
  .main_content__panel__head {
    padding: 14px 14px 0;
  }
}
.main_content__panel__body {
  padding-top: 40px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
}
.main_content__panel__body .portal_login {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 899px) {
  .main_content__panel__body .portal_login {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 80px;
  }
}
.main_content__panel__body .portal_home__1, .main_content__panel__body .portal_home__2, .main_content__panel__body .portal_home__3 .member_area__body {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 899px) {
  .main_content__panel__body .portal_home__1, .main_content__panel__body .portal_home__2, .main_content__panel__body .portal_home__3 .member_area__body {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.main_content__panel__body .portal_home__2 {
  padding-bottom: 50px;
}
.main_content__panel__body .portal_mypage,
.main_content__panel__body .portal_member {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 899px) {
  .main_content__panel__body .portal_mypage,
  .main_content__panel__body .portal_member {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.main_content__panel__body .bbpress-wrapper .bbp-template-notice.info,
.main_content__panel__body .bbpress-wrapper .bbp-topic-reply-count-box,
.main_content__panel__body .bbpress-wrapper .bbp-reply-form {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
@media screen and (max-width: 899px) {
  .main_content__panel__body .bbpress-wrapper .bbp-template-notice.info,
  .main_content__panel__body .bbpress-wrapper .bbp-topic-reply-count-box,
  .main_content__panel__body .bbpress-wrapper .bbp-reply-form {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
}
.main_content__panel__body .bbpress-wrapper .bbp-topics,
.main_content__panel__body .bbpress-wrapper .bbp-pagination,
.main_content__panel__body .bbpress-wrapper .bbp-topic-form,
.main_content__panel__body .bbpress-wrapper .bbp-replies,
.main_content__panel__body .bbpress-wrapper .bbp-no-reply {
  padding-left: 60px !important;
  padding-right: 60px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .main_content__panel__body .bbpress-wrapper .bbp-topics,
  .main_content__panel__body .bbpress-wrapper .bbp-pagination,
  .main_content__panel__body .bbpress-wrapper .bbp-topic-form,
  .main_content__panel__body .bbpress-wrapper .bbp-replies,
  .main_content__panel__body .bbpress-wrapper .bbp-no-reply {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
.main_content .pbtn {
  background-color: #12678f;
  min-height: 54px;
  min-width: 156px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid transparent;
  padding: 5px 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s;
}
.main_content .pbtn:hover {
  background-color: #f8f8f8;
  color: #12678f;
  border: 1px solid #12678f;
}
.main_content input {
  cursor: pointer;
}
.main_content .bbpress-wrapper input[type=text],
.main_content .bbpress-wrapper input[type=password] {
  width: 100%;
  min-height: 54px;
  box-sizing: border-box;
  background-color: #ffffff !important;
  outline: none;
  border: none;
  padding: 5px 15px !important;
  font-size: 1rem;
}
.main_content .wp-editor-container .quicktags-toolbar input[type=button] {
  padding: 6px 7px !important;
}
.main_content .bbp-submit-wrapper {
  float: none !important;
  clear: unset !important;
}
.main_content .bbp-submit-wrapper .button {
  background-color: #12678f;
  min-height: clamp(40px, 5vw, 54px);
  min-width: 156px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid transparent;
  padding: 5px 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s;
}
.main_content .bbp-submit-wrapper .button:hover {
  background-color: #f8f8f8;
  color: #12678f;
  border: 1px solid #12678f;
}

.portal_login__head {
  margin-bottom: clamp(30px, 4vw, 44px);
}
.portal_login__head h2 {
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
}
.portal_login__body {
  width: 100%;
  max-width: 348px;
  margin: 0 auto;
}
.portal_login .input_frame {
  box-shadow: 3px 3px 15px 2px rgba(211, 211, 204, 0.25);
  margin-bottom: clamp(20px, 3vw, 30px);
  position: relative;
}
.portal_login .input_frame::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portal_login .input_frame._mail::before {
  background: url("../img/portal/icon_mail.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 18px;
  height: 14px;
  left: 16px;
}
.portal_login .input_frame._pass::before {
  background: url("../img/portal/icon_pass.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 14px;
  height: 22px;
  left: 18px;
}
.portal_login .input_frame input {
  width: 100%;
  min-height: 54px;
  box-sizing: border-box;
  background-color: #ffffff;
  outline: none;
  border: none;
  padding: 5px 15px 5px 50px;
  font-size: 1rem;
}
.portal_login .input_frame input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.portal_login .input_frame input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.portal_login .login_btn_box {
  margin-bottom: 1.25rem;
}
.portal_login .login_btn_box .btn_submit {
  width: 100%;
  box-shadow: 3px 3px 15px 2px rgba(211, 211, 204, 0.25);
}
.portal_login .text_box {
  text-align: center;
  margin-bottom: 0.6rem;
}
.portal_login .text_box .forget_text {
  color: #12678f;
  margin-bottom: 1.65rem;
  display: inline-block;
}
.portal_login .text_box .forget_text:hover {
  text-decoration: underline;
}
.portal_login .register_btn_box .btn_register {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 54px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  outline: none;
  border: 1px solid #12678f;
  color: #12678f;
  padding: 5px 15px;
  font-size: 1rem;
  transition: all 0.2s;
}
.portal_login .register_btn_box .btn_register:hover {
  background-color: #12678f;
  color: #f8f8f8;
  border: 1px solid transparent;
}

#bbpress-forums .bbp-login-form .bbp-form {
  width: 100%;
  max-width: 350px;
  border: none;
  margin: 0 auto;
}
#bbpress-forums .bbp-login-form .bbp-form .bbp-username label,
#bbpress-forums .bbp-login-form .bbp-form .bbp-password label {
  margin-bottom: 0.4rem;
  padding-left: 0.2rem;
  font-size: 0.875rem;
}
#bbpress-forums .bbp-login-form .bbp-form input[type=text],
#bbpress-forums .bbp-login-form .bbp-form input[type=password] {
  min-height: 54px;
  height: 54px;
}
#bbpress-forums .bbp-login-form .bbp-form .bbp-remember-me {
  margin: 25px auto 30px;
  text-align: center;
  font-size: 0.938rem;
}
#bbpress-forums .bbp-login-form .bbp-form .bbp-remember-me input[type=checkbox] {
  transform: translateY(3px);
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
#bbpress-forums .bbp-login-form .bbp-form .bbp-submit-wrapper {
  margin: 0 auto;
  text-align: center;
}
#bbpress-forums .bbp-login-form .bbp-form .bbp-submit-wrapper button {
  width: 100%;
  max-width: 350px;
}

.portal_home__1 {
  display: flex;
  grid-gap: clamp(20px, 4vw, 40px);
  margin-bottom: 40px;
}
@media screen and (max-width: 699px) {
  .portal_home__1 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.portal_home .forum_box {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .portal_home .forum_box {
    width: clamp(180px, 25vw, 300px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 699px) {
  .portal_home .forum_box {
    height: clamp(60px, 15vw, 120px);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.portal_home .forum_box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #12678f;
  transition: opacity 0.2s;
}
.portal_home .forum_box a:hover {
  opacity: 0.7;
}
.portal_home .forum_box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .portal_home .forum_box a img {
    width: 166px;
    height: auto;
  }
}
@media screen and (max-width: 899px) {
  .portal_home .forum_box a img {
    width: 144px;
  }
}
.portal_home .profile_box {
  width: 50%;
  background-color: #ffffff;
  padding: clamp(20px, 2.8vw, 27px) clamp(20px, 3vw, 30px) clamp(20px, 2.8vw, 26px);
  display: flex;
  -moz-column-gap: clamp(20px, 3vw, 30px);
  column-gap: clamp(20px, 3vw, 30px);
  min-height: 215px;
  box-sizing: border-box;
  box-shadow: 3px 3px 15px 2px rgba(211, 211, 204, 0.25);
  position: relative;
  transition: opacity 0.2s;
}
.portal_home .profile_box:hover {
  opacity: 0.7;
}
@media screen and (max-width: 999px) {
  .portal_home .profile_box {
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .portal_home .profile_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 475px) {
  .portal_home .profile_box__1 {
    margin-bottom: 15px;
  }
}
.portal_home .profile_box__1 .img_wrap {
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 9999px;
  margin-bottom: 10px;
}
@media screen and (max-width: 475px) {
  .portal_home .profile_box__1 .img_wrap {
    margin: 0 auto 10px;
  }
}
.portal_home .profile_box__1 .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.portal_home .profile_box__1 .year {
  max-width: 80px;
  min-height: 24px;
  background-color: #12678f;
  border-radius: 4px;
  color: #ffffff;
  padding: 2px 4px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 15px;
  margin: 0 auto;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.portal_home .profile_box__2 {
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333333;
}
.portal_home .profile_box__2 .neam_box {
  margin-bottom: 9px;
}
.portal_home .profile_box__2 .neam_box .name {
  font-size: 1.188rem;
  font-weight: 600;
  line-height: 1.4;
}
.portal_home .profile_box__2 .neam_box .old_name {
  font-size: 0.938rem;
  font-weight: 400;
  transform: translateY(-1px);
  margin-left: -5px;
  display: inline-block;
}
.portal_home .profile_box__2 .neam_box .furi {
  color: #7b7b7b;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.portal_home .profile_box__2 .info_box .row {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.portal_home .profile_box__2 .info_box .row:not(:last-of-type):not(.hospital) {
  margin-bottom: 5px;
}
.portal_home .profile_box__2 .info_box .row > .icon {
  flex-shrink: 0;
}
.portal_home .profile_box__2 .info_box .row .text,
.portal_home .profile_box__2 .info_box .row .hospital_name {
  line-height: 1.4;
  font-size: 15px;
}
.portal_home .profile_box__2 .info_box .row .text {
  color: #7b7b7b;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: 100%;
}
.portal_home .profile_box__2 .info_box .row .date {
  padding-top: 1px;
  font-family: Roboto, sans-serif;
}
.portal_home .profile_box__2 .info_box .hospital {
  margin-bottom: clamp(12px, 1.7vw, 17px);
}
.portal_home .news_area {
  background-color: #ffffff;
  box-shadow: 3px 3px 15px 2px rgba(211, 211, 204, 0.25);
  padding: 55px clamp(20px, 5vw, 50px) 75px;
}
.portal_home .news_area__head {
  padding-left: 10px;
  box-sizing: border-box;
}
.portal_home .news_area__head h2 {
  margin-bottom: 50px;
  padding-bottom: 0;
  border-bottom: none;
}
.portal_home .news_area__head h2 .h2_ja {
  display: block;
  width: 140px;
  height: 26px;
  margin-bottom: 10px;
}
.portal_home .news_area__head h2 .h2_en {
  display: block;
  width: 140px;
  height: 15px;
}
.portal_home .news_area__head h2 img {
  height: 100%;
  display: block;
}
.portal_home .member_area__head {
  background-color: #12678f;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
  column-gap: 10px;
  min-height: clamp(80px, 10vw, 110px);
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .portal_home .member_area__head {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.portal_home .member_area__head .title {
  color: #ffffff;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 400;
  line-height: 1.2;
  flex-shrink: 0;
}
.portal_home .member_area__head .input_frame {
  min-height: clamp(45px, 6vw, 60px);
  width: 100%;
  max-width: 450px;
  border-radius: 0;
  position: relative;
}
.portal_home .member_area__head .input_frame::before {
  content: "";
  display: inline-block;
  background: url("../img/portal/icon_search.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 26px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.portal_home .member_area__head .input_frame input {
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 5px 50px 5px 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 16px;
  background-color: #ffffff;
  border: none;
}
.portal_home .member_area__head .input_frame input::-moz-placeholder {
  color: rgba(5, 55, 97, 0.65);
}
.portal_home .member_area__head .input_frame input::placeholder {
  color: rgba(5, 55, 97, 0.65);
}
.portal_home .member_area__body {
  padding-top: 50px;
  padding-bottom: 80px;
  letter-spacing: 0.04em;
}
.portal_home .member_area__body .search_result {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 700;
}
.portal_home .member_area__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .portal_home .member_area__list {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.portal_home .member_area__list .profile_box {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .portal_home .member_area__list .profile_box {
    min-height: 200px;
  }
}
@media screen and (max-width: 475px) {
  .portal_home .member_area__list .profile_box__1 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .portal_home .member_area__list .profile_box__1 .img_wrap {
    width: 100px;
    height: 100px;
  }
}
.portal_home .member_area__list .profile_box__2 {
  width: 100%;
}
.portal_home .member_area__list .profile_box__2 .login,
.portal_home .member_area__list .profile_box__2 .register {
  max-width: 240px;
}
.portal_home .member_area .year_title {
  font-size: 1.5rem;
  color: #353535;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 1rem;
  margin-top: 2.8rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #12678f;
}

#bbpress-forums {
  margin-bottom: 0 !important;
}

.bbp-template-notice.info ul > li::before {
  display: none !important;
}

.bbp-topics {
  border: none !important;
}
.bbp-topics .bbp-body > ul {
  background-color: #ffffff !important;
  padding: clamp(20px, 3.5vw, 25px) clamp(20px, 4.5vw, 32px) !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.04em;
  min-height: 110px !important;
  box-shadow: 3px 3px 15px 2px rgba(211, 211, 204, 0.25);
}
@media screen and (max-width: 699px) {
  .bbp-topics .bbp-body > ul {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column !important;
  }
}
.bbp-topics .bbp-body > ul:not(:last-of-type) {
  margin-bottom: 20px !important;
}
.bbp-topics .bbp-body > ul > li {
  float: none !important;
  clear: unset !important;
}
.bbp-topics .bbp-body > ul .bbp-topic-title {
  width: 70% !important;
}
@media screen and (max-width: 699px) {
  .bbp-topics .bbp-body > ul .bbp-topic-title {
    width: 100% !important;
  }
}
.bbp-topics .bbp-body > ul .bbp-topic-permalink {
  display: block;
  color: #343234;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 1.25rem !important;
}
@media screen and (max-width: 699px) {
  .bbp-topics .bbp-body > ul .bbp-topic-permalink {
    font-size: 1.063rem;
  }
}
.bbp-topics .bbp-body > ul .bbp-topic-content {
  padding: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 1.25rem !important;
  padding-bottom: 50px;
}
.bbp-topics .bbp-body > ul .bbp-topic-content p {
  color: rgba(80, 82, 83, 0.8) !important;
  font-size: 0.938rem;
}
.bbp-topics .bbp-body > ul .bbp-topic-meta {
  margin: 0 !important;
  line-height: 1 !important;
}
.bbp-topics .bbp-body > ul .bbp-topic-meta .bbp-author-link {
  text-decoration: none;
}
.bbp-topics .bbp-body > ul .bbp-topic-meta .bbp-author-link .bbp-author-name {
  font-size: 0.875rem;
  color: #8e8e8e !important;
}
.bbp-topics .bbp-body > ul .custom-count-box {
  display: flex;
}
.bbp-topics .bbp-body .bbp-topic-freshness {
  width: auto;
  text-align: right;
  position: relative;
  align-self: stretch !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 699px) {
  .bbp-topics .bbp-body .bbp-topic-freshness {
    flex-direction: row;
    align-self: auto !important;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: flex-end;
    width: 100%;
    padding-top: 10px;
  }
}
.bbp-topics .bbp-body .bbp-topic-freshness > a {
  font-size: 1rem !important;
  color: #12678f;
  text-decoration: none;
  margin-top: -10%;
}
@media screen and (max-width: 699px) {
  .bbp-topics .bbp-body .bbp-topic-freshness > a {
    margin-top: 0;
    font-size: 0.875rem !important;
  }
}
.bbp-topics .bbp-body .bbp-topic-freshness .custom-count-box {
  position: absolute;
  bottom: -3px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
@media screen and (max-width: 699px) {
  .bbp-topics .bbp-body .bbp-topic-freshness .custom-count-box {
    position: static;
  }
}
.bbp-topics .bbp-body .bbp-topic-freshness .custom-count-box .bbp-topic-voice-count,
.bbp-topics .bbp-body .bbp-topic-freshness .custom-count-box .bbp-topic-reply-count {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  color: rgba(52, 50, 52, 0.4);
}
.bbp-topics .bbp-body .bbp-topic-freshness .custom-count-box .bbp-topic-voice-count::before,
.bbp-topics .bbp-body .bbp-topic-freshness .custom-count-box .bbp-topic-reply-count::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bbp-topics .bbp-body .bbp-topic-freshness .custom-count-box .bbp-topic-voice-count {
  padding-left: 27px;
}
.bbp-topics .bbp-body .bbp-topic-freshness .custom-count-box .bbp-topic-voice-count::before {
  background: url("../img/portal/icon_human.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 24px;
  height: 16px;
}
.bbp-topics .bbp-body .bbp-topic-freshness .custom-count-box .bbp-topic-reply-count {
  padding-left: 19px;
}
.bbp-topics .bbp-body .bbp-topic-freshness .custom-count-box .bbp-topic-reply-count::before {
  background: url("../img/portal/icon_chat.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 17px;
  height: 19px;
}

.bbp-pagination {
  padding-top: 30px;
  padding-bottom: 35px;
  float: none !important;
  clear: unset !important;
  text-align: center;
}
.bbp-pagination > * {
  float: none !important;
  clear: unset !important;
}
.bbp-pagination .bbp-pagination-links {
  display: inline-block;
}
.bbp-pagination .bbp-pagination-links .page-numbers:not(.next):not(.prev) {
  line-height: 37px !important;
  color: #ffffff !important;
  text-align: center;
  background-color: #116890 !important;
  font-weight: bold;
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1rem !important;
}
.bbp-pagination .bbp-pagination-links .page-numbers:not(.next):not(.prev).current {
  background-color: #68a879 !important;
}
.bbp-pagination .bbp-pagination-links .page-numbers.prev, .bbp-pagination .bbp-pagination-links .page-numbers.next {
  font-size: 0 !important;
  position: relative;
  width: 40px;
  height: 40px;
  border: none !important;
}
.bbp-pagination .bbp-pagination-links .page-numbers.prev::before {
  content: "";
  display: block;
  background: url("../img/icon/arrow/pager.png") 0 0 no-repeat transparent;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  left: 13px;
  transform: rotate(180deg);
}
.bbp-pagination .bbp-pagination-links .page-numbers.next::before {
  content: "" !important;
  display: block;
  background: url("../img/icon/arrow/pager.png") 0 0 no-repeat transparent;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  right: 13px;
}

.bbp-topic-form {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-color: #ededed;
  border-top: 1px solid #a2a2a2;
}
.bbp-topic-form .bbp-form {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.bbp-topic-form .bbp-form > legend {
  font-size: 1.375rem;
  color: #343234;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
  padding: 0 !important;
}
.bbp-topic-form .bbp_topic_title,
.bbp-topic-form .bbp_topic_title_2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0.5rem !important;
}
.bbp-topic-form .custom_topic_title_input {
  min-height: 44px;
  height: 44px !important;
  width: 100%;
  border: none;
  box-sizing: border-box;
}
.bbp-topic-form .wp-editor-container {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 699px) {
  .bbp-topic-form .wp-editor-container {
    margin-bottom: 30px !important;
  }
}
.bbp-topic-form .bbp-submit-wrapper {
  text-align: left;
}
@media screen and (max-width: 659px) {
  .bbp-topic-form .bbp-submit-wrapper {
    text-align: center;
  }
}

#bbpress-forums {
  margin-bottom: 0 !important;
}

.bbpress-wrapper._topic {
  padding-bottom: 80px;
}

.bbp-topic-reply-count-box {
  background-color: transparent !important;
  padding-left: clamp(10px, 1.5vw, 15px) !important;
  margin-bottom: clamp(10px, 1.5vw, 15px) !important;
}
.bbp-topic-reply-count-box .bbp-topic-reply-count {
  font-size: clamp(14px, 2vw, 16px);
}

.forums.bbp-replies {
  border: none !important;
  letter-spacing: 0.04em;
  margin-bottom: 0 !important;
}
.forums.bbp-replies .bbp-body .hentry {
  padding: clamp(20px, 4vw, 30px) clamp(25px, 6vw, 50px) !important;
  background-color: #ffffff !important;
  position: relative;
}
.forums.bbp-replies .bbp-body .hentry:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(51, 51, 51, 0.2);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.forums.bbp-replies .bbp-body .hentry * {
  float: none !important;
  clear: unset !important;
}
.forums.bbp-replies .bbp-reply-author {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 100% !important;
  box-sizing: border-box !important;
  border-bottom: none !important;
  margin: 0 !important;
  min-height: auto !important;
  padding-left: 0 !important;
}
.forums.bbp-replies .bbp-reply-author .icon_box {
  width: 54px;
  height: 54px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 475px) {
  .forums.bbp-replies .bbp-reply-author .icon_box {
    width: 42px;
    height: 42px;
  }
}
.forums.bbp-replies .bbp-reply-author .icon_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.forums.bbp-replies .bbp-reply-author .text_box {
  text-align: left;
}
.forums.bbp-replies .bbp-reply-author .text_box .bbp-author-link {
  display: inline-block;
  text-decoration: none;
}
.forums.bbp-replies .bbp-reply-author .text_box .bbp-author-name {
  margin: 0 0 clamp(5px, 1vw, 10px) !important;
  color: #343234;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 500;
}
.forums.bbp-replies .bbp-reply-author .text_box .bbp-reply-post-date {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 2vw, 16px);
  display: block;
  margin-left: 1px;
  color: rgba(18, 103, 143, 0.8);
  letter-spacing: 0.01em;
  margin-bottom: clamp(8px, 1.5vw, 15px);
}
.forums.bbp-replies .bbp-reply-author .text_box .bbp-reply-content {
  padding: 0 !important;
  margin: 0 !important;
}
.forums.bbp-replies .bbp-reply-author .text_box .bbp-reply-content p {
  color: rgba(80, 82, 83, 0.8);
  font-size: 1rem;
}
@media screen and (max-width: 699px) {
  .forums.bbp-replies .bbp-reply-author .text_box .bbp-reply-content p {
    font-size: 0.938rem;
  }
}

.bbp-reply-form {
  padding: clamp(20px, 4.2vw, 25px) clamp(15px, 4.3vw, 40px) 30px !important;
  background-color: #ededed;
  border-top: 1px solid rgba(51, 51, 51, 0.8);
}
.bbp-reply-form .bbp-form {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.bbp-reply-form .bbp-form > legend {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  color: #343234;
  letter-spacing: 0.04em;
  margin-bottom: clamp(10px, 1.5vw, 15px);
  padding: 0 0 0 clamp(8px, 1.2vw, 12px) !important;
}
.bbp-reply-form .wp-editor-container {
  max-width: none;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 699px) {
  .bbp-reply-form .wp-editor-container {
    margin-bottom: 20px !important;
  }
}
.bbp-reply-form .bbp-submit-wrapper {
  text-align: center;
}

.portal_mypage {
  padding-bottom: 70px;
}
.portal_mypage .mypage_box {
  padding: 45px 55px;
  background-color: #ffffff;
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media screen and (max-width: 999px) {
  .portal_mypage .mypage_box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .portal_mypage .mypage_box {
    padding: 30px clamp(25px, 6vw, 50px);
  }
}
.portal_mypage .mypage_box__1 {
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .portal_mypage .mypage_box__1 {
    margin-bottom: clamp(25px, 4vw, 40px);
  }
}
.portal_mypage .mypage_box__1 .img_wrap {
  width: 150px;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .portal_mypage .mypage_box__1 .img_wrap {
    margin: 0 auto;
  }
}
.portal_mypage .mypage_box__1 .img_wrap .img_box {
  width: inherit;
  height: inherit;
  overflow: hidden;
  border-radius: 9999px;
  position: relative;
}
.portal_mypage .mypage_box__1 .img_wrap .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.portal_mypage .mypage_box__1 .img_wrap .edit_btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
}
.portal_mypage .mypage_box__2 {
  width: 100%;
  font-weight: 500;
}
.portal_mypage .mypage_box__2 .mypage_row {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 500px) {
  .portal_mypage .mypage_box__2 .mypage_row {
    display: block;
  }
}
.portal_mypage .mypage_box__2 .mypage_row:not(:last-of-type) {
  margin-bottom: 18px;
}
@media screen and (max-width: 500px) {
  .portal_mypage .mypage_box__2 .mypage_row:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.portal_mypage .mypage_box__2 .mypage_row:not(._name) .mypage_th {
  min-width: 135px;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .portal_mypage .mypage_box__2 .mypage_row:not(._name) .mypage_th {
    text-align: left;
    margin-bottom: 0.2rem;
  }
}
.portal_mypage .mypage_box__2 .mypage_row:not(._name) .mypage_td input[type=text],
.portal_mypage .mypage_box__2 .mypage_row:not(._name) .mypage_td input[type=password],
.portal_mypage .mypage_box__2 .mypage_row:not(._name) .mypage_td input[type=number] {
  min-height: 40px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #c1c1c1;
  width: 100%;
}
.portal_mypage .mypage_box__2 .mypage_row:not(._name) .mypage_td .notice {
  border-radius: 5px;
  background-color: #333333;
  padding: 0.5ex 1.5ex;
  color: #ffffff;
}
.portal_mypage .mypage_box__2 .mypage_row:not(._name) .mypage_td .notice.success {
  background-color: #07afbe;
}
.portal_mypage .mypage_box__2 .mypage_row:not(._name) .mypage_td .notice.error {
  background-color: #d0252b;
}
.portal_mypage .mypage_box__2 .mypage_row._name {
  margin-left: -35px;
}
@media screen and (max-width: 500px) {
  .portal_mypage .mypage_box__2 .mypage_row._name {
    margin-left: 0;
  }
}
.portal_mypage .mypage_box__2 .mypage_row._name .empty {
  min-width: 135px;
  flex-shrink: 0;
  text-align: right;
}
.portal_mypage .mypage_box__2 .mypage_row._name .name_box {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .portal_mypage .mypage_box__2 .mypage_row._name .name_box {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .portal_mypage .mypage_box__2 .mypage_row._name .name_box {
    flex-direction: column;
  }
}
.portal_mypage .mypage_box__2 .mypage_row._name .name_box .inner {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .portal_mypage .mypage_box__2 .mypage_row._name .name_box .inner:nth-of-type(1), .portal_mypage .mypage_box__2 .mypage_row._name .name_box .inner:nth-of-type(2) {
    width: calc(50% - 10px);
  }
  .portal_mypage .mypage_box__2 .mypage_row._name .name_box .inner:nth-of-type(3) {
    margin-left: -16px;
  }
  .portal_mypage .mypage_box__2 .mypage_row._name .name_box .inner .mypage_td {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .portal_mypage .mypage_box__2 .mypage_row._name .name_box .inner {
    display: block;
  }
  .portal_mypage .mypage_box__2 .mypage_row._name .name_box .inner:nth-of-type(1), .portal_mypage .mypage_box__2 .mypage_row._name .name_box .inner:nth-of-type(2), .portal_mypage .mypage_box__2 .mypage_row._name .name_box .inner:nth-of-type(3) {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .portal_mypage .mypage_box__2 .mypage_row._name .name_box .mypage_th {
    text-align: left;
    margin-bottom: 0.2rem;
  }
}
.portal_mypage .mypage_box__2 .mypage_row._name .name_box .mypage_td {
  width: 120px;
}
.portal_mypage .mypage_box__2 .mypage_row .mypage_th {
  flex-shrink: 0;
  color: rgba(76, 76, 76, 0.67);
  padding-top: 6px;
  font-size: clamp(15px, 1.6vw, 16px);
}
@media screen and (max-width: 500px) {
  .portal_mypage .mypage_box__2 .mypage_row .mypage_th {
    padding-left: 3px;
  }
}
.portal_mypage .mypage_box__2 .mypage_row .mypage_td {
  width: 100%;
}
.portal_mypage .mypage_box__2 .mypage_row .mypage_td._short {
  max-width: 120px;
}
.portal_mypage .mypage_box__2 .mypage_row .mypage_td input[type=text],
.portal_mypage .mypage_box__2 .mypage_row .mypage_td input[type=password],
.portal_mypage .mypage_box__2 .mypage_row .mypage_td input[type=number] {
  min-height: 40px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #c1c1c1;
  width: 100%;
  padding: 5px 12px;
  font-size: 16px;
}
.portal_mypage .mypage_box__2 .mypage_row .mypage_td input[type=file] {
  margin-top: 0.6em;
}
.portal_mypage .mypage_box__2 .pbtn_wrap {
  text-align: center;
  padding-top: 22px;
}
.portal_mypage .mypage_box__2 .pbtn_wrap .pbtn {
  margin: 0 auto;
  position: relative;
  min-width: 162px;
  transition: opacity 0.2s;
  cursor: pointer;
}
.portal_mypage .mypage_box__2 .pbtn_wrap .pbtn:hover {
  background-color: #12678f;
  color: #ffffff;
  opacity: 0.7;
}
.portal_mypage .mypage_box__2 .pbtn_wrap .pbtn::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/btn.png") 0 0 no-repeat transparent;
  background-size: contain;
  width: 32px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  pointer-events: none;
}

.portal_member {
  padding-bottom: 70px;
}
.portal_member .member_box {
  padding: 45px 55px;
  background-color: #ffffff;
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media screen and (max-width: 999px) {
  .portal_member .member_box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .portal_member .member_box {
    padding: 30px clamp(25px, 6vw, 50px);
  }
}
.portal_member .member_box__1 {
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .portal_member .member_box__1 {
    margin-bottom: clamp(25px, 4vw, 40px);
  }
}
.portal_member .member_box__1 .img_wrap {
  width: 150px;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .portal_member .member_box__1 .img_wrap {
    margin: 0 auto;
  }
}
.portal_member .member_box__1 .img_wrap .img_box {
  width: inherit;
  height: inherit;
  overflow: hidden;
  border-radius: 50%;
}
.portal_member .member_box__1 .img_wrap .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.portal_member .member_box__1 .img_wrap .edit_btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
}
.portal_member .member_box__2 {
  width: 100%;
  font-weight: 500;
}
.portal_member .member_box__2 .member_row {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  min-height: 55px;
}
@media screen and (max-width: 500px) {
  .portal_member .member_box__2 .member_row {
    display: block;
  }
}
.portal_member .member_box__2 .member_row._name .member_td {
  display: flex;
  -moz-column-gap: clamp(20px, 3vw, 48px);
  column-gap: clamp(20px, 3vw, 48px);
}
.portal_member .member_box__2 .member_row .member_th {
  flex-shrink: 0;
  color: rgba(76, 76, 76, 0.67);
  font-size: clamp(15px, 1.6vw, 16px);
  min-width: 135px;
  text-align: right;
  padding-top: 14px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .portal_member .member_box__2 .member_row .member_th {
    padding: 12px 15px 5px;
    text-align: left;
  }
}
.portal_member .member_box__2 .member_row .member_td {
  width: 100%;
  padding: 14px 15px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #c1c1c1;
  font-size: 1rem;
}
@media screen and (max-width: 500px) {
  .portal_member .member_box__2 .member_row .member_td {
    padding: 0 16px 12px;
  }
}