@charset "utf-8";

/*テーマ*/
.privacy {
    background: url("../img/theme08.jpg") no-repeat center bottom;
    background-size: cover;
}

.address {
    margin: 0 0 0 20px;
    line-height: 140%;
}
.address dt {}
.address dd {
    margin: 10px 0 0;
}
.address dd~dd {
    margin-top: 10px;
}


/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 979px) {
}

@media screen and (max-width: 779px) {
}

@media screen and (max-width: 579px) {
}

@media screen and (max-width: 379px) {
}

