@charset "utf-8";
.sp{display:none;}
.information h1{
	margin-bottom: 20px;
}
.information a {
	background:url(../../common/img/icon_link.png) no-repeat right center;
	padding-right:20px;
}

dl {
	clear:both;
	margin:0;
}
dl dt {
	padding-top:45px;
}
dl dd {
	width:100%;
	line-height:2;
}
dl dd span {
	font-size: smaller;
}

@media screen and (max-width:768px) { 
.pc{display: none;}
.sp{display: initial;}
#wrapper{
  width:100%;
  margin: 20px auto;
}
.information h1{
  font-size: 1.5em;
  margin-bottom: 20px;
}
}