@charset "UTF-8";

body,
html {
  width: 100%;
}
img.max {
  width: 100%;
  height: auto;
}
.sp_port {
  display: none;
}
.sp_land {
  display: none;
}
@media screen and (max-width:640px) {
  .sp_port {
    display: block;
  }
}
@media screen and (min-width:640px) {
  .sp_land {
    display: block;
  }
}
/* #page_header
-----------------------------------------*/
#page_header #search_name h1 {
  margin: 0;
  padding-top: 3px;
}

#container {
background-color: #fff;
}

/*先進の安全性を備えたSUBARU認定中古車アイサイト*/
#sec00 {
  padding-bottom: 4vw;
  background-color: #06befc;
  background-image: url("../imgs/main_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#sec00 .photo {
  padding: 2vw 5vw 0;
}

#sec00 .photo > img:nth-of-type(1) {
  width: 70%;
  height: auto;
}

#sec00 .photo > img:nth-of-type(2) {
  margin-top: 1vw;
}

#sec00 .photo .cars {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#sec00 .info {
  text-align: center;
}

#sec00 .info .whitebtn {
  width: 50%;
  margin: 0 auto;
  padding: 2vw 11vw;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 0;
}

#sec00 .info .whitebtn img {
  width: 100%;
  height: auto;
}

#sec00 .info .colm {
  margin-top: 0;
  padding: 3vw 5vw 0 4vw;
}

#sec00 .info .colm img {
  width: 100%;
  height: auto;
}

/*SUBARU車1万台あたりの追突事故件数*/
#sec01 {
  padding: 6vw 4vw 4vw;
  background-color: #fff;
}

#sec01 ul li {
  margin: 0;
}

#sec01 ul li img {
  width: 100%;
  height: auto;
}

#sec01 ul li:nth-of-type(2) img {
  margin-top: 8vw;
  margin-bottom: 3vw;
}
@media screen and (min-width:640px) {
  #sec01 {
    padding: 3vw 2vw 2vw;
  }

  #sec01 ul li {
    float: left;
    margin: 0;
    width: 49%;
  }

  #sec01 ul li:first-of-type {
    width: 40%;
    margin-right: 3%;
  }

  #sec01 ul li:last-of-type {
    width: 57%;
  }

  #sec01 ul li:nth-of-type(2) img {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#sec01 a{color:#0099ff; text-decoration: underline;}
#sec01 a:link{color:#0099ff; text-decoration: underline;}
#sec01 a:visited{color:#666; text-decoration: underline;}
#sec01 a:hover{color:#0099ff; text-decoration: none;}

#sec01 a img{
	padding:0 0 2px 5px;
}


/*運転支援システム アイサイトとは？*/
#sec02 {
  background-color: #06befc;
  padding: 8vw 0 0;
}
/*詳しく知るが横100%必要なため*/
#sec02 .innarbox {
  width: 100%;
  padding: 0 4vw;
  box-sizing: border-box;
}
#sec02 .innarbox > p {
  text-align: justify;
}


#sec02 h2 {
  text-align: center;
}

#sec02 ul.icons {
  margin: 3vw auto;
}

#sec02 ul.icons li {
  float: left;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
}
#sec02 ul.icons li p {
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  margin: 0 1vw 3vw 0;
}
@media all and (min-width:376px) {
  #sec02 ul.icons {
    margin: 3vw auto;
  }
  #sec02 ul.icons li {
    float: left;
    text-align: center;
    width: 33.33%;
    box-sizing: border-box;
  }
}
@media all and (min-width:720px) {
  #sec02 {
    padding: 4vw 0 0;
  }
  #sec02 ul.icons {
    margin: 3vw auto;
  }
  #sec02 ul.icons li {
    float: left;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
  }
}
@media all and (min-width:800px) {
  #sec02 {
    padding: 4vw 0 0;
  }
  #sec02 ul.icons {
    margin: 3vw auto;
  }
  #sec02 ul.icons li {
    float: left;
    text-align: center;
    width: 12.5%;
    box-sizing: border-box;
  }
  #sec02 ul.icons li p {
    font-size: 11px;
  }
}

#sec02 ul.brake {
  margin: 2vw auto;
}

#sec02 ul.brake li img {
  width: 100%;
  height: auto;
}

