/* Purchase */


/** Flow **/

.purchase_flow_pane {
    float: left;
    position: relative;
    width: 22%;
}
.purchase_flow_pane:not(:nth-of-type(4n)) {
    margin-right: 4%;
}
._purchase_flow_pane:not(:last-of-type)::before {
    position: absolute;
    top: 29%;
    right: -13%;
    transform: translateY(-50%);
    content: '';
    width: 15px;
    height: 26px;
    background: url(../images/company/purchase_flow_arrow.png) no-repeat center / 100%;
    /* opacity: 0.5; */
}
.purchase_flow_pane:not(:last-of-type)::before {
    position: absolute;
    top: 50%;
    right: -9%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    /* opacity: 0.5; */
}
/* .purchase_flow_pane {
    float: left;
    width: 48%;
    padding: 2em;
    border: 1px solid #eee;
}
.purchase_flow_pane:nth-of-type(even) {
    float: right;
}
.purchase_flow_pane:nth-of-type(2n + 1) {
    clear: both;
}
.purchase_flow_pane:nth-last-of-type(n + 3) {
    margin-bottom: 3em;
} */
.purchase_flow_pane h4 {
    margin-bottom: 1em;
    margin-left: -30px;
    color: #00a2e7;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
}
.purchase_flow_pane h4 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8rem;
    width: 30px;
    height: 30px;
    font-size: 0.8em;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    text-orientation: upright;
    color: #fff;
    border-radius: 2px;
    border: solid 2px #00a2e7;
    background: #00a2e7;
    overflow: hidden;
}
.purchase_flow_heading {
    margin-bottom: 1.5em;
}
.purchase_flow_image {
    aspect-ratio: 2 / 1;
    /* background: #f0f0f0; */
    border-radius: 3px;
}
.purchase_flow_text p {
    font-size: 0.9em;
    line-height: 1.8em;
}
.purchase_flow_text p.note {
    margin-top: 1em;
    font-size: 0.75em !important;
	line-height: 1.6em;
}
.purchase_flow_text p a {
    color: #00a2e7 !important;
}

/** Strengths **/

.purchase_strengths_pane {
    position: relative;
    width: 100%;
}
.purchase_strengths_pane:not(:last-of-type) {
    margin-bottom: 4em;
}
.purchase_strengths_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 3em 2.8em;
    width: 50%;
    background: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
}
.purchase_strengths_text h4 {
    margin-bottom: 2em;
    font-size: 1.2em;
    font-weight: 500;
    color: #00a2e7;
}
.purchase_strengths_text h4 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5rem;
    font-size: 2.8em;
}
.purchase_strengths_desc p {
    line-height: 2em;
}
.purchase_strengths_image {
    float: right;
    position: relative;
    width: 55%;
    background: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
    z-index: -1;
}
.purchase_strengths_pane:nth-of-type(even) .purchase_strengths_text {
    left: auto;
    right: 0;
}
.purchase_strengths_pane:nth-of-type(even) .purchase_strengths_image {
    float: left;
}

/** Scenes **/

.purchase_scenes_pane {
    float: left;
    position: relative;
    width: 48%;
    padding: 5em 3em 2em 3em;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
}
.purchase_scenes_pane:nth-of-type(even) {
    float: right;
}
.purchase_scenes_pane h4 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.7em 1em;
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: #fff;
    background: #00a2e7;
    border-radius: 0 0 6px;
}
.purchase_scenes_pane ul {
    margin-bottom: 2.5em;
}
.purchase_scenes_pane li {
    position: relative;
    padding-left: 45px;
    padding-left: 21px;
    font-size: 1.05em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.purchase_scenes_pane li:not(:last-of-type) {
    margin-bottom: 0.75em;
}
._purchase_scenes_pane li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 30px;
    height: 30px;
    background: #00a2e7 url(../images/common/icon_corporate_white.png) no-repeat center / 20px;
    border-radius: 50%;
}
#_purchase_scenes_individual li::before {
    background: #00a2e7 url(../images/common/icon_individual_white.png) no-repeat center / 20px;
}
.purchase_scenes_pane li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 9px;
    height: 9px;
    background: #00a2e7;
    border-radius: 50%;
}

/** Faq **/

#purchase_faq .heading h3.title {
    float: left;
}
#purchase_faq .heading .more {
    float: right;
}

@media screen and (max-width: 1000px) and (min-width: 751px) {
    
    .purchase_flow_pane {
        padding-bottom: 2em;
        width: 48%;
    }
    .purchase_flow_pane:not(:nth-of-type(4n)) {
        margin-right: 0;
    }
    .purchase_flow_pane:not(:last-of-type)::before {
        display: none;
    }
    .purchase_flow_pane:nth-of-type(even) {
        float: right;
    }
    .purchase_flow_pane:nth-of-type(2n + 1) {
        clear: both;
    }
    .purchase_flow_pane:nth-of-type(odd)::before {
        display: block;
        top: 0;
        right: -4%;
        transform: none;
        height: calc(100% - 2em);
    }
    .purchase_flow_pane:nth-last-of-type(n + 3) {
        margin-bottom: 2em;
        border-bottom: 1px solid #eee;
    }
    .purchase_flow_image {
        margin: 0 auto;
        width: 60%;
    }
    
}
@media screen and (max-width: 940px) and (min-width: 751px) {
	
    .purchase_strengths_image {
        width: 60%;
    }
    .purchase_strengths_text {
        padding: 2.8em 2em;
        width: 60%;
    }
    .purchase_scenes_pane {
        padding: 5em 2.5em 2em 2.5em;
    }
	
}