.wapper {
  padding: 0% 5%;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10%;
}

.h1_sub {
  font-size: 13.5px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1%;
}

.section {
  margin-bottom: 20%;
}

.br::before {
  content: "\A";
  white-space: pre;
}

.br_size::before {
  content: "\A";
  white-space: pre;
}

.p-brand {
  font-weight: bold;
  margin-top: 2%;
}

p.reco {
  font-weight: bold;
  background: #000;
  width: 30%;
  color: #FFF;
  border-radius: 15px;
  margin-bottom: 3%;
  font-size: 12px;
  text-align: center;
  padding: 1% 0;
}


.point p:nth-child(2) {
  margin-bottom: 4%;
}

h3.sizeup span {
  color: #e06e1d;
  font-size: 20px;
  margin-right: 2%;
}
/*
.size {
  background: #000;
  color: #FFF;
  width: 35%;
  text-align: center;
  border-radius: 25px;
  padding: 1% 0%;
  margin-top: 4%;
  font-size: 11px;
}*/

@media only screen and (min-width: 641px) {
  .wapper {
    padding: 0 20%;
  }

  h1 {
    margin-bottom: 5%;
  }

  .section {
    margin-bottom: 10%;
  }
  
  .br::before {
    content: "";
  }

  .br_size::before {
    content: "/";
  }

}

.top-img {
  margin-bottom: 10%;
}

.main-txt {
  margin: 0 6%;
  line-height: 1.95;
  letter-spacing: 1.2px;
  font-size: 13px;
}


table {
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 10%;
  width: 100%;
}
th, td {
  padding: 5px;
  border: 1px solid #ccc;
  width: 20%;
}
th {
  background-color: #5c5c5c;
  color: #FFF;
  white-space: nowrap;
}

.link-content {
  margin-bottom: 20%;
}

@media only screen and (min-width: 641px) {
  .link-content {
    margin-bottom: 10%;
  }

}

.-flex {
  display: flex;
}

.-flex.othersize {
  justify-content: space-between;
  margin-bottom: 10%;
  gap: 4%;
}

.othersize-content {
  margin-bottom: 0%;
}

.othersize li {
  width: 100%;
  font-size: 12px;
}

.-flex.-size {
  justify-content: space-between;
  margin-bottom: 4%;
}

.-flex.-size a {
  width: 30%;
  background-color: #e06e1d;
  border-radius: 8px;
  padding: 6px 0px;
  /*box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);*/
  color: #FFF;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.-flex.-size a:hover {
  opacity: 0.7;
  transition: .3s;
  background-color: #777;
}

@media only screen and (min-width: 641px) {
  .othersize-content {
    margin-bottom: 0%;
  }

  .-flex.othersize {
    margin-bottom: 5%;
  }

  .othersize li {
    font-size: 14px;
  }

  .-flex.-size {
    justify-content: space-between;
    margin-bottom: 2%;
  }

}
/*--------------------ポイントのCSS--------------------*/
.point {
  position: relative;
  margin: 2em 0;
  padding: 1em 1em;
  border: solid 3px #d8001c;
}
.point .box-title {
  position: absolute;
  display: block;
  top: -35%;
  left: -3px;
  line-height: 25px;
  font-size: 13px;
  background: #d8001c;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  padding: 0% 3%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.point p {
  margin: 0; 
  padding: 0;
  font-size: 12px;
}
/*--------------------ポイントのCSS--------------------*/