@charset "UTF-8";
@font-face {
  font-family: "DINPro-CondBold";
  src: url(./Fonts/DINPro-CondBold.otf);
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.shadow-panel {
  background: #fff;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.15);
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.width0 {
  width: 0px !important;
}

.width25 {
  width: 25px !important;
}

.width50 {
  width: 50px !important;
}

.width75 {
  width: 75px !important;
}

.width100 {
  width: 100px !important;
}

.width125 {
  width: 125px !important;
}

.width150 {
  width: 150px !important;
}

.width175 {
  width: 175px !important;
}

.width200 {
  width: 200px !important;
}

.width225 {
  width: 225px !important;
}

.width250 {
  width: 250px !important;
}

.width275 {
  width: 275px !important;
}

.width300 {
  width: 300px !important;
}

.width325 {
  width: 325px !important;
}

.width350 {
  width: 350px !important;
}

.width375 {
  width: 375px !important;
}

.width400 {
  width: 400px !important;
}

.width425 {
  width: 425px !important;
}

.width450 {
  width: 450px !important;
}

.width475 {
  width: 475px !important;
}

.width500 {
  width: 500px !important;
}

#renew-box2 {
  /*==================================================
  アコーディオンのためのcss
  ===================================*/
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
  margin-top: 0 !important;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  /* resulting css */
  background-image: url("./img/lp4/bg2.png?ver=2");
  background-repeat: repeat;
}
#renew-box2 .accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
#renew-box2 .accordion-area li {
  margin: 10px 0;
}
#renew-box2 .accordion-area section {
  border: 1px solid #ccc;
}
#renew-box2 .title .click {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  transition: all 0.2s ease;
  display: block;
  width: 70px;
  margin: 0 auto 30px;
  color: #fff;
}
#renew-box2 .title .click::before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: translate(-50%, 0%) rotate(135deg);
}
#renew-box2 .title.close::before {
  transform: rotate(45deg);
}
#renew-box2 .title.close::after {
  transform: rotate(-45deg);
}
#renew-box2 .box {
  display: none;
  /*はじめは非表示*/
  color: #fff;
  margin: 0 3% 0% 3%;
}
#renew-box2 .renew-box2-inner {
  background: #2c58a4;
  background: linear-gradient(270deg, #133261, #1160bd 100%);
}
#renew-box2 .link_text {
  color: #337ab7;
  text-decoration: underline;
}
#renew-box2 .link_text:hover {
  text-decoration: none;
}
#renew-box2 .btn-reserve {
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.56);
  border: 2px solid #c5ff00;
  display: block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #fff;
}
#renew-box2 .btn-reserve:before {
  border-color: #fff;
}
#renew-box2 .btn-reserve.disabled {
  width: 100%;
  background-color: #ccc;
  border: 2px solid #ccc;
}
#renew-box2 .btn-reserve.disabled:hover {
  opacity: 1;
}
#renew-box2 .panel-box:hover .panel-box--pic img {
  transform: scale(1, 1);
}
#renew-box2 p {
  margin: 0;
}
#renew-box2 a {
  color: #fff;
}
#renew-box2 a:hover {
  opacity: 0.8;
}
#renew-box2 .fixed-join-btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}
#renew-box2 .swiper-container {
  margin: 25px 0;
  padding-bottom: 10px;
}
#renew-box2 .common-carousel .swiper-wrapper {
  display: flex;
}
#renew-box2 .swiper-wrapper-no-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#renew-box2 .swiper-wrapper-no-slide .swiper-slide {
  width: 495px;
  margin-top: 30px;
}
#renew-box2 .renew-heading-common {
  text-align: center;
  font-size: 26px;
  width: 1050px;
  margin: auto;
  border: 0;
  position: relative;
}
#renew-box2 .renew-heading-common span {
  z-index: 2;
  position: relative;
  color: #fff;
}
#renew-box2 .renew-heading-common:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -3px;
  background-color: #fff;
  box-shadow: 0px 4px 1px 0px #194064;
  z-index: 1;
}
#renew-box2 .renew-heading-common-type {
  text-align: center;
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  padding: 3px 0;
}
#renew-box2 .renew-heading-common-type2 {
  width: 1050px;
  margin: auto;
}
#renew-box2 .renew-heading-common2 {
  border-top: 0;
  border-bottom: 1px solid #fff;
  text-align: left;
}
#renew-box2 .renew-main-box {
  position: relative;
}
#renew-box2 .renew-main-box .mainv {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
#renew-box2 .renew-main-box .mainv .sns {
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
}
#renew-box2 .renew-main-box .mainv .sns a i {
  font-size: 24px;
  margin-left: 7px;
}
#renew-box2 .renew-main-box .mainv-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 5px solid #fff;
  padding: 30px ​0;
  box-shadow: 0 6px 2px -2px #194064;
}
#renew-box2 .renew-main-box .mainv-inner .text {
  font-size: 21px;
  padding-top: 90px;
  margin-right: auto;
  width: 281px;
}
#renew-box2 .renew-main-box .mainv-inner .link-text {
  width: 281px;
  font-size: 21px;
  padding-top: 110px;
  margin-right: auto;
  text-align: right;
}
#renew-box2 .renew-main-box .mainv-inner .logo-box {
  width: 880px;
  text-align: center;
  padding: 20px 0 40px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#renew-box2 .renew-main-box .mainv-inner .logo-box .logo1 {
  width: 350px;
  margin: 0 auto;
}
#renew-box2 .renew-main-box .mainv-inner .logo-box .logo2 {
  width: 500px;
  margin-top: 30px;
}
#renew-box2 .renew-main-box .middle-text {
  display: flex;
  justify-content: center;
  text-align: center;
  border-bottom: 5px solid #fff;
  box-shadow: 0 6px 2px -2px #194064;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #fff;
}
#renew-box2 .renew-main-box .date {
  width: 739px;
  margin: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  font-size: 26px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#renew-box2 .bg-img {
  width: 100%;
  position: relative;
}
#renew-box2 .bg-img:before {
  position: absolute;
  content: "";
  display: block;
  background: url(img/lp4/person.png) no-repeat center;
  width: 740px;
  height: 430px;
  margin: 0 auto;
  background-size: contain;
  left: 50%;
  /* top: 50%; */
  /* margin-top: 190px; */
  margin-left: -350px;
}
#renew-box2 .bg-img-inner {
  width: 750px;
  margin: auto;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 30px;
}
#renew-box2 .bg-img .notice-text {
  margin-top: 0 !important;
  font-size: 11px;
  text-align: center;
  color: #fff;
}
#renew-box2 .bg-img .notice-text span {
  color: #feff03;
}
#renew-box2 .bg-img .blank {
  width: 281px;
  height: 100%;
  display: block;
}
#renew-box2 .bg-image-head {
  text-align: center;
  font-size: 40px;
}
#renew-box2 .bg-image-head .f_w {
  background-color: #fff;
  color: #133a70;
  padding: 10px;
}
#renew-box2 .bg-image-head .click {
  font-size: 14px;
}
#renew-box2 .bg-image-text {
  margin-top: 23px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
