#reform .c-mv {
  margin-bottom: 0;
}

#reform .c-anchor {
  margin: 20px;
}

#reform .p-sec01-box {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
  gap: 20px;
}

#reform .p-sec01-box__item {
  padding: 20px;
}

#reform .p-sec02-box {
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}

#reform .p-sec02-box__item {
  width: 100%;
}

#reform .p-sec02-box__item .tit {
  margin-bottom: 10px;
  font-size: 24px;
}

#reform .p-sec02-box__item .itemList {
  margin-top: 10px;
}

#reform .p-sec02-box__item .itemList .listItem {
  font-size: 16px;
}

#reform .p-sec03-box {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
  margin-top: 20px;
}

#reform .p-sec03-box__item .imageArea,
#reform .p-sec03-box__item .textArea .tit {
  margin-bottom: 8px;
}
