@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@700display=swap);

.mAuto {
    margin: auto;
}

.btn_iphone .linkStyle01_white, .btn_android .linkStyle01_black {
    text-align: center;
    padding: 2px 5px 2px 0px;
}
.btn_iphone .linkStyle01_white {
    border-color: #000;
    background: #000;
}
.btn_android .linkStyle01_black {
    color: #000;
    background: #dafeb4;
}
.btn_iphone .linkStyle01_white:hover, .btn_android .linkStyle01_black:hover {
    color: #fff;
    background: #b91440;
    border: 1px solid #b91440;
}
.btn_iphone .linkStyle01_white:hover:after {
    background-image: url(https://assets.jpn.pioneer/ja/assets/img/icon_window_w.svg);
}

.btn_support a {
    padding: 10px;
}
.btn_support a .btn_ttl {
    color: #b91440;
    font-weight: bold;
    line-height: 1.6;
}
.btn_support a:nth-child(1) {
    background: url(/ja/support/spapp/cocchi/img/btn_help.png), #f0f0f0;
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.btn_support a:nth-child(2) {
    background: url(/ja/support/spapp/cocchi/img/btn_product.png), #f0f0f0;
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.btn_support a:nth-child(3) {
    background: url(/ja/support/spapp/cocchi/img/btn_press.png), #f0f0f0;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 137px;
}

@media screen and (min-width: 897px){
    .btn_support a {
        margin-bottom: 12px;
        width: 304px;
    }
    .btn_support a:not(:nth-child(3n)) {
        margin-right: 12px;
    }
}

@media screen and (max-width: 896px){
    .btn_support a {
        margin-bottom: 20px;
    }
}