#sec02 ul.brake li p {
  margin-top: 2vw;
  text-align: justify;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width:640px) {
  #sec02 ul.brake {
    margin: 15px auto;
  }

  #sec02 ul.brake li {
    float: left;
  }

  #sec02 ul.brake li:first-child {
    width: 45%;
    margin-right: 2%;
  }

  #sec02 ul.brake li:last-child {
    width: 53%;
  }

  #sec02 ul.brake li p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}
/*
*
* トグルボタン
* アイサイトについて詳しく知る
*
*/
#sec02 .btnwrap {
  margin-top: 4vw;
  padding-bottom: 4vw;
  background-color: #06befc;
  position: relative;
  box-sizing: border-box;
}

#sec02 .btnwrap ul.btn {
  width: auto;
  position: relative;
}

#sec02 .btnwrap ul.btn li {
  float: left;
}

#sec02 .btnwrap ul.btn li:nth-of-type(2) {
  width: 70%;
  cursor: pointer;
}

#sec02 .btnwrap ul.btn li:nth-of-type(2) img {
  width: 92%;
  text-align: left;
}

#sec02 .btnwrap ul.btn li:first-of-type,
#sec02 .btnwrap ul.btn li:last-of-type {
  width: 15%;
  height: 4px;
}

#sec02 .btnwrap ul.btn li div.line {
  border-top: solid 4px #fff;
  width: 15%;
  position: absolute;
  top: 46%;
}
@media screen and (min-width:640px) {
  #sec02 .btnwrap ul.btn li:nth-of-type(2) {
    width: 50%;
  }

  #sec02 .btnwrap ul.btn li:first-of-type,
  #sec02 .btnwrap ul.btn li:last-of-type {
    width: 25%;
  }

  #sec02 .btnwrap ul.btn li div.line {
    width: 25%;
  }
}

/*
//
//
//  ここからトグル表示
//
//
*/

/*アコーディン初期化*/
#sec02 #accrodion {
  display: none;
}

/*SUBARUの先進運転支援システム、アイサイトとは？*/

#sec03 {
  margin: 0;
  padding: 4vw;
  background-color: #fff;
}

#sec03 h2 {
  background-color: #06befc;
  width: 100%;
  height: 8vw;
  position: relative;
  margin-bottom: 3vw;
  box-sizing: border-box;
}

#sec03 h2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  height: 3vw;
  width: auto;
}

#sec03 ul.feature {}

#sec03 ul.feature li:first-of-type {
  margin-bottom: 4vw;
}

#sec03 ul.feature li h3 {
  margin-bottom: 10px;
}

#sec03 h3 img {
  height: 18px;
  width: auto;
}

@media screen and (min-width:640px) {
  #sec03 h2 {
    background-color: #06befc;
    width: 100%;
    height: 7vw;
  }

  #sec03 h2 img {
    height: 3vw;
  }

  #sec03 ul.feature li {
    float: left;
    width: 48%;
  }

  #sec03 ul.feature li:first-of-type {
    margin-right: 4%;
  }

  #sec03 ul.feature li:last-of-type {}

  #sec03 h3 {
    line-height: 0;
    text-align: left;
    width: 100%;
  }
  /* heightにvwが使えない。右に空白が出る*/
  #sec03 h3 img {
    height: 18px;
    width: auto;
  }
}

#sec03 ul.feature li p.lead {
  margin-top: 10px;
  color: #686868;
  font-size: 14px;
  line-height: 1.7;
}

#sec03 p.lead {
  color: #686868;
  font-size: 14px;
  line-height: 1.7;
}
#sec03 .photocaptionwrap {
    position: relative;
}
#sec03 .photocaptionwrap .camera {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    width: 52%;
    height: auto;
}
#sec03 .photocaptionwrap .camera .photowrap {
  position: relative;
}
#sec03 .photocaptionwrap .camera .photowrap p.caption {
    position: absolute;
    bottom: 9px;
    left: 5px;
    color: #fff;
}
/*
（３）アイサイト制御イメージ
*/
#sec03 .controlimage {
  width: 100%;
  margin: 4vw auto;
}
@media screen and (min-width:640px) {
  #sec03 .controlimage {
    width: 75%;
  }
}
#sec03 .controlimage h3 {
  margin-bottom: 10px;
  text-align: center;
}
#sec03 .controlimage p.lead {
  margin-top: 10px;
}
#sec03 .banner {
  text-align: center;
}

