a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.sp-only{
  display: none;
}
.pc-only{
  display: block;
}
#pagebody{
  margin: 0 auto;
  width: 1200px;
}
#pagebody a:hover{
  opacity: 0.7;
}
.txt_red{
  color: #be0000;
}
.mv{
  
}
.btn_zenrin{
  margin: 30px auto;
  text-align: center;
}
.notice{
  border: 4px solid #be0000;
  padding: 20px;
  margin: 20px auto;
  color: #be0000;
  box-sizing: border-box;
}
.notice ul li{
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  font-weight: bold;
  font-size: 17px;
}
.vup,
.vup_bottom{
  text-align: center;
  background-color: #e8f0f7;
  padding: 80px 0;
}
.vup h3{
  margin-bottom: 50px;
}
.vup ul{
  width: 976px;
  display: flex;
  margin: 0 auto 50px;
  justify-content: space-between;
}
.box {
  margin: 0 auto 100px;
  box-sizing: border-box;
}
.box h2{
  color: #fff;
  background: #404040;
  border-bottom: 8px solid #292929;
  margin: 0 0 50px;
  padding: 25px 0 22px;
  font-size: 30px;
  text-align: center;
}
.models_list.container ul {
  border: 2px solid #043e86;
  box-sizing: border-box;
  padding: 40px;
  color: #043e86;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
.models_list.container ul li {
  width: 33%;
}
.models_notes ul {
  margin-top: 30px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.models_txt{
  font-size: 16px;
  font-weight: bold;
  margin: 40px auto 15px;
  max-width: 976px;
  line-height: 1.4;
}
.update,
.part{
  display: flex;
  justify-content: space-between;
  width: 976px;
  margin: 50px auto;
}
.update_txt,
.part_txt {
  width: 65%;
  line-height: 1.6;
}
ul.update_notes,
ul.part_notes{
  font-size: 14px;
  margin-top: 20px;
}
.btn_blue {
  text-align: center;
}
.btn_blue a{
  display: inline-block;
  background-color: #043e86;
  padding: 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  width: 700px;
  border-radius: 10px;
  justify-content: space-between;
}
.cs{
  border: 2px solid #043e86;
  box-sizing: border-box;
  margin-top: 80px;
  background-color: #fff;
  padding: 0;
}
.cs h4 {
  background-color: #043e86;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
.cs .cs_box {
  margin: 30px auto;
  font-size: 20px;
  font-weight: bold;
}
.cs .cs_box p {
  margin-bottom: 15px;
}
.cs .cs_box p.cs_txt_blue{
  color: #043e86;
}
.cs .cs_box p.cs_tel {
  font-size: 40px;
}
.cs ul.cs_notes {
  width: 550px;
  text-align: left;
  margin: 0 auto 30px;
  line-height: 1.3;
}



@media screen and (max-width: 767px){
  .pagesection{
    padding: 0 !important;
  }
  img{
    width: 100%;
  }
  .container {
    width: auto;
    margin: 0 auto;
  }
  .sp-only{
    display: block;
  }
  .pc-only{
    display: none !important;
  }
  #pagebody{
    width: 100%;
  }
  .pagesection{
    padding: 0;
  }
  .notice {
    margin: 20px 10px !important;
  }
  .btn_zenrin {
    margin: 30px 10px;
  }
  .notice ul li {
    font-size: 16px;
    line-height: 1.5;
  }
  .vup,
  .vup_bottom {
    padding: 50px 10px;
  }
  .vup h3 {
    margin-bottom: 30px;
  }
  .vup ul {
    width: 100%;
    margin: 0 auto 30px;
    flex-wrap: wrap;
  }
  .vup ul li {
    margin-bottom: 15px;
  }
  .box {
    margin: 0 auto 50px;
  }
  .box h2 {
    margin: 0 0 30px;
    padding: 15px 0 12px;
    font-size: 18px;
    line-height: 1.3;
  }
  .models_list.container {
    margin: auto 10px;
  }
  .models_list.container ul {
    padding: 15px;
    font-size: 16px;
  }
  .models_list.container ul li {
    width: 50%;
  }
  .models_notes.container {
    margin: auto 10px;
  }
  .models_notes ul {
    font-size: 14px;
  }
  .models_txt {
    font-size: 15px;
    margin: 30px 10px 10px;
    max-width: unset;
    width: auto;
  }
  .update,
  .part {
    display: block;
    margin: 30px 10px;
    box-sizing: border-box;
    width: auto;
  }
  .update_txt,
  .part_txt {
    width: 100%;
    line-height: 1.6;
  }
  .update_img,
  .part_img{
    text-align: center;
  }
  .update_img img,
  .part_img img{
    width: 40%;
  }
  .btn_blue {
    margin: auto 10px;
  }
  .btn_blue a {
    padding: 20px 10px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .cs.container {
    margin-top: 30px;
  }
  .cs h4 {
    font-size: 16px;
  }
  .cs .cs_box {
    font-size: 18px;
  }
  .cs .cs_box p.cs_tel {
    font-size: 30px;
  }
  .cs ul.cs_notes {
    width: auto;
    margin: 0 20px 30px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
  }
  .cs .cs_box p.cs_txt_blue {
    line-height: 1.2;
  }

}

