<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.l_siteContents {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #online_270608 .kv_resize {
    width: 100vw;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .l_siteContents {
    margin-bottom: -7vw;
    /*! overflow: hidden; */
  }
}

#online_270608 {
  font-size: 17px;
  width: 100%;
  line-height: 1.6;
  position: relative;
  background-color: white;
}

#online_270608 table {
  border-collapse: separate;
}

#online_270608 .schedule_tbl {
  font-size: 20px;
  width: 100%;
  font-weight: bold;
}

#online_270608 .schedule_tbl h5 {
  position: relative;
}

#online_270608 .schedule_tbl h5+p {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  line-height: 1.4;
  padding-right: 1em;
  margin-top: 1em;
}

#online_270608 .schedule_tbl h5:before {
  content: "";
  position: absolute;
  height: 1em;
  width: 0.2em;
  left: -0.6em;
  top: 0.3em;
  background-color: #ffe108;
}

#online_270608 .schedule_tbl td {
  border-bottom: 1px dotted black;
  padding: 0.6em 0 0.6em 0.6em;
}

#online_270608 .schedule_tbl td:last-child {
  width: 150px;
}

#online_270608 .schedule_tbl td:first-child {
  width: 15em;
  /* height: 15em; */
}

#online_270608 .schedule_tbl h5.ttl_gyokai:before {
  background-color: #b9e9f9;
}

#online_270608 .schedule_tbl h5.ttl_mono:before {
  background-color: #5ad29d;
}

#online_270608 p {
  font-size: 16px;
  line-height: 1.6;
}

#online_270608 .seminar_box {
  border: 5px solid #b9e9f9;
  padding: 2em;
  border-radius: 5px;
  margin: 0 auto 3em;
}

#online_270608 .seminar_box .seminar_box_text {
  font-size: 16px;
  text-align: justify;
  margin: 1em 1em auto 0;
}

#online_270608 .seminar_box p.small {
  font-size: 17px;
  font-weight: bold;
  color: #999;
}

#online_270608 .seminar_box h5 {
  font-size: 26px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

#online_270608 .seminar_box h5:before {
  content: "";
  position: absolute;
  height: 1em;
  width: 0.2em;
  left: -0.6em;
  top: 0.3em;
  background-color: #f7d0db;
}

#online_270608 .seminar_box .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#online_270608 .seminar_box h4 {
  /* font-size: 2rem; */
  position: relative;
}

@media (min-width: 768px) {
  #online_270608 .seminar_box h4 {
    margin-right: 2em;
  }
}

@media (max-width: 767px) {
  #online_270608 .seminar_box h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    white-space: nowrap;
  }
}

#online_270608 .seminar_box h4 .day {
  font-size: 2em;
  padding-right: 1rem;
}

#online_270608 .seminar_box h4 .day small {
  font-size: 1rem;
}

@media (max-width: 767px) {
  #online_270608 .seminar_box h4 .day {
    font-size: 1.8em;
    line-height: 1;
    padding-right: 0.5rem;
  }
}

#online_270608 .seminar_box h4 img {
  width: 368px;
}

#online_270608 .seminar_box h4:after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  height: 0.2em;
  width: 100%;
  display: block;
  background-color: #C5F6FF;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 5px);
  z-index: 0;
}

#online_270608 .seminar_box._pink h4:after {
  background-color: #FCDAFF;
}

#online_270608 .schedule_tab {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 80;
}

#online_270608 .schedule_tab li {
  width: calc(100% / 2);
}

#online_270608 .schedule_tab li a {
  font-size: 16px;
  width: 100%;
  height: 90px;
  line-height: 1.2;
  text-align: center;
  color: white;
  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;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#online_270608 .schedule_tab li a:hover {
  text-decoration: none;
}

#online_270608 .schedule_tab li:nth-child(1) {
  background-color: #901582;
}

#online_270608 .schedule_tab li:nth-child(2) {
  background-color: #701b1b;
}

#online_270608 p.bold {
  font-size: 20px;
  font-weight: bold;
}

#online_270608 .btn_order a {
  font-size: 20px;
  background-color: #eb9710;
  color: white;
  text-align: center;
  width: 7.5em;
  height: 2.4em;
  border-radius: 3px;
  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;
  font-weight: bold;
}

#online_270608 .btn_order a:hover {
  text-decoration: none;
}

#online_270608 #howto {
  padding-bottom: 10rem;
}

#online_270608 .step {
  padding-inline-start: 0px;

}

#online_270608 #howto .step li {
  font-size: 25px;
  font-weight: bold;
  list-style: none;

}

#online_270608 #howto .step li p.notes {
  font-size: 20px;
  margin-left: 5.2em;
}

#online_270608 #howto h3 img {
  width: 153px;
}

#online_270608 #present {
  margin: 4rem auto 0;
}

#online_270608 #present .ttl_ul {
  font-size: 22px;
  margin: 1em auto;
  border-bottom: 5px solid #ffe108;
}

#online_270608 #present h3 img {
  width: 306px;
  margin-left: auto;
  margin-right: auto;
}

#online_270608 #present .main_ttl {
  margin: 1em auto;
}

#online_270608 #present p {
  text-align: justify;
}

#online_270608 #howto .ttl_ul {
  border-bottom: 5px solid #ffe108;
  display: inline-block;
  margin-bottom:30px
}

#online_270608 .osusume3 {
  margin-top: 120px;
}

#online_270608 #knowhow .ttl_ul {
  border-bottom: 5px solid #ffe108;
  display: inline-block !important;
  vertical-align: top;
}

#online_270608 #knowhow img {
  width: 2em;
}

@media (min-width: 768px) {
  #online_270608 #knowhow img {
    width: 54px;
    display: inline;
    padding: 0 1em;
  }
}

#online_270608 .tab_ttl {
  font-size: 24px;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  color: white;
}

#online_270608 .ttl_ul {
  font-size: 30px;
  text-align: center;
  display: inline-block;
}

#online_270608 img {
  font-size: unset;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

#online_270608 .container {
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
}

#online_270608 .container-wide {
  width: 90%;
  margin: 0 auto;
  /* padding-top: 4rem; */
}

@media (min-width: 768px) {
  #online_270608 .container-wide {
    min-width: 100%;
  }
}

#online_270608 .pb {
  padding-bottom: 5rem;
}

#online_270608 .main_ttl_wrapper {
  display: inline-block;
  margin: 36px 0;
  width: 100%;
  /* background-image: url('/csf_contents/intern/27_east_0727/images/new_1204/decorate.png'); */
  /* Replace with the correct path to your image */
  background-repeat: no-repeat;
  /* Ensures the image does not repeat */
  background-position: center center;
  /* Centers the image */
}

#online_270608 .banar-wrapper {
  text-align: center;
}

#online_270608 .banar-wrapper img {
  width: 85%;
}

@media (max-width: 767px) {
  #online_270608 .main_ttl_wrapper {
    background-size: 80vw;
  }

  #online_270608 .banar-wrapper img {
    width: 90%;
  }
}

#online_270608 .main_ttl {
  text-align: center;
  margin-top: 30px;	
}

#online_270608 p.notes {
  font-size: 12px;
}

