@charset "UTF-8";

.template_section {
  display: flex;
  display: -webkit-flex;
  display: -ms-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: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
}
.template_section .each_template {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.template_section .each_template > h4.title_block {
  background-repeat: no-repeat;
  background-position-x: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  padding: 20px;
}
.template_section .each_template.template_01 {
  border: 1px solid #3bc6c5;
}
.template_section .each_template.template_02 {
  border: 1px solid #2878ba;
}
.template_section .each_template.template_03 {
  border: 1px solid #d6545a;
}
.template_section .each_template.template_04 {
  border: 1px solid #4a3f88;
}
.template_section .each_template.template_01 > h4.title_block {
  background-color: #1aa6a5;
  background-image: url(/stat/edms/add-ons/graduation/img/bg_title_01.jpg);
}
.template_section .each_template.template_02 > h4.title_block {
  background-color: #0a5898;
  background-image: url(/stat/edms/add-ons/graduation/img/bg_title_02.jpg);
}
.template_section .each_template.template_03 > h4.title_block {
  background-color: #e7222c;
  background-image: url(/stat/edms/add-ons/graduation/img/bg_title_03.jpg);
}
.template_section .each_template.template_04 > h4.title_block {
  background-color: #35287a;
  background-image: url(/stat/edms/add-ons/graduation/img/bg_title_04.jpg);
}
.template_section .each_template:first-child {
  margin-top: 10px;
}
.template_section .each_template:not(:first-child) {
  margin-top: 50px;
}
.template_section .each_template img {
  max-width: 100%;
  height: auto;
  display: block;
}
.template_section .each_template .col_video, .template_section .each_template .col_tumbnail {
  box-sizing: border-box;
  float: left;
}
.template_section .each_template .col_video {
  width: 43.2%;
  cursor: pointer;
  padding: 5px;
}
.template_section .each_template .col_tumbnail {
  width: 56.8%;
}
.template_section .each_template .col_tumbnail .inner {
  width: 100%;
  max-width: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.template_section .each_template .thumbnail {
  width: 33.33%;
  box-sizing: border-box;
  padding: 4px;
  position: relative;
  transition: transform ease-out .2s, z-index ease .2s;
  z-index: 1;
}
.template_section .each_template .thumbnail:hover {
  transform: scale(1.5);
  z-index: 10;
}
.template_section .each_template .thumbnail img {
  transition: box-shadow ease-out .25s;
}
.template_section .each_template .thumbnail img:hover {
  box-shadow: 0 0 6px rgba(0,0,0,.5);
}
.template_section .each_template .btn_video_menu {
  width: 33.33%
}
.template_section .each_template .video_menu {
  width: 66.67%
}
.template_section .each_template .video_menu .thumbnail {
  width: 50%;
}
.price_area {
  margin-top: 30px
}
.bg_highlight.last {
  margin-top: 30px;
}
@media screen and (max-width:768px) {
  .template_section {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  .template_section .each_template > h4.title_block {
    background-image: none !important;
  }
  .template_section .each_template .row_block {
    text-align: center;
  }
  .template_section .each_template .col_video {
    width: auto;
    display: inline-block;
    float: none;
  }
  .template_section .each_template .col_tumbnail {
    display: none;
  }
  .template_section .each_template .title_block {
    font-size: 24px;
    padding: 15px;
    text-align: center;
  }
}
@media screen and (max-width:600px) {
  .template_section .each_template {
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
  }
}