#renew-box2 .bg-image-text2 {
  font-size: 17px;
  color: #396f53;
  margin-top: 20px;
}
#renew-box2 .bg-image-text-list {
  margin: 0px auto 0px;
  color: #fff;
}
#renew-box2 .bg-image-text-list li span {
  display: inline-block;
  padding: 1px 3px;
}
#renew-box2 .notice-text2 {
  width: 1050px;
  margin: 15px auto 0;
}
#renew-box2 .renew__conts {
  padding-top: 60px;
}
#renew-box2 .renew__conts .column-list {
  position: relative;
}
#renew-box2 .renew__conts.speaker {
  padding-top: 0;
}
#renew-box2 .renew__conts.about {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}
#renew-box2 .renew__conts.talk-event .column-list-wrap {
  width: 1050px;
  margin: auto;
}
#renew-box2 .renew__conts.talk-event .column-list-wrap .swiper-button-next-a,
#renew-box2 .renew__conts.talk-event .column-list-wrap .swiper-button-prev-a {
  display: none;
}
#renew-box2 .renew__conts.talk-event .column-list-wrap .column-list .swiper-wrapper {
  justify-content: space-between;
}
#renew-box2 .renew__conts.talk-event .column-list-wrap .column-list .swiper-slide {
  width: auto;
}
#renew-box2 .renew__conts.talk-event .column-list-wrap .column-list .swiper-slide:first-child {
  border-right: 1px solid #000;
  padding-right: 24px;
}
#renew-box2 .renew__conts .person-list-detail {
  position: relative;
}
#renew-box2 .renew__conts .person-list-detail:after {
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: -21px;
  z-index: 1;
}
#renew-box2 .renew__conts .person-list-detail .img {
  border: 1px solid #fff;
  width: 100%;
}
#renew-box2 .renew__conts .person-list-detail .name {
  font-size: 27px;
  width: 100%;
  color: #fff;
}
#renew-box2 .renew__conts .person-list-detail .belong {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  min-height: 44px;
  line-height: 1.2;
  color: #fff;
}
#renew-box2 .renew__conts .person-list .spo-carousel {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
  margin: 30px auto 0;
}
#renew-box2 .renew__conts .talk-event-notice {
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}
#renew-box2 .renew__conts .talk-list {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: auto;
  padding-top: 15px;
}
#renew-box2 .renew__conts .talk-list .swiper-button-prev-a, #renew-box2 .renew__conts .talk-list .swiper-button-next-a {
  display: none;
}
#renew-box2 .renew__conts .talk-list-detail {
  display: flex;
  position: relative;
  z-index: 2;
}
#renew-box2 .renew__conts .talk-list-detail.dummy {
  width: 429px;
  height: 270px;
  background: #ccc;
}
#renew-box2 .renew__conts .talk-list-detail-inner {
  position: relative;
  padding-bottom: 10px;
}
#renew-box2 .renew__conts .talk-list-detail-inner:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: -20px;
  z-index: 1;
}
#renew-box2 .renew__conts .talk-list-detail-inner.done .detail-text {
  background: #7192b3;
}
#renew-box2 .renew__conts .talk-list-detail__link {
  display: flex;
  align-items: flex-start;
}
#renew-box2 .renew__conts .talk-list-detail__link.done {
  position: relative;
}
#renew-box2 .renew__conts .talk-list-detail__link.done:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  max-width: 660px;
  height: 100%;
  background-color: rgba(156, 189, 202, 0.75);
}
#renew-box2 .renew__conts .talk-list-detail .live-icon {
  position: absolute;
  display: flex;
  color: #fff;
  font-size: 10px;
  background: #ff0000;
  font-family: "Noto Sans Japanese", sans-serif;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  bottom: 11px;
  left: 17px;
}
#renew-box2 .renew__conts .talk-list-detail .live-icon:before, #renew-box2 .renew__conts .talk-list-detail .live-icon:after {
  position: absolute;
  display: block;
  content: "";
  width: 11px;
  height: 28px;
  background: url("img/lp/circle-half.png") no-repeat 0 0;
  background-size: contain;
}
#renew-box2 .renew__conts .talk-list-detail .live-icon:before {
  left: -12px;
  transform: rotate(-180deg);
}
#renew-box2 .renew__conts .talk-list-detail .live-icon:after {
  right: -12px;
}
#renew-box2 .renew__conts .talk-list-detail .archive-tag {
  position: absolute;
  display: block;
  width: 70px;
  height: 45px;
  bottom: 10px;
  left: 10px;
  background: url("img/lp/archive-folder.png") no-repeat 0 0;
}
#renew-box2 .renew__conts .talk-list-detail .archive-tag:hover {
  opacity: 0.85;
}
#renew-box2 .renew__conts .talk-list .detail-text {
  background: #fff;
  color: #fff;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#renew-box2 .renew__conts .talk-list .time-table {
  width: 100%;
}
#renew-box2 .renew__conts .talk-list .time-table .name {
  font-size: 11px;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
