.attention-inner {
  padding: 0;
}

.attention-toggle {
  display: none;
}

.Label {
  padding: 1.6em 0 1.6em;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-top: #fff 1px solid;
}

.Label.last-border {
  padding: 1.6em 0 1.6em !important;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
}

.Label::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transform: rotate(135deg);
}

.Label,
.attention-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.attention-content {
  height: 0;
  padding: 0 0;
  overflow: hidden;
  font-feature-settings: normal;
}

.attention-toggle:checked+.Label+.attention-content {
  height: auto;
  padding: 1em 0 3em;
  transition: all 0.3s;
}

.attention-toggle:checked+.Label::before {
  transform: rotate(-45deg) !important;
}

.attention-content p {
  font-size: 14px;
  margin: 0 0 .2em;
}

.idt {
  padding-left: 1em;
  text-indent: -1em;
}

.idt-2 {
  padding-left: 2em;
  text-indent: -1em;
}

.idt-3 {
  padding-left: 2em;
  text-indent: -1em;
}

.idt-4 {
  padding-left: 1em;
}

.txt-top {
  padding-top: 1em;
}

.txt-btm {
  padding-bottom: 1em;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .attention-inner {
    padding: 0;
  }

  .attention-toggle {
    display: none;
  }

  .Label {
    padding: 1.4em 0;
    font-size: 12px;
  }

  .Label.last-border {
    padding: 1.4em 0;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
  }

  .Label::before {
    width: 12px;
    height: 12px;
    right: 10px;
  }

  .attention-toggle:checked+.Label+.attention-content {
    height: auto;
    padding: 1em 0 2em;
    transition: all 0.3s;
  }

  .attention-content p {
    font-size: 12px;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .Label {
    font-size: 1.823vw;
  }

  .attention-content p {
    font-size: 1.563vw;
  }
}

@media screen and (min-width: 1025px) {
  .Label:hover {
    color: #00d7e2;
  }
}