@charset "UTF-8";
/* CSS Document */
.diversityPage {
  /* CSS Document */ }
  .diversityPage table {
    width: 100%; }
    .diversityPage table td,
    .diversityPage table th {
      border: 1px solid #ccc;
      padding: 8px 16px;
      box-sizing: border-box; }
      .diversityPage table td p + p,
      .diversityPage table th p + p {
        padding: 0px;
        margin: 10px 0 0 0; }
    .diversityPage table th {
      background-color: #eee;
      width: 20%; }
  .diversityPage .btnBox {
    text-align: center;
    padding: 20px 0 30px; }
    .diversityPage .btnBox a {
      display: inline-block;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 0.8em 2em;
      box-sizing: border-box;
      width: 300px;
      border: 1px solid #438bc5;
      background-color: #438bc5;
      color: #fff; }
      .diversityPage .btnBox a:hover {
        opacity: 0.7;
        text-decoration: none; }
    .diversityPage .btnBox a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not(.no-icon):after {
      background-image: url("img/icon-link-external_w.svg"); }
  .diversityPage .box {
    display: none; }
    .diversityPage .box.show {
      display: block; }
  .diversityPage .c-tabs {
    padding-top: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between; }
    .diversityPage .c-tabs li {
      width: 31%; }
      .diversityPage .c-tabs li + li a{
        border-left: 0px;
      }
      .diversityPage .c-tabs li a {
        border: 1px solid #438bc5;
        display: block;
        text-align: center;
        font-size: 1.6rem;
        padding: 1em 0;
        position: relative; }
        .diversityPage .c-tabs li a.on {
          background-color: #438bc5;
          color: #fff; }
          .diversityPage .c-tabs li a.on:after {
            content: "▼";
            color: #438bc5;
            position: absolute;
            bottom: -1em;
            left: 50%;
            margin-left: -0.5em; }
  .diversityPage .mod-lead br {
    display: none; }

@media screen and (max-width: 46em) {
  .diversityPage .mod-lead br {
    display: inline; }

  .diversityPage .c-tabs li {
    width: 32%; }

  .diversityPage .c-tabs {
    padding-top: 10px;
    margin-bottom: 20px; }

  .diversityPage .c-tabs li a {
    font-size: 1.2rem;
    display: flex;
    height: 5em;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    padding: 0 0.3em; }
    .diversityPage .c-tabs li a.on:after {
      bottom: -0.8em; }

  .diversityPage .btnBox a {
    width: 100%; } }

