@charset "utf-8";


/*SDGs*/
.theme {
    background: url('../img/theme10.jpg') no-repeat center bottom;
}

.read {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.read .read-txt {
    flex: 1;
}
.read .read-img {
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.read .read-img img {
    width: 100%;
    max-width: 400px;
}

.tbl-declare {
    border-collapse: collapse;
}
.tbl-declare th {
    width: 120px;
    vertical-align: top;
}
.tbl-declare td {
    vertical-align: top;
}

.tbl-theme {
    width: 100%;
    border-collapse: collapse;
}
.tbl-theme th {
    background-color: #687788;
    color: #fff;
    padding: 10px 20px;
    border-right: 1px #fff solid;
}
.tbl-theme th:last-child() {
    border-right-width: 0;
}
.tbl-theme td {
    line-height: 140%;
    padding: 30px 20px;
    background-color: #f4f6f7;
    border-right: 1px #fff solid;
    border-bottom: 2px #fff solid;
}
.tbl-theme td:last-child() {
    border-right-width: 0;
}
.tbl-theme img {
    max-width: 100px;
    margin: 2px 2px;
}


.tbl-theme td:nth-child(1) {
    width: 280px;
    text-align: center;
    font-size: 2.0rem;
    color: #06385a;
    font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
}
.tbl-theme td:nth-child(2) {
    width: auto;
}
.tbl-theme td:nth-child(3) {
    width: 500px;
    text-align: center;
}

.scrollMsg {
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: none;
}

.info {
    border: 1px #ddd solid;
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.info dl {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.info dt {
    font-weight: bold;
    margin-bottom: 10px;
    font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.info dd {
    margin: 0;
}




/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1280px) {
    .read .read-img {
        width: 40%;
        margin-left: 30px;
    }
    .read .read-img img {
        width: 100%;
        max-width: 400px;
    }

    .tbl-theme td:nth-child(1) {
        width: 25%;
    }
    .tbl-theme td:nth-child(2) {
        width: auto;
    }
    .tbl-theme td:nth-child(3) {
        width: 30%;
    }
}

@media screen and (max-width: 980px) {
    .theme {
        background-position: center center;
        background-size: cover;
    }
    .tbl-theme img {
        max-width: 80px;
    }
}

@media screen and (max-width: 780px) {
    .read {
        margin-bottom: 20px;
        display: block;
    }
    .read .read-img {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .read .read-img img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    .tbl-theme {
        width: 780px;
    }
    .tbl-theme td:nth-child(1) {
        font-size: 1.8rem;
    }

    .scrollMsg {
        display: block;
    }
}

@media screen and (max-width: 580px) {
    .tbl-declare th {
        width: 70px;
        text-align: left;
    }
}

@media screen and (max-width: 380px) {
}


