@media print, screen and (min-width: 769px) {
  #main_visual {
    width: 980px;
    margin: 0 auto;
  }
  #main_visual img {
    width: 100%;
  }
  .section {
    width: 980px;
    margin: 0 auto;
  }
  .section img {
    width: 100%;
    vertical-align: bottom;
  }
  .section.is-mt60 {
    margin-top: 60px !important;
  }
  .section.is-mt45 {
    margin-top: 45px !important;
  }
  .page-ttl {
    font-size: 25px;
    margin: 60px 0 0;
  }
  .lead-box {
    width: 900px;
    margin: 30px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: #000 solid 1px;
  }
  .lead-box-txt {
    width: 49%;
    font-size: 18px;
    line-height: 1.5;
  }
  .lead-box-fig {
    width: 49%;
  }
  .ttl {
    font-size: 20px;
    padding-bottom: 12px;
    border-bottom: #000 solid 1px;
    margin-bottom: 30px;
  }
  .txt-1col {
    width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
  }
  .border-box {
    border-bottom: #000 solid 1px;
  }
  .flex-box {
    width: 900px;
    margin: 30px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .flex-2col-txt {
    width: 46%;
    font-size: 18px;
    line-height: 1.5;
  }
  .flex-2col-txt span {
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  .flex-2col-fig {
    width: 49%;
  }
  .flex-2col-fig.is-sml {
    width: 34.3%;
  }
  .flex-box.is-sml-col {
    justify-content: flex-start;
  }
  .flex-box.is-sml-col .flex-inner {
    width: 17%;
  }
  .flex-box.is-sml-col .flex-2col-fig {
    width: 29.4%;
  }
  .flex-inner {
    width: 46%;
  }
  .flex-inner-txt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .flex-inner-fig01 {
    width: 46%;
    margin-left: auto;
  }
  .flex-inner-fig02 {
    width: 96%;
  }
  .flex-inner-fig03 {
    width: 46%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .flex-3col-fig {
    border: #a4a5a5 solid 1px;
  }
  .flex-3col-fig.ml10 {
    margin-left: 10px;
    border-right: none;
  }
  .pos-box {
    width: 900px;
    margin: 30px auto;
    position: relative;
  }
  .pos-box-txt {
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    font-size: 14px;
    line-height: 1.5;
  }
  .pos-box-fig {
    width: 78%;
  }
  #section_caution .notes p {
    position: relative;
  }
  .btn {
    width: 218px;
    display: inline-block;
    position: absolute;
    top: -10px;
    margin-left: 1em;
  }
  .btn a {
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 15px 8px 0;
    position: relative;
  }
  .btn a::after {
    position: absolute;
    content: "";
    top: 22%;
    right: 15px;
    width: 14px;
    height: 14px;
    background: url(../../../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 14px 14px;
  }
  .border-box strong {
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
  }
}

#section_caution .notes .btn {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
}