#renew-box2 .renew__conts .talk-list .time-table .time i {
  margin-right: 5px;
}
#renew-box2 .renew__conts .list-line {
  position: relative;
}
#renew-box2 .renew__conts .list-line:first-child .talk-list-detail-inner:before {
  display: none;
}
#renew-box2 .renew__conts .list-line:first-child .date:before {
  display: none;
}
#renew-box2 .renew__conts .list-line-inner {
  position: relative;
}
#renew-box2 .renew__conts .list-line .date {
  position: relative;
  font-size: 27px;
  border-bottom: 1px solid #fff;
}
#renew-box2 .renew__conts .list-line .date:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: -20px;
  z-index: 1;
}
#renew-box2 .renew__conts .panel-box--all {
  width: 1050px;
}
#renew-box2 .renew__conts .panel-box--all .wpulike {
  background: none;
}
#renew-box2 .renew__conts .sponsor-list {
  display: flex;
  justify-content: center;
  width: 1050px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 5px solid #fff;
  box-shadow: 0 6px 2px -2px #194064;
  position: relative;
}
#renew-box2 .renew__conts .sponsor-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: -6px;
  background-color: #fff;
  box-shadow: 0px 4px 1px 0px #194064;
  z-index: 1;
}
#renew-box2 .renew__conts .sponsor-list .list-item {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 50px;
}
#renew-box2 .renew__conts .sponsor-list .list-item img {
  height: 50px;
}
#renew-box2 .renew__conts .sponsor-list .list-item:first-child {
  border-left: 0;
}
#renew-box2 .renew__conts .bottom__conts {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 5px solid #fff;
  border-bottom: 2px solid #fff;
  border-bottom: 5px solid #fff;
  box-shadow: 0 6px 2px -2px #194064;
}
#renew-box2 .renew__conts .bottom__conts .link-text {
  width: 100%;
  text-align: center;
  position: relative;
  border-left: 1px solid #fff;
  padding: 0 15px;
  margin-bottom: 0;
}
#renew-box2 .renew__conts .bottom__conts .link-text a {
  color: #fff;
}
#renew-box2 .renew__conts .bottom__conts .link-text:first-child {
  border-left: 0;
}
#renew-box2 .bottom__logo {
  padding: 80px 0;
  text-align: center;
  border: 0;
}
#renew-box2 .bottom__logo .logo-link {
  display: inline-block;
}
#renew-box2 .bottom__logo .logo-box-bottom {
  text-align: center;
  display: flex;
}
#renew-box2 .bottom__logo .logo-box-bottom svg {
  width: 300px;
}
#renew-box2 .bottom__logo .logo-box-bottom .logo1 svg {
  width: 300px;
}
#renew-box2 .bottom__logo .logo-box-bottom .logo2 {
  margin-top: 10px;
  margin-left: 20px;
}
#renew-box2 .bottom__logo .logo-box-bottom .logo2 img {
  width: 230px;
}
#renew-box2 .bottom__logo .logo-box-bottom .logo2 {
  margin-top: 10px;
}
#renew-box2 .swiper-button-prev-a, #renew-box2 .swiper-button-next-a {
  display: block;
}
#renew-box2 .swiper-button-prev-a {
  background: none;
}
#renew-box2 .swiper-button-prev-a:before, #renew-box2 .swiper-button-prev-a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#renew-box2 .swiper-button-prev-a:before {
  left: 1px;
  width: 37px;
  height: 1px;
  background: #fff;
}
#renew-box2 .swiper-button-prev-a:after {
  left: 3px;
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
#renew-box2 .swiper-button-next-a {
  background: none;
  right: -58px;
}
#renew-box2 .swiper-button-next-a:before, #renew-box2 .swiper-button-next-a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#renew-box2 .swiper-button-next-a:before {
  left: 3px;
  width: 37px;
  height: 1px;
  background: #fff;
}
#renew-box2 .swiper-button-next-a:after {
  right: 3px;
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  #renew-box2 .renew-main-box .mainv {
    width: auto;
  }
  #renew-box2 .renew-main-box .date {
    width: auto;
  }
}
@media (max-width: 1198.89px) {
  #renew-box2 .renew-main-box:before {
    height: 106px;
  }
  #renew-box2 .renew-main-box .mainv {
    width: auto;
  }
  #renew-box2 .renew-main-box .mainv-inner {
    width: auto;
    flex-wrap: wrap;
    position: relative;
  }
  #renew-box2 .renew-main-box .mainv-inner:before, #renew-box2 .renew-main-box .mainv-inner:after {
    position: absolute;
    display: block;
    content: "";
    background: #fff;
    width: 1px;
    height: 55%;
    top: 50%;
    transform: translateY(-60%) translateX(-50%);
    -webkit-transform: translateY(-60%) translateX(-50%);
  }
  #renew-box2 .renew-main-box .mainv-inner:before {
    left: 20px;
  }
  #renew-box2 .renew-main-box .mainv-inner:after {
    right: 20px;
  }
  #renew-box2 .renew-main-box .mainv-inner .logo-box {
    border: none;
    order: 2;
    width: 100%;
    display: block;
    text-align: center;
  }
  #renew-box2 .renew-main-box .mainv-inner .logo-box .logo1 {
    width: 270px;
  }
  #renew-box2 .renew-main-box .mainv-inner .logo-box .logo2 {
    width: auto;
    margin-top: 10px;
  }
  #renew-box2 .renew-main-box .mainv-inner .logo-box .logo2 img {
    width: 240px;
  }
  #renew-box2 .renew-main-box .mainv-inner .text {
    padding-top: 20px;
    width: 100%;
    order: 1;
    text-align: center;
  }
  #renew-box2 .renew-main-box .mainv-inner .text br {
    display: none;
  }
  #renew-box2 .renew-main-box .mainv-inner .link-text {
    padding-top: 20px;
    width: 100%;
    order: 3;
    text-align: center;
    padding: 0 10px;
    z-index: 2;
  }
  #renew-box2 .renew-main-box .mainv-inner .link-text a {
    position: relative;
    display: block;
    background: #fff;
    color: #fff;
    box-shadow: 0 6px 0px #041a33;
    border-radius: 8px;
    padding: 10px;
  }
  #renew-box2 .renew-main-box .mainv-inner .link-text a:before {
    position: absolute;
    right: 0;
    display: block;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
  }
  #renew-box2 .renew-main-box .date {
    border: 0;
    font-size: 16px;
  }
  #renew-box2 .bg-img {
    height: auto;
  }
  #renew-box2 .bg-img:before {
    width: 110px;
    height: 160px;
  }
  #renew-box2 .bg-img-inner {
    width: auto;
    border: 0;
  }
  #renew-box2 .bg-img-inner:before, #renew-box2 .bg-img-inner:after {
    display: none;
  }
  #renew-box2 .renew-heading-common {
    width: auto;
    font-size: 20px;
  }
  #renew-box2 .renew-heading-common2 {
    font-size: 16px;
    text-align: center;
  }
  #renew-box2 .renew-heading-common-type2 {
    width: auto;
  }
  #renew-box2 .renew__conts {
    padding: 30px 15px 0;
  }
  #renew-box2 .renew__conts .person-list {
    padding: 0 20px;
  }
  #renew-box2 .renew__conts .person-list .spo-carousel {
    max-width: none;
    padding: 0 15px;
  }
  #renew-box2 .renew__conts .person-list-detail {
    padding-right: 0;
    border: 0;
  }
  #renew-box2 .renew__conts .person-list-detail .name {
    font-size: 14px;
  }
  #renew-box2 .renew__conts .person-list-detail:after {
    display: none;
  }
  #renew-box2 .renew__conts #carousel1 .person-list-detail .belong {
    min-height: 50px;
  }
  #renew-box2 .renew__conts #carousel1 .person-list-detail .belong br {
    display: none;
  }
  #renew-box2 .renew__conts #carousel2 .person-list-detail .belong {
    min-height: 52px;
  }
  #renew-box2 .renew__conts .list-line {
    width: 100%;
    margin-top: 25px;
    padding: 0 20px;
  }
  #renew-box2 .renew__conts .list-line:before {
    height: 80%;
    top: 80px;
  }
  #renew-box2 .renew__conts .list-line .date:before {
    display: none;
  }
  #renew-box2 .renew__conts .bottom__conts {
    width: auto;
  }
  #renew-box2 .renew__conts .bottom__conts .link-text {
    padding: 0 10px;
    margin-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  #renew-box2 .renew__conts .panel-box--all {
    width: auto;
    padding: 0 20px;
  }
  #renew-box2 .renew__conts .talk-list-detail__link {
    justify-content: center;
  }
  #renew-box2 .renew__conts .talk-list-detail__link img {
    max-width: 100%;
  }
  #renew-box2 .notice-text2 {
    width: auto;
    margin: 15px auto 0;
  }
  #renew-box2 .bottom__logo {
    padding: 20px 0;
  }
  #renew-box2 .bottom__logo .logo-box-bottom {
    display: block;
  }
  #renew-box2 .bottom__logo .logo-box-bottom .logo2 {
    margin-top: 10px;
  }
  #renew-box2 .bottom__logo .logo-box-bottom .logo2 img {
    width: 200px;
  }
  #renew-box2 .common-carousel .swiper-wrapper .swiper-slide {
    margin-top: 0 !important;
  }
  #renew-box2 .common-carousel .swiper-wrapper .swiper-slide .panel-box .panel-box--pic {
    float: none;
    width: 100%;
  }
  #renew-box2 .swiper-button-prev-a,
