@charset "utf-8";

.flow_img{
    width: 55%;
    margin: 20px auto;
}

.flow_notes{
    font-size: 14px;
    margin: 40px auto ;
}

.responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.body{
    margin: 20px auto;
}
.timeline {
    position: relative;
    font-size: 1em;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
    margin-top: 0;
}

.timeline::before {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background-color: #cfcfcf;
    content: "";
}

.timeline .timeline-block {
    position: relative;
    margin-bottom: 20px;
}

.timeline .timeline-icon {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    margin-top: 24px;
    border: 2px solid #cfcfcf;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
}
.timeline .timeline-content {
    position: relative;
    width: 45%;
    line-height: 20px;
    min-height: 64px;
    color: #222;
    margin-top: 80px;
}

.timeline-content .head {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2rem;
    background: #fff;
    border: solid 3px #707070;
}

.timeline-block:nth-child(odd) .timeline-content .head:before {
    right: -24px;
    margin-top: -25px;
    border: 12px solid transparent;
    border-left: 12px solid #fff;
    z-index: 2;
    left: unset;
}

.timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-content {
    left: 55%;
}

.body p{
    text-align: left;
}

.timeline .timeline-block .timeline-imgR {
    position: absolute;
    top: -0.2rem;
    right: 0;
    width: 45%;
}

.timeline .timeline-block .timeline-imgL {
    position: absolute;
    top: -0.2rem;
    left: 0;
    width: 45%;
}



.timeline-imgR img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.checklist{
    margin: 20px auto;
}

.subpage_h3{
    color: white;
    background-color: #E6B91A;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subpage_h3_copy{
    text-align: left;   
    margin-top: 20px;
    
}

.plan-discription-wrapper{
    margin: 50px auto;
}

p.plan-flow-tit{
    text-align: left;
    border-bottom: 2px solid #E6B91A; ;
}


.plan-discription-wrapper .plan-discription-right .plan-discription-service-wrapper p {
    color: #E6B91A;
    border: 2px solid #E6B91A;

}

.plan-flow-tit::before{
    color: #E6B91A;
}

@media (max-width: 768px){
    .body{
        margin: 20px auto 40px;
    }

    .flow_img{
        width: 80%;
        margin: 20px auto;
    }  
    .flow_notes{
        font-size: 12px;
    }

    .sub_contents_wrapper {
        text-align: left;
    }

    .subpage_h2{
        text-align: center;
    }

    .timeline.timeline-collapsing::before {
        left: auto;
        margin-left: 5px;
    }

    .timeline.timeline-collapsing .timeline-block {
        margin-left: 30px;
        margin-right: 10px;
    }

    .timeline.timeline-collapsing .timeline-icon {
        left: auto;
        margin-left: -30px;
        margin-top: 15px;
    }

    .timeline.timeline-collapsing .timeline-content {
        width: auto;
        margin-top: 40px;
    }

    .timeline .timeline-block .timeline-imgR{
        position: static;
        width: 100%;
    }

    .timeline .timeline-block .timeline-imgL{
        position: static;
        width: 100%;
    }

    .timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-content{
        left: auto;
    }

    .right{
        margin-top: 10px;
    }

    .subpage_h3{
        padding: 10px;
    }

    p.plan-flow-tit{
        display: block;
    }

}


