.postage {
  counter-reset: step
}

.title {
  font-weight:bold;
  margin-bottom: 24px;
}

.postage_title {
  width: 100%;
  max-width: 960px;
  padding: 0 10px;
  margin: 40px auto 0 !important;
  font-weight:bold;
}

@media (max-width:959px) {
  .postage_title {
    max-width: 960px;
  }
}

@media (max-width:599px) {

  .pc {
    display: none !important;
  }

  .postage_title {
    max-width: 600px;
    margin: calc(40px/2) auto;
    padding: 0 10px;
  }

  .postage_list_item_content ul.bt-tab li {
    font-size: 13px;
    width: 50% !important;
  }

  .postage_list_item_content ul.caution {
    padding: 0 !important;
    -webkit-box-direction:column;/*--- Androidブラウザ用 ---*/
    -webkit-flex-direction:column;/*--- safari（PC）用 ---*/
    flex-direction: column;
  }

  .postage_list_item_content .items {
    -webkit-box-direction:column;/*--- Androidブラウザ用 ---*/
    -webkit-flex-direction:column;/*--- safari（PC）用 ---*/
    flex-direction: column;
    margin: 24px 0;
  }

  .postage_list_item_content .items .item {
    width: 100% !important;
  }

  .postage_list_item_content .items .item .img-holder {
    width: 60% !important;
    height: 100% !important;
  }

  .postage_list_item_content .items .item {
    -webkit-box-direction:normal !important;/*--- Androidブラウザ用 ---*/
    -webkit-flex-direction:row !important;/*--- safari（PC）用 ---*/
    flex-direction:row !important;
  }

  .postage_list_item_content p span.middle {
    color: #EC1234;
  }

  .postage_list_item_content .picture {
    -webkit-box-direction:column;/*--- Androidブラウザ用 ---*/
    -webkit-flex-direction:column;/*--- safari（PC）用 ---*/
    flex-direction: column;
    margin-bottom: 24px;
  }

  .postage_list_item_content .picture .img-holder {
    width: 90% !important;
    margin: 0 auto;
    margin-top: 24px;
  }

}

.postage_list_item {
  padding: 40px 0
}

.postage_list_item:nth-child(even) {
  background-color: #f7f9ff
}

.postage_list_item_content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction:column;/*--- Androidブラウザ用 ---*/
  -webkit-flex-direction:column;/*--- safari（PC）用 ---*/
  flex-direction: column;
}

.postage_list_item_content ul.caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
}

.postage_list_item_content ul.caution li {
  margin-right: 24px;
}

.postage_list_item_content ul.bt-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  margin-top: 24px;
}

.postage_list_item_content ul.bt-tab li {
  width: 25%;
  text-align: center;
  font-weight: bold;
  color: #222;
  padding: 1em 0;
  isplay: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-pack:center;
  flex-pack:center;
  -webkit-box-align:center;/*--- Androidブラウザ用 ---*/
  -ms-flex-align:center;/*--- IE10 ---*/
  -webkit-align-items:center;/*--- safari（PC）用 ---*/
  align-items:center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  cursor: pointer;
}

.postage_list_item_content ul.bt-tab li.select {
    background-color: #2E4FB5;
    color: #fafafa;
    pointer-events: none;
}

.postage_list_item_content table {
margin: 24px 0;
}

.postage_list_item_content table th ,
.postage_list_item_content table td {
  width: 16.66666%;
  border-width: 1px;
}

.postage_list_item_content7 {
  width: 14.28571% !important;
  border-width: 1px;
}

.postage_list_item_content table th {
  background: #e4f4fd;
}

.postage_list_item_content table th.place {
  background: #FFF8E4;
}

.postage_list_item_content table tr>:first-child {
  padding-left: 8px !important;
}

.postage_list_item_content .items {
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  margin: 24px 0;
}

.postage_list_item_content .items .item {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  box-pack:center;
  flex-pack:center;
  -webkit-box-align:center;/*--- Androidブラウザ用 ---*/
  -ms-flex-align:center;/*--- IE10 ---*/
  -webkit-align-items:center;/*--- safari（PC）用 ---*/
  align-items:center;
  -webkit-box-direction:column;/*--- Androidブラウザ用 ---*/
  -webkit-flex-direction:column;/*--- safari（PC）用 ---*/
  flex-direction: column;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  width: 25%;
  padding: 0;
  background: #ffffff;
  border: none;
}

.postage_list_item_content .items .gray {
  background-color: inherit !important;
}

.postage_list_item_content .items .item .img-holder {
  width: 100%;
  height: 200px;
}

.postage_list_item_content .items .item .txt-holder {
  padding: 8px 0;
}

.postage_list_item_content .items .item .txt-holder p {
  text-align: center;
}

.postage_list_item_content .items .item .icon {
  font-size: 300%;
}

.postage_list_item_content .items .item .large {
  font-size: 110%;
  border-bottom: double 6px #EC1234;
}

.postage_list_item_content .picture {
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
  justify-content:space-between;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  margin-bottom: 40px;
}

.postage_list_item_content .picture .img-holder {
  width: 45%;
}

.postage_list_item_content .sub_title {
  margin-top: 24px;
  background: #2e4fb5;
  padding: 8px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}



@media (max-width:959px) {
  .postage_list_item_content {
    max-width: 960px
  }
}

@media (max-width:599px) {
  .postage_list_item_content {
    max-width: 600px;
    margin: calc(0/2) auto;
    padding: 0 10px
  }
}
