@charset "UTF-8";

/* 選別機器共通 */
.recycle_top {
    width: 100%;
    max-width: 1280px;
    padding: 80px 40px 100px;
    margin: auto;
}

.recycle_top.flex {
    display: flex;
    justify-content: space-between;
}

.recycle_top .flex_box01 {
    width: 60%;
}

.recycle_top .flex_box02 {
    width: 37.5%;
}

.recycle_top .en {
    font-size: 20px;
    margin-bottom: 20px;
}

.recycle_top .en::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #246BA1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.recycle_top .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.recycle_top .txt {
    font-size: 16px;
}

.recycle_content01 {
    background: #fff;
}

.recycle_content02 {
    position: relative;
    z-index: 2;
}

.recycle_content01 .inner {
    width: 100%;
    max-width: 1280px;
    padding: 100px 40px;
    margin: auto;
}

.recycle_content02 .inner {
    width: 100%;
    max-width: 1280px;
    padding: 160px 40px;
    margin: auto;
}

.recycle_content02 .inner .recycle_wrap {
    width: calc(100% - 340px);
}

.recycle_nav01 {
    background: #246BA1;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.recycle_nav01.is-fixed {
    position: fixed;
    top: 120px;
}


.recycle_nav01 .recycle_nav_list01 {
    width: 100%;
    max-width: 1280px;
    padding: 0 30px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.recycle_nav01 .recycle_nav_list01 li {
    padding: 15px 10px;
}

.recycle_nav01 .recycle_nav_list01 li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    transition: none;
    opacity: .5;
}

.recycle_nav01 .recycle_nav_list01 li a:hover,
.recycle_nav01 .recycle_nav_list01 li.current a {
    border-bottom: 2px solid #fff;
    opacity: 1;
}

.recycle_nav02 {
    position: absolute;
    top: 160px;
    right: calc(50% - 600px);
    width: 280px;
}

.recycle_nav02.is-fixed {
    position: fixed;
    top: 220px;
}

.recycle_nav02.is-fixed.is-abs {
    position: absolute;
    top: auto;
    bottom: 160px;
}


.recycle_nav02 nav {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.recycle_nav02 nav>p {
    margin-bottom: 30px;
}

.recycle_nav02 nav>p a {
    color: #246BA1;
    font-size: 20px;
    font-weight: bold;
}

.recycle_nav02 nav .recycle_nav_list02 li {
    position: relative;
    padding-left: 20px;
    margin-top: 12px;
    font-size: small;
}

.recycle_nav02 nav .recycle_nav_list02 li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 6px;
    width: 4px;
    height: 4px;
    background: #BCBBBB;
    border-radius: 50%;
}

.recycle_nav02 nav .recycle_nav_list02 li.current::before {
    top: 10.5px;
    left: 4.5px;
    width: 8px;
    height: 8px;
    background: #246BA1;
}

.recycle_nav02 nav .recycle_nav_list02 li.current::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #246BA1;
}

.recycle_nav02 nav .recycle_nav_list02 li a {
    color: #333;
    font-size: 18px;
    line-height: 1.3em;
    text-decoration: none;
}

.recycle_nav02 nav .recycle_nav_list02 li.current a,
.recycle_nav02 nav .recycle_nav_list02 li a:hover {
    color: #246BA1;
}

.recycle_nav02 .contact {
    background: #fff;
    padding: 30px 0;
    border: 1px solid #246BA1;
    border-radius: 12px;
}

.recycle_nav02 .contact .txt01 {
    color: #246BA1;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.recycle_nav02 .contact .txt02 {
    font-size: 14px;
    text-align: center;
    margin-top: .5em;
}

.recycle_nav02 .contact .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #246BA1;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: bold;
}

.recycle_nav02 .contact .tel .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../../assets/img/common/ico_tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
}


.recycle_nav02 .contact .mail {
    width: 210px;
    margin: 20px auto auto;
}

.recycle_nav02 .contact .mail a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    background: #246BA1;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #246BA1;
}

.recycle_nav02 .contact .mail a .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_mail_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
}

.recycle_nav02 .contact .mail a:hover {
    color: #246BA1;
    background: #fff;
}

.recycle_nav02 .contact .mail a:hover .icon {
    background-image: url(../../assets/img/common/ico_mail.svg);
}

.recycle_modal01,
.recycle_modal03,
.recycle_modal04 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.recycle_modal01 li {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.recycle_modal01 li:hover,
.recycle_modal02 li:hover,
.recycle_modal03 li:hover,
.recycle_modal04 li:hover {
    opacity: .7;
}

.recycle_modal01 li::before,
.recycle_modal02 li::before,
.recycle_modal03 li::before,
.recycle_modal04 li::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 0px 0px 0px 12px;
    background: #e8f4fd;
}

