@charset "UTF-8";
/*変数設定用*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap");
/*変数設定用*/
.user-swiper {
  margin: 18px 0 0;
}
.user-swiper .swiper-wrapper .swiper-slide .profile-pic {
  position: relative;
  z-index: 1;
}
.user-swiper .swiper-wrapper .swiper-slide .profile-pic .profile-img {
  border: 3px solid #FEBFBF;
  border-radius: 50%;
}
.user-swiper .swiper-wrapper .swiper-slide .profile-pic .like-btn {
  max-width: 56px;
  width: 100%;
  position: absolute;
  right: -4px;
  bottom: -10px;
  z-index: 2;
}
.user-swiper .swiper-wrapper .swiper-slide .txt-wrap {
  margin: 10px 0 0;
}
.user-swiper .swiper-wrapper .swiper-slide .txt-wrap .name {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  scale: 0.9;
}
.user-swiper .swiper-wrapper .swiper-slide .txt-wrap .profile-des {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 6px 0 0;
  font-weight: 400;
}

.user-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 2.9%;
       column-gap: 2.9%;
  row-gap: 45px;
}
@media screen and (max-width: 767px) {
  .user-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 26px;
         column-gap: 26px;
    row-gap: 27px;
  }
}
.user-list li .profile-pic {
  position: relative;
}
.user-list li .profile-pic .profile-img {
  border: 3px solid #FEBFBF;
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .user-list li .profile-pic .profile-img {
    display: block;
    margin: auto;
  }
}
.user-list li .profile-pic .like-btn {
  max-width: 56px;
  width: 100%;
  position: absolute;
  right: -4px;
  bottom: -10px;
}
.user-list li .txt-wrap {
  margin: 10px 0 0;
}
.user-list li .txt-wrap .name {
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  scale: 0.9;
}
.user-list li .txt-wrap .profile-des {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 6px 0 0;
  font-weight: 400;
}

.community-swiper {
  margin: 18px 0 0;
}
.community-swiper .swiper-wrapper .swiper-slide .community-pic img {
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/0.959;
}
.community-swiper .swiper-wrapper .swiper-slide .txt-wrap {
  margin: 8px 0 0;
}
.community-swiper .swiper-wrapper .swiper-slide .txt-wrap .name {
  font-size: 1.3rem;
  line-height: 1.5;
}
.community-swiper .swiper-wrapper .swiper-slide .txt-wrap .number {
  font-size: 1.2rem;
  padding: 0 0 0 22px;
  margin: 8px 0 0;
  position: relative;
}
.community-swiper .swiper-wrapper .swiper-slide .txt-wrap .number::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/um/_assets/img/common/icon_community_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.8px;
  height: 13.7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.communityblk .community-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 2.9%;
       column-gap: 2.9%;
  row-gap: 45px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .communityblk .community-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.communityblk .community-list .community-pic {
  position: relative;
}
.communityblk .community-list .community-pic .community-img {
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 155px;
}
.communityblk .community-list .txt-wrap {
  margin: 8px 0 0;
}
.communityblk .community-list .txt-wrap .name {
  font-size: 1.3rem;
  line-height: 1.5;
}
.communityblk .community-list .txt-wrap .number {
  font-size: 1.2rem;
  padding: 0 0 0 22px;
  margin: 8px 0 0;
  position: relative;
}
.communityblk .community-list .txt-wrap .number::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/um/_assets/img/common/icon_community_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.8px;
  height: 13.7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.user {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding: 3rem 0;
}
.user_img {
  width: 157px;
  height: 157px;
  border: 3px solid #FEBFBF;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user_time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.8rem;
}
.user_private {
  font-size: 2.3rem;
}
.user_private-flex {
  display: flex;
  justify-content: space-between;
}
.user_private-sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.user_messagetxt {
  margin-top: 10px;
}
.user_messagetxt p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.user .talk {
  display: inline-block;
  margin-top: 1.4rem;
}
.user .talk_txt {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.8rem 3rem 0.8rem 4.5rem;
  color: white;
  background-color: #d8ad62;
  border-radius: 50px;
  position: relative;
}
.user .talk_txt::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 15px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_talk.png) no-repeat center center;
  background-size: 100%;
  transform: translateY(-50%);
}

.under-title h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .under-title h3 {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #29A1CE;
    padding-bottom: 10px;
  }
}

.under-chenge-title-list {
  display: flex;
  -moz-column-gap: 58px;
       column-gap: 58px;
}
.under-chenge-title-list li .link-btn {
  font-size: 1.9rem;
  font-weight: 500;
  color: #c7c7c7;
  padding: 0 0 9px;
}
.under-chenge-title-list li .link-btn.active {
  color: #666;
  border-bottom: 2px solid #29a1ce;
}
.under-chenge-title-list li .dottedRed_num {
  position: absolute;
  top: -12px;
  right: -35px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 8px 3px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F43C30;
}

@media screen and (max-width: 767px) {
  .under-breadcrumb {
    display: none;
  }
}
.under-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .under-breadcrumb-list {
    margin: 0 10px;
  }
}
.under-breadcrumb-list li {
  padding-right: 30px;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .under-breadcrumb-list li {
    font-size: 1.2rem;
  }
}
.under-breadcrumb-list li::before {
  position: absolute;
  content: ">";
  top: -1px;
  right: 8px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .under-breadcrumb-list li::before {
    font-size: 1.2rem;
  }
}
.under-breadcrumb-list li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: inherit;
  color: #666;
}
.under-breadcrumb-list li:last-child::before {
  display: none;
}

.text-input {
  position: relative;
  padding: 28px 19px;
  border-radius: 10px;
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.text-input label {
  display: inline-block;
  color: #666;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
.text-input label span {
  display: block;
  font-size: 1rem;
  margin-top: 4px;
}
.text-input input {
  border: none;
  padding-bottom: 5px;
  border-bottom: #999 1px solid;
  font-size: 1.6rem;
  font-weight: 500;
  outline: none;
}
.text-input.search {
  position: relative;
  background-color: #F5F5F5;
  height: 67px;
  padding: 19px 19px 12px;
}
.text-input.search input {
  border-bottom: none;
  background-color: #F5F5F5;
}
.text-input.search a {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.text-input.search a img {
  width: 23px;
}
.text-input.hash {
  margin-bottom: 30px;
}
.text-input.limit .limit-wrap {
  position: relative;
}
.text-input.limit .limit-wrap::after {
  content: "〜";
  position: absolute;
  right: 80px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .text-input.limit .limit-wrap {
    display: flex;
  }
}
.text-input.limit .limit-wrap input {
  width: 70px;
}
.text-input.limit .limit-wrap input:first-child {
  margin-right: 60px;
}
.text-input .select-wrap {
  position: relative;
  display: inline-block;
}
.text-input .select-wrap select {
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  vertical-align: middle;
  font-size: 1.6rem;
  width: 160px;
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .text-input .select-wrap select {
    background: transparent;
  }
}
.text-input .select-wrap::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  top: 3px;
  right: 0px;
  transform: rotate(45deg);
}
.text-input.link {
  align-items: center;
}
.text-input.nomal {
  padding: 19px;
}
.text-input.nomal input {
  width: 100%;
  border-bottom: none;
  color: #666;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.form-error .error-txt {
  color: #FF0000;
  font-size: 1.5rem;
  padding: 18px 0;
}
.form-error .error-txt::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 6px;
  top: 18px;
  left: 0;
  background-size: cover;
  vertical-align: middle;
  background-image: url(/um/_assets/img/common/icon_error.png);
}

.textarea-input textarea {
  width: 100%;
  resize: none;
  box-sizing: border-box;
  outline: none;
  margin-top: 20px;
  border: none;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
}

.blue-btn {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  background: #29A1CE;
  display: block;
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
  padding: 13.5px 0;
  border-radius: 100px;
  text-align: center;
  border: 2px solid #29A1CE;
}
.blue-btn:hover {
  background: #fff;
  color: #29A1CE;
}

.blue-link {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  background: #29A1CE;
  display: block;
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
  padding: 13.5px 0;
  border-radius: 100px;
  text-align: center;
  border: 2px solid #29A1CE;
}
.blue-link:hover {
  background: #fff;
  color: #29A1CE;
}
.blue-link.cancel {
  background: #C6C3C3;
  border: 2px solid #C6C3C3;
}
.blue-link.cancel:hover {
  color: #707070;
  background: #fff;
}
.blue-link.cancel.ver2 {
  background: #666;
  border: 2px solid #666;
}
.blue-link.cancel.ver2:hover {
  background: #fff;
  color: #666;
}
.blue-link.draft {
  background: #29a1ce;
  border: 2px solid #29a1ce;
}
.blue-link.draft:hover {
  color: #29a1ce;
  background: #fff;
}
.blue-link.okbtn {
  margin-top: 15px;
}

.modaal-wrapper:has(.mypage-modal) .modaal-container {
  border-radius: 23px;
  max-width: 387px;
  box-shadow: initial;
  border: 1px solid #707070;
}
.modaal-wrapper:has(.mypage-modal) .modaal-container .modaal-content-container {
  padding: 77px 22.5px 26px;
  position: relative;
}
.modaal-wrapper:has(.mypage-modal) .modaal-container .modaal-content-container .modal-close-fix-btn {
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.order-select-box {
  position: relative;
  margin-top: 25px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .order-select-box {
    margin-top: 5px;
    text-align: right;
  }
}
.order-select-box:before {
  position: absolute;
  content: "▼";
  color: #fff;
  font-size: 1rem;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) scale(0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.order-select-box:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: #29a1ce;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  top: 0;
  right: 0;
}
.order-select-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #666;
  font-size: 1.2rem;
  font-weight: bold;
  background: #f5f5f5;
  width: 155px;
  padding: 5px 10px;
  border: none;
  border-radius: 7px;
}
.order-select-box .select-order {
  color: #666;
  font-size: 1.2rem;
  font-weight: bold;
  background: #f5f5f5;
  width: 135px;
  padding: 5px 10px;
  border: none;
  border-radius: 7px;
}

.sp-blue-btn {
  display: none;
  width: 100%;
  padding: 24px 0;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  bottom: 63px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .sp-blue-btn {
    display: block;
  }
}
.sp-blue-btn .btn {
  display: block;
  width: 65%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  border-radius: 30px;
  border: 2px solid #29a1ce;
  margin: 0 auto;
}
.sp-blue-btn .blue-btn {
  color: #fff;
  background: #29a1ce;
}
.sp-blue-btn .white-btn {
  color: #29a1ce;
  background: #fff;
  margin: 0 auto 10px;
}

.general-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  box-sizing: border-box;
  z-index: 101;
}
.general-modal-container.active {
  opacity: 1;
  visibility: visible;
}

.general-modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .general-modal-body {
    width: 85.3%;
  }
}

.general-modal-close {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 24px;
  height: 24px;
  font-size: 3.8rem;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .general-modal-close {
    top: 5px;
    right: 10px;
  }
}

.general-modal-content {
  width: 60%;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  padding: 27px 26px 22px;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .general-modal-content {
    width: 83.5%;
  }
}
.general-modal-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .general-modal-content h3 {
    font-size: 1.6rem;
  }
}
.general-modal-content p {
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .general-modal-content p {
    font-size: 1.2rem;
  }
}

.confirm-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  box-sizing: border-box;
  z-index: 101;
}
.confirm-modal-container.active {
  opacity: 1;
  visibility: visible;
}

.confirm-modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .confirm-modal-body {
    width: 85.3%;
  }
}

.confirm-modal-close {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 24px;
  height: 24px;
  font-size: 3.8rem;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .confirm-modal-close {
    top: 5px;
    right: 10px;
  }
}

.confirm-modal-content {
  width: 30%;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  padding: 27px 0 0;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .confirm-modal-content {
    width: 83.5%;
  }
}
.confirm-modal-content .confirm-modal-ttl {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .confirm-modal-content .confirm-modal-ttl {
    font-size: 1.6rem;
    padding-bottom: 12px;
  }
}
.confirm-modal-content .confirm-modal-ttl.confirm-red {
  color: #DF3D3D;
  border-bottom: none;
  padding-bottom: 27px;
}

.confirm-modal-list {
  display: flex;
}
.confirm-modal-list li {
  width: 49%;
}
.confirm-modal-list li:first-of-type a {
  border-right: 1px solid #ccc;
}
.confirm-modal-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 27px 0 26px;
}

.delete-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  box-sizing: border-box;
  z-index: 101;
}
.delete-modal-container.active {
  opacity: 1;
  visibility: visible;
}

.delete-modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .delete-modal-body {
    width: 85.3%;
  }
}

.delete-modal-close {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 24px;
  height: 24px;
  font-size: 3.8rem;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .delete-modal-close {
    top: 5px;
    right: 10px;
  }
}

.delete-modal-content {
  width: 30%;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  padding: 30px 26px 30px;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .delete-modal-content {
    width: 83.5%;
  }
}
.delete-modal-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #DF3D3D;
}
@media screen and (max-width: 767px) {
  .delete-modal-content h3 {
    font-size: 1.6rem;
  }
}

.dotted-standard .dottedRed {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  right: 8px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .dotted-standard .dottedRed {
    width: 12px;
    height: 12px;
    right: 10px;
    top: 22px;
  }
}
.dotted-standard.active .dottedRed {
  background: #F43C30;
}

.home-other-link-list li {
  position: relative;
}
.home-other-link-list .dottedRed_num {
  position: absolute;
  top: -16px;
  right: 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 8px 3px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F43C30;
}
@media screen and (max-width: 767px) {
  .home-other-link-list .dottedRed_num {
    top: -22px;
    right: 0px;
  }
}

.community-search-blk .community-list {
  position: relative;
}
.community-search-blk .dottedRed {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -6px;
  border-radius: 15px;
  background-color: #F43C30;
  border: 2px solid #fff;
}

.h4ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.link-ui {
  font-size: 1.6rem;
  position: relative;
  padding-right: 30px;
  color: #666;
}
.link-ui::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8E8E8D;
  border-right: 2px solid #8E8E8D;
  transform: rotate(45deg);
}

.checkbox_list {
  margin-top: 20px;
}
.checkbox_list a {
  color: #666;
}
.checkbox_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.checkbox_list_item.border-none {
  border-bottom: none;
}
.checkbox_list_item:not(:first-of-type) {
  margin-top: 20px;
}
.checkbox_list_item input[type=checkbox] {
  position: relative;
  max-width: 22px;
  width: 100%;
  height: 22px;
  border-radius: 3px;
  border: 2px solid #ccc;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
}
.checkbox_list_item input[type=checkbox]:checked {
  background: #45A1CE;
  border: 2px solid #45A1CE;
}
.checkbox_list_item input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 6px;
  transform: rotate(50deg);
  width: 4px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
}
.checkbox_list_item label {
  font-size: 1.6rem;
}
.checkbox_list_item.all-check {
  border-bottom: none;
  justify-content: flex-end;
}
.checkbox_list.icon-list .checkbox_list_item {
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
  padding-bottom: 0;
}
.checkbox_list.icon-list .checkbox_list_item .user-info-wrap {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  height: 100%;
}
.checkbox_list.icon-list .checkbox_list_item .user-info-wrap .icon {
  max-width: 56px;
  max-height: 56px;
  width: 100%;
  height: 100%;
}
.checkbox_list.icon-list .checkbox_list_item .user-info-wrap .icon .icon-img {
  width: 56px;
  height: 56px;
  border: 2px solid #00AF97;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.checkbox_list.icon-list .checkbox_list_item .user-info-wrap .icon.thread .icon-img {
  border: none;
  border-radius: 5px;
}
.checkbox_list.icon-list .checkbox_list_item .user-info-wrap .name {
  width: calc(100% - 56px);
}
.checkbox_list.icon-list .checkbox_list_item .user-info-wrap .name-txt {
  font-size: 1.4rem;
  color: #666;
  padding-bottom: 5px;
}
.checkbox_list.icon-list .checkbox_list_item .user-info-wrap .name .notice {
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
}
.checkbox_list.icon-list .checkbox_list_item .user-info-wrap .name .notice.off {
  width: 16px;
}

.com-btnflex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.com-btnflex .blue-link {
  font-size: 1.5rem;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt10 {
  margin-top: 10px;
}

.btm-menu {
  position: fixed;
  max-width: 852.5px;
  width: 100%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 254, 254, 0.8);
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .btm-menu {
    bottom: 62px;
    margin-left: -4%;
    padding: 12px 20px;
  }
}
.btm-menu .com-btnflex {
  width: 90%;
  margin: auto;
}
.btm-menu .com-btnflex .blue-link {
  padding: 10px 0;
  font-size: 1.3rem;
}

.btm-menu-check {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.7s;
  z-index: 101;
}
.btm-menu-check.active {
  display: block;
}
.btm-menu-check.deactive {
  animation: showdown 0.7s linear 0s;
}
.btm-menu-check .modal_state_btn {
  position: fixed;
  z-index: 102;
  bottom: 60px;
  width: 100%;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  padding: 57px 38px 43px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .btm-menu-check .modal_state_btn {
    width: calc(100% - 320px);
    bottom: 0;
    right: 0;
  }
}
.btm-menu-check .modal_state_btn:before {
  position: absolute;
  content: "";
  background: #ddd;
  width: 40px;
  height: 4px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.btm-menu-check .modal_state_btn.deactive {
  animation: showdown 0.7s linear 0s;
}
.btm-menu-check .modal_state_btn li {
  font-size: 1.6rem;
}
.btm-menu-check .modal_state_btn li a {
  font-size: 1.6rem;
}
.btm-menu-check .modal_state_btn li .trashbox {
  margin-bottom: 20px;
  color: #FF0000;
}
.btm-menu-check .modal_state_btn li .trashbox img {
  width: 16px;
}
.btm-menu-check .modal_state_btn li .pencil {
  color: #000;
}
.btm-menu-check .modal_state_btn li .pencil img {
  width: 17px;
}
.btm-menu-check .modal_state_btn li img {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .btm-menu-check .modal_state_btn.check {
    padding: 57px 220px 150px;
  }
}
.btm-menu-check .modal_state_btn.check li {
  font-size: 1.6rem;
  color: #000;
}
.btm-menu-check .modal_state_btn.check li:not(:first-of-type) {
  margin-top: 20px;
}
.btm-menu-check .modal_state_btn.check li input[type=radio] {
  position: relative;
  max-width: 22px;
  width: 100%;
  height: 22px;
  border-radius: 3px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 15px;
}
.btm-menu-check .modal_state_btn.check li input[type=radio]:checked:before {
  position: absolute;
  top: -1px;
  left: 6px;
  transform: rotate(50deg);
  width: 9px;
  height: 15px;
  border-right: 3px solid #45A1CE;
  border-bottom: 3px solid #45A1CE;
  content: "";
}

@media screen and (min-width: 768px) {
  .general-modal-content {
    width: 30%;
  }
}

.confirm-modal-content .confirm-modal-ttl {
  border-bottom: none;
}
.confirm-modal-content .confirm-modal-list {
  border-top: 1px solid #ccc;
}
.confirm-modal-content p {
  font-size: 1.4rem;
  text-align: left;
  padding: 5px 25px 20px;
}
@media screen and (max-width: 767px) {
  .confirm-modal-content p {
    font-size: 1.2rem;
  }
}

.delete-modal-content p {
  font-size: 1.4rem;
  text-align: left;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .delete-modal-content p {
    font-size: 1.2rem;
  }
}

.under-title.mypage h3 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .under-title.mypage h3 {
    font-size: 2rem;
    border-bottom: 2px solid #29a1ce;
    text-align: center;
    padding: 0 0 8px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .under-title.mypage.charge h3 {
    border-bottom: none;
  }
}

.under-chenge-title.mypage .under-chenge-title-list {
  margin: 36px 0 0;
}
@media screen and (max-width: 767px) {
  .under-chenge-title.mypage .under-chenge-title-list {
    justify-content: center;
    margin: 15px 0 0;
  }
}
.under-chenge-title.mypage .under-chenge-title-list li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .under-chenge-title.mypage .under-chenge-title-list li a {
    font-size: 1.8rem;
  }
}
.under-chenge-title.mypage .under-chenge-title-list li a.active {
  color: #29a1ce;
}
@media screen and (max-width: 767px) {
  .under-chenge-title.mypage .under-chenge-title-list li a.active {
    border-bottom: none;
  }
}
.under-chenge-title.mypage .under-chenge-title-list li .dottedRed {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: transparent;
  top: 0;
  right: -12px;
}
.under-chenge-title.mypage .under-chenge-title-list .dotted-active .dottedRed {
  background: #F43C30;
}

.modaal-wrapper:has(.mypage-modal) .modaal-container {
  border-radius: 23px;
  max-width: 387px;
  box-shadow: initial;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper:has(.mypage-modal) .modaal-container {
    max-width: 360px;
  }
}
.modaal-wrapper:has(.mypage-modal) .modaal-container .modaal-content-container {
  padding: 77px 22.5px 26px;
  position: relative;
}
.modaal-wrapper:has(.mypage-modal) .modaal-container .modaal-content-container .profile-introduction-modal #introduction {
  height: 170px;
}
.modaal-wrapper:has(.mypage-modal) .modaal-container .modaal-content-container .modal-close-fix-btn {
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.modaal-wrapper:has(.mypage-modal) .modaal-container .modaal-content-container .matching-modal-ttl {
  font-size: 2rem;
  font-weight: 500;
  color: #666;
}
.modaal-wrapper:has(.mypage-modal) .modaal-container .modaal-content-container .modal-name-form {
  width: 100%;
  font-size: 1.6rem;
  color: #666;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  margin: 35px 0 0;
}
.modaal-wrapper:has(.mypage-modal) .modaal-container .modaal-content-container .name-memory-btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background-color: #29a1ce;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 49px;
  width: 152px;
  height: 48px;
  margin: 37px auto 0;
}
.modaal-wrapper:has(.mypage-modal) .mypage-edit-connection-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.modaal-wrapper:has(.mypage-modal) .mypage-edit-connection-form .text-input-wrap {
  display: flex;
  align-items: center;
}
.modaal-wrapper:has(.mypage-modal) .mypage-edit-connection-form .text-input-wrap .connection-label-ttl {
  width: 50px;
  font-size: 1.3rem;
  font-weight: 500;
}
.modaal-wrapper:has(.mypage-modal) .mypage-edit-connection-form .text-input-wrap .text-input {
  width: 210px;
  height: 54px;
  padding: 0 9px;
}
.modaal-wrapper:has(.mypage-modal) .mypage-edit-connection-form .text-input-wrap .text-input input {
  border-bottom: none;
  width: 100%;
  padding: 0;
}
.modaal-wrapper:has(.mypage-modal) .mypage-edit-connection-form .text-input-wrap .mypage-edit-linkadd-form-updatebtn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  background-color: #29a1ce;
  color: #fff;
  width: 60px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 11px;
  font-weight: 500;
  margin: 0 0 0 10px;
  cursor: pointer;
}