#renew-box2 .swiper-button-next-a {
    z-index: 2;
    width: 30px;
  }
  #renew-box2 .swiper-button-prev-a:before,
#renew-box2 .swiper-button-next-a:before {
    left: 10px;
    width: 17px;
  }
  #renew-box2 .swiper-button-prev-a:after,
#renew-box2 .swiper-button-next-a:after {
    width: 12px;
    height: 12px;
  }
  #renew-box2 .swiper-button-prev-a {
    left: -8px;
  }
  #renew-box2 .swiper-button-prev-a:before {
    left: 2px;
  }
  #renew-box2 .swiper-button-next-a {
    right: -14px;
  }
  #renew-box2 .swiper-button-next-a:before {
    left: 3px;
  }

  .fixed-join-btn {
    width: 100px;
  }
}
@media (max-width: 768.98px) {
  #renew-box2 .renew__conts .talk-list .swiper-button-prev-a, #renew-box .renew__conts .talk-list .swiper-button-next-a {
    display: block;
  }
}
@media (max-width: 768.98px) {
  #renew-box2 .btn-reserve {
    font-size: 12px;
  }
  #renew-box2 .swiper-wrapper-no-slide .swiper-slide {
    width: 100%;
  }
  #renew-box2 .swiper-wrapper-no-slide:after {
    display: none;
  }
  #renew-box2 .renew-main-box .middle-text {
    display: block;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #renew-box2 .renew-main-box .middle-text .text-sub {
    font-size: 18px;
    width: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #renew-box2 .renew-main-box .mainv-inner:before, #renew-box2 .renew-main-box .mainv-inner:after {
    display: none;
  }
  #renew-box2 .bg-image-head {
    font-size: 28px;
    text-align: center;
    padding-top: 10px;
  }
  #renew-box2 .bg-img-inner {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #renew-box2 .bg-img:before {
    width: 310px;
    height: 210px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-left: 20px;
    margin-top: 250px;
  }
  #renew-box2 .renew__conts.talk-event .list-line {
    padding: 0;
    width: 100%;
    margin-top: 0;
  }
  #renew-box2 .renew__conts.talk-event .column-list-wrap {
    width: auto;
    display: block;
  }
  #renew-box2 .renew__conts.talk-event .column-list-wrap .column-list {
    padding: 0 20px;
  }
  #renew-box2 .renew__conts.talk-event .column-list-wrap .column-list:first-child .swiper-slide {
    border: 0;
    padding-right: 0;
  }
  #renew-box2 .renew__conts.talk-event .column-list-wrap .swiper-button-prev-a,
