/* .top-caption {
  margin: 20px auto 5px;
} */

.case-details-inner a {
  text-decoration: underline;
  font-weight: bold;
}

.lightblu {
  color: #187cc4;
  font-weight: bold;
}

.hr_half {
  width: 60%;
  margin: 30px auto;
}

.bg_gray {
  padding: 15px;
  background: #eff3f5;
}

@media screen and (min-width: 769px) {
  .hr_half {
    margin: 50px auto 45px;
  }
  .bg_gray {
    margin-bottom: 20px;
  }
  .mb_30 {
    margin-bottom: 30px;
  }
}

/*  */
.mainVisual_bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(243, 243, 242, 1) 35%,
    rgba(243, 243, 242, 1) 100%
  );
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.mainVisual_content {
  max-width: 980px;
  margin: 0 auto 40px;
}

.top-caption {
  font-size: var(--18px);
  margin: 25px auto;
  font-weight: bold;
}

.h2_content {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 25px;
  border-bottom: solid 3px #0e4b78;
}

.list_name_wrap {
  background: #fff;
  padding: 15px 0;
}

ul.list_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.list_name li:first-child {
  width: 200px;
  padding: 25px 0;
  border-right: solid 2px #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.list_name li:first-child img {
  width: 75%;
}

ul.list_name li:last-child {
  padding: 15px 50px;
}

ul.list_content {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 30px;
  border-bottom: solid 3px #cccccc;
  padding-bottom: 20px;
  /* margin-bottom: 45px; */
}

ul.list_content li {
  margin-bottom: 20px;
}

ul.list_content li a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
}

ul.list_content li a:hover {
  text-decoration: none;
  color: #187cc4;
}

.h2_company {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p_genre {
  font-size: 17px;
}

.genre {
  width: 80px;
  display: inline-block;
  background: #0e4b78;
  color: #fff;
  padding: 0 0 2px;
  text-align: center;
}

.caption-h2 {
  margin: 10px auto 25px;
}

.sub_caption {
  font-size: var(--12px);
  color: #9a9898;
  margin: 15px 0 30px;
}

@media screen and (max-width: 927px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 34%,
      rgba(243, 243, 242, 1) 34%,
      rgba(243, 243, 242, 1) 100%
    );
  }

  .mainVisual_content {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 31%,
      rgba(243, 243, 242, 1) 31%,
      rgba(243, 243, 242, 1) 100%
    );
  }
}

@media screen and (max-width: 668px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 30%,
      rgba(243, 243, 242, 1) 30%,
      rgba(243, 243, 242, 1) 100%
    );
  }

  ul.list_name li:first-child {
    width: 26%;
  }

  ul.list_name li:last-child {
    padding: 15px 2%;
  }
}

@media screen and (max-width: 641px) {
  .top-caption {
    font-size: 2.2vw;
  }
  ul.list_content {
    font-size: 18px;
  }
}

@media screen and (max-width: 569px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 26%,
      rgba(243, 243, 242, 1) 26%,
      rgba(243, 243, 242, 1) 100%
    );
  }

  /* ul.list_name li:first-child {
    width: 35%;
  } */
}

@media screen and (max-width: 560px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 16%,
      rgba(243, 243, 242, 1) 16%,
      rgba(243, 243, 242, 1) 100%
    );
    margin-bottom: 10px;
  }

  .mainVisual_content {
    margin: 0 auto 20px;
  }

  .top-caption {
    font-size: 3.8vw;
  }

  .list_name_wrap {
    padding: 10px 0;
  }

  ul.list_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ul.list_name li:first-child {
    width: 100%;
    padding: 15px 0;
    border-right: none;
    border-bottom: solid 2px #b2b2b2;
  }

  ul.list_name li:first-child img {
    width: 50%;
  }

  ul.list_name li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h2_company {
    font-size: 5.8vw;
  }

  .caption-h2 {
    margin: 25px auto;
  }

  ul.list_content {
    font-size: 4.3vw;
    padding-left: 20px;
  }
  ul.list_content li {
    border-bottom: solid 2px #b3b3b3;
    padding: 7px 0;
  }
  ul.list_content li:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 376px) {
  .p_genre {
    font-size: 4vw;
  }
}

@media screen and (max-width: 361px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 14%,
      rgba(243, 243, 242, 1) 14%,
      rgba(243, 243, 242, 1) 100%
    );
  }

  .genre {
    width: 65px;
  }
}
