@charset "UTF-8";

.sidemenu{
	width: 100%;
    height: 46px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.textList{
	margin-bottom: 60px;
}

.textList p{
	font-size: 18px;
	line-height: 28px;
}

.imgList{
	margin: 0 auto;
}

.img{
	text-align: center;
	margin-bottom: 30px;
}

.img img{
	width: 100%;
}