@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/******************************************************

PC／SP 共有

******************************************************/
#pageImage {
  background-image: url(../img/title.jpg); }

/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  .priceTable {
    padding-bottom: 20px; }
    .priceTable table {
      width: 100%;
      border-bottom: #004684 dotted 1px; }
      .priceTable table th {
        display: block;
        text-align: center;
        color: #004684;
        text-align: left;
        font-weight: 500;
        font-size: 1.3rem;
        padding-top: 10px;
        font-weight: 600;
        border-top: #004684 dotted 1px; }
      .priceTable table td:nth-child(2) {
        display: block;
        font-size: 1.2rem;
        line-height: 1.5;
        width: calc(100% - 6em);
        float: left;
        padding-bottom: 10px; }
      .priceTable table td:last-child {
        float: right;
        display: block;
        font-size: 1.2rem;
        color: #004684;
        text-align: right;
        font-weight: 600;
        line-height: 1;
        width: 6em;
        padding-bottom: 10px; }
      .priceTable table .wide td {
        display: block !important;
        width: 100%;
        text-align: left;
        line-height: 1.5; }
      .priceTable table .wide td:last-child {
        padding-top: 0px;
        text-align: right; }
  .circle li {
    padding-left: 15px;
    position: relative; }
  .circle li:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbcbcb;
    position: absolute;
    left: 0;
    top: 7px; }
  .num {
    margin: 20px 0;
    color: #004684;
    border: #004684 solid 1px;
    padding: 20px 20px 10px; }
    .num li {
      list-style: decimal inside;
      padding-bottom: 10px; } }

/******************************************************
    
PC / common

******************************************************/
@media screen and (min-width: 741px) {
  .priceTable {
    margin-top: -40px; }
    .priceTable table {
      width: 100%; }
      .priceTable table th, .priceTable table td {
        padding: 12px 0;
        line-height: 1;
        border-bottom: #004684 dotted 1px;
        vertical-align: middle;
        font-size: 1.5rem;
        font-weight: normal; }
      .priceTable table th {
        width: 26%;
        color: #004684;
        text-align: left;
        font-weight: 500; }
      .priceTable table td:nth-child(2) {
        font-size: 1.4rem; }
      .priceTable table td:last-child {
        color: #004684;
        text-align: right;
        line-height: 2;
        font-weight: 500; }
  .circle li {
    padding-left: 15px;
    position: relative; }
  .circle li:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbcbcb;
    position: absolute;
    left: 0;
    top: 9px; }
  .num {
    margin: 40px 0;
    color: #004684;
    border: #004684 solid 1px;
    padding: 40px; }
    .num li {
      list-style: decimal outside; } }

/*# sourceMappingURL=style.map */