/*common*/
.postage-campaign-container {
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
}
.postage-campaign-container-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/*header*/
.postage-campaign h2 {
  margin-bottom: 0;
}
.postage-campaign h2 img {
  width: 100%;
  height: auto;
}
/*read-text*/
.read-text {
  background: #ffea83;
  text-align: center;
}
.read-text .campaign-period {
  background: #ffffe1;
  width: 100%;
  max-width: 590px;
  margin: 30px auto 0;
  padding: 5px 20px;
}
.read-text .campaign-period h3 {
  background: #fc7a22;
  color: #fff;
  border-radius: 5px;
  padding: 8px 5px;
  font-size: 1em;
  display: table;
  position: relative;
  top: -15px;
  margin: 0 auto;
  text-align: center;
}
.read-text .campaign-period small {
  font-size: 0.9em;
}
@media screen and (max-width:768px) {
  .read-text {
    text-align: left;
    display: inline-block;
  }
}
/*register*/
.register {
  background-color: #fff3f3;
}
.register h3 {
  width: 100%;
  max-width: 460px;
  font-size: 1em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 1.6em;
}
.register h3 b {
  color: #FF0000;
  font-size: 1.2em;
  font-weight: bold;
}
.register h3:before, .register h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 140px;
  height: 1px;
  background-color: #000;
}
.register h3:before {
  left: -150px;
}
.register h3:after {
  right: -150px;
}
.register .postage-campaign-container-inner {
  background-color: #fff;
  border: #ffbbdc solid 6px;
  border-radius: 10px;
  width: 100%;
  max-width: 420px;
  padding: 20px 40px;
  text-align: center;
  margin: 30px auto 20px;
}
.register .postage-campaign-container-inner table {
  margin: 0 auto;
}
.register .postage-campaign-container-inner table th {
  text-decoration: underline;
  text-decoration-thickness: 0.8em;
  text-decoration-color: #ffea83;
  text-underline-offset: -0.5em;
  text-decoration-skip-ink: none;
  line-height: 1.3em;
}
.register .postage-campaign-container-inner table td {
  text-align: right;
}
.register .postage-campaign-container-inner table th:last-child, .register .postage-campaign-container-inner table td:last-child {
  padding: 0 0 0 20px;
}
.register .postage-campaign-container-inner em {
  font-size: 1.4em;
  border-bottom: 3px double #000;
  font-style: normal;
}
@media screen and (max-width:768px) {
  .register h3 {
    text-align: left;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 10px;
  }
  .register h3:before, .register h3:after {
    display: none;
  }
  .register .postage-campaign-container-inner {
    padding: 20px;
  }
}
/*rule*/
.rule img {
  width: 100%;
  height: auto;
  max-width: 900px;
  display: block;
  margin: 20px auto 50px;
}
.rule .postage-campaign-container-inner {
  background: #ededed;
  padding: 30px 50px;
  width: 100%;
  max-width: 900px;
}
.rule .postage-campaign-container-inner h3 {
  font-size: 1.2em;
}
.rule .postage-campaign-container-inner ul {
  margin-bottom: 0;
}
.rule .postage-campaign-container-inner li {
  list-style: disc;
}
.rule .postage-campaign-container-inner li a {
 border-bottom: 1px solid #000;
}
@media screen and (max-width:768px) {
  .rule .postage-campaign-container-inner {
    padding: 30px;
  }
  .rule .postage-campaign-container-inner ul {
    padding: 0 0 0 1.5em;
  }
  .rule .postage-campaign-container-inner h3 {
    text-align: center;
    margin-bottom: 10px
  }
}