@charset "UTF-8";
/* CSS Document */

.label {
  width: 700px;
  background: #fff;
  padding: 20px;
  margin: 40px auto;
  border: 2px solid #000;
  font-size: 14px;
  line-height: 1.6;
}

.product-name {
  font-weight: bold;
  margin-bottom: 10px;
}

.label table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.label th, td {
  border: 1px solid #000;
  padding: 6px 8px;
  vertical-align: top;
}

.label th {
  width: 120px;
  background: #f5f5f5;
  text-align: left;
}


.nutrition-table th {
  width: auto;
}

.section {
  margin-top: 10px;
  text-align: left;
}

.section ul {
  margin: 5px 0 0 20px;
  padding: 0;
}

.note {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
}
/* =========================
   スマホ対応
========================= */
@media screen and (max-width: 768px) {

  body {
    margin: 0;
  }

  .label,
.label * {
  box-sizing: border-box;
}

.label table {
  width: 100%;
  border-collapse: collapse;
}

  .label {
    width: 100%;
    margin: 0;
    border: none;
    padding: 16px;
    font-size: 14px;
    padding-left: unset;
    padding-right: unset;
    margin-right: unset;
    margin-left: unset;

  }
  .label table {
  width: 100%;
  border-collapse: collapse;
}


  .product-name {
    font-size: 16px;
  }

  /* 情報テーブルを縦並びに */
  .info-table,
  .info-table tbody,
  .info-table tr,
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }
  .info-table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }

  .info-table table {
    min-width: 600px;
  }

  .info-table tr {
    margin-bottom: 12px;
  }

  .info-table th {
    background: #f0f0f0;
    border-bottom: none;
    font-weight: bold;
  }

  .info-table td {
    border-top: none;
    padding-top: 4px;
  }

  /* 栄養成分表も縦並び */
  .nutrition-table,
  .nutrition-table tbody,
  .nutrition-table tr,
  .nutrition-table th,
  .nutrition-table td {
    display: block;
    width: 100%;
  }

  .nutrition-table tr {
    margin-bottom: 10px;
  }

  .nutrition-table th {
    background: #f0f0f0;
    border-bottom: none;
  }

  .nutrition-table td {
    border-top: none;
  }

  .section ul {
    margin-left: 16px;
  }
  .sp_link {
    padding-left: 20%;
  }

}
