#car-dealerservice{
font-feature-settings: "palt";
letter-spacing: .1rem!important;
}
p {color: #333;}
.bgColor1{
background: #F6F5F5;
}
.iconImage {
position: relative;
width: 65px;
height: 42px;
left: 0;
top: 5px;
display: inline-block;
margin-right: 8px;
}
.red {
color: #C8144F!important;
}
.detList li {
text-align: center;
background: #fff;
padding: 10px;
box-sizing: border-box;
}
.detList li + li {
margin-top: 2px;
}
.gAutoList1 h5 {
border: none;
color: #034098!important;
font-size: 1.8rem;
}
.gAutoList1 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.gAutoList1 li {
box-sizing: border-box;
padding: 24px 0!important;
border-radius: 14px;
box-shadow: 0px 1px 3px 2px #efefef;
float: none!important;
width: 260px;
}
.gAutoList1 li h5 {
position: relative;
padding-bottom: 10px;
}
.gAutoList1 li h5:after {
position: absolute;
content: "";
height: 2px;
width: 30px;
display: block;
bottom: 0;
right: 0;
left: 0;
margin: 0 auto;
background: #034098;
}
.gAutoList1 li:after {
background: none;
font-family: "Font Awesome 5 Free";
content: "\f061";
font-weight: 900;
color: #034098!important;
font-size: 24px;
width: 32px;
}
.secondary {
color: #ff8b00;
}

.btn.shadow.btn-orange.icon-arrow-right.btn-orange-link {
border:2px solid  #ff8b00!important;
}
.btn.shadow.btn-orange.icon-arrow-right.btn-orange-link:hover {
background: #fff!important;
color: #ff8b00!important;
opacity: 1;
}
.btn.shadow.btn-orange.icon-arrow-right.btn-orange-link:before,
.btn.shadow.btn-orange.icon-arrow-right.btn-orange-link:after {
display: none;
}
.btn.shadow.btn-orange.icon-arrow-right.btn-orange-link i{
position: absolute;
right: 20px;
top: calc(50% - 13px);
}
.block-list1 li {
position: relative;
padding-left: 20px;
margin-bottom: 15px;
line-height: 1.7;
}
.block-list1 li:before {
content: "◆";
position: absolute;
left: 0;
font-size: 12px;
top: 2px;
}
.block-list1 li.block-color2:before {
color: #C8144F!important;
}
.boder-left-2 {
border-left: 4px solid #034098;
padding: 0 13px;
border-bottom:none!important;
position: relative;
}

.boder-left-2:after {
content: "";
width: 100%;
height: 2px;
background: #034098;
display: block;
position: absolute;
bottom: -8px;
left: 8px;
}
.type-q {
margin: 25px 0;
font-weight: bold;
color: #333;
}
.type-a {
padding-bottom: 25px;
border-bottom: 1px #ccc solid;
color: #333;
}
.type-q,
.type-a {
position: relative;
padding-left: 55px;
line-height: 1.7;
font-size: 1.6rem;

}
.type-q:before,
.type-a:before {
width: 38px;
height: 38px;
background: #000;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
align-self: center;
position: absolute;
left: 0;
top: -4px;
font-size: 22px;
font-weight: bold;
border-radius: 2px
}
.type-q:before{
content: "Q";
background: #BE9306;
}
.type-a:before {
content: "A";
background: #89AA97;
}
.faqlist {
width: 95%;
margin: 40px auto 0;
}
.block-list1,
.block-list1 + p {
color: #333;
position: relative;
}
.btn.btn-orange {
background: #ff8b00!important;
}
.add_attention {
padding-left: 16px;
}
.add_attention:before{
content: "※";
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
font-size: 1.6rem;
left: 0;
}

.recommendpoint ul {
  max-width: 750px;
  margin: 0 auto;
}
.point_item {
  border-radius: 8px;
  border: 3px solid #034098;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  background: #fff;
}
.point_item picture {
  display: block;
  position: relative;
}
.point_item img {
  max-height: 117px;
}
.point_ttl {
  width: 16%;
  position: relative;
  text-align: center;
}
.point_num {
  text-align: center;
    border-bottom: 2px solid white;
  color: white;
  font-weight: bold;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
.point_num span {
  font-weight: bold;
}
.point_ttl::before {
  content: "";
  display: block;
  width: 128px;
  height: 120px;
  background-color: #034098;
  position: absolute;
  left: -7px;
  top: 0;

}
.point_content {
  width: 72%;
  padding: 30px 0;
}
.point_content h4 {
  font-size: 24px;
  color: #C8144F;
  font-weight: bold;
  margin-bottom: 15px;
}
.point_content p {
  font-size: 18px;
  line-height: 1.6;
}
.point_bold {
  font-weight: bold;
}
@media only screen and (max-width: 640px){
  .point_item {
    display: block;
    padding: 0 20px 20px 20px;
  }
  .point_ttl {
    width: 40vw;
    margin: 0 auto;
}
.point_ttl::before {
  width: 130px;
    height: 140px;
    left: 50%;
    transform: translate(-50%, 0px);
}
  .point_content {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .point_content h4 {
    text-align: center;
  }
  .point_content p {
    font-size: 16px;
    text-align: center;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn.shadow.btn-orange.icon-arrow-right.btn-orange-link {
    padding-top: 22px;
  }
    .type-q:before, .type-a:before {
        padding-top: 9px;
    }
    .type-q, .type-a {
        padding-top: 7px;
    }

}

@media only screen and (max-width: 640px){
.importantTitle{
height: auto!important;
line-height: 1.45;
letter-spacing: 0!important;
font-feature-settings: "palt";
}
.iconImage {
display: inline-block;
text-align: left;
top: auto;
bottom: 0;
position: relative;
width: 4rem;
height: 2rem;
margin-right:3px;
}
.iconImage img {
width: 4rem;
}
.recommendpoint h4.txt-center{
}
.gAutoList1 li{
margin-right: auto!important;
margin-left: auto!important;
margin-bottom: 40px!important;
}
.gAutoList1 li:last-of-type {
margin-bottom: 20px!important;
}
.gAutoList1 li h5 {
font-size: 1.8rem!important;
}
.gAutoList1 li p.ptb10 {
padding-left: 2rem!important;
padding-right: 2rem!important;
}
.gAutoList1 li:after {
right: 0;
top: auto;
bottom: -40px;
margin: 0 auto;
left: 0;
transform: rotate(90deg)!important;
height: 37px;
}
.gAutoList1 li h5::after {
height: 3px;
width: 26px;
}
.block-list1 li:before {
content: "◆";
position: absolute;
left: 0;
font-size: 12px;
top: 1px;
}
.block-list1 li {
padding-left: 15px;
}
type-q:before, .type-a:before {
top: -8px;
}
.type-q, .type-a {
padding-left: 50px;
}
.add_attention {
padding-left: 14px;
}
.add_attention:before{
width: 14px;
height: 14px;
font-size: 1.4rem;
}
.type-q,
.type-a {
font-size: 1.4rem;
}
.gAutoList1 li {
width: 90%;
}
.gAutoList1 .font-weight-bold {
padding-left: 10%;
padding-right: 10%;
}
}

@media only screen and (max-width: 320px){ 
.recommendpoint h4.txt-center{
font-size: 1.3rem!important;
}
}