/**
* Project
**/

.p-request {
    padding: min(5vw,44px);
    background: rgba(22,12,53,0.8);
}

.p-request__ttl {
    margin-bottom: min(4vw,40px);
}

.p-request__data {
    margin-bottom: min(8vw,40px);
} 

.p-request__data:last-child {
    margin-bottom: 0;
} 

.p-request__heading {
    margin-bottom: min(2.8vw,16px);
} 

.p-request__txt {
} 

.p-request__txt * {
    line-height: 1.6;
}

@media only screen and (max-width: 960px) {
    .p-mv {

    }
}
