.pankuzu_lists {
	box-sizing: border-box;
	background: #f4f1e9;
	padding: 1em 20px;
	margin-bottom: 30px;
	width: 100%;
    border-radius: 5px;
}
@media (max-width: 768px) {
  .pankuzu_lists {
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 6px 20px;
    font-size:13px;
    letter-spacing: 0;
  }
  .heading_wrapper {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  }
  }

.infomation_heading,
.cancel_heading,
.payment_heading,
.delivery_heading {
    box-sizing: border-box;
    margin: 20px 0px 30px 0px;
    background: #4c2708;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 0.8em 1.2em;
    border-radius: 5px;
  font-style: normal;
}

@media (max-width: 980px) {
.infomation_heading,
.cancel_heading,
.payment_heading,
.delivery_heading {
    font-size: 16px;
  padding: 5px 10px;
  margin: 15px 0 20px;
}
}

.skpr_box {
    margin-top: 0px !important;
    padding-top: 0px!important;
}
#delivery.skpr_box, 
#payment.skpr_box,
#cancel.skpr_box,
#info.skpr_box,
#sake.skpr_box {
  margin-bottom:60px;
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}
.skpr_detail_list_dd + .skpr_detail_list_dd{
  margin-top:45px;
}
.skpr_detail_list_dd strong {
	color: #e60012;
}

.skpr_detail_list_dt,
.skpr_detail_list_dd h4 {
	font-size: 18px;
	color: #29643e;
	border-bottom: 1px solid #000;
  	margin-top: 45px;
	margin-bottom: 20px;
   padding-top:0px;
   padding-bottom: 18px;
  font-weight: 700;
}

.skpr_detail_list_dt:first-child,
.skpr_detail_list_dd h4:first-child {
   margin-top:0px;
}

@media (max-width: 767px){
  #delivery.skpr_box, 
#payment.skpr_box,
#cancel.skpr_box,
#info.skpr_box,
#sake.skpr_box {
  margin-bottom:35px;
}
  .skpr_detail_list_dt,
	.skpr_detail_list_dd h4 {
	font-size: 16px;
      padding-bottom:14px;
      margin-bottom: 14px;
      margin-top:20px;
  }
  .skpr_detail_list_dd + .skpr_detail_list_dd{
    margin-top:20px;
  }
}

.del {
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}
.del th,
.del td {
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	padding: 10px 20px;
}
.del th {
	text-align:left;
}
.del td {
	text-align:right;
}

.infomation th,
.infomation td {
	font-size: 16px;
	color: #000;
	border-bottom: solid #ccc 1px;
	padding: 18px;
}
.infomation th {
	width:25%;
    vertical-align: top;
    font-weight:normal;
    text-align:left;
  padding-left:20px;
}
.infomation td {
	width:74%;
  padding-right:40px;
}

#delivery .skpr_detail_list_dd strong.free{
  font-size:18px
}

.skpr_box .skpr_detail_list_dd {
  font-size: 16px;
  line-height:2.0;
}

.skpr_box .skpr_detail_list_dd p {
  margin-bottom: 0px;
  line-height: 2.0;
}

.hyperbole_text {
  font-size: 18px;
  font-weight: bold;
  color: #e01025;
}
.simple_list_table_headline {
  font-size: 16px;
  font-weight: bold;
  margin:0 0 20px 7px;
  text-align:left;
}
/*.link_yamato:hover {
  color: #29643e;
}*/
.simple_list_table {
  width: 100%;
  margin-top: 30px;
  margin-bottom:30px;
}
.simple_list_table:first-child{
  margin-top:0;
}
.simple_list_table:last-child{
  margin-bottom:0;
}
.simple_list_table.simple_list_table_sp_full {
  max-width: 380px;
}

.simple_list_table.simple_list_table_sp_half {
  /*max-width: 480px;*/
  max-width: 740px;
}

