@charset "utf-8";
/* MOBILE */ 
   
/* list */ 
.IN82_list ul { width:100% ; box-sizing:border-box ; text-align:center }
.IN82_list li { 
    display:inline-block ; width:22.4rem ;
    margin:0 0.5rem 2rem }
.IN82_list a { 
    display:block ; overflow:hidden ; border-radius:0.6rem ;
    font-size:1.8rem ; line-height:2.8rem ; 
    border:solid 1px rgba(0,0,0,0.1) ; padding:1rem 0.5rem 1.2rem ;
    transition:0.3s all ;
}
.IN82_list a:hover , .IN82_list a:focus {
    border-color:#111111 ; background-color:#111111 ;
    color:#ffffff
}


/* PC */
@media all and (min-width:1024px){ 

    /* visual */
    .visual__img { height:60rem }


    /* LIST */
    .IN82_list { min-height:30rem }
    .IN82_list ul::after { display:block ; content:"" ; clear:both }
    .IN82_list li { 
        display:block ; float:left ;
        width:24% ; margin:0 0.5% 2rem
    } 
 
 
} 
 




/* PRINT */
@media print {   }  