#mainvisual {
  margin-bottom: 15px;
}

main.home article {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2rem;
}
main.home aside {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 769px) {
  main.home {
    width: 840px;
    margin: auto auto auto auto;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  main.home article {
    width: 456px;
    padding: 0;
  }
  main.home aside {
    width: 332px;
    padding: 0;
  }
}
.info {
  background: #fffbe7;
  padding: 10px;
}
.info h2 {
  color: #df7e00;
  font-size: 1.125rem;
  font-weight: 400;
}
.info ul {
  margin: 0;
  padding: 0;
}
.info ul li {
  list-style: none;
  position: relative;
  padding-left: 14px;
  margin-top: 0.5rem;
}
.info ul li::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 1px;
  height: 1px;
  border: 6px solid transparent;
  border-left: 8px solid #ff9f00;
}
.info ul li a {
  color: #666666;
}
.info ul li em {
  font-style: normal;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 769px) {
  .info {
    background: url(image/back_info.png) repeat-y;
    padding: 0;
  }
  .info .header {
    margin-bottom: 12px;
    height: 56px;
    background: url(image/back_info_title.png) no-repeat;
  }
  .info .header h2 span {
    display: none;
  }
  .info ul {
    margin: 0 21px 0 18px;
    list-style: none;
  }
  .info ul li {
    margin-bottom: 12px;
    padding: 0;
    border-bottom: 1px dotted #ff9f00;
    background: url(image/icon_info.png) no-repeat 0 5px;
  }
  .info ul li::after {
    content: none;
  }
  .info ul li p {
    margin: 0 0 3px 12px;
    padding: 0;
    font-size: 0.875rem;
    line-height: 140%;
  }
  .info ul li p a:link,
  .info ul li p a:visited {
    color: #666;
    text-decoration: none;
  }
  .info ul li p a:active,
  .info ul li p a:hover {
    color: #f66;
    text-decoration: underline;
  }
  .info ul li em {
    font-style: normal;
    font-weight: 300;
    font-size: 0.75rem;
  }
  .info ul li .new {
    margin-left: 3px;
  }
  .info ul li:last-of-type {
    margin-bottom: 0;
  }
  .info .footer {
    height: 24px;
    background: url(image/back_info_footer.png) no-repeat;
  }
}
aside .top-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
aside .top-banner ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 332px;
  width: 100%;
}
aside .top-banner ul li {
  list-style: none;
  width: min(50%, 166px);
}

aside .top-banner2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .pagetop {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */