@charset "utf-8";
/* CSS Document */
body {
    width: 100%;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 100;
}
* {
    box-sizing: border-box;
}
/*header-------------------------------------------------*/
header {
    width: 100%;
    padding: 0;
    background: #FFF;
}
    header .inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1020px;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        height: 70px;
        align-items: center;
    }

header .inner .chatch img {
    width: 150px;
    display: block;
}
header .inner .social {
    display: flex;
}
header .inner .social a {
    margin-left: 10px;
    display: block;
    width: 30px;
}
header .inner .social a img {
    width: 100%;
}
.main_title {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_title h1 {
    font-size: 40px;
    width: 100%;
    margin-left: 0px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: justify;
    text-justify: inter-ideograph;
}
.main_title h1 span {
    display: block;
    text-align: justify;
}
.main_title h1 span.subread {
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}
.main_title h1 span.teachers_num {
    width: auto;
    display: inline-block;
    margin-right: 0.1em;
}
.main_title h1 div.title-teacher {
    display: flex;
    align-items: center;
}

.main_title h1 figure.title-logo {
    width: auto;
    margin: 0 20px 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: table;
    min-width: max-content;
}

.main_title h1 img.title-logo {
    width: 120px;
    height: 120px;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
}

.main_title h1 div.title-text {
    padding: 0;
}

.main_title_l {
    width: 100%;
}

.kyoju_page_title{
    font-size: 35px !important;
}


/*box_area-------------------------------------------------*/
article.box_area {
    background: rgb(0 0 0 / 10%);
    padding: 20px 10px 10px;
    width: 100%;
    min-height: calc(100vh - 150px);
}
div.box_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 100px;
    min-height: 32vh;
    column-gap: 20px;
    row-gap: 20px;
}
div.box_wrapper h2 {
    margin: 0 auto;
}


/* ▼ SEARCH ▼ */


#searchArea {
    display:flex;
    justify-content:flex-end;
    margin: 0 auto 15px;
    gap: 10px;
}

#searchBox {
    justify-content: flex-end;
    width: 280px;
}

#sdgsSearchBox {
    position: relative;
    width: 280px;
    height: auto;
    justify-content: flex-end;
    cursor: pointer;
}
#sdgsOpenIcon,#sdgsCloseIcon {
    width: 24px;
    height: 24px;
}
#sdgsArea {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto 15px;
}
#sdgsButton {
    flex-direction: row;
    row-gap: 0.75rem;
    flex-wrap: wrap;
    column-gap: 1%;
}
#sdgsSearchBox dt {
    font-family: Arial;
    font-size: 16px;
    color: #999 !important;
    width: 100%;
    color: #222;
    font-size: 16px;
    background: 0 0;
    border: none;
    line-height: 40px;
    vertical-align: middle;
    margin: 0;
    border: none;
    outline: 0;
    font-weight:400;
}

article.box_area .search {
    position: relative;
    background-color: #fff;
    margin: 0;
    width: 100%;
    max-width: 320px;
    display: none;
    height: auto;
}



