@charset "UTF-8";

#check_list + section .inner_item_txt {
    background: var(--i_sub_color);
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 15px;
}
#check_list + section .check_wrap {
  background: #fff;
    box-shadow: 3px 3px 6px grey;
    border-radius: 15px;
    padding-top: 3rem;
    padding-bottom: 1rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  position: relative;
}

#check_list + section .check_wrap:before {
  position: absolute;
  content: "";
  background: url(/common/upload_data/ietochitatemono-baikyakucom/image/20220607111752.png);
  display: block;
  bottom: 5px;
  right: 10px;
    background-size: contain;
    width: 130px;
    height: 118px;
    background-repeat: no-repeat;
}


#check_list + section .list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
#check_list + section .list .list_li {
  list-style: none;
  padding-left: 4rem;
  position: relative;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#check_list + section .list .list_li:before {
  content: "";
  position: absolute;
  display: block;
  background: url("/common/upload_data/ietochitatemono-baikyakucom/image/20220725130440.png");
  width: 30px;
  height: 30px;
  background-size: contain;
  left: 0;
  top: 2px;
}


@media screen and (max-width: 900px) {
#check_list + section .check_wrap {
  width: 90%;
}
  #check_list + section .inner_item_txt {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
#check_list + section .check_wrap {
  padding-bottom: 10rem;
}
#check_list + section .list {
  padding-left: 4%;
  padding-right: 4%;
}
#check_list + section .list .list_li {
  font-size: 1.8rem;
}
#check_list + section .list .list_li:before {
  width: 26px;
  height: 26px;
}
}















.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(3), .composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(2), .composite_box01:not(.block_images_13) .inner_item:nth-of-type(3):nth-last-of-type(1) {
      background: #eee;
    padding: 3rem;
    border-radius: 15px;
}

#merit1 + .composite_box01 .inner_item_img img,
#merit2 + .composite_box01 .inner_item_img img {
  object-fit: contain;
}

#merit2 + .composite_box01 .inner_item:last-of-type {
  display: none;
}
#merit2 + .composite_box01 .wrapper_item {
  justify-content: center;
}

/*---------チェックリストのアイコンを削除---------*/
#check_list + section .check_wrap:before{
content: none;
}