@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 750px) {
    .kimono_hikaku_text {
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    margin: 30px 0;
}
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
.kimono_hikaku {
    display: flex;
    justify-content: space-between;
}
  .kimono_hikaku_text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
} 
    .kimono_hikaku_box{
        width: 49%;
    }
    .kimono_hikaku_text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
}
}
@media screen and (min-width:1025px), print, tv {
.kimono_hikaku {
    display: flex;
    justify-content: space-between;
}
    .kimono_hikaku_box{
        width: 48%;
    }
  .kimono_hikaku_text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
} 

}