@charset "UTF-8";
.under_mv {
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.contact_box {
    margin-top: 0;
}
.detail .anc_list {
    justify-content: center;
}
.pro_mid {
    display: flex;
    justify-content: space-between;
}
.indent_2{
    text-indent: -2em;
    padding-left: 2em;
}
@media screen and (max-width: 767px) {
.pro_mid {
    flex-direction: column;
    align-items: center;
}
.detail .subimg-box {
    margin-top: 30px;
}
}
