@charset "UTF-8";
/*
//動作環境・価格//
*/
#main section {
  margin-bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section {
    margin-bottom: 0px;
  }
}
#main section article {
  margin-bottom: 40px;
}
#main section article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article h3 {
    font-size: 0.875rem;
    margin: 15px auto;
  }
}
#main section table {
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section table {
    margin-bottom: 40px;
  }
}
#main section tbody th {
  width: 150px !important;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  #bs #contents, #es #contents {
    width: auto !important;
    padding-top: 10px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  #sub {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #sub #submenu {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #sub #submenu dl:nth-last-of-type(1):after,
  #sub #submenu dl:nth-last-of-type(1):before {
    width: 100%;
    left: -2px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #sub aside.banner {
    background-repeat: repeat-x;
  }
}