@charset "utf-8";

header{
    background-color: #0086BB;
    height: 90px;
    align-items: center;
}

.SDGs img{
    width: 8%;
    
}

.SDGs{
    display: flex;
    justify-content: center;
    padding-top: 1.5%;
}

main{
    height: 1800px;
    
}


.konbini img{
    width: 100%;
    
    
}


h1{
    padding-top: 8%;
    padding-bottom: 3%;
    font-size: 20px;
    text-align: center;
    color: #0086BB;
    margin: 0%;
}

.inkonbinip{
    color: #0086BB;
    text-align: center;
    margin: auto;
    
    font-size: 15px;
    line-height:200%;
}





.btn1 a {
    background-color: #0086BB;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    line-height: 2;
    border-radius: 20px;
    text-decoration: none;
    
}
.btn1 a:hover{
    background-color: pink;
    border-bottom: solid 2px #1d7fde;
    transform: translateY(3px);
    text-decoration: none;  
}

.btn1{
    text-align: center;
    padding-top: 7%;
}

.btn2 a {
    background-color: #0086BB;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    line-height: 2;
    border-radius: 20px;
    text-decoration: none;
   
}
.btn2 a:hover{
    background-color: pink;
    border-bottom: solid 2px #1d7fde;
    transform: translateY(3px);
    text-decoration: none;  
}

.btn2{
    text-align: center;
    padding-top: 4%;
}

footer{
    height: 50px;
    background-color: #0086BB; 
     
}