#online_270608 .bg_lgray {
  background-color: #f2f2f2;
  padding-top: 20px;
}

@media (max-width: 767px) {
  #online_270608 .bg_lgray {
    padding-top: 10px;
  }

}



#online_270608 .bg_gray {
  background-color: #eeeeee;
  padding: 1px;
}

/* 絶対パスに修正すべきだが、テストアップ環境では以下で */
#online_270608 .bg_blue {
  background: url(/csf_contents/intern/27_east_0727/images/bg_blue.png);
  padding: 5% 0;
}

#online_270608 .bg_white {
  background-color: white;
}

#online_270608 .bg_white._r {
  padding: 3rem;
  border-radius: 1rem;
}

#online_270608 .center {
  text-align: center;
}

#online_270608 .ttl_ill {
  width: 102px;
  height: auto;
  padding: 0 1em;
}

#online_270608 .indentList li {
  margin-left: 1em;
}

#online_270608 .indentList li:before {
  content: "・";
  margin-left: -1em;
}

#online_270608 .indentList._kome li:before {
  content: "※";
}

#online_270608 h3.ttl_img {
  margin: 3em auto 2em;
  max-width: 508px;
}

#online_270608 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


@media (min-width: 768px) {
  #online_270608 .flex-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


/* @media (max-width: 767px) {
  #online_270608 .pc-div{
     display: none;
  }
  #online_270608 .sp-div{
    display: inline-block;
  }
}

@media (min-width: 768px){
  #online_270608 .pc-div{
    display: block;
 }
 #online_270608 .sp-div{
   display: none;
 }
} */




#online_270608 .corpList_pc {
  padding: 3rem 0;
}

#online_270608 .seminar_box._pink {
  border: 5px solid #f7d0db;
}

#online_270608 .btn_order._event {
  margin: 0 auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

#online_270608 .btn_order._event a {
  max-width: 500px;
  width: 60%;
  margin: 0 auto;
}

#online_270608 .fixedBtm {
  position: relative;
  width: 100%;
  margin: auto;
  display: none;
}

#online_270608 .fixedBtm.fixed {
  position: fixed;
  display: block;
  bottom: 0;
}

#online_270608 .fixedBtm.fixed.none {
  position: absolute;
  bottom: 0;
}

#online_270608 .schedule_bg {
  background-color: #e6f3f4;
  padding: 1px 3rem;
}

#online_270608 .schedule_bg h4 {
  width: 15em;
  margin: 0 auto 1em;
  text-align: center;
}

#online_270608 .osusume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 2rem auto;
  list-style: none;
  padding-inline-start: 0px;

}

#online_270608 .osusume li {
  width: 286px;
  padding-inline-start: 0 !important;
  margin: 0 1%;
}

#online_270608 .tab_content.active.fixed .tab_ttl {
  width: 1000px;
  position: fixed;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

#online_270608 .tab_content.active.fixed .tab_ttl+.schedule_bg {
  padding-top: 152px;
}

#online_270608 .tab_content.active.fixed.none .tab_ttl {
  opacity: 0;
}

#online_270608 #schedule.fixed .fixedWrap {
  position: fixed;
  top: 0;
  display: block;
  z-index: +1;
  opacity: 1;
}

#online_270608 .fixedWrap.none {
  opacity: 0;
  z-index: -1;
}

#online_270608 .fixedWrap.none .schedule_tab {
  opacity: 0;
  z-index: -1;
}

#online_270608 .kantan {
  display: inline;
}

#online_270608 .trigger {
  margin-bottom: auto;
}

#online_270608 .slick-sliderWrap {
  width: 98%;
  margin: auto;
}

#online_270608 .corpList_sp {
  margin: 1rem auto;
}

#online_270608 .corpList_sp li {
  width: calc(100% / 6);
  height: auto;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 4px;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
}

#online_270608 .corpList_sp li a {
  text-decoration: none;
}

#online_270608 .corpList_sp li .cate {
  width: 80%;
  background-color: #999;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

/* #online_270608 .corpList_sp li .cate_1 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_2 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_3 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_4 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_5 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_6 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_7 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_8 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_9 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_10 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_11 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_12 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

#online_270608 .corpList_sp li .cate_13 {
  width: 80%;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
} */

#online_270608 .cate_1 {
  background-color: #901682;
}

#online_270608 .cate_2 {
  background-color: #854e4c;
}

#online_270608 .cate_3 {
  background-color: #999;
}

#online_270608 .cate_4 {
  background-color: #4b579a;
}

#online_270608 .cate_5 {
  background-color: #db5d52;
}

#online_270608 .cate_6 {
  background-color: #df805e;
}

#online_270608 .cate_7 {
  background-color: #628c6c;
}

#online_270608 .cate_8 {
  background-color: #8a8989;
}

#online_270608 .cate_9 {
  background-color: #c3a887;
}

#online_270608 .cate_10 {
  background-color: #901682;
}

#online_270608 .cate_11 {
  background-color: #854e4c;
}

#online_270608 .cate_12 {
  background-color: #999;
}

#online_270608 .cate_13 {
  background-color: #4b579a;
}

#online_270608 .cate_14 {
  background-color: #db5d52;
}

#online_270608 .slick-prev:before {
  content: url(/csf_contents/intern/27_east_0727/images/prev.png);
}

#online_270608 .slick-next:before {
  content: url(/csf_contents/intern/27_east_0727/images/next.png);
}

#online_270608 .schedule_bg._pink {
  background-color: #f7d0db;
}

#online_270608 .floatFixed {
  position: fixed;
}

#online_270608 .none {
  display: none;
}

#online_270608 .pagetop {
  z-index: 11;
}

@media (max-width: 767px) {
  #online_270608 .schedule_tbl {
    font-size: 3.6vw;
  }

  #online_270608 .schedule_tbl h5+p {
    font-size: 3.2vw;
    margin-bottom: 0;
    padding-left: 1em;
  }

  #online_270608 .seminar_box p.small {
    font-size: 3.4vw;
  }

  #online_270608 .seminar_box h5 {
    font-size: 5vw;
  }

  #online_270608 p.bold {
    font-size: 3.6vw;
  }

  #online_270608 .btn_order a {
    font-size: 3.6vw;
  }

  #online_270608 #howto .step li {
    font-size: 4.4vw;
  }

  #online_270608 #howto .step li p.notes {
    font-size: 3.6vw;
    margin-left: 0;
  }

  #online_270608 #present .ttl_ul {
    font-size: 3.8vw;
  }

  #online_270608 .tab_ttl {
    font-size: 4vw;
  }

  #online_270608 .ttl_ul {
    font-size: 5vw;
  }

  #online_270608 .container {
    padding: 0 1em;
  }

  #online_270608 .pb {
    padding-bottom: 2rem;
  }

  #online_270608 .tab_content.active.fixed .tab_ttl {
    top: 155px;
  }

  #online_270608 .tab_content.active.fixed .tab_ttl+.schedule_bg {
    padding-top: 200px;
  }

  #online_270608 #schedule.fixed .fixedWrap {
    top: 57px;
  }

  #online_270608 .tab_content.active {
    padding-top: 210px;
    margin-top: -210px;
  }

  #online_270608 .schedule_tab li:nth-child(1) {
    background-position: bottom right;
  }

  #online_270608 .schedule_tab li:nth-child(2) {
    background-position: bottom right;
  }

  #online_270608 .corpList_sp li {
    width: calc(100% / 2);
    font-size: 0.6rem;
  }

  #online_270608 .corpList_sp li .cate {
    font-size: 2vw;
  }
}


