@charset "utf-8";
.implant_keikaku {
     display: flex;
    justify-content: space-between;
}
.implant_keikaku li {
    width: 30%;
}
.lisk li{
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 15px;
}





/* 835px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 835px) {


}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {


}
