.cookie-box_button {
  width: 460px;
  margin: 0 auto;
}

.info-box_unit {
  border: solid 1px #ccc;
}

.info-box_title {
  padding: 8px;
  background-color: #089b5c;
  border-bottom: solid 1px #ccc;
  color: #fff;
  font-weight: 700; 
  text-align: center;
}

.info-box_contents {
  display: flex;
  height: 150px; 
  justify-content: center;
  align-items: center;
}

.info-table {
  margin: 40px 0 0 0;
}
.info-table table {
  width: 800px;
  margin: 0 auto;
}
.info-table_title {
  padding: 8px;
  background-color: #089b5c;
  border-bottom: solid 1px #ccc;
  color: #fff;
  font-weight: 700; 
  text-align: center;
}
.info-table_title + .info-table_title {
  border: solid 1px #ccc;
}
.info-table_title a {
  color: #fff;
}
.info-table_size {
  width: 150px;
  padding: 8px;
}
.info-table tr, .info-table td {
  border: solid 1px #ccc;
}
.info-table td {
  padding: 8px;
  text-align: center;
}
.info-table_image {
  display: inline-block;
  margin: 5px 10px;
}

.section_anchor {
  word-break: break-all;
}

.text._mt0 {
  margin-top: 0;
}

@media screen and (max-width: 519px) {
  .info-box {
    margin-top: 32px;
  }
  .info-box_unit + .info-box_unit {
    margin-top: 20px;
  }
  .info-table {
    overflow: auto;
    width: 100%;
  }
}

@media print, screen and (min-width: 520px) {
  .info-box {
    display: flex;
    width: 800px;
    margin: 40px auto 0;
  }
  .info-box_unit {
    width: 50%;
  }
  .info-box_unit + .info-box_unit {
    border-left: none;
  }
}
