/****************************
PC
****************************/
@media screen and (min-width: 769px) {
.sk_info_block.container_section, .sk_delivery_block.container_section {
	font-size: 14px;
}
.ttl_h2 {
    margin-top: 12rem;
    margin-bottom: .7em;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
}
.def_lst {
    width: 120rem;
    margin: auto;
    border-top: 1px solid #eee;
}
.def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: normal;
    line-height: 1.75;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
}
.def_lst_dd {
    line-height: 1.75;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
}

table.delivery_price {
    border-collapse: collapse;
}
table.delivery_price tr th, table.delivery_price tr td {
    border: 1px solid #000000;
    text-align: left;
    padding: 5px 10px;
}
table.delivery_price tr td.delivery_fee {
    text-align: right;
}
table.cod_fee_table {
    border-collapse: collapse;
}
table.cod_fee_table tr th, table.cod_fee_table tr td {
    text-align: left;
    border: 1px solid;
    padding: 5px 10px;
}
table.cod_fee_table tr td.delivery_fee {
    text-align: right;
}
}


/****************************
SP
****************************/
@media screen and (max-width: 768px) {
.sk_info_block.container_section, .sk_delivery_block.container_section {
    width: 100%;
    padding: 0 20px;
  	margin-bottom: 50px;
	font-size: 13px;
}
.ttl_h2 {
    margin-top: 10rem;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
}
.def_lst {
    width: 100%;
    margin: 0 auto 50px;
}
.def_lst_dt {
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-weight: bold;
    line-height: 1.75;
}
.def_lst_dd {
    line-height: 1.75;
    padding-bottom: 1em;
}

table.delivery_price {
    border-collapse: collapse;
}
table.delivery_price tr th {
    white-space: nowrap;
    vertical-align: middle;
}
table.delivery_price tr th, table.delivery_price tr td {
    border: 1px solid #000000;
    text-align: left;
    padding: 5px 5px;
}
table.delivery_price tr td.delivery_fee {
    text-align: right;
}
table.cod_fee_table {
    border-collapse: collapse;
}
table.cod_fee_table tr th, table.cod_fee_table tr td {
    text-align: left;
    border: 1px solid;
    padding: 5px 5px;
}
table.cod_fee_table tr td.delivery_fee {
    text-align: right;
}
}