/* --------------------
 Recycle
-------------------- */
.recycle {
    padding: 0;
}

.recycle__overview {
    padding: 0 0 70px;
    position: relative;
    z-index: 1;
}

.recycle__overview:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    bottom: -25px;
    content: "";
    display: block;
    height: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 5px;
    z-index: 0;
}

@media (min-width: 768px) {
    .recycle__overview:after {
        border-left-width: 50px;
        border-right-width: 50px;
        border-top-width: 50px;
        bottom: -50px;
        height: 50px;
        width: 100px;
    }
}

.recycle__overview-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .recycle__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.recycle__overview__content {
    margin: 0;
}

.recycle__overview__content p {
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
}

@media (min-width: 768px) {
    .recycle__overview__content p {
        font-size: 1.8rem;
    }
}

.recycle__menu {
    margin: 0 0 100px;
    position: relative;
    z-index: 0;
}

.recycle__menu:last-child {
    margin-bottom: 0;
}

.recycle__facility {
    margin: 0 0 100px;
}

.recycle__facility-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .recycle__facility-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.recycle__facility__title {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .recycle__facility__title {
        font-size: 2.4rem;
    }
}

.recycle__facility__title__text {
    border-bottom: 2px solid #043783;
    display: inline-block;
    padding: 0 0 20px;
}

.recycle__facility__item {
    margin: 0 0 100px;
}

@media (min-width: 768px) {
    .recycle__facility__item {
        margin-bottom: 140px;
    }
}

.recycle__facility__item-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .recycle__facility__item-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.recycle__facility__item__title {
    margin: 0 0 30px;
    position: relative;
}

