#wrapper {
    padding-top: 80px;
}

#photo h2 {
    width: 1172px;
    height: 121px;
    background-image: url("../img/photo/title.png");
    background-size: 100% 100%;
    margin: 0 auto 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#photo p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}

#photo ul {
    width: 1182px;
    display: flex;
    padding-left: 30px;
    flex-wrap: wrap;
    align-items: center;
}

#photo ul li {
    margin-right: 30px;
    margin-bottom: 30px;
}

.noslide {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 24px;
    padding-top: 30px;
}

.noslide ul {
    width: 1182px;
    margin: 0 auto;
    display: flex;
    padding-left: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.noslide ul li {
    margin-right: 30px;
    margin-bottom: 30px;
}