article.box_area .search dt input:placeholder-shown {
    color: #999 !important
}
article.box_area .search dt input::-webkit-input-placeholder {
    color: #999 !important
}
article.box_area .search dt input:-moz-placeholder {
    color: #999 !important;
    opacity: 1 !important
}
article.box_area .search dt input::-moz-placeholder {
    color: #999 !important;
    opacity: 1 !important
}
article.box_area .search dt input:-ms-input-placeholder {
    color: #999 !important
}
article.box_area .search dt input {
    border: none;
    outline: 0
}
article.box_area .search dt input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eee inset;
}
article.box_area .search dt input:focus::placeholder {
    color: transparent !important
}
article.box_area .search dt input:focus::-webkit-input-placeholder {
    color: transparent !important
}
article.box_area .search dt input:focus:-moz-placeholder {
    color: transparent !important
}
article.box_area .search dt input:focus::-moz-placeholder {
    color: transparent !important
}
.head_search form {
    width: 49%;
    display: inline-block
}
article.box_area .search dt {
    width: calc(100% - 42px);
    padding: 0;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px
}
article.box_area .search dt input {
    width: 100%;
    color: #222;
    font-size: 16px;
    background: 0 0;
    border: none;
    line-height: 40px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
article.box_area .search dd {
    /*width: 84px;*/
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 2px solid #fff;
    font-size: 0;
}
article.box_area .search dd button {
    width: 43px;
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    background-color: #fff;
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-left: solid 3px;
}
article.box_area .search dd button svg {
    width: 24px;
    height: 24px;
    display: inline;
    fill:rgb(0 0 0 / 0.5)
}
article.box_area .search dd button#search_clear_btn {
    width: 43px;
    padding: 0;
    color: #7F7F7F;
    font-weight: bold;
    line-height: 1.0;
    font-size: 11px;
    vertical-align: top;
    letter-spacing: -1px;
    display: none;
}
.noResult {
    margin: 100px auto 0;
    text-align: center;
    width: 500px;
    font-weight: bold;
    font-size: 25px;
}


/*casset common-------------------------------------------------*/
.casset {
    width: 320px;
    background: #fff;
    position: relative;
}
.casset a {
    display: block;
}
.casset a figure {
    width: 100%;
    max-height: 180px;
    overflow: hidden;
}
.casset a figure img {
    width: 100%;
}
.casset.talk a figure img {
    width: 114%;
    position: relative;
    top: 0px;
    left: -6%;
}

.casset a .title {
    margin-top: 20px;
    padding: 0 20px;
    margin-bottom: 10px;
}
.casset a .title ul.labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.casset a .title ul.labels li {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #808080;
    padding: 4px;
    line-height: 1;
    margin-right: 4px;
}
.casset a .title h4 {
    color: #000;
    font-size: 17px;
    line-height: 1.4;
    min-height: 46px;
}
.casset a p.read {
    display: block;
    min-height: 140px;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    position: relative;
}
.casset a div.prof {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.casset a div.prof div.name {
    width: calc(100% - 110px);
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.casset a div.prof div.name span {
    display: inline;
}
.casset a div.prof div.name span.grading1, .casset a div.prof div.name span.name {
    display: block;
}
.casset a div.prof div.name span.grading1{
    font-size:1.1em;
}
.casset a div.prof div.name nav{
    display:block;
    width:100%;
    margin-top:10px;
    background: #000;
    border-radius: 20px;
}

.casset a div.prof div.name nav img{
    width:100%;
}

.casset a div.prof img {
    width: 100px;
}
.casset a div.SDGs {
    width: 65%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.casset a div.SDGs img {
    width: 21%;
    margin-right: 3%;
}
.casset a div.otherIcons {
    height: 60px;
    padding: 0 20px 20px 20px;
    display: flex;
}
.casset a div.review {
    width: 35%;
    border: 2px solid #000;
    border-radius: 0.5rem;
}
.casset a div.reviewHover:hover {
    opacity: 0.7;
}
.casset a div.reviewButton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    height: 100%;
}
.casset a svg.reviewIcon {
    pointer-events: none;
    margin-right: 0.25rem;
}
.casset a div.reviewTitle {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.casset a div.SDGs span {
    font-size: 20px;
    color: #000;
}
@media screen and (max-width: 1020px) {
    .casset a div.otherIcons {
        height: 60px;
        padding: 0 20px 20px 20px;
    }
    .casset a div.SDGs {
        width: 65%;
    }
    .casset a div.review {
        width: 35%;
    }
    .casset a div.SDGs img {
        width: 35px;
        height: 35px;
    }
    .casset a object.reviewIcon {
        margin-right: 0.25rem;
    }
    .casset a div.reviewTitle {
        display: block;
        font-size: 9px;
    }
}
@media screen and (max-width: 960px) {
    .casset a div.otherIcons {
        height: 60px;
        padding: 0 20px 20px 20px;
    }
    .casset a div.SDGs {
        width: 75%;
    }
    .casset a div.review {
        width: 25%;
    }
    .casset a div.SDGs img {
        width: 35px;
        height: 35px;
    }
    .casset a object.reviewIcon {
        margin-right: 0;
    }
    .casset a div.reviewTitle {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .casset a div.otherIcons {
        height: 18vw;
        padding: 0 4vw 4vw 4vw;
    }
    .casset a div.SDGs {
        width: 65%;
    }
    .casset a div.review {
        width: 35%;
    }
    .casset a div.SDGs img {
        width: 14vw;
        height: 14vw;
    }
    .casset a object.reviewIcon {
        width: 5vw;
        height: 5vw;
        margin-right: 0.25rem;
    }
    .casset a div.reviewTitle {
        display: block;
        font-size: 3.8vw;
    }
}

.casset.new::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 10px;
    width: 45px;
    height: 45px;
    background: url(../images/newmark.svg)no-repeat;
    background-size: contain;
}

/*casset navi-------------------------------------------------*/
.casset.navi figure {
    max-height: unset;
    margin-bottom: -140px;
    position: relative;
    z-index: 0;
}
.casset.navi figure::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 44%,
    rgba(255, 255, 255, 0.9) 57%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%);
}
.casset.navi a .title, .casset.navi a p.read {
    position: relative;
    z-index: 1;
}
.casset.navi a .title ul.labels li.kind, .casset.live a .title ul.labels li.kind {
    background: #9dc814;
}
.casset.talk a .title ul.labels li.kind {
    background: #000;
}
/*footer------------------------------------------------------------*/
footer {
    width: 100%;
    background-color: #FFF;
    padding: 20px 0;
    display: inline-block;
    margin: 0;
    position: relative;
    bottom: 0;
    z-index: 1000;
}
.copyright {
    text-align: center;
    vertical-align: bottom;
}
.copyright img {
    width: 120px;
}
.copyright span {
    font-size: 12px;
    color: #fff;
    margin-left: 1em;
    position: relative;

    top: 0px;
    letter-spacing: 0.05em
}
footer.fixed {
    position: fixed;
    bottom: 0;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3000;
}

.pagetop a {
    margin: 0;
    padding: 0;
    right: 10px;
    bottom: 10px;
    display: block;
    background: #343c48;
    width: 60px;
    height: 60px;
    cursor: pointer;
    line-height: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 100;
    border-radius: 10px;
}

.pagetop a::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-top: solid 5px #fff;
    border-left: solid 5px #fff;
    transform: rotate(45deg);
    position: relative;
    top: 4px;
    box-sizing: border-box;
}