/* モバイルデバイス向けスタイル 〜767px以下のとき〜*/
@media (max-width: 767px) {
  #online_270608 .pc {
    display: none !important;
  }

  #online_270608 .sp {
    display: block;
    width: 100vw;
  }

  #online_270608 .camp02_info .sp {
    width: 80vw;
  }

  #online_270608 .slick-prev {
    left: -35px;
  }

  #online_270608 .osusume {
    display: block !important;
    margin: 2rem auto !important;
  }
}

/* タブレット・PCデバイス向けスタイル 〜769px以上のとき〜*/
@media(min-width: 768px) {
  #online_270608 .sp {
    display: none;
  }

  #online_270608 .pc {
    display: block;
  }

  #online_270608 .imgL {
    float: left;
    margin: 0 1em 1em 0;
    width: 200px;
  }

  /* #online_270608 .kv {
    background: url(/csf_contents/intern/27_east_0727/images/kv_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 1em;
  } */

  #online_270608 .kv h1 {
    max-width: 100%;
    width: 100vw;
    margin: 1em auto;
  }
}



#online_270608 .float-message {
  background-color: white;
}

@media (min-width: 768px) {
  #online_270608 .float-message {
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
    z-index: 10;
  }

  #online_270608 #float-fixed1 {
    position: fixed;
    /* 要素を固定位置に設定 */
    bottom: 0;
    /* 下部に固定 */
    left: 0;
    /* 左端から */
    width: 100%;
    /* 幅を100%に設定して画面全体に広げる */
    z-index: 999;
    /* 他の要素の上に表示されるようにz-indexを高く設定 */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    /* 下部に影をつける */
    background-color: white;
    /* 背景色を白に設定 */
    padding: 0.5rem 0.5rem 0 0.5rem;
    /* 内側の余白を設定 */
    box-sizing: border-box;
    /* paddingを含めたサイズで計算 */
  }

  #online_270608 #float-fixed2 {
    margin: 1% auto;
  }

  #online_270608 .float-message.fixed {
    bottom: 0;
  }

  #online_270608 .float-message-inner {
    display: table;
    width: 100%;
    margin: 0 auto;
  }

  #online_270608 .float-message-inner&gt;* {
    display: table-cell;
    height: 60px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    vertical-align: middle;
  }

  #online_270608 .float-message__caption {
    background: #333;
  }

  #online_270608 .float-message__txt {
    background: #f69c00;
    min-width: 300px;
  }

  #online_270608 .float-message__txt a {
    display: inline-block;
    color: #fff;
  }

  #online_270608 .float-message__txt a:visited {
    display: inline-block;
    color: #fff;
  }

  #online_270608 .float-message__txt a:hover {
    text-decoration: none;
    opacity: .7;
    color: #fff;
  }

  #online_270608 .float-message__txt a+a {
    margin: .5em;
  }

  #online_270608 .float-message__txt .icon-arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 10px;
    border-top: 1px solid;
    border-right: 1px solid;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

#online_270608 .ft-sm {
  font-size: 1rem;
  line-height: 1.4;
  width: 100%;
  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;
}

@media (max-width: 767px) {
  #online_270608 .ft-sm {
    font-size: 0.8rem;
  }
}

#online_270608 .float-message_notes {
  font-size: 12px;
  text-align: center;
  margin: 4px;
}

@media (min-width: 768px) {
  #online_270608 .float-message_r {
    width: 25%;
  }
}

#online_270608 .float-message_r a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: white;
}
#online_270608 .float-message_r.present-banar a {
  color: #2b2b2b;
}

@media (max-width: 767px) {
  #online_270608 .float-message_r a {
    padding: 0.6rem;
    color: white;
    font-size: min(3vw, 16px);
  }

  #online_270608 .float-message_notes {
    font-size: 10px;
    margin: 4px;
  }
}

#online_270608 .float-message_r:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition: .5s all;
  transition: .5s all;
}

#online_270608 .float-message__txt_1 {
  background-color: #1F98A4;
  background: #1F98A4  url(/csf_contents/intern/27_east_0727/images/bg_float_message.png) no-repeat left center;
  width: 45vw;
}

@media (min-width: 768px) {
  #online_270608 .float-message__txt_1 {
    background: #1F98A4 url(/csf_contents/intern/27_east_0727/images/bg_float_message.png) no-repeat left center;
  }
}

#online_270608 .float-message__txt_2 {
  background-color: #eba8bb;
}

