@charset "utf-8";

#container{
    padding: 2em 0;
}


.flex_wrap{
    align-items: center;
    justify-content: space-around;
}
.flex_left{
    width:40%;
}
.flex_right{
    width:50%;
}
.flex_left img{
    max-width:342px;
}


/**btntype_01**/
.btntype_01{
    
}
.btntype_01 li{
    display: inline-block;
    margin: 1em 0;
    text-align: center;
 }
.btntype_01 li a{
    display: block;
    background-color: #3d9738;
    border-radius: 5px;
    padding: 10px;
    border-bottom: 3px solid #cfcfcf;
}
.btntype_01 li a:hover{
    background-color:#ffa60b;
}
.btntype_01 li img{
    width:100%;
    height: auto;
}


#all{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#footer{
  margin-top: auto;
}










/*------------------------------------------------------
	mediaQuery
*-------------------------------------------------------*/
@media screen and (min-width: 640px) {
 
 
 
 
}