  @charset "utf-8";
/* ---- - IՄʻ֧Ԯ---- */
.img_block img {
  width: 100%;
}
.content_wrap {
  padding-left: 20px;
}
.type2 {
  margin-bottom: 30px;
}
.text_block {
  line-height: 170%;
}

/* ----ibm_top---- */

/* ----composition_by_age---- */
#composition_by_age .type2 {
  margin-top: 40px;
  margin-bottom: 35px;
}
#composition_by_age .img_block {
 width: 280px;
 margin-right: 60px;
}
#composition_by_age .text_block {
  width: 380px;
 }
/* ----skill_area---- */
.skill_area_product h4 {
  position: relative;
  margin-top: 40px;
  font-weight: 600;
}
.skill_area_product .skill_area_product_anno {
  position: relative;
  font-size: 12px;
  text-align: right;
  margin-top: 25px;
  margin-bottom: 15px;
}
.skill_area_product h4::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f19716;
  display: inline-block;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
}

.star_icon {
  content: "";
  color: #f19716;
  font-size: 14px;
  margin-right: 3px;
}
.skill_area_product_anno .star_icon {
  font-size: 12px;
}

.skill_area_product_content {
  width: calc(100% - (20px * 2));
  height: 100%;
  padding: 15px 20px 23px 20px;
  background-color: #ecf4ff;
}
.skill_area_product_content + #product2 {
  background-color: #efffef;
  margin-top: 16px;
  padding: 15px 20px 20px 20px;
}
.skill_area_product_content + #product3 {
  background-color: #fff5e7;
  margin-top: 16px;
  padding: 15px 20px 20px 20px;
}

.skill_area_product_title {
  position: relative;
  margin-bottom: 0;
}
#product1 .skill_area_product_title {
  margin-bottom: 10px;
}
.skill_area_product_title p {
  margin-left: 10px;
  font-weight: 600;
  line-height: 172%;
}
.skill_area_product_title::after {
  content: '';
  width: 3px;
  height: 15px;
  background-color: #66a7ff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  margin-right: 10px;
}
#product2 .skill_area_product_title::after {
  background-color: #66cc66;
}
#product3 .skill_area_product_title::after {
  background-color: #ffb964;
}

.middleware {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.middleware > li {
  background-color: #fff;
  padding: 15px 15px 8px 15px;
  width: calc(50% - 35px);
  margin-bottom: 10px;
}
.middleware > li:last-child {
  margin-bottom: 0;
}
.middleware > li p {
  font-weight: 600;
  margin-bottom: 8px;
}

.skill_area_product_list {
  padding-left: calc(25px + 1em);
  text-indent: -1.2em;
  line-height: 160%;
}
#product1 .skill_area_product_list {
  padding-left: calc(10px + 1em);
}

/* ----customer---- */

/* ----ibm_engineer---- */


/*
****     SP     ***
**/
@media (max-width: 767px) {
  .content_wrap {
    padding-left: 0;
  }
  .type1 {
    margin-bottom: 15px;
  }
  #ibm #main {
    padding: 0;
    padding-bottom: 40px;
  }
  .ibm_wrap {
    padding: 0 10px;
  }
  .type2 {
    padding: 10px 15px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  /* ----ibm_top---- */

  /* ----composition_by_age---- */
  #composition_by_age .img_block {
    width: 100%;
    max-width: 280px;
    margin: auto;
  }
  #composition_by_age .text_block {
    width: 100%;
    margin-top: 30px;
  }

  /* ----skill_area---- */
  .middleware {
    display: block;
  }
  .middleware > li {
    width: calc(100% - 30px);
  }
}