.modaal-wrapper:has(.point-input-modal) .modaal-container {
  border-radius: 21px;
  max-width: 400px;
  box-shadow: initial;
  border: 1px solid #707070;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container {
  padding: 35px 22px 24px;
  max-height: 530px;
  position: relative;
  color: #666666;
  margin-bottom: 10px;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .modal-close-fix-btn {
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-ttl {
  text-align: center;
  font-size: 1.9rem;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-container {
  border: 0.5px solid #707070;
  padding: 15px 15px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-container .point-input-des {
  font-size: 1.4rem;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-container .point-rate-list {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-container .point-rate-list .point_logo {
  max-height: 25px;
  width: auto;
  margin: 0 auto 10px;
  display: block;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-container .point-rate-list .center {
  width: 16%;
  margin: 31px 0px 0;
  align-self: center;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-container .point-rate-list-ttl.yellow {
  background-color: #d2ba6f;
  text-align: center;
  font-size: 1rem;
  padding: 4px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  max-width: 127px;
  width: 100%;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-container .point-rate-list-ttl.blue {
  background-color: #29a1ce;
  text-align: center;
  font-size: 1rem;
  padding: 4px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  max-width: 127px;
  width: 100%;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-container .point-rate-list-num {
  margin: 20px 0;
  font-size: 1.6rem;
  padding: 20px;
  text-align: center;
  border: 1px solid #707070;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-modal-txt {
  text-align: center;
  font-size: 1.6rem;
  margin: 10px 0 0;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .cau-txt {
  text-align: center;
  color: #a50d0d;
  font-size: 1.3rem;
  margin: 8px 0 10px;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-bntflex {
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-bntflex .blue-link {
  font-weight: bold;
  font-size: 1.4rem;
  max-width: 128px;
  width: 100%;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-bntflex .blue-link.cancel {
  background-color: #c6c3c3;
  border: 2px solid #c6c3c3;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-bntflex .blue-link.modal-point-input-btn {
  padding: 13.5px 0 13.5px 15px;
  position: relative;
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-bntflex .blue-link.modal-point-input-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_like_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 53%;
  left: 20px;
  transform: translateY(-50%);
}
.modaal-wrapper:has(.point-input-modal) .modaal-container .modaal-content-container .point-input-modal .point-input-bntflex .blue-link.modal-point-input-btn:hover::before {
  background-image: url(../img/common/icon_like_blue.png);
}

.modaal-wrapper:has(.use-modal) .modaal-container {
  border-radius: 21px;
  max-width: 345px;
  box-shadow: initial;
  border: 1px solid #707070;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container {
  padding: 47px 22.5px 26px;
  position: relative;
  color: #666666;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .modal-close-fix-btn {
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-use-modal-txt {
  text-align: center;
  font-size: 1.8rem;
  margin: 10px 0 0;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-dl-wrap {
  max-width: 247px;
  width: 100%;
  margin: 15px auto;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-dl-wrap .point-use-dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-dl-wrap .point-use-dl:nth-of-type(n + 2) {
  margin: 8px 0 0;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-dl-wrap .point-use-dl dt {
  font-size: 1.7rem;
  font-weight: 500;
  color: #9b9a9a;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-dl-wrap .point-use-dl dt.blue {
  color: #29A1CE;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-dl-wrap .point-use-dl dd {
  font-size: 2.7rem;
  font-weight: 500;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-dl-wrap .point-use-dl dd.blue {
  color: #29A1CE;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-dl-wrap .point-use-dl dd span {
  font-size: 1.8rem;
  color: inherit;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .charge-modal-btn {
  max-width: 253px;
  height: 33px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8ad62;
  border-radius: 49px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 0 0 30px;
  position: relative;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .charge-modal-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_point.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 44px;
  transform: translateY(-50%);
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .cau-txt {
  text-align: center;
  color: #a50d0d;
  font-size: 1.5rem;
  margin: 8px 0 20px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .likeBtn {
  width: 100%;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 100px;
  font-size: 16px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #29A1CE;
  border: 2px solid #29A1CE;
  gap: 10px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .likeBtn span:first-child img {
  width: 17.14px;
  height: 14.71px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .likeBtn span:nth-child(2) {
  font-size: 12px;
  font-weight: bold;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .likeBtn span:last-child {
  font-size: 16px;
  font-weight: bold;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .likeBtn span:last-child small {
  font-size: 10px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .mesBtn {
  width: 100%;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 100px;
  font-size: 16px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D2A35D;
  border: 2px solid #D2A35D;
  gap: 10px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .mesBtn span:first-child img {
  width: 17.14px;
  height: 14.71px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .mesBtn span:nth-child(2) {
  font-size: 12px;
  font-weight: bold;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .mesBtn span:last-child {
  font-size: 16px;
  font-weight: bold;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .mesBtn span:last-child small {
  font-size: 10px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .blue-link span {
  margin-left: 10px;
  font-size: 16px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-ask-btnflex .blue-link span small {
  font-size: 10px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-use-btnflex {
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-use-btnflex .blue-link {
  font-weight: bold;
  font-size: 1.4rem;
  max-width: 128px;
  width: 100%;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-use-btnflex .blue-link.cancel {
  background-color: #c6c3c3;
  border: 2px solid #c6c3c3;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-use-btnflex .blue-link.use-btn {
  padding: 13.5px 0 13.5px 15px;
  position: relative;
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-use-btnflex .blue-link.use-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_like_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 53%;
  left: 20px;
  transform: translateY(-50%);
}
.modaal-wrapper:has(.use-modal) .modaal-container .modaal-content-container .use-modal .point-use-btnflex .blue-link.use-btn:hover::before {
  background-image: url(../img/common/icon_like_blue.png);
}

.modaal-wrapper:has(.charge-modal) .modaal-container {
  border-radius: 21px;
  max-width: 345px;
  box-shadow: initial;
  border: 1px solid #707070;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container {
  padding: 47px 22.5px 26px;
  position: relative;
  color: #666666;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal .modal-close-fix-btn {
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal .charge-add-modal-num {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal .charge-add-modal-txt {
  text-align: center;
  font-size: 1.9rem;
  margin: 10px 0 0;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal .cau-txt {
  text-align: center;
  color: #a50d0d;
  font-size: 1.5rem;
  margin: 8px 0 0;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal .charge-blk-about-bntflex {
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding: 0;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal .charge-blk-about-bntflex .blue-link {
  font-weight: bold;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal .charge-blk-about-bntflex .blue-link.cancel {
  background-color: #c6c3c3;
  border: 2px solid #c6c3c3;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal.complete .check-img-wrap {
  max-width: 34px;
  width: 100%;
  margin: 0 auto;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal.complete .complete-ttl {
  font-size: 2.2rem;
  text-align: center;
  color: #29A1CE;
  font-weight: 500;
  margin: 19px 0 10px;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal.complete .complete-txt {
  text-align: center;
  margin: 20px 0 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.47;
}
.modaal-wrapper:has(.charge-modal) .modaal-container .modaal-content-container .charge-modal.complete .complete-txt .complete-link {
  color: #ab852d;
  border-color: #ab852d;
  text-decoration: underline;
}

.modaal-wrapper:has(.assignment-modal) .modaal-container {
  border-radius: 21px;
  max-width: 345px;
  box-shadow: initial;
  border: 1px solid #707070;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container {
  padding: 47px 22.5px 26px;
  position: relative;
  color: #666666;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal .modal-close-fix-btn {
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal .assignment-add-modal-num {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal .assignment-add-modal-txt {
  text-align: center;
  font-size: 1.9rem;
  margin: 10px 0 0;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal .cau-txt {
  text-align: center;
  color: #a50d0d;
  font-size: 1.5rem;
  margin: 8px 0 0;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal .assignment-blk-about-bntflex {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding: 0;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal .assignment-blk-about-bntflex .blue-link {
  font-weight: bold;
  font-size: 1.4rem;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal .assignment-blk-about-bntflex .blue-link.cancel {
  background-color: #c6c3c3;
  border: 2px solid #c6c3c3;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal.complete .check-img-wrap {
  max-width: 34px;
  width: 100%;
  margin: 0 auto;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal.complete .complete-ttl {
  font-size: 2.2rem;
  text-align: center;
  color: #29A1CE;
  font-weight: 500;
  margin: 19px 0 10px;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal.complete .complete-txt {
  text-align: center;
  margin: 20px 0 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.47;
}
.modaal-wrapper:has(.assignment-modal) .modaal-container .modaal-content-container .assignment-modal.complete .complete-txt .complete-link {
  color: #ab852d;
  border-color: #ab852d;
  text-decoration: underline;
}

.mypage .section-avatar {
  position: relative;
}
.mypage .section-avatar .cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 171px;
}
@media screen and (max-width: 767px) {
  .mypage .section-avatar .cover {
    height: 194px;
  }
}
.mypage .section-avatar .avatar {
  position: absolute;
  top: 10rem;
  left: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mypage .section-avatar .avatar {
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mypage .section-avatar .avatar img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #febfbf;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .mypage .section-avatar .avatar img {
    width: 148px;
    height: 148px;
  }
}
.mypage .section-avatar .avatar_name {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .mypage .section-avatar .avatar_name {
    margin-left: 1.5rem;
    padding: 3rem 0 0 0;
  }
}
.mypage .pointBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mypage .pointBox {
    justify-content: space-between;
    margin: 0 1.5rem;
  }
}
.mypage .pointBox_value {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.mypage .pointBox p {
  font-size: 1.2rem;
  font-weight: 500;
}
.mypage .pointBox span {
  font-size: 2.5rem;
  font-weight: 500;
}
.mypage .pointBox_img {
  width: 19.86px;
  height: 17.05px;
}
.mypage .pointBox_history {
  padding: 10px 23px;
  background: #979898;
  color: white !important;
  border-radius: 17px;
  font-weight: 500;
}
.mypage .selectBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 5rem;
  flex-wrap: wrap;
  margin: 15rem 5rem;
}
@media screen and (max-width: 767px) {
  .mypage .selectBox {
    margin-top: 5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }
}
.mypage .selectBox_list {
  width: 16.6%;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mypage .selectBox_list {
    flex: 0 0 33.33%;
  }
}
.mypage .selectBox_link {
  position: relative;
  text-align: center;
}
.mypage .selectBox_link.new::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 92px;
  height: 26px;
  background: url(../img/common/new.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.mypage .selectBox_link-img {
  width: 40%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mypage .selectBox_link-img {
    width: 110px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mypage .selectBox_link-text {
  padding-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mypage .selectBox_link-text {
    font-size: 1.3rem;
  }
}
.mypage .selectBox_link .dottedRed {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.5px 8px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mypage .selectBox_link .dottedRed.active {
  background-color: #F43C30;
}

.mypage-alert {
  width: 95%;
  max-width: 852.5px;
  margin: 20px auto 20px;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
  border: 2px solid #999;
}
.mypage-alert p {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mypage-alert p {
    font-size: 1.2rem;
  }
}
.mypage-alert.hidden {
  display: none;
}

.mypage-edit.add {
  position: relative;
  padding: 0 0 100px;
}
.mypage-edit.add .mypage-blue-btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background-color: #29A1CE;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.mypage-edit.add .edit-main-area {
  padding: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area {
    padding: 0;
  }
}
.mypage-edit.add .edit-main-area .contents-wrap {
  position: relative;
}
.mypage-edit.add .edit-main-area .contents-wrap .bg-img-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area .contents-wrap .bg-img-wrap {
    margin: 0 calc(50% - 50vw);
  }
}
.mypage-edit.add .edit-main-area .contents-wrap .bg-img-wrap picture .bg-change-img {
  aspect-ratio: 1/0.229;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area .contents-wrap .bg-img-wrap picture .bg-change-img {
    aspect-ratio: 1/0.517;
  }
}
.mypage-edit.add .edit-main-area .contents-wrap .bg-img-wrap .bg-change-btn {
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 17px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area .contents-wrap .bg-img-wrap .bg-change-btn {
    bottom: initial;
    top: 27px;
  }
}
.mypage-edit.add .edit-main-area .contents-wrap .bg-my-color {
  background-color: #ffbfbf;
  padding: 8px 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area .contents-wrap .bg-my-color {
    margin: 0 calc(50% - 50vw);
    padding: 20vw 0 10px;
  }
}
.mypage-edit.add .edit-main-area .contents-wrap .bg-my-color .my-color-change-btn {
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 17px;
  width: 160px;
  height: 29px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area .contents-wrap .bg-my-color .my-color-change-btn {
    margin: 0 auto;
  }
}
.mypage-edit.add .edit-main-area .contents-wrap .bg-my-color input[type=color] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin: 0 0 0 auto;
  width: 160px;
  border: 2px solid #fff;
  position: relative;
  border-radius: 20px;
  background-color: #29A1CE;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area .contents-wrap .bg-my-color input[type=color] {
    margin: auto;
    display: block;
  }
}
.mypage-edit.add .edit-main-area .contents-wrap .bg-my-color input[type=color]::before {
  position: absolute;
  content: "マイカラーを変更する";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  width: 157px;
  background-color: #29A1CE;
  padding: 3px 0;
  border-radius: 20px;
}
.mypage-edit.add .edit-main-area .contents-wrap .my-img-content {
  position: absolute;
  top: 60px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area .contents-wrap .my-img-content {
    width: 100%;
    top: 84px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area .contents-wrap .my-img-content .my-img-wrap {
    position: relative;
  }
}
.mypage-edit.add .edit-main-area .contents-wrap .my-img-content .my-img-wrap picture .my-change-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
  border-radius: 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #ffbfbf;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area .contents-wrap .my-img-content .my-img-wrap picture .my-change-img {
    display: block;
    margin: auto;
  }
}
.mypage-edit.add .edit-main-area .contents-wrap .my-img-content .my-img-wrap .my-img-change-btn {
  font-size: 1.2rem;
  border-radius: 20px;
  width: 130px;
  height: 29px;
  margin: -7px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .edit-main-area .contents-wrap .my-img-content .my-img-wrap .my-img-change-btn {
    margin: -10px auto 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .profile-name-area .profile-name-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .profile-wrap {
  width: 100%;
  margin: 20px 30px 0 auto;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .profile-name-area .profile-name-container .profile-wrap {
    width: 100%;
    margin: 45px 0 0;
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .profile-wrap .ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage-edit.add .profile-name-area .profile-name-container .profile-wrap .ttl-wrap .profile-ttl {
  font-size: 2rem;
  font-weight: 500;
}
.mypage-edit.add .profile-name-area .profile-name-container .profile-wrap .ttl-wrap .profile-ttl .req {
  position: relative;
}
.mypage-edit.add .profile-name-area .profile-name-container .profile-wrap .ttl-wrap .profile-ttl .req::before {
  position: absolute;
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.mypage-edit.add .profile-name-area .profile-name-container .profile-wrap .ttl-wrap .my-profile-change-btn {
  font-size: 1.2rem;
  border-radius: 20px;
  width: 90px;
  height: 35px;
}
.mypage-edit.add .profile-name-area .profile-name-container .profile-wrap .txt-wrap {
  margin: 7px 0 0;
  padding: 16px;
  border: 1px solid #707070;
  border-radius: 16px;
  height: 250px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .profile-name-area .profile-name-container .profile-wrap .txt-wrap {
    height: auto;
    border: none;
    padding: 0;
    margin: 10px 0 0;
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .profile-wrap .txt-wrap .profile-txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
.mypage-edit.add .profile-name-area .profile-name-container .profile-wrap .textarea-wrap .textarea-input #introduction {
  height: 150px;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container {
    flex-direction: column-reverse;
    margin: 10px 0 0;
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap {
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap {
    width: 100%;
    margin: 40px 0 0;
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-ttl-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 7.5px;
       column-gap: 7.5px;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-ttl-wrap .name-edit-ttl {
  font-size: 2rem;
  font-weight: 500;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-ttl-wrap .name-edit-cau {
  color: #d83a3a;
  font-size: 1.6rem;
  font-weight: 400;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list {
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
@media screen and (min-width: 768px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list {
    width: 40%;
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal {
  display: flex;
  width: 100%;
  height: 67px;
  justify-content: space-between;
  align-items: center;
  padding: 0 52px 0 18px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_arrow_right_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.5px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 14.5px;
  transform: translateY(-50%);
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal.beige {
  background-color: #ececec;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal .name-edit-list-ttl {
  font-size: 1.4rem;
  font-weight: 500;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal .name-edit-list-ttl.nickname {
  position: relative;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal .name-edit-list-ttl.nickname::before {
  content: "※10文字以内";
  font-size: 1rem;
  position: absolute;
  bottom: -15px;
  left: 0;
  font-weight: 400;
  width: 100px;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal .name-edit-list-txt {
  font-size: 1.4rem;
  color: #999;
  border: none;
  text-align: right;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .on-modal.beige {
  background-color: #fff5e5;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .on-modal .name-edit-list-txt {
  cursor: pointer;
  background-color: #fff5e5;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li label .req {
  font-weight: 500;
  font-size: 1.6rem;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li label .req.req {
  position: relative;
  display: inline-block;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li label .req.req::before {
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li.nickname {
  margin: 20px 0 0;
  font-weight: 500;
  font-size: 1.6rem;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li.nickname .text-input label .req {
  font-weight: 500;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li.nickname .text-input label .req::before {
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl {
  background-color: #eaeaea;
  border: 1px solid #a0a0a0;
  padding: 14px 14px 14px;
  border-radius: 10px;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  text-align: center;
  position: relative;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dt::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  top: 3px;
  right: 0px;
  transform: rotate(45deg);
  transition: 0.5s all ease;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dt.open::before {
  transform: rotate(135deg);
  top: -1px;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dd {
  padding: 14px 0 25px;
  border-top: dotted 2px #ccc;
  border-bottom: dotted 2px #ccc;
  position: relative;
  display: none;
  margin: 9px 0 20px;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dd .profile-sample-txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #999;
  letter-spacing: 0.05em;
  line-height: 1.42;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dd .copy-btn {
  position: absolute;
  right: 0;
  bottom: -19px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 35px;
  background-color: #29a1ce;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 11px;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap {
    width: 98%;
    margin: auto;
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .picture-edit-des {
  text-align: center;
  font-size: 1.8rem;
  color: #999;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery {
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery {
    width: 98%;
    margin: 12px auto;
    grid-template-columns: repeat(3, 1fr);
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk {
  position: relative;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label {
  width: 100%;
  height: 156px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label {
    height: 109px;
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label span {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 41px 0;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label span {
    padding: 31px 0;
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label span img {
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label span img {
    width: 32px;
    height: 32px;
  }
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk input {
  display: none;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk .image-preview {
  position: relative;
  border: 2px dotted #cccccc;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk .image-preview .upload-img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 128px;
  max-height: 128px;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}
.mypage-edit.add .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk .gallery-blk-close {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 37px;
  height: 38px;
  background: url(/um/_assets/img/common/icon_modal_close.png);
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.mypage-edit.add .hashtag-area {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .hashtag-area {
    padding: 27px 0 0;
  }
}
.mypage-edit.add .hashtag-area .hashtag-ttl {
  font-size: 2rem;
  font-weight: 500;
}
.mypage-edit.add .hashtag-area .mypage-edit-hash {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .hashtag-area .mypage-edit-hash {
    margin: 20px 0 0;
  }
}
.mypage-edit.add .hashtag-area .mypage-edit-hash-form {
  display: flex;
  align-items: center;
  -moz-column-gap: 1%;
       column-gap: 1%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .hashtag-area .mypage-edit-hash-form {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
.mypage-edit.add .hashtag-area .mypage-edit-hash-form .text-input {
  width: 256px;
  height: 54px;
  padding: 0 9px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .hashtag-area .mypage-edit-hash-form .text-input {
    width: 250px;
  }
}
.mypage-edit.add .hashtag-area .mypage-edit-hash-form .text-input input {
  padding-bottom: 0;
  border-bottom: none;
  height: 54px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}
.mypage-edit.add .hashtag-area .mypage-edit-hash-form-addbtn {
  background-color: #29A1CE;
  color: #fff;
  padding: 15px 20px;
  font-size: 2rem;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.mypage-edit.add .hashtag-area .mypage-edit-hash-list {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  width: 100%;
  max-width: 490px;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 0;
}
.mypage-edit.add .hashtag-area .mypage-edit-hash-list li {
  margin-bottom: 15px;
  font-size: 2rem;
  display: flex;
}
.mypage-edit.add .hashtag-area .mypage-edit-hash-list li span {
  cursor: pointer;
  background-color: #939393;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  width: 18px;
  height: 19px;
  font-size: 2rem;
  text-align: center;
  line-height: 18px;
}
.mypage-edit.add .hashtag-area .mypage-edit-hash-list li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #8d8d8d;
}
.mypage-edit.add .conditions-area {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .conditions-area {
    padding: 40px 0 0;
  }
}
.mypage-edit.add .conditions-area .conditions-ttl {
  font-size: 2rem;
  font-weight: 500;
}
.mypage-edit.add .conditions-area .conditions-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 13px;
       column-gap: 13px;
  row-gap: 8px;
  margin: 22px 0 0;
}
.mypage-edit.add .conditions-area .conditions-list li .conditions-btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #989898;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  min-width: 108px;
  padding: 0 8px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  background-color: #eaeaea;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
}
.mypage-edit.add .conditions-area .conditions-list li .conditions-btn.active {
  background-color: #ab852d;
  border: 1px solid #ab852d;
  color: #fff;
}
.mypage-edit.add .conditions-area .saerch-blk-form {
  max-width: 470px;
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .conditions-area .saerch-blk-form {
    margin: 20px 0 0;
  }
}
.mypage-edit.add .conditions-area .saerch-blk-form-hash-ttl {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.mypage-edit.add .conditions-area .saerch-blk-form-pref-btn {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  position: relative;
  padding: 23px 19px;
  cursor: pointer;
}
.mypage-edit.add .conditions-area .saerch-blk-form-pref-btn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  top: 50%;
  right: 19px;
  transform: rotate(45deg);
}
.mypage-edit.add .conditions-area .saerch-blk-form-pref-btn-txt {
  font-size: 1.6rem;
  width: 63%;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .conditions-area .saerch-blk-form-pref-btn-txt {
    width: 50%;
    font-size: 1.3rem;
  }
}
.mypage-edit.add .conditions-area .saerch-blk-form-pref-btn-list {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .conditions-area .saerch-blk-form-pref-btn-list {
    width: 250px;
  }
}
.mypage-edit.add .conditions-area .saerch-blk-form-pref-btn-list li {
  font-size: 1.6rem;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .conditions-area .saerch-blk-form-pref-btn-list li {
    font-size: 1.3rem;
  }
}
.mypage-edit.add .conditions-area .saerch-blk-form .text-input {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .conditions-area .saerch-blk-form .text-input label {
    font-size: 1.3rem;
  }
}
.mypage-edit.add .conditions-area .saerch-blk-form .text-input label span {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .conditions-area .saerch-blk-form .text-input label span {
    font-size: 1.3rem;
  }
}
.mypage-edit.add .conditions-area .saerch-blk-form .text-input label span.req {
  position: relative;
  display: inline-block;
}
.mypage-edit.add .conditions-area .saerch-blk-form .text-input label span.req::before {
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.mypage-edit.add .conditions-area .saerch-blk-form .text-input input[type=text] {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .conditions-area .saerch-blk-form .text-input input[type=text] {
    width: 250px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .conditions-area .saerch-blk-form .text-input select {
    font-size: 1.3rem;
    width: 190px;
    background: transparent;
  }
}
.mypage-edit.add .connection-area {
  padding: 37px 0 0;
}
.mypage-edit.add .connection-area .connection-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.mypage-edit.add .connection-area .mypage-edit-connection-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.mypage-edit.add .connection-area .mypage-edit-connection-form .text-input-wrap {
  display: flex;
  align-items: center;
}
.mypage-edit.add .connection-area .mypage-edit-connection-form .text-input-wrap .connection-label-ttl {
  width: 65px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .connection-area .mypage-edit-connection-form .text-input-wrap .connection-label-ttl {
    font-size: 1.3rem;
    width: 55px;
  }
}
.mypage-edit.add .connection-area .mypage-edit-connection-form .text-input-wrap .text-input {
  width: 256px;
  height: 54px;
  padding: 0 9px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .connection-area .mypage-edit-connection-form .text-input-wrap .text-input {
    width: 220px;
  }
}
.mypage-edit.add .connection-area .mypage-edit-connection-form .text-input-wrap .text-input input {
  border-bottom: none;
  width: 100%;
  padding: 0;
}
.mypage-edit.add .connection-area .mypage-edit-connection-form .text-input-wrap .mypage-edit-linkadd-form-addbtn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  background-color: #29a1ce;
  color: #fff;
  width: 80px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border-radius: 11px;
  font-weight: 500;
  margin: 0 0 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .connection-area .mypage-edit-connection-form .text-input-wrap .mypage-edit-linkadd-form-addbtn {
    width: 60px;
    font-size: 1.6rem;
  }
}
.mypage-edit.add .connection-area .mypage-edit-linkadd-list {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.mypage-edit.add .connection-area .mypage-edit-linkadd-list .mypage-edit-linkadd-list-item {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.mypage-edit.add .connection-area .mypage-edit-linkadd-list .mypage-edit-linkadd-list-item .delete-btn {
  width: 18px;
  cursor: pointer;
}
.mypage-edit.add .connection-area .mypage-edit-linkadd-list .mypage-edit-linkadd-list-item .label-edit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 380px;
  width: 100%;
  padding: 12px 17px 12px 18px;
  background-color: rgba(41, 161, 206, 0.24);
  border-radius: 10px;
}
.mypage-edit.add .connection-area .mypage-edit-linkadd-list .mypage-edit-linkadd-list-item .label-edit-wrap .link-label {
  font-size: 1.4rem;
  line-height: 1.4;
}
.mypage-edit.add .connection-area .mypage-edit-linkadd-list .mypage-edit-linkadd-list-item .label-edit-wrap .edit-btn {
  cursor: pointer;
}
.mypage-edit.add .fix-btn-area {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 0 0 320px;
  width: calc(100% - 320px);
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .fix-btn-area {
    width: 100%;
    margin: 0;
    bottom: 64px;
  }
}
.mypage-edit.add .fix-btn-area .memory-btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 68px;
       column-gap: 68px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.add .fix-btn-area .memory-btn-list {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
.mypage-edit.add .fix-btn-area .memory-btn-list li button.cancel-btn {
  color: #29A1CE;
  font-weight: bold;
}
.mypage-edit.add .fix-btn-area .memory-btn-list li button.memory {
  font-size: 1.8rem;
  border-radius: 20px;
  width: 160px;
  height: 40px;
  border-radius: 49px;
}
.mypage-edit.edit {
  position: relative;
  padding: 0 0 100px;
}
.mypage-edit.edit .mypage-blue-btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background-color: #29A1CE;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.mypage-edit.edit .edit-main-area {
  padding: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area {
    padding: 0;
  }
}
.mypage-edit.edit .edit-main-area .contents-wrap {
  position: relative;
}
.mypage-edit.edit .edit-main-area .contents-wrap .bg-img-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area .contents-wrap .bg-img-wrap {
    margin: 0 calc(50% - 50vw);
  }
}
.mypage-edit.edit .edit-main-area .contents-wrap .bg-img-wrap picture .bg-change-img {
  aspect-ratio: 1/0.229;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area .contents-wrap .bg-img-wrap picture .bg-change-img {
    aspect-ratio: 1/0.517;
  }
}
.mypage-edit.edit .edit-main-area .contents-wrap .bg-img-wrap .bg-change-btn {
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 17px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area .contents-wrap .bg-img-wrap .bg-change-btn {
    bottom: initial;
    top: 27px;
  }
}
.mypage-edit.edit .edit-main-area .contents-wrap .bg-my-color {
  background-color: #ffbfbf;
  padding: 8px 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area .contents-wrap .bg-my-color {
    margin: 0 calc(50% - 50vw);
    padding: 20vw 0 10px;
  }
}
.mypage-edit.edit .edit-main-area .contents-wrap .bg-my-color .my-color-change-btn {
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 17px;
  width: 160px;
  height: 29px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area .contents-wrap .bg-my-color .my-color-change-btn {
    margin: 0 auto;
  }
}
.mypage-edit.edit .edit-main-area .contents-wrap .bg-my-color input[type=color] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin: 0 0 0 auto;
  width: 160px;
  border: 2px solid #fff;
  position: relative;
  border-radius: 20px;
  background-color: #29A1CE;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area .contents-wrap .bg-my-color input[type=color] {
    margin: auto;
    display: block;
  }
}
.mypage-edit.edit .edit-main-area .contents-wrap .bg-my-color input[type=color]::before {
  position: absolute;
  content: "マイカラーを変更する";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  width: 157px;
  background-color: #29A1CE;
  padding: 3px 0;
  border-radius: 20px;
}
.mypage-edit.edit .edit-main-area .contents-wrap .my-img-content {
  position: absolute;
  top: 60px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area .contents-wrap .my-img-content {
    width: 100%;
    top: 84px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area .contents-wrap .my-img-content .my-img-wrap {
    position: relative;
  }
}
.mypage-edit.edit .edit-main-area .contents-wrap .my-img-content .my-img-wrap picture .my-change-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
  border-radius: 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #ffbfbf;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area .contents-wrap .my-img-content .my-img-wrap picture .my-change-img {
    display: block;
    margin: auto;
  }
}
.mypage-edit.edit .edit-main-area .contents-wrap .my-img-content .my-img-wrap .my-img-change-btn {
  font-size: 1.2rem;
  border-radius: 20px;
  width: 130px;
  height: 29px;
  margin: -7px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .edit-main-area .contents-wrap .my-img-content .my-img-wrap .my-img-change-btn {
    margin: -10px auto 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .profile-name-area .profile-name-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap {
  width: 100%;
  margin: 20px 30px 0 auto;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap {
    width: 100%;
    margin: 45px 0 0;
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap .ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap .ttl-wrap .profile-ttl {
  font-size: 2rem;
  font-weight: 500;
}
.mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap .ttl-wrap .profile-ttl .req {
  position: relative;
}
.mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap .ttl-wrap .profile-ttl .req::before {
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap .ttl-wrap .my-profile-change-btn {
  font-size: 1.2rem;
  border-radius: 20px;
  width: 90px;
  height: 35px;
}
.mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap .txt-wrap {
  margin: 7px 0 0;
  padding: 16px;
  border: 1px solid #707070;
  border-radius: 16px;
  height: 250px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap .txt-wrap {
    height: auto;
    border: none;
    padding: 0;
    margin: 10px 0 0;
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap .txt-wrap .profile-txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
.mypage-edit.edit .profile-name-area .profile-name-container .profile-wrap .textarea-wrap .textarea-input #introduction {
  height: 150px;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container {
    flex-direction: column-reverse;
    margin: 10px 0 0;
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap {
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap {
    width: 100%;
    margin: 40px 0 0;
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-ttl-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 7.5px;
       column-gap: 7.5px;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-ttl-wrap .name-edit-ttl {
  font-size: 2rem;
  font-weight: 500;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-ttl-wrap .name-edit-cau {
  color: #d83a3a;
  font-size: 1.6rem;
  font-weight: 400;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list {
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
@media screen and (min-width: 768px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .saerch-blk-form-pref {
    width: 40.2%;
  }
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .saerch-blk-form-pref.purpose li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li {
    width: 40.2%;
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal {
  display: flex;
  width: 100%;
  height: 67px;
  justify-content: space-between;
  align-items: center;
  padding: 0 52px 0 18px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_arrow_right_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.5px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 14.5px;
  transform: translateY(-50%);
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal.beige {
  background-color: #f0efef;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal .name-edit-list-ttl {
  font-size: 1.4rem;
  font-weight: 500;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal .name-edit-list-ttl.nickname {
  position: relative;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal .name-edit-list-ttl.nickname::before {
  content: "※10文字以内";
  font-size: 1rem;
  position: absolute;
  bottom: -15px;
  left: 0;
  font-weight: 400;
  width: 100px;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal .name-edit-list-ttl.nickname::after {
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .modal .name-edit-list-txt {
  font-size: 1.4rem;
  color: #999;
  border: none;
  text-align: right;
  background-color: #f0efef;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .on-modal.beige {
  background-color: #fff;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li .on-modal .name-edit-list-txt {
  cursor: pointer;
  background-color: #fff;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li label .req {
  font-weight: 500;
  font-size: 1.6rem;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li label .req.req {
  position: relative;
  display: inline-block;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li label .req.req::before {
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li.nickname {
  margin: 20px 0 0;
  font-weight: 500;
  font-size: 1.6rem;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li.nickname .text-input label .req {
  font-weight: 500;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list li.nickname .text-input label .req::before {
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl {
  background-color: #eaeaea;
  border: 1px solid #a0a0a0;
  padding: 14px 14px 14px;
  border-radius: 10px;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  text-align: center;
  position: relative;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dt::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  top: 3px;
  right: 0px;
  transform: rotate(45deg);
  transition: 0.5s all ease;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dt.open::before {
  transform: rotate(135deg);
  top: -1px;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dd {
  padding: 14px 0 25px;
  border-top: dotted 2px #ccc;
  border-bottom: dotted 2px #ccc;
  position: relative;
  display: none;
  margin: 9px 0 20px;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dd .profile-sample-txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #999;
  letter-spacing: 0.05em;
  line-height: 1.42;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .name-edit-wrap .name-edit-list .profile-sample-wrap .profile-sample-dl dd .copy-btn {
  position: absolute;
  right: 0;
  bottom: -19px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 35px;
  background-color: #29a1ce;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 11px;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap {
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap {
    width: 100%;
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .picture-edit-des {
  text-align: center;
  font-size: 1.8rem;
  color: #999;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery {
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk {
  position: relative;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label {
  width: 100%;
  height: 156px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label {
    height: 109px;
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label span {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 41px 0;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label span {
    padding: 31px 0;
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label span img {
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk label span img {
    width: 32px;
    height: 32px;
  }
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk input {
  display: none;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk .image-preview {
  position: relative;
  border: 2px dotted #cccccc;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk .image-preview .upload-img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 128px;
  max-height: 128px;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}
.mypage-edit.edit .profile-name-area .profile-name-container .name-picture-container .picture-edit-wrap .mypage-edit-blk-form-gallery-blk .gallery-blk-close {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 37px;
  height: 38px;
  background: url(/um/_assets/img/common/icon_modal_close.png);
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.mypage-edit.edit .hashtag-area {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .hashtag-area {
    padding: 27px 0 0;
  }
}
.mypage-edit.edit .hashtag-area .hashtag-ttl {
  font-size: 2rem;
  font-weight: 500;
}
.mypage-edit.edit .hashtag-area .mypage-edit-hash {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .hashtag-area .mypage-edit-hash {
    margin: 20px 0 0;
  }
}
.mypage-edit.edit .hashtag-area .mypage-edit-hash-form {
  display: flex;
  align-items: center;
  -moz-column-gap: 1%;
       column-gap: 1%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .hashtag-area .mypage-edit-hash-form {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
.mypage-edit.edit .hashtag-area .mypage-edit-hash-form .text-input {
  width: 256px;
  height: 54px;
  padding: 0 9px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .hashtag-area .mypage-edit-hash-form .text-input {
    width: 250px;
  }
}
.mypage-edit.edit .hashtag-area .mypage-edit-hash-form .text-input input {
  padding-bottom: 0;
  border-bottom: none;
  height: 54px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .hashtag-area .mypage-edit-hash-form .text-input input {
    max-width: 200px;
    width: 100%;
  }
}
.mypage-edit.edit .hashtag-area .mypage-edit-hash-form-addbtn {
  background-color: #29A1CE;
  color: #fff;
  padding: 15px 20px;
  font-size: 2rem;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 500;
}
.mypage-edit.edit .hashtag-area .mypage-edit-hash-list {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  width: 100%;
  max-width: 490px;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 0;
}
.mypage-edit.edit .hashtag-area .mypage-edit-hash-list li {
  margin-bottom: 15px;
  font-size: 2rem;
  display: flex;
}
.mypage-edit.edit .hashtag-area .mypage-edit-hash-list li span {
  cursor: pointer;
  background-color: #939393;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  width: 18px;
  height: 19px;
  font-size: 2rem;
  text-align: center;
  line-height: 18px;
}
.mypage-edit.edit .hashtag-area .mypage-edit-hash-list li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #8d8d8d;
}
.mypage-edit.edit .conditions-area {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .conditions-area {
    padding: 40px 0 0;
  }
}
.mypage-edit.edit .conditions-area .conditions-ttl {
  font-size: 2rem;
  font-weight: 500;
}
.mypage-edit.edit .conditions-area .conditions-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 13px;
       column-gap: 13px;
  row-gap: 8px;
  margin: 22px 0 0;
}
.mypage-edit.edit .conditions-area .conditions-list li .conditions-btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #989898;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  min-width: 108px;
  padding: 0 8px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  background-color: #eaeaea;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
}
.mypage-edit.edit .conditions-area .conditions-list li .conditions-btn.active {
  background-color: #ab852d;
  border: 1px solid #ab852d;
  color: #fff;
}
.mypage-edit.edit .conditions-area .saerch-blk-form {
  max-width: 100%;
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .conditions-area .saerch-blk-form {
    margin: 20px 0 0;
  }
}
.mypage-edit.edit .conditions-area .saerch-blk-form-hash-ttl {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.mypage-edit.edit .conditions-area .saerch-blk-form-pref-btn {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  position: relative;
  padding: 23px 19px;
  cursor: pointer;
}
.mypage-edit.edit .conditions-area .saerch-blk-form-pref-btn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  top: 50%;
  right: 19px;
  transform: rotate(45deg);
}
.mypage-edit.edit .conditions-area .saerch-blk-form-pref-btn-txt {
  font-size: 1.6rem;
  width: 63%;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .conditions-area .saerch-blk-form-pref-btn-txt {
    width: 50%;
    font-size: 1.3rem;
  }
}
.mypage-edit.edit .conditions-area .saerch-blk-form-pref-btn-list {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .conditions-area .saerch-blk-form-pref-btn-list {
    width: 250px;
  }
}
.mypage-edit.edit .conditions-area .saerch-blk-form-pref-btn-list li {
  font-size: 1.6rem;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .conditions-area .saerch-blk-form-pref-btn-list li {
    font-size: 1.3rem;
  }
}
.mypage-edit.edit .conditions-area .saerch-blk-form .saerch-blk-form-pref {
  max-width: 480px;
}
.mypage-edit.edit .conditions-area .saerch-blk-form .text-input {
  max-width: 480px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .conditions-area .saerch-blk-form .text-input label {
    font-size: 1.3rem;
  }
}
.mypage-edit.edit .conditions-area .saerch-blk-form .text-input label span {
  font-weight: 500;
  font-size: 1.6rem;
}
.mypage-edit.edit .conditions-area .saerch-blk-form .text-input label span.req {
  position: relative;
  display: inline-block;
}
.mypage-edit.edit .conditions-area .saerch-blk-form .text-input label span.req::before {
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .conditions-area .saerch-blk-form .text-input select {
    width: 190px;
    font-size: 1.3rem;
  }
}
.mypage-edit.edit .conditions-area .saerch-blk-form .text-input input[type=text] {
  width: 240px;
}
.mypage-edit.edit .conditions-area .saerch-blk-form .text-input.beige::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  top: 50%;
  right: 22px;
  transform: rotate(45deg) translateY(-50%);
}
.mypage-edit.edit .conditions-area .saerch-blk-form .text-input.beige .name-edit-list-ttl {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .conditions-area .saerch-blk-form .text-input.beige .name-edit-list-ttl {
    font-size: 1.3rem;
  }
}
.mypage-edit.edit .conditions-area .saerch-blk-form .text-input.beige input[type=text] {
  width: 230px;
  border-bottom: none;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .conditions-area .saerch-blk-form .text-input.beige input[type=text] {
    width: 190px;
    font-size: 1.3rem;
    background: transparent;
  }
}
.mypage-edit.edit .connection-area {
  padding: 37px 0 0;
}
.mypage-edit.edit .connection-area .connection-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.mypage-edit.edit .connection-area .mypage-edit-connection-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.mypage-edit.edit .connection-area .mypage-edit-connection-form .text-input-wrap {
  display: flex;
  align-items: center;
}
.mypage-edit.edit .connection-area .mypage-edit-connection-form .text-input-wrap .connection-label-ttl {
  width: 65px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .connection-area .mypage-edit-connection-form .text-input-wrap .connection-label-ttl {
    font-size: 1.3rem;
    width: 55px;
  }
}
.mypage-edit.edit .connection-area .mypage-edit-connection-form .text-input-wrap .text-input {
  width: 256px;
  height: 54px;
  padding: 0 9px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .connection-area .mypage-edit-connection-form .text-input-wrap .text-input {
    width: 220px;
  }
}
.mypage-edit.edit .connection-area .mypage-edit-connection-form .text-input-wrap .text-input input {
  border-bottom: none;
  width: 100%;
  padding: 0;
}
.mypage-edit.edit .connection-area .mypage-edit-connection-form .text-input-wrap .mypage-edit-linkadd-form-addbtn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  background-color: #29a1ce;
  color: #fff;
  width: 80px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border-radius: 11px;
  font-weight: 500;
  margin: 0 0 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .connection-area .mypage-edit-connection-form .text-input-wrap .mypage-edit-linkadd-form-addbtn {
    width: 60px;
    font-size: 1.6rem;
  }
}
.mypage-edit.edit .connection-area .mypage-edit-linkadd-list {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.mypage-edit.edit .connection-area .mypage-edit-linkadd-list .mypage-edit-linkadd-list-item {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.mypage-edit.edit .connection-area .mypage-edit-linkadd-list .mypage-edit-linkadd-list-item .delete-btn {
  width: 18px;
  cursor: pointer;
}
.mypage-edit.edit .connection-area .mypage-edit-linkadd-list .mypage-edit-linkadd-list-item .label-edit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 380px;
  width: 100%;
  padding: 12px 17px 12px 18px;
  background-color: rgba(41, 161, 206, 0.24);
  border-radius: 10px;
}
.mypage-edit.edit .connection-area .mypage-edit-linkadd-list .mypage-edit-linkadd-list-item .label-edit-wrap .link-label {
  font-size: 1.4rem;
  line-height: 1.4;
}
.mypage-edit.edit .connection-area .mypage-edit-linkadd-list .mypage-edit-linkadd-list-item .label-edit-wrap .edit-btn {
  cursor: pointer;
}
.mypage-edit.edit .fix-btn-area {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 0 0 320px;
  width: calc(100% - 320px);
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .fix-btn-area {
    width: 100%;
    margin: 0;
    bottom: 64px;
  }
}
.mypage-edit.edit .fix-btn-area .memory-btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 68px;
       column-gap: 68px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .mypage-edit.edit .fix-btn-area .memory-btn-list {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
.mypage-edit.edit .fix-btn-area .memory-btn-list li button.cancel-btn {
  color: #29A1CE;
  font-weight: bold;
}
.mypage-edit.edit .fix-btn-area .memory-btn-list li button.memory {
  font-size: 1.8rem;
  border-radius: 20px;
  width: 160px;
  height: 40px;
  border-radius: 49px;
}

.matching-list {
  margin: 5% 0 0;
}
@media screen and (max-width: 767px) {
  .matching-list .section-user .user .user_img {
    width: 100px;
    height: 100px;
  }
  .matching-list .section-user .user .user_desc .user_time {
    display: block;
  }
}

.common-like .partner-container {
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  .common-like .partner-container {
    margin: 10px 0 0;
  }
}
.common-like .partner-container .partner-area ul .partner-list-item {
  position: relative;
  background: #f5f5f4;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 22px;
       column-gap: 22px;
  border-bottom: 1px solid #ccc;
  padding: 35px 20px 20px;
}
@media screen and (max-width: 767px) {
  .common-like .partner-container .partner-area ul .partner-list-item {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 23px 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .common-like .partner-container .partner-area ul .partner-list-item:before, .common-like .partner-container .partner-area ul .partner-list-item:after {
    position: absolute;
    content: "";
    background: #f5f5f4;
    width: 4%;
    height: calc(100% + 1px);
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .common-like .partner-container .partner-area ul .partner-list-item:before {
    left: -4%;
  }
}
@media screen and (max-width: 767px) {
  .common-like .partner-container .partner-area ul .partner-list-item:after {
    right: -4%;
  }
}
.common-like .partner-container .partner-area ul .partner-list-item p {
  font-weight: 400;
}
.common-like .partner-container .partner-area ul .partner-list-item_img {
  width: 157px;
  height: 157px;
  border: 3px solid #febfbf;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .common-like .partner-container .partner-area ul .partner-list-item_img {
    width: 74px;
    height: 73px;
  }
}
.common-like .partner-container .partner-area ul .partner-list-item_time {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .common-like .partner-container .partner-area ul .partner-list-item_time p {
    font-size: 1.2rem;
  }
}
.common-like .partner-container .partner-area ul .partner-list-item_private {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .common-like .partner-container .partner-area ul .partner-list-item_private p {
    font-size: 1.6rem;
  }
}
.common-like .partner-container .partner-area ul .partner-list-item_private-sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.common-like .partner-container .partner-area ul .partner-list-item .txt-wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common-like .partner-container .partner-area ul .partner-list-item .txt-wrap {
    width: calc(100% - 100px);
  }
}
.common-like .partner-container .partner-area ul .partner-list-item .txt-wrap .like-btn {
  max-width: 74px;
  width: 100%;
  position: absolute;
  right: 0px;
  top: 25px;
}
@media screen and (max-width: 767px) {
  .common-like .partner-container .partner-area ul .partner-list-item .txt-wrap .like-btn {
    max-width: 59px;
    right: 0px;
    top: 5px;
  }
}
.common-like .partner-container .partner-area ul .partner-list-item.active {
  background: none;
}
@media screen and (max-width: 767px) {
  .common-like .partner-container .partner-area ul .partner-list-item.active:before, .common-like .partner-container .partner-area ul .partner-list-item.active:after {
    display: none;
  }
}
.common-like.myself .partnerText p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .common-like.myself .partnerText p {
    font-size: 12px;
  }
}
.common-like.partner .partnerText p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .common-like.partner .partnerText p {
    font-size: 12px;
  }
}

.favorite-list {
  margin: 5% 0 0;
}

.common-point .point-container {
  margin: 20px 0 0;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .common-point .point-container {
    margin: 8px 0 0;
    padding: 0 0 20px;
  }
}
.common-point .point-container .point-area .point-list li {
  padding: 33px 40px 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 767px) {
  .common-point .point-container .point-area .point-list li {
    padding: 28px 18px 25px 0;
  }
}
.common-point .point-container .point-area .point-list li .txt-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .common-point .point-container .point-area .point-list li .txt-wrap {
    row-gap: 8px;
  }
}
.common-point .point-container .point-area .point-list li .txt-wrap .date-time {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.common-point .point-container .point-area .point-list li .txt-wrap .date-time p {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .common-point .point-container .point-area .point-list li .txt-wrap .date-time p {
    font-size: 1.2rem;
  }
}
.common-point .point-container .point-area .point-list li .txt-wrap .content-txt {
  font-size: 1.9rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .common-point .point-container .point-area .point-list li .txt-wrap .content-txt {
    font-size: 1.6rem;
  }
}
.common-point .point-container .point-area .point-list li .txt-wrap .content-txt span {
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}
.common-point .point-container .point-area .point-list li .point-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.common-point .point-container .point-area .point-list li .point-wrap .num {
  font-size: 2.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .common-point .point-container .point-area .point-list li .point-wrap .num {
    font-size: 2rem;
  }
}
.common-point .point-container .point-area .point-list li .point-wrap .pt-txt {
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .common-point .point-container .point-area .point-list li .point-wrap .pt-txt {
    font-size: 1.6rem;
  }
}
.footprints .footprints-container {
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container {
    margin: 10px 0 0;
  }
}
.footprints .footprints-container .footprints-area ul .footprints-list-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 22px;
       column-gap: 22px;
  border-bottom: 1px solid #ccc;
  padding: 35px 20px 20px;
  background: #f5f5f4;
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container .footprints-area ul .footprints-list-item {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 23px 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container .footprints-area ul .footprints-list-item:before, .footprints .footprints-container .footprints-area ul .footprints-list-item:after {
    position: absolute;
    content: "";
    background: #f5f5f4;
    width: 4%;
    height: calc(100% + 1px);
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container .footprints-area ul .footprints-list-item:before {
    left: -4%;
  }
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container .footprints-area ul .footprints-list-item:after {
    right: -4%;
  }
}
.footprints .footprints-container .footprints-area ul .footprints-list-item p {
  font-weight: 400;
}
.footprints .footprints-container .footprints-area ul .footprints-list-item_img {
  width: 157px;
  height: 157px;
  border: 3px solid #febfbf;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container .footprints-area ul .footprints-list-item_img {
    max-width: 103px;
    max-height: 103px;
  }
}
.footprints .footprints-container .footprints-area ul .footprints-list-item_time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container .footprints-area ul .footprints-list-item_time p {
    font-size: 1.2rem;
  }
}
.footprints .footprints-container .footprints-area ul .footprints-list-item_private p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container .footprints-area ul .footprints-list-item_private p {
    font-size: 1.6rem;
  }
}
.footprints .footprints-container .footprints-area ul .footprints-list-item_private-sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-wrap: wrap;
}
.footprints .footprints-container .footprints-area ul .footprints-list-item .txt-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container .footprints-area ul .footprints-list-item .txt-wrap {
    width: 100%;
  }
}
.footprints .footprints-container .footprints-area ul .footprints-list-item .txt-wrap .like-btn {
  max-width: 41px;
  width: 100%;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container .footprints-area ul .footprints-list-item .txt-wrap .like-btn {
    margin: 5px 0 0;
  }
}
.footprints .footprints-container .footprints-area ul .footprints-list-item.active {
  background: none;
}
@media screen and (max-width: 767px) {
  .footprints .footprints-container .footprints-area ul .footprints-list-item.active:before, .footprints .footprints-container .footprints-area ul .footprints-list-item.active:after {
    display: none;
  }
}

.contact-form {
  margin: 50px 0;
  max-width: 550px;
}
.contact-form-leadtxt {
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.contact-form-blk {
  margin-top: 30px;
}
.contact-form-blk .input-ttl {
  font-size: 1.6rem;
}
.contact-form-blk .input-detail {
  padding-left: 30px;
  font-size: 1.6rem;
  margin-top: 10px;
  color: #999;
}
.contact-form-blk .text-input {
  padding: 15px 20px;
  background-color: #fafafa;
}
.contact-form-blk .text-input input {
  border: none;
  padding-bottom: 0;
  background-color: #fafafa;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}
.contact-form-blk .text-input .select-wrap {
  position: static;
  width: 100%;
  display: inline-block;
}
.contact-form-blk .text-input .select-wrap select {
  width: 100%;
  background-color: #fafafa;
}
.contact-form-blk .text-input .select-wrap::after {
  top: 17px;
  right: 10px;
}
.contact-form-blk .textarea-input textarea {
  min-height: 155px;
  background-color: #fafafa;
}
.contact-form-blk .form-error.hidden {
  display: none;
}
.contact-form .submit-btn {
  margin-top: 30px;
}
.contact-form .confrim-btn {
  display: flex;
}
.contact-form .confrim-btn button {
  width: 46%;
}
.contact-form .confrim-btn button.edit-btn {
  background-color: #8d8d8d;
  border: 1px solid #8d8d8d;
}
.contact-form .confrim-btn button.edit-btn:hover {
  background-color: #fff;
  color: #8d8d8d;
}
.contact-complete-ttl {
  margin: 10% 0 10px;
  font-size: 2rem;
}
.contact-complete-txt {
  font-size: 1.8rem;
}
.contact-complete-topbtn {
  margin: 40px 0;
}

.news-blk {
  margin: 5% 0 0;
}
.news-blk-list li {
  position: relative;
  background: #f5f5f4;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .news-blk-list li {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .news-blk-list li:before, .news-blk-list li:after {
    position: absolute;
    content: "";
    background: #f5f5f4;
    width: 4%;
    height: calc(100% + 1px);
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-blk-list li:before {
    left: -4%;
  }
}
@media screen and (max-width: 767px) {
  .news-blk-list li:after {
    right: -4%;
  }
}
@media screen and (min-width: 768px) {
  .news-blk-list li.dotted-standard .dottedRed {
    top: 22px;
  }
}
.news-blk-list-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-blk-list-ttl .label {
  padding: 3px 7px;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 30px;
  margin-right: 10px;
}
.news-blk-list-ttl .label.blue-bk {
  background-color: #29A1CE;
}
.news-blk-list-ttl .label.important-bk {
  background-color: #ce297c;
}
.news-blk-list-ttl .date {
  font-size: 1.2rem;
  position: relative;
}
.news-blk-list .active {
  background: none;
}
@media screen and (max-width: 767px) {
  .news-blk-list .active:before, .news-blk-list .active:after {
    display: none;
  }
}
.news-blk-list-txt {
  font-size: 1.6rem;
}
.news-blk-list-txt.active {
  font-weight: bold;
}
.news-blk-detail {
  margin: 7% 0 0;
}
.news-blk-detail-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .news-blk-detail-ttl {
    display: block;
  }
}
.news-blk-detail-ttl-txt {
  font-size: 2rem;
}
.news-blk-detail-ttl .label {
  padding: 3px 7px;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 30px;
  margin-right: 10px;
}
.news-blk-detail-ttl .label.blue-bk {
  background-color: #29A1CE;
}
.news-blk-detail-ttl .label.important-bk {
  background-color: #ce297c;
}
.news-blk-detail-date {
  margin-bottom: 40px;
  font-size: 1.2rem;
}
.news-blk-detail-body {
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
}

.qr-blk {
  margin: 10% 0 0;
}
.qr-blk-img {
  max-width: 284px;
  margin: auto;
  width: 100%;
  display: block;
}
.qr-blk-txt {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.qr-blk .blue-btn {
  max-width: 230px;
}
.qr-blk .startcamera {
  max-width: 230px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  background: #ab852d;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 13.5px 0;
  border-radius: 100px;
  text-align: center;
  border: 2px solid #ab852d;
  margin-bottom: 20px;
}
.qr-blk .startcamera:hover {
  background-color: #fff;
  color: #ab852d;
}
.qr-blk .cameraView canvas {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .qr-blk .cameraView canvas {
    width: 285px;
    height: 285px;
  }
}

.setting-links {
  max-width: 350px;
  width: 100%;
  margin: 10% 0 0;
}
.setting-links a {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #666;
}
.setting-links a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  position: absolute;
  top: 3px;
  right: 0px;
  transform: rotate(45deg);
}
.setting-rules-blk {
  margin: 10% 0 0;
}
.setting-rules-blk-ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
.setting-rules-blk-txt {
  padding: 20px;
  font-size: 1.6rem;
}
.setting-rules-blk-txt-red {
  color: #ff0000;
  line-height: 1.5;
}
.setting-faq {
  margin: 5% 0 0;
}
.setting-faq-list {
  margin-bottom: 25px;
}
.setting-faq-list dt {
  cursor: pointer;
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
}
.setting-faq-list dt span {
  font-size: 1.8rem;
}
.setting-faq-list dt::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  right: 10px;
  bottom: 10px;
  transform: rotate(45deg);
  transition: all 0.5s 0s ease;
}
.setting-faq-list dt.active::before {
  transform: rotate(135deg);
}
.setting-faq-list dd {
  display: none;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 1.6;
}

.charge-blk {
  margin: 20px 0 0;
}
.charge-blk-point {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
@media screen and (max-width: 767px) {
  .charge-blk-point {
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
    border-bottom: 2px solid #29A1CE;
    padding: 0 0 18px;
  }
}
.charge-blk-point-match {
  display: flex;
  align-items: center;
}
.charge-blk-point-match-txt {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 10px;
}
.charge-blk-point-match-num {
  font-size: 2.5rem;
  font-weight: 500;
  margin-left: 15px;
}
.charge-blk-point-match-pt {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 10px;
}
.charge-blk-about {
  max-width: 360px;
  width: 100%;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .charge-blk-about {
    margin: 32px auto 0;
  }
}
.charge-blk-about-ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-weight: 500;
}
.charge-blk-about-blk {
  border: 0.5px solid #707070;
  padding: 20px 17px 36px;
  margin: 0 0 18px;
}
.charge-blk-about-blk p {
  font-size: 1.6rem;
  margin-bottom: 40px;
  font-weight: 400;
}
.charge-blk-about-blk-point {
  display: flex;
  justify-content: space-between;
}
.charge-blk-about-blk-point-list {
  width: 40%;
}
.charge-blk-about-blk-point-list-box {
  margin: 20px 0;
  font-size: 1.6rem;
  padding: 20px;
  text-align: center;
  border: 1px solid #707070;
}
.charge-blk-about-blk-point-list-box .point-number {
  font-size: 2.6rem;
}
.charge-blk-about-blk-point-list.center {
  width: 10%;
  margin: 60px 25px 0;
  align-self: center;
}
.charge-blk-about-blk-point .point_logo {
  max-height: 25px;
  width: auto;
  margin: 0 auto 10px;
  display: block;
}
.charge-blk-about-blk-point .u-point {
  background-color: #d2ba6f;
  text-align: center;
  font-size: 1rem;
  padding: 4px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  max-width: 127px;
  width: 100%;
}
.charge-blk-about-blk-point .m-pint {
  background-color: #29A1CE;
  text-align: center;
  font-size: 1rem;
  padding: 4px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  max-width: 127px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .charge-blk-about-blk-point .m-pint {
    font-size: 0.9rem;
  }
}
.charge-blk-about-numinput-ttl {
  font-size: 1.4rem;
  font-weight: 500;
}
.charge-blk-about-numinput-ttl span.required {
  color: #fff;
  background-color: #eb3698;
  border-radius: 30px;
  padding: 3px 10px;
  margin-left: 30px;
  font-size: 0.9rem;
}
.charge-blk-about-numinput input {
  width: 100%;
  height: 46px;
  background-color: #fafafa;
  color: #666;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 13px 15px;
  margin: 13px 0 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}
.charge-blk-about-bntflex {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding: 0 0 100px;
}
.charge-blk-about-bntflex a {
  max-width: 125px;
  border-radius: 49px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.charge-blk-about-bntflex a.cancel {
  background-color: #8d8d8d;
  border: 2px solid #8d8d8d;
}

.assignment .charge-blk-point {
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  .assignment .charge-blk-point {
    margin: 20px 0 0;
    border: none;
    row-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .assignment .charge-blk-point .charge-blk-point-match {
    border-bottom: 2px solid #29a1ce;
    width: 100%;
    justify-content: center;
    padding: 0 0 18px;
  }
}
.assignment .charge-blk-point .under-chenge-title {
  /*
  margin: 13px 0 0;
  */
  width: 100%;
}
@media screen and (max-width: 767px) {
  .assignment .charge-blk-point .under-chenge-title {
    margin: 0;
  }
}
.assignment .charge-blk-point .under-chenge-title .under-chenge-title-list {
  margin: 36px 0 0;
}
@media screen and (max-width: 767px) {
  .assignment .charge-blk-point .under-chenge-title .under-chenge-title-list {
    justify-content: center;
    margin: 15px 0 0;
  }
}
.assignment .assignment-container {
  max-width: 345px;
  width: 100%;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .assignment .assignment-container {
    margin: 40px auto;
  }
}
.assignment .assignment-container .assignment-blk-form .form-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.assignment .assignment-container .assignment-blk-form .form-ttl .required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 16px;
  font-size: 1rem;
  border-radius: 10px;
  background-color: #eb3698;
  color: #fff;
}
.assignment .assignment-container .assignment-blk-form .form-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin: 15px 0 0;
}
.assignment .assignment-container .assignment-blk-form .form-wrap input {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  max-width: 250px;
  width: 100%;
  height: 46px;
  background-color: #fafafa;
  color: #666;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 13px 15px;
}
.assignment .assignment-container .assignment-blk-form .form-wrap .form-btn {
  display: flex;
  width: 86px;
  height: 49px;
  background-color: #797979;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 8px;
}
.assignment .assignment-container .assignment-blk-form-txt {
  margin: 23px 0 0;
}
.assignment .assignment-container .assignment-blk-form-txt .send-ttl {
  font-size: 1.6rem;
  font-weight: 500;
}
.assignment .assignment-container .assignment-blk-form-txt .send-name {
  font-size: 1.4rem;
  margin: 16px 0 0 15px;
  color: #969696;
}
.assignment .assignment-container .assignment-blk-form-point {
  margin: 40px 0 0;
}
.assignment .assignment-container .assignment-blk-form-point .point-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.assignment .assignment-container .assignment-blk-form-point .point-ttl .required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 16px;
  font-size: 1rem;
  border-radius: 10px;
  background-color: #eb3698;
  color: #fff;
}
.assignment .assignment-container .assignment-blk-form-point input {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  max-width: 345px;
  width: 100%;
  height: 46px;
  background-color: #fafafa;
  color: #666;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 13px 15px;
  margin: 13px 0 0;
}
.assignment .assignment-container .assignment-blk-about-bntflex {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding: 0 0 100px;
  margin: 55px 0 0;
}
@media screen and (max-width: 767px) {
  .assignment .assignment-container .assignment-blk-about-bntflex {
    padding: 0 0 10px;
  }
}
.assignment .assignment-container .assignment-blk-about-bntflex a {
  max-width: 125px;
  border-radius: 49px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.assignment .assignment-container .assignment-blk-about-bntflex a.cancel {
  background-color: #8d8d8d;
  border: 2px solid #8d8d8d;
}
.assignment .assignment-container .assignment-blk-about-bntflex a.cancel:hover {
  background-color: #fff;
  color: #8d8d8d;
}

.profile-conf .inner {
  position: relative;
}
.profile-conf .inner.profile {
  padding: 0;
}
.profile-conf .under-title.mypage .blue-btn {
  font-size: 1.5rem;
  max-width: 150px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .profile-conf .under-title.mypage .blue-btn {
    font-size: 1.2rem;
    max-width: 110px;
    padding: 7px 0;
    margin: 0 10px 20px auto;
  }
}
.profile-conf-blk {
  margin: 50px 0 7%;
}
.profile-conf-blk-ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.profile-conf-blk .text-input.search {
  max-width: 345px;
  margin-bottom: 40px;
}
.profile-conf-blk-recently {
  margin-top: 20px;
}
.profile-conf-blk-recently.off {
  display: none;
}
.profile-conf-blk-btnlist {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .profile-conf-blk-btnlist {
    padding: 0 5%;
  }
}
.profile-conf-blk-btnlist-blk {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 767px) {
  .profile-conf-blk-btnlist-blk {
    flex-wrap: wrap;
  }
}
.profile-conf-blk-btnlist-blk li {
  color: #989898;
  border: 1px solid #A0A0A0;
  background-color: #EAEAEA;
  padding: 3px 7px;
  border-radius: 5px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .profile-conf-blk-btnlist-blk li {
    padding: 3px 18px;
  }
}
.profile-conf-blk-btnlist-blk li a {
  color: #989898;
  font-size: 1.4rem;
}
.profile-conf-blk-btnlist-blk li.active {
  background-color: #AB852D;
  border: 1px solid #AB852D;
}
.profile-conf-blk-btnlist-blk li.active a {
  color: #fff;
  pointer-events: none;
}
.profile-conf-blk-form {
  max-width: 470px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .profile-conf-blk-form {
    margin-bottom: 80px;
  }
}
.profile-conf-blk-form-hash-ttl {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.profile-conf-blk-form .text-input {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profile-conf-blk-form .text-input {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .profile-conf-blk-form .text-input label {
    font-size: 1.3rem;
  }
}
.profile-conf-blk-form .text-input input[type=text] {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .profile-conf-blk-form .text-input input[type=text] {
    font-size: 1.3rem;
  }
}
.profile-conf-blk-form .text-input.limit input[type=text] {
  width: 60px;
}
.profile-conf-blk-form-pref-btn {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  position: relative;
  padding: 23px 19px;
  cursor: pointer;
}
.profile-conf-blk-form-pref-btn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  top: 50%;
  right: 19px;
  transform: rotate(45deg);
}
.profile-conf-blk-form-pref-btn-txt {
  font-size: 1.6rem;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .profile-conf-blk-form-pref-btn-txt {
    width: 26%;
    font-size: 1.3rem;
    margin-right: 10px;
  }
}
.profile-conf-blk-form-pref-btn-txt .req {
  font-weight: 500;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
.profile-conf-blk-form-pref-btn-txt .req::before {
  position: absolute;
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.profile-conf-blk-form-pref-btn-list li {
  font-size: 1.6rem;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .profile-conf-blk-form-pref-btn-list li {
    font-size: 1.3rem;
  }
}
.profile-conf-blk-form .select-wrap select {
  width: 230px;
}
.profile-conf-blk-form > div + div {
  margin-top: 12px;
}
.profile-conf-blk .miniblog-blk-form-hash-list-li {
  font-size: 1.6rem;
  color: #29A1CE;
  margin-bottom: 10px;
}
.profile-conf-submitblk {
  position: fixed;
  max-width: 852.5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  background-color: rgba(255, 254, 254, 0.8);
}
@media screen and (max-width: 767px) {
  .profile-conf-submitblk {
    bottom: 62px;
    margin-left: -4%;
  }
}
.profile-conf-submitblk-list {
  max-width: 55%;
  width: 100%;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .profile-conf-submitblk-list {
    width: 92%;
    max-width: 100%;
  }
}
.profile-conf-submitblk-list li {
  width: 48%;
  text-align: center;
}
.profile-conf-submitblk-list-resetbnt {
  text-align: center;
  font-size: 1.4rem;
  color: #29A1CE;
  max-width: 245px;
  width: 100%;
  padding: 8px;
  font-weight: bold;
}
.profile-conf-submitblk-list-submit {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 30px;
  background-color: #29A1CE;
  font-size: 1.4rem;
  max-width: 245px;
  width: 100%;
  font-weight: bold;
  padding: 8px;
}
.profile-conf-submitblk-list-submit span {
  display: block;
  font-size: 0.9rem;
}
.profile-conf-result-tab {
  margin-bottom: 1rem;
}
.profile-conf-result-tab-list {
  position: relative;
  display: flex;
}
.profile-conf-result-tab-list:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #d8d8d8;
  bottom: 0;
  z-index: -1;
}
.profile-conf-result-tab-list .link-btn {
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 2rem 0;
  margin-right: 2rem;
}
.profile-conf-result-tab-list .link-btn:nth-child(n+2) {
  padding: 0 0 2rem 0;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .profile-conf-result-tab-list .link-btn {
    padding: 0 0 1rem 0;
    margin-right: 1rem;
  }
  .profile-conf-result-tab-list .link-btn:nth-child(n+2) {
    padding: 0 0 1rem 0;
    margin-left: 1rem;
  }
}
.profile-conf-result-tab-list .link-btn.active {
  border-bottom: 2px solid #29a1ce;
}
@media screen and (max-width: 767px) {
  .profile-conf-result-blk {
    margin-bottom: 75px;
  }
}
.profile-conf-result-blk-number {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
}
.profile-conf-result-blk-number h3 {
  font-size: 1.6rem;
}
.profile-conf-result-blk-number h3 span {
  color: #C0A361;
  font-size: 2.5rem;
  margin-right: 10px;
}
.profile-conf-result-blk-number .blue-link {
  max-width: 124px;
  font-size: 1.4rem;
  margin: initial;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .profile-conf-result-blk-number .blue-link {
    margin-left: 0;
  }
}
.profile-conf-more-btn {
  max-width: 852.5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .profile-conf-more-btn {
    max-width: 100%;
    bottom: 63px;
  }
}
.profile-conf-more-btn-list {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .profile-conf-more-btn-list {
    padding: 20px 4%;
  }
}
.profile-conf-more-btn-list li {
  width: 47%;
}
.profile-conf-more-btn-list li:first-of-type a {
  background: #C0A361;
}
.profile-conf-more-btn-list li:last-of-type a {
  background: #29a1ce;
}
.profile-conf-more-btn-list a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  border-radius: 30px;
}
.profile-conf-profileblk-bkimg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
  border-bottom: 25px solid #FFBFBF;
  margin-top: 25px;
  position: relative;
}
.profile-conf-profileblk-bkimg .user_img {
  position: absolute;
  bottom: -17px;
  left: 2%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-bkimg .user_img {
    bottom: initial;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-bkimg {
    margin: 0;
    border-bottom: 575px solid #FFBFBF;
  }
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-bkimg.no-slider {
    border-bottom: 220px solid #FFBFBF;
  }
}
.profile-conf-profileblk-bkimg .cover {
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-conf-profileblk-bkimg .dotte {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  cursor: pointer;
  max-width: 7%;
  width: 100%;
  background-color: #707070;
  border-radius: 50%;
  color: #fff;
  letter-spacing: -2px;
  width: 35px;
  height: 33px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-bkimg .dotte {
    width: 30px;
    height: 30px;
    max-width: 100%;
  }
}
.profile-conf-profileblk-bkimg .dotte img {
  width: 70%;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-bkimg .dotte img {
    margin-bottom: 1px;
  }
}
.profile-conf-profileblk-profile {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 95%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile {
    display: block;
    width: 90%;
    margin: 0px auto 25px;
  }
}
.profile-conf-profileblk-profile-slider {
  /*
  max-width: 243px;
  */
  width: 100%;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-slider {
    max-width: 100%;
  }
}
.profile-conf-profileblk-profile-slider-wrap {
  margin-inline: auto;
  position: relative;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-slider-wrap {
    padding: 0 5%;
    margin-top: -460px;
  }
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-slider-wrap.no-slider {
    display: none;
  }
}
.profile-conf-profileblk-profile-slider-wrap .swiper-button-prev {
  left: -15px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-slider-wrap .swiper-button-prev {
    left: 3px;
  }
}
.profile-conf-profileblk-profile-slider-wrap .swiper-button-next {
  right: -15px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-slider-wrap .swiper-button-next {
    right: 3px;
  }
}
.profile-conf-profileblk-profile-slider-wrap .swiper-button-prev,
.profile-conf-profileblk-profile-slider-wrap .swiper-button-next {
  height: 30px;
  width: 30px;
}
.profile-conf-profileblk-profile-slider-wrap .swiper-button-prev::after,
.profile-conf-profileblk-profile-slider-wrap .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
}
.profile-conf-profileblk-profile-slider-wrap .swiper-button-prev::after {
  background-image: url(/um/_assets/img/search/slider_btn.png);
}
.profile-conf-profileblk-profile-slider-wrap .swiper-button-next::after {
  background-image: url(/um/_assets/img/search/slider_btn.png);
  transform: scale(-1, 1);
}
.profile-conf-profileblk-profile-slider-content {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-slider-content {
    max-width: 100%;
  }
}
.profile-conf-profileblk-profile-slider-content .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  height: 257px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-slider-content .swiper-slide img {
    height: 332px;
    margin-bottom: 10px;
  }
}
.profile-conf-profileblk-profile-msg {
  width: 100%;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-msg {
    padding: 0 5%;
    position: relative;
    z-index: 1;
    margin-top: 110px;
  }
}
.profile-conf-profileblk-profile-msg h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
.profile-conf-profileblk-profile-msg p {
  border: 1px solid #707070;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 30px;
  max-height: 251px;
  overflow-y: scroll;
}
.profile-conf-profileblk-profile-msg p::-webkit-scrollbar {
  width: 15px;
}
.profile-conf-profileblk-profile-msg p::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
}
.profile-conf-profileblk-profile-msg p::-webkit-scrollbar-thumb {
  border-radius: 30px;
  padding-top: 60px;
  background: #eee;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-staus {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.profile-conf-profileblk-profile-staus-name {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 7px 0;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-staus-name {
    position: relative;
    width: 80%;
  }
}
.profile-conf-profileblk-profile-staus-name h2 {
  font-size: 1.9em;
  /*
  max-width: 70%;
  width: 100%;
  */
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-staus-name h2 {
    font-size: 2rem;
    max-width: 100%;
  }
}
.profile-conf-profileblk-profile-staus-name .icon_star {
  max-width: 38px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-staus-name .icon_star {
    max-width: 50px;
    position: absolute;
    content: "";
    top: -450px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-staus-name .icon_star.good-icon {
    max-width: 44px;
    right: -119px;
  }
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-staus-name .icon_star.favorite-icon {
    right: -174px;
  }
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-staus-name .icon_star.no-slider {
    top: -79px;
  }
}
.profile-conf-profileblk-profile-staus-number {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-staus-number {
    z-index: 1;
    position: relative;
    width: 20%;
    justify-content: flex-end;
  }
}
.profile-conf-profileblk-profile-staus-number svg {
  margin-right: 10px;
}
.profile-conf-profileblk-profile-staus-number span {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-staus-number span {
    font-size: 1.4rem;
  }
}
.profile-conf-profileblk-profile-staus .acces-time {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-staus .acces-time {
    width: 100%;
  }
}
.profile-conf-profileblk-tbl {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-tbl {
    padding: 0 5%;
  }
}
.profile-conf-profileblk-tbl dl {
  margin-bottom: 10px;
}
.profile-conf-profileblk-tbl dl dt {
  font-size: 2rem;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
  color: #29A1CE;
}
.profile-conf-profileblk-tbl dl dd {
  padding: 10px 0;
  font-size: 2rem;
}
.profile-conf-profileblk-hash {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-hash {
    padding: 0 5%;
  }
}
.profile-conf-profileblk-hash h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
.profile-conf-profileblk-hash ul {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  flex-wrap: wrap;
}
.profile-conf-profileblk-hash ul li {
  font-size: 2rem;
  line-height: 1.3;
}
.profile-conf-profileblk-hash ul li a {
  color: #29a1ce;
}
.profile-conf-profileblk-links {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-links {
    padding: 0 5%;
  }
}
.profile-conf-profileblk-links h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
.profile-conf-profileblk-links ul {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  flex-wrap: wrap;
}
.profile-conf-profileblk-links ul li {
  font-size: 2rem;
  line-height: 1.3;
}
.profile-conf-profileblk-links ul li a {
  color: #666;
}
.profile-conf-profileblk-miniblog {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-miniblog {
    padding: 0 5%;
  }
}
.profile-conf-profileblk-miniblog-ttl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  padding-bottom: 10px;
  align-items: center;
}
.profile-conf-profileblk-miniblog-ttl h3 {
  font-size: 2.4rem;
  padding: 10px 0;
}
.profile-conf-profileblk-miniblog-ttl .blue-link {
  max-width: 190px;
  margin: initial;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-miniblog-ttl .blue-link {
    font-size: 1.4rem;
    max-width: 125px;
    padding: 8.5px 0;
  }
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-miniblog .miniblog-thumbnail.noimage img {
    height: 115px !important;
  }
}
.profile-conf-profileblk-similar {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-similar {
    padding: 0 5%;
  }
}
.profile-conf-profileblk-similar-ttl {
  margin-bottom: 20px;
}
.profile-conf-profileblk-similar-ttl h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.profile-conf-profileblk .btm-btnlist {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  bottom: 64px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
.profile-conf-profileblk .btm-btnlist-blk {
  display: flex;
  justify-content: space-between;
  width: 120px;
  margin: auto;
}
.profile-conf-profileblk .btm-btnlist-blk .icon_star {
  max-width: 51px;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk .btm-btnlist-blk .icon_star {
    max-width: 45px;
  }
}

@media screen and (min-width: 768px) {
  .mail-wrap.setting {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .mail-wrap.setting .text-input {
    padding: 28px 9px;
  }
  .mail-wrap.setting .text-input label {
    font-size: 1.5rem;
    width: 68%;
  }
}
@media screen and (min-width: 768px) {
  .mail .checkbox_list.icon-list {
    width: 70%;
    margin: auto;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .mail .checkbox_list.icon-list {
    margin-bottom: 40px;
  }
}

.setting-faq-h3 {
  font-size: 2rem;
  margin-left: -1rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.setting-faq-h3:not(:first-child) {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .settingWelfare {
    width: 70%;
    margin: auto;
  }
}

.welfare {
  margin: 5% 0 0;
}
.welfare .under-chenge-title-list {
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.welfare .under-chenge-title-list li {
  width: 100%;
  text-align: center;
}
.welfare .under-chenge-title-list li .link-btn {
  font-size: 18px;
}
.welfare .under-chenge-title-list li .link-btn.active {
  color: #29A1CE;
  border-bottom: 2px solid #29A1CE;
}
.welfare .section-service .blue-btn {
  font-size: 1.3rem;
  padding: 8px 15px;
  text-align: center;
  margin-left: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 2rem;
}
.welfare .service_item {
  border-bottom: 1px solid #ccc;
  padding: 3rem 0;
}
.welfare .service_link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  position: relative;
}
.welfare .service_link.arrow::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow_right_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.5px;
  height: 14px;
  top: 50%;
  right: 14.5px;
  transform: translateY(-50%);
}
.welfare .service_img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.welfare .service_name {
  font-size: 16px;
  font-weight: bold;
  padding-right: 35px;
}
.welfare .service_price {
  font-size: 14px;
  margin-bottom: 3px;
}
.welfare .service_entertainment {
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  background: #E4F0F4;
  display: inline-block;
}
.welfare .service_sort {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 30px;
}
.welfare .service_p {
  font-size: 14px;
  margin-bottom: 5px;
}
.welfare .service_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.welfare .service_content {
  font-size: 12px;
}
.welfare .service_edit {
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  padding-right: 1.5rem;
}
.welfare .service_edit::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow_right_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.5px;
  height: 12px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.welfareEdit {
  margin-bottom: 80px;
}
.welfareEdit_ttl {
  font-size: 18px;
  font-weight: 500;
}
.welfareEdit_ttl .req {
  position: relative;
}
.welfareEdit_ttl .req::after {
  content: "*";
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.welfareEdit_ttl .small {
  font-size: 12px;
  margin-left: 10px;
}
.welfareEdit_txt {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .welfareEdit_txt {
    font-size: 14px;
  }
}
.welfareEdit .form-error .error-txt {
  padding: 18px 0 0 0;
}
@media screen and (max-width: 767px) {
  .welfareEdit .miniblog-blk-form-gallery {
    margin: 10px 0 0 0;
  }
}
.welfareEdit .miniblog-blk-form-hash-form-addbtn {
  height: 54px;
  width: 96px;
  padding: 0;
  border-radius: 12px;
}
.welfareEdit_main {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .welfareEdit_main {
    margin-top: 10px;
  }
}
.welfareEdit_main .miniblog-blk-form-gallery-blk {
  max-width: 343px;
  max-height: 343px;
}
@media screen and (max-width: 767px) {
  .welfareEdit_main .miniblog-blk-form-gallery-blk {
    max-width: 343px;
    max-height: 343px;
  }
}
.welfareEdit_main .miniblog-blk-form-gallery-blk .image-preview {
  width: 343px;
  height: 343px;
}
@media screen and (max-width: 767px) {
  .welfareEdit_main .miniblog-blk-form-gallery-blk .image-preview {
    max-width: 343px;
    max-height: 343px;
  }
}
.welfareEdit_main .miniblog-blk-form-gallery-blk label span {
  max-width: 343px;
  max-height: 343px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .welfareEdit_main .miniblog-blk-form-gallery-blk label span {
    max-width: 343px;
    max-height: 343px;
  }
}
.welfareEdit_main .miniblog-blk-form-gallery-blk label span img {
  width: 55px;
  height: 52px;
}
.welfareEdit .formatWrap {
  display: flex;
  gap: 10px;
  font-size: 16px;
  background-color: #EFEFEF;
  border-radius: 0.25em;
  padding: 0.25em;
  margin-top: 10px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .welfareEdit .formatWrap {
    width: 100%;
  }
}
.welfareEdit .formatWrap_select {
  padding: 0.5em;
  flex-grow: 1;
}
.welfareEdit .formatWrap .btnCommit {
  padding: 0.5em;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.welfareEdit .text-input {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .welfareEdit .text-input {
    margin-top: 10px;
  }
}
.welfareEdit .textarea-input textarea {
  height: 269px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .welfareEdit .textarea-input textarea {
    margin-top: 10px;
  }
}
.welfareEdit .saerch-blk-form-pref-btn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .welfareEdit .saerch-blk-form-pref-btn {
    margin-top: 10px;
  }
}
.welfareEdit #optionsList_activity,
.welfareEdit #optionsList_prefecture,
.welfareEdit #optionsList_method {
  font-size: 14px;
}
.welfareEdit .miniblog-blk-form-hash-form {
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .welfareEdit .miniblog-blk-form-hash-form {
    margin-top: 10px;
  }
}
.welfareEdit .miniblog-blk-form-hash-form .text-input {
  margin-top: 0;
}
.welfareEdit .miniblog-blk-form-hash-list a {
  color: #29A1CE;
}
.welfareEdit .under-flex {
  margin-top: 40px;
  width: 100% !important;
  justify-content: center !important;
}
@media screen and (max-width: 767px) {
  .welfareEdit .under-flex {
    margin-top: 30px;
    gap: 10px;
    justify-content: space-between !important;
  }
}
.welfareEdit .under-flex .btn-flex {
  display: flex;
  gap: 10px;
}
.welfareEdit .under-flex .btn-flex .blue-btn,
.welfareEdit .under-flex .btn-flex .red-btn {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .welfareEdit .under-flex .btn-flex .blue-btn,
  .welfareEdit .under-flex .btn-flex .red-btn {
    width: 110px;
    font-size: 12px;
    padding: 8px 16px;
    height: 32px;
  }
}
.welfareEdit .under-title .white-btn {
  text-align: center !important;
  padding: 9px 0 7px 4px !important;
}
.welfareEdit .postWrap .under-flex {
  justify-content: center !important;
  gap: 20px;
}
.welfareEdit .postWrap .btnWhite {
  background: white;
  color: #666;
  border: 2px solid white;
}
.welfareEdit .postWrap .btnRed {
  border: 2px solid #FD3D3D;
  background: #FD3D3D;
  color: #fff;
  border-radius: 25px;
}
.welfareEdit .postWrap .btnPost {
  width: 120px;
  height: 34px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .welfareEdit .postWrap .btnPost {
    font-size: 12px;
  }
}
.welfareEdit .postWrap .btnPost.w112 {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .welfareEdit .postWrap .btnPost.w112 {
    width: 112px;
  }
}

.welfareDetail {
  margin-bottom: 80px;
}
.welfareDetail .swiper-box {
  position: relative;
  padding-bottom: 30px;
}
.welfareDetail .swiper-box .swiper-pagination-bullets {
  top: 360px;
}
@media screen and (max-width: 767px) {
  .welfareDetail .swiper-box .swiper-pagination-bullets {
    bottom: 0;
    top: initial;
  }
}
.welfareDetail .swiper-box .swiper-pagination-bullet-active {
  background-color: #969696;
}
.welfareDetail .posts-list-blk-slider {
  height: 345px;
  width: 345px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .welfareDetail .posts-list-blk-slider {
    height: 345px;
    width: 100%;
    padding-bottom: 0;
    aspect-ratio: 1;
  }
}
.welfareDetail .posts-list-blk-slider img {
  -o-object-fit: cover;
     object-fit: cover;
}
.welfareDetail_flex {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .welfareDetail_flex {
    display: block;
  }
}
.welfareDetail_edit {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  margin-bottom: 3.5rem;
}
.welfareDetail_edit-btn {
  position: relative;
  color: #666666;
  font-weight: bold;
  font-size: 13px;
  padding-left: 20px;
  display: inline-block;
}
.welfareDetail_edit-btn::before {
  content: "";
  position: absolute;
  background: url(../img/mypage/icon_pen.png) no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .welfareDetail_edit {
    font-size: 13px;
    margin-bottom: 3rem;
  }
}
.welfareDetail_bread {
  margin-bottom: 3.5rem;
}
.welfareDetail_bread a {
  color: #666;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .welfareDetail_bread a {
    font-size: 12px;
    line-height: 1.3;
  }
}
.welfareDetail_bread span {
  font-size: 16px;
  font-weight: 500;
  display: inline;
}
@media screen and (max-width: 767px) {
  .welfareDetail_bread span {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .welfareDetail_bread {
    margin-bottom: 3rem;
  }
}
.welfareDetail-wrap {
  margin-bottom: 6rem;
  max-width: 450px;
  width: 100%;
}
.welfareDetail_times {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .welfareDetail_times {
    margin-top: 20px;
  }
}
.welfareDetail_times-num {
  font-size: 12px;
  flex-shrink: 0;
}
.welfareDetail_times-entertainment {
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  background: #E4F0F4;
}
.welfareDetail_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.welfareDetail_ttl .dotte {
  cursor: pointer;
  width: 100%;
  background-color: #707070;
  border-radius: 50%;
  color: #fff;
  letter-spacing: -2px;
  width: 33px;
  height: 33px;
  text-align: center;
  margin-left: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .welfareDetail_ttl .dotte {
    width: 30px;
    height: 30px;
    max-width: 100%;
  }
}
.welfareDetail_ttl .dotte img {
  width: 70%;
}
.welfareDetail_price {
  font-size: 18px;
}
.welfareDetail_ctx {
  margin-top: 3rem;
}
.welfareDetail_ctx-ttl {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.welfareDetail_ctx-txt {
  font-size: 16px;
}
.welfareDetail_ctx-txt2 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .welfareDetail_ctx-txt2 {
    font-size: 14px;
  }
}
.welfareDetail_ctx-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.welfareDetail_ctx-list p {
  font-size: 16px;
  margin: 0 10px;
}
.welfareDetail_ctx-list-msg {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.2rem 1rem 1.2rem 4.5rem;
  color: white;
  background-color: #d8ad62;
  border-radius: 50px;
  width: 120px;
  flex-shrink: 0;
}
.welfareDetail_ctx-list-msg::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 15px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_talk.png) no-repeat center center;
  background-size: 100%;
  transform: translateY(-50%);
}
.welfareDetail_ctx-list .like-btn {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.9rem 1rem 0.9rem 3.5rem;
  color: #AB852D;
  background-color: white;
  border-radius: 50px;
  width: 120px;
  flex-shrink: 0;
  border: 1px solid #AB852D;
}
.welfareDetail_ctx-list .like-btn::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 27px;
  width: 20px;
  height: 20px;
  background: url(../img/mypage/icon_like_active.png) no-repeat center center;
  background-size: 100%;
  transform: translateY(-50%);
}
.welfareDetail_ctx-img {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .welfareDetail_ctx-img {
    width: 57px;
    height: 57px;
  }
}
.welfareDetail_ctx-hash {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.welfareDetail_ctx-hash li a {
  color: #29A1CE;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .welfareDetail_ctx-hash li a {
    font-size: 14px;
  }
}

.otherReview_h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.otherReview .btnPost {
  font-size: 16px;
  width: 195px;
  margin: 0;
  height: 34px;
}
.otherReview_wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.otherReview_wrap .posts-list-txt p {
  font-size: 14px;
}
.otherReview_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.otherReview_box-time {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
}
.otherReview_box-num {
  font-size: 12px;
  flex-shrink: 0;
}
.otherReview_box-name {
  font-size: 12px;
}
.otherReview_ttl {
  font-size: 16px;
  font-weight: bold;
}
.otherReview .dotte {
  cursor: pointer;
  max-width: 7%;
  width: 100%;
  background-color: #707070;
  border-radius: 50%;
  color: #fff;
  letter-spacing: -2px;
  width: 33px;
  height: 33px;
  text-align: center;
  margin-left: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .otherReview .dotte {
    width: 30px;
    height: 30px;
    max-width: 100%;
  }
}
.otherReview .dotte img {
  width: 70%;
}
.otherReview .more {
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #29A1CE;
  position: relative;
  display: inline-block;
  padding-right: 23px;
}
.otherReview .more::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 4;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8E8E8D;
  border-right: 2px solid #8E8E8D;
  transform: rotate(135deg);
}
.otherReview_img {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .otherReview_img li {
    flex-basis: calc(33.3333333333% - 6.6666666667px);
  }
}
.otherReview_img img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .otherReview_img img {
    width: 270px;
    aspect-ratio: 1/1;
    height: initial;
  }
}

.service-terms .terms-blk-ttl {
  font-size: 20px;
}
.service-terms .setting-rules-blk-txt {
  padding: 0;
}
.service-terms .setting-rules-blk-txt-red {
  font-weight: bold;
}
.service-terms .terms-blk-btnlist .wthite {
  margin-bottom: 10px;
}

.welfare-swiper {
  margin: 18px 0 0;
}
.welfare-swiper .welfare-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 15px;
}
.welfare-swiper .txt-wrap {
  margin-top: 10px;
}
.welfare-swiper .txt-wrap .name {
  font-size: 12px;
  font-weight: bold;
}
.welfare-swiper .txt-wrap .price {
  font-size: 13px;
  margin: 5px 0;
}
.welfare-swiper .txt-wrap .ent {
  background: #E4F0F4;
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .community-area.mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .welfareOver {
    margin-bottom: 50px;
  }
}
.welfareOver_wrap {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .welfareOver_wrap {
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.welfareOver_list {
  width: 198px;
}
@media screen and (max-width: 767px) {
  .welfareOver_list {
    width: calc(50% - 10px);
    aspect-ratio: 1/1;
  }
}
.welfareOver_list .welfare-pic {
  width: 198px;
  height: 198px;
}
.welfareOver_list .welfare-pic img {
  border-radius: 15px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .welfareOver_list .welfare-pic {
    width: 100%;
    height: initial;
  }
  .welfareOver_list .welfare-pic img {
    width: 100%;
    height: initial;
    aspect-ratio: 1/1;
  }
}
.welfareOver_list .txt-wrap {
  margin-top: 10px;
}
.welfareOver_list .txt-wrap .name {
  font-size: 12px;
  font-weight: bold;
}
.welfareOver_list .txt-wrap .price {
  font-size: 13px;
  margin: 5px 0;
}
.welfareOver_list .txt-wrap .ent {
  background: #E4F0F4;
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  display: inline-block;
}

.btnPost {
  font-size: 1.3rem;
  height: 34px;
  margin: 0;
  background: #29A1CE;
  color: white;
  font-weight: bold;
  border: 2px solid #29A1CE;
  border-radius: 20px;
  width: 164px;
}
.btnPost.btnLink {
  line-height: 30px;
  text-align: center;
}

.mt20 {
  margin-top: 20px;
}

.topPage {
  margin-bottom: 120px;
}
.topPage_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 25px 0;
}
.topPage_wrap .order-select-box {
  margin-top: 0;
}
.topPage_wrap .order-select-box select {
  height: 34px;
  width: 170px;
}
.topPage_txt {
  font-size: 14px;
  margin-bottom: 10px;
}
.topPage_result {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.topPage_result span {
  font-size: 16px;
  color: #C0A361;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .topPage .saerch-more-btn {
    left: 0;
  }
}
.topPage .saerch-more-btn .saerch-more-btn-list {
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.use-modal .welfareEdit_ttl {
  font-size: 16px;
}
.use-modal textarea {
  font-size: 14px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .use-modal textarea {
    font-size: 1.6rem;
  }
}

.welfareBtn {
  background: #D95F5F;
  border-radius: 6px;
  display: inline-block;
  width: 231px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-top: 10px;
}
.welfareBtn span {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  color: white;
  padding-left: 25px;
}
.welfareBtn span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../img/common/icon_welfare_white.png) no-repeat center center;
  background-size: cover;
  width: 20.13px;
  height: 18.31px;
}

.modal-pref-list.modal-radio label {
  width: 100%;
}

.resetBtn {
  color: #29A1CE;
  font-size: 1.7rem;
  font-weight: bold;
  max-width: 200px;
}

.modal-radio input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.modal-radio input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 3px solid #29A1CE;
  border-left: 3px solid #29A1CE;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  top: -7px;
  left: 10px;
}
.modal-radio input[type=radio]:checked::after {
  opacity: 1;
}

.matching-blk {
  margin: 5% 0 0;
}
@media screen and (max-width: 767px) {
  .matching-blk .under-chenge-title-list {
    justify-content: center;
  }
}
.matching-blk .under-chenge-title-list li {
  position: relative;
}
.matching-blk .under-chenge-title-list li .link-btn.active {
  color: #AB852D;
  border-bottom: 2px solid #AB852D;
}
.matching-blk .section-user {
  margin-top: 30px;
}
.matching-blk .section-user .user {
  position: relative;
  background: #f5f5f4;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .matching-blk .section-user .user:before, .matching-blk .section-user .user:after {
    position: absolute;
    content: "";
    background: #f5f5f4;
    width: 4%;
    height: calc(100% + 1px);
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .matching-blk .section-user .user:before {
    left: -4%;
  }
}
@media screen and (max-width: 767px) {
  .matching-blk .section-user .user:after {
    right: -4%;
  }
}
.matching-blk .section-user .user .user_img {
  min-width: 157px;
}
@media screen and (max-width: 767px) {
  .matching-blk .section-user .user .user_img {
    min-width: 103px;
    width: 103px;
    height: 103px;
  }
}
.matching-blk .section-user .user .user_time {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .matching-blk .section-user .user .user_time p {
    font-size: 1.1rem;
  }
}
.matching-blk .section-user .user.active {
  background: none;
}
@media screen and (max-width: 767px) {
  .matching-blk .section-user .user.active:before, .matching-blk .section-user .user.active:after {
    display: none;
  }
}
.matching-blk-complete {
  width: 100%;
  background-image: url(/um/_assets/img/matching/cmp_bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.matching-blk-complete-ttlimg {
  width: 80%;
  max-width: 460px;
  text-align: center;
  display: block;
  margin: auto;
  padding: 20% 0 2%;
}
@media screen and (max-width: 767px) {
  .matching-blk-complete-ttlimg {
    padding: 35% 0 8%;
  }
}
.matching-blk-complete-blk {
  display: flex;
  align-items: center;
  max-width: 470px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .matching-blk-complete-blk {
    width: 90%;
  }
}
.matching-blk-complete-blk li img {
  border: 3px solid #FEBFBF;
  border-radius: 50%;
  width: 187px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .matching-blk-complete-blk li img {
    height: 112px;
  }
}
.matching-blk-complete-blk li.icon_hand img {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
.matching-blk-complete-blk li:nth-child(2) {
  margin: 0 5%;
}
.matching-blk-complete-msg {
  text-align: center;
  font-size: 3.4rem;
  margin: 20px 0 40px;
  font-weight: bold;
  color: #d8ad62;
}
@media screen and (max-width: 767px) {
  .matching-blk-complete-msg {
    font-size: 2.6rem;
  }
}
.matching-blk-complete-btn {
  padding-bottom: 20%;
}
@media screen and (max-width: 767px) {
  .matching-blk-complete-btn {
    padding-bottom: 55%;
  }
}
.matching-blk-complete-btn .talk_txt {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 2rem 3rem 2rem 4.5rem;
  color: white;
  background-color: #d8ad62;
  border-radius: 50px;
  position: relative;
  max-width: 410px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .matching-blk-complete-btn .talk_txt {
    max-width: 80%;
    font-size: 1.8rem;
  }
}
.matching-blk-complete-btn .talk_txt::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 15px;
  width: 41px;
  height: 38px;
  background: url(../img/common/icon_talk.png) no-repeat center center;
  background-size: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .matching-blk-complete-btn .talk_txt::before {
    width: 29px;
    height: 30px;
  }
}

.miniblog .under-title {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .miniblog .under-title {
    flex-wrap: wrap;
  }
}
.miniblog .under-title .under-flex {
  display: flex;
  justify-content: right;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .miniblog .under-title .under-flex {
    width: 100%;
  }
}
.miniblog .under-title .btn {
  max-width: 150px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 7px 4px;
  height: 39px;
}
@media screen and (max-width: 767px) {
  .miniblog .under-title .btn {
    max-width: 110px;
    font-size: 1.2rem;
    height: 29px;
    padding: 7px 0 7px 4px;
  }
}
.miniblog .under-title .white-btn {
  color: #666;
}
@media screen and (max-width: 767px) {
  .miniblog .under-title .white-btn {
    text-align: left;
  }
}
.miniblog .under-title .red-btn {
  border: 2px solid #FD3D3D;
  background: #FD3D3D;
  color: #fff;
  border-radius: 25px;
}
.miniblog .under-title .red-btn:hover {
  background: #fff;
  color: #FD3D3D;
  opacity: 1;
}
.miniblog .under-title .cancel-btn {
  border: 2px solid #fff;
  border-radius: 25px;
}
.miniblog .under-title .cancel-btn:hover {
  opacity: 1;
}
.miniblog .under-title .draft-btn {
  border: 2px solid #fff;
  color: #29a1ce;
}
.miniblog .under-title .draft-btn:hover {
  opacity: 1;
}
.miniblog .under-title .blue-btn {
  max-width: 150px;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  padding: 10px 0 7px 4px;
  height: 39px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .miniblog .under-title .blue-btn {
    font-size: 1.3rem;
    height: initial;
    padding: 8px 15px;
    width: initial;
  }
}
.miniblog .under-title .blue-btn:hover::before {
  background: url(/um/_assets/img/miniblog/icon_postadd_blue.png);
}
@media screen and (max-width: 767px) {
  .miniblog .order-select-box {
    text-align: right;
  }
}
.miniblog-blk {
  margin: 5% 0 0;
}
@media screen and (max-width: 767px) {
  .miniblog-blk {
    margin: 5% 0 100px;
  }
}
.miniblog-blk-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2.9%;
       column-gap: 2.9%;
  row-gap: 45px;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.miniblog-blk-list-nickname {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.miniblog-blk-list-nickname-iconimg {
  max-width: 42px;
  max-height: 42px;
  margin-right: 10px;
}
.miniblog-blk-list-nickname-iconimg img {
  width: 42px;
  min-width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #29A1CE;
}
.miniblog-blk-list-nickname-name {
  font-size: 1.4rem;
}
.miniblog-blk-list-ttl {
  display: flex;
  margin-top: 5px;
}
.miniblog-blk-list-ttl .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-list-ttl .date {
    font-size: 1.2rem;
  }
}
.miniblog-blk-list .miniblog-thumbnail {
  width: 195px;
  height: 245px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-list .miniblog-thumbnail {
    position: relative;
    width: 100%;
  }
}
.miniblog-blk-list .miniblog-thumbnail img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.miniblog-blk-list .miniblog-thumbnail.noimage {
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  height: 245px;
  display: flex;
}
.miniblog-blk-list .miniblog-thumbnail.noimage .noimage-icon {
  aspect-ratio: auto;
  width: 63%;
  height: 121px;
  display: block;
  margin: auto;
  align-self: center;
  border: 3px solid #FEBFBF;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .miniblog-blk-list .miniblog-thumbnail.noimage .noimage-icon {
    height: 104px;
  }
}
.miniblog-blk-list .blogttl {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-list .blogttl {
    font-size: 1.2rem;
  }
}
.miniblog-blk-form {
  margin: 5% 0 0;
  max-width: 583px;
}
.miniblog-blk-form .textarea-input textarea {
  height: 316px;
}
.miniblog-blk-form-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 20px;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.9%;
       column-gap: 2.9%;
  row-gap: 12px;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-form-gallery {
    width: 98%;
    margin: 35px 0 0 0;
  }
}
.miniblog-blk-form-gallery-blk {
  width: 100%;
  height: 100%;
  max-width: 156px;
  max-height: 156px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-form-gallery-blk {
    max-width: 106px;
    max-height: 106px;
  }
}
.miniblog-blk-form-gallery-blk label {
  width: 100%;
  height: 100%;
}
.miniblog-blk-form-gallery-blk label span {
  width: 100%;
  height: 100%;
  max-width: 156px;
  max-height: 156px;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 53px 0;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-form-gallery-blk label span {
    max-width: 106px;
    max-height: 106px;
    padding: 35px 0;
  }
}
.miniblog-blk-form-gallery-blk label span img {
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-form-gallery-blk label span img {
    width: 32px;
    height: 32px;
  }
}
.miniblog-blk-form-gallery-blk input {
  display: none;
}
.miniblog-blk-form-gallery-blk .image-preview {
  position: relative;
  width: 156px;
  height: 156px;
  border: 2px dotted #CCCCCC;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-form-gallery-blk .image-preview {
    max-width: 106px;
    max-height: 106px;
  }
}
.miniblog-blk-form-gallery-blk .image-preview .upload-img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 152px;
  max-height: 152px;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-form-gallery-blk .image-preview .upload-img {
    max-width: 102px;
    max-height: 102px;
  }
}
.miniblog-blk-form-gallery-blk .gallery-blk-close {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 37px;
  height: 38px;
  background: url(/um/_assets/img/common/icon_modal_close.png);
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-form-gallery-blk .gallery-blk-close {
    width: 21px;
    height: 22px;
    top: 3px;
    right: 3px;
  }
}
.miniblog-blk-form-hash {
  margin-top: 50px;
}
.miniblog-blk-form-hash a {
  color: #29A1CE;
}
.miniblog-blk-form-hash-ttl {
  font-size: 2rem;
  margin-bottom: 10px;
}
.miniblog-blk-form-hash-form {
  display: flex;
  align-items: center;
  -moz-column-gap: 1%;
       column-gap: 1%;
  margin-bottom: 20px;
}
.miniblog-blk-form-hash-form .text-input {
  height: 54px;
  padding: 0 9px;
}
.miniblog-blk-form-hash-form .text-input input {
  padding-bottom: 0;
  border-bottom: none;
  height: 54px;
}
.miniblog-blk-form-hash-form-addbtn {
  background-color: #29A1CE;
  color: #fff;
  padding: 15px 20px;
  font-size: 2rem;
  border-radius: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-form-hash-form-addbtn {
    padding: 15px 10px;
    width: 99px;
    text-align: center;
  }
}
.miniblog-blk-form-hash-list {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  width: 100%;
  max-width: 490px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.miniblog-blk-form-hash-list li {
  margin-bottom: 15px;
  font-size: 2rem;
  display: flex;
}
.miniblog-blk-form-hash-list li span {
  cursor: pointer;
  background-color: #939393;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  width: 18px;
  height: 19px;
  font-size: 2rem;
  text-align: center;
  line-height: 18px;
}
.miniblog-blk-form-cancel {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-form-cancel {
    flex-wrap: wrap;
  }
}
.miniblog-blk-form-cancel a {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .miniblog-blk-form-cancel a:nth-child(2) {
    margin-top: 15px;
  }
}

.form-error + .miniblog-blk-form-gallery {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .form-error + .miniblog-blk-form-gallery {
    margin-top: 10px;
  }
}

/* モーダルウィンドウ */
/* キャンセルモーダルを開いたとき */
.modal.active {
  height: 158px;
}

.over-lay.active {
  height: 100%;
}

@keyframes showup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showdown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wrapper-draft {
  display: none;
  position: absolute;
  z-index: 102;
  bottom: 0;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  background: #fff;
  width: 100%;
}
.wrapper-draft.active {
  bottom: 63px;
  display: block;
  animation: showup 0.7s linear 0s;
  height: 85%;
}
.wrapper-draft.deactive {
  animation: showdown 0.7s linear 0s;
}

.modal2 {
  width: 92%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.modal2 a {
  font-size: 1.4rem;
  font-weight: bold;
  width: 5em;
  color: #666;
}
.modal2 h4 {
  text-align: center;
  width: 5em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
}
.modal2 .edit-btn2 {
  text-align: right;
}
.modal2 .edit-btn2.deactive {
  display: none;
  animation: showdown 0.7s linear 0s;
}
.modal2 .editend {
  text-align: right;
  display: none;
}
.modal2 .editend.active {
  display: block;
  animation: showup 0.7s linear 0s;
}

.draft-list li {
  font-size: 1.2rem;
  padding: 10px 0 10px 16px;
  border-bottom: 1px solid #ccc;
}
.draft-list.editable .check {
  position: relative;
  background: #F2F2F2;
  padding: 10px 0 10px 36px;
}
.draft-list.editable .check:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 14.5px;
  background: url(../../_assets/img/miniblog/icon_check.png) no-repeat center center/100%;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.select-all {
  display: none;
  position: absolute;
  width: 92%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  justify-content: space-between;
}
.select-all.active {
  display: flex;
  animation: showup 0.7s linear 0s;
}
.select-all a {
  color: #29a1ce;
  font-size: 1.4rem;
  font-weight: bold;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  box-sizing: border-box;
  z-index: 101;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-container .modal-body {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .modal-container .modal-body {
    width: 85%;
    top: 40%;
  }
}
.modal-container .modal-content {
  border-radius: 15px;
  background: #fff;
  text-align: center;
  padding: 22px 10px;
}
.modal-container .modal-content p {
  color: #DF3D3D;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  header.header-community-search-result {
    background-color: initial;
  }
}
@media screen and (max-width: 767px) {
  header .community-search-icon {
    position: absolute;
    right: 15px;
    top: 50px;
  }
  header .community-search-icon.active {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .reload-icon {
    position: absolute;
    right: 8px;
    top: 10px;
  }
  header .reload-icon.notice {
    top: 12px;
    right: 47px;
  }
  header .reload-icon.notice .off {
    display: inline-block;
    width: 15px;
    margin-left: 10px;
  }
  header .reload-icon picture {
    display: inline-block;
    width: 25px;
  }
}
header .search-sp {
  position: absolute;
  right: -100%;
  transition: 0.4s;
  top: 90px;
  padding-top: 17px;
  width: 100%;
  background: #fff;
  height: 100vh;
}
header .search-sp .text-input {
  width: 100%;
  height: 67px;
  padding: 4px 20px;
  background-color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  header .search-sp .text-input {
    margin-top: 20px;
  }
}
header .search-sp .text-input.search::after {
  width: 25px;
  height: 23px;
}
header .search-sp .text-input input {
  background-color: #fff;
  padding-bottom: 0;
  font-size: 1.5rem;
  width: 88%;
}
@media screen and (max-width: 767px) {
  header .search-sp .text-input input {
    font-size: 1.6rem;
  }
}
header .search-sp.active {
  right: 0;
}

.community-home .under-title {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .community-home .under-title {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
}
.community-home .under-title .under-flex {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .community-home .under-title .under-flex {
    width: 100%;
  }
}
.community-home .under-title .btn {
  max-width: 150px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 7px 4px;
  height: 39px;
}
@media screen and (max-width: 767px) {
  .community-home .under-title .btn {
    max-width: 110px;
    font-size: 1.2rem;
    height: 29px;
    padding: 7px 0 7px 4px;
  }
}
.community-home .under-title .white-btn {
  color: #666;
}
@media screen and (max-width: 767px) {
  .community-home .under-title .white-btn {
    text-align: left;
  }
}
.community-home .under-title .red-btn {
  border: 2px solid #FD3D3D;
  background: #FD3D3D;
  color: #fff;
  border-radius: 25px;
}
.community-home .under-title .red-btn:hover {
  background: #fff;
  color: #FD3D3D;
}
.community-home .under-title .blue-btn {
  max-width: 150px;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  padding: 10px 0 7px 4px;
  height: 39px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .community-home .under-title .blue-btn {
    max-width: 110px;
    font-size: 1.2rem;
    height: 29px;
    padding: 7px 0 7px 4px;
  }
}
.community-home .under-title .blue-btn:hover::before {
  background: url(/um/_assets/img/miniblog/icon_postadd_blue.png);
}
@media screen and (min-width: 768px) {
  .community-home .home-other-link-area {
    margin-top: 40px;
    max-width: 852.5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .community-home .home-other-link-area {
    display: block !important;
    margin-top: 40px;
  }
  .community-home .home-other-link-area.sp-mt0 {
    margin-top: 0;
  }
}
.community-home .home-other-link-area .home-other-link-list {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
.community-home .home-other-link-area .home-other-link-list li {
  width: 50%;
  text-align: center;
}
.community-home .home-other-link-area .home-other-link-list li .link-btn {
  border-bottom: 4px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .community-home .home-other-link-area .home-other-link-list li .link-btn {
    font-size: 1.2rem !important;
  }
}
.community-home .home-other-link-area .home-other-link-list li .link-btn.active {
  border-bottom: 4px solid #29a1ce !important;
}
.community .under-title {
  margin-right: 25px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .community .under-title {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .community .under-title.search-result h3 {
    text-align: left;
  }
}
.community .under-breadcrumb.search-result {
  margin-top: 25px;
}
.community .text-input {
  width: 345px;
  height: 67px;
  padding: 4px 20px;
  background-color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .community .text-input {
    width: 100%;
    margin-top: 20px;
  }
}
.community .text-input.search input {
  background-color: #fff;
  padding-bottom: 0;
  font-size: 1.6rem;
  width: 88%;
}
.community-ttlarea {
  display: flex;
  justify-content: space-between;
}
.community-ttlarea .blue-link {
  width: 162px;
  font-size: 1.2rem;
  margin: 0;
}
.community-ttlarea-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .community-ttlarea-wrap {
    width: 100%;
  }
}
.community-ttlarea-wrap .under-title {
  margin-right: 25px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .community-ttlarea-wrap .under-title {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .community-ttlarea-wrap .under-title .blue-btn {
    font-size: 1.3rem;
    padding: 8px 15px;
    text-align: center;
    margin-left: 0;
    width: initial;
    height: initial;
  }
}
.community-ttlarea-wrap .text-input {
  height: 37px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .community-ttlarea-wrap .text-input {
    margin-top: 0;
  }
}
.community-ttlarea-wrap .text-input.search::after {
  width: 18px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .community-ttlarea-wrap .text-input.search {
    display: none;
  }
}
.community-ttlarea-wrap .text-input input {
  font-size: 1.4rem;
}
.community-blk .communityblk {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .community-blk .communityblk {
    margin: 0 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .community-blk .community-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.community-blk .community-wrapper.top {
  row-gap: 25px;
}
@media screen and (max-width: 767px) {
  .community-blk .community-wrapper.top {
    row-gap: 15px;
  }
}
.community-blk .community-wrapper .community-list .community-pic {
  position: relative;
}
.community-blk .community-wrapper .community-list .community-pic .txt-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: table;
  width: 100%;
  text-align: center;
}
.community-blk .community-wrapper .community-list .community-pic .txt-wrap .name {
  color: #fff;
  font-size: 1.6rem;
}
.community-search-blk {
  margin: 0;
}
.community-search-blk .communityblk {
  margin-top: 0;
}
.community-search-blk .communityblk.category {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .community-search-blk .communityblk.category {
    margin-top: -50px;
  }
}
.community-search-blk-txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .community-search-blk-txt {
    margin-top: 30px;
  }
}
.community-search-blk-txt .search {
  font-size: 1.6rem;
}
.community-search-blk-txt .search .num {
  font-size: 2rem;
  margin-right: 5px;
}
.community-search-blk-txt.select-flex {
  display: flex;
  justify-content: space-between;
}
.community-search-blk-mv {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .community-search-blk-mv {
    top: -74px;
  }
}
.community-search-blk-mv-txt {
  font-size: 2.5rem;
  line-height: 1.2;
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 20px;
}
.community-search-blk-mv-txt span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .community-search-blk-mv-txt {
    bottom: 15px;
    left: 4%;
  }
}
.community-search-blk-mv-img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .community-search-blk-mv-img {
    height: 190px;
  }
}
.community-search-blk .communityblk.archive {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .community-search-blk .communityblk .community-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .community-search-blk .inner.community-mv {
    padding: 0;
  }
}
.community-category-blk-user {
  margin-top: 40px;
}
.community-category-blk-user .user-list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .community-category-blk-user .user-list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 15px;
  }
}
.community-category-blk-user .user-list .txt-wrap .name {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .community-category-blk-user .user-list .txt-wrap .name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .community-category-blk-user .user-list .profile-pic .profile-img {
    max-width: 76px;
    max-height: 78px;
    margin: auto;
    display: block;
  }
}
.community-category-blk-content {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .community-category-blk-content {
    display: block;
  }
}
.community-category-blk-content .community-pic {
  width: 166px;
  height: 166px;
}
.community-category-blk-content .community-pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .community-category-blk-content .community-pic {
    width: 100px;
    height: 100px;
  }
}
.community-category-blk-content .community-txt {
  width: calc(100% - 186px);
  margin-top: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .community-category-blk-content .community-txt {
    width: 100%;
    margin-left: 0;
  }
}
.community-category-blk-content .community-txt-ttl {
  font-size: 2.2rem;
}
.community-category-blk-content .community-txt-btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .community-category-blk-content .community-txt-btn {
    display: block;
  }
}
.community-category-blk-content .community-txt-btn div {
  display: flex;
  align-items: center;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .community-category-blk-content .community-txt-btn div {
    margin-right: 13px;
  }
}
.community-category-blk-content .community-txt-btn div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .community-category-blk-content .community-txt-btn .cate-num-wrap {
    margin-top: 10px;
  }
}
.community-category-blk-content .community-txt-btn .join-wrap.off {
  display: none;
}
.community-category-blk-content .community-txt-btn .join-wrap a:not(:first-child) {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .community-category-blk-content .community-txt-btn .join-wrap {
    margin-top: 10px;
  }
  .community-category-blk-content .community-txt-btn .join-wrap a {
    margin: 0;
    width: 45%;
  }
}
.community-category-blk-content .community-txt-btn .cate {
  font-size: 1.3rem;
  background: #E4F0F4;
  padding: 4px 24px;
  border-radius: 49px;
  display: inline-block;
  margin-right: 10px;
}
.community-category-blk-content .community-txt-btn .number {
  font-size: 1.5rem;
  padding: 0 0 0 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .community-category-blk-content .community-txt-btn .number {
    font-size: 1.4rem;
  }
}
.community-category-blk-content .community-txt-btn .number::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/um/_assets/img/common/icon_community_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.community-category-blk-content .community-txt-btn .blue-link {
  width: 98px;
  font-size: 1.2rem;
}
.community-category-blk-content .community-txt-btn .blue-link.width {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .community-category-blk-content .community-txt-btn .blue-link.thread {
    width: 100%;
    max-width: 140px;
  }
}
.community-category-blk-content .community-txt-btn .blue-link.dotRed {
  position: relative;
}
.community-category-blk-content .community-txt-btn .blue-link.dotRed::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #F43C30;
  border-radius: 10px;
  top: -5px;
  right: 0;
}
.community-category-blk-content .community-txt-btn .blue-link.orange {
  background: #D8AD62;
  border: 2px solid #D8AD62;
}
.community-category-blk-content .community-txt-btn .blue-link.orange:hover {
  color: #D8AD62;
  background: #fff;
}
.community-category-blk-content .community-txt-btn .blue-link.gray {
  background: #848686;
  border: 2px solid #848686;
}
.community-category-blk-content .community-txt-btn .blue-link.gray:hover {
  color: #848686;
  background: #fff;
}
.community-category-blk-content .community-txt-intro {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .community-category-blk-content .community-txt-intro {
    margin-top: 20px;
  }
}
.community-category-blk-content .community-txt .posts-list-hash {
  margin-top: 20px;
}
.community-thread .thread-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -20px;
}
.community-thread .thread-menu .thread-notice {
  width: 36px;
  margin-right: 15px;
}
.community-thread .thread-menu .thread-notice picture .off {
  width: 21px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .community-thread .thread-menu .thread-notice {
    display: none;
  }
}
.community-thread .thread-menu .thread-reload {
  width: 36px;
}
@media screen and (max-width: 767px) {
  .community-thread .thread-menu .thread-reload {
    display: none;
  }
}
.community-thread .under-title {
  display: flex;
  justify-content: space-between;
}
.community-thread .under-title h3 {
  border-bottom: none;
  position: relative;
}
.community-thread .under-title h3::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(/um/_assets/img/community/icon-thread.png);
  background-size: cover;
  margin-left: 16px;
}
.community-thread .under-title-editbtn {
  font-size: 1.5rem;
  color: #666;
  font-weight: 500;
}
.community-thread .under-title.edit-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .community-thread .under-title.edit-flex h3 {
    font-size: 1.8rem;
  }
}
.community-thread .under-title.edit-flex .edit-link {
  color: #666;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .community-thread .under-title.edit-flex .edit-link {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.community-thread .under-title.edit-flex .edit-link::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: -23px;
  top: 2px;
  width: 15px;
  height: 15px;
  background: url(/um/_assets/img/community/icon_edit.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .community-thread .under-title.edit-flex .edit-link::before {
    left: -23px;
    top: -2px;
  }
}
.community-thread .inner.talk {
  padding: 0;
}
.community-thread .msg-block {
  margin-bottom: 50px;
}
.community-thread .msg-block.day-blk {
  margin-bottom: 20px;
}
.community-thread .msg-block.day-blk .day {
  margin: 0 auto;
  background: rgba(159, 158, 158, 0.6);
  border-radius: 49px;
  color: #fff;
  font-size: 1.4rem;
  display: table;
  padding: 5px 20px;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block.day-blk .day {
    font-size: 1.2rem;
  }
}
.community-thread .msg-block .posts-list-iconlist {
  position: absolute;
  left: 0;
  bottom: -57px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block .posts-list-iconlist {
    bottom: -45px;
  }
}
.community-thread .msg-block .posts-list-iconlist ul .icon_happy_gry {
  margin-right: 20px;
}
.community-thread .msg-block .posts-list-iconlist ul li:nth-child(n+1) {
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block .posts-list-iconlist ul li {
    width: 19px;
  }
}
.community-thread .msg-block .posts-list-iconlist ul .number {
  margin-left: 10px !important;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block .posts-list-iconlist ul .number {
    font-size: 1.2rem;
  }
}
.community-thread .msg-block-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .community-thread .msg-block-inner {
    flex-wrap: wrap;
  }
}
.community-thread .msg-block-inner .my-name {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block-inner .my-name {
    margin-left: 10px;
  }
}
.community-thread .msg-block .img {
  width: 77px;
  height: 77px;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 3px solid #FEBFBF;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block .img {
    width: 43px;
    height: 43px;
    border: 2px solid #FEBFBF;
  }
}
.community-thread .msg-block .text {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block .text {
    width: 90%;
  }
}
.community-thread .msg-block .text .text-inner {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-left: 17px;
  padding: 15px;
  width: auto;
  font-size: 1.2rem;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block .text .text-inner p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block .text .text-inner {
    padding: 10px 15px;
  }
}
.community-thread .msg-block .text .text-inner::before {
  left: -10px;
  border-radius: 0 0 0 15px;
  box-shadow: -3px -15px 0 -7px #fff inset;
  position: absolute;
  top: -15px;
  width: 20px;
  height: 30px;
  content: "";
}
.community-thread .msg-block .text .text-outer {
  display: flex;
  align-items: flex-end;
}
.community-thread .msg-block .text .text-outer .img01 {
  max-width: 64%;
  margin-left: 17px;
  margin-right: 5px;
  position: relative;
}
.community-thread .msg-block .text .text-outer .img01 .posts-list-iconlist {
  display: flex;
  align-items: center;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block .text .text-outer .img01 .posts-list-iconlist {
    margin: 10px 0 15px 0px;
  }
}
.community-thread .msg-block .text .text-outer .img01 .save {
  font-size: 1.2rem;
  color: #666;
  margin-right: 30px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block .text .text-outer .img01 .save {
    width: 60px;
  }
}
.community-thread .msg-block .text .text-outer .text01 {
  max-width: 80%;
  margin-right: 5px;
}
.community-thread .msg-block .text .text-outer .text02 {
  width: 20%;
}
.community-thread .msg-block .text .text-outer .text02 .time {
  font-size: 1.2rem;
}
.community-thread .msg-block .send-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block .send-img {
    border-radius: 15px;
  }
}
.community-thread .msg-block.other {
  margin-bottom: 70px;
}
.community-thread .msg-block.other .posts-list-iconlist {
  position: absolute;
  right: 3px;
  left: initial;
}
.community-thread .msg-block.other .posts-list-iconlist ul {
  justify-content: flex-end;
}
.community-thread .msg-block.other .msg-block-inner {
  display: block;
}
.community-thread .msg-block.other .send-img {
  margin-left: auto;
  margin-right: 10px;
}
.community-thread .msg-block.other .text {
  width: 68%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .community-thread .msg-block.other .text {
    width: 100%;
  }
}
.community-thread .msg-block.other .text-outer {
  flex-direction: row-reverse;
}
.community-thread .msg-block.other .text-outer .img01 .posts-list-iconlist {
  justify-content: flex-end;
  left: initial;
  right: 10px;
}
.community-thread .msg-block.other .text02 .time {
  text-align: right;
}
.community-thread .msg-block.other .text02 .time.read::before {
  content: "既読";
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 2px;
}
.community-thread .msg-block.other .text-inner {
  background: #FFF1D0;
  margin-top: 0;
  margin-left: 8px;
}
.community-thread .msg-block.other .text-inner::before {
  left: initial;
  right: -10px;
  border-radius: 0 0 15px 0;
  box-shadow: 3px -15px 0 -7px #FFF1D0 inset;
}
.community-thread .talk-blk {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .community-thread .talk-blk {
    margin-top: -20px;
    border-top: 2px solid #29A1CE;
  }
}
.community-thread .talk-blk .balloon-012 {
  min-height: 100vh;
  padding: 50px 33px 170px;
  background-color: #D6CCA3;
}
@media screen and (max-width: 767px) {
  .community-thread .talk-blk .balloon-012 {
    padding: 50px 4% 30%;
  }
}
.community-thread .thread-input {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .community-thread .thread-input {
    bottom: 53px;
  }
}
.community-thread .thread-input .content-up-area {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 10px 50px 45px;
  background: #fff;
  position: fixed;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .community-thread .thread-input .content-up-area {
    bottom: 64px;
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .community-thread .thread-input .content-up-area-file {
    margin-right: 10px;
  }
}
.community-thread .thread-input .content-up-area-file label {
  width: 52px;
  display: inline-block;
  background: url(/um/_assets/img/community/icon_file.png);
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .community-thread .thread-input .content-up-area-file label {
    width: 32px;
    margin-top: 15px;
    margin-right: 0;
  }
}
.community-thread .thread-input .content-up-area-file input[type=file] {
  display: none;
}
.community-thread .thread-input .content-up-area-input {
  margin-right: 20px;
  width: 643px;
}
@media screen and (max-width: 767px) {
  .community-thread .thread-input .content-up-area-input {
    width: 263px;
  }
}
.community-thread .thread-input .content-up-area-input textarea {
  width: 100%;
  height: 77px;
  font-size: 1.6rem;
  border-radius: 25px;
  background: #F4F4F4;
  padding: 25px;
  outline: #D9D9D9;
  border: 1px solid #D9D9D9;
  resize: none;
}
@media screen and (max-width: 767px) {
  .community-thread .thread-input .content-up-area-input textarea {
    padding: 5px 15px;
    height: 43px;
    font-size: 1.6rem;
  }
}
.community-thread .thread-input .content-up-area .send-icon {
  width: 30px;
}
.community-add .community-edit .edit-main-area {
  margin-top: 20px;
}
.community-add-img {
  width: 100%;
  height: 100%;
  max-width: 188px;
  max-height: 188px;
  position: relative;
  margin-top: 40px;
}
.community-add-img input {
  display: none;
}
.community-add-img .image-preview {
  border: 2px solid #ccc;
  border-radius: 15px;
  background: #EEE;
  width: 188px;
  height: 188px;
}
.community-add-img .image-preview label span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 59px 0;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.community-add-img .image-preview label span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 43px;
  bottom: -10px;
  right: -10px;
  background: url(/um/_assets/img/community/image-add.png);
  background-size: cover;
}
.community-add-img .image-preview label img {
  width: 68px;
}
.community-add-img .gallery-blk-close {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 37px;
  height: 38px;
  background: url(/um/_assets/img/common/icon_modal_close.png);
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.community-add-content {
  padding-top: 45px;
}
.community-add-content:first-child {
  padding-top: 50px;
}
.community-add-content:last-child {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .community-add-content:last-child {
    padding-bottom: 20px;
  }
}
.community-add-content .community-name {
  width: 488px;
  height: 67px;
}
@media screen and (max-width: 767px) {
  .community-add-content .community-name {
    width: 100%;
  }
}
.community-add-content .community-name input {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border: none;
  font-size: 1.8rem;
  color: #999;
}
.community-add-content .color-wrap {
  display: flex;
  align-items: center;
  width: 245px;
}
.community-add-content .color-wrap input[type=color] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  width: 50px;
  height: 27px;
  border: 1px solid #C9C9C9;
  background-color: #fff;
  margin-right: 10px;
}
.community-add-content .color-wrap .my-color-input-flex {
  display: flex;
}
.community-add-content .color-wrap .choice-color {
  width: 50px;
  height: 27px;
  border: 1px solid #C9C9C9;
  margin-right: 15px;
  border-radius: 14px;
  background: #FEBFBF;
}
.community-add-content .color-wrap .choice-color.no {
  background: none;
}
.community-add-content .color-wrap .blue-btn {
  max-width: 180px;
  height: 29px;
  font-size: 1.2rem;
  padding: 0;
  line-height: 2;
}
.community-add-content .input-ttl {
  font-size: 2rem;
  margin-bottom: 15px;
}
.community-add-content .text-input {
  width: 523px;
}
@media screen and (max-width: 767px) {
  .community-add-content .text-input {
    width: 100%;
  }
}
.community-add-content .text-input.select {
  width: 345px;
}
@media screen and (max-width: 767px) {
  .community-add-content .text-input.select {
    width: 100%;
  }
}
.community-add-content .text-input input[type=text] {
  width: 100%;
}
.community-add-content .textarea-input {
  width: 615px;
}
@media screen and (max-width: 767px) {
  .community-add-content .textarea-input {
    width: 100%;
  }
}
.community-add-content .textarea-input textarea {
  margin-top: 0;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .community-add-content .textarea-input textarea {
    height: 180px;
  }
}
.community-add-content .blue-btn {
  max-width: 264px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .community-add-content .blue-btn {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .community-add-content .hashtag-area {
    padding: 27px 0 0;
  }
}
.community-add-content .hashtag-area .hashtag-ttl {
  font-size: 2rem;
  font-weight: 500;
}
.community-add-content .hashtag-area .mypage-edit-hash {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .community-add-content .hashtag-area .mypage-edit-hash {
    margin: 20px 0 0;
  }
}
.community-add-content .hashtag-area .mypage-edit-hash-form {
  display: flex;
  align-items: center;
  -moz-column-gap: 1%;
       column-gap: 1%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .community-add-content .hashtag-area .mypage-edit-hash-form {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
.community-add-content .hashtag-area .mypage-edit-hash-form .text-input {
  width: 256px;
  height: 54px;
  padding: 0 9px;
}
@media screen and (max-width: 767px) {
  .community-add-content .hashtag-area .mypage-edit-hash-form .text-input {
    width: 250px;
  }
}
.community-add-content .hashtag-area .mypage-edit-hash-form .text-input input {
  padding-bottom: 0;
  border-bottom: none;
  height: 54px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}
.community-add-content .hashtag-area .mypage-edit-hash-form-addbtn {
  background-color: #29A1CE;
  color: #fff;
  padding: 15px 20px;
  font-size: 2rem;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 500;
}
.community-add-content .hashtag-area .mypage-edit-hash-list {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  width: 100%;
  max-width: 490px;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 0;
}
.community-add-content .hashtag-area .mypage-edit-hash-list li {
  margin-bottom: 15px;
  font-size: 2rem;
  display: flex;
}
.community-add-content .hashtag-area .mypage-edit-hash-list li span {
  cursor: pointer;
  background-color: #939393;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  width: 18px;
  height: 19px;
  font-size: 2rem;
  text-align: center;
  line-height: 18px;
}
.community-add-content .hashtag-area .mypage-edit-hash-list li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #8d8d8d;
}
.community-member .user-list {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .community-member .user-list .profile-pic .profile-img {
    max-width: 98px;
    max-height: 98px;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .community-member .user-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.community-member .user-list .txt-wrap .name {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .community-member .user-list .txt-wrap .name {
    font-size: 1.1rem;
  }
}
.community-member .user-list .txt-wrap .blue-link {
  margin-top: 10px;
  font-size: 1.6rem;
  background: #808080;
  border: 2px solid #808080;
}
@media screen and (max-width: 767px) {
  .community-member .user-list .txt-wrap .blue-link {
    font-size: 1.3rem;
  }
}
.community-member .user-list .txt-wrap .blue-link:hover {
  color: #808080;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .community-edit .edit-main-area .inner {
    padding: 0;
  }
}
.community-edit .bg-img-wrap {
  position: relative;
}
.community-edit .bg-img-wrap picture .bg-change-img {
  aspect-ratio: 1/0.229;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .community-edit .bg-img-wrap picture .bg-change-img {
    height: 190px;
  }
}
.community-edit .bg-img-wrap .mypage-blue-btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background-color: #29A1CE;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.community-edit .bg-img-wrap .bg-change-btn {
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 17px;
  position: absolute;
  bottom: 14px;
  right: -40px;
  transform: translateX(-50%);
  width: 140px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .community-edit .bg-img-wrap .bg-change-btn {
    bottom: 45%;
    right: 47px;
  }
}
.community-edit .edit-txt {
  font-size: 1.6rem;
  color: #999;
  line-height: 1.9;
}
.community-edit .community-add-content:first-child {
  margin-top: 0;
}
.community-edit .community-add-content .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.community-edit .community-add-content .flex-wrap .input-ttl {
  margin-bottom: 0;
}
.community-edit .community-add-content .flex-wrap .blue-link {
  margin: 0;
  width: 123px;
  font-size: 1.6rem;
}

.modaal-wrapper:has(.reaction-modal) .modaal-container {
  max-width: 637px;
}

.mypage-modal.community .cameraView .qrCamera {
  margin: 0 auto;
  display: block;
}
.mypage-modal.community .tab-wrap {
  background-color: #fff;
}
.mypage-modal.community .tab-wrap ul {
  display: flex;
}
.mypage-modal.community .tab-btn {
  width: 50%;
  padding: 10px 0;
  text-align: center;
  list-style: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #A5A5A5;
  border-bottom: #B4B4B4 2px solid;
}
@media screen and (max-width: 767px) {
  .mypage-modal.community .tab-btn {
    font-size: 1.4rem;
  }
}
.mypage-modal.community .tab-btn.all {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .mypage-modal.community .tab-btn.all {
    margin-top: 7px;
  }
}
.mypage-modal.community .tab-btn img {
  width: 24px;
  margin-right: 5px;
}
.mypage-modal.community .tab-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-modal.community .tab-btn.show {
  color: #2F2C2C;
  border-bottom: #333 2px solid;
}
.mypage-modal.community .tab-contents {
  display: none;
}
.mypage-modal.community .tab-contents .reaction-user-list {
  display: block;
  background: none;
  margin-top: 20px;
  margin-left: 20px;
  height: 250px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .mypage-modal.community .tab-contents .reaction-user-list {
    margin-left: 0;
  }
}
.mypage-modal.community .tab-contents .reaction-user-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.mypage-modal.community .tab-contents .reaction-user-list li img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.mypage-modal.community .tab-contents .reaction-user-list li .name {
  font-size: 1.3em;
}
.mypage-modal.community .tab-contents.show {
  display: block;
}
.mypage-modal.community .matching-modal-ttl {
  text-align: left;
}
.mypage-modal.community .name-memory-btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background-color: #29a1ce;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 49px;
  width: 152px;
  height: 48px;
  margin: 37px auto 0;
}
.mypage-modal.community .modal-input-wrap textarea {
  width: 100%;
  height: 280px;
  padding: 20px;
  font-size: 1.6rem;
  resize: none;
  color: #666;
  line-height: 1.6;
  border: 1px solid #ccc;
}
.mypage-modal.community .modal-input-wrap textarea:focus {
  outline: 0;
  border: 1px solid #29A1CE;
}
.mypage-modal.community.qr .modaal-content-container {
  padding: 46px 22.5px 46px;
}
.mypage-modal.community .modal-ttl {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
.mypage-modal.community .modal-ttl.reaction {
  margin-top: -60px;
  margin-bottom: 20px;
}
.mypage-modal.community .modal-txt {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
  color: #666;
}
.mypage-modal.community .modal-btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.mypage-modal.community .modal-btn-wrap a, .mypage-modal.community .modal-btn-wrap button {
  width: 48%;
  margin: 0;
  font-size: 1.4rem;
}
.mypage-modal.community .modal-btn-wrap .blue-link.black {
  background: #000;
  border: 2px solid #000;
}
.mypage-modal.community .modal-btn-wrap .blue-link.black:hover {
  background: #fff;
  color: #000;
}
.mypage-modal.community .modal-btn-wrap .join-btn {
  position: relative;
  padding-left: 15px;
  transition: all 0.3s;
}
.mypage-modal.community .modal-btn-wrap .join-btn:hover::before {
  background: url(/um/_assets/img/common/icon_community_active.png);
  background-size: cover;
}
.mypage-modal.community .modal-btn-wrap .join-btn::before {
  content: "";
  position: absolute;
  left: 36px;
  display: inline-block;
  background: url(/um/_assets/img/community/icon_community_white.png);
  width: 17px;
  height: 15px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mypage-modal.community .modal-btn-wrap .join-btn::before {
    left: 27px;
  }
}
.mypage-modal.community .modal-btn-wrap.block {
  display: block;
  margin-top: 0;
}
.mypage-modal.community .modal-btn-wrap.block .camera-wrap {
  width: 56%;
  margin: 0 auto 10px;
}
.mypage-modal.community .modal-btn-wrap.block .camera-wrap label {
  width: 100%;
  padding: 13.5px 0;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  background: #29A1CE;
  border: 2px solid #29A1CE;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 15px;
  transition: all 0.3s;
  position: relative;
}
.mypage-modal.community .modal-btn-wrap.block .camera-wrap label:hover {
  color: #29A1CE;
  background: #fff;
  border: 2px solid #29A1CE;
}
.mypage-modal.community .modal-btn-wrap.block .camera-wrap label:hover::before {
  background: url(/um/_assets/img/community/icon_camera03.png);
  background-size: cover;
}
.mypage-modal.community .modal-btn-wrap.block .camera-wrap label::before {
  content: "";
  position: absolute;
  left: 20px;
  display: inline-block;
  background: url(/um/_assets/img/community/icon_camera02.png);
  width: 18px;
  height: 15px;
  background-size: cover;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .mypage-modal.community .modal-btn-wrap.block .camera-wrap label::before {
    left: 13px;
  }
}
.mypage-modal.community .modal-btn-wrap.block .camera-wrap input {
  display: none;
}
.mypage-modal.community .modal-btn-wrap.block .url {
  font-size: 1.4rem;
  width: 56%;
  margin: 0 auto;
  color: #29A1CE;
  background: #fff;
  border: 2px solid #29A1CE;
  transition: all 0.3s;
  position: relative;
  padding-left: 15px;
}
.mypage-modal.community .modal-btn-wrap.block .url:hover {
  color: #fff;
  background: #29A1CE;
  border: 2px solid #29A1CE;
}
.mypage-modal.community .modal-btn-wrap.block .url:hover::before {
  background: url(/um/_assets/img/community/icon_copy_white.png);
  background-size: cover;
}
.mypage-modal.community .modal-btn-wrap.block .url::before {
  content: "";
  position: absolute;
  left: 20px;
  display: inline-block;
  background: url(/um/_assets/img/community/icon_copy.png);
  width: 16px;
  height: 19px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mypage-modal.community .modal-btn-wrap.block .url::before {
    left: 13px;
  }
}
.mypage-modal.community .qr-wrap {
  width: 225px;
  margin: 0 auto;
}
.mypage-modal.community .modal-reaction .reaction-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
}
.mypage-modal.community .modal-reaction .reaction-flex li {
  width: 20%;
  border-bottom: 2px solid #B4B4B4;
  height: 35px;
  font-size: 1.5rem;
  text-align: center;
}
.mypage-modal.community .modal-reaction .reaction-flex li a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2F2C2C;
}
.mypage-modal.community .modal-reaction .reaction-flex .this {
  border-bottom: 2px solid #000;
}
.mypage-modal.community .modal-reaction .reaction-flex .reaction-item {
  color: #A5A5A5;
}
.mypage-modal.community .modal-reaction .reaction-flex .reaction-item img {
  width: 24px;
  margin-right: 5px;
}
.mypage-modal.community .modal-reaction .reaction-flex .reaction-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-modal.community .modal-reaction .reaction-user-list {
  margin-top: 20px;
  margin-left: 20px;
  height: 250px;
  overflow-y: scroll;
}
.mypage-modal.community .modal-reaction .reaction-user-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.mypage-modal.community .modal-reaction .reaction-user-list li img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mypage-modal.community .modal-reaction .reaction-user-list li .name {
  font-size: 1.3em;
}

.notice-wrap {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #5B5B5B;
}
.notice-wrap .notice {
  width: 23px;
  margin-right: 5px;
}
.notice-wrap .notice.off {
  width: 16px;
}

.saerch-page {
  position: relative;
}

.saerch .inner {
  position: relative;
}
.saerch .inner.profile {
  padding: 0;
}
.saerch-blk {
  margin: 50px 0 7%;
}
.saerch-blk-ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.saerch-blk .text-input.search {
  max-width: 345px;
  margin-bottom: 40px;
}
.saerch-blk-recently {
  margin-top: 20px;
}
.saerch-blk-recently.off {
  display: none;
}
.saerch-blk-btnlist {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .saerch-blk-btnlist {
    padding: 0 5%;
  }
}
.saerch-blk-btnlist-blk {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 767px) {
  .saerch-blk-btnlist-blk {
    flex-wrap: wrap;
  }
}
.saerch-blk-btnlist-blk li {
  color: #989898;
  border: 1px solid #A0A0A0;
  background-color: #EAEAEA;
  padding: 3px 7px;
  border-radius: 5px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .saerch-blk-btnlist-blk li {
    padding: 3px 18px;
  }
}
.saerch-blk-btnlist-blk li a {
  color: #989898;
  font-size: 1.4rem;
}
.saerch-blk-btnlist-blk li.active {
  background-color: #AB852D;
  border: 1px solid #AB852D;
}
.saerch-blk-btnlist-blk li.active a {
  color: #fff;
  pointer-events: none;
}
.saerch-blk-form {
  max-width: 470px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .saerch-blk-form {
    margin-bottom: 80px;
  }
}
.saerch-blk-form-hash-ttl {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.saerch-blk-form .text-input {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .saerch-blk-form .text-input {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .saerch-blk-form .text-input label {
    font-size: 1.3rem;
  }
}
.saerch-blk-form .text-input input[type=text] {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .saerch-blk-form .text-input input[type=text] {
    font-size: 1.3rem;
  }
}
.saerch-blk-form .text-input.limit input[type=text] {
  width: 60px;
}
.saerch-blk-form-pref-btn {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  position: relative;
  padding: 23px 19px;
  cursor: pointer;
}
.saerch-blk-form-pref-btn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  top: 50%;
  right: 19px;
  transform: rotate(45deg) translate(-50%);
}
.saerch-blk-form-pref-btn-txt {
  font-size: 1.6rem;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .saerch-blk-form-pref-btn-txt {
    width: 26%;
    font-size: 1.3rem;
    margin-right: 10px;
  }
}
.saerch-blk-form-pref-btn-txt .req {
  font-weight: 500;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
.saerch-blk-form-pref-btn-txt .req::before {
  position: absolute;
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}
.saerch-blk-form-pref-btn-list li {
  font-size: 1.6rem;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .saerch-blk-form-pref-btn-list li {
    font-size: 1.3rem;
  }
}
.saerch-blk-form .select-wrap select {
  width: 230px;
}
.saerch-blk-form > div + div {
  margin-top: 12px;
}
.saerch-blk .miniblog-blk-form-hash-list-li {
  font-size: 1.6rem;
  color: #29A1CE;
  margin-bottom: 10px;
}
.saerch-submitblk {
  position: fixed;
  max-width: 852.5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  background-color: rgba(255, 254, 254, 0.8);
}
@media screen and (max-width: 767px) {
  .saerch-submitblk {
    bottom: 62px;
    margin-left: -4%;
  }
}
.saerch-submitblk-list {
  max-width: 55%;
  width: 100%;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .saerch-submitblk-list {
    width: 92%;
    max-width: 100%;
  }
}
.saerch-submitblk-list li {
  width: 48%;
  text-align: center;
}
.saerch-submitblk-list-resetbnt {
  text-align: center;
  font-size: 1.4rem;
  color: #29A1CE;
  max-width: 245px;
  width: 100%;
  padding: 8px;
  font-weight: bold;
}
.saerch-submitblk-list-submit {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 30px;
  background-color: #29A1CE;
  font-size: 1.4rem;
  max-width: 245px;
  width: 100%;
  font-weight: bold;
  padding: 8px;
}
.saerch-submitblk-list-submit span {
  display: block;
  font-size: 0.9rem;
}
.saerch-result-tab {
  margin-bottom: 1rem;
}
.saerch-result-tab-list {
  position: relative;
  display: flex;
}
.saerch-result-tab-list:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #d8d8d8;
  bottom: 0;
  z-index: -1;
}
.saerch-result-tab-list .link-btn {
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 2rem 0;
  margin-right: 2rem;
}
.saerch-result-tab-list .link-btn:nth-child(n+2) {
  padding: 0 0 2rem 0;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .saerch-result-tab-list .link-btn {
    padding: 0 0 1rem 0;
    margin-right: 1rem;
  }
  .saerch-result-tab-list .link-btn:nth-child(n+2) {
    padding: 0 0 1rem 0;
    margin-left: 1rem;
  }
}
.saerch-result-tab-list .link-btn.active {
  border-bottom: 2px solid #29a1ce;
}
@media screen and (max-width: 767px) {
  .saerch-result-blk {
    margin-bottom: 75px;
  }
}
.saerch-result-blk-number {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
}
.saerch-result-blk-number h3 {
  font-size: 1.6rem;
}
.saerch-result-blk-number h3 span {
  color: #C0A361;
  font-size: 2.5rem;
  margin-right: 10px;
}
.saerch-result-blk-number .blue-link {
  max-width: 124px;
  font-size: 1.4rem;
  margin: initial;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .saerch-result-blk-number .blue-link {
    margin-left: 0;
  }
}
.saerch-more-btn {
  max-width: 852.5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .saerch-more-btn {
    max-width: 100%;
    bottom: 63px;
  }
}
.saerch-more-btn-list {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .saerch-more-btn-list {
    padding: 20px 4%;
  }
}
.saerch-more-btn-list li {
  width: 47%;
}
.saerch-more-btn-list li:first-of-type a {
  background: #C0A361;
}
.saerch-more-btn-list li:last-of-type a {
  background: #29a1ce;
}
.saerch-more-btn-list a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  border-radius: 30px;
}
.saerch-profileblk-bkimg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
  border-bottom: 25px solid #FFBFBF;
  margin-top: 25px;
  position: relative;
}
.saerch-profileblk-bkimg .user_img {
  position: absolute;
  bottom: -17px;
  left: 2%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-bkimg .user_img {
    bottom: initial;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-bkimg {
    margin: 0;
    border-bottom: 575px solid #FFBFBF;
  }
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-bkimg.no-slider {
    border-bottom: 220px solid #FFBFBF;
  }
}
.saerch-profileblk-bkimg .cover {
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
.saerch-profileblk-bkimg .dotte {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  cursor: pointer;
  max-width: 7%;
  width: 100%;
  background-color: #707070;
  border-radius: 50%;
  color: #fff;
  letter-spacing: -2px;
  width: 35px;
  height: 33px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-bkimg .dotte {
    width: 30px;
    height: 30px;
    max-width: 100%;
  }
}
.saerch-profileblk-bkimg .dotte img {
  width: 70%;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-bkimg .dotte img {
    margin-bottom: 1px;
  }
}
.saerch-profileblk-profile {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 95%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile {
    display: block;
    width: 90%;
    margin: 0px auto 25px;
  }
}
.saerch-profileblk-profile-slider {
  /*
  max-width: 243px;
  */
  width: 100%;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-slider {
    max-width: 100%;
  }
}
.saerch-profileblk-profile-slider-wrap {
  margin-inline: auto;
  position: relative;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-slider-wrap {
    padding: 0 5%;
    margin-top: -460px;
  }
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-slider-wrap.no-slider {
    display: none;
  }
}
.saerch-profileblk-profile-slider-wrap .swiper-button-prev {
  left: -15px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-slider-wrap .swiper-button-prev {
    left: 3px;
  }
}
.saerch-profileblk-profile-slider-wrap .swiper-button-next {
  right: -15px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-slider-wrap .swiper-button-next {
    right: 3px;
  }
}
.saerch-profileblk-profile-slider-wrap .swiper-button-prev,
.saerch-profileblk-profile-slider-wrap .swiper-button-next {
  height: 30px;
  width: 30px;
}
.saerch-profileblk-profile-slider-wrap .swiper-button-prev::after,
.saerch-profileblk-profile-slider-wrap .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
}
.saerch-profileblk-profile-slider-wrap .swiper-button-prev::after {
  background-image: url(/um/_assets/img/search/slider_btn.png);
}
.saerch-profileblk-profile-slider-wrap .swiper-button-next::after {
  background-image: url(/um/_assets/img/search/slider_btn.png);
  transform: scale(-1, 1);
}
.saerch-profileblk-profile-slider-content {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-slider-content {
    max-width: 100%;
  }
}
.saerch-profileblk-profile-slider-content .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  height: 257px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-slider-content .swiper-slide img {
    height: 332px;
    margin-bottom: 10px;
  }
}
.saerch-profileblk-profile-msg {
  width: 100%;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-msg {
    padding: 0 5%;
    position: relative;
    z-index: 1;
    margin-top: 110px;
  }
}
.saerch-profileblk-profile-msg h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
.saerch-profileblk-profile-msg p {
  border: 1px solid #707070;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 30px;
  max-height: 251px;
  overflow-y: scroll;
}
.saerch-profileblk-profile-msg p::-webkit-scrollbar {
  width: 15px;
}
.saerch-profileblk-profile-msg p::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
}
.saerch-profileblk-profile-msg p::-webkit-scrollbar-thumb {
  border-radius: 30px;
  padding-top: 60px;
  background: #eee;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-staus {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.saerch-profileblk-profile-staus-name {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 7px 0;
}
@media screen and (min-width: 768px) {
  .saerch-profileblk-profile-staus-name {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-staus-name {
    position: relative;
    width: 80%;
  }
}
.saerch-profileblk-profile-staus-name h2 {
  font-size: 1.9em;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-staus-name h2 {
    font-size: 2rem;
    max-width: 100%;
  }
}
.saerch-profileblk-profile-staus-name .icon_star {
  max-width: 38px;
  height: 38px;
  width: 100%;
  position: relative;
}
.saerch-profileblk-profile-staus-name .icon_star.good-icon::before {
  content: "いいね";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.saerch-profileblk-profile-staus-name .icon_star.favorite-icon::before {
  content: "お気に入り";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.saerch-profileblk-profile-staus-number {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-staus-number {
    z-index: 1;
    position: relative;
    width: 20%;
    justify-content: flex-end;
  }
}
.saerch-profileblk-profile-staus-number svg {
  margin-right: 10px;
}
.saerch-profileblk-profile-staus-number span {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-staus-number span {
    font-size: 1.4rem;
  }
}
.saerch-profileblk-profile-staus .acces-time {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-staus .acces-time {
    width: 100%;
  }
}
.saerch-profileblk-tbl {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-tbl {
    padding: 0 5%;
  }
}
.saerch-profileblk-tbl dl {
  margin-bottom: 10px;
}
.saerch-profileblk-tbl dl dt {
  font-size: 2rem;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
  color: #29A1CE;
}
.saerch-profileblk-tbl dl dd {
  padding: 10px 0;
  font-size: 2rem;
}
.saerch-profileblk-hash {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-hash {
    padding: 0 5%;
  }
}
.saerch-profileblk-hash h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
.saerch-profileblk-hash ul {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  flex-wrap: wrap;
}
.saerch-profileblk-hash ul li {
  font-size: 2rem;
  line-height: 1.3;
}
.saerch-profileblk-hash ul li a {
  color: #29a1ce;
}
.saerch-profileblk-links {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-links {
    padding: 0 5%;
  }
}
.saerch-profileblk-links h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
.saerch-profileblk-links ul {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  flex-wrap: wrap;
}
.saerch-profileblk-links ul li {
  font-size: 2rem;
  line-height: 1.3;
}
.saerch-profileblk-links ul li a {
  color: #666;
}
.saerch-profileblk .service.welfare {
  margin: 0;
}
.saerch-profileblk-welfare {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-welfare {
    padding: 0 5%;
  }
}
.saerch-profileblk-welfare h3 {
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.saerch-profileblk-miniblog {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-miniblog {
    padding: 0 5%;
  }
}
.saerch-profileblk-miniblog-ttl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  padding-bottom: 10px;
  align-items: center;
}
.saerch-profileblk-miniblog-ttl h3 {
  font-size: 2.4rem;
  padding: 10px 0;
}
.saerch-profileblk-miniblog-ttl .blue-link {
  max-width: 190px;
  margin: initial;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-miniblog-ttl .blue-link {
    font-size: 1.4rem;
    max-width: 125px;
    padding: 8.5px 0;
  }
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-miniblog .miniblog-thumbnail.noimage img {
    height: 115px !important;
  }
}
.saerch-profileblk-similar {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-similar {
    padding: 0 5%;
  }
}
.saerch-profileblk-similar-ttl {
  margin-bottom: 20px;
}
.saerch-profileblk-similar-ttl h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.saerch-profileblk .btm-btnlist {
  width: 100%;
  padding: 5px 0px 13px;
  position: fixed;
  bottom: 64px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
.saerch-profileblk .btm-btnlist-blk {
  display: flex;
  justify-content: space-between;
  width: 120px;
  margin: auto;
}
.saerch-profileblk .btm-btnlist-blk .icon_star {
  max-width: 51px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk .btm-btnlist-blk .icon_star {
    max-width: 45px;
  }
}
.saerch-profileblk .btm-btnlist-blk .icon_star.good-icon::before {
  content: "いいね";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
}
.saerch-profileblk .btm-btnlist-blk .icon_star.favorite-icon::before {
  content: "お気に入り";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
}

@keyframes showup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showdown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.order-modal {
  display: none;
  position: absolute;
  z-index: 102;
  bottom: 0;
  width: 100%;
  transition: 0.7s;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  padding: 57px 0 43px 38px;
  background-color: #fff;
}
.order-modal:before {
  position: absolute;
  content: "";
  background: #ccc;
  width: 40px;
  height: 4px;
  bottom: 145px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.order-modal.deactive {
  animation: showdown 0.7s linear 0s;
}
.order-modal li {
  color: #999;
  font-size: 1.6rem;
  padding: 0 0 0 36px;
}
.order-modal li:not(:last-of-type) {
  margin-bottom: 15px;
}
.order-modal .check {
  color: #000;
  position: relative;
}
.order-modal .check:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 14.5px;
  background: url(../../_assets/img/miniblog/icon_check.png) no-repeat center center/100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.order-modal.active,
.over-lay.active {
  bottom: 63px;
  display: block;
  animation: showup 0.7s linear 0s;
}

.order-modal.active {
  height: 158px;
}

.over-lay.active {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-inner-wrapper {
    padding: 0 0 20px;
  }
}
.modaal-wrapper .modaal-container {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-inner-wrapper {
    display: block;
    padding: 80px 0;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container {
  padding: 25px 45px;
  height: 100%;
  max-height: 500px;
  overflow-x: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-content-container {
    padding: 0 25px;
    max-height: 100%;
    margin-top: 25px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-content-container .modal-close-fix-btn {
    position: fixed;
    z-index: 10;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container::-webkit-scrollbar {
  width: 15px;
}
.modaal-wrapper .modaal-container .modaal-content-container::-webkit-scrollbar-track {
  margin-top: 40px;
  margin-bottom: 40px;
}
.modaal-wrapper .modaal-container .modaal-content-container::-webkit-scrollbar-thumb {
  border-radius: 30px;
  padding-top: 60px;
  background: #eee;
  padding-top: 120px;
}

.modal-pref .modal-content {
  position: relative;
}
.modal-pref-ttl {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 400;
}
.modal-pref-list label {
  display: block;
  font-size: 1.8rem;
  line-height: 2.5;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .modal-pref-list label {
    width: 100%;
  }
}
.modal-pref-list input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 30px;
  /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .modal-pref-list input[type=checkbox] {
    left: auto;
    right: 2%;
  }
}
.modal-pref-list input[type=checkbox]::before, .modal-pref-list input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.modal-pref-list input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  width: 20px;
  /*チェックボックスの横幅*/
  height: 20px;
  /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.modal-pref-list input[type=checkbox]::after {
  border-bottom: 3px solid #29A1CE;
  /*チェックの太さ*/
  border-left: 3px solid #29A1CE;
  /*チェックの太さ*/
  opacity: 0;
  /*チェック前は非表示*/
  height: 6px;
  /*チェックの高さ*/
  width: 11px;
  /*チェックの横幅*/
  transform: rotate(-45deg);
  top: -7px;
  /*チェック時の位置調整*/
  left: 10px;
  /*チェック時の位置調整*/
}
.modal-pref-list input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}
.modal-pref-btnlist {
  position: fixed;
  bottom: 55px;
  max-width: 530px;
  margin: auto;
  width: 100%;
  display: flex;
  background-color: rgba(255, 254, 254, 0.8);
}
@media screen and (max-width: 767px) {
  .modal-pref-btnlist {
    max-width: 315px;
    bottom: 0;
    padding-bottom: 20px;
  }
}
.modal-pref-btnlist button {
  width: 48%;
}
.modal-pref-btnlist button.confirm-pref {
  font-size: 1.7rem;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .modal-pref-btnlist button.confirm-pref {
    font-size: 1.4rem;
  }
}
.modal-pref-btnlist button.reset {
  color: #29A1CE;
  font-size: 1.7rem;
  font-weight: bold;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .modal-pref-btnlist button.reset {
    font-size: 1.4rem;
  }
}

#ui-id-1 {
  max-width: 345px;
  margin-top: 185px;
  width: 100%;
  border: 1px solid #E5E5E5;
  margin-left: -54px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #ui-id-1 {
    max-width: 100%;
    font-size: 1.6rem;
    margin-left: -20%;
    margin-top: 192px;
  }
}
#ui-id-1 li {
  font-size: 1.6rem;
  line-height: 2.3;
}
#ui-id-1 li .ui-menu-item-wrapper {
  padding: 0;
}
#ui-id-1 li .ui-state-active {
  background: #F9F9F9 !important;
  border: none !important;
  color: #333 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  #ui-id-1 .ui-menu .ui-menu-item {
    line-height: 1.5;
  }
}

/**/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?d3zsk4");
  src: url("../fonts/icomoon.eot?d3zsk4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?d3zsk4") format("truetype"), url("../fonts/icomoon.woff?d3zsk4") format("woff"), url("../fonts/icomoon.svg?d3zsk4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #666;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    padding: 56px 0 60px;
  }
}

header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 39px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header {
    display: none;
  }
}
header.search-existence {
  height: 90px;
}
header.search-existence .logo-wrap {
  margin: -45px auto 0;
}
header .logo-wrap {
  max-width: 42px;
  width: 100%;
  margin: 0 auto;
}
header .header-mypage {
  position: relative;
}
@media screen and (min-width: 768px) {
  header .header-mypage {
    display: none;
  }
}
header .header-mypage .mypage {
  position: relative;
}
header .header-mypage .mypage::after {
  background-image: url(../img/common/icon_mypage_active.png);
  width: 23px;
  height: 24px;
  top: -20px;
  left: 12px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
header .header-mypage .mypage::before {
  content: "マイページ";
  position: absolute;
  font-size: 1rem;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  color: #666;
}
header .header-mypage .dottedRed {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  top: -7px;
  right: -41px;
}
header .header-mypage.active .dottedRed {
  background: #F43C30;
}
header.search-existence .header-mypage .mypage::after {
  top: -40px;
}
header.search-existence .header-mypage .mypage::before {
  bottom: 0px;
}
header.search-existence .header-mypage .dottedRed {
  top: -30px;
}
header .other-logo-list {
  position: absolute;
  top: 0;
  right: 4px;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
@media screen and (min-width: 768px) {
  header .other-logo-list {
    display: none;
  }
}
header .other-logo-list li a {
  height: 35px;
  width: 70px;
  display: grid;
  place-items: center;
  border: 2px solid;
  border-radius: 0 0 10px 10px;
  border-top: transparent;
  background-color: #fff;
}
header .other-logo-list li a.horby-link {
  border-color: #D71785;
}
header .other-logo-list li a.teppan-link {
  border-color: #DFB46F;
}
header .other-logo-list li a picture img.logo-horby {
  width: 55px;
}
header .other-logo-list li a picture img.logo-teppan {
  width: 46px;
}
footer {
  height: 64px;
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #ccc;
}
@media screen and (min-width: 768px) {
  footer {
    display: none;
  }
}
footer .link-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-left: 1%;
}
footer .link-list.new-top {
  margin-top: 3px;
}
footer .link-list .new::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -13px;
  left: -3px;
  right: 0;
  margin: auto;
  width: 50px;
  height: 15px;
  background: url(../img/common/new.png);
  background-size: contain;
  background-repeat: no-repeat;
}
footer .link-list li {
  text-align: center;
  position: relative;
}
footer .link-list li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #aaa;
  padding: 30px 0 0;
}
footer .link-list li a span {
  position: relative;
}
footer .link-list li a span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
footer .link-list li a span.home::before {
  background-image: url(../img/common/icon_home.png);
  width: 22px;
  height: 23.5px;
  top: -30px;
}
footer .link-list li a span.home.active::before {
  background-image: url(../img/common/icon_home_active.png);
}
footer .link-list li a span.seek::before {
  background-image: url(../img/common/icon_seek.png);
  width: 24px;
  height: 21.5px;
  top: -30px;
}
footer .link-list li a span.seek.active::before {
  background-image: url(../img/common/icon_seek_active.png);
}
footer .link-list li a span.match::before {
  background-image: url(../img/common/icon_match.png);
  width: 37.5px;
  height: 22.5px;
  top: -30px;
}
footer .link-list li a span.match.active::before {
  background-image: url(../img/common/icon_match_active.png);
}
footer .link-list li a span.blog::before {
  background-image: url(../img/common/icon_blog.png);
  width: 29px;
  height: 28px;
  top: -32px;
}
footer .link-list li a span.blog.active::before {
  background-image: url(../img/common/icon_blog_active.png);
}
footer .link-list li a span.community::before {
  background-image: url(../img/common/icon_community.png);
  width: 27px;
  height: 25px;
  top: -30px;
}
footer .link-list li a span.community.active::before {
  background-image: url(../img/common/icon_community_active.png);
}
footer .link-list li a span.footerWelfare::before {
  background-image: url(../img/common/icon_welfare.png);
  width: 28.82px;
  height: 27.13px;
  top: -30px;
}
footer .link-list li a span.footerWelfare.active::before {
  background-image: url(../img/common/icon_welfare_active.png);
}
footer .link-list li a span.mypage::before {
  background-image: url(../img/common/icon_mypage.png);
  width: 20.57px;
  height: 23.27px;
  top: -30px;
}
footer .link-list li a span.mypage.active::before {
  background-image: url(../img/common/icon_mypage_active.png);
}
footer .link-list li .dottedCount {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -4px;
  right: -10px;
}
footer .link-list li .dottedRed {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  top: 0;
  right: 0;
}
footer .link-list li:nth-child(1) {
  margin-right: 2%;
}
footer .link-list li:nth-child(2) {
  margin-right: 1.5%;
}
footer .link-list li:nth-child(3) {
  margin-right: 1%;
}
footer .link-list .dotted-active .dottedCount,
footer .link-list .dotted-active .dottedRed {
  background: #F43C30;
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none !important;
  }
}

.vtab {
  display: none !important;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  .vtab {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none !important;
  }
}

.inner {
  max-width: 852.5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }
}

p {
  color: #666;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**/
.btn-outer {
  margin: 40px auto 25px;
}
.btn-outer .btn {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  background: #29a1ce;
  display: block;
  width: 100%;
  max-width: 296px;
  padding: 10px 0;
  border-radius: 49px;
  text-align: center;
  border: 2px solid #29a1ce;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .btn-outer .btn {
    margin: 0 auto;
    font-size: 1.9rem;
  }
}
.btn-outer .btn span {
  line-height: 1;
  display: block;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
}
.btn-outer .btn.white {
  color: #d8ad62;
  background: #fff;
  border-color: #d8ad62;
}
.btn-outer .btn.white span {
  color: #d8ad62;
}
.btn-outer.txt-c {
  text-align: center;
}
.btn-outer.flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 22.5px;
       column-gap: 22.5px;
}
@media screen and (max-width: 767px) {
  .btn-outer.flex {
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
  }
}
.btn-outer .home {
  font-size: 1.4rem;
  background: #bababa;
  display: inline-block;
  color: #707070;
  padding: 11px 38px;
  border: #707070 solid 1px;
}

#u-matching .pc-main-flex {
  display: flex;
}
#u-matching .pc-sidebar {
  width: 320px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #u-matching .pc-sidebar {
    display: none;
  }
}
#u-matching .pc-sidebar .inner {
  padding: 40px 0 0;
}
#u-matching .pc-sidebar .logo-wrap {
  display: block;
  max-width: 62px;
  width: 100%;
  margin: 0 auto;
}
#u-matching .pc-sidebar .link-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 62px auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 42px;
}
#u-matching .pc-sidebar .link-list .new {
  position: relative;
}
#u-matching .pc-sidebar .link-list .new::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -22px;
  right: 90px;
  margin: auto;
  width: 72px;
  height: 26px;
  background: url(../img/common/new.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#u-matching .pc-sidebar .link-list > li {
  text-align: left;
}
#u-matching .pc-sidebar .link-list > li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #666;
  padding: 0 0 0 105px;
}
#u-matching .pc-sidebar .link-list > li a span {
  position: relative;
}
#u-matching .pc-sidebar .link-list > li a span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#u-matching .pc-sidebar .link-list > li a span.home::before {
  background-image: url(../img/common/icon_home.png);
  width: 22px;
  height: 23.5px;
  left: -45px;
}
#u-matching .pc-sidebar .link-list > li a span.home.active::before {
  background-image: url(../img/common/icon_home_active.png);
}
#u-matching .pc-sidebar .link-list > li a span.seek::before {
  background-image: url(../img/common/icon_seek.png);
  width: 24px;
  height: 21.5px;
  left: -45px;
}
#u-matching .pc-sidebar .link-list > li a span.seek.active::before {
  background-image: url(../img/common/icon_seek_active.png);
}
#u-matching .pc-sidebar .link-list > li a span.match::before {
  background-image: url(../img/common/icon_match.png);
  width: 37.5px;
  height: 22.5px;
  left: -52px;
}
#u-matching .pc-sidebar .link-list > li a span.match.active::before {
  background-image: url(../img/common/icon_match_active.png);
}
#u-matching .pc-sidebar .link-list > li a span.blog::before {
  background-image: url(../img/common/icon_blog.png);
  width: 29px;
  height: 28px;
  left: -47px;
}
#u-matching .pc-sidebar .link-list > li a span.blog.active::before {
  background-image: url(../img/common/icon_blog_active.png);
}
#u-matching .pc-sidebar .link-list > li a span.community::before {
  background-image: url(../img/common/icon_community.png);
  width: 27px;
  height: 25px;
  left: -46px;
}
#u-matching .pc-sidebar .link-list > li a span.community.active::before {
  background-image: url(../img/common/icon_community_active.png);
}
#u-matching .pc-sidebar .link-list > li a span.mypage::before {
  background-image: url(../img/common/icon_mypage.png);
  width: 20px;
  height: 23px;
  left: -42px;
}
#u-matching .pc-sidebar .link-list > li a span.mypage.active::before {
  background-image: url(../img/common/icon_mypage_active.png);
}
#u-matching .pc-sidebar .link-list > li a span.welfareSidebar {
  line-height: 1.2;
}
#u-matching .pc-sidebar .link-list > li a span.welfareSidebar::before {
  background-image: url(../img/common/icon_welfare.png);
  width: 30px;
  height: 28px;
  left: -44px;
}
#u-matching .pc-sidebar .link-list > li a span.welfareSidebar.active::before {
  background-image: url(../img/common/icon_welfare_active.png);
}
#u-matching .pc-sidebar .link-list > li .dottedCount {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -4px;
  right: -10px;
}
#u-matching .pc-sidebar .link-list > li .dottedRed {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  top: -8px;
  right: -5px;
}
#u-matching .pc-sidebar .link-list .dotted-active {
  position: relative;
}
#u-matching .pc-sidebar .link-list .dotted-active .dottedCount,
#u-matching .pc-sidebar .link-list .dotted-active .dottedRed {
  background: #F43C30;
}
#u-matching .pc-sidebar .link-list .other-logo-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 0 0 0 60px;
}
#u-matching .pc-sidebar .link-list .other-logo-list li a {
  height: 45px;
  width: 130px;
  display: grid;
  place-items: center;
  border: 2px solid;
  border-radius: 8px;
}
#u-matching .pc-sidebar .link-list .other-logo-list li a.horby-link {
  border-color: #D71785;
}
#u-matching .pc-sidebar .link-list .other-logo-list li a.horby-link img {
  width: 90px;
}
#u-matching .pc-sidebar .link-list .other-logo-list li a.teppan-link {
  border-color: #DFB46F;
}
#u-matching .pc-sidebar .link-list .other-logo-list li a.teppan-link img {
  width: 80px;
}
#u-matching #contents {
  width: calc(100% - 320px);
  padding: 46.7px 100px 0 28px;
  margin: 0 0 0 320px;
}
@media screen and (max-width: 767px) {
  #u-matching #contents {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #u-matching #contents.search-existence {
    padding: 50px 0 0;
  }
}
#u-matching #contents.welcome {
  margin: 0;
  padding: 0;
  width: 100%;
}
#u-matching #contents.welcome #sigin-in {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#u-matching #contents.welcome #sigin-in .logo {
  max-width: 112px;
  width: 100%;
  margin: 0 auto;
}
#u-matching #contents.welcome #sigin-in .lead {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
#u-matching #contents.welcome #sigin-in .lead.top {
  font-size: 2.6rem;
  margin: 58px 0 0;
  text-align: center;
  color: #29a1ce;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.welcome #sigin-in .lead.top {
    font-size: 2.1rem;
  }
}
#u-matching #contents.welcome #sigin-in .lead.sub {
  font-size: 1.8rem;
  margin: 48px 0 0;
  text-align: center;
  line-height: 1.66;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.welcome #sigin-in .lead.sub {
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 21px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #u-matching #contents.welcome #sigin-in .btn-outer {
    margin: 38.5px 0 0;
    flex-direction: column-reverse;
  }
}
#u-matching #contents.welcome #sigin-in .link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 0;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.welcome #sigin-in .link-wrap {
    flex-direction: column;
    row-gap: 14px;
  }
}
#u-matching #contents.welcome #sigin-in .link-wrap .link {
  margin: 0;
}
#u-matching #contents.welcome #sigin-in .link-wrap .link a {
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #898989;
}
#u-matching #contents.welcome .error {
  min-height: auto !important;
}
#u-matching #contents.welcome .error .inner {
  margin-top: 10%;
}
#u-matching #contents.welcome .error-blk-code {
  text-align: center;
  font-size: 10rem;
  color: #29A1CE;
  margin-top: 20px;
}
#u-matching #contents.welcome .error-blk-nopage {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
#u-matching #contents.home .ttl-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 39px;
       column-gap: 39px;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .ttl-wrap {
    justify-content: space-between;
  }
}
#u-matching #contents.home .ttl-wrap .sec-ttl {
  font-size: 1.9rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .ttl-wrap .sec-ttl {
    font-size: 2rem;
  }
}
#u-matching #contents.home .ttl-wrap .all-link {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .ttl-wrap .all-link {
    font-size: 1.3rem;
  }
}
#u-matching #contents.home .ttl-wrap .all-link span {
  position: relative;
  font-weight: 500;
  color: #666;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .ttl-wrap .all-link span {
    padding: 0 30px 0 0;
  }
}
#u-matching #contents.home .ttl-wrap .all-link span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .ttl-wrap .all-link span::before {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .user-area .inner {
    padding-right: 0;
  }
}
#u-matching #contents.home .user-area .user-swiper {
  margin: 18px 0 0;
}
#u-matching #contents.home .user-area .user-swiper .swiper-wrapper .swiper-slide .profile-pic {
  position: relative;
  z-index: 1;
}
#u-matching #contents.home .user-area .user-swiper .swiper-wrapper .swiper-slide .profile-pic .profile-img {
  width: 135px;
  height: 135px;
  border: 3px solid #FEBFBF;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .user-area .user-swiper .swiper-wrapper .swiper-slide .profile-pic .profile-img {
    display: block;
    margin: auto;
  }
}
#u-matching #contents.home .user-area .user-swiper .swiper-wrapper .swiper-slide .profile-pic .like-btn {
  max-width: 56px;
  width: 100%;
  position: absolute;
  right: -4px;
  bottom: -10px;
  z-index: 2;
}
#u-matching #contents.home .user-area .user-swiper .swiper-wrapper .swiper-slide .txt-wrap {
  margin: 10px 0 0;
}
#u-matching #contents.home .user-area .user-swiper .swiper-wrapper .swiper-slide .txt-wrap .name {
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  scale: 0.9;
}
#u-matching #contents.home .user-area .user-swiper .swiper-wrapper .swiper-slide .txt-wrap .profile-des {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 6px 0 0;
  font-weight: 400;
}
#u-matching #contents.home .post-area {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .post-area {
    padding: 55px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .post-area .inner {
    padding-right: 0;
  }
}
#u-matching #contents.home .post-area .post-swiper {
  margin: 18px 0 0;
}
#u-matching #contents.home .post-area .post-swiper .swiper-wrapper .swiper-slide .post-pic img {
  height: 201px;
  border-radius: 11px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1.258;
}
#u-matching #contents.home .post-area .post-swiper .swiper-wrapper .swiper-slide .txt-wrap {
  margin: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 12.5px;
       column-gap: 12.5px;
}
#u-matching #contents.home .post-area .post-swiper .swiper-wrapper .swiper-slide .txt-wrap time {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
#u-matching #contents.home .post-area .post-swiper .swiper-wrapper .swiper-slide .txt-wrap .name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
#u-matching #contents.home .post-area .post-swiper .swiper-wrapper .swiper-slide.noimage .post-pic {
  border: 1px solid #eee;
  min-height: 201px;
  display: flex;
  border-radius: 11px;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .post-area .post-swiper .swiper-wrapper .swiper-slide.noimage .post-pic {
    height: 180px;
  }
}
#u-matching #contents.home .post-area .post-swiper .swiper-wrapper .swiper-slide.noimage .post-pic img {
  aspect-ratio: auto;
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  align-self: center;
  border: 3px solid #FEBFBF;
  border-radius: 50%;
}
#u-matching #contents.home .community-area {
  padding: 60px 0 68px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #u-matching #contents.home .community-area {
    padding: 55px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #u-matching #contents.home .community-area .inner {
    padding-right: 0;
  }
}
#u-matching #contents.home .community-area .community-swiper {
  margin: 18px 0 0;
}
#u-matching #contents.home .community-area .community-swiper .swiper-wrapper .swiper-slide .community-pic img {
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/0.959;
}
#u-matching #contents.home .community-area .community-swiper .swiper-wrapper .swiper-slide .txt-wrap {
  margin: 8px 0 0;
}
#u-matching #contents.home .community-area .community-swiper .swiper-wrapper .swiper-slide .txt-wrap .name {
  font-size: 1.3rem;
  line-height: 1.5;
}
#u-matching #contents.home .community-area .community-swiper .swiper-wrapper .swiper-slide .txt-wrap .number {
  font-size: 1.2rem;
  padding: 0 0 0 22px;
  margin: 8px 0 0;
  position: relative;
}
#u-matching #contents.home .community-area .community-swiper .swiper-wrapper .swiper-slide .txt-wrap .number::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_community_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.8px;
  height: 13.7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#u-matching #contents.home .community-area.welfare {
  padding-bottom: 0;
  margin-top: 0;
}
#u-matching #contents .home-other-link-area {
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #u-matching #contents .home-other-link-area {
    display: none;
  }
}
#u-matching #contents .home-other-link-area .home-other-link-list {
  display: flex;
  -moz-column-gap: 58px;
       column-gap: 58px;
}
#u-matching #contents .home-other-link-area .home-other-link-list li .link-btn {
  font-size: 1.9rem;
  font-weight: 500;
  color: #c7c7c7;
  padding: 0 0 9px;
}
#u-matching #contents .home-other-link-area .home-other-link-list li .link-btn.active {
  color: #666;
  border-bottom: 2px solid #29a1ce;
}
#u-matching #contents .under-home-ttl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #29A1CE;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #u-matching #contents .under-home-ttl {
    display: none;
  }
}
#u-matching #contents .order-select-box.user-box {
  margin: 0 0 37px;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.recommend-user .inner.recommend-user-inner {
    padding-bottom: 130px;
  }
}
#u-matching #contents.recommend-user .user-area .user-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 2.9%;
       column-gap: 2.9%;
  row-gap: 45px;
}
@media screen and (max-width: 767px) {
  #u-matching #contents.recommend-user .user-area .user-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 26px;
         column-gap: 26px;
    row-gap: 27px;
  }
}
#u-matching #contents.recommend-user .user-area .user-list li .profile-pic {
  position: relative;
}
#u-matching #contents.recommend-user .user-area .user-list li .profile-pic .profile-img {
  border: 3px solid #FEBFBF;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#u-matching #contents.recommend-user .user-area .user-list li .profile-pic .like-btn {
  max-width: 56px;
  width: 100%;
  position: absolute;
  right: -4px;
  bottom: -10px;
}
#u-matching #contents.recommend-user .user-area .user-list li .txt-wrap {
  margin: 10px 0 0;
}
#u-matching #contents.recommend-user .user-area .user-list li .txt-wrap .name {
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  scale: 0.9;
}
#u-matching #contents.recommend-user .user-area .user-list li .txt-wrap .profile-des {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 6px 0 0;
  font-weight: 400;
}
#u-matching #contents.relative {
  position: relative;
  height: 100vh;
}

.posts {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .posts .order-select-box {
    text-align: right;
  }
}
.posts-list-blk {
  border-bottom: 1px solid #707070;
  padding: 20px 0 10px;
}
.posts-list-blk .more {
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #29A1CE;
  position: relative;
  display: inline-block;
  padding-right: 23px;
}
@media screen and (max-width: 767px) {
  .posts-list-blk .more {
    z-index: 1.4rem;
  }
}
.posts-list-blk .more::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8E8E8D;
  border-right: 2px solid #8E8E8D;
  transform: rotate(135deg);
}
.posts-list-blk-slider {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .posts-list-blk-slider {
    height: 450px;
  }
}
.posts-list-blk-slider .swiper-slide {
  border-radius: 20px;
}
.posts-list-blk-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .posts-list-blk-slider .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.posts-list-blk-slider .swiper-pagination {
  bottom: 10px;
}
.posts-list-blk-slider .swiper-pagination-bullet-active {
  background-color: #969696;
}
.posts-list-blk-postimg .posts-img-grid {
  display: grid;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 15px;
  overflow: hidden;
}
.posts-list-blk-postimg .posts-img-grid picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.posts-list-blk-postimg .posts-img-grid.two {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 280px;
}
@media screen and (max-width: 767px) {
  .posts-list-blk-postimg .posts-img-grid.two {
    grid-template-rows: 170px;
  }
}
.posts-list-blk-postimg .posts-img-grid.three {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 170px);
}
@media screen and (max-width: 767px) {
  .posts-list-blk-postimg .posts-img-grid.three {
    grid-template-rows: repeat(2, 100px);
  }
}
.posts-list-blk-postimg .posts-img-grid.three picture:nth-of-type(1) {
  grid-area: 1/1/3/2;
}
.posts-list-blk-postimg .posts-img-grid.three picture:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.posts-list-blk-postimg .posts-img-grid.three picture:nth-of-type(3) {
  grid-area: 2/2/3/3;
}
.posts-list-blk-postimg .posts-img-grid.four {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 255px);
}
@media screen and (max-width: 767px) {
  .posts-list-blk-postimg .posts-img-grid.four {
    grid-template-rows: repeat(2, 170px);
  }
}
.posts-list-blk-postimg .posts-img-grid.four picture:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.posts-list-blk-postimg .posts-img-grid.four picture:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.posts-list-blk-postimg .posts-img-grid.four picture:nth-of-type(3) {
  grid-area: 2/1/3/2;
}
.posts-list-blk-postimg .posts-img-grid.four picture:nth-of-type(4) {
  grid-area: 2/2/3/3;
}
.posts-list-blk-postimg .posts-img-grid.five-over {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 255px);
}
@media screen and (max-width: 767px) {
  .posts-list-blk-postimg .posts-img-grid.five-over {
    grid-template-rows: repeat(2, 170px);
  }
}
.posts-list-blk-postimg .posts-img-grid.five-over picture:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.posts-list-blk-postimg .posts-img-grid.five-over picture:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.posts-list-blk-postimg .posts-img-grid.five-over picture:nth-of-type(3) {
  grid-area: 2/1/3/2;
}
.posts-list-blk-postimg .posts-img-grid.five-over picture:nth-of-type(4) {
  grid-area: 2/2/3/3;
  position: relative;
}
.posts-list-blk-postimg .posts-img-grid.five-over picture:nth-of-type(4)::before {
  content: "+" attr(data-oversheets);
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.posts-list-blk-postimg .posts-img-grid.five-over picture:nth-of-type(4) img {
  filter: brightness(50%);
}
.posts-list-blk-postimg.nopostimg {
  border: 1px solid #DEDEDE;
  border-radius: 11px;
  position: relative;
  padding: 40px;
}
.posts-list-blk-postimg.nopostimg img {
  aspect-ratio: auto;
  width: 150px;
  height: 150px;
  display: block;
  margin: auto;
  border: 3px solid #FEBFBF;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-list-blk-date {
  font-size: 1.6rem;
  margin: 5px 0 10px;
}
.posts-list .ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 2rem;
  align-items: center;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .posts-list .ttl {
    margin-bottom: 15px;
  }
}
.posts-list .ttl .thumbnail-img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #29A1CE;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .posts-list .ttl .thumbnail-img {
    height: 44px;
    width: 44px;
  }
}
.posts-list .ttl .ttl_txt {
  max-width: 80%;
  width: calc(100% - 125px);
  color: #29A1CE;
  font-size: 2rem;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .posts-list .ttl .ttl_txt {
    font-size: 1.6rem;
    /*
    max-width: 70%;
    */
    width: calc(100% - 114px);
  }
}
.posts-list .ttl .dotte {
  cursor: pointer;
  max-width: 7%;
  width: 100%;
  background-color: #707070;
  border-radius: 50%;
  color: #fff;
  letter-spacing: -2px;
  width: 33px;
  height: 33px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .posts-list .ttl .dotte {
    width: 30px;
    height: 30px;
    max-width: 100%;
  }
}
.posts-list .ttl .dotte img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .posts-list .ttl .dotte img {
    margin-bottom: 1px;
  }
}
.posts-list .ttl .edit-icon {
  position: relative;
  width: 115px;
}
.posts-list .ttl .edit-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: -21px;
  width: 15px;
  height: 16px;
  background: url(/um/_assets/img/home/edit-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.posts-list .ttl .edit-icon a {
  color: #666;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .posts-list .ttl .edit-icon a {
    font-size: 1.3rem;
  }
}
.posts-list-txt {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .posts-list-txt p {
    font-size: 1.4rem;
  }
}
.posts-list-txt-date {
  margin-top: 10px;
  font-size: 1.6rem;
}
.posts-list-iconlist {
  margin: 10px 0 15px 10px;
}
.posts-list-iconlist ul {
  display: flex;
  align-items: center;
}
.posts-list-iconlist ul li:nth-child(n+1) {
  margin-left: -10px;
}
.posts-list-iconlist ul li.number {
  margin-left: 10px;
  font-size: 1.8rem;
  color: #666;
}
.posts-list-hash {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  color: #29A1CE;
  font-size: 1.6rem;
}
.posts-list-hash a {
  color: #29A1CE;
}
@media screen and (max-width: 767px) {
  .posts-list-hash {
    flex-wrap: wrap;
  }
}
.posts-list-hash li {
  margin-bottom: 5px;
}
.posts-list-hash li:nth-child(n+1) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .posts-list-hash li {
    margin-bottom: 9px;
  }
}
.posts-list-hash li a {
  font-weight: 600;
  line-height: 1.3;
}
.posts.detail {
  margin: 65px auto;
}
@media screen and (max-width: 767px) {
  .posts.detail {
    margin: 25px auto;
  }
}
.posts.detail .icon_happy_gry {
  margin-right: 20px;
}

