<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#do_you_know h3{
  clear: both;
  padding: 10px;
  text-align: left;
  font-size: 20px;
}

.dyk_top,
.dyk_vehicle,
.dyk_maker,
.dyk_other{
  width: 100%;
  padding-bottom: 50px;
  text-align: left;
  overflow: hidden;
}

.dyk_links{
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.dyk_links li{
  width: 25%;
  float: left;
}

.dyk_vehicle,
.dyk_maker .dyk_box{
  display: flex;
}

.dyk_top img,
.dyk_other img{
  width: 30%;
  float: left;
  padding-top: 30px;
}

.dyk_other{
  position: relative;
}

.dyk_other_box h4{
  padding-top: 30px;
  color: #036eb8;
  font-size: 20px;
}

.dyk_top dl dd p,
.dyk_other_box p{
  text-indent: 1em;
  padding: 10px 2% 0;
}

.dyk_other_box .dyk_other_btn{
  width: 30%;
  position: absolute;
  top: 360px;
  left: 0;
}

.dyk_other_box .dyk_other_btn a{
  width: 100%;
  display: inline-block;
}

.dyk_top dl,
.dyk_other_box{
  width: 68%;
  float: right;
}

.dyk_top dl dt,
.dyk_top dl dd{
  width: 100%;
}

.dyk_top dl dt{
  color: #036EB8;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.dyk_top dl dt h2,
.dyk_top dl dt h2 span{
  font-size: 46px;
  color: #000;
}

.dyk_top dl dt h2 span{
  color: #C30D22;
}

.dyk_top dl dd{
  padding: 20px 0 0;
  letter-spacing: 2px;
  line-height: 1;
}

.dyk_vehicle dl{
  width: 25%;
  padding: 30px 1% 0;
}


.dyk_vehicle dl dt{
  height: 50px;
  padding-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdd;
  position: relative;
  line-height: 50px;
}

.dyk_vehicle dl dt img{
  position: absolute;
  right: 0;
}

.dyk_maker dl{
  width: 25%;
  padding: 30px 1% 0;
}

.dyk_maker dl dt{
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdd;
  line-height: 50px;
}

.dyk_maker dl dt img{
  height: 48px;
  mix-blend-mode: multiply;
}



/*-----sp_cording-----*/
@media only screen and (max-width: 1300px) and (max-width: 786px){
  #do_you_know{
    width: 95%;
    padding: 0;
    margin: 2.5%;
    text-align: left;
  }

  .dyk_links li{
    width: 50%;
    float: left;
  }

  .dyk_vehicle,
  .dyk_maker .dyk_box{
    display: inherit;
  }


  .dyk_top img,
  .dyk_other img{
    width: 100%;
    float: none;
  }

  .dyk_top dl dd p,
  .dyk_other_box p{
    text-indent: 1em;
    padding: 10px 2% 0;
  }

  .dyk_other_box .dyk_other_btn{
    display: none;
  }

  .dyk_top dl,
  .dyk_other_box{
    width: 100%;
    float: none;
  }

  .dyk_top dl dt,
  .dyk_top dl dd{
    width: 100%;
  }

  .dyk_top dl dt{
    color: #036EB8;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .dyk_top dl dt h2,
  .dyk_top dl dt h2 span{
    line-height: 35px;
    margin-top: 30px;
  }

  .dyk_top dl dt h2 span{
    height: 48px;
    display: block;
    line-height: 50px;
    margin: 0;
  }

  .dyk_top dl dd{
    padding: 20px 0 0;
    letter-spacing: 2px;
    line-height: 1;
  }

  .dyk_vehicle dl{
    width: 100%;
  }

  .dyk_maker dl{
    width: 100%;
  }

}


/*-----sp_cording_end-----*/


</pre></body></html>