.no-pc {
    display: none !important;
}

.no-sp {
    display: block !important;
}

.hid {
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
.no-pc {
    display: block !important;
}
    
.no-sp {
    display: none !important;
}

#form .list-tbl dd .row {
    margin-left: 0;
    margin-right: 0;
}

.list-tbl dd {
    padding-bottom: 0;
}

.err {
    background-color: #ffc3c3;
}

.p-err {
    font-size: 13px !important;
    font-weight: bold;
    padding-top: 2px;
    color: #ff1c1c;
    line-height: 0;
}

.l-button p:nth-child(2) {
    margin-top: 20px;
}

.l-button p input {
    background: #f15218;
    background-repeat: no-repeat;
    background-size: 8px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    padding: 20px 0;
}

.l-button p.p-next input {
    background-image: url(/assets/img/entry/icn_arrow.png);
    background-position: right 20px center;
}

.l-button p.p-back input {
    background-image: url(/assets/img/entry/icn_arrow_back.png);
    background-position: left 20px center;
}

.bx-wrapper .bx-pager {
    display: none;
}

}