@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
	Special
--------------------------------------------------------------*/
.list-special__wrap {
  margin-top: 4rem;
}
.special_body{
  font-size: 1.8rem;
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  color: #000;
}
.special_body .special-img {
  text-align: center;
  padding-block: 3rem;
}
  .special_body .special-img > * + * {
    margin-top: 2rem;
  }

.font-red{
  color: #ec0000;
  font-size: 2.8rem
}

@media (max-width:768px) {
    .special_body {
        font-size: 2.4rem;
    }
}
.font-red{
  color: #ec0000;
  font-size: 3.2rem
}
