@charset "UTF-8";
/* General */
.et_title {
  font-family: "Interstate", "OpenSans", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 34px 0 10px;
  position: relative;
}
.et_title span {
  color: #d71920;
}
.et_subtitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 0 30px;
  position: relative;
}
.et_tag span {
  font-size: 14px;
  color: #fff;
  background: #3c3c3c;
  border-radius: 13px;
  padding: 3px 17px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .et_title {
    font-size: 24px;
    margin-bottom: 5px;
    padding-top: 10px;
  }
  .et_title:before {
    height: 60px;
  }
  .et_title span {
    font-size: 24px;
  }
}
/* Mainvisual */
.mainvisual {
  background-color: #000;
  width: 100%;
  position: relative;
}
.mv_backimg {
  background: url("/media/images/tm/top/WT_LP_Web_20250401_1.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 30vw;
  position: relative;
  margin: 0 auto;
}
.mv_infor {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  top: 30px;
  left: 50px;
  padding: 20px;
  width: 45%;
  text-align: center;
}
.mv_tit {
  font-size: 35px;
  font-weight: 600;
  text-align: left;
  line-height: 1.1;
  /* font-family: 'Oswald', sans-serif; */
  margin-top: 7px;
  margin-left: 5px;
  margin-bottom: 17px;
  position: relative;
}
.mv_tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 200%;
  width: 100%;
  background-repeat: no-repeat;
  top: -50px;
  left: -85px;
}
.font-red {
  color: #d71920;
}
.relative {
  position: relative;
  top: 100px;
}
.mv_txt {
  font-size: 16px;
  text-align: left;
}
.mv_txt_date {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.mv_topic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mv_topic.fixed {
  position: fixed;
  height: 60px;
  top: 72px;
  width: 100%;
  z-index: 888;
}
.mv_topic dl {
  display: flex;
  color: #fff;
  height: 60px;
}
.mv_topic dt, .mv_topic dd {
  display: flex;
  align-items: center;
}
.mv_topic dt {
  font-size: 20px;
  font-weight: 300;
  /* font-family: 'Oswald', sans-serif; */
  padding: 0 29px;
  position: relative;
}
.mv_topic dt:before, .mv_topic dt:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 12px;
  bottom: 12px;
  background: #666666;
}
.mv_topic dt:before {
  left: 0;
}
.mv_topic dt:after {
  right: 0;
}
.mv_topic dd {
  padding: 0 25px;
}
.mv_topic dd .date {
  margin-right: 37px;
}
.mv_topic dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1500px) {
  .mainvisual {
    height: 30vw;
    min-height: 391px;
  }
  .mv_backimg {
    background-size: cover;
    width: 100%;
    height: 30vw;
    min-height: 391px;
    margin: 0;
  }
  .mv_infor {
    top: 120px;
    left: 50px;
    padding: 10px;
    width: 65%;
  }
  .mv_tit {
    font-size: 26px;
  }
  .mv_txt {
    font-size: 12px;
    letter-spacing: 0.3em;
  }
  .mv_txt_date {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual {
    width: auto;
    height: 392px;
  }
  .mv_backimg {
    background: url("/media/images/tm/top/WT_LP_Web_20250401_1.jpg") calc(100% + 11vw) center no-repeat;
    background-size: cover;
    width: auto;
    height: 391px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    width: 100%;
    height: 392px;
  }
  .mv_backimg {
    background: url("/media/images/tm/top/WT_LP_Sp_20250401_1.jpg") center center no-repeat;
    background-size: cover;
    width: 485px;
    height: 390px;
    margin: 0 auto;
  }
  .mv_infor {
    top: 100px;
    left: 20px;
    padding: 10px;
    width: 93%;
  }
  .mv_tit {
    font-size: 22px;
  }
  .mv_txt {
    font-size: 12px;
    letter-spacing: 0.3em;
  }
  .mv_txt_date {
    font-size: 15px;
  }
  .message_area p {
    font-size: 13px;
  }
}
@media screen and (max-width: 485px) {
  .mainvisual {
    height: 100vw;
  }
  .mv_backimg {
    width: 100vw;
    height: 80vw;
    margin: 0;
  }
  .mv_infor {
    top: 80px;
    left: 10px;
    padding: 5px;
    width: 88%;
  }
  .mv_infor .inner {
    width: 100%;
  }
  .mv_tit {
    font-size: 22px;
    margin-top: 0;
    margin-left: 0;
  }
  .mv_txt {
    display: none;
    font-size: 9px;
  }
  .mv_txt_date {
    font-size: 13px;
  }
}
/* message_area */
.message_area {
  background: #d1d3d4;
  color: #000;
  padding: 30px 0;
  text-align: center;
}
.message_area p {
  font-weight: bold;
}
/* cta_area */
.cta_area {
  background: #1a1a1a;
  padding: 22px 0 22px 0;
}
.cta_area div {
  width: 300px;
  margin: 0 auto;
}
.modal-in-cta {
  width: 60%;
  margin: 0 auto;
}
/* Welcome */
.welcome {
  background: #1a1a1a;
  padding: 5px 0 80px;
  color: #fff;
}
.wel_block {
  display: flex;
  padding: 10px 50px;
}
.wel_block .col_left {
  width: 45.6%;
  padding: 0 10px 0 0;
}
.wel_block .col_right {
  width: 54.4%;
  min-width: 488px;
  min-height: 275px;
  padding-top: 25px;
}
.wel_block .col_right iframe {
  width: 488px;
  height: 275px;
}
.wel_block .w_title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  position: relative;
}
.wel_block .w_title > * {
  z-index: 2;
}
.wel_block .w_title span {
  position: relative;
  color: #d71920;
}
.wel_block .et_txt.txt01 {
  position: relative;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 22px;
  z-index: 2;
}
.wel_block .et_txt.txt02 {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.wel_block .et_txt.txt02 strong {
  font-size: 16px;
}
.wel_block .et_tag {
  margin-bottom: 3px;
}
.wel_img {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .welcome {
    padding: 40px 0 60px;
  }
  .wel_block {
    flex-direction: column-reverse;
    padding: 10px;
  }
  .wel_block .col_left, .wel_block .col_right {
    width: 100%;
  }
  .wel_block .col_left {
    padding: 50px 5px 0 0;
  }
  .wel_block .col_right {
    min-width: 80vw;
    min-height: 45vw;
  }
  .wel_block .col_right iframe {
    width: 80vw;
    height: 45vw;
  }
  .wel_block .col_right img {
    width: 80vw;
    height: 45vw;
  }
  .wel_block .w_title {
    font-size: 24px;
  }
  .wel_block .w_title span {
    font-size: 24px;
  }
  .wel_block .w_title:after {
    font-size: 80px;
    top: -65px;
  }
  .wel_block .et_txt.txt01 {
    font-size: 14px;
  }
}
/* Session */
.session {
  background: #1a1a1a;
  padding-bottom: 70px;
}
.entry_form {
  background-color: #1a1a1a;
}
.session_tbl {
  margin: 0 50px;
}
.session_tbl td .cb {
  font-size: 18px;
  padding: 0 0 0 6px;
  margin-right: 17px;
  position: absolute;
  top: 20px;
  left: 19px;
  z-index: 5;
}
.session .et_title {
  color: #fff;
}
/* session tab */
#session .btn_area {
  display: -webkit-box;
  display: flex;
}
#session .tab_btn {
  position: relative;
  width: calc(100% / 2);
  font-size: 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", sans-serif;
  padding: 10px 0 10px;
  color: #AAAAAC;
  background: #201F1F;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
