@charset "UTF-8";


.innerwrap h3, .section07 h3{
    font-weight: 700;
    margin-bottom: 13px;
}

.innerwrap h4{
    color: var(--acccent-color);
    margin-top: 10px;
}

.innerwrap{
    margin-top: 80px;
}

.eng{
    border: 1px solid var(--background-color);
    margin-bottom: 50px;

    padding: 15px;

    color: #7A7A7A;

    word-spacing: 3px;
}

.section04 b{
    color: var(--acccent-color);
}

.section05{
    background-color: var(--background-color);
    height: max-content;
    object-fit: contain;
}

html:lang(en) .section05{
    background-color: var(--background-color);
    min-height: 700px;
    object-fit: contain;
}

html:lang(jp) .section05, html:lang(cn) .section05{
    background-color: var(--background-color);
    min-height: 680px;
    height: max-content;
    object-fit: contain;
}

.section05 .innerwrap{
    padding-top: 30px;
}

.section05-flex{
    min-height: 300px;
    max-height: 500px;
}

.section05-txt1, .section05-txt2, .section05-txt3{
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 15px;

    border-radius: 5px;
}

.section05-img{
    background-image: url('../img/chart.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-position-y: center;
}

.level{
    font-weight: 300;
    margin-bottom: 5px;

}


.tablehd{
    background-color: var(--background-color);
    height: 40px;
    font-weight: 600;
}

.eslTb tr{
    border-bottom: 1px solid var(--background-color);
    border-left: 1px solid white;
    border-right: 1px solid white;
}

@media screen and (min-width: 1300px) {
	.innerwrap{
		width: 65% !important;
	}
}

@media screen and (min-width: 1001px) {
    .innerwrap h3{
        font-size: 23pt;
    }

    .section05-flex{
        display: flex;
        align-items: center;
        height: 600px;
    }

    .section05-img{
        height: 90%;
        width: 55%;
    }

    .section05-txt{
        width: 50%;
    }

    .level{
        font-size: 12pt;
    }
    
    
	.eslTb{
	    width: 100%;
	    text-align: center;
	    border-collapse: collapse;
	    border-top: 1px solid white;
	
	    height: 300px;
	}
}

@media screen and (max-width: 1000px) {
    .innerwrap h3{
        font-size: 18pt;
    }

    .section05{
        height: 620px;
    }
    
    .section05-flex{
    	height: 600px;
    }

    .section05-img{
        height: 30%;
        width: 100%;
    }

    .section05-txt{
        width: 100%;
    }

    .level{
        font-size: 10pt;
    }
    
	.eslTb{
	    width: 100%;
	    text-align: center;
	    border-collapse: collapse;
	    border-top: 1px solid white;
	
	    height: 250px;
	}
	
	 .eslTb tr{
	    border-bottom: 1px solid var(--background-color);
	    border-left: 1px solid white;
	    border-right: 1px solid white;
	}
}

@media screen and (max-width: 500px){
	.section05 .innerwrap {
	    padding-top: 14px;
	}
	
	.innerwrap {
	    width: 100%;
	}
}	