.attention-inner {
  padding: 2rem 3rem;
}

.attention-toggle {
  display: none;
}

.Label {
  margin: 0 0 1rem;
  padding: 1.6em 0 1.6em 1em;
  display: block;
  font-size: 16px;
  color: #072496;
  font-weight: 400;
  border: #072496 1px solid;
  background-color: rgba(255, 255, 255, .4);
}

.Label::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 1px solid #072496;
  border-right: 1px solid #072496;
  -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;
}

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

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

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

  .Label {
    padding: 1.5em 3em 1.5em 1em;
    font-size: 3.5vw;
  }

  .Label::before {
    width: 12px;
    height: 12px;
    top: calc(50% - 7px);
    right: 0.8em;
  }
  
  .attention-toggle:checked + .Label + .attention-content {
    padding: 0 0 1.5em;
  }

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Label {
    padding: 1.4em 0 1.4em 1em;
    font-size: 16px;
  }

  .Label::before {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .Label:hover {
    color: #005eda;
    background-color: #fff;
  }
}
