@charset "utf-8";
/* CSS Document */

@import url(cmn.css);
@import url(base.css);

#main {
    height: 500px;
    background: url("../images/delivery-images/page-title.jpg") 50% 100% no-repeat;
}
#main2 {
    height: 500px;
    background: url("../images/delivery-images/page-title2.jpg") 50% 50% no-repeat;
}
/* ==========================================================================
	CONTENT
========================================================================== */
.top-box {
    padding: 20px;
    line-height: 2.5;
}

.sdg-title {
    margin-bottom: 50px;
}

.sdg-section {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.sdg-content {
    flex: 1;
    margin-right: 20px;
}

.sdg-content p {
    font-size: 1.4rem;
}

.sdg-image {
    flex: 1;
}

.sdg-image img {
    max-width: 100%;
    height: auto;
}

.small-images {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.small-img {
    width: 23%;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.sdg-goals {
    text-align: center;
    margin-top: 40px;
}

.sdg-goals img {
    max-width: 80%;
    height: auto;
}



h3 {
    font-size: 1.5rem;
    color: #194244;
}

p {
    font-size: 1rem;
    line-height: 35px;
}

.green-border {
    flex: 1;
    border: 0;
    height: 2px;
    background-color: #194244;
    margin: 2px 0 20px 0;
}

.sdg-list {
    list-style-type: none;
    padding-left: 0;
    line-height: 35px;
}

.sdg-list li {
    margin-bottom: 10px;
}

.sdg-list li:before {
    content: "●";
    margin-right: 8px;
}

.transportation-contents p {
    border-bottom: none;
    text-align: center;
    line-height: 50px;
}

.promotion-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.promotion-contents p {
    flex: 1;
    text-align: center;
    border-bottom: none;
    line-height: 50px;
}

.promotion-image {
    flex: 1;
    text-align: center;
}

.promotion-image img {
    max-width: 100%;
    height: auto;
}

.corporate {
    text-align: center;
    margin: 50px 0;
}

.corporate a {
    max-width: 400px;
}

.declaration-contents p {
    font-size: 1.4rem;
    color: #194244;
    line-height: 35px;
    margin-bottom: 20px;
}

.declaration-list {
    font-size: 20px;
    color: #F6B37F;
    line-height: 35px;
}

.declaration-list li {
    margin-bottom: 10px;
}

.declaration-list li:before {
    margin-right: 8px;
}

.environment-contents {
    font-size: 1.4rem;
    color: #194244;
    line-height: 35px;
    margin-bottom: 30px;
}

.environment-contents p {
    border-bottom: none;
    text-align: center;
    line-height: 50px;
}

.business-list {
    text-align: center;
    margin: 50px 0;
}

.business-list a {
    max-width: 600px;
}


@media screen and (max-width: 699px) {
    .green-border {
        margin-bottom: 10px;
    }

    .sdg-section {
        display: block;

    }

    .promotion-contents {
        display: block;

    }

    .declaration-contents p {
        line-height: 35px;
        margin-bottom: 0px;
    }
}
