@charset "utf-8";
/* CSS Document */

/* title_img */
.title_img {
  width: 100%;
  height: auto;
}
.title_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px){
  .title_img {
    padding-right: 5%;
    padding-left: 5%;
  }
}

/* poster_img */
.poster_img {
  background-color: #fff;
  width: 100%;
}
.poster_img p {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.poster_img p img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px){
  .poster_img {
    padding-right: 5%;
    padding-left: 5%;
  }
}


/* リスト */
.case_list {}
.case_list h2 {
  margin-top: 80px;
  /* color: #0070C0; */
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3))
}
.case_list h2 span {
  font-size: 2.4rem;
}
.case_block {
  margin-top: 30px;
}
.case_block dt {
  border-radius: 6px 6px 0 0;
  background-color: #00B0F0;
  padding: 6px 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.case_block dd {}
.case_block dd .case_block_txt {
  font-size: 1.6rem;
  margin-top: 10px;
  line-height: 2;
}
.case_block dd .case_block_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #00B0F0;
  margin-top: 10px;
}
.case_block dd .case_block_box .case_block_box_img {
  width: 50%;
}
  .case_block dd .case_block_box .case_block_box_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
  }
  .case_block dd .case_block_box .case_block_box_img .copyright {
    display: block;
    margin-top: 4px;
    font-size: 1.2rem;
    text-align: right;
  }
.case_block dd .case_block_box .case_block_box_txt {
  width: 50%;
  padding: 20px 20px 36px 20px;
  line-height: 2;
}
.case_block dd .case_block_learn {
  position: relative;
  margin: 20px 10px 0;
}
.case_block dd .case_block_learn h3 {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 100vh;
  background-color: #4C93D2;
  padding: 4px 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.case_block dd .case_block_learn ul {
  border-radius: 10px;
  background-color: #DCEEFC;
  padding: 40px 30px 30px;
  font-size: 1.6rem;
}
.case_block dd .case_block_learn ul li {
  margin-bottom: 10px;
  margin-left: 30px;
}
  .case_block dd .case_block_learn ul li:last-child {
    margin-bottom: 0px;
  }
.case_block dd .case_block_learn ul li:before {
  display: inline-block;
  width: 30px;
  margin-left: -30px;
}
.case_block dd .case_block_learn ul li.icon_press:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: 900;
  padding-left: 3px;
  color: #09f;
}
.case_block dd .case_block_learn ul li.icon_youtube:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
  font-weight: 900;
  color: #ff0000;
}
.case_block dd .case_block_learn ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 639px){

  .case_list {
    margin-right: 5%;
    margin-left: 5%;
  }
  .case_list h2 {
    margin-top: 60px;
    font-size: 2.4rem;
  }
  .case_list h2 span {
    font-size: 2.0rem;
  }
  .case_block {
    margin-top: 40px;
  }
  .case_block dt {
    font-size: 1.8rem;
  }
  .case_block dd .case_block_box .case_block_box_img {
    width: 100%;
  }
  .case_block dd .case_block_box .case_block_box_txt {
    width: 100%;
    padding: 10px 20px 20px;
  }
  .case_block dd .case_block_box .case_block_box_img .copyright {
    margin-right: 4px;
  }

}

/* 資料請求 */
.commentary {
  background: #fff;
  padding: 2% 3%;
  border-radius: 20px;
  margin-top: 5%;
	margin-right: 5%;
  margin-bottom: 5%;
	margin-left: 5%;
  border:#adebbf solid 10px;
}
.commentary .commentary_tit {
    color:#07a834;
    font-weight: bold;
    margin-bottom: 3.5%;
    display: block;
    font-size: 1.8rem;
    border-bottom: #2cda5d solid 1px;
    padding-bottom: 2%;
}
.commentary_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commentary_inner .commentary_img {
  width: 270px;
}
  .commentary_inner .commentary_img img {
    width: 100%;
    height: auto;
  }
.commentary_inner .commentary_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - (270px + 3%));
}


@media screen and (max-width: 639px){
  .commentary_inner .commentary_img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .commentary_inner .commentary_txt {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

/* bn_area */
.bn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 5%;
}
  .bn_area a {
    display: block;
  }
.bn_area .btn_info {
  width: calc((100% - 40px) / 5);
  text-align: left;
}
@media screen and (max-width: 639px){
  .bn_area .btn_info {
    width: calc((100% - 10px) / 2);
  }
}
