div.pageCommon #pagePostage h4{
    height: 30px;
    line-height: 30px;
	padding-left:20px;
    border-bottom:none;
    border-left: 6px solid #000;
}
@media screen and (max-width: 640px) {
div.pageCommon #pagePostage h4{
    line-height: 23px;
}
}
#pagePostage .button{
  clear:both;
  cursor:pointer;
  position: relative;
  background: #d32d26;
  color: #fff;
  display: block;
  border: none;
  font-size: 18px;
  margin-bottom:0;
  padding:0;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
#pagePostage .button::after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
#pagePostage .button.active{
  margin-bottom:30px;
}
#pagePostage .button.active::after {
  content: "－";
}
#pagePostage .accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#pagePostage table.matome th,
#pagePostage table.matome td{
  border: 1px solid #c0c0c0!important;
}
#pagePostage table.matome tr.header1 th{
  background: #d0d0d0;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
#pagePostage table.matome td.header2{
  background: #e5e5e5;
}
#pagePostage table.matome td.header3{
  background: #f8f8f8;
}
@media screen and (min-width: 641px) {
#pagePostage table.matome th.price{
  width:250px;
}
}
@media screen and (max-width: 640px) {
#pagePostage table.matome td.tate{
    writing-mode: vertical-rl;
    letter-spacing: 5px;
    text-align: center;
}
}
#pagePostage span.underline{
  text-decoration:underline;
}
#pagePostage p.price{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#pagePostage p.price.mb{
  margin-bottom: 30px;
}
#pagePostage .area{
  background: #fffee0;
  padding: 15px;
  width: 90%;
  margin: 0 5% 30px;
}
#pagePostage .area p{
  margin-bottom:10px;
}
#pagePostage .area .title{
  font-size: 16px;
}
#pagePostage .area .area_list{
  display: flex;
  justify-content:space-between;
  margin: 0 30px;
}
#pagePostage .area .area_list p:empty{
  display: none;
}
#pagePostage .area .area_list .list_box{
  width:23%;
}
#pagePostage .area .area_list .list_box p{
  margin-right:0;
  margin-left:0;
}
#pagePostage .area .area_list .list_box .subtitle{
  font-weight: bold;
  margin-bottom: 0;
}
#pagePostage .area .area_list .list_box a{
	margin-left:1em;
}
#pagePostage .area .area_list .list_box a:before{
}
#pagePostage .flow_wrap{
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 700px;
  margin: 0 auto 40px;
}
#pagePostage .flow_wrap .flow_box{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
  position:relative;
  border: 2px solid #dddddd;
  border-radius: 10px;
  padding: 20px;
}
#pagePostage .flow_wrap .flow_box:after{
  position:absolute;
  bottom:-60px;
  left:calc(50% - 30px);
  content:"";
  display:block;
  width:0;
  height:0;
  border-top:20px solid #ccc;
  border-right:30px solid transparent;
  border-bottom:20px solid transparent;
  border-left:30px solid transparent;
}
#pagePostage .flow_wrap .flow_box:last-child:after{
  display:none;
}
#pagePostage .flow_wrap .flow_box .number{
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content:center;
  align-items:center;
  font-size:24px;
  font-weight:bold;
  width:60px;
  height:60px;
  background:#dddddd;
  border-radius: 50%;
}
#pagePostage .flow_wrap .flow_box .text{
  flex:1;
}
#pagePostage .flow_wrap .flow_box .text .title{
  font-size: 18px;
  margin: 0 0 10px;
}
#pagePostage .flow_wrap .flow_box .text .detail{
  margin: 0;
}
#pagePostage .flow_wrap .flow_box p:empty{
  display: none;
}

@media screen and (max-width: 640px) {
#pagePostage .button{
  width:auto;
}
#pagePostage .feature{
  line-height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
#pagePostage p.price{
  text-align: center;
  margin: 5vw 0;
  font-size: 5vw;
}
#pagePostage .area .area_list{
  flex-direction: column;
}
#pagePostage .area .area_list .list_box{
  width:100%;
}
#pagePostage .area .area_list .list_box a{
  line-height:2;
}
#pagePostage .flow_wrap{
  width: calc(100% - 40px);
}
#pagePostage .flow_wrap .flow_box{
  flex-direction:column;
}
#pagePostage .flow_wrap .flow_box .number{
  display:none;
}
}