.layout-container {
  background-image: none;
}

.layout-main {
  margin-left: 235px;
  padding-top: 20px;
}

.layout-section {
  margin: 30px 0;
}

.layout-section:first-child {
  margin-top: 10px;
}

.layout-section .mod-listed-block-a {
  margin-bottom: 30px;
}

.layout-section:last-child .mod-listed-block-a {
  margin-bottom: 70px;
}

.layout-section:nth-child(2) .mod-listed-block-a .title {
  border-bottom: none;
}

.layout-section .mod-listed-block-a .caution {
  font-size: 0.9em;
}

@media screen and (max-width: 800px) {
  .layout-container {
    padding: 0;
  }
  .layout-main {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .layout-section:first-child .mod-listed-block-a {
    margin-bottom: 80px;
  }
}
