
#partnerPageBlock {
    background-image: var(--img-bg-green);
    background-repeat: repeat;

    padding: 200px 0 250px;
    position: relative;
}

#decoration1 {
    position: absolute;
    top: 160px;
    left: calc(50% - 275px);
}

#decoration2 {
    position: absolute;
    top: 500px;
    left: calc(50% + 470px);
}

#decoration3 {
    position: absolute;
    top: 700px;
    left: calc(50% - 550px);
}

#decoration4 {
    position: absolute;
    bottom: 170px;
    left: calc(50% + 300px);
    width: 125px;
    z-index: 2;
}

#partnerPageArea {
    width: 1000px;
    margin: 0 auto;

    color: #EF9740;
    position: relative;
}

#partnerPageHeader {
    line-height: 1px;
}

#partnerPageFooter {
    line-height: 1px;
}

#partnerPageWrapper {
    background-image: var(--img-bg-partner-content);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    color: #f07601;
    margin: 0 auto;
}

#partnerPageWrapper > hr {
    color: #f07601;
    border: 1px solid;
    background-color: #f07601;
    margin-top: 30px;
    width: 80%;
}

.partner-title {
    font-size: 23px;
    text-align: center;
    position: relative;
}

.partner-title > img {
    width: 400px;
}

.partner-title > span {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 35px;
    color: #f4e7c1;
}

.partner-list {
    text-align: center;
}

.partner-list > img {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 800px;
}

.partner-list:last-child > img {
    margin-bottom: 150px;
}

#imgGrass {
    background-image: var(--img-fence);
    background-repeat: repeat-x;
    background-size: auto 200px;

    width: 100%;
    height: 200px;

    position: absolute;
    bottom: 0;
}
