@charset "utf-8";
/* CSS Document */
figure {
  margin: 30px 0 0;
}
.pageLink ul {
  justify-content: center;
}
/* メディア事業　*/
.ttlL {
  border-radius: 20px;
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 15px;
  margin-top: 80px;
  text-align: left;
}
.ttlM {
  margin-top: 40px;
  font-size: 1.0rem;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.ttlL {
  background: #00003e;
}
.ttlM::before {
  content: "";
  background: #00003e;
  display: block;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 0.75em;
  left: 0.3em;
  border-radius: 1em;
}
img {
  width: 100%;
}
/* ロゴ集　*/
.logoGroup {
  margin-top: 10px !important;
  text-align: left;
}
.logoGroup dt, .logoGroup li {
  font-weight: bold;
}
.logoGroup dt a, .logoGroup li a {
  text-align: center;
  margin-bottom: 10px;
}
.logoGroup dt a:hover, .logoGroup li a:hover {
  opacity: .6;
}
/* 画像タイルリンク*/
.logoGroup dt a[target="_blank"]::after, .logoGroup li a[target="_blank"]::after {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* .container.bg */
.container.bgColor {
  background: #f8f9fa;
  padding-top: 100px;
}
.container.bgColor .contents-wrap {
  background: none;
}
.container.bgColor ul.list-dot li {
  position: relative;
  padding-left: 20px;
}
.container.bgColor ul.list-dot li::before {
  content: "";
  background: #000;
  display: block;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 0.75em;
  left: 0.3em;
  border-radius: 1em;
}
.container.bgColor ul.textLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
}
.container.bgColor ul.textLink li {
  width: 31%;
  margin-right: 14px;
}
.container.bgColor ul.textLink li:last-child {
  width: 50%;
}
/*--------------------------------------------------------------
   SP
--------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .logoGroup dt a, .logoGroup li a {
    text-align: left;
  }
  .container.bgColor ul.textLink {
    display: block;
    margin-top: 30px;
  }
  .container.bgColor ul.textLink li {
    width: 100% !important;
    margin-right: 0;
  }
  .container.bgColor {
    padding-top: 70px;
  }
}