@charset "shift_jis";

@media screen and (min-width: 750px) {

div.content ul {
    padding:0;
}

.content_top_text {
    width:86%;
    margin:1vw auto 3vw;
}
.top_text_1 {
    color:#2b60b5;
    font-size: 1.5vw;
}
span.kenjin_text {
    font-size: 1.4vw;
    font-weight: bold;
}

.list_number {
    width:4%;
    margin-left:2%;
    float:left;
}
.list_content {
     width:94%;
    float:left;
}

.list_content:after {
    clear:both;
}

}

@media screen and (max-width: 750px) {

div.content ul {
    padding:0;
}

.content_top_text {
    width:98%;
    margin:3vw auto 5vw;
}
.top_text_1 {
    color:#2b60b5;
    font-size: 5.2vw;
}
span.kenjin_text {
    font-size: 5vw;
    font-weight: bold;
}

.list_number {
    width:8%;
    margin-left:4%;
    float:left;
}
.list_content {
     width:88%;
    float:left;
}

.list_content:after {
    clear:both;
}

}