

/*====================================================
////id 
====================================================*/
.mapbox dt:before {
	content: '';
	background: #af8f66;
	display: inline-block;
	margin-right: .3em;
	width: .5em;
	height: .5em;
	vertical-align: .1em;
}
.mapbox dd a {
	display: block;
	line-height: 1.4;
	margin: 5px 0 5px 40px;
	position: relative;
}
.mapbox dd a:before ,
.mapbox dd a:after {
	background: #888;
	content: '';
	position: absolute;
		left: -18px;
}
.mapbox dd a:before {
	top: 0;
	width: 1px;
	height: calc(100% + 5px);
}
.mapbox dd a:last-child:before {
	height: .6em;
}
.mapbox dd a:after {
	top: calc(.6em);
	width: 10px;
	height: 1px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 959px) {
	.column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
	.column {
		grid-gap: 20px;
		-ms-flex-pack: distribute;
		justify-content: space-around;;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id 
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}