.recycle_modal01 li::after,
.recycle_modal02 li::after,
.recycle_modal03 li::after,
.recycle_modal04 li::after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 6px;
    top: 6px;
    width: 26px;
    height: 26px;
    background-image: url(../../assets/img/common/ico_modal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.recycle_modal01 li:nth-child(4n+1) {
    margin-left: 0;
}


.recycle_modal02 {
    margin-top: 30px;
}

.recycle_modal02 li {
    position: relative;
    cursor: pointer;
    margin-bottom: 40px;
    transition: .3s;
}

.recycle_modal03 li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.recycle_modal03 li:nth-child(2n+1) {
    margin-left: 0;
}

.recycle_modal04 li {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.recycle_modal04 li:nth-child(3n+1) {
    margin-left: 0;
}

@media screen and (max-width: 768px) { 
    .recycle_modal03 li,
    .recycle_modal04 li {
        width: 100%;
        margin-left: 0;
    }
    .recycle_modal02 li p.cap,
    .recycle_modal03 li p.cap,
    .recycle_modal04 li p.cap {
        margin: 10px 0 20px;
        font-size: 3vw;
        font-weight: 700;
    }
}

#modalWindow {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

#modalWindow.open {
    visibility: visible;
    opacity: 1;
}

#modalWindow .modal_content {
    position: relative;
    width: 100%;
    max-width: 1100px;
    max-height: 100%;
    background: #fff;
    overflow: auto;
}

#modalWindow .modal_content #modalImage {
    padding: 50px;
    text-align: center;
}

#modalWindow .modal_content #modalImage img {
    width: fit-content;
    max-width: none;
}

#modalWindow .modal_close {
    position: absolute;
    z-index: 1;
    right: calc(50% - 550px);
    top: 40px;
    width: 40px;
    height: 40px;
    border-radius: 0px 0px 0px 12px;
    background: #e8f4fd;
    cursor: pointer;
}

