.ks_menu {
    padding: 10px 15px 10px 15px;

}

.maker h3,
.works h3 {
  position: relative;
  padding: 1rem .5rem;
  font-weight: 500;
  margin: 80px 0 35px 0;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.maker h3:after,
.works h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#cdeef7), to(#009efd));
  background-image: -webkit-linear-gradient(right, #cdeef7 0%, #009efd 100%);
  background-image: linear-gradient(to left, #cdeef7 0%, #009efd 100%);
}
.maker h3:before,
.works h3:before {
  bottom: -1px;
  position: relative;
  font-family: "Material Icons";
  content: "\e8b8";
  font-size: 20px;
  margin-right: 7px;
    color: #009efd;
}

.works ul li {
    display: flex;
    margin-bottom: 25px;
}
.works ul li>p {
    width: 30%;
    margin-right: 25px;
}
.works ul li p img {
    width: 100%;
    height: auto;
}
.works h4 {
    font-weight: 500;
    margin-top: 55px;
    margin-bottom: 15px;
    font-size: 20px;
border-left: solid 7px #ccc;
  padding-left: 15px;
}
.works ul li h4 {
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 20px;
}
.works h5 {
  margin: 55px 0 -15px 0;
  font-size: 18px;
  border-bottom: dotted 1px #333;
  padding-bottom: 7px;
font-weight: 500;
}
.works ul li div {
    width: calc( 70% - 25px );
}

.works .zai_img2 {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.works .zai_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0 0 0 ;
}
.works .zai_img2:after,
.works .zai_img:after {
    content: "";
    width: 32%;
}
.works .zai_img2 li,
.works .zai_img li {
    width: 32%;
    margin-bottom: 12px;
font-size:12px;
text-align:center;
display: block;
}
.works .zai_img2 li img,
.works .zai_img li img {
    width: 100%;
    height: auto;
display: block;
margin-bottom:5px;
}

.works dl dt {
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 20px;
}
.works dl dd ol {
    display: flex;
    flex-wrap: wrap;
}
.works dl dd ol li {
    margin: 0 10px 10px 0;
    padding: 5px 15px 8px 15px;
    border-radius:8px;
    border:solid 1px #999;
}

.btn_mkr {
    border: solid 1px #999;
    display: block;
    padding: 5px 15px 7px 15px;
    width: 15em;
    text-align: center;
    float: right;
}
.btn_mkr:before {
  bottom: -1px;
  position: relative;
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 14px;
  margin-right: 4px;
}

@media screen and (max-width: 769px) {
    .works ul li {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 55px;
    }
.works ul li>p {
    width: 70%;
    margin-right: 0;
    margin-bottom: 25px;
}
.works ul li div {
    width: 100%;
}
.works .zai_img2 li,
.works .zai_img li {
    width: 49%;
}
.spmgn {
    margin-bottom: 35px;
}
.works h4,
.works ul li h4 {
  margin-bottom: 12px;
}
}
@media screen and (max-width: 480px) {
.works ul li>p {
    width: 90%;
    margin-right: 0;
    margin-bottom: 25px;
}
.works .zai_img2,
.works .zai_img {
    justify-content: center;
}
.works .zai_img2 li,
.works .zai_img li {
    width: 90%;
}
}

.sub_menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sub_menu li {
    width: 32%;
    border: solid 1px #999;
    text-align: center;
margin:0 10px;
}
.sub_menu li a {
    padding: 5px 15px 7px 15px;
    display: block;
}
.sub_menu li a:hover {
    background:rgb(245, 245, 245, 0.65) !important;
    color: #000;
}
.sub_menu li a:before {
  bottom: -1px;
  position: relative;
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 14px;
  margin-right: 4px;
}

.maker div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maker div dl {
    width: 31%;
    margin-bottom: 55px;
}
.maker div dl dt {
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 7px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #999;
}

@media screen and (max-width: 880px) {
.maker div dl {
    width: 47%;
}
}
@media screen and (max-width: 560px) {
.maker div dl {
    width: 100%;
}
.sub_menu li {
    width: 100%;
    margin-bottom: 7px;
}
}