﻿.module_layout > .global_main-contents__sub-section {
    margin-top: 30px !important;
}
.global_main-contents__section > .global_main-contents__sub-section {
    margin-top: 30px !important;
}
.anchor_area {
  border-top: solid 1px #ddd;
  margin-top: 30px;
}
.list-ul {
  min-height: 1px;
  zoom: 1;
}
.list-ul > *:first-child {
  margin-top: 0;
}
.list-ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.list-ul li {
  width: 24%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 40px;
  letter-spacing: normal;
  vertical-align: top;
}
.module_list-dl dt {
  font-weight: normal;
  font-size: 0.86rem;
  line-height: 1.6em;
}
.module_rule--short {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .list-ul {
    margin-top: 20px;
    letter-spacing: normal;
  }
  .list-ul li {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  
  .module_list-dl {
    margin-top: 30px;
  }
}

@media="only screen and (max-width: 767px)"
.module_rule--short {
    margin-bottom: 0px;
}
