@media screen and (max-width: 768px) {
  .block .box_container {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0 50px;
  }
  .block .box_container .box {
    margin-top: 30px;
  }
  .block .box_container .box:first-child {
    margin-top: 0;
  }
  .block .box_container .box .box_inner {
    border-bottom: #dddddd solid 1px;
  }
  #info .box_container {
    padding-top: 0;
  }
  #info .box_container .info .box_inner {
    height: 140px;
  }
  #spec .box h4 {
    margin-bottom: 0;
  }
  #spec .box .box_inner {
    -ms-flex-align: start;
        align-items: start;
    padding: 20px 0;
  }
  #spec .box .box_inner .pic {
    display: block;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #spec .box .box_inner .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  #spec .box .box_inner ul {
    width: 50%;
    min-width: 170px;
  }
  #spec .box .box_inner ul li .btn {
    width: 100%;
  }
  #check .box,
  #service .box,
  #other .box {
    margin-top: 20px;
  }
  #check .box:first-child,
  #service .box:first-child,
  #other .box:first-child {
    margin-top: 0;
  }
  #check .box .box_inner a,
  #service .box .box_inner a,
  #other .box .box_inner a {
    padding: 0 0 20px;
  }
  #check .box .box_inner a:after,
  #service .box .box_inner a:after,
  #other .box .box_inner a:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #check .box .box_inner a .btn,
  #service .box .box_inner a .btn,
  #other .box .box_inner a .btn {
    float: right;
    margin-top: 10px;
  }
  #check .btn_cord {
    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;
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
  #check .btn_cord: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;
  }
  #check .btn_cord:hover {
    opacity: 0.7;
  }
  .block .btn.l2 {
    line-height: 1.2em;
    height: 42px;
  }
  .block .btn.l2:after {
    top: 14px;
  }
}
