@charset "UTF-8";

.wrapper {
    background: url("image/yellowcube.jpg");
    background-repeat: repeat;
    height: 490px;
    

}

#top {
    display: block;
    font-size: 11px;
    position: absolute;
    font-family: "游ゴシック体",sans-serif;
    color: black;
    font-weight: lighter;
    top: 64px;
    left: 18px;

}

#top1 {
    display: block;
    font-size: 11px;
    position: absolute;
    font-family: "游ゴシック体",sans-serif;
    color: black;
    font-weight: lighter;
    top: 82px;
    left: 18px;

}



#Q1 {
    display: block;
    font-size: 13px;
    position: absolute;
    font-family: "游ゴシック体",sans-serif;
    color: rgb(77, 76, 76);
    font-weight: lighter;
    top: 120px;
    left: 20px;
}

#btn01{
    display: block;
    position: absolute;
    top: 170px;
    right: 49px;
}

#btn01label{
    display: flex;
    position: absolute;
    top: 170px;
    right: 49px;
}


.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #aaa;
    color: #fff;
    border-radius: 50%;
    font-size: 1.0rem;
    cursor: pointer;
     
    
}

.btn:before {  
    content: "B";
}

.checkbox {
    display: none
}

.checkbox:checked+.btn {
    background: rgb(248, 201, 113);
}

.checkbox:checked+.btn:before {
    content: "A";
} 


#Q2 {
    display: block;
    font-size: 13px;
    position: absolute;
    font-family: "游ゴシック体",sans-serif;
    color: rgb(77, 76, 76);
    font-weight: lighter;
    top: 190px;
    left: 20px;
}

#btn02{
    display: block;
    position: absolute;
    top: 230px;
    right: 49px;
}

#btn02label{
    display: flex;
    position: absolute;
    top: 230px;
    right: 49px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #aaa;
    color: #fff;
    border-radius: 50%;
    font-size: 1.0rem;
    cursor: pointer;
     
    
}

.btn:before {  
    content: "B";
}

.checkbox {
    display: none
}

.checkbox:checked+.btn {
    background: rgb(248, 201, 113);
}

.checkbox:checked+.btn:before {
    content: "A";
} 


#Q3 {
    display: block;
    font-size: 13px;
    position: absolute;
    font-family: "游ゴシック体",sans-serif;
    color: rgb(77, 76, 76);
    font-weight: lighter;
    top: 260px;
    left: 20px;
}

#btn03{
    display: block;
    position: absolute;
    top: 300px;
    right: 49px;
}

#btn03label{
    display: flex;
    position: absolute;
    top: 300px;
    right: 49px;
}


.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aaa;
    color: #fff;
    border-radius: 50%;
    font-size: 0.8rem;
    cursor: pointer;
     
    
}

.btn:before {  
    content: "B";
}

.checkbox {
    display: none
}

.checkbox:checked+.btn {
    background: rgb(248, 201, 113);
}

.checkbox:checked+.btn:before {
    content: "A";
} 

#Q4 {
    display: block;
    font-size: 13px;
    position: absolute;
    font-family: "游ゴシック体",sans-serif;
    color: rgb(77, 76, 76);
    font-weight: lighter;
    top: 330px;
    left: 20px;
}

#btn04{
    display:block;
    position: absolute;
    top: 390px;
    right: 49px;
}

#btn04label{
    display: flex;
    position: absolute;
    top: 390px;
    right: 49px;
}


.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aaa;
    color: #fff;
    border-radius: 50%;
    font-size: 1.0rem;
    cursor: pointer;
     
    
}

.btn:before {  
    content: "B";
}

.checkbox {
    display: none
}

.checkbox:checked+.btn {
    background: rgb(248, 201, 113);
}

.checkbox:checked+.btn:before {
    content: "A";
} 

#Q5 {
    display: block;
    font-size: 13px;
    position: absolute;
    font-family: "游ゴシック体",sans-serif;
    color: rgb(77, 76, 76);
    font-weight: lighter;
    top: 410px;
    left: 20px;
}

#btn05{
    display: block;
    position: absolute;
    top: 465px;
    right: 49px;
}

#btn05label{
    display: flex;
    position: absolute;
    top: 465px;
    right: 49px;
}


.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aaa;
    color: #fff;
    border-radius: 50%;
    font-size: 1.0rem;
    cursor: pointer;
     
    
}

.btn:before {  
    content: "B";
}

.checkbox {
    display: none
}

.checkbox:checked+.btn {
    background: rgb(248, 201, 113);
}

.checkbox:checked+.btn:before {
    content: "A";
} 

#result {
    
    font-size: 13px;
    font-family: "游ゴシック体",sans-serif;
    color: black;
    font-weight: lighter;
    text-align: center;
    text-decoration:underline;
    text-decoration-color:rgb(77, 76, 76); 
    padding-top: 30px;
    




}