/* float-message
----------------------------------------------------------- */
@media (max-width: 767px) {
  #online_270608 {
    width: 100%;
    font-size: 4vw;
    line-height: 1.6;
    position: relative;
    margin-bottom: 30px;
overflow: hidden;
  }

  #online_270608 .container {
    width: 90%;
    margin: 0 auto;
    padding: 0 1rem;
  }

  #online_270608 .kv {
    margin: 0;
  }

  #online_270608 .main_ttl {
    margin: 1em auto 1em;
  }

  #online_270608 .bg_white._r {
    padding: 1em;
    border-radius: 0.2em;
    margin: 1rem;
  }

  #online_270608 .ttl_ill {
    vertical-align: bottom;
    width: 5em;
  }

  #online_270608 .osusume {
    display: flex;
    justify-content: space-around;
    margin: 2rem auto;
  }

  #online_270608 .osusume li {
    width: 80vw;
    margin: 0 auto 1em;
    vertical-align: baseline;
  }

  #online_270608 #present .main_ttl {
    width: 90%;
  }

  #online_270608 #present .reward {
    width: 100%;
  }

  #online_270608 #present .imgL {
    width: 60%;
    display: block;
    margin: 0 auto 1em;
  }

  #online_270608 #present .bg_white {
    margin: 1em auto;
  }

  #online_270608 #present.bg_blue {
    padding: 1px 1em;
  }

  #online_270608 #schedule.container {
    padding: 0;
  }

  #online_270608 .schedule_tab {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
  }

  #online_270608 .schedule_tab li {
    width: 25%;
    margin-bottom: 0.5%;
  }

  #online_270608 .schedule_tab li a {
    height: 3em;
  }

  #online_270608 .schedule_bg {
    background-color: #dcf2f9;
    padding: 1px 2em 2em;
  }

  #online_270608 .schedule_bg .bg_white._r {
    margin: 0;
    padding: 0;
  }

  #online_270608 .schedule_bg .bg_white._r h4 {
    background-color: #dcf2f9;
    display: block;
    width: 100%;
    padding: 1em;
  }

  #online_270608 .schedule_bg .bg_white._r h4 img {
    width: 60%;
  }

  #online_270608 .schedule_bg._pink {
    background-color: #f7d0db;
  }

  #online_270608 .schedule_bg._pink .bg_white._r h4 {
    background-color: #f7d0db;
  }

  #online_270608 .schedule_bg._pink .schedule_tbl tr {
    border-bottom: 1em solid #f7d0db;
  }

  #online_270608 .schedule_tbl td:nth-child(n) {
    display: block;
    border: none;
    width: 100%;
    padding: 0.6em;
  }

  #online_270608 .schedule_tbl td:last-child {
    width: 100%;
    text-align: center;
  }

  #online_270608 .schedule_tbl tr {
    border-bottom: 1em solid #dcf2f9;
  }

  #online_270608 .schedule_tbl h5 {
    margin-left: 1em;
  }

  #online_270608 .btn_order {
    text-align: center;
  }

  #online_270608 .btn_order a {
    margin: 0 auto;
    width: 80%;
  }

  #online_270608 .seminar_box {
    position: relative;
    padding: 1em 1.5em;
  }

  #online_270608 .seminar_box h4 img {
    width: 60%;
    margin-bottom: 1em;
  }

  #online_270608 .seminar_box p.small {
    margin-bottom: 0;
    margin-left: 1rem;
  }

  #online_270608 .seminar_box h5 {
    margin-bottom: 0;
    margin-left: 1rem;
    font-size: 5vw;
  }

  #online_270608 .seminar_box .flex {
    display: block;
  }

  #online_270608 .seminar_box .btn_order {
    margin: auto;
  }

  #online_270608 .seminar_box .seminar_box_text {
    margin: 0.5rem auto;
  }

  #online_270608 #howto .main_ttl img.kantan {
    width: 26%;
  }

  #online_270608 #howto .main_ttl img {
    margin: auto;
  }

  #online_270608 #howto .step li {
    font-size: 3.8vw;
  }

  #online_270608 .slick-sliderWrap {
    width: 90%;
    margin: auto;
  }

  #online_270608 .slick-prev:before {
    zoom: 0.6;
  }

  #online_270608 .slick-next:before {
    zoom: 0.6;
  }

  #online_270608 .fixedWrap.none2 {
    opacity: 0;
  }

  #online_270608 .float-message {
    bottom: 0;
    left: 0;
    width: 98%;
    padding-bottom: 0;
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
    z-index: 10000;
    padding: 1% 1%;
    margin: auto;
  }

  #online_270608 #float-fixed1.float-message {
    position: fixed;
   /* display: none !important;*/
   bottom: 15vw;
    width: 100%;
  }
  
  #online_270608 .float-message.drop {
    bottom: 0 !important;
    width: 100%;
  }

  #online_270608 .float-message_notes {
    margin: 4px;
  }

  #online_270608 .float-message.fixed {
    bottom: 0;
  }
  
   #online_270608  .float-message-inner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  } 

  #online_270608 .float-message-inner {
    color: #fff;
    text-align: center;
  }

  #online_270608 .float-message__caption {
    background: #333;
    padding: 1rem 0;
  }

  #online_270608 .float-message__txt {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    background: #f69c00;
  }

  #online_270608 .float-message__txt p {
    display: table-cell;
    height: 45px;
    font-size: 120%;
    font-weight: bold;
    vertical-align: middle;
    border-left: 1px solid #b65200;
    border-right: 1px solid #b65200;
  }

  #online_270608 .float-message__txt p:first-child {
    border-left: none;
  }

  #online_270608 .float-message__txt p:last-child {
    border-right: none;
  }

  #online_270608 .float-message__txt p .ft-sm {
    font-size: 90%;
  }

  #online_270608 .float-message__txt a {
    display: block;
    color: inherit;
  }

  #online_270608 .float-message__txt .icon-arrow {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (min-width: 768px) {
  #online_270608 .js-scrollable.scroll-hint.is-scrollable {
    width: 100%;
  }
}

#online_270608 .event-schedule_wrap {
  height: auto;
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 3em;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  #online_270608 .event-schedule_wrap {
    padding: 1em 1em 1em 0;
  }
}

#online_270608 .dispTime {
  font-family: DIN Condensed;
}

#online_270608 .event-schedule_wrap .td-in {
  margin-top: 3%;
  position: relative;
  padding: 1em 1em 1em 1em;
  border-radius: 16px;
  border: 1px solid #ccc;
  /* height: 95%; */
  min-height: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end; */
  font-size: 1rem;
  background-color: #fffef2;
  flex-flow: column;
  justify-content: space-between;
  font-family: Hiragino Kaku Gothic ProN;
}

#online_270608 .event-schedule_wrap .is_shortv .td-in {
  min-height: 24rem;
}

td[rowspan="12"] {
  vertical-align: middle !important;
  /* padding-top: 0px!important;
  padding-bottom: 0px!important; */
}

td[rowspan="12"] .td-in {
  height: 100%;
  max-height: 30rem;
  margin-top: -1.5rem;
}

@media (max-width: 767px) {
  td[rowspan="12"] .td-in {
    max-height: 27rem;
  }
}

#online_270608 .event-schedule_wrap .td-in .sus_sticker {
  position: absolute;
  right: 0;
  top: -4rem;
  width: 5rem;
}

#online_270608 .event-schedule_wrap .td-in p {
  font-size: 0.8rem;
  width: 100%;
}

#online_270608 .event-schedule_wrap .td-in .sch-cate {
  position: absolute;
  top: -0.7em;
  left: 1em;
  font-size: 68%;
  color: white;
  padding: 1px 5px;
}

/* 1204_time_wrapper */

#online_270608 .event-schedule_wrap .td-in .time {
  display: flex;
  /* Enable flexbox */
  align-items: center;
  /* Center-align items vertically */
}

#online_270608 .icon {
  width: 1em;
  /* Width of your icon */
  height: 1em;
  /* Height of your icon */
  margin-right: 0.5em;
  /* Add some space between the icon and the text */
  margin-top: -0.3em;
}

#online_270608 .time-text {
  /* Style for the time text if needed */
  font-family: DIN Condensed;
  font-size: 1em;
  display: flex;
  align-items: center;
}

/* 1204_btn_wrapper */
#online_270608 .btn-wrapper {
  width: 100%;
}

/* 1204_head_wrapper */
#online_270608 .head_wrapper {
  width: 100%;
}

#online_270608 .short-tag {
  display: inline-block;
  font-size: 68%;
  color: black;
  padding: 1px 5px;
  background: #EBB835;
  border-radius: 2px;
  /* display: none; */
}

/* 1204_bottom_wrapper */
#online_270608 .bottom-wrapper {
  width: 100%;
}

@media (max-width: 767px) {
  #online_270608 .event-schedule_wrap .td-in .time {
    font-size: 0.8rem;
  }
}

#online_270608 .event-schedule_wrap .td-in h4 {
  width: 100%;
  font-weight: bold;
  margin: 0.5rem auto;
}

#online_270608 .event-schedule_wrap .td-in .col1 {
  background-color: #000000;
}

#online_270608 .event-schedule_wrap .td-in .col2 {
  background-color: #000000;
}

#online_270608 .event-schedule_wrap .td-in .col3 {
  background-color: #000000;
}

#online_270608 .event-schedule_wrap .td-in .col4 {
  background-color: #000000;
}

