@charset "UTF-8";
/*==================================================================  
スケールメリット(新車のお店が選ばれる理由・サービス一覧・よくあるご質問)
================================================================== */
/* 共通 */
body {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    -webkit-text-size-adjust: 100%;
    color: #333;
    width: 100%;
    background-color:#ffffff;
    margin: 0 atuo;
}
p{
    font-size: 12px;
}
a{
    text-decoration: none;
}
.single-post{
    padding-top: 50px;
}
.so-wrap{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.tx-blue{
    color: #0275a6;
}
.tx-orange{
    color: #dd5700;
}
.small{
    font-size: 12px;
}
/* list-item */
.list-item{
    position: relative;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: #0275a6;
    background-color: #fff;
    border: 2px solid #0275a6;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 5px;
}
.list-item::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-size: 14px;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    color: #dd5700;
}
.list-item:hover{
    color: #0275a6;
    background-color: #f5f5f5;
}
.list-item img{
    width: 25px;
    margin: auto;
}
.contact-block-inner{
    width: 100%;
    padding: 15px 30px;
}
.input-line span.hissu{
    font-size: 12px;
    background-color: #fd5300;
    color: #fff;
    padding: 0 5px;
}

/* 新車のお店が選ばれる理由 */
h2{
    font-size: 21px;
    margin: 0.5em auto;
    line-height: 1.3;
}
.reason{
    background-image: url(../../assets/img/reason/reason_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
}
.reason-text, .service-text{
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    padding: 15px;
    margin: 0 15px;
}
.reason-text p, .service-text p{
    text-align: left;
}
.fukidashi{
    display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.fukidashi::before, .fukidashi::after {
	content: '';
	width: 2px;
	height: 15px;
	background-color: #dd5700;
}
.fukidashi::before {
	margin-right: 10px;
	transform: rotate(-35deg)
}
.fukidashi::after {
	margin-left: 10px;
	transform: rotate(35deg)
}

.point-block{
    max-width: 950px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding: 15px 10px;
    margin: auto;
}
.point-item{
    width: 95%;
    position: relative;
    background-color: #d7f1f9;
    font-weight: bold;
    padding: 35px 10px 10px 10px;
    margin: 0 auto 15px auto;
}
.point{
    position: absolute;
    background-color: #0275a6;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    top: 5px;
    left: -5px;
}
.point-item-btn{
    margin-top: 10px;
    background-color: #fff;
}
.point-item-btn a{
    position: relative;
    display: block;
    font-size: 12px;
    color: #0275a6;
    text-align: center;
    padding: 10px;
}
.point-item-btn a::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-size: 14px;
    right: 15px;
    color: #dd5700;
}
.point-item-btn a span{
    display: none;
}

.reason-block{
    background-color: #f5f5f5;
    padding: 30px 0;
}
.reason-block h2{
    text-align: center;
    color: #0275a6;
}
.reason-item{
    position: relative;
    max-width: 950px;
    padding: 30px 15px;
    margin: auto;
}
.reason-item-inner{
    display: block;
    background-color: #fff;
    font-weight: bold;
    padding: 30px 15px;
}
#Point5 .reason-item-inner{
    display: block;
}
.reason-item h2{
    padding: 0;
    margin: 0;
}
img.reason-item-num{
    width: 60px;
    position: absolute;
    top: 0;
}
.reason-item-text p{
    margin-top: 10px;
}
.reason-item-img{
    margin-top: 15px;
}
.balloon{
    width: 100%;
    position: relative;
    background-color: #0275a6;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}
.balloon:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0275a6;
}
.reason-item .service-list{
    width: 100%;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0;
    margin: 0 0 0 auto;
}
.reason-item .service-list p{
    font-size: 11px;
}

/* サービス一覧 */
.service{
    background-image: url(../../assets/img/service/service_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
}

.service-list{
    max-width: 950px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 10px;
    margin: auto;
}
.service-list .list-item{
    display: grid;
    grid-template-columns: 20px 1fr 15px;
}

.service-block{
    padding: 15px;
}
.service-item1, .service-item2{
    display: grid;
    grid-template-columns: 1fr;
    font-weight: bold;
    margin-bottom: 30px;
}
.service-item-content1, .service-item-content2{
    order: 1;
}
.service-item-img1, .service-item-img2{
    order: 2;
    margin-top: 10px;
}
h2.service-item-title{
    display: flex;
    align-items: center;
}
.service-item-title::before{
    content: "★";
    color: #dd5700;
    font-size: 16px;
    padding-right: 5px;
}
.note-item{
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 10px;
}
.note-item ul{
    padding: 0;
}
.note-item ul li{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
}
.note-item ul li:before{
    content: "・";
}
.link-btn{
    position: relative;
    display: block;
    width: 80%;
    background-color: #0275a6;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    margin: 10px auto;
}
.link-btn::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: bold;
    right: 15px;
    color: #fff;
}
.link-btn:hover{
    background-color: #2288cc;
    color: #fff;
}

