.contents-child {
    margin-top: 180px;
    }

.haishin-store-list-attention {
	text-align: center;
	}

.haishin-stores {
	display: block;
    margin: 60px auto 150px;
	
    }

.haishin-store-list-attention ul{
    line-height: 1.6;
    margin: 30px 0 0;
    }

.haishin-store-list-attention li {
    padding-left:1em;
    text-indent:-1em;
    }

.haishin-store-list-attention li:before {
    content:"＊";
    }

.haishin-store {
    width: 18%;
    text-align: center;
    float: left;
    margin: 0 1% 50px;
    }

.haishin-store img {
    width: 85%;
    display: block;
    margin: auto;
    }

.haishin-store p {
    position: relative;
    display: inline-block;
    margin: 5px 0 0;
    padding: 5px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 15px;
    background: #9bff05;
    }

.haishin-store p:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -7px;
    border: 6px solid transparent;
    border-bottom: 9px solid #9bff05;
    }

.balloon1-top p {
    margin: 0;
    padding: 0;
    }

/*
.serch {
    background: #48a7ff;
    color: #fff;
    padding: 2px 3px;
    margin-right: 3px;
    }
*/

.haishin-store-andmore {
    display: inline-block;
    width: 30%;
    margin: 50px 0;
    text-align: center;
    vertical-align: bottom;
    }

@media screen and (max-width: 750px) {
    .contents-child {
        margin-top: 120px;
        }
    
    .haishin-store-list-attention ul{
        line-height: 1.6;
        margin: 30px auto 0;
        display: block;
        font-size: 16px;
        }
    
    .haishin-store-list-attention li {
        margin-bottom: 10px;
        }
    
    .haishin-stores {
        width: 100%;
        margin: 50px auto 0;
        }
    
    .haishin-store {
        width: 45%;
        margin: 0 2.5% 40px;
        }
    
    .haishin-store img {
        width: 95%;
        }
    
    .haishin-store-andmore {
        width: 45%;
        margin: 45px 0;
        }
    }
