@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style-type: none;
	box-sizing: border-box;
	font-family:YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
body{
	color: #333333;
}
p{
	line-height: 25px;
	letter-spacing: 1.5px;
}
img{
	vertical-align: bottom;
	
}
.rap{
	position: relative;
	width: 680px;
	margin: 0 auto;
}
.link{
	display: flex;
	justify-content: space-around;
	margin: 50px 0;
}
.link li{
	width: 50%;
	border-right: 1px solid #333;
	text-align: center;
}
.link li:first-child{
	border-left: 1px solid #333;
}
.link li,.link li a{
	font-size: 1.3rem;
}
.copyright{
	margin-top: 40px;
	text-align: center;
}


@media only screen and (max-width : 680px ){

img{
	width: 100%;
	height: auto;
}
.rap{
	width: 100%;
}
.link li{
	width: 45%;
}
.link li,.link li a{
	font-size: 1.1rem;
}

}