@charset "UTF-8";
/*##########################################################################################
##//価格・保守 CSS //#######################################################################
##########################################################################################*/
#main section ul {
  margin-bottom: 40px;
}
#main section li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 85%;
  font-size: 14px;
}
#main section li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main section li span {
  display: inline-block;
  padding: 10px 0;
  text-indent: 0;
}
#main section .simpleBtn a {
  border-radius: 5px;
  width: 500px;
  height: 50px;
  color: #fff;
  background: #1368BF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section .simpleBtn a {
    width: 80%;
    height: auto;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 15px;
    line-height: 120%;
  }
}
#main section .simpleBtn a b {
  padding-left: 18px;
  background: url(/common/images/bullet/circleArrow/white.png) no-repeat 0px 21px;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
}
#main section .simpleBtn a span {
  font-size: 12px;
}
#main section .simpleBtn a:hover {
  opacity: 0.8;
}
#main section .simpleBtn a[disabled] {
  opacity: 0.5;
  cursor: default;
}
#main section .simpleBtn a b {
  padding-top: calc(25px - 0.5em);
}
#main section .simpleBtn.contact a {
  text-indent: 0;
}
#main section .simpleBtn.contact a b {
  padding-left: 44px;
  background: url(/common/images/icon/ico_mail.png) no-repeat 0 7px/37px 37px;
}
#main section table {
  margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section table {
    width: 100%;
  }
}
#main section table:nth-last-of-type(1) {
  margin-bottom: 50px;
}
#main section table tbody th {
  background: #D2EAFB;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section table tbody th {
    width: auto;
    white-space: normal;
    min-width: 33%;
  }
}
#main section table tbody th:nth-last-of-type(1) {
  background: #eee;
  font-weight: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section table tbody th:nth-last-of-type(1) {
    width: auto;
    white-space: nowrap;
    min-width: 33%;
  }
}
#main section table tbody th.blue {
  background: #D2EAFB;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section table tbody th.blue {
    width: auto;
    white-space: nowrap;
    min-width: 33%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section table tbody td {
    min-width: 30%;
  }
}
#main section table tbody td ul {
  margin-bottom: 0;
}