@charset "utf-8";

.perio_sub_box {
    display: flex;
    justify-content: space-between;
}
.perio_sub_text {
    width: 55%;
    line-height: 1.7rem;
    font-size: 1.1em;
    padding-left: 10px;
}
.perio_sub_img {
    width: 40%;
}
.prevention_img {
    width: 47%;
}
.prevention_text {
    width: 50%;
    line-height: 1.7rem;
    font-size: 1.1em;
}





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


}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
.perio_sub_box {
     flex-direction: column;
}
.perio_sub_text {
    width: 96%;
    padding-left: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.perio_sub_img {
     width: 100%;
}
.prevention_img {
    order: 2;
     width: 100%;
}
.prevention_text {
    order: 1;
     width: 96%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}


}
