@charset "utf-8";

main > section.sec.sec_list .seccol h3  {
    padding-left: 127px;
    margin-bottom: 15px;
}

main > section.sec.sec_list.phases .seccol h3  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
}

main > section.sec.sec_list.phases .seccol h3 span:first-of-type {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 58px;
    line-height: 0;
    transform: rotate(-90deg);
    height: 1em;
    letter-spacing: 0;
    padding-left: 0;
}

main > section.sec.sec_list.phases .seccol h3 span:nth-of-type(2) {
    letter-spacing: -3.5px;
    line-height: 1;

}

main > section.sec.sec_list.phases .seccol h3 span:last-of-type {
    padding-left: 10px;
}

main > section.sec.sec_list.phases .seccol h3:has(span.self_start)   {
    align-items: flex-start;
}

main > section.sec.sec_list.phases .seccol h3:has(span.self_start) span:first-of-type    {
    padding-right: 2em;
}

main > section.sec.sec_list.phases .seccol h3:has(span.self_start) span:nth-of-type(2) {
    line-height: 1;
}

main > section.sec.sec_list.phases .seccol h3 .self_start  {
  line-height: 140%;
}

main > section.sec.sec_list .seccol .col_inner  {
    padding-left: 127px;
}

main > section.sec.sec_list .seccol .col_inner p    {
    padding-right: 65px;
}

main > section.sec.sec_list .seccol .col_inner ul   {
    margin-left: 1em;
}

main > section.sec.sec_list .seccol .col_inner ul li  {
    padding-right: 65px;
}

main > section.sec.sec_list .seccol .col_inner h5   {
    left: -8px;
    padding: 4px 8px;
    background-color: #666666;
    width: calc(100% + 8px);
    position: relative;
}

main > section.sec.sec_list .seccol:after   {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(205, 205,205, 0.5);
    position: absolute;
    top: 50px;
    left: 0;
}

@media screen and (max-width: 834px)    {
    main > section.sec.sec_list .seccol:after   {
        top: 7.63vw;
    }
    main > section.sec.sec_list.phases .seccol h3   {
        
    }
    main > section.sec.sec_list.phases .seccol h3 span:first-of-type   {
        width: 5.08vw;
        position: relative;
        left: -4vw;
    }
    
    main > section.sec.sec_list.phases .seccol h3 span:nth-of-type(2)   {
        position: relative;
        left: -2vw;
    }

    main > section.sec.sec_list .seccol .col_inner p,
    main > section.sec.sec_list .seccol .col_inner ul li    {
        padding-right: 5.09vw;
    }
    
    main > section.sec.sec_list .seccol .col_inner ul   {
        margin-left: 7.63vw;
    }
    
    main > section.sec.sec_list .seccol .col_inner h5   {
        width: 100%;
        left: 0;
    }
    main > section.sec.sec_list:not(.phases) .seccol    {
        background-image: none;
    }
    main > section.sec.sec_list:not(.phases) .seccol:after   {
        display: none;
    }
    
    main > section.sec.sec_list.phases .seccol h3:has(.self_start)   {
        align-items: flex-start;
    }

/*    
    main > section.sec.sec_list.phases .seccol h3:not(:has('.self_start')) span:first-of-type    {
        padding-right: 7.63vw;
    }
*/    
    main > section.sec.sec_list.phases .seccol h3 span:nth-of-type(2) {
        line-height: 1;
    }
    
    main > section.sec.sec_list.phases .seccol h3 span:last-of-type {
        padding-left: 0;
        margin-top: -1vw;
    }

}