.block {
  position: relative;
  box-sizing: border-box;
}

.block .box {
  position: relative;
  box-sizing: border-box;
}

.block .box .box_inner {
  position: relative;
  box-sizing: border-box;
}

.block .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;
  padding: 7px 10px 6px 0;
}

.block .btn.l2 {
  height: 38px;
}

/* Firefox */
@-moz-document url-prefix() {
  .block .btn.l2 {
    line-height: 0.7;
  }
}

.block .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 .btn.l2:after {
  top: 12px;
}

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

#info a {
  color: #0d2a50;
}

#info a:hover {
  text-decoration: underline;
}

#info .info .box_inner {
  border: solid 1px #bbc8db;
  padding: 20px;
  overflow: scroll;
  font-size: 14px;
  line-height: 1.7;
}

#info .info .box_inner td {
  padding-bottom: 20px;
}

#info .info .box_inner td.date p {
  width: 70px;
  background: #42a4b4;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-right: 20px;
  font-family:"HondaGlobalFontJP-Bold",sans-serif;
}

#info .contact .box_inner {
  padding: 20px;
  background: #e9f1f4;
  font-size: 14px;
  line-height: 1.7;
  border: none;
}

#spec .box .box_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#spec .box .box_inner ul li {
  margin-top: 5px;
}

#spec .box .box_inner ul li:first-child {
  margin-top: 0;
}

#check .box .box_inner a,
#service .box .box_inner a,
#other .box .box_inner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#check .box .box_inner a p,
#service .box .box_inner a p,
#other .box .box_inner a p {
  font-size: 18px;
  line-height: 1.3;
}

#check .box .box_inner a .btn,
#service .box .box_inner a .btn,
#other .box .box_inner a .btn {
  width: 125px;
}

@media print, screen and (min-width: 769px) {
  .block {
    background: url(/navi/common/img/dot-line.png) no-repeat center top;
    padding: 35px 40px 50px;
  }
  .block:first-of-type {
    background: none;
  }
  .block .box_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block .box {
    width: 440px;
    margin-top: 20px;
  }
  .block .box:nth-child(-n + 2) {
    margin-top: 0;
  }
  .block .box .box_inner {
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
  }
  #info .box.info .box_inner, #info .box.contact .box_inner {
    box-sizing: border-box;
    height: 160px;
  }
  #info .box.info {
    width: 566px;
  }
  #info .box.contact {
    width: 315px;
  }
  #spec h3 {
    margin-bottom: 20px;
  }
  #spec .box .box_inner {
    height: 162px;
  }
  #spec .box .box_inner .pic {
    width: 199px;
  }
  #spec .box .box_inner .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  #spec .box .box_inner ul {
    margin-left: 15px;
  }
  #spec .box .box_inner ul li .btn {
    width: 165px;
  }
  #check .box .box_inner,
  #service .box .box_inner,
  #other .box .box_inner {
    height: 108px;
  }
  #check .box .box_inner a,
  #service .box .box_inner a,
  #other .box .box_inner a {
    padding: 15px 20px;
  }
  #check .box .box_inner a .btn,
  #service .box .box_inner a .btn,
  #other .box .box_inner a .btn {
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 125px;
  }
  #check .btn_cord {
    position: absolute;
    top: 35px;
    right: 40px;
    font-size: 12px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    border: 1px solid #000;
    padding: 6px 20px 6px 10px;
    background: url(/navi/common/img/arrow_black.png) no-repeat right 5px center;
    background-size: 7px 10px;
  }
  #check .btn_cord:hover {
    opacity: 0.5;
  }
}