#renew-box2 .renew__conts.talk-event .column-list-wrap .swiper-button-next-a {
    display: block;
  }
  #renew-box2 .renew__conts.talk-event .common-carousel .swiper-wrapper {
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0);
  }
  #renew-box2 .renew__conts .talk-list {
    width: auto;
    display: block;
    padding: 0;
  }
  #renew-box2 .renew__conts .talk-list-detail {
    display: block;
    margin-top: 0;
  }
  #renew-box2 .renew__conts .talk-list-detail .live-icon {
    left: auto;
    right: 20px;
    bottom: 8px;
  }
  #renew-box2 .renew__conts .talk-list-detail.dummy {
    display: none;
  }
  #renew-box2 .renew__conts .talk-list .detail-text {
    width: 100%;
  }
  #renew-box2 .renew__conts.sponsor {
    padding-top: 0;
  }
  #renew-box2 .renew__conts .sponsor-list {
    width: auto;
    padding: 33px 0 33px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #renew-box2 .renew__conts .sponsor-list .list-item {
    padding: 5px 70px;
    width: 100%;
    justify-content: center;
    border: 0;
    margin-top: 25px;
    height: auto;
  }
  #renew-box2 .renew__conts .sponsor-list .list-item a {
    width: 100%;
  }
  #renew-box2 .renew__conts .sponsor-list .list-item img {
    height: auto;
  }
  #renew-box2 .renew__conts .sponsor-list .list-item:first-child {
    margin-top: 0;
  }
}


.panel-box-wrap::before, .swiper-slide + .swiper-slide .panel-box::before{
  display: none;
}