@charset "UTF-8";

.page-title{
    background: url("../img/mv-organization.png")no-repeat center;
}
/*
================================
================================*/
.contribution-contents img {
    display: block;
    margin: 50px 0 80px;
}

/*
スマホ
=======================================================================================================*/
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 140px;
}
}








