@charset:'UTF-8';
.p-mv-small {
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
@media only screen and (max-width: 750px) {
    .p-mv-small {
        height: 200px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.p-mv-small--contact {
    background: rgb(88,102,179);
    background: -moz-linear-gradient(left,  rgba(88,102,179,1) 0%, rgba(101,173,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(88,102,179,1) 0%,rgba(101,173,255,1) 100%);
    background: linear-gradient(to right,  rgba(88,102,179,1) 0%,rgba(101,173,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5866b3', endColorstr='#65adff',GradientType=1 );
    margin-top:60px;
}
.p-mv-small__ttl{
    text-align:left;
    max-width: 1040px;
    margin:0 auto;
    padding:0 20px;
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.p-mv-small__ttl,
.p-mv-small__ttl span {
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
}
@media only screen and (max-width: 750px) {
    .p-mv-small__ttl,
    .p-mv-small__ttl span {
        font-size: 20px;
        font-size: 6.25vw;
        font-size: 2rem;
        margin-bottom: 5px;
    }
}
.p-multiSteps_item > * {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}
.p-multiSteps > .is-current > * {
    color: #fff;
    background: #000;
    border-color: #000;
}
.c-formBox_ttl {font-family: "FP-ヒラギノ角ゴ ProN W6";}
.c-formBox_ttl--mandatory:after {
    content: '必須';
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    color: #fff;
    background: #d72a6f;
    padding: 0.3em 0.6em;
    border-radius: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    line-height: 1.0;
}
.c-formBtnBox_item .btn-white,
.c-formBtnBox_item a.btn-white,
.c-formBtnBox_item .btn-contact,
.c-formBtnBox_item a.btn-contact{
    width: 100%;
    padding:25px 25px;
}

