<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.thumbnail_section * {
  box-sizing: border-box;
}
.thumbnail_section {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
}
.thumbnail_section .each_thumbnail {
  width: 49.9%;
  box-sizing: border-box;
  padding: 12px 10px;
}
.thumbnail_section .each_thumbnail .inner {
  overflow: hidden;
  position: relative;
}
.thumbnail_section .each_thumbnail .video {
  width: 99.9%;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 6px;
  position: relative;
  transition: border ease .2s, box-shadow ease .2s;
}
.thumbnail_section .each_thumbnail .video video {
  width: 100%;
  height: auto;
  display: block;
}
.thumbnail_section .each_thumbnail:nth-child(odd) {
  padding-left: 0;
}
.thumbnail_section .each_thumbnail:nth-child(even) {
  padding-right: 0;
}
.template_section .each_template.template_01 {
  border: 1px solid #44badd;
}
.template_section .each_template.template_01 &gt; h4.title_block {
  background-color: #0693bc;
  background-image: url(/stat/edms/add-ons/weather_particle/img/bg_title_01.jpg);
}
.template_section .col_video .inner {
  border: 1px solid #ccc;
  padding: 6px;
}
.template_section .each_template p {
  margin: 15px 20px;
}
.template_section .each_template .row_block {
  margin: 20px 15px;
}
.template_section .col_video {
  width: 49.9%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 12px 10px;
}
.template_section .col_video img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.template_section .col_video:nth-child(odd) {
  padding-left: 0;
}
.template_section .col_video:nth-child(even) {
  padding-right: 0;
}
.separate_line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px auto;
  box-sizing: border-box;
}
.btn_video_img {
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 30px;
}
.btn_video_img img {
  width: 100%;
  max-width: 534px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .template_section .each_template .row_block.group_thumbnail {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .template_section .col_video, .thumbnail_section .each_thumbnail {
    width: 100%;
    max-width: 500px;
    padding: 10px 0 !important;
  }
}
</pre></body></html>