#censen{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#censen .fembox{
    display: flex;
    justify-content: center;
    width: min(100%, 800px);
}
#censen .fembox .feeimg{
    display: flex;
    width: 49%;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    #censen .fembox{
    display: flex;
    flex-direction: column;
}
    #censen .fembox .feeimg{width:100%}
}
@media screen and (max-width:640px) {

}
@media screen and (max-width:480px) {
	
}

