@charset "UTF-8";
@font-face {


}

/*ここからCSSの記述*/
	html{
		height: 100%;
		width: 100%;
	}
	
	body{
	    position: relative;
		margin: 0;
		background-color: #000000;
		color: #ffffff;
	}
	
	.title-caution{
	    margin: 30%;
	    width: 40%;
	    height: auto;
	}
	
	.title{
	    margin-left: 30%;
	    margin-top: 2vw;
	    margin-bottom: 2vw;
	    width: 40%;
	    height: auto;
	}
	
	.date{
	    margin-left: 50vw;
	    font-size: 1.3vw;
	    margin-bottom: 6vw;
	}
	
	.miss-image{
	    width: 100%;
	}
	
	.miss-back{
	    margin-left: 40%;
	    font-size: 2vw;
	    color: #ffffff;
	}
	
	.caution-title{
	    margin-bottom: 2vw;
	    text-align: center;
	    font-size: 3vw;
	}
	
	.caution-sentence{
	    text-align: left;
	    margin-left: 6%;
	    font-size: 2.3vw;
	    line-height: 3vw;
	    white-space: pre;
	    margin-bottom: 1.5vw;
	}
	
	.caution-link{
	    font-size: 2.5vw;
	    color: white;
	    margin-left: 22.5vw;
	}
    
    .step1-story-title{
	    text-align: center;
	    font-size: 5vw;
    }
    
    .step1-story-instruction{
	    margin-left: 18%;
	    font-size: 2.5vw;
	    line-height: 3vw;
	    margin-top: 4%;
	    margin-bottom: 4%;
	    white-space: pre;
    }

    .step1-story-link{
        margin-left: 44vw;
        font-size: 3vw;
        color: white;
    }
    
    .step1-quiz-title{
	    text-align: center;
	    font-size: 5vw;
    }
    
    .step1-quiz-instruction{
	    text-align: left;
	    margin-left: 10vw;
	    font-size: 2.2vw;
	    line-height: 3vw;
	    white-space: pre;
	    margin-bottom: 1.8vw;        
    }
    
    .step1-quiz-top{
        color: #ffffff;
        font-size: 2.3vw;
        margin-left: 20%;
        margin-bottom: 1vw;
    }
    .step1-quiz-middle{
        color: #ffffff;
        font-size: 2.3vw;
        margin-left: 20%;  
        margin-bottom: 1vw;
    }
    
    .step1-quiz-bottom{
        color: #ffffff;
        font-size: 2.3vw;
        margin-left: 20%;  
        margin-bottom: 2vw;
    }
    
    .step1-quiz-answerbox{
        text-align: center;
        margin-left: 39.7%;
        margin-bottom: 3vw;
        font-size: 1.7vw;
        height: 3.2vw;
        width: 20vw;
        border-radius: 4px;
        border: 3px solid #ccc;
    }

    .step1-quiz-answerbox:focus {
        outline: none;
        border-color: #2196f7;
    }
    .step1-quiz-submit {
        display: block; /* 追加 */
        margin: 0 auto; /* 追加 */
        width: 2.8vw;
        padding: 1vw 2vw;
        border-radius: 4vw;
        border: none;
        background-color: #ffffff;
        font-size: 1.1vw;
        text-align: center;
        font-weight: bold;
        color: #000000;
    }

    .step1-quiz-submit:active {
        margin-top: 4px;
        background-color: #309bf2;
        border-bottom: 3px solid #006366;
    }
    
    .step2-quiz-inst{
        margin-left: 10%;
        width: 85%;
        height: 40%;
    }
    
    .step2-quiz-image{
        width: 47%;
        margin-left: 2%;
    }
    
    .step2-quiz-caption{
        font-size: 2vw;
        margin-top: 1vw;
        margin-bottom: 1vw;
        text-align: center;
    }
    
    .step2-quiz-answerbox{
        margin-left: 39%;
        margin-bottom: 1.5vw;
        text-align: center;
        font-size: 1.7vw;
        height: 3.2vw;
        width: 20%;
        padding: 1vw 1vw;
        border-radius: 4px;
        border: 3px solid #ccc;
    }

    .step2-quiz-answerbox:focus {
        outline: none;
        border-color: #2196f7;
    }
    .step2-quiz-submit {
        display: block; /* 追加 */
        margin: 0 auto; /* 追加 */
        width: 2.8vw;
        padding: 1vw 2vw;
        border-radius: 4vw;
        border: none;
        background-color: #ffffff;
        font-size: 1.1vw;
        text-align: center;
        font-weight: bold;
        color: #000000;
    }

    .step2-quiz-submit:active {
        margin-top: 4px;
        background-color: #309bf2;
        border-bottom: 3px solid #006366;
    }
    
    .step3-quiz-inst{
        margin-left: 10%;
        width: 85%;
        height: 40%;
    }
    
    .step3-quiz-inst-sentence{
        margin-left: 15%;
        font-size: 5vw;
        margin-bottom: 5%;
    }

    .step3-quiz-image{
        width: 47%;
        margin-left: 1.7%;
    }
    
    .step3-quiz-answerbox{
        margin-left: 39%;
        margin-bottom: 1.5vw;
        font-size: 1.4vw;
        text-align: center;
        height: 3vw;
        width: 20%;
        padding: 1vw 1vw;
        border-radius: 4px;
        border: 3px solid #ccc;
    }

    .step3-quiz-answerbox:focus {
        outline: none;
        border-color: #2196f7;
    }
    .step3-quiz-submit {
        display: block; /* 追加 */
        margin: 0 auto; /* 追加 */
        width: 2.8vw;
        padding: 1vw 2vw;
        border-radius: 4vw;
        border: none;
        background-color: #ffffff;
        font-size: 1.1vw;
        text-align: center;
        font-weight: bold;
        color: #000000;
    }

    .step3-quiz-submit:active {
        margin-top: 4px;
        background-color: #309bf2;
        border-bottom: 3px solid #006366;
    }
    