@charset "UTF-8";

.c_h2 {
  color: #e17e7e;
  font-size: 24px;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 13px;
}


.c_p {
  color: #999999;
  font-size: 12px;
  text-align: center;
  margin-bottom: 35px;
}

.cost {
  width: 100%;
  min-width: 670px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 140px;
}

.cost table, td, th {
  border: 1px solid #D8D8D8;
  border-collapse: collapse;
}


.cost table {
  border: 1px solid #000000;
  text-align: center;
  overflow-x: scroll;
}


.cost table th {
  border: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.cost table td {
  border: 1px solid #000000;
  color: #000000 !important;
  vertical-align: middle;
  width: 90px;
  font-size: 14px;
  text-align: center;
}

.cost .rank {
  background-color: #d9d9d9;
  color: #000000;
  font-weight: bold;
}


.cost .koumoku {
  background-color: #ea8a96;
  color: #FFFCFC;
  width: 115px;
  font-size: 13px;
  vertical-align: middle;
}

.cost .second p {
  line-height: 20px;
}


.cost .second .koumoku {
  padding-top: 40px;
  padding-bottom: 41px;
}


.cost .third p {
  line-height: 20px;
}


.cost .third .koumoku {
  padding-top: 40px;
  padding-bottom: 41px;
}


.cost .desc {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 3px;
  color: #090909;
  text-align: left;
  font-weight: bold;
  margin-left: 3px;
  padding-left: 10px;
  padding-right: 10px;
}


.cost .last {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .cost {
    width: 100%;
    min-width: 0px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 140px;
  }


  .scroll {
    overflow-x: scroll;
  }


  .cost table {
    width: 670px;
    color: #333333;
  }
}