@media screen and (min-width: 1281px) {
	dl.menutable {
		line-height: 150%;
		margin-top: 2rem;
		margin-right: 0;
		margin-left: 6rem;	/* ex. tablet, mobile */
	}
	.menutable dt {
		margin-left: 0;
		padding-bottom: 0.5rem;	/* ex. mobile */
		width: 39rem;
		position: relative;
		height: 1.2rem;
	}
	.menutable dt:before {
		content: "";
		display: block;
		width: 100%;
		margin-top: 1rem;
		border-top: 1px dashed #999999;
		position: absolute;
	}
	.menutable dt span {
		background-color: #ffffff;
		padding-right: 1rem;
		position: absolute;
	}
	.menutable dd {
		margin: -3.7rem 0 0 0;	/* ex. mobile */
		padding-top: 2rem;	/* ex. mobile */
		padding-bottom: 2rem;
		padding-left: 40rem;	/* ex. mobile */
		word-break: normal;
	}
}