@charset "UTF-8";

.map-flex-content{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.map-flex-content__inner{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.map-list01 li:not(:last-child) {
  margin-bottom: 2rem;
}

.map-list01_child {
  margin: 1.5rem 0;
  padding-left: 40px;
}

.map-list01_child li{
	position: relative;
}

.map-list01_child .icon-arrow{
    position: absolute;
    top: 8px;
    left: -20px;
    font-size: 1rem;
    margin: auto;
}

.map-list01_child li:before {
  display: none;
}
.map-list01_child li:not(:last-child) {
  margin-bottom: 1rem;
}


@media screen and (min-width: 768px) {
	.map-flex-content{
	}
	.map-flex-content__inner{
		-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	    max-width: 50%;
    }
}