#session .tab_btn + .tab_btn {
  margin-left: 30px;
}
#session .tab_btn:hover {
  background-color: #302f2f;
}
#session .tab_btn.active {
  background: #282828;
  color: #fff;
}
#session .session_panelArea {
  padding: 20px;
  background-color: #282828;
}
#session .sesion_block {
  display: none;
}
#session .sesion_block.active {
  display: block;
}
.block {
  display: flex;
  padding: 46px 0 48px;
}
.block:not(:last-of-type) {
  border-bottom: 1px solid #4d4d4d;
}
.block .block_img {
  width: 48%;
  text-align: center;
}
.block .block_img a {
  display: block;
  position: relative;
}
.block .block_img a:before, .block .block_img a:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.block .block_img a:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.block .block_img a:after {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/images/tm/ico_play.png") no-repeat 0 0 / 100% 100%;
}
.block .block_img a:hover:before, .block .block_img a:hover:after {
  opacity: 1;
}
.block .block_container {
  width: 52%;
  color: #fff;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.title_area {
  position: relative;
  margin-bottom: 15px;
}
.b_tit {
  font-size: 28px;
  font-weight: 400;
  /* font-family: 'Oswald', sans-serif; */
  margin-bottom: 12px;
  white-space: nowrap;
}
.b_tit span {
  font-size: 25px;
  font-weight: 700;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0564ff;
  margin-right: 12px;
}
.b_time {
  font-size: 14px;
}
.app_list li:not(:last-child) {
  position: relative;
  margin-right: 27px;
}
.app_list li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("/media/images/tm/ico_x.png") no-repeat 0 0 / 100% 100%;
}
.block_content .et_txt {
  line-height: 1.6;
  margin-bottom: 15px;
}
.block_content .b_txt {
  font-size: 12px;
  line-height: 1.5;
}
.block_content .et_tag {
  margin-bottom: 14px;
}
@media screen and (max-width: 1000px) {
  .session_tbl {
    margin: 0 5px;
  }
}
@media screen and (min-width: 769px) {
  .app_list {
    width: 257px;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .session {
    padding-bottom: 50px;
  }
  .session_tbl td .cb {
    top: 10px;
  }
  .block {
    flex-direction: column;
    padding: 26px 0 30px;
  }
  .block .block_img, .block .block_container {
    width: 100%;
  }
  .block .block_img {
    margin-bottom: 25px;
  }
  .block .block_img img {
    width: 100%;
  }
  .block .block_container {
    padding: 0;
  }
  .app_list {
    display: flex;
    margin-top: 20px;
  }
  .block_content .et_txt {
    line-height: 1.4;
    margin-bottom: 40px;
  }
}
/* Download */
.download {
  padding: 35px 0 117px;
}
.download .et_title {
  margin-bottom: 43px;
}
.download_list {
  display: flex;
}
.download_list li {
  max-width: 288px;
  width: 100%;
}
.d_img {
  /*box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, .3);*/
  margin-bottom: 25px;
}
.d_link {
  font-size: 17px;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif; */
  color: #0071bc;
  margin-bottom: 11px;
}
.d_link a:hover {
  text-decoration: underline;
}
.d_link .ico_d {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 6px;
  background: url("/media/images/tm/ico_download.png") no-repeat 0 0 / 100% 100%;
}
.d_txt {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .b_tit {
    font-size: 2.4vw;
  }
  .b_time {
    font-size: 1.4vw;
  }
  .app_list {
    width: 22vw;
  }
}
@media screen and (min-width: 1001px) {
  .download_list li:not(:last-child) {
    margin-right: 68px;
  }
}
@media screen and (max-width: 1000px) {
  .download_list li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .download {
    padding: 35px 0 50px;
  }
  .download_list {
    flex-direction: column;
  }
  .download_list li {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
/* Communication */
.communication {
  background: #daf2fe;
  padding-bottom: 118px;
}
.communication .et_title {
  margin-bottom: 42px;
}
.commu_list {
  display: flex;
}
.commu_list li {
  max-width: 298px;
  width: 100%;
}
.c_btn {
  height: 85px;
  margin: 1px 0 1px 0;
}
.c_btn .btn {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 43px;
  background-color: #d71920;
  transition: background-color 0.2s ease;
  z-index: 4;
}
.c_btn .btn:hover {
  background-color: #990c13;
}
.c_btn .btn > * {
  z-index: 2;
}
.c_btn .btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: -20px;
  top: 0;
  bottom: -22px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.c_btn .btn:hover:after, .c_btn .btn:hover {
  opacity: 1;
}
.c_btn .btn span {
  position: relative;
  padding-right: 24px;
}
.c_btn .btn span:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 17px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.c_txt {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1001px) {
  .commu_list li:not(:last-child) {
    margin-right: 53px;
  }
}
@media screen and (max-width: 1000px) {
  .commu_list li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .communication {
    padding-bottom: 40px;
  }
  .commu_list {
    flex-direction: column;
  }
  .commu_list li {
    max-width: 100%;
    margin: 0 0 40px !important;
    text-align: center;
  }
  .c_btn {
    max-width: 300px;
    width: 100%;
    height: 70px;
    margin: 0 auto 15px;
  }
  .c_btn .btn {
    font-size: 18px;
  }
}
/* Partner */
#partner {
  background: #1a1a1a;
  padding: 21px 0 117px;
  color: #fff;
}
#partner p.sponsor_info {
  text-align: center;
  margin: 10px 0 20px 0;
}
#partner .sponsor_area {
  background-color: #fff;
  color: #000;
  padding: 50px;
  border-radius: 30px;
}
#partner .sub_title {
  margin-bottom: 44px;
  text-align: center;
}
#partner .sub_title span {
  font-size: 30px;
  font-family: "Interstate", "OpenSans", sans-serif;
}
#partner .sub_title span.sub_note {
  font-size: 18px;
}
.partner_list {
  display: flex;
  justify-content: center;
}
.partner_list li {
  max-width: 288px;
  width: 100%;
}
.partner_list .p_logo {
  margin-bottom: 29px;
  text-align: center;
}
.partner_list .p_title {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 22px;
  margin-bottom: 19px;
  text-align: center;
  position: relative;
}
.partner_list .p_title:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 2px;
  background: #d2d2d2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.partner_list .p_txt {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