.modaal-wrapper.modalicon .modaal-container {
  background: none;
  box-shadow: none;
}
.modaal-wrapper.modalicon .modaal-container .modaal-content-container {
  max-width: 420px;
  margin: auto;
  position: relative;
  padding: 45px 0px;
}
.modaal-wrapper.modalicon .modaal-container .modaal-content-container .icon-modal-open-blk {
  display: flex;
  width: 80%;
  margin: auto;
  -moz-column-gap: 6%;
       column-gap: 6%;
}
.modaal-wrapper.modalicon .modaal-container .modaal-content-container .modal-close-fix-btn {
  font-size: 5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper.modalicon .modaal-container .modaal-content-container .modal-close-fix-btn {
    right: 5%;
  }
}
.modaal-wrapper.modalicon .modaal-container .modaal-content-container .modal-close-fix-btn span {
  position: absolute;
  right: 0;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper.modalicon .modaal-container .modaal-content-container .modal-close-fix-btn span {
    right: 0;
    top: -50px;
  }
}
.modaal-wrapper.modalicon .modaal-container .modaal-content-container .icon-modal-open-txt {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.mypage-modal.report-modal {
  margin-top: -50px;
}
.mypage-modal.report-modal .name-memory-btn {
  background-color: #000000 !important;
}
.mypage-modal .matching-modal-ttl {
  text-align: center;
  margin-bottom: 10px;
}
.mypage-modal .matching-modal-ttl-body {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.mypage-modal .report-modal-input {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.mypage-modal .report-modal-input textarea {
  width: 100%;
  border: 1px solid #707070;
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  font-size: 1.4rem;
}

.report-modal-complete-on {
  margin-top: -60px;
}
.report-modal-complete-on svg {
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
.report-modal-complete-on-chk {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto 20px;
}
.report-modal-complete-on-ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
.report-modal-complete-on-txt {
  font-size: 1.6rem;
}
.report-modal-complete-on-btn {
  max-width: 127px;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 49px;
  margin: 20px auto 0;
  display: block;
  height: 48px;
}

.communityblk {
  margin-top: 50px;
}

.terms-blk {
  max-width: 650px;
  width: 100%;
  margin: 10% auto;
}
.terms-blk-ttl {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.terms-blk-txt {
  border: 1px solid #707070;
  height: 320px;
  overflow-y: scroll;
  padding: 15px;
  font-size: 1.6rem;
}
.terms-blk-btnlist {
  margin: 40px auto 0;
  max-width: 300px;
  width: 100%;
}
.terms-blk-btnlist .wthite {
  color: #29A1CE;
  background-color: #fff;
  margin-bottom: 30px;
}
.terms-blk-btnlist .wthite:hover {
  background-color: #29A1CE;
  color: #fff;
}

/*変数設定用*/
button {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.saerch-profileblk .btm-btnlist.style2 {
  padding: 10px;
}
.saerch-profileblk .btm-btnlist.style2 .btm-btnlist-blk {
  width: initial;
  margin: initial;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.saerch-profileblk .profile-btn {
  text-align: center;
  padding: 12px;
  border-radius: 20px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  width: 150px;
}
.saerch-profileblk .profile-btn.good-icon {
  background: #AB852D;
}
.saerch-profileblk .profile-btn.favorite-icon {
  background: #29A1CE;
}
.saerch-profileblk .profile-btn.unclickable.good-icon, .saerch-profileblk .profile-btn.unclickable.favorite-icon {
  background: #aaa;
}
@media screen and (min-width: 768px) {
  .saerch-profileblk .profile-btn.unclickable:hover {
    opacity: 1;
  }
}
.saerch-profileblk .profile-btn img {
  width: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .saerch-profileblk .profile-btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.search-result-blk {
  margin: 15px 0;
}
.search-result-blk p {
  font-size: 1.4rem;
}
.search-result-blk .number {
  margin-top: 5px;
  font-weight: bold;
}
.search-result-blk .number span {
  font-size: 1.6rem;
  color: #C0A361;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .search-result-blk p {
    font-size: 1.6rem;
  }
  .search-result-blk .number span {
    font-size: 2rem;
  }
}

.tab-blk {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
.tab-blk .tab-item {
  width: 50%;
  text-align: center;
  padding-bottom: 3px;
  border-bottom: 2px solid #aaa;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
}
.tab-blk .tab-item.active {
  border-bottom: 2px solid #29A1CE;
}

.toranomaki-blk {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .toranomaki-blk {
    padding-top: 0;
  }
}
.toranomaki-blk .new-topic-area .topic-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}
.toranomaki-blk .new-topic-area .topic-list li {
  width: 48%;
}
.toranomaki-blk .new-topic-area .topic-list li figure {
  position: relative;
}
.toranomaki-blk .new-topic-area .topic-list li figure.new::before {
  top: 7px;
  left: 5px;
  position: absolute;
  content: "NEW";
  background: #F43C30;
  border-radius: 7px;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 3px 9px;
  color: #fff;
}
.toranomaki-blk .new-topic-area .topic-list li figure img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.toranomaki-blk .new-topic-area .topic-list li figure figcaption {
  margin-top: 10px;
  border-left: 2px solid #29A1CE;
  padding-left: 6px;
}
.toranomaki-blk .new-topic-area .topic-list li figure figcaption .cate {
  font-size: 1.2rem;
  color: #999;
}
.toranomaki-blk .new-topic-area .topic-list li figure figcaption .topic-ttl {
  margin-top: 3px;
  color: #666;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .toranomaki-blk .new-topic-area .topic-list li figure figcaption .cate {
    font-size: 1.4rem;
  }
  .toranomaki-blk .new-topic-area .topic-list li figure figcaption .topic-ttl {
    font-size: 1.6rem;
  }
}
.toranomaki-blk .archive-area {
  margin-top: 40px;
}
.toranomaki-blk .archive-area .archive-blk:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .toranomaki-blk .archive-area .archive-blk .cate-ttl {
    font-size: 1.8rem;
  }
}
.toranomaki-blk .archive-area .archive-blk .cate-ttl {
  width: 100%;
  padding: 15px 10px;
  font-size: 1.6rem;
  color: #fff;
  background: #30A1CE;
}
@media screen and (min-width: 768px) {
  .toranomaki-blk .archive-area .archive-blk .cate-ttl {
    font-size: 1.8rem;
  }
}
.toranomaki-blk .archive-area .archive-blk .archive-list a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #666;
  padding: 15px 0;
  padding-right: 50px;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .toranomaki-blk .archive-area .archive-blk .archive-list a {
    font-size: 1.4rem;
  }
}
.toranomaki-blk .archive-area .archive-blk .archive-list a::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8E8E8D;
  border-right: 2px solid #8E8E8D;
  transform: rotate(45deg);
}
.toranomaki-blk .detail-area h1 {
  font-size: 2rem;
  color: #30A1CE;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.toranomaki-blk .detail-area .cate {
  font-size: 1.4rem;
}
.toranomaki-blk .detail-area img {
  border-radius: 6px;
  border: 1px solid #ccc;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.toranomaki-blk .edit-area {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}
.toranomaki-blk .edit-area > * + * {
  margin-top: 20px;
}
.toranomaki-blk .edit-area p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}
.toranomaki-blk .edit-area strong {
  font-weight: bold;
}
.toranomaki-blk .edit-area img {
  border-radius: 6px;
  border: 1px solid #ccc;
}
.toranomaki-blk .edit-area h2 {
  width: 100%;
  padding: 15px 10px;
  font-size: 1.8rem;
  color: #fff;
  background: #30A1CE;
}
.toranomaki-blk .edit-area h3 {
  border-left: 3px solid #29A1CE;
  font-size: 1.6rem;
  padding: 3px 10px;
}
.toranomaki-blk .edit-area ul {
  padding-left: 17px;
}
.toranomaki-blk .edit-area ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  padding-left: 15px;
  position: relative;
}
.toranomaki-blk .edit-area ul li:not(:first-child) {
  margin-top: 10px;
}
.toranomaki-blk .edit-area ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 5px;
  left: 0;
  border-radius: 40px;
  background: #30A1CE;
}
.toranomaki-blk .edit-area ol {
  margin-left: 30px;
}
.toranomaki-blk .edit-area ol li {
  list-style-type: decimal;
}

@media only screen and (min-width: 767px) and (max-width: 1180px) {
  .community-thread .thread-input .content-up-area.ipad {
    width: 62%;
  }
}

/*変数設定用*/
.profile-conf-profileblk-profile-msg .pro-url {
  display: grid;
  align-items: center;
  grid-template: "h3 h3 btn" 30px "..... ..... ....." 20px "input input input"/1fr 1fr 20%;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-msg .pro-url {
    grid-template: "h3 h3 btn" 30px "..... ..... ....." 20px "input input input"/1fr 1fr 30%;
  }
}
.profile-conf-profileblk-profile-msg .pro-url h3 {
  grid-area: h3;
  line-height: 1.5;
  margin-bottom: 0;
}
.profile-conf-profileblk-profile-msg .pro-url .text-input {
  grid-area: input;
}
.profile-conf-profileblk-profile-msg .pro-url .copy-btn {
  grid-area: btn;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 10px 10px 30px;
}
.profile-conf-profileblk-profile-msg .pro-url .copy-btn::after {
  content: "";
  position: absolute;
  left: 30px;
  display: inline-block;
  background: url(../img/community/icon_copy_white.png);
  width: 16px;
  height: 19px;
  background-size: cover;
}
.profile-conf-profileblk-profile-msg .pro-url .copy-btn:hover::after {
  background: url(../img/community/icon_copy.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profile-conf-profileblk-profile-msg .pro-url .copy-btn {
    font-size: 1.2rem;
    padding: 10px 0px 10px 20px;
  }
  .profile-conf-profileblk-profile-msg .pro-url .copy-btn::after {
    left: 9%;
    width: 12px;
    height: 15px;
  }
}

/*変数設定用*/
.reaction-balloon {
  background: #2D98C4;
  padding: 10px;
  padding-right: 30px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
.reaction-balloon p {
  color: #fff;
  font-size: 1.3rem;
}
.reaction-balloon button {
  color: #fff;
  font-size: 2.5rem;
  line-height: 0.6;
  position: absolute;
  right: 8px;
  top: 5px;
}
.reaction-balloon::after {
  content: "";
  border: 8px solid transparent;
  border-top: 10px solid #2D98C4;
  top: 98%;
  left: 2.4%;
  position: absolute;
}

.posts.detail .posts-list-iconlist ul .icon_happy_gry {
  margin-right: 0;
}

.community-thread .talk-blk .msg-block .posts-list-iconlist ul .icon_happy_gry {
  margin-right: 0;
}

.posts-list-iconlist ul li img {
  width: 30px;
}
.posts-list-iconlist ul li .good {
  width: 36px;
}

.icon-modal-open-blk.icon_8 {
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: initial;
       column-gap: initial;
  gap: 10px 5px;
}
.icon-modal-open-blk.icon_8 .icon-modal-open-blk-list {
  width: 19%;
}
.icon-modal-open-blk.icon_8 .icon-modal-open-blk-list.good {
  width: 23%;
  margin-left: -13px;
}

.modal-ttl.btm-border {
  border-bottom: 2px solid #B4B4B4;
  padding-bottom: 20px;
}

.reaction-modal .reaction-total {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reaction-modal .reaction-total {
    aspect-ratio: 4/5;
    overflow: auto;
  }
}
.reaction-modal .reaction-total li {
  display: flex;
  font-size: 1.5rem;
  align-items: center;
}
.reaction-modal .reaction-total li:not(:first-child) {
  margin-top: 15px;
}
.reaction-modal .reaction-total li .user-icon {
  width: 15%;
  margin-right: 10px;
}
.reaction-modal .reaction-total li .user-icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #29A1CE;
}
.reaction-modal .reaction-total li .name {
  width: 60%;
  color: #666;
  font-weight: 500;
  line-height: 1.2;
}
.reaction-modal .reaction-total li .icon-img {
  width: 11%;
  margin-left: auto;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .reaction-modal .reaction-total li .user-icon {
    width: 9%;
  }
  .reaction-modal .reaction-total li .icon-img {
    width: 7%;
  }
}

@media screen and (max-width: 767px) {
  #u-matching #contents.thread-wrap.relative:has(.inner.talk) {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .community-thread .talk-blk {
    padding: 0 0 30%;
  }
}
.community-thread .talk-blk .fix-user-wrap {
  z-index: 90;
  background-color: #fff;
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .community-thread .talk-blk .fix-user-wrap {
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .community-thread .talk-blk .fix-user-wrap {
    top: -17px;
  }
}
.community-thread .talk-blk .fix-user-wrap .fix-user-wrap-name {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .community-thread .talk-blk .fix-user-wrap.fixed {
    top: -17px;
    position: fixed;
    top: 39px;
    width: 100%;
  }
}
.community-thread .msg-block .text .text-outer {
  position: relative;
}
.community-thread .msg-block .text .menu-blk {
  display: flex;
  position: absolute;
  align-items: flex-start;
  left: 20px;
  bottom: -28px;
  width: 100%;
  height: 23px;
}
.community-thread .msg-block .text .menu-blk .menubtn {
  font-size: 1.2rem;
  color: #666;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}
.community-thread .msg-block .text .menu-blk .menubtn::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #666;
  display: inline-block;
  top: 5px;
  left: 0;
}
.community-thread .msg-block .text .menu-blk .menubtn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #666;
  display: inline-block;
  top: 10px;
  left: 0;
}
.community-thread .msg-block .text .menu-blk .posts-list-iconlist {
  position: static;
  width: initial;
  margin: 0;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .community-thread .msg-block .text .menu-blk .posts-list-iconlist ul li .good {
    width: 29px;
  }
  .community-thread .msg-block .text .menu-blk .posts-list-iconlist ul li img {
    width: 22px;
  }
}
.community-thread .msg-block .text .message-blk {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.community-thread .msg-block .text .message-blk .user-icon {
  width: 100%;
  max-width: 50px;
  min-width: 50px;
  margin-right: 10px;
}
.community-thread .msg-block .text .message-blk .user-icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #29A1CE;
}
.community-thread .msg-block .text .message-blk .txtblk .name {
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
}
.community-thread .msg-block .text .message-blk .txtblk .message {
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.community-thread .msg-block.other .text .menu-blk {
  right: 0;
  left: initial;
  justify-content: flex-end;
}

.community-thread .msg-block .posts-list-iconlist ul .number {
  font-size: 1.5rem;
  margin-left: 2px !important;
}

.btm-menu-check.talk-menu .modal_state_btn {
  padding: 27px 15px 27px;
}
@media screen and (min-width: 768px) {
  .btm-menu-check.talk-menu .modal_state_btn {
    padding: 47px 7%;
    width: calc(100% - 350px);
    bottom: 0;
    left: 350px;
    right: initial;
  }
}
.btm-menu-check.talk-menu .modal_state_btn .reaction-choice {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btm-menu-check.talk-menu .modal_state_btn .reaction-choice {
    flex-wrap: wrap;
  }
}
.btm-menu-check.talk-menu .modal_state_btn .reaction-choice li {
  width: calc(25% - 10px);
}
.btm-menu-check.talk-menu .modal_state_btn .reaction-choice li button {
  width: 100%;
  aspect-ratio: 1;
  background: #eee;
  border-radius: 50%;
  transition: all 0.3s;
}
.btm-menu-check.talk-menu .modal_state_btn .reaction-choice li button:hover {
  opacity: 0.7;
}
.btm-menu-check.talk-menu .modal_state_btn .reaction-choice li button img {
  width: 65%;
  margin: auto;
}
.btm-menu-check.talk-menu .modal_state_btn .reaction-choice li button .good {
  width: 75%;
  margin-left: -3px;
}
.btm-menu-check.talk-menu .modal_state_btn .menu-list {
  margin-top: 15px;
}
.btm-menu-check.talk-menu .modal_state_btn .menu-list li button {
  border-top: 1px solid #eee;
  font-size: 1.6rem;
  width: 100%;
  text-align: left;
  padding: 12px 10px;
  transition: all 0.3s;
  color: #000;
}
.btm-menu-check.talk-menu .modal_state_btn .menu-list li button:hover {
  opacity: 0.7;
}
.btm-menu-check.talk-menu .modal_state_btn .menu-list li button span {
  width: 25px;
  margin-right: 10px;
}
.btm-menu-check.talk-menu .modal_state_btn .menu-list li button span .imgsave {
  width: 16px;
}
.btm-menu-check.talk-menu .modal_state_btn .menu-list li button span .delete {
  width: 20px;
}
.btm-menu-check.talk-menu .modal_state_btn .menu-list li button span .reply {
  width: 22px;
}
.btm-menu-check.talk-menu .modal_state_btn .menu-list li button span .report {
  width: 25px;
}

.reply_message {
  width: 100%;
  bottom: 120px;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  padding: 13px;
}
@media screen and (min-width: 768px) {
  .reply_message {
    bottom: 158px;
    max-width: 852.5px;
    width: calc(100% - 320px);
    padding: 13px 20px 0 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1320px) {
  .reply_message {
    width: -webkit-fill-available;
    max-width: initial;
  }
}
.reply_message .message-blk-wrap {
  position: relative;
}
.reply_message .message-blk-wrap button {
  position: absolute;
  right: 0px;
  top: -7px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 0.6;
}
.reply_message .message-blk-wrap .message-blk {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.reply_message .message-blk-wrap .message-blk .user-icon {
  width: 15%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .reply_message .message-blk-wrap .message-blk .user-icon {
    width: 8%;
    margin-right: 20px;
  }
}
.reply_message .message-blk-wrap .message-blk .user-icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #29A1CE;
}
.reply_message .message-blk-wrap .message-blk .txtblk {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .reply_message .message-blk-wrap .message-blk .txtblk {
    width: 90%;
  }
}
.reply_message .message-blk-wrap .message-blk .txtblk .name {
  font-weight: bold;
  font-size: 1.4rem;
}
.reply_message .message-blk-wrap .message-blk .txtblk .message {
  width: 100%;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reply_message .message-blk-wrap .message-blk .txtblk .message img {
  max-height: 110px;
  margin: 10px auto 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .reply_message .message-blk-wrap .message-blk .txtblk .message img {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1320px) {
  .community-thread .thread-input .content-up-area.ipad {
    width: -webkit-fill-available;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1320px) {
  #u-matching #contents.thread-wrap {
    padding: 46.7px 0px 0 28px;
  }
}

@media screen and (max-width: 767px) {
  #u-matching #contents.home {
    padding-bottom: 30px;
    position: relative;
  }
}

.btm-menu-check.plus .general-modal-content {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .btm-menu-check.plus .general-modal-content {
    padding: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1320px) {
  .btm-menu-check.plus .general-modal-content {
    width: 70%;
  }
}
.btm-menu-check.plus .general-modal-content .plus-content {
  text-align: center;
}
.btm-menu-check.plus .general-modal-content .plus-content p {
  text-align: center;
}
.btm-menu-check.plus .general-modal-content .plus-content .top-t {
  font-size: 1.5rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.btm-menu-check.plus .general-modal-content .plus-content figure {
  margin: 20px auto;
  width: 87%;
}
.btm-menu-check.plus .general-modal-content .plus-content figure figcaption {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .btm-menu-check.plus .general-modal-content .plus-content figure figcaption {
    font-size: 2.2rem;
  }
}
.btm-menu-check.plus .general-modal-content .plus-content .btm-t {
  font-size: 1.6rem;
}
.btm-menu-check.plus .general-modal-content .plus-content .blue-link {
  margin-top: 20px;
}

.user-swiper > * + * {
  margin-top: 15px;
}
.user-swiper .txt-wrap .name {
  font-size: 1.3rem;
}
.user-swiper .txt-wrap .user-data {
  margin-top: 10px;
}
.user-swiper .txt-wrap .user-data li {
  font-size: 1.2rem;
  line-height: 1.4;
}
.user-swiper .txt-wrap .user-data .address-icon::before {
  content: "";
  background: url(../img/common/address_icon.png);
  display: inline-block;
  width: 11px;
  height: 15px;
  margin-right: 5px;
  background-size: contain;
  position: relative;
  bottom: -3px;
}

.user-area .user-data,
.user-list .user-data {
  margin-top: 10px;
}
.user-area .user-data li,
.user-list .user-data li {
  font-size: 1.2rem;
  line-height: 1.4;
}
.user-area .user-data .address-icon::before,
.user-list .user-data .address-icon::before {
  content: "";
  background: url(../img/common/address_icon.png);
  display: inline-block;
  width: 11px;
  height: 15px;
  margin-right: 5px;
  background-size: contain;
  position: relative;
  bottom: -3px;
}

.mypage-blue-btn.my-img-change-btn .req {
  font-size: 1.4rem;
  color: #FF0000;
}

.saerch-profileblk .profile-btn.message-icon {
  background: #FF9300;
}

.matching-counter p {
  font-size: 1.4rem;
  text-align: right;
}
.matching-counter + .matching-list {
  margin-top: 0;
}

.matching-menu-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.matching-menu-wrap .order-select-box select {
  width: 225px;
}

.message-search .inner > * + * {
  margin-top: 20px;
}
.message-search .result-count-wrap p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #AB842D;
}
.message-search .message-list-wrap .user {
  padding: 1.5rem 0;
  justify-content: space-between;
}
.message-search .message-list-wrap .user p {
  font-size: 1.2rem;
}
.message-search .message-list-wrap .user .user_img {
  width: 60px;
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-search .message-list-wrap .user .user_data {
  flex: 1;
}
.message-search .message-list-wrap .user .user_data .name {
  font-size: 1.3rem;
  font-weight: bold;
}
.message-search .message-list-wrap .user .user_data .message-txt {
  margin-top: 5px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.message-search .message-list-wrap .user .user_data .message-txt .gold {
  color: #AB842D;
}
.message-search .message-list-wrap .user .message-day p {
  font-size: 1rem;
}
.message-search .serch-flex {
  display: flex;
  justify-content: space-between;
}
.message-search .serch-flex .text-input.search {
  background: #F7F7F7;
  width: 90%;
  height: 100%;
  display: block;
  border-radius: 5px;
  padding: 10px 45px 10px 10px;
}
@media screen and (min-width: 768px) {
  .message-search .serch-flex .text-input.search {
    width: 95%;
  }
}
.message-search .serch-flex .text-input.search input {
  background: #F7F7F7;
  padding-bottom: 0;
  width: 100%;
}
.message-search .serch-flex .text-input.search input ::-moz-placeholder {
  font-size: 1.6rem;
}
.message-search .serch-flex .text-input.search input ::placeholder {
  font-size: 1.6rem;
}
.message-search .serch-flex .text-input.search a img {
  width: 20px;
}
.message-search .serch-flex .close {
  font-size: 3rem;
  line-height: 1;
  color: #666;
}

.thread-menu .message-search-icon {
  padding-right: 15px;
}

.logo-wrap .message-search-icon {
  position: absolute;
  right: 85px;
  top: 10px;
}

.message-txt .markar {
  background: #FFE165;
}
.message-txt a {
  color: #29A1CE;
}
.message-txt a:not([href^="tel:"]):link,
.message-txt a:not([href^="tel:"]):visited {
  display: inline-block;
  text-decoration: underline;
  color: #29A1CE;
}

.community-search-blk.join .communityblk .community-wrapper {
  padding-bottom: 50px;
}
.community-search-blk.join .communityblk .community-wrapper .community-list .txt-wrap .name.deleted {
  position: relative;
}
.community-search-blk.join .communityblk .community-wrapper .community-list .txt-wrap .name.deleted::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
  margin-right: 5px;
  background: url(/um/_assets/img/common/deleted_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.community-txt .community-txt-ttl.deleted {
  position: relative;
}
.community-txt .community-txt-ttl.deleted::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -2px;
  margin-right: 5px;
  background: url(/um/_assets/img/common/deleted_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.community-txt-intro.red {
  font-weight: bold;
  color: #F43C30;
}

.community-category-blk-user {
  padding-bottom: 100px;
}

.section-user .welfareBtn {
  width: initial;
  height: initial;
  padding: 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .section-user .welfareBtn span {
    font-size: 1rem;
  }
}
.section-user .welfareBtn span::before {
  width: 19px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .section-user .welfareBtn {
    width: 230px;
    display: block;
  }
}
.section-user .talk_txt {
  font-size: 1.2rem;
}

.welfare .section-service .service_item .review-wrap .service_desc .service_content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.welfare .section-service .service_item .review-wrap .review-edit-wrap {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.welfare .section-service .service_item .review-wrap .review-edit-wrap a {
  font-size: 1.4rem;
  width: 150px;
  padding: 10px;
  margin: 0;
}
.welfare .section-service .service_item .review-wrap .review-edit-wrap .detail {
  background: #D8AD62;
  border: #D8AD62 2px solid;
}
.welfare .section-service .service_item .review-wrap .review-edit-wrap .detail:hover {
  border: 2px solid #D8AD62;
  background: #fff;
  color: #D8AD62;
}

.community-add-content .input-ttl.req {
  position: relative;
  display: inline-block;
}
.community-add-content .input-ttl.req::after {
  content: "*";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e26f6f;
}

@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-staus .saerch-profileblk-profile-staus-name {
    width: 73%;
  }
}
.saerch-profileblk-profile-staus .saerch-profileblk-profile-staus-number {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-staus .saerch-profileblk-profile-staus-number {
    width: 27%;
  }
}
.saerch-profileblk-profile-staus .saerch-profileblk-profile-staus-number .nice-txt {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .saerch-profileblk-profile-staus .saerch-profileblk-profile-staus-number .nice-txt {
    font-size: 1.1rem;
    text-align: right;
    letter-spacing: -0.09em;
  }
}

@media screen and (max-width: 767px) {
  .profile-conf .saerch-profileblk-profile-slider-wrap {
    margin-top: -500px;
    height: 500px;
  }
  .profile-conf .profile-conf-profileblk-profile-msg {
    margin-top: 0;
  }
  .profile-conf .swiper-button-next,
  .profile-conf .swiper-button-prev {
    top: 40%;
  }
}

.bnr-wrap {
  margin: 60px auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bnr-wrap {
    width: 75%;
  }
}
.bnr-wrap.home-bnr {
  margin-top: 15px;
}
.bnr-wrap .swiper-pagination {
  bottom: -20px;
}
.bnr-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #969696;
}

.modal-pref-list label {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .saerch-profileblk {
    display: flex;
    flex-direction: column;
  }
  .saerch-profileblk > * {
    order: 2;
  }
  .saerch-profileblk-profile-msg {
    margin-top: 0;
  }
  .saerch-profileblk-profile-slider-wrap {
    order: 0;
    margin-top: -354px;
    width: 100%;
  }
  .saerch-profileblk-bkimg {
    order: 0;
  }
  .saerch-profileblk-profile {
    order: 1;
  }
  .profile-conf .saerch-profileblk-profile-slider-wrap {
    margin-top: 0;
    margin-top: -354px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .saerch-profileblk-profile-staus {
    display: flex;
    flex-direction: column;
  }
  .saerch-profileblk-profile-staus > * {
    order: 2;
  }
  .saerch-profileblk-profile-staus .saerch-profileblk-profile-staus-name {
    order: 0;
  }
}
.batch-wrap {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  flex-wrap: wrap;
}
.batch-wrap > * {
  height: 25px;
}
.batch-wrap .member-id {
  background: #666;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding: 10px;
  display: grid;
  place-content: center;
  border-radius: 6px;
  font-size: 11px;
}
.batch-wrap .welfareBtn {
  margin-top: 0;
}

.conditions-area .saerch-blk-form.mode {
  margin-top: 0 !important;
}
.conditions-area .saerch-blk-form.mode label span {
  font-size: 1.2rem !important;
}

@media screen and (max-width: 767px) {
  .profile-name-container {
    flex-direction: column !important;
  }
}

.mypage.mpoint-mode {
  background: #e2f7ff;
}
.mypage.mpoint-mode .selectBox {
  background: #fff;
  padding: 20px 0px;
  margin-top: 20px;
}
.mypage.mpoint-mode .mode {
  background: #F43C30;
  padding: 10px;
  border-radius: 5px;
  margin: 110px 5rem 0;
}
@media screen and (max-width: 767px) {
  .mypage.mpoint-mode .mode {
    margin-top: 30px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.mypage.mpoint-mode .mode p {
  color: #fff;
}
.mypage.mpoint-mode .mode .mode-ttl {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.mypage.mpoint-mode .mode .mode-txt {
  margin-top: 5px;
  font-size: 13px;
}

.add-txt {
  font-size: 1.3rem;
}

.communityblk.renew.category, .communityblk.renew.archive {
  margin-bottom: 30px;
}
.communityblk.renew .community-wrapper {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1%;
}
@media screen and (min-width: 768px) {
  .communityblk.renew .community-wrapper {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 1%;
         column-gap: 1%;
  }
}
.communityblk.renew .community-list {
  border: 1px solid #eee;
  border-radius: 6px;
}
.communityblk.renew .list-wrap {
  border-top: 40px solid #000;
  padding: 10px 6px;
  border-radius: 6px;
}
.communityblk.renew .community-pic .community-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 57%;
  height: auto;
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: 10px;
  margin-top: -30px;
}
.communityblk.renew .txt-wrap {
  margin-top: 7px;
}
.communityblk.renew .txt-wrap .name-wrapper {
  display: flex;
  align-items: center;
  height: 40px;
}
.communityblk.renew .txt-wrap .name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: start;
}
.communityblk.renew .txt-wrap .c-lead-wrapper {
  display: flex;
  align-items: start;
  height: 40px;
}
.communityblk.renew .txt-wrap .c-lead {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: start;
}
.communityblk.renew .txt-wrap .info-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.communityblk.renew .txt-wrap .number {
  margin-top: 0;
}
.communityblk.renew .txt-wrap .edit {
  color: #666;
  font-size: 1.2rem;
  position: relative;
}
.communityblk.renew .txt-wrap .edit::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -18px;
  width: 13px;
  height: 12px;
  background: url(/um/_assets/img/home/edit-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.communityblk.renew .com-btn-wrap {
  margin-top: 10px;
}
.communityblk.renew .com-btn-wrap > * + * {
  margin-top: 8px;
}
.communityblk.renew .com-btn-wrap .blue-link {
  font-size: 1.2rem;
  padding: 12px 0;
}
.communityblk.renew .com-btn-wrap .blue-link:hover {
  background: #29A1CE;
  color: #fff;
}
.communityblk.renew .com-btn-wrap .blue-link.white {
  background: #fff;
  color: #29A1CE;
  border: 1px solid #29A1CE;
}
.communityblk.renew .com-btn-wrap .blue-link.dotRed {
  position: relative;
}
.communityblk.renew .com-btn-wrap .blue-link.dotRed::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #F43C30;
  border-radius: 10px;
  top: -5px;
  right: 0;
}

.charge-blk-about .add-txt {
  font-size: 1.2rem;
  margin-top: 10px;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .charge-blk-about .add-txt {
    width: 100%;
  }
}

.miniblog-search .community-ttlarea-wrap .text-input {
  width: 345px;
  padding: 4px 20px;
  background-color: #fff;
}
.miniblog-search .community-ttlarea-wrap .text-input input {
  background-color: #fff;
  padding-bottom: 0;
  font-size: 1.6rem;
  width: 88%;
}/*# sourceMappingURL=style.css.map */