/*screensize-------------------------------------------------*/
@media screen and (min-width: 2721px) {
    div.box_wrapper {
        width: calc(8 * 340px - 20px);
    }
    #sdgsButton {
        width: 596px;
    }
}
@media screen and (min-width: 2221px)and (max-width: 2720x) {
    #searchArea,
    #sdgsArea,
    div.box_wrapper {
        width: calc(7* 340px - 20px);
    }
    #sdgsButton {
        width: 596px;
    }
}
@media screen and (min-width: 2021px)and (max-width: 2220px) {
    #searchArea,
    #sdgsArea,
    div.box_wrapper {
        width: calc(6 * 340px - 20px);
    }
    #sdgsButton {
        width: 596px;
    }
}
@media screen and (min-width: 1681px)and (max-width: 2020px) {
    #searchArea,
    #sdgsArea,
    div.box_wrapper {
        width: calc(5 * 340px - 20px);
    }
    #sdgsButton {
        width: 596px;
    }
}
@media screen and (min-width: 1361px)and (max-width: 1680px) {
    #searchArea,
    #sdgsArea,
    div.box_wrapper {
        width: calc(4 * 340px - 20px);
    }
    #sdgsButton {
        width: 596px;
    }
}
@media screen and (min-width: 1021px)and (max-width: 1360px) {
    #searchArea,
    #sdgsArea,
    div.box_wrapper {
        width: calc(3 * 340px - 20px);
    }
    #sdgsButton {
        width: 596px;
    }
}
@media screen and (max-width: 1020px) {

    .main_title h1 {
        font-size: 4vw;
    }
    .main_title h1 span.addbrief, .main_title h1 span.subread {
        font-size: 1.6vw
    }
    .main_title .search dt input {
        font-size: 1.6vw
    }
    .main_title h1 div.title-teacher {
        display: flex;
        align-items: center;
    }

    .main_title h1 figure.title-logo {
        width: auto;
        margin: 0 20px 0 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        display: table;
        min-width: max-content;
    }

    .main_title h1 img.title-logo {
        width: 120px;
        height: 120px;
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }

    .main_title h1 div.title-text {
        padding: 0;
    }
    article.box_area {
        padding: 2vw 2vw;
        min-height: calc(100% - 200px);
    }
    #searchArea {
        margin-bottom: 2vw;
        flex-direction: row;
        column-gap: 10px;
    }
    #sdgsButton {
        width: 596px;
    }
    #sdgsArea {
        justify-content: center;
        margin-bottom: 2vw;
    }
    div.box_wrapper {
        width: 100%;
        padding-bottom: 6vw;
        column-gap: 1.8vw;
        row-gap: 1.8vw;
    }
    div.box_wrapper h2 {
        margin: 0 auto;
    }
    /*casset common-------------------------------------------------*/
    .casset {
        width: 32%;
    }
    .casset a {
        display: block;
    }
    .casset a figure {
        max-height: 18vw;
    }
    .casset a figure img {
        width: 100%;
    }
    .casset a .title {
        margin-top: 2vw;
        padding: 0 2vw;
        margin-bottom: 1vw;
    }
    .casset a .title ul.labels {
        margin-bottom: 0.5vw;
    }
    .casset a .title ul.labels li {
        font-size: 1.2vw;
    }
    .casset a .title h4 {
        font-size: 1.7vw;
        min-height: 4.6vw;
    }
    .casset a p.read {
        min-height: 18vw;
        padding: 0 2vw;
        font-size: 1.4vw;
    }
    .casset a div.prof {
        padding: 0 2vw;
        margin-bottom: 1vw;
    }
    .casset a div.prof div.name {
        width: calc(100% - 11vw);
        font-size: 1.3vw;
    }
    .casset a div.prof img {
        width: 10vw;
    }
    .casset a div.SDGs {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    /*casset navi-------------------------------------------------*/
    .casset.navi figure {
        max-height: unset;
        margin-bottom: -13vw;
        position: relative;
        z-index: 0;
    }
}

