@charset "UTF-8";
.campaign p img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.campaign table {
  width: 100%;
  margin: 30px auto 0;
  border-collapse: separate;
  border-spacing: 5px 5px;
}
.campaign table th,
.campaign table td {
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
.campaign table .table__heading th {
  background-color: #0f4b87;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.campaign table .table__heading th:last-child {
  background-color: #ee6f22;
}
.campaign table td {
  background-color: #ebf2f6;
  margin: 4px;
}
.campaign table td[rowspan="2"] {
  background-color: #e7905e;
  color: #fff;
}
.campaign table tr td span {
  display: block;
  margin: 0 auto 5px;
}
.campaign table tr td:nth-child(3) {
  font-size: 2rem;
}
.campaign table tr:last-child td:last-child {
  background-color: #feec1c !important;
  color: #000 !important;
}
.campaign h4 {
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin: 60px auto 20px;
}
.campaign h4::before, .campaign h4::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 35%;
  height: 1px;
  top: 50%;
}
.campaign h4::before {
  left: 0;
}
.campaign h4::after {
  right: 0;
}
.campaign dl {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
.campaign dl div {
  width: calc(33.3333333333% - 6px);
  line-height: 1.5em;
  margin: 6px 3px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.campaign dl div dt,
.campaign dl div dd {
  font-weight: bold;
  margin: 0;
  line-height: 1.5em;
}
.campaign dl div dt {
  padding: 10px;
  background-color: #0f4b87;
  color: #fff;
  font-size: 0.9em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.campaign dl div dt span {
  display: block;
  width: 35%;
  color: #0f4b87;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto 5px;
}
.campaign dl div dd {
  display: block;
  padding: 20px 10px;
  font-size: 1.3em;
  background-color: #ebf2f6;
}
.campaign dl div dd span {
  font-size: 1.5em;
}
.campaign .cp-button {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  padding: 30px 0;
  transition: 0.3s;
}
.campaign .cp-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 18px;
}
.campaign .button-blue {
  margin: 60px auto;
  border: #0f4b87 solid 1px;
  color: #0f4b87;
}
.campaign .button-blue::after {
  border-top: 2px solid #0f4b87;
  border-right: 2px solid #0f4b87;
}
.campaign .button-blue:hover {
  background-color: #0f4b87;
  color: #fff;
}
.campaign .button-blue:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.campaign .button-red {
  border: #d20000 solid 1px;
  background-color: #d20000;
  color: #fff;
}
.campaign .button-red::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.campaign .button-red:hover {
  background-color: #f34141;
}
.campaign .text-red {
  width: 70%;
  margin: 30px auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #d20000;
  position: relative;
}
.campaign .text-red::before, .campaign .text-red::after {
  position: absolute;
  display: block;
  top: 0;
}
.campaign .text-red::before {
  content: "＼";
  left: -5%;
}
.campaign .text-red::after {
  content: "／";
  right: -5%;
}
.campaign .text-strong {
  font-size: 1.1em;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .campaign p img {
    height: 130px;
  }
  .campaign table th,
  .campaign table td {
    font-size: 0.9em;
  }
  .campaign h4 {
    font-size: 1.5rem;
  }
  .campaign h4::before, .campaign h4::after {
    width: 25%;
  }
  .campaign dl div {
    width: calc(50% - 6px);
    margin: 10px 3px;
  }
  .campaign dl div dt span {
    width: 80%;
  }
  .campaign dl div dd {
    padding: 14px 10px;
    font-size: 1rem;
  }
  .campaign .text-red {
    font-size: 1rem;
    line-height: 1.5em;
    width: 100%;
    margin: 0 auto 5px;
  }
  .campaign .text-red::before, .campaign .text-red::after {
    content: none;
  }
  .campaign .text-red span {
    display: inline-block;
    font-size: 1.5em;
  }
  .campaign .button-blue {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=info__campaign.css.map */