@charset "utf-8";
/* CSS Document */

/* FIRST BANK OF TOYAMA
-----------------------------------------------------*/
.catch {
	display: block;
	margin: 25px 0 25px;
	text-align: center;
}
.catch br {
    display: none;
}
#contents ul {
    list-style: none;
    margin: 45px 0 180px;
    text-align: center;
}
#contents li {
    display: inline-block;
    margin: 0 50px;
    text-align: center;
}



@media screen and (max-width: 600px) {
    .catch {
        margin: 25px 0;
        text-align: center;
    }
    .catch br {
        display: block;
    }
    .catch img {
        max-width: 94%;
        margin-bottom: 10px;
    }
    #contents h2 {
        text-align: center;
    }
    #contents h2 img {
        max-width: 50%;
    }
    #contents ul {
        margin-bottom: 0;
    }
    #contents li {
        margin: 0 20px;
    }
}
@media screen and (max-width: 450px) {
    #contents ul {
        margin-top: 0;
    }
    #contents li {
        display: block;
        margin-top: 30px;
    }
}
@media screen and (max-width: 400px) {
    #contents h2 img {
        max-width: 60%;
    }
}
