@charset "utf-8";

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

main > section.sec.sec_list .seccol h3  {
    margin-bottom: 15px;
    padding-left: 5px;
    line-height: 140%;
}

main > section.sec.sec_list .seccol.flex  {
  align-items: stretch;
  align-content: flex-start;
}

main > section.sec.sec_list .seccol h3.roboto-condensed {
    display: block;
    line-height: 0;
    height: 50px;
    letter-spacing: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
}

main > section.sec.sec_list .seccol h3.roboto-condensed span  {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    transform: rotate(-90deg) translateX(calc(-100% - 65px));
    transform-origin: top left;
    text-align: left;
    height: 58px;

}
main > section.sec.sec_list .seccol .contentarea {
    padding-left: 78px;
}
main > section.sec.sec_list .seccol h3 span.sansserif {
  display: block;
  line-height: 140%;
}

main > section.sec.sec_list .seccol h3 span.sansserif:first-of-type {
}

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

main > section.sec.sec_list .seccol hr {
  appearance: none;
  border: 0;
  border-bottom: 1px solid rgba(205, 205, 205, 0.5);
  background-color: transparent;
  position: relative;
  left: -20px;
  width: calc(100% + 20px);
}

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;
}

main > section.sec.sec_list .seccol.has_after {
  margin-bottom: 200px;
}



@media screen and (max-width: 834px)    {
  
    main > section.sec.sec_list {
      padding-bottom: 0;
    }
    main > section.sec.sec_list .seccol:after   {
        top: 7.63vw;
    }
    
    main > section.sec.sec_list .seccol h3.roboto-condensed {
        height: 7.63vw;
        letter-spacing: 0;
        padding-left: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    main > section.sec.sec_list .seccol h3.roboto-condensed span  {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        transform: rotate(-90deg) translateX(calc(-100% - 10.14vw));
        transform-origin: top left;
        text-align: left;
        height: 6vw;
    }

    main > section.sec.sec_list .seccol .contentarea  {
        padding-left: 7.63vw;
    }
    main > section.sec.sec_list .seccol .col_inner p    {
        padding-right: 5.09vw;
    }
    
    main > section.sec.sec_list .seccol h3   {
        align-items: flex-start;
    }
    
    main > section.sec.sec_list .seccol h3 span.sansserif {
        padding-left: 0;
        line-height: 116.66%;
    }

    main > section.sec.sec_list .seccol.has_after .col_inner:after   {
        display: block;
        height: 12.72vw;
        bottom: -12.72vw;
    }
    
    main > section.sec.sec_list .seccol.has_after {
      margin-bottom: 25.44vw;
    }
}
