
.enesoBox dl {
	border-bottom: solid 1px #eeeeee;
	margin-bottom: 1em;
}

.enesoBox dl:before,
.enesoBox dl:after {
	content: " ";
	display: table;
}

.enesoBox dl:after {
	clear: both;
}

.enesoBox dt {
	width: 8em;
	float: left;
	font-weight: bold;
	color: #4f86c5;
}

.enesoBox dd {
	margin-left: 10em;
}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    @media (max-width: 640px) {
		
		.ContentsArea{
			/*padding: inherit;*/
			padding: 0;
		}
		
		#eneso .contents {
			padding-left: 16px;
			padding-right: 16px;
			box-sizing: border-box;
		}
		
		#eneso .contents .contents-wrapper {
			/*padding:inherit;*/
			padding: 0;
		}
		
        .enesoBox dl > div {
            flex-direction: column;
        }
        .enesoBox dt, dd {
            width: 100%;
        }
		.enesoBox dd {
			margin-left:inherit;
		}
		
        .enesoBox dt {
            border-right: none;
            border-bottom: 1px solid #ccc;
        }
    }