#mainContent_upper02 {
  z-index: 10;
  position: relative;
}
#mainContent_upper02 #mainContent-inner02 {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.shopList_outer02 {
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.shopList_inner02 {
	margin:0;
	padding: 2px;
	width: 30%;
	position: relative;
}
.shopList {
    background: #898989;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.shopList_all {
    font-size: 14px;
    text-align: center;
    color: #000;
    padding: 20px;
    border: solid 1px #000;
}
.shopList_outer02 p {
    margin: 0;
}

.accordion_dl {
    width: 85%;
    margin: 0 auto;
}
.accordion_dl dt {
    text-align: center;
    margin: 30px 0;
    padding: 10px;
    background: #1c3362;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 130%;
}
.dl_ttl span {
    color: #fff;
    font-size: 130%;
    font-weight: bold;
}

.accordion_dl dt.active:before {margin-top: -2px;}
.accordion_dl dt.active:after {margin-top: 1px;}

.accordion_dl dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 2%;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
}

.accordion_dl dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 2%;
  width: 12px;
  height: 12px;
  margin-top: -13px;
  background: #1c3362;
}

@media screen and (max-width: 970px) and (orientation: portrait) {
	#mainContent_upper02 #mainContent-inner02 {
    	width: 94%;
    	padding: 0 0 30px 0;
    }
    .shopList_inner02 {
		margin:0;
		padding: 2px;
		width: 100%;
		position: relative;
	}
	.shopList {
    	font-size: 14px;
	}
	.shopList_all {
    	font-size: 16px;
    }
    .accordion_dl dt:before {
        right: 5%;
    }
    .accordion_dl dt:after {
        right: 5%;
    }
}