@charset "UTF-8";

.template_section * {
  box-sizing: border-box;
}
.flex_block {
  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: normal;
  -webkit-align-items: normal;
  -ms-align-items: normal;
}
.template_section .flex_block {
  padding: 10px;
}
.template_section .each_template.template_01 {
  border: 1px solid #8776ff;
}
.template_section .each_template.template_01 > h4.title_block {
  background-color: #6543d6;
  background-image: url(/stat/edms/add-ons/img/dvd_menu_collection/bg_title_01.jpg);
}
.template_section .each_template .col_3 {
  width: 33.333%;
  border-radius: 3px;
  cursor: pointer;
  padding: 20px 10px 15px 10px;
}
.template_section .each_template .col_3 p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 3px;
  text-align: center;
}
.separate_line {
  width: calc(100% - 40px );
  height: 1px;
  background-color: #bbb;
  margin: 25px auto;
}
@media screen and (max-width:768px) {
  .template_section .each_template .col_3 {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
  .separate_line {
    display: none;
  }
}
