@charset "utf-8";
/* CSS Document */
/*　-------送料ページ postage start------- */
#postage_ .sec_ {
  margin-bottom: 1em;
}
#postage_ {
  width: 98%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1px;
}
#postage_ .postage_list table {
  width: 100%;
}
#postage_ .postage_list table th {
  background-color: #f1f1f1;
}
#postage_ .postage_list table th, #postage_ table td {
  border-bottom: solid 1px #a0a0a0;
  padding: 0.8em;
  vertical-align: middle;
  text-align: center;
}
#postage_ .postage_list table th {
  border-top: solid 1px #a0a0a0;
}
#postage_ .postage_list {
  margin: 10px 0;
}
#postage_ .postage_list ul {
  width: 95%;
  margin: 0 auto 15px;
}
#postage_ .postage_list ul li {
  margin: 0 0 15px;
	width: 100%;
}
#postage_ .postage_list ul li .ttl_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*border: 1px solid #a0a0a0;*/
  padding: 7px 10px 5px;
  cursor: pointer;
  background-color: #a6d48c;
}
#postage_ .postage_list ul li:nth-child(2n) .ttl_ {
  background-color: #d5ecc8;
}
#postage_ .postage_list ul li .ttl_ p {
  position: relative;
  font-weight: bold;
  width: 82%;
  padding: 0 0 0 23px;
}
#postage_ .postage_list ul li .ttl_ span {
  position: relative;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 30px;
}
#postage_ .postage_list ul li .ttl_ span:before {
  left: 4px;
  transform: rotate(45deg);
}
#postage_ .postage_list ul li .ttl_ span:before, #postage_ .postage_list ul li .ttl_ span:after {
  content: '';
  width: 10px;
  height: 1.5px;
  background: #508245;
  position: absolute;
  top: 13px;
}
#postage_ .postage_list ul li .ttl_ span:after {
  right: 5px;
  transform: rotate(-45deg);
}
#postage_ .postage_list ul li .contents_ {
  display: none;
  padding: 10px;
  /*border-top: 2px solid #d93a6b;*/
}
#postage_ .postage_list ul li .contents_ {
  margin: 10px auto;
  zoom: 1;
	width: 70%;
}
#postage_ .postage_list ul li h4 span {
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 3px;
  border: solid 1px;
}
#postage_ .postage_list ul li h4 {
      margin-bottom: 18px;
    text-align: center;
    font-size: 1.2em;
}
/*　-------送料ページ postage end------- */