.sp-only {
  display: none;
}

.l-content__inner {
  margin-top: 0;
}

article section {
  padding-top: 22px;
  padding-bottom: 22px;
}

.catch {
  background-color: #DE6335;
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  width: 580px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 800 !important;
}
.catch.invert {
  background-color: #fff;
  color: #DE6335;
}

.lead {
  background-color: #DE6335;
  color: #fff;
  padding-top: 0;
}
.lead .lead-head {
  height: 70px;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
  font-weight: 600;
}
.lead h3 {
  width: 720px;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 800;
}
.lead h3 strong {
  font-size: 36px;
}
.lead h3 small {
  font-size: 20px;
}
.lead .lead-content {
  background-image: url(/wp-content/themes/emanon-premium-child/assets/webinar/Group_19.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 470px;
  min-height: 470px;
  padding-top: 15px;
  position: relative;
}
.lead .lead-content .catch {
  height: 70px;
  line-height: 70px;
}
.lead .lead-text {
  text-align: center;
  text-shadow: 0px 2px 10px rgba(92, 93, 101, 0.75);
  font-weight: 800;
  font-size: 28px;
  position: relative;
  z-index: 2;
}
.lead .lead-text strong {
  font-size: 34px;
}
.lead .yamada {
  height: 235px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  background-image: url(/wp-content/themes/emanon-premium-child/assets/webinar/yamada.png);
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 800;
  padding-left: 200px;
  padding-top: 60px;
  line-height: 2em;
}
.lead .okazaki {
  height: 207px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 320px;
  background-image: url(/wp-content/themes/emanon-premium-child/assets/webinar/okazaki.png);
  background-repeat: no-repeat;
  background-position: right 57px;
  font-size: 16px;
  font-weight: 800;
  padding-top: 120px;
}
.lead .lead-foot {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
}
.lead .lead-foot a {
  background-color: #fff !important;
  color: #DE6335 !important;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  width: 89.4%;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 800;
}

.issues {
  background-color: rgba(222, 99, 53, 0.2);
  padding-bottom: 0;
}
.issues ul {
  background-color: #fff;
  padding: 20px 10px 20px 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.issues ul li {
  width: calc(50% - 5px);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -1px;
  padding-left: 30px;
  background-image: url(/wp-content/themes/emanon-premium-child/assets/webinar/checkbox.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 25px 20px;
}

.overview {
  background-color: rgba(222, 99, 53, 0.2);
  padding-bottom: 30px;
}
.overview .overview-inner {
  background-color: #fff;
  padding: 25px 25px 10px;
  width: 89.4%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
.overview .overview-inner h4 {
  font-size: 18px;
}
.overview .overview-inner p {
  margin-bottom: 1em;
}

.actual {
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(/wp-content/themes/emanon-premium-child/assets/webinar/31990819_l_1.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 310px;
  min-height: 310px;
  font-size: 18px;
  padding-top: 18px;
}
.actual h3 {
  font-size: 32px;
  margin-bottom: 0.5em;
}
.actual p {
  line-height: 1.7em;
  margin-left: auto;
  margin-right: auto;
}

.program {
  background-color: #DE6335;
  font-size: 16px;
  font-weight: 600;
}
.program > ol {
  width: 75%;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px 15px;
  font-size: 18px;
}
.program > ol > li {
  border-bottom: 1px solid #DE6335;
  padding: 14px 0;
}
.program > ol > li:before {
  content: "1";
  display: inline-block;
  border: 1px solid;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  background-color: #DE6335;
  color: #fff;
  margin-right: 10px;
}
.program > ol > li:nth-of-type(2):before {
  content: "2";
}
.program > ol > li:nth-of-type(3):before {
  content: "3";
}
.program > ol > li:nth-of-type(4):before {
  content: "4";
}
.program > ol > li:last-child {
  border: none;
}
.program > ol > li > ol {
  padding-top: 5px;
}
.program > ol > li > ol > li {
  font-size: 16px;
  margin-left: 40px;
  line-height: 2em;
}

.introduction {
  background-color: rgba(222, 99, 53, 0.2);
}
.introduction .introduction-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}
.introduction .introduction-inner > div {
  width: calc(50% - 40px);
}
.introduction .introduction-inner > div img {
  margin-bottom: 0.5em;
}
.introduction .introduction-inner > div h4 {
  font-size: 20px;
  margin-bottom: 0.5em;
}
.introduction .introduction-inner > div p {
  font-size: 12px;
}

@media screen and (max-width: 1199px) {
  .issues ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  .lead h3 {
    width: 95%;
  }
  .lead .lead-text {
    font-size: 20px;
    padding-top: 1em;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .lead .lead-text strong {
    font-size: 26px;
  }
  .lead .yamada {
    width: 57%;
    font-size: 16px;
    padding-top: 80px;
  }
  .issues ul {
    display: block;
  }
  .issues ul li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .issues ul li:last-child {
    margin-bottom: 0;
  }
  .actual {
    background-size: cover;
    height: auto;
  }
  .introduction {
    background-color: rgba(222, 99, 53, 0.2);
  }
  .introduction .introduction-inner {
    gap: 5%;
    width: 90%;
  }
  .introduction .introduction-inner > div {
    width: 47%;
  }
}
@media screen and (max-width: 782px) {
  .catch {
    width: 90%;
  }
  .lead h3 {
    width: 90%;
    height: auto !important;
    padding: 10px 20px;
    line-height: normal !important;
  }
  .lead .lead-content {
    height: auto;
    padding-bottom: 250px;
    background-size: cover;
  }
  .lead .yamada {
    width: 100%;
    padding-left: 150px;
    padding-top: 30px;
    line-height: normal;
  }
  .lead .lead-foot a {
    width: 90%;
  }
  .overview .overview-inner {
    width: 90%;
  }
  .actual p {
    width: 90%;
    font-size: 0.9em;
  }
  .program > ol {
    width: 90%;
  }
}
@media screen and (max-width: 425px) {
  .sp-only {
    display: block;
  }
  .catch {
    font-size: 22px;
  }
  .lead .lead-head {
    height: auto;
    line-height: normal;
    font-size: 1rem;
  }
  .lead h3 {
    font-size: 18px;
  }
  .lead h3 strong {
    font-size: 26px;
  }
  .lead .lead-text {
    font-size: 18px;
  }
  .lead .lead-text strong {
    font-size: 22px;
  }
  .issues ul {
    padding-left: 10px;
  }
  .introduction .introduction-inner > div h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .issues .catch {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
