.attention-inner {
  width: 100%;
  margin: 3rem auto 0;
}

.attention-toggle {
  display: none;
}

.Label {
  padding: 1.6em;
  display: block;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 700;
  background-color: #f5d952;
  border-radius: 16px;
}

.Label:hover {
  background-color: #ffc400;
}

.Label::before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  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;
  margin-bottom: 1em;
  padding: 0 1em;
  overflow: hidden;
}

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

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

.attention-content p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 0.3em;
}

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

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

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

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

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

.attention-content a {
  word-break: break-all;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .Label {
    padding: 1.6em 3.2em 1.6em 1em;
    font-size: 14px;
    border-radius: 12px;
  }

  .attention-content {
    margin-bottom: 1em;
    padding: 0 1em;
  }

  .toggle:checked + .Label + .attention-content {
    padding: 1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}
