.attention-inner {
  width: 80%;
  max-width: 840px;
  margin: 0 auto;
}

.attention-cat {
  width: 100%;
  margin: 2em 0 0.5em;
}

.attention-cat img {
  width: 20%;
}

.attention-toggle {
  display: none;
}

.Label {
  min-height: 4em;
  padding: 0 8% 0 8%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
  font-size: min(1.8vw, 16px);
  color: #000;
  font-weight: 500;
  background-image: url(../img/common/q.png);
  background-repeat: no-repeat;
  background-position: center left 2%;
  background-size: 4% auto;
  background-color: #fff;
  cursor: pointer;
}

.Label::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #ec2d00;
  border-right: 3px solid #ec2d00;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 9px);
  right: 3%;
  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: 0 0 1rem;
  overflow: hidden;
  background-color: #fff;
  transition: height 0.4s ease, padding 0.4s ease;
  background-image: url(../img/common/a.png);
  background-repeat: no-repeat;
  background-position: top .9rem left 2%;
  background-size: 4% auto;
  background-color: #fff;
  padding: 0;
}

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

.attention-content div {
  padding: 0 0 0 6%;
  margin: 1rem 1rem 1.5rem;
}

.attention-content div p {
  font-size: min(1.6vw, 14px);
  line-height: 1.6;
  font-feature-settings: normal;
}

.attention-content div p span.note {
  display: inline-block;
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}

.attention-content div p span.cat {
  display: inline-block;
  font-size: 100%;
  padding-left: 1em;
  text-indent: -1em;
}

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

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

.txt-top-2 {
  padding-top: .5em;
}

.txt-btm-2 {
  padding-bottom: .3em;
}

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

  .attention-cat {
    width: 100%;
    margin: 1.3em 0 0.3em;
  }

  .attention-cat img {
    width: 50%;
  }

  .Label {
    min-height: 4.2em;
    margin: 0 0 0;
    padding: .4em 10% .4em 16%;
    font-size: min(3.73vw, 14px);
    color: #000;
    background-position: center left 3%;
    background-size: 10% auto;
  }

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

  .attention-content {
    margin: 0 0 .5rem;
    overflow: hidden;
    background-position: top .5em left 3%;
    background-size: 10% auto;
  }

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

  .attention-content div {
    padding: 0 0 0 14%;
    margin: .5rem .5rem 1rem;
  }

  .attention-content div p {
    font-size: min(3.2vw, 12px);
  }

}

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

@media screen and (min-width: 1025px) {
  .Label:hover {
    opacity: 0.8;
  }
}