@charset "UTF-8";

header{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,0.6);
}
header h1{
    width: 300px;
}
.subSns{
    height: 40px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.subSns img{
    width: 40px;
    margin-left: 10px;
}

@media only screen and (max-width: 769px) {
    header{
        height: 40px;
    }
    header h1{
        width: 180px;
    }
    .subSns img{
        width: 30px;
    }
}


/*---------------------------------------------
-----------------------------------------------
      SDGs
-----------------------------------------------
---------------------------------------------*/

.subLogo{
    display: block;
    margin: 40px auto 0 auto;
    width: 200px;
}
.subSdgs h2{
    margin: 30px 0;
    text-align: center;
}
.sdgsImage{
    margin-bottom: 100px;
}
.sdgsCon{
    margin-bottom: 100px;
}
.sdgsConTitle{
    font-weight: bold;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 0;
}
.sdgsConText{
    line-height: 1.4;
    margin-top: 0;
}
.aboutSdgs{
    margin-bottom: 50px;
}
.aboutSdgs p{
    line-height: 1.4;
}


@media only screen and (max-width: 769px){
    .subLogo{
        width: 150px;
    }
    .subSdgs h2{
        margin-bottom: 50px;
        line-height: 1.4;
        font-size: 24px;
    }
    .sdgsImage{
        margin-bottom: 50px;
    }
    .sdgsCon{
        margin-bottom: 50px;
    }
    .aboutSdgs{
        margin-bottom: 20px;
    }
    .sdgsConTitle{
        line-height: 1.4;
        margin-bottom: 10px;
    }
}


/*---------------------------------------------
-----------------------------------------------
      Contact
-----------------------------------------------
---------------------------------------------*/

#content.subContact{
    width: 600px;
    margin: 0 auto;
}
input[type="text"], input[type="email"], input[type="tel"], textarea{
    width: 100%;
    background: none;
    padding: 4px 8px;
    border: 1px solid #ccc;
    outline: 0;
}
textarea{
    height: 250px;
}
input[type="checkbox"]{
    width: auto;
    position: relative;
    top: 2px;
}
.contactBox{
    margin-bottom: 20px;
}
.contactBox p{
    margin: 0 0 4px 0;
}


@media only screen and (max-width: 769px){
    #content.subContact{
        width: 95%;
        margin: 0 auto;
    }
    input[type="checkbox"]{
        margin-bottom: 20px;
    }
    textarea{
        height: 150px;
    }
}


/*---------------------------------------------
-----------------------------------------------
      PRODUCTS
-----------------------------------------------
---------------------------------------------*/

.products > h2{
    margin: 30px 0;
}
.products > h2 span{
    font-size: 18px;
}
.proCon{
    margin-bottom: 100px;
}
.proCon .inner{
    width: 1000px;
}
.proCon h2{
    margin-bottom: 0;
}
.proP1{
    text-align: center;
    font-size: 18px;
    margin-top: 0;
}
ul.proList{
    display: flex;
    justify-content: space-between;
}
ul.proList li{
    width: 32%;
    margin-bottom: 50px;
}
ul.proList li p{
    margin: 0;
    line-height: 1.6;
}
ul.proList2 li{
    width: 48%;
}

@media only screen and (max-width: 769px){
    .products > h2{
        font-size: 24px;
    }
    .products > h2 span{
        font-size: 16px;
    }
    .proCon{
        margin-bottom: 50px;
    }
    .proCon .inner{
        width: 90%;
    }
    .proP1{
        font-size: 16px;
    }
    ul.proList{
        flex-wrap: wrap;
    }
    ul.proList li, ul.proList2 li{
        width: 100%;
    }
}


/*---------------------------------------------
-----------------------------------------------
      WORKSHOP
-----------------------------------------------
---------------------------------------------*/

a.sub_button{
    margin: 50px auto;
}
.workCOn{
    background: #A2D6C4;
    padding: 30px;
    margin-top: 40px;
}
.workCOn p{
    text-align: center;
}


/*---------------------------------------------
-----------------------------------------------
      CONTACT
-----------------------------------------------
---------------------------------------------*/

.thanksP1{
    padding: 200px 0;
}

@media only screen and (max-width: 769px){
    .thanksP1{
        padding: 50px 0;
    }
}