
/*スマホ*/
@media screen and (max-width:768px){
	

.kyuuka {width:90%;text-align:left;margin:0px auto 0px;color:#000;padding:10px 0 0px 0;font-size: clamp(0.75rem, 0.85vw, 0.85rem);line-height:160% ;lfont-weight: 400;}
.kyuuka1 {width:90%;text-align:center;margin:0px auto 0px;color:#000;padding:10px 0 0px 0;font-size: clamp(0.9rem, 1.0vw, 1.0rem);line-height:160% ;lfont-weight: 400;}
 
}


/*PC*/
@media print, screen and (min-width:769px){

.kyuuka {margin:0px auto 0px;color:#000;padding:0% 0 0px 0;font-size: clamp(0.75rem, 0.95vw, 0.95rem);line-height:160% ;font-weight: 400;}
.kyuuka1 {margin:0px auto 0px;color:#000;padding:1% 0 0.5% 0;font-size: clamp(0.9rem, 1.1vw, 1.1rem);line-height:160% ;font-weight: 400;}

}

