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

	div.privacy-intro {
		margin: 0 auto 50px;
		width: 100%;
	}

	div.privacy-intro h2 {
        margin: 0 auto 20px;
        padding: 0 40px;
        background: #000000 url(https://file001.shop-pro.jp/PA01518/602/images/common/h2bg.jpg) left center repeat;
        background-size: 108px;
        color: #ffffff;
        font-size: 2.0rem;
        line-height: 50px;
        font-weight: 700;
        text-align: left;
        border-radius: 10px;
    }

	div.privacy-box {
		margin: 0 auto 40px;
		width: 100%;
	}

	div.privacy-box h3 {
		margin: 0 auto 15px;
		padding: 10px 20px;
		font-size: 2.1rem;
		line-height: 3.0rem;
		border-top: 1px dotted #333333;
		border-bottom: 1px dotted #333333;
	}

}

/* スマホここから */
@media only screen and (max-width: 767px) {

	div.privacy-intro {
		margin: 0 auto 50px;
		width: 94%;
	}

	div.privacy-intro h2 {
        margin: 0 auto 20px;
        padding: 0 40px;
        background: #000000 url(https://file001.shop-pro.jp/PA01518/602/images/common/h2bg.jpg) left center repeat;
        background-size: 108px;
        color: #ffffff;
        font-size: 2.0rem;
        line-height: 50px;
        font-weight: 700;
        text-align: left;
        border-radius: 10px;
    }

	div.privacy-box {
		margin: 0 auto 40px;
		width: 94%;
	}

	div.privacy-box h3 {
		margin: 0 auto 15px;
		padding: 10px 20px;
		font-size: 2.1rem;
		line-height: 3.0rem;
		border-top: 1px dotted #333333;
		border-bottom: 1px dotted #333333;
	}

}