@charset "utf-8";

/**********************************************/
/**/
/**********************************************/

.read {
    margin-bottom: 30px;
}

.list-cooperate {}
.list-cooperate dl {
    margin: 0;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
}
.list-cooperate dl~dl {
    margin-top: 20px;
}
.list-cooperate dt {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.list-cooperate dd {
    margin: 0;
}

/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 780px) {
}
@media screen and (max-width: 580px) {
}
@media screen and (max-width: 380px) {
}


