.p-top-notice {
  padding: 1px 0;
}
.p-top-notice__list {
  margin: 30px auto 50px;
  font-size: 1.6rem;
}
.p-top-notice__list .toggle-block {
  position: relative;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
  margin: 10px auto;
  background: #fff;
  padding: 0 10px;
}
.p-top-notice__list .toggle-block span {
  color: #d0340f;
}
.p-top-notice__list .toggle-block:after {
  display: block;
  content: "－";
  position: absolute;
  right: 10px;
  font-size: 2rem;
  bottom: 0;
}
.p-top-notice__list .toggle-block.close::after {
  content: "+";
  font-size: 2rem;
  bottom: 0;
}
.p-top-notice__list .block {
  font-size: 1.6rem;
  padding: 10px 10px 30px;
  background: #fff;
}

@media screen and (max-width:480px) {
	.p-top-notice {
		padding: 1px 0;
	}

	.p-top-notice__list {
		margin: 30px auto 30px;
	}
	.p-top-notice__list .toggle-block {
		font-size: 1.6rem;
	}
}