﻿.banner > *:first-child {
  margin-top: 0;
}

.topics > *:first-child {
  margin-top: 0;
}

.layout2 .layout2__list-ul2 {
  width: 100%;
  min-height: 1px;
  zoom: 1;
}
.layout2 .layout2__list-ul2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.layout2 .layout2__list-ul2 > li {
  margin: auto;
  display: table;
  box-sizing: border-box;
  width: 33.3%;
}
.layout2 .layout2__link {
  display: table-cell;
  box-sizing: border-box;
  border: solid 1px #ddd;
  width: 100%;
  padding: 10px;
  height: 75px;
  text-align: center;
  vertical-align: middle;
}
.layout2 .layout2__link:hover span {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .layout2 .layout2__list-ul2 > li {
    width: 100%;
  }
  .layout2 .layout2__list-ul2 > li:nth-child(1) {
    padding-right: 0;
  }
  .layout2 .layout2__list-ul2 > li:nth-child(2) {
    padding: 30px 0 0 0;
  }
  .layout2 .layout2__list-ul2 > li:nth-child(3) {
    padding-left: 0;
    padding-top: 30px;
  }
}