.simple_list_table > tbody > tr {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.simple_list_table > tbody > tr > td {
  padding: 9.5px 0px;
}

.simple_list_table > tbody > tr > th.headline_td{
    padding: 9.5px 5px 9.5px 24px;
    text-align: left;
  font-weight:400;
}
.simple_list_table > tbody > tr > td.value_td {
  /*padding: 9.5px 40px 9.5px 5px;*/
  padding: 9.5px 1.75em 9.5px 5px;
  text-align: right;
}
@media (max-width: 820px) {
  .simple_list_table > tbody > tr > th.headline_td{
    padding-left: 1em;
  }
.simple_list_table > tbody > tr > td.value_td {
  /*padding-right: 1em;*/
  padding-right: .75em;
  font-size:15px;
}
}
.p_card{
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .skpr_box .skpr_detail_list_dd p{
    line-height:1.5;
    font-size: 14px;
  }
  .skpr_box .skpr_detail_list_dd p.hyperbole_text{
    font-size:15px;
    line-height: 1.466;
  }
  .simple_list_table {
    font-size: 15px;
    margin-top:25px;
    margin-bottom:25px;
  }
  .simple_list_table:first-child{
    margin-top:0;
  }
  .simple_list_table:last-child{
    margin-bottom:0;
  }
  .simple_list_table.simple_list_table_sp_full {
    max-width: 100%;
  }
/*
  .simple_list_table.simple_list_table_sp_half {
    max-width: 50%;
    max-width:178px;
  }
*/
  .simple_list_table_headline{
    font-size:14px;
   /* width: calc(100vw - 20px);*/
    margin-left:0;
    margin-bottom:1em;
    margin-right: -2em;
  }
  
}
@media (max-width: 400px) {
  .simple_list_table > tbody > tr > th.headline_td{
    padding-left: 15px;
  }
  .simple_list_table > tbody > tr > td.value_td {
  	padding-right: 15px;
  }
  .delivery_table .simple_list_table,
  .delivery_table .simple_list_table > caption,
  .delivery_table .simple_list_table > thead,
  .delivery_table .simple_list_table > tbody{
    display: block;
    width: 100%;
  }
  .delivery_table .simple_list_table > thead{
    font-size: 12px;
  }
  .delivery_table .simple_list_table > thead th{
    width:16.666666%;
  }
  .delivery_table .simple_list_table > thead th:first-child{display:none;}
  .delivery_table .simple_list_table tr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .delivery_table .simple_list_table > tbody > tr:not(:first-child) {
    border-top: 0 none;
  }
  .delivery_table .simple_list_table th,
  .delivery_table .simple_list_table td{
    display: block;
    box-sizing: border-box;
  }
  .delivery_table .simple_list_table > tbody > tr > th.headline_td{
    width: 100%;
    padding: 9.5px 10px 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.0;
  }
.delivery_table .simple_list_table > tbody > tr > td.value_td {
  	width: 16.666666%;
    padding: 5px 5px 9.5px;
    font-size: 11px;
}
}

table.skpr_detail.skpr_detail_lists {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  /*margin-top:50px;*/
}
table.skpr_detail.skpr_detail_lists > tbody > tr {
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
}
table.skpr_detail.skpr_detail_lists > tbody > tr:first-child {
    border-top: 1px solid #ccc;
}
table.skpr_detail.skpr_detail_lists > tbody > tr > th,
table.skpr_detail.skpr_detail_lists > tbody > tr > td {
  border: none;
}
@media (max-width: 980px) {
  table.skpr_detail.skpr_detail_lists,
  table.skpr_detail.skpr_detail_lists > tbody,
  table.skpr_detail.skpr_detail_lists > tbody > tr {
    display: block;
  }
  table.skpr_detail.skpr_detail_lists > tbody > tr > th,
  table.skpr_detail.skpr_detail_lists > tbody > tr > td {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    border: none;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size:15px;
  }
  table.skpr_detail.skpr_detail_lists > tbody > tr > th {
    margin: 0px;
    padding-bottom: 0px;
    border: none;
    font-weight: bold;
  }
  table.skpr_detail.skpr_detail_lists > tbody > tr > td {
    padding-top: 0;
  }
}
@media (max-width: 980px) {
  #sake .sake_r20 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 15px;
  }
}