@charset "utf-8";

/* CSS Document */


/*-----------------------------------------------  
sgds.css 
-----------------------------------------------*/

.back_tile a {
    color: #000;
}

.banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-color: #000000;
}

.banner .inner {
    overflow: hidden;
    margin: auto;
}

.banner .title_banner {
    line-height: 0;
}

.banner .title_banner img {
    width: 100%;
    max-width: 100%;
}

#content {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.content_wrap {
    background-image: url("http://seafloor-control2.withinc.info/wp-content/themes/seafloor-control-multi-language2/img/sdgs/bg_content.png");
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}


/* area01 */

.area01 {
    margin: 0 auto;
    padding: 200px 0 100px;
    overflow: hidden;
}

.area01_wrap {
    max-width: 920px;
    margin: 0px auto;
    text-align: center;
}

.area01_img {
    margin-top: 140px;
}

.area01_article .subject {
    padding: 40px 0;
}

.area01_article .desc {
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
}

.area01_article .desc p {
    text-indent: 1em;
}

.area01_article .btn {
    margin-top: 70px;
}

@media (max-width:767px) {
    .area01 {
        padding: 100px 10px 50px;
        font-size: 12px;
    }
    .area01_wrap {
        color: black;
        text-align: center;
    }
    .area01_img {
        margin-top: 70px;
    }
    .area01_article .subject {
        padding: 40px 0;
    }
    .area01_article .btn {
        margin-top: 40px;
    }
}


/* area02 */

.area02 {
    margin: 0 auto;
    padding: 100px 0 200px;
    overflow: hidden;
}

.area02_wrap {
    max-width: 920px;
    margin: 0px auto;
}

.area02_header .title {
    text-align: center;
}

.area02_header .caption {
    margin-top: 50px;
}

.area02_article {
    max-width: 920px;
    margin: 50px auto 0;
}

.area02_section {
    margin-bottom: 40px;
}

.area02_section .section_header {
    max-width: 660px;
    margin: 0 auto;
}

.area02_section .subject {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 80px;
    background-image: url("http://seafloor-control2.withinc.info/wp-content/themes/seafloor-control-multi-language2/img/sdgs/icon_sfc.png");
    background-position: center top;
    background-size: 56px auto;
    background-repeat: no-repeat
}

.area02_section .desc {
    line-height: 1.625;
    padding: .7em 0 .3em 0;
    font-size: 20px;
    text-align: center;
}

.area02_section ul {
    list-style: none;
    color: #1b1ea2;
    text-align: left;
    margin-left: 40px;
}

.area02_section .media {
    width: inherit;
    max-width: 820px;
    margin: 30px auto 0;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.area02_section .media div {
    width: 130px;
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: rgb(241, 241, 241);
}

.area02_section .media div:first-of-type {
    padding-left: 30px;
    width: 150px;
}

.area02_section .media div:last-of-type {
    padding-right: 30px;
    width: 150px;
}

.area02_section .media>div.no16 {
    padding-left: 30px;
    padding-right: 30px;
    width: 170px;
}

.area02_section.sdgs {
    position: relative;
    padding: 80px 40px;
    margin-top: 80px;
}

.area02_section.sdgs:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(../img/sdgs/sdgs-line.png) center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 10px;
    visibility: visible;
}

.area02_section.sdgs:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: url(../img/sdgs/sdgs-line.png) center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 10px;
    visibility: visible;
}

.area02_section.sdgs h2 {
    font-weight: normal;
    margin-bottom: 20px;
}

.area02_section.sdgs h2>span {
    font-weight: bold;
    padding-left: 20px;
    font-size: 20px;
}

.area02_section.sdgs h2+p {
    margin-bottom: 60px;
}

.area02_section.sdgs img {
    margin: 0 auto;
    display: block;
}

@media (max-width:767px) {
    .area02 {
        padding: 50px 0 100px;
    }
    .area02_wrap {
        padding: 0 10px;
    }
    .area02_header .caption {
        margin-top: 30px;
    }
    .area02_article {
        margin: 60px auto 0;
    }
    .area02_section {
        margin-top: 45px;
    }
    .area02_section .subject {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .area02_section .media {
        padding: 10px;
    }
    .area02_section .media {
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: rgb(241, 241, 241);
        padding: 30px 30px 20px;
        width: 105%;
        margin: 20px -10px 0 -10px;
    }
    .area02_section .media div {
        width: 45%;
        padding: 0;
        background: none;
        margin-bottom: 5%;
    }
    .area02_section .media div img {
        width: 100%;
    }
    .area02_section .media div:first-of-type {
        padding-left: 0;
        width: 45%;
    }
    .area02_section .media div:last-of-type {
        padding-right: 0;
        width: 45%;
    }
    .area02_section .media div.mlauto {
        margin-left: auto;
    }
    .area02_section .media div.no16 {
        padding-left: 0px;
        padding-right: 0px;
        width: 45%;
    }
    .area02_section .desc {
        font-size: 16px;
        padding-left: 20px;
        text-align: left;
    }
    .area02_section.sdgs h2>span {
        display: block;
        padding-left: 0px;
        font-size: 20px;
    }
    .area02_section ul {
        margin-left: 0px;
    }
}