@charset "UTF-8";

#contentArea > header::after {
  background-image: url(../../company/group/images/company_group_main.jpg);
  }

/* list-group */
#contentArea ul.list-group {
  margin: 0;
  list-style-type: none;
  }
  #contentArea ul.list-group li {
    margin-bottom: 80px;
    }
    #contentArea ul.list-group li a {
      display: block;
      text-decoration: none;
      }
      #contentArea ul.list-group li dl {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
        }
        #contentArea ul.list-group dt {
          width: 33.33%;
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
          }
          #contentArea ul.list-group dl dt img {
            vertical-align: bottom;
            }
        #contentArea ul.list-group dd {
          margin-left: 8.33%;
          width: 58.33%;
          }
          #contentArea ul.list-group dd span {
            margin: 8px 0;
            font-weight: bold;
            text-decoration: underline;
            }
            #contentArea ul.list-group a:hover dd span.icon_link.icon_blank::after {
              background-image: url(../../asset/images/icon_blank_hover.svg);
              }
          #contentArea ul.list-group dd p {
            color: #111827;
            }

/* nolink */
#contentArea ul.list-group .nolink dd span {
  text-decoration: none;
  }
  #contentArea ul.list-group .nolink dd span.icon_link.icon_blank::after {
    background-image: none;
    }

/* ---------------------------------------------------------------------
	SP
*/
@media only screen and (max-width : 767px) {

  /* list-group */
  #contentArea ul.list-group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    }
    #contentArea ul.list-group li {
      margin-bottom: 40px;
      width: 100%;
      }
        #contentArea ul.list-group li dl {
          flex-direction: column;
          }
          #contentArea ul.list-group dt {
            width: 100%;
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
            }
            #contentArea ul.list-group dl dt img {
              vertical-align: bottom;
              }
          #contentArea ul.list-group dd {
            margin-left: 0;
            width: 100%;
            }
            #contentArea ul.list-group dd span {
              margin: 16px 0 4px;
              font-size: 1.8rem;
              }

}