@charset "UTF-8";

/*料金について*/
#price + .widget_menu01 .category_img {
  display: none;
}
#price + .widget_menu01 .inner_item .mbx .contents_btn01 {
  display: none;
}
#price + .widget_menu01.add_design6 .inner_item .category_img~* {
  width: 100%;
}

#problem + .contents_box01 .inner_item_txt p{
  display: block;
  margin-bottom: 0;
  text-indent: -21px;
  margin-left: 17px;
}

/*チェックリスト*/
/*修正*/
#problem + .contents_box01 .inner_item_txt{
  width: fit-content;
}

#problem + .contents_box01 .inner_item_txt p{
  display: block;
  margin-bottom: 0;
  text-indent: -21px;
  margin-left: 17px;
}
#problem + .contents_box01 .inner_item_txt p.no_ti{
   text-indent: 0;
   margin-left: 0;
}

#problem + .contents_box01 .problem_wrapper{
  margin: 0 auto;
  width: fit-content;
}

span.check img {
    position: relative;
    top: 5px;
    right: 3px;
}