ul.platinum_partner {
  display: flex;
  justify-content: center;
  margin: 50px;
  flex-wrap: wrap;
}
ul.platinum_partner li {
  word-wrap: break-word;
  width: 33%;
  text-align: center;
}
ul.platinum_partner li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 120px;
  margin: 0 auto;
}
ul.platinum_partner li .ctc_logo {
  width: 220px;
  padding-top: 7px;
}
ul.platinum_partner li .scsk_logo {
  width: 185px;
}
ul.platinum_partner li .nttsec_logo {
  width: 255px;
}
ul.platinum_partner li .cec_logo {
  width: 160px;
  padding-top: 15px;
}
ul.platinum_partner li .njc_logo {
  width: 160px;
}
ul.gold_partner {
  display: flex;
  justify-content: center;
  margin: 50px;
  flex-wrap: wrap;
}
ul.gold_partner li {
  word-wrap: break-word;
  width: 25%;
  text-align: center;
}
ul.gold_partner li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 120px;
  margin: 0 auto;
}
ul.gold_partner li .iret_logo {
  width: 130px;
}
ul.gold_partner li .otuka_logo {
  width: 180px;
}
ul.gold_partner li .lac_logo {
  width: 135px;
}
ul.silver_partner {
  display: flex;
  justify-content: center;
  margin: 50px;
  flex-wrap: wrap;
}
ul.silver_partner li {
  word-wrap: break-word;
  width: 25%;
  text-align: center;
}
ul.silver_partner li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 120px;
  margin: 0 auto;
}
ul.silver_partner li .terilogy_logo {
  width: 185px;
}
ul.silver_partner li .nec_logo {
  width: 185px;
}
ul.drink_partner {
  display: flex;
  justify-content: center;
  margin: 50px;
  flex-wrap: wrap;
}
ul.drink_partner li {
  word-wrap: break-word;
  width: 33%;
  text-align: center;
}
ul.drink_partner li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  .partner_list li:not(:last-child) {
    margin-right: 68px;
  }
}
@media screen and (max-width: 1000px) {
  .partner_list li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  ul.platinum_partner li div {
    width: 19.98vw;
    height: 11.98vw;
  }
  ul.platinum_partner li .ctc_logo {
    width: 21.97vw;
    padding-top: 0.69vw;
  }
  ul.platinum_partner li .scsk_logo {
    width: 18.48vw;
  }
  ul.platinum_partner li .nttsec_logo {
    width: 25.47vw;
  }
  ul.platinum_partner li .cec_logo {
    width: 15.98vw;
    padding-top: 1.49vw;
  }
  ul.platinum_partner li .njc_logo {
    width: 15.98vw;
  }
  ul.platinum_partner li p {
    font-size: 1.4vw;
  }
  ul.gold_partner li div {
    width: 14.98vw;
    height: 11.98vw;
  }
  ul.gold_partner li .iret_logo {
    width: 13.98vw;
  }
  ul.gold_partner li .otuka_logo {
    width: 16.98vw;
  }
  ul.gold_partner li .lac_logo {
    width: 13.48vw;
  }
  ul.gold_partner li p {
    font-size: 1.4vw;
  }
  ul.silver_partner li div {
    width: 9.99vw;
    height: 11.98vw;
  }
  ul.silver_partner li .terilogy_logo {
    width: 18.48vw;
  }
  ul.silver_partner li p {
    font-size: 1.4vw;
  }
  ul.drink_partner li div {
    width: 19.98vw;
    height: 11.98vw;
  }
  ul.drink_partner li p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 989px) {
  ul.platinum_partner {
    justify-content: center;
    flex-wrap: wrap;
  }
  ul.platinum_partner li {
    padding: 3px;
  }
}
@media screen and (max-width: 768px) {
  #partner {
    padding: 21px 0 60px;
  }
  #partner .sponsor_area {
    padding: 50px 0;
  }
  #partner .sub_title span {
    font-size: 20px;
  }
  .partner_list {
    flex-direction: column;
  }
  .partner_list li {
    max-width: 100%;
    margin: 0 0 40px !important;
  }
  ul.platinum_partner {
    display: block;
    margin: 50px 0;
  }
  ul.platinum_partner li {
    width: 100%;
    margin: 50px auto;
  }
  ul.gold_partner {
    display: block;
    margin: 50px 0;
  }
  ul.gold_partner li {
    width: 100%;
    margin: 50px auto;
  }
  ul.silver_partner {
    display: block;
    margin: 50px 0;
  }
  ul.silver_partner li {
    width: 100%;
    margin: 50px auto;
  }
  ul.drink_partner {
    display: block;
    margin: 50px 0;
  }
  ul.drink_partner li {
    width: 100%;
    margin: 50px auto;
  }
}
@media screen and (max-width: 424px) {
  ul.platinum_partner li div {
    width: 47.05vw;
    height: 28.23vw;
  }
  ul.platinum_partner li .ctc_logo {
    width: 51.76vw;
    padding-top: 1.64vw;
  }
  ul.platinum_partner li .scsk_logo {
    width: 43.52vw;
  }
  ul.platinum_partner li .nttsec_logo {
    width: 60vw;
  }
  ul.platinum_partner li .cec_logo {
    width: 37.64vw;
    padding-top: 3.52vw;
  }
  ul.platinum_partner li .njc_logo {
    width: 37.64vw;
  }
  ul.platinum_partner li p {
    font-size: 3.54vw;
  }
  ul.gold_partner li div {
    width: 35.29vw;
    height: 28.23vw;
  }
  ul.gold_partner li .iret_logo {
    width: 32.94vw;
  }
  ul.gold_partner li .otuka_logo {
    width: 40vw;
  }
  ul.gold_partner li .lac_logo {
    width: 31.76vw;
  }
  ul.gold_partner li p {
    font-size: 3.54vw;
  }
  ul.silver_partner li div {
    width: 23.52vw;
    height: 28.23vw;
  }
  ul.silver_partner li .terilogy_logo {
    width: 43.52vw;
  }
  ul.silver_partner li p {
    font-size: 3.54vw;
  }
  ul.drink_partner li div {
    width: 47.05vw;
    height: 28.23vw;
  }
  ul.drink_partner li p {
    font-size: 3.54vw;
  }
}
/* overview */
.overview {
  padding-bottom: 20px;
  background: #1a1a1a;
  color: #fff;
}
.overview_table {
  width: 100%;
}
.overview_table th, .overview_table td {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
}
.overview_table tr:last-of-type th, .overview_table tr:last-of-type td {
  border-bottom: none;
}
.overview_table th {
  width: 100px;
  font-weight: normal;
}
.overview_notes {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .overview_table th {
    font-size: 20px;
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .overview_table td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* slick slider */
.slick-dots {
  bottom: -75px !important;
}
.slick-dots li button:before {
  font-size: 20px !important;
  opacity: 0.25 !important;
  color: #fff !important;
}
.slick-dots li.slick-active button:before {
  opacity: 0.5 !important;
  color: #fff !important;
}
/*# sourceMappingURL=./tm_top.css.map */