#online_270608 .event-schedule_wrap .td-in .col5 {
  background-color: #000000;
}

#online_270608 .event-schedule_wrap .td-in .col6 {
  background-color: #000000;
}

#online_270608 .event-schedule_wrap .td-in .col7 {
  background-color: #000000;
}

#online_270608 .event-schedule_wrap .td-in .col8 {
  background-color: #000000;
}

#online_270608 .event-schedule_wrap .td-in .col9 {
  background-color: #000000;
}

#online_270608 .event-schedule_wrap .btn_sem-entry {
  width: 100%;
  position: relative;
  text-align: center;
}

#online_270608 .event-schedule_wrap .btn_sem-entry a {
  width: 100%;
  display: block;
  margin: 0.5em auto 0;
  background: #F78528;
  border-radius: 8px;
  font-size: 0.5rem;
  height: 2em;
  padding: 1em 0.2em;
}

#online_270608 .event-schedule_wrap .btn_sem-entry a:hover {
  background: #E0731A;
}

#online_270608 .event-schedule_wrap .btn_sem-entry a:before {
  color: #fff;
  content: "お申込みはこちら";
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

/* 1204_btn-short */
#online_270608 .event-schedule_wrap .btn_shortv {
  width: 100%;
  position: relative;
  text-align: center;
  /* display: none; */
}

#online_270608 .event-schedule_wrap .btn_shortv a {
  width: 100%;
  display: block;
  margin: 0.8em auto 0;
  background: #f69c0000;
  border: 1px solid #1F98A4;
  border-radius: 8px;
  font-size: 0.5rem;
  height: 2em;
  padding: 1em 0.1em;
}

#online_270608 .event-schedule_wrap .btn_shortv a:before {
  color: #1F98A4;
  content: "ショートCM";
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

#online_270608 .event-schedule_wrap .btn_shortv a:hover {
  background: #fcf9ed;
}

@media (max-width: 767px) {
  #online_270608 .event-schedule_wrap .btn_sem-entry a:before {
    font-size: 0.6rem;
  }
}

#online_270608 .event-schedule_wrap table+p {
  margin-top: 1em;
  line-height: 1.4;
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  #online_270608 .event-schedule_wrap table+p {
    padding-top: 1em;
    padding-left: 1em;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
}

#online_270608 table {
  border-spacing: 0px !important;
}

#online_270608 table.event-schedule {
  height: 100%;
  table-layout: fixed;
  width: 100%;
  background-color: #eee;
}

#online_270608 table.event-schedule td {
  padding: 0.5em;
  line-height: 1.4;
  vertical-align: top;
  border-right: 1px dotted #ccc;
  width: auto;
}

#online_270608 table.event-schedule td[class*="col"] {
  color: white;
  font-weight: bold;
  text-align: center;
}

#online_270608 table.event-schedule td:first-child {
  background-color: black;
  color: white;
  text-align: center;
  width: 5rem;
  border-right: none;
  white-space: nowrap;
  border-color: black;
}

#online_270608 table.event-schedule tr td:first-child {
  background-color: black;
  color: white;
  text-align: center;
  width: 5rem;
  height: 4px;
  border-right: none;
  white-space: nowrap;

}

@media (max-width: 767px) {
  #online_270608 table.event-schedule td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
  }
}

#online_270608 table.event-schedule td:first-child:not(.dispTime) {
  color: transparent;
  font-size: 1px;
}

#online_270608 table.event-schedule td.col1 {
  background-color: #000000;
}

#online_270608 table.event-schedule td.col2 {
  background-color: #000000;
}

#online_270608 table.event-schedule td.col3 {
  background-color: #000000;
}

#online_270608 table.event-schedule td.col4 {
  background-color: #000000;
}

#online_270608 table.event-schedule td.col5 {
  background-color: #000000;
}

#online_270608 table.event-schedule td.col6 {
  background-color: #000000;
}

#online_270608 table.event-schedule td.col7 {
  background-color: #000000;
}

@media (max-width: 767px) {
  #online_270608 table.event-schedule {
    width: 310%;
    overflow-x: auto;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #online_270608 #menu02 table.event-schedule {
    width: 268%;
  }
}

/*slick*/
#online_270608 .slick-sliderWrap {
  width: 98%;
  max-width: 100%;
  margin: auto;
}

#online_270608 .corpList_sp {
  margin: 1rem auto;
  width: 70%;
}

#online_270608 .corpList_sp li {
  width: calc(85% / 6);
  height: auto;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 4px;
  padding: 5px 0;
  text-align: center;
}

#online_270608 .corpList_sp li img {
  display: block;
  /* margin-bottom: 0.5rem; */
}

#online_270608 .corpList_sp li .day {
  width: 80%;
  background-color: #999;
  color: white;
  border-radius: 0.2em;
  padding: 0.1em;
}

@media (max-width: 600px) {
  #online_270608 .btn_order a {
    font-size: 3.6vw;
  }

  #online_270608 .corpList_sp li {
    width: calc(100% / 3);
    font-size: 0.6rem;
  }

  #online_270608 .slick-slider {
    width: 70%;
    margin: 1em auto 0;
  }

  #online_270608 .slick-prev:before {
    zoom: 0.7;
  }

  #online_270608 .slick-next {
    right: -28px;
  }

  #online_270608 .slick-next:before {
    zoom: 0.7;
  }

  #online_270608 .fixedBtm {
    position: relative;
    width: 80%;
    display: none;
  }

  #online_270608 .fixedBtm p {
    margin: auto;
  }

  #online_270608 .fixedBtm.fixed {
    position: fixed;
    display: block;
    bottom: 0;
    left: 20px;
  }

  #online_270608 .fixedBtm.fixed.none {
    position: absolute;
    bottom: 0;
    display: none;
  }
}


#online_270608 .tab01 {
  width: 100%;
  margin: 0 auto 50px;
}

#online_270608 .tab01 input:checked+.tab_menu {
  color: white;
}

#online_270608 .tab_menu {
  width: calc(100%/2);
  text-align: center;
  color: white;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.4rem;
  padding: 0.5em;
  cursor: pointer;
}

#online_270608 .tab_menu small {
  font-size: 50%;
}

#online_270608 .tab_menu:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

input[name="tab_menu"] {
  display: none;
}

#online_270608 .tab_contents {
  display: none;
  clear: both;
  width: 100%;
  -webkit-transition: .5s all;
  transition: .5s all;
}

#online_270608 #menu01:checked~#menu01 {
  display: block;
  border-top: 5px solid #81cae3;
}

#online_270608 #menu02:checked~#menu02 {
  display: block;
  border-top: 5px solid #eba8bb;
}

#online_270608 .tabmenu_01 {
  background-color: #81cae3;
}

#online_270608 .tabmenu_02 {
  background-color: #eba8bb;
}

/* KV_special
----------------------------------------------------------- */

#online_270608 #online_270608 #camp02 .camp02_info {
  padding: 30px 0;
  width: 760px;
  margin: 0 auto;
}

#online_270608 #online_270608 #camp02 .camp02_info {
  padding: 1rem 0 0;
  margin: 0 auto;
}