/*アイサイトならではのアドバンテージ*/

#sec04 {
  margin: 0;
  padding: 4vw;
  background-color: #fff;
}

#sec04 h2 {
  background-color: #06befc;
  width: 100%;
  height: 8vw;
  position: relative;
  margin-bottom: 3vw;
  box-sizing: border-box;
}

#sec04 h2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  height: 3vw;
  width: auto;
}

#sec04 h3 {
  margin-top: 20px;
  text-align: center;
}

#sec04 > h3 img {
  height: 40px;
}

#sec04 li h3 img {
  height: 18px;
}

#sec04 ul.basicmechanism {
  margin-top: 20px;
}

#sec04 ul.basicmechanism li {
  width: 100%;
}

#sec04 ul.basicmechanism li:nth-of-type(1) {}

#sec04 ul.basicmechanism li:nth-of-type(2) {
  margin-top: 2vw;
}

#sec04 ul.basicmechanism li:nth-of-type(3) {
  margin-top: 4vw;
}
@media screen and (min-width:548px) {
  #sec04 h3 img {
    height: 18px;
  }

  #sec04 ul.basicmechanism li {
    float: left;
  }

  #sec04 ul.basicmechanism li:nth-of-type(1) {
    width: 49%;
    margin-right: 2%;
  }

  #sec04 ul.basicmechanism li:nth-of-type(2) {
    width: 49%;
    margin-top: 0;
  }

  #sec04 ul.basicmechanism li:nth-of-type(3) {
    margin-top: 2vw;
    width: 100%;
  }
}

#sec04 ul.basicmechanism li h3 {
  text-align: center;
  margin-bottom: 15px;
}

#sec04 ul.basicmechanism li p.lead {
  font-size: 14px;
  line-height: 1.7;
  color: #686868;
}
/*
幅広い制御領域
*/
#sec04 ul.controlarea {
  margin-top: 10px;
}

#sec04 ul.controlarea li {
  width: 100%;
}

#sec04 ul.controlarea li:first-of-type {}

@media screen and (min-width:548px) {
  #sec04 ul.controlarea li {
    float: left;
    width: 49%;
  }

  #sec04 ul.controlarea li:first-of-type {
    margin-right: 2%;
  }
}

#sec04 ul.controlarea li h3 {
  text-align: center;
  margin-bottom: 15px;
}

#sec04 ul.controlarea li p.lead {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  color: #686868;
}

#sec04 .note {
  margin-top: 20px;
  padding: 2vw 4vw;
  background-color: #fffcdb;
  border: solid 1px #2961a1;
  box-sizing: border-box;
}

#sec04 .note p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
  color: #2961a1;
}


/*アイサイトならではのアドバンテージ*/
#sec05 {
  padding: 4vw;
  background-color: #fff;
}

#sec05 .bannar {
  margin: 0 auto;
}

#sec05 h2 {
  margin-top: 4vw;
	color: #06befc;
	font-size: 24px;
	letter-spacing:-0.01em;
	text-align: center;
}

#sec05 h2 p {
  margin-top: 5px;
  font-size: 15px;
}

