
@charset "UTF-8";

/* 価格表変更 */

#l_priceArea table td {
  padding: 0;
  border: solid 1px #cccccc;
}
#l_priceArea table td.l_numberPrice {
  border: none;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
#l_priceArea table th:first-child {
    width: 30%;
}
#l_priceArea table th {
    width: 70%;
}
#l_priceArea table.l_priceTbl .el_tblTtl {
  font-size: 18px;
}
#l_priceArea table.l_priceTbl .el_tblTtl .el_small{
  font-size: 14px;
}
#l_priceArea table {
  height: auto;
}
#l_priceArea table.l_priceTbl tr:nth-of-type(odd) {
  background: #fbfaf8;
}

#l_priceArea table td{
  height: auto;
  padding: 13px 0 0;
}
#l_priceArea table th{
  position: sticky;
  top: 0;
  z-index: 1;
}

#l_priceArea table td.l_numberBooks{
  font-size: 22px;
}
#l_priceArea table td.l_numberBooks .el_small{
  font-size: 16px;
}

.l_numberPrice{
  display: flex;
  flex-direction: column;
}
.l_numberPrice_price{
  padding-block: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.l_numberPrice_price p {
    text-align: center;
    font-size: 24px;
}
.l_numberPrice_price .el_small {
  font-size: 20px;
}
.l_numberPrice_breakdown{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_numberPrice_total{
  width: 50%;
  padding-block: 5px;
}
.l_numberPrice_total dl{
  display: flex;
  padding-inline: 15px 0;
  align-items: center;
}
.l_numberPrice_total dt{
  position: relative;
  display: flex;
  height: 24px;
  margin-right: 65px;
  padding-inline: 7px 3px;
  align-items: center;
  font: 13px normal;
  background: #092253;
  color: #fff;
}
.l_numberPrice_total dt:after{
  content: "";
  position: absolute;
  right: -11.5px;
  width: 0;
  height: 0;
  padding-right: 4px;
  border-left: 8px solid #092253;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.l_numberPrice_total dd{
  font-size: 20px;
  padding-top: 2px;
  margin: 0;
}
.l_numberPrice_total dd .el_small{
  font-size: 16px;
}

.l_numberPrice_postage{
  width: 50%;
  padding-block: 5px;
  border-left: 2px dotted #ccc;
}
.l_numberPrice_postage dl{
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_numberPrice_postage  dt{
  font: 18px normal;
  padding-right: 5px;
}
.l_numberPrice_postage dd{
  font-size: 20px;
  margin: 0;
  padding-top: 2px;
}
.l_numberPrice_postage dd .el_small{
  font-size: 16px;
}
#l_priceArea table.l_priceTbl tr.l_otoku{
  background: #fdfae6;
}
.l_otoku .l_numberPrice_price p{
  color: #ff0000;
  position: relative;
  display: inline-block;
}
.l_otoku .l_numberPrice_price p::before{
  content: "";
  position: absolute;
  background: url(../../../img/entrance/user_guide/img_recom.png) no-repeat;
  background-size: contain;
  width: 38px;
  height: 44px;
  left: -60px;
  top: -13px;
}

@media (max-width: 800px) {
  #l_priceArea table.l_priceTbl .el_tblTtl .el_small{
  }
  #l_priceArea table td{
  }
  #l_priceArea table th:first-child {
    width: 30%;
  }
  #l_priceArea table td.l_numberBooks{

  }
  td.l_numberBooks .el_small{

  }
  .l_numberPrice{
    font-size: 20px;
  }
  .l_numberPrice_price{
    padding-block: 5px 10px;
  }
  .l_numberPrice_price p {
  }
  .l_numberPrice_price .el_small {
    font-size: 14px;
  }
  .l_numberPrice_breakdown{
  }
  .l_numberPrice_total{
    width: 66%;
    padding-block: 5px;
  }
  .l_numberPrice_total dl{
    padding-inline: 5px 0;
  }
  .l_numberPrice_total dt{
    height: 20px;
    margin-right: 8px;
    padding-inline: inherit;
    font-size: 10px;
  }
  .l_numberPrice_total dt:after{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .l_numberPrice_total dd{
    font-size: 15px;
    padding-top: .3vw;
  }
  .l_numberPrice_total dd .el_small{
    font-size: 12px;
  }
  .l_numberPrice_postage{
    width: 34%;
  }
  .l_numberPrice_postage dl{
  }
  .l_numberPrice_postage dt{
    font-size: 10px;
  }
  .l_numberPrice_postage dd{
    font-size: 15px;
    padding-top: .3vw;
  }
  .l_numberPrice_postage dd .el_small{
    font-size: 11px;
  }
  .l_otoku .l_numberPrice_price p::before{
    width: 7vw;
    height: 8vw;
    left: -8vw;
    top: -1.5vw;
  }
}