#modalWindow .modal_close::after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 9px;
    top: 9px;
    width: 20px;
    height: 20px;
    background-image: url(../../assets/img/common/modal_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.recycle_table01 {
    overflow-x: auto;
    margin-top: 40px;
    position: relative;
    overflow-y: hidden !important;
}

.recycle_table01 table {
    table-layout: fixed;
    min-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.recycle_table01 table th {
    width: 100px;
    min-width: 100px;
    border: 1px solid #BCBBBB;
    background: #E8F4FD;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}

.recycle_table01 table th.w2 {
    width: 200px;
    min-width: 200px;
}

.recycle_table01 table td {
    width: 100px;
    min-width: 100px;
    border: 1px solid #BCBBBB;
    background: #fff;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}


.recycle_table02 {
    overflow-x: auto;
    margin-top: 40px;
    position: relative;
    overflow-y: hidden !important;
}

.recycle_table02 table {
    table-layout: fixed;
    min-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.recycle_table02 table th {
    width: 100px;
    min-width: 100px;
    border: 1px solid #BCBBBB;
    background: #E8F4FD;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: center;
    padding: 15px 5px;
}

.recycle_table02 table th.w2 {
    width: 200px;
    min-width: 200px;
}

.recycle_table02 table td {
    width: 100px;
    min-width: 100px;
    border: 1px solid #BCBBBB;
    background: #fff;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: center;
    padding: 15px 5px;
}

.recycle_table02 table td a {
    color: #246BA1;
    text-decoration: underline;
}

.recycle_table02 table td a:hover {
    text-decoration: none;
}

.recycle_table02 table td .pdf::before {
    content: '';
    width: 17px;
    height: 24px;
    display: inline-block;
    background-image: url(../../assets/img/common/ico_pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 5px;
}
.recycle_table02 .record td{
    padding: 5px;
}
.recycle_table02 .record th:nth-child(2){
    width: 300px;
    min-width: 300px;
}
.recycle_table02 .record th:nth-child(3){
    width: 150px;
    min-width: 150px;
}
.recycle_table02 .record th:nth-child(4){
    width: 70px;
    min-width: 70px;
}
.recycle_table02 .record th:nth-child(5){
    width: 170px;
    min-width: 170px;
}

.recycle_caution {
    background: #fff;
    margin-bottom: 40px;
    padding: 40px;
    position: relative;
}

.recycle_caution p {
    width: 78%;
    font-size: 16px;
}

.recycle_caution .image {
    position: absolute;
    z-index: 1;
    right: 5%;
    bottom: 0;
    width: 140px;
}

.sorter_nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.sorter_nav .row {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 30px;
}

.sorter_nav .row:nth-child(4n+1) {
    margin-left: 0;
}

.sorter_nav .row a {
    background: #F6F6F6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #246BA1;
    text-decoration: none;
    position: relative;
}

.sorter_nav .row a:hover {
    background: #246BA1;
}

.sorter_nav .row a .image {
    width: 42%;
}

.sorter_nav .row a .txt {
    width: 58%;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
}

.sorter_nav .row a .txt .title {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
}

.sorter_nav .row a:hover .title {
    color: #fff;
}

.sorter_nav .row a::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background-color: #246BA1;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: right 6px bottom 8px;
    border-radius: 100% 0 0 0;
}

.recycle_features {
    margin-bottom: 120px;
}

.recycle_features li {
    border-bottom: 1px solid #BCBBBB;
    padding: 1em;
}

.recycle_features li .num {
    width: 24px;
    text-align: center;
    display: inline-block;
    background: #246BA1;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    border-radius: 50%;
    margin-right: 20px;
}

.recycle_topic {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #BCBBBB;
}

.recycle_topic a {
    width: 430px;
    height: 72px;
    padding: 0 20px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
}

.recycle_topic a .txt01 {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    margin: auto 0 0;
}

.recycle_topic a .txt02 {
    width: 100%;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 auto;
}

.recycle_topic a .icon {
    width: 36px;
    height: 36px;
    background: #246BA1;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 18px);
    right: 20px;
}

.recycle_topic a .icon::before {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../../assets/img/common/ico_window_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    transition: .5s;
}

.recycle_topic a:hover {
    color: #fff;
    background: #246BA1;
}

.recycle_topic a:hover .en {
    color: #fff;
}

.recycle_topic a:hover .icon {
    background: #fff;
}

.recycle_topic a:hover .icon::before {
    background-image: url(../../assets/img/common/ico_window.svg);
}

@media only screen and (max-width:1280px) {

    .recycle_content02 .inner .recycle_wrap {
        width: calc(100% - 220px);
    }

    .recycle_nav02 {
        right: 40px;
        width: 200px;
    }

    .recycle_nav02 nav {
        padding: 20px;
    }

    .recycle_nav02 nav>p {
        margin-bottom: 20px;
    }

    .recycle_nav02 nav>p a {
        font-size: 18px;
    }

    .recycle_nav02 nav .recycle_nav_list02 li a {
        color: #333;
        font-size: 14px;
    }

    .recycle_nav02 .contact {
        background: #fff;
        padding: 20px;
    }

    .recycle_nav02 .contact .txt01 {
        font-size: 14px;
        line-height: 1.3em;
    }

    .recycle_nav02 .contact .txt02 {
        font-size: 12px;
    }

    .recycle_nav02 .contact .tel {
        font-size: 18px;
    }

    .recycle_nav02 .contact .tel .icon {
        display: inline-block;
        width: 14px;
        height: 16px;
        background-image: url(../../assets/img/common/ico_tel.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 5px;
    }

    .recycle_nav02 .contact .mail {
        width: 100%;
    }

    .recycle_nav02 .contact .mail a {
        font-size: 11px;
    }

    .recycle_nav02 .contact .mail a .icon {
        width: 14px;
        height: 14px;
    }

    .sorter_nav .row {
        width: 32%;
        margin-left: 2%;
    }

    .sorter_nav .row:nth-child(4n+1) {
        margin-left: 2%;
    }

    .sorter_nav .row:nth-child(3n+1) {
        margin-left: 0;
    }

}


@media only screen and (max-width:1200px) {
    #modalWindow .modal_close {
        right: 40px;
    }
}

@media only screen and (max-width:1100px) {
    #modalWindow .modal_content {
        width: 100%;
    }

    .recycle_caution .image {
        position: absolute;
        z-index: 1;
        right: 5%;
        bottom: 0;
        width: 120px;
    }

}


@media only screen and (max-width:1000px) {
    .sorter_nav .row {
        width: 48.5%;
        margin-left: 3%;
    }

    .sorter_nav .row:nth-child(3n+1) {
        margin-left: 3%;
    }

    .sorter_nav .row:nth-child(2n+1) {
        margin-left: auto;
    }
}

@media only screen and (max-width:768px) {
    .recycle_top {
        max-width: 100%;
        padding: 15vw 5vw;
    }

    .recycle_top.flex {
        display: block;
    }

    .recycle_top .flex_box01 {
        width: 100%;
    }

    .recycle_top .flex_box02 {
        width: 100%;
        margin-top: 6vw;
    }

    .recycle_top .en {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    .recycle_top .en::before {
        width: 1.6vw;
        height: 1.6vw;
        margin-right: 1.6vw;
        vertical-align: middle;
    }

    .recycle_top .title {
        font-size: 6.4vw;
        margin-bottom: 6vw;
    }

    .recycle_top .txt {
        font-size: 3.47vw;
    }

    .recycle_content01 .inner {
        max-width: 100%;
        padding: 15vw 5vw;
    }

    .recycle_content02 .inner {
        padding: 30vw 5vw 15vw;
    }

    .recycle_content02 .inner .recycle_wrap {
        width: 100%;
    }

    .recycle_nav01 {
        width: 100%;
        overflow: auto;
    }

    .recycle_nav01.is-fixed {
        position: fixed;
        top: 60px;
    }


    .recycle_nav01 .recycle_nav_list01 {
        width: auto;
        max-width: none;
        padding: 0 5vw;
    }

    .recycle_nav01 .recycle_nav_list01 li {
        padding: 2vw;
    }

    .recycle_nav01 .recycle_nav_list01 li:last-child {
        padding-right: 5vw;
    }

    .recycle_nav01 .recycle_nav_list01 li a {
        font-size: 3.47vw;
        line-height: 6vw;
        word-break: keep-all;
    }

    .recycle_nav01 .recycle_nav_list01 li a:hover {
        opacity: .5;
        border: none;
    }

    .recycle_nav01 .recycle_nav_list01 li.current a {
        border-bottom: 2px solid #fff !important;
        opacity: 1 !important;
    }

    .recycle_nav02 {
        display: none;
    }


    .recycle_modal01 {
        width: 100%;
        margin-top: 8vw;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .recycle_modal01 li {
        width: 40vw;
        min-width: 40vw;
        margin-left: 3vw;
        margin-bottom: auto;
    }

    .recycle_modal01 li:nth-child(4n+1) {
        margin-left: 3vw;
    }

    .recycle_modal01 li:first-child {
        margin-left: 0;
    }

    .recycle_modal01 li::before,
    .recycle_modal02 li::before {
        width: 8.6vw;
        height: 8.6vw;
        border-radius: 0px 0px 0px 2vw;
    }

    .recycle_modal01 li::after,
    .recycle_modal02 li::after {
        right: 1.5vw;
        top: 1.5vw;
        width: 5.6vw;
        height: 5.6vw;
    }

    .recycle_modal02 {
        margin-top: 4vw;
    }

    .recycle_modal02 li {
        margin-bottom: 6vw;
    }

    #modalWindow {
        padding: 80px 5vw 8vw;
    }

    #modalWindow .modal_content {
        width: 100%;
        max-width: 100%;
    }

    #modalWindow .modal_content #modalImage {
        padding: 5vw;
    }

    #modalWindow .modal_close {
        width: 12vw;
        height: 12vw;
        right: 5vw;
        top: 80px;
        border-radius: 0px 0px 0px 3vw;
    }

    #modalWindow .modal_close::after {
        right: 3vw;
        top: 3vw;
        width: 5vw;
        height: 5vw;
    }

    .recycle_caution {
        margin-bottom: 8vw;
        padding: 5vw;
    }
    
    .recycle_caution p {
        width: 100%;
        font-size: 3.7vw;
    }
    
    .recycle_caution .image {
        display: none;
    }

    .recycle_table01 {
        margin-top: 8vw;
    }

    .recycle_table01 table th {
        width: 25vw;
        min-width: 25vw;
        font-size: 3.3vw;
        padding: 1vw;
    }

    .recycle_table01 table th.w2 {
        width: 45vw;
        min-width: 45vw;
    }

    .recycle_table01 table td {
        width: 25vw;
        min-width: 25vw;
        font-size: 3.3vw;
        padding: 1vw;
    }

    .recycle_table02 {
        margin-top: 8vw;
    }

    .recycle_table02 table th {
        width: 25vw;
        min-width: 25vw;
        font-size: 3.3vw;
        padding: 3vw 1vw;
    }

    .recycle_table02 table th.w2 {
        width: 45vw;
        min-width: 45vw;
    }

    .recycle_table02 table td {
        width: 25vw;
        min-width: 25vw;
        font-size: 3.3vw;
        padding: 3vw 1vw;
    }

    .recycle_table02 table td .pdf::before {
        width: 3vw;
        height: 4vw;
        margin-right: 1vw;
    }
    .recycle_table02 .record td {
        padding: 1vw;
    }
    .recycle_table02 .record th:nth-child(1),
    .recycle_table02 .record td:nth-child(1){
        width: 18vw;
        min-width: 18vw;
    }
    .recycle_table02 .record th:nth-child(2){
        width: 64vw;
        min-width: 64vw;
    }
    .recycle_table02 .record th:nth-child(3){
        width: 34vw;
        min-width: 34vw;
    }
    .recycle_table02 .record th:nth-child(4){
        width: 10vw;
        min-width: 10vw;
    }
    .recycle_table02 .record th:nth-child(5){
        width: 40vw;
        min-width: 40vw;
    }
    
    
    .sorter_nav {
        display: block;
    }

    .sorter_nav .row {
        width: 100%;
        margin-left: auto !important;
        margin-bottom: 4vw;
    }

    .sorter_nav .row a .image {
        width: 30%;
    }

    .sorter_nav .row a .txt {
        width: 70%;
        padding: 2vw 4vw;
    }

    .sorter_nav .row a .txt .title {
        font-size: 4vw;
    }

    .sorter_nav .row a::before {
        width: 7vw;
        height: 7vw;
        background-size: 3vw auto;
        background-position: right 1vw bottom 1.5vw;
    }


    .recycle_features {
        margin-bottom: 18vw;
    }
    .recycle_features li{
        font-size: 3.7vw;
        line-height: 5vw;
        padding:5vw 8vw 5vw 10vw;
        text-indent: -8vw;
    }
    .recycle_features li .num {
        width: 5vw;
        font-size: 3.3vw;
        line-height: 5vw;
        margin-right: 3vw;
        text-align: center;
        text-indent: 0;
    }

    .recycle_topic {
        padding-bottom: 6vw;
        margin-bottom: 6vw;
    }

    .recycle_topic a {
        width: 74.6vw;
        height: 16vw;
        padding: 0 4vw;
        font-size: 4vw;
    }

    .recycle_topic a .txt01 {
        width: 100%;
        font-size: 3.2vw;
    }

    .recycle_topic a .txt02 {
        width: 100%;
        font-size: 4vw;
    }

    .recycle_topic a .icon {
        width: 6.6vw;
        height: 6.6vw;
        top: calc(50% - 3.3vw);
        right: 4vw;
    }

    .recycle_topic a .icon::before {
        width: 2.8vw;
        height: 2.8vw;
        left: calc(50% - 1.4vw);
        top: calc(50% - 1.4vw);
    }

}


/* 選別機器TOP */
.sorter_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sorter_list .row {
    width: 47.5%;
    margin-bottom: 60px;
}

.sorter_list .row p {
    font-size: 16px;
    margin-top: 1em;
}

.sorter_list .row a {
    background: #F6F6F6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #246BA1;
    text-decoration: none;
    position: relative;
}

.sorter_list .row a:hover {
    background: #246BA1;
}

.sorter_list .row a .image {
    width: 35%;
}

.sorter_list .row a .txt {
    width: 65%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.sorter_list .row a .txt .en {
    color: #246BA1;
    font-size: 16px;
}

.sorter_list .row a .txt .title {
    font-size: 20px;
    font-weight: bold;
}

.sorter_list .row a:hover .en,
.sorter_list .row a:hover .title {
    color: #fff;
}

.sorter_list .row a::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background-color: #246BA1;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    border-radius: 100% 0 0 0;
}

@media only screen and (min-width:769px)and (max-width:1000px) {
    .sorter_list .row p {
        font-size: 14px;
    }

    .sorter_list .row a .txt .en {
        font-size: 13px;
    }

    .sorter_list .row a .txt .title {
        font-size: 15px;
    }
}

@media only screen and (max-width:768px) {

    .sorter_list {
        display: block;
    }

    .sorter_list .row {
        width: 100%;
        margin-bottom: 10vw;
    }

    .sorter_list .row p {
        font-size: 3.47vw;
    }

    .sorter_list .row a .image {
        width: 30%;
    }

    .sorter_list .row a .txt {
        width: 70%;
        padding: 0 5vw;
    }

    .sorter_list .row a .txt .en {
        font-size: 3.47vw;
        margin-bottom: .5em;
    }

    .sorter_list .row a .txt .title {
        font-size: 4vw;
        line-height: 1.3em;
    }

    .sorter_list .row a::before {
        width: 7.2vw;
        height: 7.2vw;
        background-size: 3vw auto;
        background-position: right 1.5vw bottom 1.5vw;
    }
}