@media screen and (max-width: 768px) {
  br {
    display: none;
  }
  br.sp {
    display: block;
  }
  img {
    width: 100%;
  }
  #footer_topic_path {
    margin-top: 0;
  }
  .takumi_bg {
    background: #000000;
    padding: 0 0 60px;
    color: #fff;
  }
  section.header {
    position: relative;
    box-sizing: border-box;
    width: 90%;
    margin: 20px auto 15px;
    padding: 5px 10px 3px;
    border-left: 2px solid #666;
    font-size: 16px;
    color: #fff;
  }
  .section_wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .section_wrap section {
    position: relative;
    border: 2px solid #666;
    border-top: none;
  }
  .section_wrap section:first-child {
    border-top: 2px solid #666;
  }
  .accordion {
    position: relative;
  }
  .accordion .acc_title {
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    padding: 20px 5% 40px;
    cursor: pointer;
  }
  .accordion .acc_title::after {
    content: ' ';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/icon_accordion_open_sp.png) center center no-repeat;
    background-size: contain;
  }
  .accordion .acc_body {
    position: relative;
    padding: 5%;
    border-top: 2px solid #666;
    display: none;
  }
  .accordion .acc_btn_close {
    position: relative;
    cursor: pointer;
    margin: 20px 0 0;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    color: #fff;
    border: 2px solid #666;
  }
  .accordion .acc_btn_close span {
    position: relative;
  }
  .accordion .acc_btn_close span::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(../img/icon_accordion_close_sp.png) center center no-repeat;
    background-size: contain;
  }
  .accordion.open .acc_title::after {
    transform: rotateX(180deg) translateX(-50%);
  }
  #main_visual {
    border-bottom: solid 1px #4E545B;
  }
  .box p {
    font-size: 13px;
    line-height: 1.8;
  }
  .box .left ul {
    margin: 16px 0;
  }
  .box .notes {
    font-size: 10px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
  .box .right {
    margin-top: 20px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .setting {
    overflow: hidden;
    margin: 20px 0 0;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .setting li {
    width: 48%;
    float: left;
    margin: 0 1% 15px;
    font-size: 10px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.3;
  }
  .setting li span {
    margin-top: 0.5em;
  }
  .btn {
    background: #fff;
  }
  .btn a {
    display: block;
    margin: 20px 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 0;
    color: #000;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    background: url(../img/arrow_sp.png) 90% center no-repeat;
    background-size: 2.4% auto;
  }
  .block {
    background: #323232;
    padding: 20px 10px 25px;
  }
  .block h3 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .block dl {
    padding: 30px 0 25px;
    background: url(../img/line.png) bottom left repeat-x;
  }
  .block dl.last {
    background: none;
  }
  .block dl dt {
    font-size: 14px;
    text-align: center;
    padding: 6px 0;
    border: #fff solid 1px;
    margin: 0 0 20px;
    line-height: 1.6;
  }
  .block dl dd.txt {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .block dl dd .notes {
    display: block;
    font-size: 10px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    margin: 10px 0 0;
  }
  #section_caution {
    margin-top: 30px;
  }
  section#kansou .btn {
    background: #f0f0f0;
  }
  .box .left .left-fig-box {
    display: flex;
    align-items: flex-start;
    margin-top: 3.125vw;
    text-align: center;
  }
  .box .left .left-fig-box span{
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.5;
    letter-spacing: -0.025em;
  }
  .box .left .left-fig-box div:nth-of-type(1) {
    width: 19.032vw;
  }
  .box .left .left-fig-box div:nth-of-type(2) {
    width: 23.1875vw;
    margin-left: auto;
  }
  .box .left .left-fig-box div:nth-of-type(3) {
    width: 24.4vw;
    margin-left: 0.438vw;
  }
  .box .right.is-right-box {
    border: solid 2px #fff;
   
    line-height: 1.8;
    font-size: 13px;
  }
  .box .right.is-right-box dl {
     padding: 2.344vw 3.594vw 3.125vw 1.563vw;
  }
  .box .right.is-right-box dt {
    padding-left: 1em;
    text-indent: -1em;
  }
  .box .right.is-right-box dt:not(:first-of-type) {
    margin-top: 3vw;
  }
  .box .right.is-right-box dd p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .box .right.is-right-box .fig img {
    vertical-align: bottom;
  }
}

.banner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
