@charset "utf-8";

/* TITLE */ 
.visual__title    { font-size:2.4rem ; line-height:3.6rem }
.visual__title br { display:block }
.SS21__sub { 
    position:relative ; top:0.4rem ;
    font-size:70% ; line-height:inherit ; color:inherit ; font-weight:inherit ; word-break:inherit }
 
/* IMAGE */
#SS21__img1 { max-width:40rem }
#SS21__img2 { max-width:60rem }
#SS21__imgs12 { margin-bottom:0 }

#SS21__imgs12 , #SS21__img3 , #SS21__img4 , #SS21__img5 { padding-top:2rem }

#SS21__img3 , #SS21__img4 { max-width:66rem }
#SS21__img5 { max-width:20rem }

.SS11__math { max-width:100% ; display:inline-block ; position:relative }
#SS11__math01 , #SS11__math12 , #SS11__math16 { top:-0.6rem }
#SS11__math03 , #SS11__math04 , #SS11__math05 , #SS11__math09 { top:1rem }
#SS11__math08 , #SS11__math10 , #SS11__math11 , #SS11__math14 , #SS11__math16 { display:block ; margin:0.7rem auto 0  }
 
 

/* PC **********/
@media all and (min-width:1100px){

    /* TITLE */
    .visual__title { font-size:4rem ; line-height:5.6rem }
    
     
    /* IMAGE */
    #SS21__imgs12 { max-width:101rem }
    #SS21__img1 { max-width:40rem ; width:39.60% }
    #SS21__img2 { max-width:60rem ; width:59.40% }
 
    #SS21__img5{
        float:right ; 
        margin:0 0 0.5rem 4rem ; padding-top:0.7rem ;
    }   
 
} 
 