#sec05 ul.lineup {
  margin-top: 4vw;
  margin-bottom: 4vw;
  width:100%;
}
#sec05 ul.lineup li {
  padding: 1px;
}
@media screen and (min-width:737px) {
  #sec05 ul.lineup li {
    float: left;
    width: 18.4%;
    border: solid 1px #06befc;
    box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  #sec05 ul.lineup li:nth-of-type(5n) {
    margin: 0 0 4vw 0;
  }
}
@media screen and (max-width:736px) and (min-width:548px) {
  #sec05 ul.lineup li {
    float: left;
    width: 23.5%;
    border: solid 1px #06befc;
    box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    margin: 0 2% 4vw 0;
  }
  #sec05 ul.lineup li:nth-of-type(4n) {
    margin: 0 0 4vw 0;
  }
}
@media screen and (max-width:374px) {
  #sec05 ul.lineup li {
    float: left;
    width: 49%;
    margin-bottom: 4vw;
    border: solid 1px #06befc;
    box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
  }
  #sec05 ul.lineup li:nth-of-type(odd) {
    margin: 0 2% 4vw 0;
  }
}
@media screen and (min-width:375px) and (max-width:547px) {
  #sec05 ul.lineup li {
    float: left;
    width: 32%;
    margin-bottom: 4vw;
    border: solid 1px #06befc;
    box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
  }
  #sec05 ul.lineup li:nth-of-type(3n+2) {
    margin: 0 2% 4vw 2%;
  }
}
#sec05 ul.lineup li img {

}
/*
PDFボタン
*/
#sec05 .btn {
  margin: 0 auto;
  width: 100%;
  height: 38px;
  background-color: #0068b6;
}
#sec05 .btn.pdf {
  margin-bottom: 15px;
}
#sec05 .btn p {
  line-height: 38px;
  color: #fff;
  font-size: calc( 100vw / 34 );
  text-align: center;
}
/*ボタン文字サイズ*/
@media screen and (min-width:700px) {
  #sec05 .btn p {
    font-size: calc( 100vw / 50 );
  }
}
@media screen and (min-width:800px) {
  #sec05 .btn p {
    font-size: calc( 100vw / 58 );
  }
}
#sec05 .btn a {
  text-decoration: none;
}



.s17 {
  font-size: 17px;
  line-height: 1.5;
}

.s13 {
  font-size: 13px;
  line-height: 1.5;
}

.s14 {
  font-size: 14px;
  line-height: 1.5;
}

.s12 {
  font-size: 12px;
  line-height: 1.5;
}

.s10 {
  font-size: 10px;
  line-height: 1.5;
}

.mgnt10 {
  margin-top: 1vw;
}

.mgnt15 {
  margin-top: 2vw;
}

.mgnt20 {
  margin-top: 3vw;
}

.mgnt25 {
  margin-top: 4vw;
}

.caption {
  margin-top: 5px;
  font-size: 9px;
}

.cgrey {
  color: #898989;
}

.cwhite {
  color: #fff;
}

p.lead {
  font-size: 12px;
  line-height: 1.7;
  text-align: justify;
}

p.center {
  text-align: center;
}

p.left {
  text-align: left;
}

.whitebtn {
  padding: 12px 70px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
}

.photocaptionwrap {
  position: relative;
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* added 10th */
.box_video{
    margin-left: auto;
    display: flex;
    padding:0;
    margin-right: auto;
    justify-content: space-between;
    overflow: hidden;
  
}
.box_video .video{
  width: 46%;
}
.box_video .video a{
  text-decoration: none;
  color:#000;
}
.box_video .video a .img-first{
  width: 100%;
}
.box_video .video .txt{
  background-color: #fff;
  padding:5px 0;
  text-align: center;
}
.box_video .video .txt img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.box_video .video .txt p{
  display: inline-block;
  font-size: 3vw;
  vertical-align: middle;
}
.box_video .video a:hover{
  opacity: 1;
  color:#000;
}
.box_video .video a:hover img{
  opacity: 1;
}


.box_video .video span{
  width: 16px;
  text-decoration: none;
}
.box_video .video:last-child{
  margin-top: 1px;
}
.view-compare{

  margin: 5vw 0;
}
.view-compare a{
  font-size: 3vw;
  font-weight: bold;
  background: #FFF335;
  color: #09BCFA;
  text-decoration: none;
  text-align: center;
  display: block;
  height: 10.5vw;
  line-height: 10.5vw;
}


.Modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.Modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.Modal-box > .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 width: 80%;
  height:190px;
  margin: auto;
  overflow: hidden;
}
 .Modal-close{
  display: none;
 }
.Modal-box > .video-container > iframe,
.Modal-box > .video-container > object,
.Modal-box > .video-container > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Modal-cancel-overflow {
  overflow: hidden;
}
#main_content #sec00 .infor_add{
  /*margin-top: 40px;*/
  padding: 0 20px ;
  
}

#main_content #sec00 .infor_add a{
      font-size: 3vw;
  font-weight: bold;
  background: #1D222D;
  color: #FFF335;
  text-decoration: none;
  text-align: center;
  display: block;
  height: 10.5vw;
  line-height: 10.5vw;
  margin: 2vw 0;
}
/*#main_content #sec00 .infor_add img{
  width: 100%;
}
*/
