@charset "utf-8";



.box01 dl dt,.box01 dl dd{padding: 1em 2em;}
.box01 dl dt{
  width: 14em;
  background: #F2F2FA;
}
.box01 dl dd{
  width: calc(100% - 14em);
  background: #fafaff;
}
.box01 dl dd li:not(:last-child){margin-bottom: 10px;}
.box01 dl dd li:nth-of-type(3) a,.box01 dl dd li:nth-of-type(4) a{
	display: inline-block;
	margin-left: 1em;
}

.box01 dl dd li:nth-of-type(4) span{letter-spacing: 1.4px;}
.box01 dl dd li .sns_link img{
	width: 27px;
	height: 27px;
}
.box01 dl dd li .link{
	background: #dcdcdc;
	font-size: .875rem;
	padding: .25em 1em;
}


@media (max-width: 599px){

.box01 dl dt,.box01 dl dd{width: 100%;}

}





