/*
backgrond
----------------------------------------------- */
.cp-content-area.-index.-color-03 {
    background-color: var(--acq-color-bg-gray);
    color: var(--acq-color-font);
    padding-top: 120px;
}

.cp-content-area.-index.-color-03 .acq-hdg-index-l2 {
    color: var(--acq-color-font);
}

/*
.souki-sinkoku-cp-mv
----------------------------------------------- */

.souki-sinkoku-cp-mv_btn {
    z-index: 100;
    margin-top: -20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .souki-sinkoku-cp-mv_btn {
        margin-top: 10px;
    }
}

.souki-sinkoku-cp-mv.-color-01 {
    padding: 35px 24px 64px;
    position: relative;
    background: linear-gradient(to bottom, #a5ddf7 0%, #f5fcff 100%);
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.souki-sinkoku-cp-mv.-color-01::before,
.souki-sinkoku-cp-mv.-color-01::after {
    position: absolute;
    content: "";
    max-width: 35%;
    width: 100%;
    height: 613px;
    top: 0;
    z-index: -1;
    overflow: hidden;
    transform: skewX(-20deg);
}

.souki-sinkoku-cp-mv.-color-01::before {
    left: -180px;
    background: linear-gradient(to bottom, #7ecef4 0%, #f0faff 100%);
}

.souki-sinkoku-cp-mv.-color-01::after {
    right: -120px;
    background: linear-gradient(to bottom, #7ecef4 0%, #f0faff 100%);
}

@media only screen and (max-width: 640px) {
    .souki-sinkoku-cp-mv.-color-01::before {
        max-width: 70%;
        height: 472px;
        left: -80px;
    }

    .souki-sinkoku-cp-mv.-color-01::after {
        display: none;
    }
}


/*
.cp-startdash-form
----------------------------------------------- */
#mktoForm_1324 {
    font-family: var(--acq-font-family) !important;
}

.cp-startdash-form-content #mktoForm_1324 {
    max-width: 879px !important;
}

.mktoField.mktoEmailField.mktoHasWidth.mktoRequired {
    width: 300px !important;
}

@media only screen and (max-width: 450px) {
.mktoField.mktoEmailField.mktoHasWidth.mktoRequired {
    width: 200px !important;
}
}

#LblEmail,
#Lblform_ACC_CONTRACT_ID {
    width: 200px !important;
    text-align: center;
}

.cp-startdash-form-title {
    text-align: center;
}

.cp-startdash-form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

.mktoFieldWrap .mktoRequiredField {
    text-align: center;
}

.mktoRequiredField strong {
color: var(--acq-color-font);
}

.mktoFormRow {
    display: flex;
    justify-content: center;
}

.mktoButtonWrap.mktoBluePill {
    margin-left: 0 !important;
}

#mktoForm_1324 .mktoButton {
    --padding: 16px;
    --color-main: var(--acq-color-highlight);
    --color-main-hover: var(--acq-color-highlight-hover);
    --color-sub: var(--acq-color-white);

    position: relative;
    display: inline-block;
    min-width: min(100%, 336px) !important;
    padding: var(--padding) calc(var(--padding) + 24px);
    background-color: var(--color-main) !important;
    border: 1px solid var(--color-main) !important;
    border-radius: var(--acq-rounded-md) !important;
    color: var(--color-sub) !important;
    font-size: var(--acq-font-size-lg) !important;
    font-weight: var(--acq-font-weight-bold) !important;
    text-align: center;
    text-decoration: none;
    transition: all var(--acq-transition-duration) var(--acq-transition-tf);
    height: 59px !important;
    background-image: none !important;
    box-shadow: none !important;
    font-family: var(--acq-font-family) !important;
}

#mktoForm_1324 .mktoButton:is(:hover, :active, :focus-visible) {
    --color-main: var(--color-main-hover) !important;
    color: var(--color-sub);
}

#mktoForm_1324 .mktoButton:is(:hover, :active, :focus-visible)::after {
    transform: translateX(4px) !important;
}

#mktoForm_1324 .mktoButton:is(:hover, :active, :focus-visible)::before, #mktoForm_1324 .mktoButton:is(:hover, :active, :focus-visible)::after {
    transform: translateX(4px);
}

.mktoButton::before {
    background-color: var(--color-sub);
    border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    inset: 0 var(--padding) 0 auto;
    width: 20px;
    height: 20px;
    margin: auto;
    transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}

.mktoButton::after {
    background-color: var(--color-main);
    mask: url("/common_a/img/acquisition/general/mask/angle-right.svg") no-repeat center;
    display: block;
    content: "";
    position: absolute;
    inset: 0 var(--padding) 0 auto;
    width: 20px;
    height: 20px;
    margin: auto;
    transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}


@media only screen and (max-width: 450px) {
#mktoForm_1324 .mktoButton {
    width: 190px !important;
    font-size: 16px !important;
}
}

#ValidMsgEmail.mktoErrorMsg,
#ValidMsgform_ACC_CONTRACT_ID.mktoErrorMsg {
    background: var(--acq-color-highlight) !important;
    color: #fff !important;
    padding: 8px;
    border: none;
}

.mktoForm .mktoError .mktoErrorArrow {
    background: var(--acq-color-highlight) !important;
    border: none !important;
}

.mktoError {
    bottom: -45px !important;
}

/*
Adjustment class
----------------------------------------------- */
.zero-margin {
    margin: 0;
}

.cp-content-area.-first {
    padding-top: 48px;
}
