/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* webinars */
.webinars header#page-head hgroup {
  width: 100%;
  padding-top: 10vh;
  position: relative;
  z-index: 10;
}
.webinars header#page-head hgroup h1.headline-top {
  padding-top: 0;
  padding-bottom: 0.5em;
}
.webinars header#page-head hgroup h2 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7em;
  color: #fff;
}
@media screen and (min-width: 1601px) {
  .webinars #wide-contents {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .webinars #wide-contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
  .webinars #wide-contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .webinars #wide-contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .webinars #wide-contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
.webinars #wide-contents h1.headline-webinars {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  position: absolute;
  left: 0;
  top: -21.5vh;
  z-index: 10;
}
@media screen and (min-width: 1601px) {
  .webinars #wide-contents h1.headline-webinars {
    width: 1500px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .webinars #wide-contents h1.headline-webinars {
    width: 100%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
  .webinars #wide-contents h1.headline-webinars {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .webinars #wide-contents h1.headline-webinars {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .webinars #wide-contents h1.headline-webinars {
    width: 100%;
  }
}
.webinars #wide-contents .webinars-top-regist {
  width: 100%;
  padding: 1em 0 2.5em 0;
}
.webinars #wide-contents .webinars-top-regist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.webinars #wide-contents .webinars-top-regist ul li {
  width: 47.5%;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1601px) {
  .webinars #wide-contents .webinars-top-regist ul li {
    width: 33.3333333333%;
    padding: 2.5em 1.5% !important;
  }
}
.webinars #wide-contents .webinars-top-regist ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.webinars #wide-contents .webinars-top-regist ul li dl dt {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  color: #FF5752;
  position: relative;
  padding-bottom: 1em;
}
.webinars #wide-contents .webinars-top-regist ul li dl dt figure {
  width: 100%;
  height: 30vh;
  margin-bottom: 0.25em;
}
.webinars #wide-contents .webinars-top-regist ul li dl dt figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.webinars #wide-contents .webinars-top-regist ul li dl dt span.seed {
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 0.5em;
  background: #FF5752;
}
.webinars #wide-contents .webinars-top-regist ul li dl dd {
  padding: 0 1em;
}
.webinars #wide-contents .webinars-top-regist ul li dl dd.sub-title {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
  font-weight: bold;
}
.webinars #wide-contents .webinars-top-regist ul li dl dd.title {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  font-weight: bold;
}
.webinars #wide-contents .webinars-top-regist ul li dl dd.link-area {
  font-size: 0.85em;
  padding-top: 2em;
}
.webinars #wide-contents .webinars-top-regist .comingsoon {
  text-align: center;
}
.webinars #wide-contents .webinars-top-regist .comingsoon p {
  padding: 2em 4em;
  display: inline-block;
  background: #f1f1f1;
}
.webinars #wide-contents .webinars-single-contents {
  padding-bottom: 5em;
}
@media screen and (min-width: 1601px) {
  .webinars #wide-contents .webinars-single-contents {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 1601px) and (max-width: 575px) {
  .webinars #wide-contents .webinars-single-contents {
    width: 90%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .webinars #wide-contents .webinars-single-contents {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) and (max-width: 575px) {
  .webinars #wide-contents .webinars-single-contents {
    width: 90%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
  .webinars #wide-contents .webinars-single-contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .webinars #wide-contents .webinars-single-contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .webinars #wide-contents .webinars-single-contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
.webinars #wide-contents .webinars-single-contents ul {
  font-size: 1.1em;
}
.webinars #wide-contents .webinars-single-contents dl dd.link-area {
  padding: 1.5em 0 3em 0;
}
.webinars #wide-contents .webinars-single-contents table {
  font-size: 1.05em;
  text-align: left;
  border-collapse: collapse;
}
.webinars #wide-contents .webinars-single-contents table th {
  color: #fff;
  white-space: nowrap;
  padding: 1.5em;
  background: #707070;
  border-bottom: solid 1px #999;
}
.webinars #wide-contents .webinars-single-contents table td {
  border-bottom: solid 1px #999;
  padding: 1.5em;
}
.webinars #wide-contents .webinars-single-contents table td ul {
  list-style: none;
}
.webinars #wide-contents .webinars-single-contents table td ul li {
  line-height: 1.8;
}
.webinars #wide-contents .webinars-single-contents dl dt {
  font-size: 1.4em;
  font-weight: bold;
}
.webinars #wide-contents .webinars-single-contents .sep-box img + dl,
.webinars #wide-contents .webinars-single-contents .sep-box img + p + dl {
  padding-left: 2em;
}
.webinars #wide-contents .webinars-single-contents .center-contents img {
  height: auto;
}
.webinars #wide-contents .past-webinars-area {
  text-align: center;
  padding: 2em 4em;
}
.webinars #wide-contents .past-webinars-area input {
  display: none;
}
.webinars #wide-contents .past-webinars-area input:checked + label:after {
  top: calc(48% + 0.25em);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.webinars #wide-contents .past-webinars-area input:checked + label + div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.webinars #wide-contents .past-webinars-area label {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  min-width: 50%;
  padding: 0.5em 0.5em;
  margin: 0.25em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1f1f1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.webinars #wide-contents .past-webinars-area label span {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.7em;
  color: #fff;
  padding: 0.25em 0.5em;
  margin-right: 1em;
  display: inline-block;
  background: #3AA5CA;
}
.webinars #wide-contents .past-webinars-area label:after {
  width: 0.6em;
  height: 0.6em;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  top: 48%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.webinars #wide-contents .past-webinars-area ul {
  text-align: left;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.webinars #wide-contents .past-webinars-area ul li {
  width: 47.5%;
  padding: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1601px) {
  .webinars #wide-contents .past-webinars-area ul li {
    width: 33.3333333333%;
    padding: 2.5em 1.5% !important;
  }
}
.webinars #wide-contents .past-webinars-area ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.webinars #wide-contents .past-webinars-area ul li dl dt {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  color: #FF5752;
  position: relative;
  padding-bottom: 1em;
}
.webinars #wide-contents .past-webinars-area ul li dl dt figure {
  width: 90%;
  height: 10em;
  margin: 0 5% 0.5em 5%;
}
.webinars #wide-contents .past-webinars-area ul li dl dt figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.webinars #wide-contents .past-webinars-area ul li dl dt span.seed {
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 0.5em;
  background: #FF5752;
}
.webinars #wide-contents .past-webinars-area ul li dl dd {
  padding: 0;
}
.webinars #wide-contents .past-webinars-area ul li dl dd.info {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 0 0 0;
}
.webinars #wide-contents .past-webinars-area ul li dl dd.link-area {
  font-size: 0.85em;
  padding-top: 2em;
  margin-top: auto;
}
.webinars #wide-contents .past-webinars-area ul li dl dd.link-area a {
  background: #FF5752;
}
.webinars #crmWebToEntityForm p {
  display: none;
}
.webinars #crmWebToEntityForm .zcwf_privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webinars #crmWebToEntityForm .zcwf_privacy div {
  padding-right: 1em;
}