@charset "UTF-8";

/* =========================================
   マイページ フォーム
========================================= */
.mypage-form {
  background: #FFFFFF;
  padding: 0 0 40px;
}
.mypage-form__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.mypage_title {
  margin: 0 0 0 0;
  padding: 20px 10px 18px;
  background:#E72326;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.mypage-form__title {
  margin: 0 0 15px 0;
  padding: 5px 0 12px 0;
  background:#FF989A;
  text-align: center;
		border-bottom: solid 1px #FFF;
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.mypage-form__title span{
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
		text-shadow: 0px 1px 3px rgba(119, 0, 0, 0.5);
}

.mypage-form__intro {
  padding: 38px 10px 10px;
  text-align: center;
}
.mypage-other {
  padding: 30px 1% 30px 4%;
}

.mypage-form__heading {
  margin: 0 0 20px;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.mypage-form__lead {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}


.mypage-form__body {
  padding: 16px 0 0;
}
/* =========================================
   共通のフォームパーツ
========================================= */
.c-form-row,
.c-form-block {
  margin: 0 0 28px;
}

.c-form-row--inline {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
}

.c-form-label,
.c-form-block-title {
  position: relative;
  color: #2b2b2b;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 500;
}
.c-form-label {
  width: 110px;
  flex: 0 0 110px;
  padding-left: 15px;
}

.c-form-label--en {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.c-form-label::before,
.c-form-block-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 5px;
  height: 1.35em;
  background: #db381d;
  border-radius: 1px;
}

.c-form-field {
  flex: 1 1 auto;
}

.c-form-block {
  padding: 0 16px;
}

.c-form-block-title {
  margin: 0 0 16px;
  padding-left: 24px;
}
.c-form-block-title.big{
font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
		color: #db381d;
}

.c-form-control {
  width: 100%;
  height: 60px;
  padding: 15px;
  border: 1px solid #a9a9a9;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}
.c-form-control:focus {
  outline: none;
  border-color: #d93c1e;
  background: #fff;
}
.c-form-control--textarea {
  height: 220px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
  line-height: 1.8;
}

.c-form-select-wrap {
  position: relative;
}

.c-form-select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #a7a7a7;
  transform: translateY(-35%);
  pointer-events: none;
}

.c-form-control--select {
  padding-right: 50px;
}


/* =========================================
   サムネール画像
========================================= */
.c-thumb-upload {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 8px 16px 34px;
}
.c-thumb-upload__image {
  width: 170px;
  flex: 0 0 170px;
}
.c-thumb-upload__image img {
  width: 170px;
  height: 170px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.c-thumb-upload__actions {
  flex: 1 1 auto;
}
.c-upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 76px;
  margin: 0 0 18px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  background: #f8f8f8;
  color: #333;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}
.c-upload-btn:last-child {
  margin-bottom: 0;
}
.c-upload-btn i {
  font-size: 30px;
  line-height: 1;
}

/* =========================================
   区切り / エラー / 同意
========================================= */

.c-form-error {
  margin: 50px 0 50px;
  padding: 30px 16px;
  background: #ffe7e7;
  color: #ff1e00;
  text-align: center;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
}

/* ===　同意　==== */
.c-form-consent {
  padding: 0 16px 0;
}
.c-form-consent__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 25px 0;
  border: 1px solid #b8b595;
  border-radius: 8px;
  background: #ffffe1;
  cursor: pointer;
}
.c-form-consent__label input {
  display: none;
}
.c-form-consent__box {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  background: #f4f4f4;
  flex: 0 0 32px;
}
.c-form-consent__label input:checked + .c-form-consent__box::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 9px;
  height: 16px;
  border-right: 3px solid #d93c1e;
  border-bottom: 3px solid #d93c1e;
  transform: rotate(45deg);
}
.c-form-consent__text {
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.c-form-consent__text a{
  color:#1C69DA;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
		text-decoration: underline;
}

/* =========================================
   会員登録
========================================= */

.required{
  color: #E00000;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
		text-align: center;
		padding: 25px 0 25px;
}
.txt01{
  color:#E00000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
		text-align: center;
		padding: 35px 0 25px;
}
.txt02{
  color:#333;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 500;
		text-align: left;
		padding: 25px 10% 25px;
}


/* =========================================
   退会ページ
========================================= */

ul.taikai{ padding: 5px 5px 5px 20px;}
ul.taikai li{
list-style: square;
line-height: 1.8;
}


/* =========================================
   スマートフォン専用調整
========================================= */
@media screen and (max-width: 374px) {
  .mypage-form__title {
    font-size: 18px;
  }
  .mypage-form__heading {
    font-size: 22px;
  }
  .mypage-form__lead {
    font-size: 16px;
  }

  .c-form-row--inline {
    gap: 12px;
  }
  .c-form-label {
    width: 100px;
    flex-basis: 100px;
    font-size: 20px;
  }
  .c-form-label--en {
    font-size: 26px;
  }
  .c-thumb-upload {
    gap: 16px;
  }
  .c-thumb-upload__image {
    width: 130px;
    flex-basis: 130px;
  }
  .c-thumb-upload__image img {
    width: 130px;
    height: 130px;
  }
  .c-upload-btn {
    font-size: 18px;
    height: 64px;
  }
  .c-upload-btn i {
    font-size: 28px;
  }
}


/* =========================================
   MYページ / プロジェクト一覧
========================================= */
.mypage-projects {
  background: #fff;
  padding: 0 0 40px;
}
.mypage-projects__list {
  padding: 18px 10px 0;
}

/* ===　カード　==== */
.mypage-project-card {
  padding: 24px 0 26px;
  border-bottom: 1px solid #bfbfbf;
}
.mypage-project-card__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.mypage-project-card__status {
  flex: 0 0 72px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.mypage-project-card__status--request {
  background: #8f96d4;
}
.mypage-project-card__status--draft {
  background:#928598;
}
.mypage-project-card__status--open {
  background: #08c95f;
}
.mypage-project-card__title {
  flex: 1;
  margin: 0px 0 0 0;
color: #111;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.mypage-project-card__main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 13px;
}

/* ===　画像　==== */
.mypage-project-card__thumb {
  flex: 0 0 145px;
  width: 145px;
}
.mypage-project-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===　各情報　==== */
.mypage-project-card__info {
  flex: 1;
  min-width: 0;
		margin-top: -5px;
}
.mypage-project-card__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.mypage-project-card__pricebox {
  flex: 0 0 auto;
}
.mypage-project-card__ratebox {
  flex: 1;
  min-width: 120px;
}
.mypage-project-card__label {
  margin: 0 0 5px;
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}
.mypage-project-card__price {
  margin: 0;
  color: #111;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

/* 既存 project-list-progress 系の上書き */
.mypage-project-card .project-list-progress-wrap {
  width: 96%;
  min-width: 0;
		margin-top: 5px;
}
.mypage-project-card .project-list-progress-bar {
  height: 20px;
}
.mypage-project-card .project-list-progress-fill {
  min-width: 28%;
}
.mypage-project-card .project-list-progress-percent {
  font-size: 13px;
}
/* 既存 project-list-meta 系の上書き */
.mypage-project-card__meta {
  gap: 14px;
  margin-bottom: 7px;
  color: #666;
  font-size: 13px;
  line-height: 1;
}
.mypage-project-card__meta .project-list-meta-item {
  gap: 5px;
}
.mypage-project-card__meta i {
  color: #cfcfcf;
  font-size: 20px;
}
/* 編集ボタン */
.mypage-project-card__edit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  border-radius: 7px;
  background: #2e70be;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
		padding: 14px 0 14px 0;
}
.mypage-project-card__edit-icon {
  font-size: 12px;
  line-height: 1;
}
.mypage-project-card__edit-text {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.38em;
  text-indent: 0.38em;
}

/* ボタン3つ */
.mypage-project-card__actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.mypage-project-card__sub-btn {
  flex: 1;
  min-height: 32px;
  border: 1px solid #a9a9a9;
  border-radius: 7px;
  background: #f8f8f8;
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
		padding: 8px 10px;
}
.mypage-project-card__sub-btn-icon {
  font-size: 12px;
  line-height: 1;
  color: #333;
}
.mypage-project-card__sub-btn-text {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}
.mypage-project-card__sub-btn-text small {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}
.mypage-project-card__delete-btn {
  flex: 0 0 80px;
  min-height: 32px;
  border: none;
  border-radius: 7px;
  background: #f0482e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: inherit;
  cursor: pointer;
}
.mypage-project-card__delete-icon {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.mypage-project-card__delete-text {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

/* =========================================
   MYページ / プロジェクト編集
========================================= */
.edit-project {
  background: #ffffff;
  padding: 0 0 36px;
}

.edit-project__page-title {
  margin: 0;
  padding: 16px 10px;
  background: #d9d9d9;
  color: #111;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.edit-project .mypage-form__body {
  padding-top: 0;
}

.edit-project .c-form-error {
  margin: 26px 0 28px;
  padding: 23px 16px;
  background: #fde3e3;
  color: #d83621;
  font-size: 18px;
  font-weight: 500;
}

.edit-project .c-form-block,
.edit-project .c-form-row {
  margin-bottom: 24px;
}

.edit-project .c-form-block-title,
.edit-project .c-form-label {
  font-size: 18px;
  font-weight: 500;
}

.edit-project .c-form-control {
  height: 54px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
}

.edit-project .c-form-control::placeholder {
  color: #9a9a9a;
}

.edit-project .c-form-control--textarea {
  height: 150px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.7;
}

.edit-project__textarea--pr {
  height: 140px;
}

.edit-project__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.edit-project__label-row .c-form-block-title {
  margin-bottom: 32px;
}

.edit-project__add-category-btn,
.edit-project__delete-pr-btn {
  flex: 0 0 auto;
  min-width: 96px;
  height: 32px;
  padding: 0 10px;
  border: none;
  border-radius: 4px;
  background:#E41A1E;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
		margin-bottom: 6px;
}

.edit-project__delete-pr-btn {
  background: #E41A1E;
  min-width: 78px;
}

.edit-project__divider {
  height: 1px;
  margin: 2px 16px 22px;
  background: #d8d8d8;
}

.edit-project__row {
  align-items: center;
}

.edit-project__row .c-form-label {
  width: 108px;
  flex: 0 0 108px;
  font-size: 18px;
}

.edit-project__period-fields {
  display: flex;
  align-items: center;
  gap: 8px;
}

.edit-project__calendar {
  width: calc(50% - 16px);
  text-align: center;
}

.edit-project__period-wave {
  flex: 0 0 24px;
  text-align: center;
  color: #111;
  font-size: 22px;
  line-height: 1;
}

/* ■　画像一覧　■ */
.edit-project__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 0 14px;
}

.edit-project__thumb,
.edit-project__pr-thumb {
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.edit-project__thumb img {
  display: block;
  width: 100%;
  height: 80px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.edit-project__pr-thumb img {
  display: block;
  width: 100%;
  height: 200px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.edit-project__pr-thumb img {
  aspect-ratio: 1 / 1;
}
/* ■　削除ボタン　■ */
.edit-project__thumb-delete {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 20px;
  padding: 0 6px;
  border: none;
  border-radius: 2px;
  background: #E41A1E;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}

.edit-project__upload-actions {
  display: flex;
  gap: 10px;
  padding: 0;
}

.edit-project__upload-actions .c-upload-btn {
  flex: 1;
  height: 48px;
  margin: 0;
  border-radius: 4px;
  background: #fafafa;
  font-size: 15px;
}

.edit-project__upload-actions .c-upload-btn i {
  font-size: 22px;
}

/* ■　セクション見出し　■ */
.edit-project__section-heading {
  margin: 28px 0 22px;
  padding: 14px 10px;
  background: #eeeeee;
  color: #111;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}

/* ■　PR画像エリア　■ */
.edit-project__pr-thumb-area {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.edit-project__pr-actions {
  flex: 0 0 42%;
  padding: 0;
}

.edit-project__pr-actions .c-upload-btn {
  height: 48px;
  margin: 0 0 10px;
  border-radius: 4px;
  background: #fafafa;
  font-size: 15px;
}

.edit-project__pr-actions .c-upload-btn:last-child {
  margin-bottom: 0;
}

.edit-project__pr-actions .c-upload-btn i {
  font-size: 22px;
}

.edit-project__pr-thumb {
  flex: 1;
}

/* ■　PR追加　■ */
.edit-project__add-pr-wrap {
  padding: 2px 16px 0;
  text-align: center;
}

.edit-project__add-pr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 78%;
  height: 52px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background: #f8f8f8;
  color: #333;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.edit-project__add-pr-btn i {
  font-size: 15px;
}

/* ■　注記　■ */
.edit-project__note {
  margin: 30px 16px 22px;
  color: #555;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400;
}

/* ■　送信ボタン　■ */
.edit-project__submit-wrap {
  padding: 0 16px;
}
.edit-project__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  height: 54px;
  margin: 0 0 14px;
  border-radius: 27px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.edit-project__submit i {
  position: absolute;
  left: 32px;
  font-size: 10px;
}
.edit-project__submit {
  position: relative;
  border: 1px solid #d0d0d0;
}
.edit-project__submit--primary {
  background: #d93c1e;
  border-color: #d93c1e;
  color: #fff;
}
.edit-project__submit--secondary {
  background: #f8f8f8;
  color: #444;
}
.edit-project__submit--secondary i {
  color: #b5b5b5;
}


/* =========================================
   MYページ / 活動報告一覧
========================================= */
.report-list {
  background: #ffffff;
  padding: 0 0 40px;
}
.report-list .mypage-projects__list {
  padding: 18px 10px 0;
}
.report-list .mypage-project-card {
  padding: 18px 0 22px;
  border-bottom: 1px solid #bfbfbf;
		margin-bottom: 7px;
}
.report-list .mypage-project-card__main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
}
.report-list .mypage-project-card__thumb {
  position: relative;
  flex: 0 0 39%;
  width: 39%;
}
.report-list .mypage-project-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.report-list .mypage-project-card__status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: auto;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}
.report-list .mypage-project-card__info {
  flex: 1;
  min-width: 0;
  margin-top: 0;
}
.report-list .mypage-project-card__title {
  margin: -5px 0 6px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.report-list .mypage-project-card__date {
  margin: 0 0 10px;
  color: #777;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
.report-list .mypage-project-card__actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
/* ■　編集ボタン　■ */
.report-list .mypage-project-card__edit-btn {
  flex: 1;
  width: auto;
  min-height: 40px;
  gap: 3px;
  border-radius: 7px;
  padding: 0 5px;
}
.report-list .mypage-project-card__edit-icon {
  font-size: 8px;
}
.report-list .mypage-project-card__edit-text {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
/* ■　削除ボタン　■ */
.report-list .mypage-project-card__delete-btn {
  flex: 0 0 90px;
  min-height: 40px;
  border-radius: 7px;
}
.report-list .mypage-project-card__delete-icon {
  font-size: 14px;
  line-height: 1;
}
.report-list .mypage-project-card__delete-text {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.report-list .edit-project__add-pr-wrap {
  padding: 28px 0 0;
  text-align: center;
}

.report-list .edit-project__add-pr-btn i {
  font-size: 18px;
}
.report-list .mypage-projects__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  margin: 34px 16px 0;
  padding: 16px;
  background: #e3e3e3;
  color: #111;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}



/* =========================================
   MYページ / 活動報告
========================================= */
.report .edit-project__add-pr-wrap {
  padding: 28px 0 60px 0;
  text-align: center;
}
.report_textarea {
  width: 100%;
  height: 40vh;
  padding: 15px;
  border: 1px solid #a9a9a9;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}
.report_textarea:focus {
  outline: none;
  border-color: #d93c1e;
  background: #fff;
}

/* =========================================
   MYページ / 支援履歴
========================================= */

.shien1{margin-bottom: 10px;}

.shien-list {
  background: #ffffff;
  padding: 0 0 40px;
}
.shien-list .mypage-projects__list {
  padding: 18px 10px 0;
}
.shien-list .mypage-project-card {
  padding: 18px 0 16px;
  border-bottom: 1px solid #bfbfbf;
		margin-bottom: 12px;
}
.shien-list.mypage-project-card__main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
}
.shien-list .mypage-project-card__thumb {
  position: relative;
  flex: 0 0 39%;
  width: 39%;
}
.shien-list .mypage-project-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.shien-list .mypage-project-card__status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: auto;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}
.shien-list .mypage-project-card__info {
  flex: 1;
  min-width: 0;
  margin-top: 0;
}
.shien-list .mypage-project-card__title {
  margin: -5px 0 6px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.shien-list .mypage-project-card_txt {
  margin: 0 0 6px;
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.shien-list .mypage-projects__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  margin: 34px 16px 0;
  padding: 16px;
  background: #e3e3e3;
  color: #111;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.shien_waku{ background-color:#FAF2DF; padding-bottom: 6px;}
.kikansita_m{ margin-bottom: 0px;}
.error_m{ margin:-10px 0 20px 0;}



/* =========================================
   プロジェクト編集 / カテゴリー選択POPUP
========================================= */
.category-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
display: none;
}
.category-popup.is-open {
  display: block;
}
.category-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}
.category-popup__panel {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.category-popup__inner {
  padding: 20px 10px 20px;
}

.category-popup__title {
  margin: 0 0 30px;
  color: #333;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
text-align: center;
}

.category-popup__accordion {
  margin: 0;
}
.category-popup__item {
  border: none;
}
.category-popup__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: #333;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
.category-popup__item + .category-popup__item .category-popup__head {
  margin-top: 14px;
}
.category-popup__arrow {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.category-popup__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #9d9d9d;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}
.category-popup__item.is-open .category-popup__arrow::before {
  transform: translateY(-50%) rotate(90deg);
  transform-origin: 4px 50%;
}
.category-popup__head-text {
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
}
/* ■　アコーディオンかたまり　■ */
.category-popup__body {
  display: none;
  padding: 28px 0 20px 12%;
}
.category-popup__item.is-open .category-popup__body {
  display: block;
}
.category-popup__check {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 28px;
  cursor: pointer;
}
.category-popup__check:last-child {
  margin-bottom: 0;
}
.category-popup__check input {
  display: none;
}
.category-popup__check-box {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 2px solid #a7a7a7;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.category-popup__check input:checked + .category-popup__check-box {
  background: #ffffff;
  border-color: #db381d;
}
.category-popup__check input:checked + .category-popup__check-box::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -8px;
  width: 16px;
  height: 28px;
  border-right: 4px solid #db381d;
  border-bottom: 4px solid #db381d;
  transform: rotate(45deg);
}
.category-popup__check-text {
  color: #333;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

/* ■　閉じるボタン　■ */
.category-popup__close-wrap {
  padding: 35px 0 0;
  text-align: center;
}
.category-popup__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 200px;
  max-width: 100%;
  border: none;
  border-radius: 46px;
  background: linear-gradient(180deg, #e43a22 0%, #d72d18 100%);
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
		padding: 12px 0 12px 0;
}
.category-popup__close-icon {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.category-popup__close-text {
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
}


/* =========================================
   プロジェクト編集 / 選択済みカテゴリー表示
========================================= */
.edit-project__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 14px;
  padding: 2px 0 0;
}

.edit-project__category-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 100px;
  height: 40px;
  padding: 0 18px 0 22px;
  border: 1px solid #98c2cb;
  border-radius: 6px;
  background: #e2f9f7;
  color: #666;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
}

.edit-project__category-name {
  pointer-events: none;
  white-space: nowrap;
}

.edit-project__category-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  color: #f33b29;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}


/* =========================================
   RADIO BUTTON
========================================= */
.c-radio-group {
  display: flex;
  align-items: center;
  gap: 78px;
  padding: 6px 0 10px 18px;
}
.c-radio {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}
.c-radio input {
  display: none;
}
.c-radio__circle {
  position: relative;
  width: 24px;
  height: 24px;
  border: 3px solid #9b9b9b;
  border-radius: 50%;
  background: #fff;
  flex: 0 0 24px;
}
.c-radio input:checked + .c-radio__circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #db381d;
  transform: translate(-50%, -50%);
}
.c-radio__text {
  color: #2b2b2b;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

