@charset "UTF-8";

#footer
{
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
}

#footer ul
{
    list-style: none;
    margin: 0;
}

#footer li
{
	list-style: none;
}


#gray_zone
{
	width: 300px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}

#content_title
{
	width: 100%;
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#icon_box
{
	display: flex;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
    padding: 0;
}

#sns_icon
{
	width: 60px;
	height: 60px;
	margin: 0 30px;
}

#red_zone
{
	width: 100%;
	height: 200px;
	text-align: center;
	color: #fff;
	background-color: #ff3300;
}

#description
{
	display: flex;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	padding: 30px;
}

#footer_link
{
	padding: 0 30px;
	font-size: 17px;
	color: #fff;
}

#copyright
{
	font-size: 14px;
	padding-top: 70px;
}
