.pd_01 {
  padding: 1em;
}

.pt_01 {
  padding-top: 1em;
}

.pb_01 {
  padding-bottom: 1em;
}


.footer-txt {
    font-size: 14px;
    text-align: justify;
    margin: 1em 0;
}

.section-webinar {
    padding: 8em 0;
    background-size: cover;
    background: url(../img/backgroup.png) no-repeat;
    background-attachment: fixed;
    font-weight: 500;
    background-color: #030c22;
    color: #FFF;
}

.webinar-title {
  font-size: 2.1rem;
  line-height: 1.3;
  margin: 0.5em 0;
  font-weight: 700;
  color: #e84325;
  }

.we-box {
  /*background-color: RGB(255,255,255,0.8);*/
  padding: 2em 1.5em;
  /*box-shadow: 0px 0px 3px #DDDDDD;*/
}

.badge span{
  color: #e84325;
  padding: 10px 18px;
  border: 1px #e84325 solid;
  letter-spacing: 2px;
}

/** speaker **/
.webinar-sp {
  background-color: rgb(255,255,255,0.75);
  border-radius: 2rem;
  margin-top: 2em;
  color: #000;
  border: 3px #000 solid;
}

.webinar-sp img {
  width: 180px;
  border-radius: 2rem;
  margin-top: -2em;
}

.section-webinar .sp-anme {
  font-size: 1.5rem;
  font-weight: 700;
}

.section-webinar .sp-company {
  font-size: 16px;
  color: #333333;
}

.section-webinar ul {
  list-style-type :square;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 1em;
}

.section-webinar .sp-info {
  font-size: 16px;
  line-height: 1.5;
}

.section-webinar .sp-info a {
  font-weight: 700;
}

/** form **/
.form {
  margin-top: 1em;
}

.form label {
  font-size: 16px;
}

.form label span {
  margin: 0 5px;
}
