@charset "utf-8";

main > section.sec.sec_list {
    padding-bottom: 0;
}

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 .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 .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 {
      margin-bottom: 7.63vw;
    }

    main > section.sec.sec_list .seccol.has_after:after {
      display: none;
    }

}
