ul.accessPanel-info_list > li.accessPanel-info_list_item {
    list-style: none;

}

ul.accessPanel-info_list {
    width: auto;
    max-width: 580px;
    text-align: left;
    margin: 0 auto;
    padding:0;
}

.enabled {
    border-color: #f0801d;
    color: #f0801d;
}
.radio.radio-success input[type=radio]:checked + label:before {
    border-color: #f0801d;
}
.radio label:before, .checkbox label:before {
    -webkit-box-sizing: inherit;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    background-color: #fff;
    border: 1px solid #f0801d;
}

/*-------------------------------
footer
-------------------------------*/
footer {
    background: url(https://www.idc-otsuka.jp/poltrona-frau-tokyo-aoyama/images/bg_footer_pc.jpg);
    background-size: cover;
    height: 200px;
    padding: 50px 0 46px;
}
footer ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 285px;
    margin: 0 auto;
}
footer .footer_link{
    font-size: 12px;
    color: #ccc;
    display: block;
    text-align: center;
    margin: 30px 0 10px;
    transition: opacity .6s;
}
footer p {
    font-size: 12px;
    text-align: center;
    color: #ccc;
}
@media only screen and (max-width: 640px) {
    footer {
        background: url(https://www.idc-otsuka.jp/poltrona-frau-tokyo-aoyama/images/bg_footer_sp.jpg);
        background-size: cover;
        height: 54.5vw;
        padding: 9% 0 4.8%;
    }
    footer ul {
        width: 57.6%;
        margin: 0 auto;
    }
    footer .footer_link{
        font-size: 10px;
        margin: 10% 0 7%;
    }
    footer p {
        font-size: 10px;
        line-height: 1.4;
    }
    #wrapper footer ul img {
        width: auto;
        height: 5vw;
    }
}
