@charset "UTF-8";/*===============================================PC用　画面の横幅が769px以上===============================================*/@media screen and (min-width: 769px){.access{	margin: 0px;}.access li{	font-size: 1rem;	text-align:left;	padding: 1rem 0rem 1rem 0rem;	border-top: 1px solid #666666;}.access li:last-child{	border-bottom: 1px solid #111111;}.access li span{	display: inline-block;	width: 20%;}}/*===============================================スマホ用　画面の横幅が640pxまで===============================================*/@media screen and (max-width:640px){.access{	margin: auto;	margin-top: 1rem;	width: 90%;}.access li{	font-size: 0.9rem;	text-align:left;	padding: 1rem 0rem 1rem 0rem;	border-top: 1px solid #666666;}.access li:last-child{	border-bottom: 1px solid #666666;}.access li span{	display: inline-block;	width: 100%;}}