@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------------------*/

body{
	  background-color: #F4F6FB;
  background-image: url("../images/point/back_img_main_sp.jpg"),url("../images/point/back_img_footer_sp.jpg");
  background-repeat: no-repeat;		
  background-size: contain;
	        background-position: left top 60px, bottom right;
}


/*-----------------------------------------------------------*/

.lists{
	display: grid;
     flex-wrap: wrap; 
    box-sizing: border-box;/**/
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	gap: 17px 23px;
	
}

    .lists a dt img {
        border-radius: 20px;
        width: 100%;
    }

    .lists a dd {
        color: #505050;
        font-size: 13px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 1.5px;
        text-align: justify;
		
	font-weight: 500;
    }
/*-----------------------------------------------------------*/

.tolink{
	
    width: 231px;
    height: 50px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
	
}

/*-----------------------------------------------------------*/