﻿.top-lead-text {
  margin-top: 40px;
  line-height: 2.0;
  text-align: center;
}

.top-group {
  margin-top: 70px;
  padding: 70px 0 90px;
  background-image: url(/assets_new/img/company/group_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-group-box > dl > dt {
  background-color: #0075c1;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}

.top-group-box > dl > dd {
  padding: 40px 25px 25px;
  background-color: #d2edff;
}

.top-group-box > dl > dd > p {
  color: #0075c1;
  font-size: 2.4rem;
  text-align: center;
}

.top-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.top-group-list > dl {
  width: 100%;
  background-color: #fff;
}

.top-group-list > dl:nth-of-type(n+2) {
  margin-left: 10px;
}

.top-group-list > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 84px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}

.top-group-list > dl > dt > p {
  margin-top: -5px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
}

.top-group-list > dl > dd {
  padding: 15px 20px 25px;
  text-align: center;
}

.top-group-list > dl > dd > p {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.top-group-list > dl > dd > a {
  display: inline-block;
  margin-top: 20px;
  padding-left: 15px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #333;
  text-decoration: none;
}

.top-group-other {
  margin: 20px auto 0;
}

.top-group-other > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.top-group-other > dl > dt {
  position: relative;
  width: 238px;
  padding-left: 20px;
  background-image: url(/assets_new/img/company/group_label_04.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top-group-other > dl > dt > p {
  color: #fff;
  font-weight: bold;
  line-height: 90px;
}

.top-group-other > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 238px);
  padding-right: 60px;
  padding-left: 30px;
}

.top-group-other > dl > dd > p {
  margin-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.top-group-other > dl > dd > a {
  display: inline-block;
  margin-left: auto;
  padding-left: 15px;
  background-image: url(/assets_new/img/common/icon_link.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #333;
  text-decoration: none;
}

.top-group-data {
  margin-top: 60px;
}

.top-group-data > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-group-data > ul > li:nth-of-type(n+2) {
  margin-left: 20px;
}

.top-group-data > ul > li:last-of-type {
  width: 240px;
}

.top-group-data > ul > li:last-of-type > dl {
  margin-bottom: 15px;
  padding: 3px;
  background-color: #fff;
}

.top-group-data > ul > li:last-of-type > dl > dt {
  background-color: #e4f4ff;
  color: #0075c1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.top-group-data > ul > li:last-of-type > dl > dd {
  padding: 15px 0;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.top-group-data > ul > li:last-of-type > dl > dd > span {
  font-size: 1.4rem;
  font-weight: 500;
}

.top-group-data > ul > li:last-of-type .attention-list {
  margin-top: 50px;
  text-align: right;
}

.top-nav-list {
  margin-top: 90px;
}

.top-nav-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-nav-list > ul > li {
  width: 23.5%;
}

.top-nav-list > ul > li > a {
  display: block;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07);
  color: #333;
  text-decoration: none;
}

.top-nav-list > ul > li > a > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  padding-left: 25px;
  background-image: url(/assets_new/img/common/icon_link.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .top-lead-text {
    margin-top: 30px;
  }
  .top-group {
    margin-top: 30px;
    padding: 40px 0;
  }
  .top-group-box > dl > dt {
    font-size: 2.0rem;
    line-height: 40px;
  }
  .top-group-box > dl > dd {
    padding: 20px 10px;
  }
  .top-group-box > dl > dd > p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .top-group-list {
    display: block;
    max-width: 330px;
    margin: 20px auto 0;
  }
  .top-group-list > dl:nth-of-type(n+2) {
    margin: 20px 0 0;
  }
  .top-group-list > dl > dt {
    display: block;
    height: auto;
    background-image: none !important;
  }
  .top-group-list > dl > dt > p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.8rem;
  }
  .top-group-list > dl > dd > p {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .top-group-list > dl > dd > a {
    margin-top: 15px;
    padding-left: 10px;
    background-size: 6px;
  }
  .top-group-other {
    max-width: 330px;
  }
  .top-group-other > dl {
    display: block;
  }
  .top-group-other > dl > dt {
    width: 100%;
    padding: 0;
    background-image: none;
  }
  .top-group-other > dl > dt > p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
  }
  .top-group-other > dl > dd {
    display: block;
    width: 100%;
    padding: 15px 20px 25px;
    text-align: center;
  }
  .top-group-other > dl > dd > p {
    margin: 15px 0 0;
    font-size: 1.6rem;
  }
  .top-group-other > dl > dd > a {
    margin: 15px 0 0;
  }
  .top-group-data {
    margin-top: 30px;
  }
  .top-group-data > ul {
    display: block;
  }
  .top-group-data > ul > li:nth-of-type(n+2) {
    margin: 20px 0 0;
  }
  .top-group-data > ul > li:not(:last-of-type) {
    padding: 0;
  }
  .top-group-data > ul > li:last-of-type {
    width: 280px;
    margin: 30px auto 0;
  }
  .top-group-data > ul > li:last-of-type > dl > dt {
    font-size: 1.6rem;
  }
  .top-group-data > ul > li:last-of-type > dl > dd {
    font-size: 1.8rem;
  }
  .top-group-data > ul > li:last-of-type > dl > dd > span {
    font-size: 1.2rem;
  }
  .top-group-data > ul > li:last-of-type .attention-list {
    margin-top: 20px;
  }
  .top-nav-list {
    margin-top: 40px;
  }
  .top-nav-list > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-nav-list > ul > li {
    width: 48%;
  }
  .top-nav-list > ul > li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .top-nav-list > ul > li > a > dl > dd {
    height: 60px;
    padding-left: 15px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .top-group-list > dl > dt > img {
    display: none;
  }
  .top-group-other > dl > dt > img {
    display: none;
  }
  .top-nav-list > ul > li:nth-of-type(n+2) {
    margin-left: 2%;
  }
  .top-nav-list > ul > li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .top-nav-list > ul > li:nth-of-type(n+5) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top-group-other > dl > dd {
    padding: 0 20px;
  }
  .top-group-other > dl > dd > p {
    margin-left: 20px;
    font-size: 1.4rem;
  }
}
