.infoDelivery {
	padding: 30px 0;
    background: #f2f1eb;
	position: relative;
	z-index: 10;}
	.infoDelivery__inner {
	  background: #f9f9f9;
	  padding: 20px;
	  border: #e6e6e6 solid 1px;
	  text-align: center;
      width: calc(1000px - 42px);
      margin:0 auto;
    }
	  .infoDelivery__inner__title {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
		padding-bottom: 5px; }
		.infoDelivery__inner__title span {
		  border-bottom: solid 2px #000; }
	  .infoDelivery__inner__txt {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 20px; }
	  .infoDelivery__inner__table {
		border-collapse: separate;
		border-spacing: 1px;
		line-height: 1.5;
		border-top: 1px solid #e6e6e6;
        width: 96%!important;
        text-align: center;
		margin: 0 auto 10px!important; }
	  .infoDelivery__inner .deliveryList__list__headcell {
		padding: 10px;
		font-weight: bold;
		border-bottom: 1px solid #e6e6e6;
		background: #ecebe4;
		width: 50%;
		font-size: 16px; }
	  .infoDelivery__inner .deliveryList__list__cell {
		padding: 10px;
		border-bottom: 1px solid #e6e6e6;
		font-size: 14px; }
	  .infoDelivery__inner .deliveryList__list .border_r {
        border-right: 1px solid #e6e6e6; }

.cap-inner {
  text-align: left; }
  .cap-inner li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 15px; }
    .cap-inner li.cap-num {
      counter-increment: num; }
      .cap-inner li.cap-num::before {
        content: "※" counter(num); }
    .cap-inner li.cap-nonum::before {
      content: "※"; }
    .cap-inner li::before {
      position: absolute;
      left: 0;
      top: 0; }
    .cap-inner li a {
      text-decoration: underline;
      color: #2C3644; }
.sp-view{display: none;}
@media screen and (max-width: 768px) {
  .infoDelivery__inner {
    width: 96%;
    padding:5% 2.5%;}
    .infoDelivery__inner__title {
      font-size: 18px;
      margin-bottom: 12px; }
    .infoDelivery__inner__txt {
      font-size: 13px;
      margin-bottom: 17px; }
    .infoDelivery__inner__table{
        width:auto!important;
    }
  .sp-view{display:block!important;}
}