.block .top_caution {
  border: solid 1px #bbc8db;
  padding: 0 30px 30px;
  line-height: 1.7;
}

.block .top_caution .label {
  font-size: 18px;
  height: 18px;
  line-height: 1;
  margin: 30px 0 20px;
}

.block .caution {
  line-height: 1.7;
  margin-top: 30px;
}

.block .caution .notes p {
  padding-left: 1em;
  text-indent: -1em;
}

.block .caution.top_caution {
  padding-top: 30px;
}

.block .caution .btn {
  position: relative;
  display: inline-block;
  height: 27px;
  font-size: 12px;
  /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
  box-sizing: border-box;
  border: #0064a1 solid 1px;
  border-radius: 5px;
  color: #0064a1 !important;
  line-height: 1em;
  text-align: center;
  padding: 7px 30px 6px 15px;
}

.block .caution .btn:after {
  position: absolute;
  content: "";
  top: 6px;
  right: 8px;
  width: 14px;
  height: 14px;
  background: url(/navi/common/img/icon_arrow_blue.png) center left no-repeat;
  background-size: 14px 14px;
}

.block .caution .btn:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  .block {
    font-size: 14px;
    padding: 0 40px;
    margin-top: 35px;
  }
}
