@charset "utf-8";

main > section.sec.sec_list {
  margin-bottom: 0 !important;
  padding-bottom: 100px;
}

main > section.sec.sec_list .seccol {
    padding-top: 50px;
    padding-bottom: 40px;
}

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

main > section.sec.sec_list .seccol h3 span:first-of-type {
    letter-spacing: -3.5px;
    line-height: 1;

}

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

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

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

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 p:first-of-type  {
  margin-top: -15px;
  min-height: 120px;
}

main > section.sec.sec_list .seccol p a.graybutton {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
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 .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 ul li:not(:last-of-type) {
    margin-bottom: 0.25em;
}

main > section.sec.sec_list .seccol .col_inner ul li::marker {
  content: "・ ";
}
main > section.sec.sec_list .seccol > img   {
    max-width: 460px;
    width: 100%;
    margin-left: 58px;
    margin-bottom: 15px;
}

@media screen and (max-width: 834px)    {
  
    main > section.sec.sec_list .seccol {
        background-image: none;
    }
    
    main > section.sec.sec_list .seccol:after {
        content: "";
        display: block !important;
        width: 12.72vw;
        height: 12.72vw;
        background-image: url(/common/images/sec_bg.png);
        background-size: 12.72vw auto;
        background-repeat: repeat;
        position: absolute;
        z-index: 3;
        top: 0 !important;
        right: 0;
    }
    

    main > section.sec.sec_list .seccol > img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 59.28vw;
    }

    main > section.sec.sec_list .seccol:after   {
        top: 7.63vw;
    }

    main > section.sec.sec_list.phases .seccol h3 span:first-of-type   {
        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:after   {
        display: none;
    }
    
    main > section.sec.sec_list .seccol h3   {
        align-items: center;
        margin-left: 10.14vw;
        margin-bottom: 1.27vw;
    }

    main > section.sec.sec_list .seccol .col_inner p:first-of-type  {
        margin-top: 0;
        padding-left: 2.54vw;
        padding-right: 10.14vw;
    }

    main > section.sec.sec_list.phases .seccol h3 span:first-of-type {
        line-height: 1;
    }
    
    main > section.sec.sec_list.phases .seccol h3 span:last-of-type {
        padding-left: 0;
    }
    
    main > section.sec.sec_list .seccol h3 span:last-of-type:has(br)  {
        line-height: 116.66%;
    }

}