@charset "utf-8";

.studio{
    padding: 4% 0 8% 0;
    text-align: left;
}
.studio_box{
    width: 80%;
    margin: 0 auto 6% auto;
}

.studio_box h2{margin-bottom: 2%;}
.studio_box h3{margin-bottom: 2%;}
.studio_box h4{
}
.studio_box p{margin-bottom: 4%;padding-left: .5em;}

.studio_box dl{
}
.studio_box dl dt{margin-bottom: 1%;}
.studio_box dl dd{margin-bottom: 4%;padding-left: .5em;}
.studio_box ol{margin-left: 3em;margin-bottom: 4%;}
.studio_box ol li{list-style-type: decimal-leading-zero;}


@media screen and (max-width:480px){

.studio_box{
    width: 90%;
    margin: 0 auto 8% auto;
}

.studio_box ol{margin-left: 1.5em;margin-bottom: 6%;}
}