/* 1204_
----------------------------------------------------------- */
#online_270608 .pickup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
}

#online_270608 .pickup img {
  width: 468px;
  height: 84px;
}

#online_270608 .pickup img[class="sp"] {
  width: 266px;
  height: 45px;
}

/* 1204_video_slider
----------------------------------------------------------- */

#online_270608 .vodeo-container {
  display: none;
  width: 100%;
  padding: 4rem 0;
  background: rgb(255, 254, 242);
}

#online_270608 .slider-container {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
  padding: 0.5rem 0 0.5rem 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;

}

#online_270608 .slider-container_cp {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
  padding: 0 0 1rem 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;

}

#online_270608 .slider-outline {
  overflow: hidden;
  /* Hide the horizontal scrollbar */
}


#online_270608 .slider {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;

}

#online_270608 .slide {
  position: relative;
  text-align: center;
  padding: 0 0.25%;
  /* その他のスライドのスタイル */
  flex: 0 0 auto;
  transition: transform 0.5s ease-in-out;
}

/* ボタンのスタイル */
#online_270608 .short-prev:hover {
  opacity: 60%;
  cursor: pointer;
}

#online_270608 .short-next:hover {
  opacity: 60%;
  cursor: pointer;
}

#online_270608 .slide img {
  border-radius: 20px;
  width: 240px;
  height: 480px;
  border: 2px solid gray;
  margin: auto;
}

#online_270608 .slide img:hover {
  opacity: 80%;
}

#online_270608 .modal-window {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99997;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

#online_270608 .modal-window iframe {
  display: block;
  margin: auto;
  width: 80vw;
  height: 80vh;
  z-index: 99998;
  border-radius: 12px;
}

#online_270608 .modal-content {
  position: relative;
  margin: auto;
  /* 15% from the top and centered */
  padding: 4%;
  z-index: 1;
}

#online_270608 .modal-confirm {
  position: absolute;
  top: 12%;
  right: 12%;
  z-index: 99999;
}


@media (max-width: 767px) {
  #online_270608 .slide img {
    border-radius: 12px;
    width: 200px;
    height: 380px;
    border: 2px solid gray;
    margin: auto;
  }

  #online_270608 .vodeo-container .slider {
    margin: 0, auto;
  }

  #online_270608 .vodeo-container .slick-slider {
    width: 100%;
  }

  #online_270608 .short-prev {
    display: none !important;
  }

  #online_270608 .short-next {
    display: none !important;
  }

  #online_270608 .slide .description {
    font-size: 16px !important;
  }

  #online_270608 .slide a {
    font-size: 16px !important;
  }

  #online_270608 .modal-confirm {
    top: 5%;
    right: 15%;
  }

  #online_270608 .modal-confirm img {
    width: 30px;
    height: auto;
  }

}

#online_270608 .slide .overlay {
  /* background-image: url("/csf_contents/intern/27_east_0727/images/new_1204/再生ボタン.png"); */
  height: 64px;
  width: 64px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}

#online_270608 .slide .overlay:hover {
  opacity: 60%;
  cursor: pointer;
}

#online_270608 .slide .overlay a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

#online_270608 .video-prev,
#online_270608 .video-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  /* スライダーより上に表示 */
}

#online_270608 .video-prev {
  left: 0;
}

#online_270608 .video-next {
  right: 0;
}

#online_270608 .slide .description {
  font-weight: 800;
  font-family: Hiragino Kaku Gothic Std;
  font-size: 24px;
  padding: 1rem 0;

}

#online_270608 .entry_sem_shortv {
  margin: auto;
  width: 90%;
  position: relative;
  text-align: center;

}

#online_270608 .entry_sem_shortv a:hover {
  background: rgb(224, 115, 26);
}

#online_270608 .entry_sem_shortv a:before {
  color: white;
  content: "当日視聴する！";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

#online_270608 .entry_sem_shortv a {
  font-family: Hiragino Kaku Gothic Std;
  display: block;
  max-width: 100%;
  background: #f78528;
  border-radius: 8px;
  font-size: 1rem;
  height: 0.8rem;
  padding: 1rem 0;
}


/* 1204_corp_slider
----------------------------------------------------------- */
#online_270608 .corp-container {
  display: flex;
  flex-direction: column;
  /* 子要素を縦に並べる */
  justify-content: center;
  /* 垂直方向の中央揃え */
  align-items: center;
  /* 水平方向の中央揃え */

}

/* コンテナとスライダー全体のスタイリング */
#online_270608 .slider-container {
  position: relative;
  width: 100%;
  margin: auto;
}

#online_270608 .slick-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* スクロールバーを非表示にする */
  -ms-overflow-style: none;
  /* IEとEdgeのスクロールバーを非表示にする */
}

#online_270608 .slick-slider::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Operaのスクロールバーを非表示にする */
}



/* モバイルデバイス用のスタイル */
@media (max-width: 767px) {
  #online_270608 .slick-slider .corpList_sp {
    width: 80%;
  }

  #online_270608 .slick-slider li {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: calc(calc(100% / 3) - 8px);
    /* width: calc(100% / 3); */
    /* 一度に表示されるロゴの数に基づいて調整 */
    text-align: center;
  }

  #online_270608 .corp-prev {
    left: 0.1em;
    z-index: 3;
    /* 必ずスライダーの前面に来るように */
  }

  #online_270608 .corp-next {
    right: 0.1em;
    z-index: 3;
    /* 必ずスライダーの前面に来るように */
  }

}

/* タブレット・デスクトップ用のスタイル */
@media (min-width: 768px) {
  #online_270608 .slick-slider li {
    scroll-snap-align: start;
    flex-shrink: 0;
    /* width: calc(100% / 6); */
    width: calc(calc(100% / 6) - 8px);
    /* 一度に表示されるロゴの数に基づいて調整 */
    text-align: center;
  }

  #online_270608 .corp-prev {
    left: 8rem;
    z-index: 3;
    /* 必ずスライダーの前面に来るように */
  }

  #online_270608 .corp-next {
    right: 8.5rem;
    z-index: 3;
    /* 必ずスライダーの前面に来るように */
  }
}

#online_270608 .slider-button {
  width: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  cursor: pointer;
}


/* 2024-047更新 */
/* タブレット・デスクトップ用のスタイル */
#online_270608 #time_schedule #tag_filters {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

#online_270608 .filter-btn {
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
}

#online_270608 .filter-btn.active {
  background: #17A1A9;
  color: #fff;
  margin-bottom: 10px;
  border: none;
  font-size: 24px;
  letter-spacing: 10px;
  padding: 4px 32px;
  width: 100%;
}

#online_270608 #time_schedule #tag_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  /*! justify-content:space-between; */ 
  align-items:center;
}

#online_270608 .filter-btn {
  padding: 6px 32px;
  border: 1px solid #000;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  font-size: 22px;
  width: 32%;
  transform: skewX(-25deg);
  position: relative;
}

