.p-block {
  margin-bottom: 120px;
}
.p-block-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 17px;
}
.p-block .c-card {
  padding: 30px;
}
.p-block .c-card h4 {
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--color-blue);
  font-weight: normal;
  margin-bottom: 32px;
  text-align: center;
}

.p-cause-detail {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.p-cause-item {
  align-items: center;
  background: #f2f6f9;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 25px;
}
.p-cause-item h5 {
  font-size: 20px;
  font-size: 2rem;
  color: var(--color-blue);
  font-weight: normal;
  margin-bottom: 18px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.p-cause-item h5::after {
  background: var(--color-blue);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 180px;
}
.p-cause-item li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.p-notice h4 {
  background: url("../../../_common/img/icon-notice.svg") no-repeat center top/34px auto;
  margin-bottom: 40px;
  padding-top: 40px;
}
.p-notice-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 10px;
  text-align: center;
}
.p-notice-offer {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 25px;
  text-align: center;
}
.p-notice-detail {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.p-notice-item {
  background: #f2f6f9;
  padding: 30px 30px 50px;
}
.p-notice-item h5 {
  font-size: 30px;
  font-size: 3rem;
  color: var(--color-blue);
  font-weight: normal;
  margin-bottom: 22px;
  position: relative;
  text-align: center;
}
.p-notice-item figure {
  height: 248px;
  margin-bottom: 28px;
  text-align: center;
}
.p-notice-item ul {
  display: flex;
  justify-content: space-between;
}
.p-notice-item li {
  position: relative;
  text-align: center;
}
.p-notice-item li span {
  font-size: 16px;
  font-size: 1.6rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  line-height: 28px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.p-notice-item p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #f00;
  margin-top: 15px;
  text-align: center;
}

.p-buttons li {
  text-align: center;
}
.p-buttons li:not(:first-child) {
  margin-top: 27px;
}
.p-buttons li a {
  width: 468px;
}