@charset "UTF-8";

/* 共通デザイン */
/* image */
.prologue_image{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

/* main */
.problem{
    width: 50%;
    height: 80%;
    position: absolute;
}
.ability_number{
    width: 50%;
    height: auto;
    text-align: center;
    margin: auto 0;
}
.ability_title{
    text-align: center;
}

/*PCデザイン*/
@media screen and (min-width:845px){
    .problem{
        top: 15%;
        right: 0;
    }
    .problem > p{
    margin: 10% 20% 15% 20%;
    }
    .ability_content{
        width: 50%;
        height: auto;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}
/*スマホデザイン*/
@media screen and (max-width:844px){
    .problem{
        top: 10%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .problem > p{
        text-align: center;
        margin-top: 30%;
    }
    .ability_content{
        width: 100%;
        height: auto;
    }
}