#online_270608 .filter-btn span{
  display: block;
  transform: skewX(25deg);
}
#online_270608 .filter-btn:after,
#online_270608 .filter-btn:before{
  content: "";
  position: absolute;
  width: 35px;
  height: 100%;
  top: 0;
}
#online_270608 .filter-btn:after{
  left: 0;
}
#online_270608 .filter-btn:before{
  right: 0;
}
#online_270608 .filter-btn.btn01:after{
  background: #17A1A9;
}
#online_270608 .filter-btn.btn01:before{
  background: #17A1A9;
}
#online_270608 .filter-btn.btn02:after{
  background: #9A40AC;
}
#online_270608 .filter-btn.btn02:before{
  background: #EDBD23;
}

#online_270608 .filter-btn.btn03:after{
  background: #EDBD23;
}

#online_270608 .filter-btn.btn04:after{
  background: #3366CC;
}
#online_270608 .filter-btn.btn04:before{
  background: #E76ADB;
}
#online_270608 .filter-btn.btn05:after{
  background: #E76ADB;
}
#online_270608 .filter-btn.btn06:after{
  background: #A8A24D;
}
#online_270608 .filter-btn.btn06:before{
  background: #E74700;
}
#online_270608 .filter-btn.btn07:after{
  background: #E74700;
}

#online_270608 .filter-btn.btn08:after{
  background: #2EA0D9;
}
#online_270608 .filter-btn.btn08:before{
  background: #20B300;
}
#online_270608 .filter-btn.btn09:after{
  background: #20B300;
}
#online_270608 .filter-btn.btn10:after{
  background: #8f0707;
}
#online_270608 .filter-btn.btn10:before{
  background: #452dd7;
}
#online_270608 .filter-btn.btn11:after{
  background: #452dd7;
}
#online_270608 .filter-btn.btn12:after{
  background: #3b7300;
}
#online_270608 .filter-btn.btn12:before{
  background: #21759B;
}
#online_270608 .filter-btn.btn13:after{
  background: #000;
}
#online_270608 .filter-btn.btn13:before{
  background: #000;
}
/* #online_270608 .filter-btn.btn12:before{
  background: #000;
}
 */


/* タグに応じた色の例 */
#online_270608 #time_schedule {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans";
  /*! width: 80%; */
  margin: auto;
  max-width: 1120px;
}

#online_270608 #time_schedule .region-header {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 15px;
}


#online_270608 #time_schedule .reserve {
  background-color: #FFA07A;
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
}

@media (any-hover: hover) {
  #online_270608 #time_schedule .reserve:hover {
    background-color: #FF4500;
    color: white;
  }
}

#online_270608 #time_schedule .region {
  margin-top: 110px;
}

#online_270608 #time_schedule .timeslot.highlighted {
  background-color: #C9C9C9;
}

#online_270608 #time_schedule .timeslot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 20px;
  margin-bottom: 10px;
}

#online_270608 #time_schedule .timeslot-1 {
  border: 2px solid #17A1A9;
  background-color: rgba(232, 246, 246, 1);
}

#online_270608 #time_schedule .timeslot-2 {
  border: 2px solid #9A40AC;
  background-color: rgba(245, 236, 247, 1);
}

#online_270608 #time_schedule .timeslot-3 {
  border: 2px solid #EDBD23;
  background-color: rgba(253, 248, 233, 1);
}

#online_270608 #time_schedule .timeslot-4 {
  border: 2px solid #3366CC;
  background-color: rgba(235, 240, 250, 1);
}

#online_270608 #time_schedule .timeslot-5 {
  border: 2px solid #E76ADB;
  background-color: rgba(253, 240, 251, 1);
}

#online_270608 #time_schedule .timeslot-6 {
  border: 2px solid #A8A24D;
  background-color: rgba(246, 246, 237, 1);
}

#online_270608 #time_schedule .timeslot-7 {
  border: 2px solid #E74700;
  background-color: rgba(253, 237, 229, 1);
}

#online_270608 #time_schedule .timeslot-8 {
  border: 2px solid #2EA0D9;
  background-color: rgba(234, 245, 251, 1);
}
#online_270608 #time_schedule .timeslot-9 {
  border: 2px solid #20B300;
  background-color: rgba(233, 247, 229, 1);
}
#online_270608 #time_schedule .timeslot-10 {
  border: 2px solid #8f0707;
  background-color: rgb(255, 241, 241, 1);
}
#online_270608 #time_schedule .timeslot-11 {
  border: 2px solid #452dd7;
  background-color: rgb(243, 241, 255, 1);
}
#online_270608 #time_schedule .timeslot-12 {
  border: 2px solid #3b7300;
  background-color: rgb(241, 247, 235, 1);
}
#online_270608 #time_schedule .timeslot-13 {
  border: 2px solid #21759B;
  background-color: rgb(225, 245, 250, 1);
}
#online_270608 #time_schedule .timeslot-14 {
  border: 2px solid #000;
  background-color: rgb(243, 243, 243, 1);
}
#online_270608 #time_schedule .timeslot-info {
  flex: 1;
}

#online_270608 #time_schedule .timeslot-tag {
  padding: 5px;
  margin-bottom: 15px;
  transform: skewX(-25deg);
}

#online_270608 #time_schedule .timeslot-tag span{
  transform: skewX(25deg);
  display: block;
}

#online_270608 #time_schedule .timeslot-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

#online_270608 #time_schedule .timeslot-title p{
  margin-top: 10px;
  font-weight: normal;
}

#online_270608 #time_schedule .timeslot-time {
  /*! margin-bottom: 5px; */
  font-weight: bold;
  font-size: 20px;
  margin: 12px 0;
}

#online_270608 #time_schedule .timeslot-tag {
  color: #FFFFFF;
  padding: 6px 30px;
  font-weight: bold;
  font-size: 24px;
  max-width: 720px;
  margin: 53px 0 15px 10px;
  position: relative;
}

#online_270608 #time_schedule .timeslot-tag:before,
#online_270608 #time_schedule .timeslot-tag:after{
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  transform: skewX(25deg);
}

#online_270608 #time_schedule .timeslot-tag:before{
  width: 461px;
  left: 240px;
  top: 32%;
}

#online_270608 #time_schedule .timeslot-tag:after{
  width: 453px;
  left: 247px;
  top: 64%;
}

#online_270608 #time_schedule .timeslot-tag-1{
  background: #17A1A9;
}
#online_270608 #time_schedule .timeslot-tag-2{
  background: #9A40AC;
}
#online_270608 #time_schedule .timeslot-tag-3{
  background: #EDBD23;
}
#online_270608 #time_schedule .timeslot-tag-4{
  background: #3366CC;
}
#online_270608 #time_schedule .timeslot-tag-5{
  background: #E76ADB;
}
#online_270608 #time_schedule .timeslot-tag-6{
  background: #A8A24D;
}
#online_270608 #time_schedule .timeslot-tag-7{
  background: #E74700;
}
#online_270608 #time_schedule .timeslot-tag-8{
  background: #2EA0D9;
}
#online_270608 #time_schedule .timeslot-tag-9{
  background: #20B300;
}
#online_270608 #time_schedule .timeslot-tag-10{
  background: #8f0707;
}
#online_270608 #time_schedule .timeslot-tag-11{
  background: #452dd7;
}
#online_270608 #time_schedule .timeslot-tag-12{
  background: #3b7300;
}
#online_270608 #time_schedule .timeslot-tag-13{
  background: #21759B;
}
#online_270608 #time_schedule .timeslot-tag-14{
  background: #000;
}

