.cmp {
  margin: 4em auto 0;
}
.cmpBox {
  max-width: 800px;
  margin: 0 auto 10px;
  align-items: end;
}

.cmpBadge {
  font-size: 0.8rem;
  color: #fff;
  width: 50%;
  background: linear-gradient(90deg, rgba(35, 151, 184, 1) 0%, rgba(97, 57, 212, 1) 100%);
  text-align: center;
  border-radius: 40px;
  padding: 4px 0;
}

.cmpCatch {
  padding-top: 10px;
  color: white;
  max-width: 800px;
  text-align: center;
  font-size: 0.8rem;
  margin: auto;
}

.cmpAcarea {
  max-width: 800px;
  margin: 0 auto;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
  padding: 0 30px;
  box-sizing: border-box;
}

.cmpAcarea.open {
  max-width: 800px;
  margin: 0 auto;
  height: auto;
  visibility: visible;
  opacity: 1;
  border: 5px solid #abe2e5;
  box-sizing: border-box;
  border-top: none;
  padding: 10px 20px;
}

.cmpAcBtn {
  max-width: 800px;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  border: 5px solid #abe2e5;
  -webkit-user-select: none; /* Safari用 */
  -ms-user-select: none; /* IE10, 11用 */
  user-select: none;
  position: relative;
}

.cmpAcBtn::after {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  right: 12px;
  content: "\025b6";
  font-size: 76%;
  line-height: 1em;
  transform: rotate(90deg);
  transition: all ease 0.4s;
  transform-origin: center;
}

.cmpAcBtn.open::after {
  transform-origin: center;
  transform: rotate(-90deg);
}

.cmpAcBtn.open {
  border-bottom: none;
}

.cmpDesc {
  color: white;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 160%;
  text-align: center;
  padding: 20px 0 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.cmpAcarea p a {
  color: white;
  text-decoration: underline;
  transition: all ease 0.4s;
}

.cmpAcarea p a:hover {
  color: #457b78;
}

.cmpTable table {
  margin-bottom: 30px;
}

.cmpTable table,
.cmpTable td,
.cmpTable th {
  width: 100%;
  border: 1px solid #595959;
  border-collapse: collapse;
  color: white !important;
}
.cmpTable td,
.cmpTable th {
  padding: 10px;
  box-sizing: border-box;
  width: calc(100% / 3);
  text-align: center;
  font-weight: bold;
}
.cmpTable th {
  background: #e7f2f4;
}

.cmpTable td:first-of-type {
  color: white !important;
  background: #99ced1 !important;
  text-align: center !important;
}

.cmpTable td:nth-of-type(2) {
  color: white !important;
  text-align: center !important;
}

.cmpTable td small {
  display: inline-block;
  margin-left: 3px;
  font-weight: lighter;
}

.cmpTable tr:not(:first-of-type) td {
  font-weight: bold;
}

.cmpCaution {
  margin-bottom: 40px;
}

.cmpCaution p {
  position: relative;
  color: white;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  line-height: 150%;
  margin-bottom: 3px;
  padding-left: 16px;
}

.cmpCaution p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .sp {
    display: block !important;
  }
}
