#SubTitle h2 {
  background: none;
}

table.feature {
  width: 680px;
  margin: 20px 15px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
@media (max-width: 991px) {
  table.feature {
    width: 100%;
  }
}
table.feature caption {
  text-align: left;
}
table.feature th {
  width: 20%;
  font-size: 80%;
  text-align: center;
  background-color: #ededed;
  font-weight: bold;
  padding: 5px 5px;
  vertical-align: middle;
  line-height: 130%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
table.feature td {
  vertical-align: middle;
  line-height: 150%;
  padding: 5px 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

table.material {
  margin: 20px 15px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
table.material th {
  font-size: 100%;
  text-align: center;
  background-color: #ededed;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: middle;
  line-height: 130%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
table.material td {
  font-size: 100%;
  vertical-align: middle;
  line-height: 150%;
  padding: 5px 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
table.material tr.daikoku {
  background: #ffe5ec;
  font-weight: bold;
}

div.img-m {
  width: 280px;
  margin: 10px 15px;
  text-align: center;
  font-size: 75%;
}
div.img-m img {
  width: 270px;
}
div.img-m a img {
  border: 1px solid #0000ff;
}
div.img-m a:hover img {
  border: 1px solid #9000ff;
}

div.logo {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 991px) {
  div.logo img {
    width: 100%;
    height: auto;
  }
}

.p-name {
  color: #0e6f26;
  font-size: 150%;
  text-align: center;
  padding: 0 0 15px 0;
}
@media (max-width: 991px) {
  .p-name {
    clear: both;
    display: block;
  }
}

@media (max-width: 991px) {
  #Column img {
    width: 100%;
    height: auto;
  }
}
.siyo {
  padding: 0 0 15px 40px;
}

@media (max-width: 991px) {
  .sp-scroll {
    box-sizing: border-box;
    border-right: 2px dashed #e07903;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 5% 0;
    position: relative;
    padding-top: 20px;
  }
  .sp-scroll table.tbl {
    border-right: none;
    width: 940px;
  }

  border-right: none;
  width: 940px;
}
table.tbl {
  width: 95%;
  margin: 20px auto;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
table.tbl th {
  text-align: center;
  background-color: #e5fceb;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 100%;
  line-height: 130%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  white-space: nowrap;
}
table.tbl td {
  vertical-align: top;
  font-size: 100%;
  line-height: 150%;
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

table.tbl_s {
  margin: 20px 0;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
@media (max-width: 991px) {
  table.tbl_s {
    width: 100%;
    font-weight: 100;
    font-size: 90%;
    margin: 5px auto;
  }
}
table.tbl_s th {
  text-align: center;
  background-color: #e5fceb;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 120%;
  line-height: 150%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  white-space: nowrap;
}
@media (max-width: 991px) {
  table.tbl_s th {
    white-space: normal;
  }
}
table.tbl_s td {
  vertical-align: middle;
  font-size: 120%;
  line-height: 150%;
  font-weight: bold;
  padding: 5px 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

div.button {
  display: block;
  text-align: center;
  padding: 30px 0 60px 0;
}
@media (max-width: 991px) {
  div.button img {
    max-width: 400px;
  }
}

.products_ttl {
  font-size: 360%;
  line-height: 150%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .products_ttl {
    font-size: 150%;
  }
}

.setArea {
  width: 850px;
  margin: 40px 0 0 50px;
  overflow: hidden;
}
.setArea .img_mf {
  width: 330px;
  float: left;
}
@media (max-width: 991px) {
  .setArea .img_mf {
    float: none;
  }
}
.setArea .txt_mf {
  width: 500px;
  margin: 0 0 0 20px;
  float: left;
}
@media (max-width: 991px) {
  .setArea .txt_mf {
    float: none;
  }
}
.setArea .price {
  font-size: 300%;
  font-weight: bold;
  color: #ff0000;
}

.telArea {
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .telArea {
    margin: 0;
  }
}
.telArea .telno {
  font-size: 300%;
  line-height: 120%;
  font-weight: bold;
}
@media (max-width: 991px) {
  .telArea .telno {
    font-size: 120%;
  }
}

.bnrArea {
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .bnrArea img {
    width: 100%;
    height: auto;
  }
}

.text-24b {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 120%;
}
