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


.iga_ttl{
    color: #ff8f00;
}
.news-list-iga {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0;
}

.news-list-iga__item .link{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 250px;
    margin: 10px;
    background-color: #ffffff;
    border: 0.5px solid #dbdbdb;
    border-radius: 10px;
    padding: 20px;
    height: 500px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.contact {
    background-color: rgb(235 235 235);
    padding: 50px;
    border-radius: 20px;
    width: 50%;
    margin: 20px auto;
    font-size: 2rem;
}
.plink_ptn1:hover{
	color: #fff !important;
}

@media only screen and (min-width: 769px) {
}

@media only screen and (min-width: 770px) and (max-width: 987px) {
}

/* tablet  */
@media only screen and (min-width: 481px) and (max-width: 768px) {
}
 
/* smartPhone */
@media screen and (max-width: 768px) {
    .news-list-iga__item .link{
        width: 350px;
        height: auto;
        margin: 10px auto;  
    }
    .news-list-iga__item img{
        width: 200px; 
    }
    .news-list-iga{
        flex-direction: column;
        align-items: center;
    }
    .contact{
        width: 90%;
        font-size: 1.6rem;
    }
}