#online_270608 #time_schedule .timeslot-btn {
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 96px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

#online_270608 #time_schedule .timeslot-btn-1 {
  background-color: #fa621b;
  box-shadow: 0px 2px 2px 0px #c7392d;
}

#online_270608 #time_schedule .timeslot-btn-1:hover {
  background-color: #db3f06;
  box-shadow: 0px 4px 4px 0px #F57508;
}


/* モバイルデバイス用のスタイル */
@media (max-width: 767px) {
  #online_270608 #time_schedule #tag_filters {
    gap: 10px 0;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  
  #online_270608 .filter-btn.active {
    font-size: 5vw;
    letter-spacing: 5px;
    padding: 4px 0;
  }
  
  #online_270608 .filter-btn {
    padding: 6px 0;
    width: 46%;
    font-size: 3vw;
  }
  
  #online_270608 #time_schedule .timeslot-tag {
    width: 80%;
    padding: 6px 30px;
    font-size: 4.2vw;
    margin: 40px 0 10px 10px;
  }

  #online_270608 #time_schedule .timeslot-tag:before,
  #online_270608 #time_schedule .timeslot-tag:after{
    height: 1px;
  }

  #online_270608 #time_schedule .timeslot-tag:before{
    width: 40%;
    left: 56%;
    top: 32%;
  }

  #online_270608 #time_schedule .timeslot-tag:after{
    width: 38%;
    left: 58%;
    top: 64%;
  }

  #online_270608 #time_schedule .timeslot {
    display: flex;
    flex-flow: row wrap;
    gap: 20px 0;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  
  #online_270608 #time_schedule .timeslot-title {
    font-size: 4.2vw;
  }

  #online_270608 #time_schedule .timeslot-title p{
    font-size: 3.8vw;
    margin-top: 10px;
  }
  
  #online_270608 #time_schedule .timeslot-time {
    font-size: 3.8vw;
    margin-bottom: 18px;
  }

  #online_270608 #time_schedule .timeslot-action{
    width: 100%;
  }
  
  #online_270608 #time_schedule .timeslot-btn {
    width: 100%;
    padding: 10px 0;
    font-size: 4.5vw;
  }
  #online_270608 #time_schedule .region {
    margin-top: 40px;
  }
} 





/* modal */
#online_270608 .modal-open {
	margin: auto;
	font-size: 16px;
	font-weight: bold;
	width: 300px;
	height: 60px;
	color: #fff;
	background: #000;
	border: none;
	cursor: pointer;
	display: none
}

#online_270608 .modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, .75);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box
}

#online_270608 .modal:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.2em
}

#online_270608 .modal.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 50;
	animation: fadeIn .4s ease-out
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

#online_270608 .modal-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1000px;
	width: 98%
}

#online_270608 .modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 13px;
	right: 17px;
	color: #000;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	font-size: 2rem
}

#online_270608 .modal-content {
	background: #fff;
	text-align: center;
	line-height: 1.8;
	padding: 30px 20px;
}

#online_270608 .modal-content .popup-text{
  font-size: 30px;
  font-weight: bold;
  display: inline;
  position: relative;
}

#online_270608 .modal-content .popup-text:before,
#online_270608 .modal-content .popup-text:after{
  content: "";
  position: absolute;
  background: url('/csf_contents/intern/27_east_0727/images/deco.svg') no-repeat 0 0;
  background-size: cover;
}

#online_270608 .modal-content .popup-text:before{
  width: 40px;
  height: 40px;
  left: -50px;
  top: -6px;
}

#online_270608 .modal-content .popup-text:after{
  width: 40px;
  height: 40px;
  right: -50px;
  top: -6px;
  transform: rotate3d(0, 1, 0, 180deg);
}

#online_270608 .modal_info-contents {
	display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 20px;
  align-items: center;
}

/* モバイルデバイス用のスタイル */
@media (max-width: 767px) {
  #online_270608 .modal-content {
    padding: 25px 20px 10px 20px;
  }
  
  #online_270608 .modal-content .popup-text{
    font-size: 4vw;
  }
  
  #online_270608 .modal-content .popup-text:before{
    width: 16px;
    height: 16px;
    left: -20px;
    top: -2px;
  }

  #online_270608 .modal-content .popup-text:after{
    width: 16px;
    height: 16px;
    right: -20px;
    top: -2px;
  }
  
  #online_270608 .modal_info-contents {
    gap: 10px;
    padding: 10px;
  }
  
   #online_270608 .modal_info-contents .filter-btn {
    padding: 6px 0;
    width: 46%;
    font-size: 3vw;
  }
  
  #online_270608 .filter-btn::after,
  #online_270608 .filter-btn:before {
    width: 4vw;
  }
  
  #online_270608 .modal_info-contents .filter-btn span{
    margin-inline: 5px;
  }
}








/* popup の実装 */
#online_270608 #popup-backdrop.popup-backdrop-hidden,
#online_270608 #popup.popup-hidden {
  display: none;
}

#online_270608 #popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* 透過黒背景 */
  z-index: 1000; /* 他の要素よりも上に表示されるように */
}

#online_270608 #popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; /* または必要なサイズに */
  background-color: white;
  padding: 20px;
  z-index: 1001; /* backdropよりも上に */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#online_270608 #popup .popup-content {
  position: relative;
}

#online_270608 #popup .popup-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#online_270608 .popup_shortcm {
  display: none;
}

#online_270608 #popup {
  position: fixed;
  width: 100%;
  z-index: 1000;
  text-align: center;
}

#online_270608 .popup-content {
  background: white;
  padding: 20px;
  width: 90%;
  max-width: 60vw;
  border-radius: 8px;
  position: relative;
  z-index: 9999;
}

#online_270608 .popup-header {
  position: absolute;
  top: 10px;
  right: 10px;
}

#online_270608 .popup-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}


#online_270608 .popup-text {
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

#online_270608 .popup-text img{
  height: 24px;
  width: 20px;
}  

#online_270608 .popup-btn {
  display: block;
  width: 100%;
  padding: 5%;
  margin: 10px 0;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 24px;
  color: white; 
  border-radius: 4px; 
  text-align: center;
  display: inline-block;
}

#online_270608 .popup-btn.long {
  display: inline-block;
  margin-right: 10px;
}

#online_270608 .popup-btn-group {
  display: flex;
  justify-content: space-between;
}

#online_270608 .popup-btn-group .popup-btn {
  flex-basis: 48%;
  background-position: center center; /* 背景画像の位置を中央に */
  background-size: 100% 100%; /* 背景画像をコンテナにぴったり合わせる */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効に */
  background-color: #ffffff00; /* ボタンの背景色 */
  border: none; /* ボタンの境界色 */
  display: inline-block; /* インラインブロック要素として配置 */
}

/* Add more styles as needed */
#online_270608 .present-banar{
  background: #ffe108 url(/csf_contents/intern/27_east_0727/images/bg_float_message.png) no-repeat left center!important;
}


</pre></body></html>