/* よくあるご質問 */
.qa-list{
    max-width: 950px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 14px;
    padding: 30px 10px;
    margin: auto;
}
.qa-list .list-item{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    padding: 5px 20px 5px 10px;
}
.qa-list .list-item span{
    display: none;
}
.qa-block{
    max-width: 950px;
    margin: 0 15px 50px 15px;
    font-size: 14px;
}
.qa-block-title{
    font-size: 18px;
    text-align: center;
    margin: 1em auto;
}
.qa-item{
    margin-bottom: 15px;
}
.qa-title{
    position: relative;
    font-weight: bold;
    background-color: #d7f1f9;
    padding: 15px 30px 15px 40px;
}
.qa-text{
    display: none;
    position: relative;
    background-color: #f5f5f5;
    padding: 15px 15px 15px 40px;
}
.q::before{
    content: "Q";
    color: #0275a6;
}
.a::before{
    content: "A";
    font-weight: bold;
    color: #dd5700;
}
.q::before, .a::before{
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 15px;
}
.qa-title::before,
.qa-title::after{
  position:absolute;
  content:'';
  top:1px;
  right:15px;
  bottom:0;
  width:15px;
  height:3px;
  margin:auto;
  background:#0275a6;
}
.qa-title::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.qa-title.active::after{transform:rotate(0deg);}

/* 950px以上 */
@media screen and (min-width: 950px){
    .single-post{
        padding-top: 145px;
    }
    h2{
        font-size: 35px;
    }
    /* 新車のお店が選ばれる理由 */
    .reason-text, .service-text{
        width: 750px;
        padding: 30px 15px;
        margin: auto;
    }
    .reason-text p, .service-text p {
        text-align: center;
    }
    .fukidashi{
        font-size: 18px;
    }
    .fukidashi::before, .fukidashi::after {
        height: 25px;
    }
    .fukidashi::before {
        margin-right: 30px;
    }
    .fukidashi::after {
        margin-left: 30px;
    }
    .point-block{
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0;
        margin: 50px auto;
    }
    .point-item{
        width: 95%;
        position: relative;
        background-color: #d7f1f9;
        font-weight: bold;
        padding: 45px 15px 15px 15px;
        margin: 0 auto 15px auto;
    }
    .point-item:nth-child(5) p{
        margin-bottom: 35px;
    }
    .point{
        position: absolute;
        background-color: #0275a6;
        color: #fff;
        font-size: 18px;
        padding: 5px 10px;
        top: 10px;
        left: -5px;
    }
    .point-item-btn {
        margin-top: 15px;
    }
    .point-item-btn a{
        font-size: 14px;
        padding: 15px;
    }
    .point-item-btn a span{
        display: inline;
    }

    .reason-item{
        padding: 40px 0;
    }
    .reason-item-inner{
        display: grid;
        grid-template-columns: 40% 60%;
        padding: 50px;
    }
    img.reason-item-num{
        width: 80px;
        position: absolute;
        top: 0;
    }
    .reason-item-img{
        margin: 0 0 0 30px;
    }
    .reason-item:nth-child(5) .reason-item-img{
        margin: 0;
    }
    .balloon{
        font-size: 18px;
        border-radius: 20px;
        padding: 15px;
        margin: 20px 0 0 auto;
    }
    .reason-item .service-list p{
        font-size: 14px;
    }

    /* サービス一覧 */
    .service-list{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 50px 0;
    }
    .service-list .list-item{
        grid-template-columns: 30px 1fr 20px;
        padding: 5px 10px;
    }
    .list-item::after{
        right: 15px;
    }

    .service-block{
        padding: 0;
    }
    .service-item1, .service-item2{
        grid-template-columns: 48% 48%;
        justify-content: space-between;
        margin: 40px auto;
    }
    .service-item-content2, .service-item-img1{
        order: 1;
    }
    .service-item-content1, .service-item-img2{
        order: 2;
    }
    .service-item-img1, .service-item-img2{
        margin-top: 0;
    }
    .service-item-content1{
        padding-right: 10%;
    }
    .service-item-content2{
        padding-left: 10%;
    }
    h2.service-item-title{
        font-size: 35px;
    }
    .service-item-title::before{
        font-size: 25px;
    }
    .link-btn{
        width: 250px;
        margin: 10px 0 0 auto;
    }
    .note-item ul li{
        font-size: 14px;
    }

    /* よくあるご質問 */
    .qa-list{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 50px 0;
    }
    .qa-list .list-item{
        padding: 10px 30px 10px 10px;
    }
    .qa-list .list-item span{
        display: inline;
    }
    .qa-block{
        margin: 0 auto 70px auto;
    }
    .qa-block-title{
        font-size: 21px;
    }
    .qa-title, .qa-text{
        padding: 20px 60px;
    }
    .qa-title::before,
    .qa-title::after{
        right: 30px;
    }
    .q::before, .a::before{
        font-size: 24px;
        top: 10px;
        left: 25px;
    }
}

/* 750px以上 */
@media screen and (min-width:751px){
    p{
        font-size: 14px;
    }
}