/*****************************************************************************
priceTable
*****************************************************************************/
.priceTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 0 0;
  line-height: 1.25;
}

.priceTable .tableHd {
  width: 20%;
  font-size: 1.1rem;
  background: #004098;
  color: #ffffff;
  padding: 20px;
}

.priceTable .tableHd .num {
  font-size: 2.3rem;
}

.priceTable table {
  width: 80%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ffffff;
}

.priceTable thead th {
  text-align: center;
  color: #FFF100;
  border-left: 2px solid #f9efe3;
  padding: 2px 10px;
  background: #004098;
  white-space: nowrap;
}

.priceTable thead th .s {
  font-size: 0.7rem;
}

.priceTable tbody th {
  font-size: 1.2rem;
  text-align: center;
  width: 8em;
}

.priceTable tbody th, .priceTable tbody td {
  padding: 4px 0;
  border-left: 2px solid #f9efe3;
  border-top: 2px solid #f9efe3;
}

.priceTable tbody th.size {
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .priceTable tbody th.size {
    white-space: normal;
  }
}

.priceTable tbody th.size span {
  display: block;
}

.priceTable tbody th.size .pattern {
  font-size: 0.95rem;
  color: #777;
}

.priceTable tbody th.size .perform {
  color: #22ac38;
}

.priceTable tbody td.fitting {
  padding: 4px 15px;
  text-align: left;
  font-size: 0.875rem;
  word-break: break-all;
}

.priceTable tbody td.fitting .etc {
  font-size: 0.8em;
}

.priceTable tbody .priceTD, .priceTable tbody .askTD {
  padding: 4px 15px;
  width: 190px;
}

.priceTable tbody .priceTD a, .priceTable tbody .askTD a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.priceTable tbody .priceTD .price {
  color: #dc0002;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

.priceTable tbody .priceTD .price span {
  font-size: 1.8rem;
}

.priceTable tbody .priceTD .purchase span {
  display: inline-block;
  background: #dc0002;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0 32px 0 15px;
  line-height: 24px;
  border-radius: 12px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.priceTable tbody .priceTD .purchase span:after {
  content: "\f290";
  font-family: FontAwesome;
  font-size: 11px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 1;
}

.priceTable tbody .priceTD .purchase {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.priceTable tbody .priceTD:hover .purchase {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.priceTable tbody .askTD .ask {
  font-size: 1.4rem;
  text-decoration: none;
  color: #dc0002;
  font-style: italic;
}

.priceTable tbody .askTD .msg {
  margin: 2px 0 0;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.2;
}

.priceTable tbody .askTD .msg:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .priceTable {
    display: block;
    font-size: 0.85rem;
    margin: 0;
  }
  .priceTable .tableHd {
    width: 100%;
    border: 2px solid #f9efe3;
    padding: 10px;
    text-align: center;
  }
  .priceTable table {
    width: 100%;
    border-right: 2px solid #f9efe3;
  }
  .priceTable thead th {
    padding: 5px 5px;
    font-size: 0.85rem;
  }
  .priceTable thead th .s {
    display: block;
  }
  .priceTable tbody th, .priceTable tbody td {
    padding: 5px 5px;
    border: 2px solid #f9efe3;
  }
  .priceTable tbody th {
    font-size: 1rem;
  }
  .priceTable tbody td:nth-of-type(1) {
    font-size: 0.875rem;
    padding: 5px;
  }
  .priceTable tbody .priceTD, .priceTable tbody .askTD {
    padding: 4px 5px;
    width: auto;
  }
  .priceTable tbody .priceTD .price span {
    font-size: 1.3rem;
  }
  .priceTable tbody .priceTD .purchase span {
    font-size: 0.7rem;
    padding: 0 23px 0 8px;
    line-height: 24px;
    border-radius: 12px;
  }
  .priceTable tbody .priceTD .purchase span:after {
    font-size: 11px;
    right: 6px;
  }
}

.priceTableNote {
  font-size: 0.875rem;
  padding: 15px 5% 0;
  text-align: center;
  line-height: 1.4;
}

/*****************************************************************************
ftImg
*****************************************************************************/
.priceTableSection .ftImg {
  margin: 140px 0 -80px;
  overflow: hidden;
}

.priceTableSection .ftImg img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .priceTableSection .ftImg {
    margin: 60px 0 -60px;
    height: 180px;
    position: relative;
  }
  .priceTableSection .ftImg img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
