@charset "utf-8"; 
/* USER.php */
.TE2S4_line_header { margin-bottom:3rem }
#TE2S_index li { width:33.33% }


.TE2S_MPI { width:100% ; max-width:55rem ; margin:auto }
.TE2S_MPI_sub { padding-top:4rem  } 
.TE2S_MPI_sub:first-of-type { padding-top:0  } 
.TE2S_MPI_sub > b { 
    display:block ; margin-bottom:1rem ;
    font-size:1.3rem ; line-height:1.8rem ; color:#254480 ; font-weight: 600 ; text-align:left ; letter-spacing: -1px; 
}


/* SUB LIST */
.TE2S_MPI_sub ul , .TE2S_MPI_sub ul > li , .TE2S_MPI_sub dl , .TE2S_MPI_sub dl > dt , .TE2S_MPI_sub dl > dd { display:block }
.TE2S_MPI_sub ul , .TE2S_MPI_sub dl { margin-bottom:1rem } 
.TE2S_MPI_sub dl > dt , .TE2S_MPI_sub dl > dd ,
.TE2S_MPI_sub p , .TE2S_MPI_sub ul > li {  font-size:0.8rem ; line-height:1.4rem ; color:#444444 ; font-weight: 300 }
.TE2S_MPI_sub p { margin-bottom:1rem ; text-align:justify }  
.TE2S_MPI_sub ul > li , .TE2S_MPI_sub dl > dd  { 
    padding-left:0.5rem ; text-align:justify ;  margin-bottom:0.25rem ;
    background:url(../TE2_img/dot_b20.png) no-repeat 0 0.7rem ; background-size:0.15rem 0.15rem }
.TE2S_MPI_sub p:last-child ,  .TE2S_MPI_sub dl > dd:last-child ,  .TE2S_MPI_sub dl:last-child ,  
.TE2S_MPI_sub ul:last-child , .TE2S_MPI_sub ul > li:last-child { margin-bottom:0 }
.TE2S_MPI_sub ul > li > a { font-size:inherit ; line-height:inherit ; color:inherit ; font-weight:inherit }
.TE2S_MPI_sub ul > li > a:hover { text-decoration:underline }
.TE2S_MPI_sub dl > dt { font-weight:600; color:#111111 }




/* MOBILE ****/
@media all and (max-width:1100px){
 
    .TE2S_MPI { max-width:none ; padding:0 1.5rem ; box-sizing:border-box }

}