* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.table-wrap {
  overflow-x: auto;
    height: max-content;
}

table {
  width: 100%;
  border-top: 2px solid #d50050;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  font-size: 15px;
white-space: nowrap;
}

th {
  background: #f9f9f9;
  font-weight: 600;
}

td img {
  max-height: 36px;
}

.table-section {
  max-width: 1200px;
  margin: auto;
}
.table-section h3 {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}

.table-section span {
  display: block;
  margin-top: 7px;
  font-size: 18px;
  color: #666;
  font-weight: 400;
}

.last {
  margin-bottom: 80px;
}

tr td:first-child img {
  max-height: 34px;
  max-width: 128px;
}

td {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 10px 3px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.download {
  padding-top: 20px;
  font-size: 17px;
  color: #666;
  margin-bottom: 100px;
}
.download .btn {
  display: inline-block;
  margin-left: 15px;
  padding: 10px 15px;
  border: 1px solid #d50050;
  text-align: center;
  font-size: 15px;
  color: #d50050;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.download .btn:hover {
  border: 1px solid #d50050;
  background: #d50050;
  color: #fff;
}

header {
  height: 100px;
}

.logo {
  font-size: 30px;
  font-weight: bold;
  padding-left: 30px;
  line-height: 100px;
}

.sub-visual {
  position: relative;
  width: 100%;
  height: 250px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(sub_visual.jpg) no-repeat center center / cover;
}

.sub-visual h2 {
  margin-bottom: 10px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 40px;
  color: #333;
}

.sub-visual p {
  font-size: 18px;
  color: #666;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.sub {
  max-width: 1200px;
  margin: auto;
}

.sub strong {
  color: black;
  padding: 0 5px;
}

.sub > div {
  font-size: 22px;
  margin: 80px 0;
  text-align: center;
  word-break: keep-all;
  display: flex;
  color: #666;
  justify-content: center;
}

.banner_wrap {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  margin: 20px 0;
}

.banner_img {
  cursor: pointer;
}

.sample {
  background-color: #4472c4;
  color: white;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sns ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sns li {
  cursor: pointer;
  text-align: left;
  margin: 0 30px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  position: relative;
  width: 100%;
  padding-left: 15px;
  font-size: 15px;
  line-height: 1.4;
     display:flex;
     gap:10px;
}
.sns li > div{width:100%;}

.sns img{    height: 60px;   object-fit: scale-down;}

@media screen and (max-width: 1200px) {
  .table-section {
    padding: 30px;
  }
  .banner_wrap {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .table-section {
    padding: 30px 10px;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
  }
  .table-wrap {
    overflow-y: scroll;
  }
  .download .btn {
    display: table;
    width: auto;
    margin-top: 10px;
    padding: 7px 10px;
    font-size: 14px;
  }
  .table-section span {
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: -1px;
  }
  .sns ul {
    flex-wrap: wrap;
  }
  .sns li {
    width: 100%;
    margin: 10px;
  }
  .banner_wrap {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    padding: 10px;
  }
  .sample {
    height: 100px;
    aspect-ratio: 16/9;
  }
  .sub > div {
    font-size: 14px;
    margin: 30px 0;
  }
  .download {
    margin-bottom: 30px;
  }
  .last {
    margin-bottom: 30px;
  }
}
