
.c-headline-lv3{
  background: #1EA02C!important;
}
.volunteersFront {
  text-align: center;
  padding-bottom: 3rem;
}

.volunteersFront__copy {
  font-family: "Rounded-Mplus-1p-bold";
  font-weight: bold;
  line-height: 1.89473684;
  font-size: 1.7rem;
  margin-top: 2rem;
}

.volunteersIntroduction__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.volunteersIntroduction__photo {
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 35rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 40%;
}

.volunteersIntroduction__photo img {
  width: 100%;
}

.volunteersIntroduction__desc {
  padding-right: 3rem;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.volunteersIntroduction__desc h5 {
  font-family: "Rounded-Mplus-1p-bold";
  font-weight: bold;
  color: #DA3344;
  font-size: 100%;
  margin-top: 2em;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .volunteersFront {
    padding-bottom: 2rem;
  }
  .volunteersFront__copy {
    line-height: 1.75;
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
  .volunteersIntroduction__inner {
    display: block;
  }
  .volunteersIntroduction__photo {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .volunteersIntroduction__desc {
    padding-right: 0;
  }
  .volunteersIntroduction__desc h5 {
    margin-bottom: 0.5rem;
  }
}

/* ボランティア募集 - 字下げスタイル */
.idt1 {
  margin-bottom: 1.5rem;
}

.idt1-sub {
  margin: 1rem 0 1rem 0;
}

.idt1-sub p {
  margin-bottom: 1rem;
  padding-left: 3rem!important;
  font-family: "Rounded-Mplus-1p-regular","游ゴシック体",YuGothic,"Yu Gothic",sans-serif;
  font-weight: 400!important;
}

.idt1-sub p:first-child {
  font-weight: bold;
  margin-bottom: 0.8rem;
  padding-left: 0;
}

.idt1-list {
  
  list-style-position: outside;
  margin-left: 2rem;
  padding-left: 1rem;

    list-style: none;
  counter-reset: num;
}

.idt1-list li{
  margin-bottom: 1rem;
  padding-left: 3.2rem;   /* ← ここを少し広げる */
  font-family: "Rounded-Mplus-1p-regular","游ゴシック体",YuGothic,"Yu Gothic",sans-serif;
  font-weight: 400;
  list-style:none;
  counter-increment:num;
  position:relative;
}

.idt1-list li::before{
  content:"(" counter(num) ")";
  position:absolute;
  left:0;
  width:2.4rem;           /* ← 番号の幅を固定 */
}

/* スマートフォン用 */
@media (max-width: 768px) {
  .idt1-sub p {
    padding-left: 1.5rem;
  }
  
  .idt1-sub p:first-child {
    padding-left: 0;
  }
  
  .idt1-list {
    margin-left: 1.5rem;
  }
}