@charset "UTF-8";
/* ==================================================
リセット
================================================== */
.s5-returnToTop {
  margin: 0;
}

.c5-webcast * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.c5-webcast img {
  display: block;
  width: 100% !important;
  height: auto;
  vertical-align: middle;
  border: none;
}
.c5-webcast a {
  text-decoration: none;
}
.c5-webcast ol,
.c5-webcast ul {
  list-style: none;
  list-style-type: none;
}
.c5-webcast span {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.c5-webcast iframe {
  border: none;
}

/* ==================================================
mixin
================================================== */
/* ==================================================
Settings
================================================== */
/* ==================================================
共通パーツ
================================================== */
body.menu-active {
  height: 100vh;
  overflow: hidden !important;
}

.c5-is-none {
  display: none;
}

.c5-webcast {
  width: 100%;
  position: relative;
  /*	フェードイン
  ======================================================== */
  /* ==================================================
  グローバルメニュー
  ================================================== */
  /* ==================================================
  トップページ
  ================================================== */
  /*=======================================================
  	下層ページ
  ======================================================== */
  /*	fx3
  ======================================================== */
}
.c5-webcast * {
  letter-spacing: 0.025em;
}
.c5-webcast.menu-active {
  height: 100vh;
  overflow: hidden !important;
}
.c5-webcast h1,
.c5-webcast h2,
.c5-webcast h3,
.c5-webcast h4,
.c5-webcast h5,
.c5-webcast p,
.c5-webcast li {
  color: #2b4141;
  line-height: 1.75;
}
.c5-webcast p,
.c5-webcast li {
  font-size: 16px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast p,
  .c5-webcast li {
    font-size: 14px;
  }
}
.c5-webcast .c5-text-left {
  text-align: left;
}
.c5-webcast .c5-text-center {
  text-align: center;
}
.c5-webcast .c5-text-right {
  text-align: right;
}
@media (any-hover: hover) {
  .c5-webcast .link-hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c5-webcast .link-hover:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-sp-tabLink {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-sp-tabLink {
    display: block !important;
  }
}
@media only screen and (max-width: 349.98px) {
  .c5-webcast .c5-sp-tabLink {
    display: none !important;
  }
}
.c5-webcast .c5-pc-tabLink {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-pc-tabLink {
    display: block !important;
  }
}
.c5-webcast .c5-tab {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-tab {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .c5-webcast .c5-tab {
    display: none !important;
  }
}
.c5-webcast .c5-sp-upperTab {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-sp-upperTab {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .c5-webcast .c5-sp-upperTab {
    display: block;
  }
}
.c5-webcast .c5-shadow {
  -webkit-box-shadow: 24px 24px 30px rgba(211, 211, 211, 0.16);
          box-shadow: 24px 24px 30px rgba(211, 211, 211, 0.16);
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-shadow {
    -webkit-box-shadow: 8px 20px 20px rgba(211, 211, 211, 0.16);
            box-shadow: 8px 20px 20px rgba(211, 211, 211, 0.16);
  }
}
.c5-webcast .c5-shadow-small {
  -webkit-box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-shadow-small {
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
  }
}
.c5-webcast .c5-shadow-pagehero {
  -webkit-box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-shadow-pagehero {
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.04);
            box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.04);
  }
}
.c5-webcast .c5-shadow.is-primary {
  -webkit-box-shadow: 24px 24px 30px #e36b14;
          box-shadow: 24px 24px 30px #e36b14;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-shadow.is-primary {
    -webkit-box-shadow: 8px 20px 20px #e36b14;
            box-shadow: 8px 20px 20px #e36b14;
  }
}
.c5-webcast .c5-shadow.is-secondary {
  -webkit-box-shadow: 24px 24px 30px #dd8c11;
          box-shadow: 24px 24px 30px #dd8c11;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-shadow.is-secondary {
    -webkit-box-shadow: 8px 20px 20px #dd8c11;
            box-shadow: 8px 20px 20px #dd8c11;
  }
}
.c5-webcast .wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.c5-webcast .c5-heading01,
.c5-webcast .c5-heading02,
.c5-webcast .c5-heading03,
.c5-webcast .c5-heading04 {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-heading01,
  .c5-webcast .c5-heading02 {
    line-height: 1.5;
  }
}
.c5-webcast .c5-heading01 {
  font-size: 38px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-heading01 {
    font-size: 32px;
  }
}
.c5-webcast .c5-heading02 {
  font-size: 32px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-heading02 {
    font-size: 24px;
  }
}
.c5-webcast .c5-heading03 {
  font-size: 24px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-heading03 {
    font-size: 18px;
  }
}
.c5-webcast .c5-heading04 {
  font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-heading04 {
    font-size: 14px;
  }
}
.c5-webcast .c5-title {
  position: relative;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 89px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-title {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 54px;
  }
}
.c5-webcast .c5-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #b7c7c7;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-title::after {
    bottom: -22px;
  }
}
.c5-webcast .c5-title span {
  display: inline-block;
}
.c5-webcast .c5-label01 {
  display: inline-block;
  font-size: 18px;
  color: #2b4141;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-label01 {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    padding: 0 10px;
  }
}
.c5-webcast .c5-label01.is-primary {
  color: #b35f36;
  border-bottom: 3px solid #ef8437;
}
.c5-webcast .c5-label01.is-secondary {
  color: #996c28;
  border-bottom: 3px solid #efa93f;
}
.c5-webcast .c5-bg-primary {
  background-color: #ef8437;
}
.c5-webcast .c5-bg-secondary {
  background-color: #efa93f;
}
.c5-webcast .c5-btn {
  display: block;
  max-width: 320px;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: bold;
  background-color: #2b4141;
  border-radius: 50px;
  margin: 0 auto;
  padding: 14px 0 12px 0;
  border: 3px solid transparent;
  -webkit-transition: border 0.3s, background-color 0.3s;
  transition: border 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-btn {
    font-size: 14px;
    padding: 8px 0 6px 0;
  }
}
.c5-webcast .c5-btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow-white.svg);
}
.c5-webcast .c5-btn.c5-isBlank::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../images/biz_icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media print and (any-hover: hover), screen and (min-width: 768px) and (any-hover: hover) {
  .c5-webcast .c5-btn.c5-isBlank:hover {
    border: 3px solid #2b4141;
    color: #2b4141;
    background-color: white;
    -webkit-transition: border 0.3s, background-color 0.3s, color 0.3s;
    transition: border 0.3s, background-color 0.3s, color 0.3s;
  }
  .c5-webcast .c5-btn.c5-isBlank:hover::after {
    background-image: url(../../images/icon_blank_green.svg);
  }
}
@media print and (any-hover: hover), screen and (min-width: 768px) and (any-hover: hover) {
  .c5-webcast .c5-btn:hover {
    border: 3px solid #2b4141;
    color: #2b4141;
    background-color: white;
    -webkit-transition: border 0.3s, background-color 0.3s, color 0.3s;
    transition: border 0.3s, background-color 0.3s, color 0.3s;
  }
  .c5-webcast .c5-btn:hover::after {
    background-image: url(../images/common/icon_arrow-black.svg);
  }
}
.c5-webcast .c5-btn.is-small {
  max-width: 200px;
  width: 100%;
  font-size: 16px;
  padding: 8px 0;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-btn.is-small {
    max-width: 255px;
    font-size: 14px;
  }
}
.c5-webcast .c5-btn.is-large {
  max-width: 600px;
  width: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-btn.is-large {
    font-size: 14px;
  }
}
.c5-webcast .scrollAnimation {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
.c5-webcast .scrollAnimation_1,
.c5-webcast .scrollAnimation_2,
.c5-webcast .scrollAnimation_3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}
.c5-webcast .scrollAnimation_2 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .scrollAnimation_2 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.c5-webcast .scrollAnimation_3 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .scrollAnimation_3 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.c5-webcast .scrollAnimation_left {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
.c5-webcast .is-fadein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.c5-webcast .c5-nav {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fefbcd), to(#feecd6));
  background: linear-gradient(to right, #fefbcd, #feecd6);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
.c5-webcast .c5-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-nav nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #2b4141;
    background: linear-gradient(125deg, #feecd6, #fefbcd);
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding-top: 40px;
  }
  .c5-webcast .c5-nav nav.is-open {
    left: 0;
    opacity: 1;
    pointer-events: fill;
  }
}
.c5-webcast .c5-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-nav nav ul {
    width: 100%;
    display: block;
  }
}
.c5-webcast .c5-nav nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-nav nav ul li {
    font-size: 14px;
    padding: 0 16px;
  }
}
@media only screen and (min-width: 992px) {
  .c5-webcast .c5-nav nav ul li {
    font-size: 16px;
    padding: 0 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-nav nav ul li {
    padding: 0 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-nav nav ul li {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #e5d458;
    padding: 0;
  }
  .c5-webcast .c5-nav nav ul li:first-of-type {
    border-top: 1px solid #e5d458;
  }
}
.c5-webcast .c5-nav nav ul li.c5-contact {
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-nav nav ul li.c5-contact {
    margin-top: 16px;
    padding: 0 15px;
    border-bottom: none;
  }
}
.c5-webcast .c5-nav nav ul li.c5-contact a {
  display: block;
  color: #2b4141;
  border-radius: 20px;
  background-color: transparent;
  border: 2px solid #2b4141;
  padding: 0 16px;
}
@media print and (any-hover: hover), screen and (min-width: 768px) and (any-hover: hover) {
  .c5-webcast .c5-nav nav ul li.c5-contact a {
    -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
  }
  .c5-webcast .c5-nav nav ul li.c5-contact a:hover {
    background-color: #2b4141;
    color: white;
    border: 2px solid transparent;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-nav nav ul li.c5-contact a {
    border-radius: 30px;
  }
}
.c5-webcast .c5-nav nav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #e5d458;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-nav nav ul li::after {
    display: none;
  }
}
.c5-webcast .c5-nav nav ul li:nth-of-type(7):after, .c5-webcast .c5-nav nav ul li:nth-of-type(8):after {
  display: none;
}
.c5-webcast .c5-nav nav ul li a {
  display: block;
  font-weight: bold;
  color: #2b4141;
}
@media print and (any-hover: hover), screen and (min-width: 768px) and (any-hover: hover) {
  .c5-webcast .c5-nav nav ul li a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
  }
  .c5-webcast .c5-nav nav ul li a:hover {
    border-bottom: 1px solid #2b4141;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-nav nav ul li a {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-bottom: none;
  }
}
.c5-webcast .c5-menu-btn {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-menu-position {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .c5-webcast .c5-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2b4141;
  }
  .c5-webcast .c5-menu-btn .c5-menu-line {
    width: 20px;
    height: 16px;
    position: relative;
  }
  .c5-webcast .c5-menu-btn .c5-menu-line span {
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: white;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .c5-webcast .c5-menu-btn .c5-menu-line span:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .c5-webcast .c5-menu-btn .c5-menu-line span:nth-of-type(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
  .c5-webcast .c5-menu-btn .c5-menu-line span:nth-of-type(3) {
    bottom: 0;
    left: 0;
  }
  .c5-webcast .c5-menu-btn.is-active .c5-menu-line span {
    top: 50%;
    left: 50%;
  }
  .c5-webcast .c5-menu-btn.is-active .c5-menu-line span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .c5-webcast .c5-menu-btn.is-active .c5-menu-line span:nth-of-type(2) {
    opacity: 0;
  }
  .c5-webcast .c5-menu-btn.is-active .c5-menu-line span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
.c5-webcast .c5-webcastTop section {
  padding: 125px 0;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-webcastTop section {
    padding: 74px 0;
  }
}
.c5-webcast .c5-hero {
  width: 100%;
  position: relative;
  padding: 0 0 7.1% 7.1%;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-hero {
    max-height: none;
    padding: 0 0 183px;
  }
}
.c5-webcast .c5-hero_img {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.c5-webcast .c5-hero_img.isActive {
  opacity: 1;
  visibility: visible;
}
.c5-webcast .c5-hero_text {
  max-width: 603px;
  width: 86%;
  position: absolute;
  bottom: -30px;
  left: -4.4%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-hero_text {
    max-width: 332px;
    left: 20px;
    bottom: 25px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.c5-webcast .c5-hero_text.isActive {
  opacity: 1;
  visibility: visible;
}
.c5-webcast .c5-hero_bg {
  display: block;
  width: 95.4%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(113deg, #feecd6, #fefbcd);
  border-radius: 0 0 20px 0;
}
.c5-webcast .c5-top-useful {
  background-image: url(../images/top/bg_arrow-yellow.png);
  background-size: 911px 100%;
  background-repeat: no-repeat;
  background-position: 63% 0;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-useful {
    background-size: 704px 851px;
    background-position: 50% 0;
  }
}
.c5-webcast .c5-top-useful .c5-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-useful .c5-column2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c5-webcast .c5-top-useful .c5-column2:nth-of-type(1) .c5-text {
  width: 50%;
  padding: 0 0 0 10%;
}
@media print, screen and (max-width: 1199.98px) {
  .c5-webcast .c5-top-useful .c5-column2:nth-of-type(1) .c5-text {
    width: 53%;
    padding: 0 0 0 4%;
  }
}
.c5-webcast .c5-top-useful .c5-column2:nth-of-type(2n) .c5-text {
  width: 50%;
  padding: 0 10% 0 0;
}
@media print, screen and (max-width: 1199.98px) {
  .c5-webcast .c5-top-useful .c5-column2:nth-of-type(2n) .c5-text {
    width: 53%;
    padding: 0 4% 0 0;
  }
}
.c5-webcast .c5-top-useful .c5-column2:not(:last-of-type) {
  margin-bottom: 92px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-useful .c5-column2:not(:last-of-type) {
    margin-bottom: 58px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-useful .c5-column2 .c5-text {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 !important;
    margin-top: 36px;
  }
}
.c5-webcast .c5-top-useful .c5-column2 .c5-content {
  width: 50%;
}
@media print, screen and (max-width: 1199.98px) {
  .c5-webcast .c5-top-useful .c5-column2 .c5-content {
    width: 47%;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-useful .c5-column2 .c5-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.c5-webcast .c5-top-useful .c5-column2 .c5-heading02 {
  margin-bottom: 17px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-useful .c5-column2 .c5-heading02 {
    margin-bottom: 13px;
  }
}
.c5-webcast .c5-top-cast {
  background: -webkit-gradient(linear, left top, right top, from(#feecd6), to(#fefbcd));
  background: linear-gradient(to right, #feecd6, #fefbcd);
  padding: 125px 0 0 0 !important;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast {
    padding: 60px 0 0 0 !important;
  }
}
.c5-webcast .c5-top-cast .c5-top-cast_bg {
  width: 100%;
  background-image: url(../images/top/bg_cast.png);
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast .c5-top-cast_bg {
    background-image: none;
  }
}
.c5-webcast .c5-top-cast .c5-column2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast .c5-column2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap {
  text-align: center;
  padding: 64px 10%;
}
@media print, screen and (max-width: 991.98px) {
  .c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap {
    padding: 64px 5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap {
    padding: 48px 5.3% 48px 5.3%;
  }
}
.c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 6px;
  padding: 40px 5.7% 50px 5.7%;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap > div {
    background-color: white;
    padding: 26px 6% 33px 6%;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap.is-primary {
    background-color: #ef8437;
  }
}
.c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap.is-primary .c5-heading02 {
  color: #b35f36;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap.is-secondary {
    background-color: #efa93f;
  }
}
.c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap.is-secondary .c5-heading02 {
  color: #996c28;
}
.c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap .c5-heading02 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap .c5-heading02 {
    margin-bottom: 20px;
  }
}
.c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap .c5-heading04 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap .c5-heading04 {
    margin-bottom: 5px;
  }
}
.c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap img {
  margin-bottom: 26px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap img {
    margin-bottom: 18px;
  }
}
.c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-cast .c5-column2 .c5-content-wrap p {
    margin-bottom: 18px;
  }
}
.c5-webcast .c5-top-cast .c5-column2 .c5-content:nth-of-type(1) {
  background-color: #ef8437;
}
.c5-webcast .c5-top-cast .c5-column2 .c5-content:nth-of-type(1) {
  background-color: #efa93f;
}
.c5-webcast .c5-top-recommend {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-recommend {
    padding: 72px 0 33px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-recommend {
    text-align: center;
  }
}
.c5-webcast .c5-top-recommend .c5-label01 {
  margin-bottom: 10px;
}
.c5-webcast .c5-top-recommend .c5-content-container {
  position: relative;
  background-color: white;
  padding: 2.7%;
  border-radius: 6px;
}
.c5-webcast .c5-top-recommend .c5-content-container .c5-content-wrap:nth-of-type(1) {
  background: linear-gradient(71deg, white, #feecd6);
  border-radius: 6px 6px 0 0;
  padding: 11.7% 58% 19.3% 24px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-recommend .c5-content-container .c5-content-wrap:nth-of-type(1) {
    padding: 32px 32px 246px 32px;
  }
}
.c5-webcast .c5-top-recommend .c5-content-container .c5-content-wrap:nth-of-type(2) {
  background: linear-gradient(102deg, white, #fefbcd);
  border-radius: 0 0 6px 6px;
  padding: 9% 58% 5.7% 24px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-recommend .c5-content-container .c5-content-wrap:nth-of-type(2) {
    padding: 145px 32px 32px 32px;
  }
}
.c5-webcast .c5-top-recommend .c5-image {
  width: 46.5%;
  position: absolute;
  top: 48%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-top-recommend .c5-image {
    max-width: 290px;
    width: 90%;
    right: auto;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.c5-webcast .c5-Pagehero {
  position: relative;
  padding: 64px 0 48px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-Pagehero {
    padding: 64px 0 0 0;
  }
}
.c5-webcast .c5-Pagehero_inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.c5-webcast .c5-Pagehero_block {
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  mix-blend-mode: normal;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-Pagehero_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c5-webcast .c5-Pagehero_img {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-Pagehero_img {
    width: 60%;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.c5-webcast .c5-Pagehero_img img {
  -o-object-fit: fill;
     object-fit: fill;
  height: 100%;
}
.c5-webcast .c5-Pagehero_body {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 20px 27px 20px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-Pagehero_body {
    width: 40%;
    padding: 3.153% 10px;
  }
}
.c5-webcast .c5-Pagehero_text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-Pagehero_text {
    font-size: 24px;
  }
}
.c5-webcast .c5-Pagehero_text span {
  display: inline-block;
}
.c5-webcast .c5-Pagehero_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 17px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-Pagehero_title {
    font-size: 38px;
    margin-top: 32px;
  }
}
.c5-webcast .c5-Pagehero_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c5-webcast .c5-Pagehero_bottom-title {
  font-size: 16px;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-Pagehero_bottom-title {
    font-size: 18px;
  }
}
.c5-webcast .c5-Pagehero_bottom-star {
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
  color: #ef8437;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-Pagehero_bottom-star {
    font-size: 18px;
  }
}
.c5-webcast .c5-Pagehero_item {
  max-width: 1400px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.c5-webcast .c5-imgCaution {
  font-size: 12px;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-imgCaution {
    font-size: 14px;
  }
}
.c5-webcast .c5-fx3 .c5-Pagehero {
  background: -webkit-gradient(linear, left top, left bottom, from(#feeee3), color-stop(82%, #feeee3), color-stop(82%, #f5f5f5), to(#f5f5f5));
  background: linear-gradient(to bottom, #feeee3 0%, #feeee3 82%, #f5f5f5 82%, #f5f5f5 100%);
}
.c5-webcast .c5-fx3 .c5-Pagehero_item {
  bottom: 0;
  -webkit-transform: translate(-50%, 54%);
          transform: translate(-50%, 54%);
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-fx3 .c5-Pagehero_item {
    bottom: 0;
    -webkit-transform: translate(-50%, 38%);
            transform: translate(-50%, 38%);
  }
}
.c5-webcast .c5-fx3 .c5-point {
  padding: 44% 0 74px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-fx3 .c5-point {
    padding: 225px 0 125px;
  }
}
.c5-webcast .c5-fx3 .c5-point .c5-title {
  margin-bottom: 44px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-fx3 .c5-point .c5-title {
    margin-bottom: 99px;
  }
}
.c5-webcast .c5-fx3 .c5-accessories {
  background-color: #FFF7EB;
  padding: 35px 0 30px 0;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-fx3 .c5-accessories {
    padding: 125px 0 60px 0;
  }
}
.c5-webcast .c5-point {
  background-color: #f5f5f5;
  padding: 0 0 74px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point {
    padding: 0 0 125px;
  }
}
.c5-webcast .c5-point_block {
  padding: 32px 20px;
  background-color: #fff;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point_block {
    padding: 93px 48px;
  }
}
.c5-webcast .c5-point_blockItem:nth-of-type(n + 2) {
  margin-top: 43px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point_blockItem:nth-of-type(n + 2) {
    margin-top: 96px;
  }
}
.c5-webcast .c5-point_blockItem-youtube {
  max-width: 880px;
  width: 100%;
  margin: 24px auto 0;
}
.c5-webcast .c5-point_blockItem-youtube .c5-point_blockItem-youtubeWrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.c5-webcast .c5-point_blockItem-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point_flex-body {
    width: 50.3623%;
  }
}
.c5-webcast .c5-point_blockItem-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 13px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point_blockItem-title {
    font-size: 24px;
  }
}
.c5-webcast .c5-point_blockItem-subText {
  font-size: 12px;
  text-align: left;
  margin-top: 18px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point_blockItem-subText {
    font-size: 14px;
    text-align: center;
  }
}
.c5-webcast .c5-point_flex-img {
  display: block;
  margin-top: 18px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point_flex-img {
    width: 45.2898%;
    margin-left: 4%;
    margin-top: 0;
  }
}
.c5-webcast .c5-point_blockItem-singleImg {
  margin-top: 18px;
  display: block;
}
.c5-webcast .c5-accessories {
  padding: 35px 0 0 0;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories {
    padding: 125px 0 0 0;
  }
}
.c5-webcast .c5-accessories_block:not(:first-of-type) {
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories_block:not(:first-of-type) {
    margin-top: 54px;
  }
}
.c5-webcast .c5-accessories_block-head {
  padding-left: 12px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories_block-head {
    padding-left: 20px;
  }
}
.c5-webcast .c5-accessories_block-head::before {
  position: absolute;
  content: "";
  top: 3px;
  height: 87%;
  left: 0;
  border-left: 4px solid #2b4141;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories_block-head::before {
    top: 4px;
    height: 86%;
  }
}
.c5-webcast .c5-accessories_block-subTitle {
  font-size: 14px;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories_block-subTitle {
    font-size: 18px;
  }
}
.c5-webcast .c5-accessories_block-subTitle + .c5-accessories_block-title {
  margin-top: 3px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories_block-subTitle + .c5-accessories_block-title {
    margin-top: 0;
  }
}
.c5-webcast .c5-accessories_block-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories_block-title {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c5-webcast .c5-accessories_item:not(:first-of-type) {
  margin-top: 18px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories_item {
    width: 46%;
  }
  .c5-webcast .c5-accessories_item:not(:first-of-type) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories_item:nth-of-type(n + 2) {
    margin-left: 8%;
  }
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-accessories_item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c5-webcast .c5-accessories_item a:hover {
    opacity: 0.7;
  }
}
.c5-webcast .c5-accessories_item-img {
  border: 1px solid #b7c7c7;
}
.c5-webcast .c5-point_flexBody {
  margin-top: 11px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point_flexBody {
    margin-top: 25px;
  }
}
.c5-webcast .c5-point_flexBody-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point_flexBody-title {
    font-size: 18px;
    margin-top: 3px;
  }
}
.c5-webcast .c5-point_flexBody-textCaoution {
  margin-top: 5px;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-point_flexBody-textCaoution {
    margin-top: 2px;
    font-size: 14px;
  }
}
.c5-webcast .c5-stepup {
  padding: 65px 0 0;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-stepup {
    padding: 115px 0 0;
  }
}
.c5-webcast .c5-stepup .c5-imgCaution {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-stepup .c5-imgCaution {
    margin-top: 40px;
  }
}
.c5-webcast .c5-stepup .c5-point_blockItem-singleImg {
  max-width: 880px;
  margin: 16px auto 0;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-stepup .c5-point_blockItem-singleImg {
    margin: 42px auto 0;
  }
}
.c5-webcast .c5-casestudy {
  padding: 62px 0 72px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy {
    padding: 115px 0 125px;
  }
}
.c5-webcast .c5-casestudy_body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.48% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px 4.48%;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_body {
    -ms-grid-columns: 1fr 2.5% 1fr 2.5% 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 2.5%;
  }
}
.c5-webcast .c5-casestudy_body .c5-btn {
  margin-top: 12px;
}
.c5-webcast .c5-casestudy_body .c5-btn::after {
  right: 13px;
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-casestudy_body .c5-btn {
    display: inline-block;
    width: 100%;
    max-width: none;
    color: #2b4141;
    background-color: transparent;
    border: none;
    text-align: right;
    text-decoration: underline;
    padding: 0 16px 0 0;
    margin-top: 5px;
  }
  .c5-webcast .c5-casestudy_body .c5-btn::after {
    right: 0;
    background-image: url(../images/common/icon_arrow-black.svg);
  }
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_item {
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
    padding: 16px 4.74% 24px 4.74%;
  }
}
@media print and (any-hover: hover), screen and (min-width: 768px) and (any-hover: hover) {
  .c5-webcast .c5-casestudy_item:hover .c5-btn {
    border: 3px solid #2b4141;
    color: #2b4141;
    background-color: white;
    -webkit-transition: border 0.3s, background-color 0.3s, color 0.3s;
    transition: border 0.3s, background-color 0.3s, color 0.3s;
  }
  .c5-webcast .c5-casestudy_item:hover .c5-btn::after {
    background-image: url(../images/common/icon_arrow-black.svg);
  }
}
.c5-webcast .c5-casestudy_title {
  font-weight: bold;
  font-size: 12px;
  color: #b35f36;
  margin-top: 11px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_title {
    font-size: 14px;
    margin-top: 20px;
  }
}
.c5-webcast .c5-casestudy_text {
  font-weight: bold;
  margin-top: 6px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_flex-img {
    width: 31.6666%;
  }
}
.c5-webcast .c5-casestudy_flex-body {
  margin-top: 9px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_flex-body {
    width: 64.3333%;
    margin-left: 4%;
    margin-top: 0;
  }
}
.c5-webcast .c5-casestudy_flex-body .c5-btn {
  margin: 12px auto 0;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_flex-body .c5-btn {
    margin: 17px 0 0;
  }
}
.c5-webcast .c5-casestudy_flex-body .c5-btn::after {
  right: 21px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_flex-body .c5-btn::after {
    right: 13px;
  }
}
.c5-webcast .c5-casestudy_flex-title {
  font-size: 16px;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_flex-title {
    font-size: 18px;
  }
}
.c5-webcast .c5-casestudy_flex-subTitle {
  line-height: 1;
  padding: 8px 12px;
  background-color: #f5f5f5;
  border-radius: 4px;
  display: inline-block;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_flex-subTitle {
    margin-top: 2px;
  }
}
.c5-webcast .c5-casestudy_flex-subTitle span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_flex-subTitle span {
    font-size: 14px;
  }
}
.c5-webcast .c5-casestudy_flex-text {
  margin-top: 11px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-casestudy_flex-text {
    margin-top: 18px;
  }
}
.c5-webcast .c5-model {
  padding: 60px 0 72px;
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model {
    padding: 120px 0 135px;
  }
}
.c5-webcast .c5-model .c5-btn.is-large {
  margin-top: 48px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model .c5-btn.is-large {
    margin-top: 96px;
  }
}
.c5-webcast .c5-model_blockList {
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model_blockList {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c5-webcast .c5-model_blockList.-col1 .c5-model_blockItem {
  width: 100%;
}
.c5-webcast .c5-model_blockItem {
  border-radius: 6px;
  padding: 32px 20px;
}
.c5-webcast .c5-model_blockItem:not(:first-of-type) {
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model_blockItem:not(:first-of-type) {
    margin-top: 0;
    margin-left: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model_blockItem {
    width: 49.4718%;
    padding: 2% 2.114% 2.6% 2.114%;
    margin-top: 0;
  }
}
.c5-webcast .c5-model_blockItem.-modelYellow {
  background-color: #fffce5;
}
.c5-webcast .c5-model_blockItem.-modelYellow500 {
  background-color: #fff7eb;
}
.c5-webcast .c5-model_blockItem.-modelPink {
  background-color: #fff7eb;
}
.c5-webcast .c5-model_blockItem.-modelPink500 {
  background-color: #ffeee3;
}
.c5-webcast .c5-model_head {
  text-align: center;
}
.c5-webcast .c5-model_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model_title {
    font-size: 32px;
  }
}
.c5-webcast .c5-model_head-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c5-webcast .c5-model_head-bottomTitle {
  font-size: 16px;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model_head-bottomTitle {
    font-size: 18px;
  }
}
.c5-webcast .c5-model_head-bottomStar {
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
  color: #ef8437;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model_head-bottomStar {
    font-size: 18px;
  }
}
.c5-webcast .c5-model_img {
  max-width: 322px;
  width: 79%;
  margin: 5px auto 0 auto;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model_img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c5-webcast .c5-model_bottom {
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model_bottom {
    margin-top: 0;
  }
}
.c5-webcast .c5-model_bottom .c5-btn {
  margin-top: 18px;
}
.c5-webcast .c5-model_bottom-text {
  font-size: 14px;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-model_bottom-text {
    font-size: 18px;
    margin-top: 10px;
  }
}
.c5-webcast .c5-btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 48px;
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-btnWrapper {
    margin-top: 96px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c5-webcast .c5-btnWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c5-webcast .c5-btnWrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c5-webcast .c5-btnWrapper .c5-btn {
  margin: 0;
}