/* 追加CSS */
.wrap{
    display: flex;
}
.relative4{
    width: 455px;
}
#main .relative4_ttl{
    background: #0489B1;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}
#main .relative4 .wrap{
    display: flex;
    align-items: center;
}
#main .relative4_address{
    background: #ff92c7;
    padding: 5px 7px;
    border-radius: 10px;
    margin-right: 10px;
}
#main .relative4_age{
    background: #ffab44;
    padding: 5px 7px;
    border-radius: 10px;
    margin-right: 10px;
}
#main .relative4_name{
    padding: 5px 7px;
}
.reason{
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
}
.reason a{
    width: 33%;
}
#direction{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#direction .top2retsu_left,#direction .top2retsu_right{
    border: 2px solid #0489B1;
    border-radius: 5px;
    width: 48%;
}
#direction .top2retsu_left h2,#direction .top2retsu_right h2{
    padding-left: 70px;
    position: relative;
    text-align: left;
}
#direction .top2retsu_left h2::before,#direction .top2retsu_right h2::before{
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-57%);
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
#direction .top2retsu_left h2::before{
    background-image: url(../images/top-direction_ttl-icon1.png);
}
#direction .top2retsu_right h2::before{
    background-image: url(../images/top-direction_ttl-icon2.png);
}
#direction .ttl_wrap .ttl_icon{
    margin-right: 10px;
}
@media screen and (max-width:780px) {
    #direction{
        flex-direction: column;
    }
}


/* レスポンシブcss */
.sp{
    display: none;
}
.sp800{
    display: none;
}
@media screen and (max-width:980px) {
    #menubar{
        width: 100%;
    }
    #menubar ul{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    #menubar li{
        float: none;
        width: auto;
        border-right: none;
    }
    #menubar li.current a{
        padding: 7px 10px;
    }
}
@media screen and (max-width:800px) {
    #voice,#qa{
        display: none;
    }
    .kaitori{
        float: none;
    }
    .pc800{
        display: none;
    }
    .sp800{
        display: block;
    }
    .top2retsu_sp{
        display: flex;
        gap: 4px;
        width: 100%;
    }
    .bnr_erea img{
        width: 100%;
    }
    #sub h5{
        width: auto;
    }
}

@media screen and (max-width:768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    h1{
        width: 100%;
    }
    header #inner{
        height: auto;
    }
    header .headermenu3{
        float: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    header .headermenu3 > img,header .headermenu3 a{
        width: 50%;
    }
    header #inner > a{
        margin: 0 auto;
        width: 90%;
        display: block;
    }
    #menubar{
        font-size: 14px;
    }
    #menu-box #menubar ul{
        display: flex;
        flex-wrap: wrap;
    }
    #menu-box #menubar li{
        width: 50%;
    }
    #contents{
        padding: 0;
    }
    .notice{
        padding: 5px;
        font-size: 14px;
        width: 95%;
        margin: 0 auto 40px;
    }
    .top2retsu_left,.top2retsu_right{
        width: 100%;
        background-size: 100%;
    }
    .top2retsu_left p,.top2retsu_right p{
        font-size: 14px;
    }
    .kaitori img{
        margin: 0;
    }
    #main h3{
        width: auto;
    }
    #container{
        width: 100%;
    }
    .side{
        display: flex;
        flex-wrap: nowrap;
        float: none;
        align-items: center;
    }
    .relative4{
        float: none;
        width: 100%;
    }
    .side2 p{
        margin-left: 0;
    }
    .kusakari{
        width: 100%;
    }
}
@media screen and (max-width:630px) {
    .side_tub_img img{
        width: 49%;
    }
}


/* car_finance */
#point .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#point .wrap .point_box{
    width: 46%;
    border:#0489B1 solid 3px;
    border-radius:2%;
    padding: 5px;
    margin-bottom: 30px;
    height: 300px;
}

@media screen and (max-width:640px) {
    #point .wrap{
        flex-direction: column;
    }
    #point .wrap .point_box{
        width: 90%;
        margin-bottom: 30px;
        height: auto;
    }
}