@charset "UTF-8";
/*======================================================= 
    アフターサービス用スタイル
=======================================================*/
/* 共通 */
.page-tit-area{
    background-color: #f5f5f5;
    padding: 100px 0;
}
.page-tit-area h1{
    font-size: 24px;
}
.page-tit-area span{
    display: block;
    font-size: 84px;
    background: linear-gradient(to right, #BB171E, #F6B256);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

/* 保証 */
.imported h3{
    font-size: 30px;
    text-align: center;
}
.reason-block2{
    margin: 30px 0;
}
.reason-item2{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 8px #adadad;
    border-radius: 5px;
    padding: 15px;
}
.reason-item2 .reason-tit{
    color: #DF0716;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    border: none;
    margin: 5px 0 0 0;
}
.gray-btn {
    position: relative;
    display: block;
    background-color: #eee;
    max-width: 350px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    padding: 15px 15px 15px 0;
    margin: 30px 0;
}
.gray-btn:hover{
    background-color: #333;
    color: #fff;
}
.gray-btn::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    display: block;
    right: 25px;
    top: 28%;
    color: #000;
}
.gray-btn:hover::after{
    color: #fff;
}

/* 保証プラン・保証項目と期間 */
.period{
    padding: 30px 0;
}
.period h3{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 30px;
}
.period h3::before,
.period h3::after{
    content: "";
    flex: 1;
    height: 1px;
    background: #c4c4c4;
}
.period h3::before {
    margin-right: 20px;
}
.period h3::after {
    margin-left: 20px;
}

/* テーブルデザイン（輸入車） */
table.warranty2{
  border-collapse: collapse;
  table-layout: fixed;
  font-weight: bold;
}
table.warranty2 td{
  border: 1px solid #777;
  padding: 15px;
  vertical-align: middle;
}
table.warranty2 td.left{
  background: #e9e9e9;
  width: 40%;
}
table.warranty2 td.right{
  width: 60%;
  background: #fff;
}
table.warranty2 td.blank{
  padding: 15px;
}
table.warranty2{
  margin-top: 15px;
}
.dot-list{
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}
.dot-list li{
  position: relative;
  padding-left: 1.2em;
}
.dot-list li::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

/* 保証内容 */
.guarantee-item{
    padding: 15px;
    margin-bottom: 15px;
}
.guarantee-tit{
    position: relative;
    left: -15px;
    display: inline-block;
    background-color: #454545;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 15px;
}
ul.maintenancepack{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-weight: bold;
    margin-bottom: 15px;
}
ul.maintenancepack li{
    position: relative;
    padding-left: 1.5em;
}
ul.maintenancepack li::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    display: block;
    left: 0;
    top: 0;
    color: #DF0716;
}
.guarantee-item .bg-white{
    margin-top: 15px;
    padding: 15px;
}
.guarantee-item .bg-white div:first-child{
    margin-bottom: 10px;
}
.guarantee-item .bg-white .main-tit{
    position: relative;
    font-weight: bold;
    padding-left: 0.5em;
}
.guarantee-item .bg-white .main-tit::before{
    position: absolute;
    content: "";
    width: 3px;
    height: 1.2em;
    background-color: #DF0716;
    top: 3px;
    left: 0;
}
.guarantee-box{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
}
.guarantee-box .tit{
    background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
}
.guarantee-content{
    padding: 15px;
}
.guarantee-box .tit.flex,
.guarantee-content .flex{
    display: flex;
}
.guarantee-content .num,
.guarantee-box .tit .num{
    display: flex;
    flex: 0 0 1.5em;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    background-color: #DF0716;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px;
    margin-top: 5px;
}
.guarantee-content .attention{
    margin-top: 15px;
}
.guarantee-content .attention-tit{
    font-size: 1.2em;
}
.guarantee-content .attention ul{
    padding-left: 1.5em;
}
.guarantee-content .attention ul li{
    list-style: disc;
}
.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.grid-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.guarantee-content ul{
    padding-left: 2em;
}
.guarantee-content ul li{
    list-style: auto;
}
.border-red{
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px solid #DF0716;
    margin-bottom: 10px;
}

/*750px以下*/
@media screen and (max-width: 750px){
    .page-tit-area{
        padding: 50px 0;
    }
    .page-tit-area span{
        font-size: 50px;
    }
    .imported h3{
        font-size: 24px;
    }
    .reason-item2{
        grid-template-columns: 1fr;
    }
    .reason-item2 .reason-tit{
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scroll table {
        min-width: 750px;
    }
    .grid-2,
    .grid-3{
        display: block;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
    .page-tit-area{
        padding: 30px 0;
    }
    .page-tit-area h1{
        font-size: 20px;
    }
    .page-tit-area span{
        font-size: 35px;
    }
    .imported h3{
        font-size: 18px;
    }
    .guarantee-item{
        padding: 15px 0;
    }
}