@charset "UTF-8";

.widget_menu01 .category_img a img {
    display: inline-block;
    border-radius: 50%;
    width: 30%;
}

/*---------------位置調整---------------*/
.widget_menu01.add_design3 .inner_item> .category_img~* {
    width: calc(80% - 2vw);
}
 .widget_menu01.add_design3 .category_img {
    width: 20%;
}
@media screen and (max-width: 500px){
.widget_menu01 li .inner_item_txt {
    text-align: center;
}
}
@media screen and (max-width: 800px) {
.heading.block_header_2 {
    text-align: center;
}
}

/*--------------------------------------------*/
.widget_menu01 li .inner_item_txt dl>* {
    text-align: left;
}

@media screen and (max-width: 500px) {
.widget_menu01 li .inner_item_txt {
    display: flex;
  }
}

/*-----　表組み左側固定
---------------------------------------*/
.outer table.resp tr th:first-child,
.outer table.resp tr td:first-child {
  position: sticky;
  top: 0;
  left: 0;
}
.outer table.resp tr th:first-child::before,
.outer table.resp tr td:first-child::before{
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px #D4E0DD solid;
  border-right: 1px #D4E0DD solid;
  background-color: #E8F6F2;
  z-index: -1;
  box-sizing: content-box;
  padding-left: 1px;
}
.outer table.resp tr th:first-child::before {
  background-color: #DAF0EA;
}