@charset "utf-8";

img {
  max-width: 100%;
  height: auto;
}
sup {
  font-size: smaller;
}

/* title */
.mod-section-title_1st {
  margin: 0 -10px 15px;
}
.mod-imageState_textTitle {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.2;
}
.mod-imageState_textTitle:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 50px;
  height: 3px;
  margin-left: -25px;
  background: #c00;
}
.mod-imageState_number span {
  width: 100%;
}

/* box-campaign */
.box-campaign {
  margin: 30px -10px 0;
  padding: 25px 0;
  background: #dae0e7;
}
.box-campaign dt {
  line-height: 1.4;
}