@media (min-width: 768px) {
    .recycle__facility__item__title {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .recycle__facility__item__title .com-title {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .recycle__facility__item__title .com-title {
        padding-right: 140px;
    }
}

.recycle__facility__item__title__button {
    align-items: center;
    background-color: #08419f;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    font-size: 1.2rem;
    height: 40px;
    justify-content: center;
    letter-spacing: 0;
    margin: 0 0 0 auto;
    overflow: hidden;
    padding: 0 10px 0 0;
    position: relative;
    text-align: right;
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    width: 130px;
}

a.recycle__facility__item__title__button {
    color: #ffffff;
}

@media (min-width: 768px) {
    .recycle__facility__item__title__button {
        bottom: 10px;
        left: auto;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: auto;
    }
}

.recycle__facility__item__title__button:before {
    background-image: url(../images/icons/icon-guide-blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    bottom: auto;
    content: "";
    height: 30px;
    left: 10px;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 0;
}

.recycle__facility__item__title__button__text {
    display: block;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .recycle__facility__item__title__button:hover, .recycle__facility__item__title__button:focus {
        opacity: .75;
    }
}

.recycle__facility__item__photo {
    margin: 0 0 30px;
    text-align: center;
}

.recycle__facility__item__table-wrapper {
    margin: 0 -5px 30px;
}

.recycle__facility__item__table {
    border: none;
    border-collapse: separate;
    border-spacing: 5px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.recycle__facility__item__table > tbody > tr > th, .recycle__facility__item__table > tbody > tr > td {
    border-bottom: 1px solid #cddaf0;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.6;
    vertical-align: top;
}

@media (min-width: 768px) {
    .recycle__facility__item__table > tbody > tr > th, .recycle__facility__item__table > tbody > tr > td {
        font-size: 1.6rem;
    }
}

.recycle__facility__item__table > tbody > tr > th {
    padding: 10px 15px 10px 3px;
    text-align: center;
    white-space: nowrap;
    width: auto;
}

@media (min-width: 768px) {
    .recycle__facility__item__table > tbody > tr > th {
        padding: 20px;
        width: 150px;
    }
}

.recycle__facility__item__table > tbody > tr > td {
    padding: 10px 3px 10px 0;
    width: auto;
}

@media (min-width: 768px) {
    .recycle__facility__item__table > tbody > tr > td {
        padding: 20px 5px 20px 20px;
    }
}

.recycle__facility__item__table > tbody > tr:first-child > th, .recycle__facility__item__table > tbody > tr:first-child > td {
    padding-top: 0;
}

.recycle__facility__item__table__row {
    margin: 0;
}

@media (min-width: 768px) {
    .recycle__facility__item__table__row {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -10px;
        margin-right: -10px;
    }
}

.recycle__facility__item__table__row__col {
    padding: 0;
}

@media (min-width: 768px) {
    .recycle__facility__item__table__row__col {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }
}

.recycle__facility__item__map {
    background-color: #e5efff;
    padding: 25px 0;
}

.recycle__facility__item__map-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .recycle__facility__item__map-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.recycle__facility__item__map__viewer {
    height: 280px;
    position: relative;
}

@media (min-width: 768px) {
    .recycle__facility__item__map__viewer {
        height: 415px;
    }
}

.recycle__facility__item__map__viewer iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.recycle__facility__item__map__note {
    margin: 10px 0 0;
}

.recycle__facility__item__map__note p {
    font-size: 1.2rem;
    margin: 0;
    text-align: right;
}

.recycle__effort {
    margin: 0 0 100px;
}

.recycle__effort-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .recycle__effort-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.recycle__effort__title {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0 0 60px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .recycle__effort__title {
        font-size: 2.4rem;
    }
}

.recycle__effort__title:after {
    border-bottom: 2px solid #043783;
    bottom: -30px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100px;
}

.recycle__effort__content {
    margin: 0 0 70px;
}

.recycle__effort__content p {
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
}

@media (min-width: 768px) {
    .recycle__effort__content p {
        font-size: 1.8rem;
    }
}

.recycle__effort__item {
    margin: 0 0 100px;
}

.recycle__effort__item:last-child {
    margin-bottom: 0;
}

.recycle__effort__item__content {
    margin: 0 0 20px;
}

.recycle__effort__item__content p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 0 0 15px;
}

.recycle__effort__item__content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .recycle__effort__item__content p {
        font-size: 1.6rem;
    }
}

.recycle__effort__item__doc {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

@media (min-width: 768px) {
    .recycle__effort__item__doc {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.recycle__effort__item__doc__item {
    margin: 10px 0 0;
    padding: 0;
}

@media (min-width: 768px) {
    .recycle__effort__item__doc__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.recycle__effort__item__doc__item:nth-child(1) {
    margin-top: 0;
}

.recycle__effort__item__doc__item__link {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 1.4rem;
    justify-content: flex-start;
    letter-spacing: .1em;
    padding: 5px 40px 5px 2px;
    position: relative;
    transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .recycle__effort__item__doc__item__link {
        font-size: 1.6rem;
    }
}

.recycle__effort__item__doc__item__link:after {
    background-image: url(../images/icons/icon-double-angle-right-light-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 12px;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    transition: right .3s cubic-bezier(.645, .045, .355, 1);
    width: 10px;
}

.recycle__effort__item__doc__item__link img {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 15px;
    vertical-align: middle;
}

.recycle__effort__item__doc__item__link__title {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    word-break: break-all;
}

@media (min-width: 768px) {
    .recycle__effort__item__doc__item__link:hover, .recycle__effort__item__doc__item__link:focus {
        background-color: #f5f5f5;
    }
}

@media (min-width: 768px) {
    .recycle__effort__item__doc__item__link:hover:after, .recycle__effort__item__doc__item__link:focus:after {
        right: 5px;
    }
}

.recycle__effort__item__gallery {
    margin: 0;
}

@media (min-width: 768px) {
    .recycle__effort__item__gallery {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.recycle__effort__item__gallery__item {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

.recycle__effort__item__gallery__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .recycle__effort__item__gallery__item {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }
}

.recycle__activity {
    margin: 0 0 100px;
}

.recycle__activity-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .recycle__activity-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.recycle__activity--fill {
    background-color: #e5efff;
    padding: 80px 0 120px;
}

.recycle__activity__title {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0 0 60px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .recycle__activity__title {
        font-size: 2.4rem;
    }
}

.recycle__activity__title:after {
    border-bottom: 2px solid #043783;
    bottom: -30px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100px;
}

.recycle__activity__content {
    margin: 0 0 70px;
}

.recycle__activity__content p {
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
}

@media (min-width: 768px) {
    .recycle__activity__content p {
        font-size: 1.8rem;
        text-align: center;
    }
}

.recycle__activity__gallery {
    margin: 0;
}

@media (min-width: 768px) {
    .recycle__activity__gallery {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.recycle__activity__gallery__item {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

.recycle__activity__gallery__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .recycle__activity__gallery__item {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }
}