@media screen and (min-width: 768px) {
    .casset a:hover .title h4  {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 2px;
    }
    .casset a div.prof div.name nav:hover{
       opacity:0.7
    }
    #sdgsButton {
        width: 596px;
    }
}
/*sp-------------------------------------------------*/
@media screen and (max-width: 767px) {
.casset a div.prof div.name span.grading1
{
    font-size: 1.15em;
}


    header {
        padding: 0;
        position: fixed;
        z-index: 1000;
    }
    .main_title {
        align-items: center;
        width: 100%;
        padding-top: 70px;
        flex-wrap: wrap;
    }
    .hlEnable .main_title {
        padding-top: 100px;
        padding-bottom: 15px;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .main_title_l {
        width: 100%;
    }
    .main_title h1 {
        font-size: 6vw;
        margin: 8vw auto 2vw;
        line-height: 1.4;
    }

    .main_title h1 span {
        width: 100%;
        display: block;
    }
    .main_title h1 span.subread, .main_title h1 span.teachers_num {
        font-size: 4vw;
    }
    .main_title_r {
        padding: 0;
        width: 100%;
        vertical-align: top;
    }
    .main_title .search dt input {
        font-size: 4vw
    }
    .main_title h1 div.title-teacher {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .main_title h1 figure.title-logo {
        width: auto;
        margin: auto;
        padding: 0;
        overflow: hidden;
        position: relative;
        display: table;
        min-width: max-content;
    }

    .main_title h1 img.title-logo {
        width: 150px;
        height: 150px;
        object-fit: contain;
        font-family: 'object-fit: contain;';
        margin-bottom: 2vw;
    }
    .kyoju_page_title {
        font-size: 5.5vw !important;
    }
    .main_title h1 div.title-text {
        padding: 0;
    }
    article.box_area {
        padding: 4vw 4vw 12vw;
        min-height: calc(100vh - 190px);
    }
    div.box_wrapper {
        width: 100%;
        padding-bottom: 6vw;
        min-height:24vh;
    }
    div.box_wrapper h2 {
        margin: 0 auto;
    }

    #searchArea {
        flex-direction: column-reverse;
        margin-bottom: 20px;
        justify-content: center;
        margin-bottom: 4vw;
    }
    #sdgsArea {
        margin-bottom: 20px;
        justify-content: center;
        margin-bottom: 4vw;
    }
    #searchBox {
        width: 100%;
    }
    #sdgsButton {
        width: 100%;
    }
    #sdgsSearchBox {
        width: 100%;
    }
    article.box_area .search {
        max-width: unset;
        width: 100%;
        height: auto;
    }
    /*casset common-------------------------------------------------*/
    .casset {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4vw;
    }
    .casset a figure {
        max-height: 52vw;
    }
    .casset a figure img {
        width: 100%;
    }
    .casset a .title {
        margin-top: 4vw;
        padding: 0 4vw;
        margin-bottom: 2vw;
    }
    .casset a .title ul.labels {
        margin-bottom: 2vw;
    }
    .casset a .title ul.labels li {
        font-size: 3vw;
    }
    .casset a .title h4 {
        font-size: 4.9vw;
        min-height: unset;
    }
    .casset a p.read {
        min-height: 30vw;
        padding: 0 4vw;
        font-size: 3.6vw;
        margin-bottom: 4vw;
    }
    .casset a div.prof {
        padding: 0 4vw;
        margin-bottom: 4vw;
    }
    .casset a div.prof div.name {
        width: calc(100% - 22vw);
        font-size: 3.6vw;
    }

    .casset a div.prof div.name nav{
        width:80%
    }

    .casset a div.prof img {
        width: 20vw;
    }
    .casset a div.SDGs {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    /*casset navi-------------------------------------------------*/
    .casset.navi figure {
        max-height: unset;
        margin-bottom: -40vw;
        position: relative;
        z-index: 0;
    }
    /* .casset.navi figure::after {
        height: 60%;
    } */
    /*footer-------------------------------------------------*/
    footer {
        width: 100%;
        padding: 2vw 0;
        position: static;
    }
    footer .copyright {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .copyright span {
        font-size: 2.8vw;
    }
    .pagetop a {
        display: flex;
        position: fixed;
        right: 5vw;
        bottom: 5.5vw;
        width: 13.5vw;
        height: 13.5vw;
        max-width: 60px;
        max-height: 60px;
    }
}

#loader {
    margin-top: 40px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/ajax-loader.svg) no-repeat;
    background-size: contain;
}

label.sdgs {
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin: 1px 1px 1px 1px;
}
input[type="checkbox"].sdgs {
    display: none;
}
input[type="checkbox"].sdgs1 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_1.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs1:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_1_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs2 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_2.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs2:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_2_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs3 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_3.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs3:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_3_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs4 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_4.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs4:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_4_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs5 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_5.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs5:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_5_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs6 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_6.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs6:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_6_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs7 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_7.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs7:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_7_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs8 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_8.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs8:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_8_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs9 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_9.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs9:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_9_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs10 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_10.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs10:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_10_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs11 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_11.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs11:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_11_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs12 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_12.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs12:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_12_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs13 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_13.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs13:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_13_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs14 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_14.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs14:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_14_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs15 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_15.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs15:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_15_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs16 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_16.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs16:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_16_on.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs17 + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_17.svg) no-repeat;
    background-size: contain;
}
input[type="checkbox"].sdgs17:checked + label {
    background: url(https://yumenavi.info/img/sdgs_icon/sdgs_17_on.svg) no-repeat;
    background-size: contain;
}