@charset "utf-8";
/* CSS Document */

/*******************************************/
/* Reset    　                             */
/*******************************************/

html body #privacyBlock h2,
html body #privacyBlock h5,
html body #privacyBlock h6 {
    background: inherit;
    clear: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding: 0;
    width: inherit;
    height: inherit;
}

/*******************************************/
/* Privacy  　                             */
/*******************************************/

html body #privacyBlock p span b {
    font-weight: normal;
}

html body #privacyBlock p.clinic-name span {
    display: inline;
}

html body #privacyBlock p.clinic-name span br {
    display: none;
}

html body #privacyBlock p.clinic-name span b {
    display: none;
}
html body #privacyBlock h2 {
	background: #96bde8;
	border-radius: 8px;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	padding: 24px 0;
	position: relative;
    text-align: center;
}
html body #privacyBlock h2::before {
	background: url(../img/page/pageH2-star.svg) no-repeat center / 100px;
	height: 100px;
	content: "";
    position: absolute;
    top: 50%;
    left: -50.5%;
    transform: translateY(-50%);
    width: 100%;
}
html body #privacyBlock h2::after {
	background: url(../img/page/pageH2-star.svg) no-repeat center / 100px;
   	height: 100px;
	content: "";
    position: absolute;
    top: 50%;
    right: -50.5%;
    transform: translateY(-50%);
    width: 100%;
}
html body #privacyBlock h3 {
    color: #96bde8;
	font-size: 4rem;
	font-weight: 700;
    line-height: 1.4em;
	letter-spacing: 0.1em;
    margin-bottom: 1.5em;
}
html body #privacyBlock h4 {
	font-size: 2rem;
	font-weight: 700;
    letter-spacing: 0.1em;
	line-height: 1.3em;
    margin-bottom: 1.6em;
    position: relative;
}
html body #privacyBlock h4::before{
	background: #96bde8;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
	bottom: -20px;
    width: 116px;
}

/*******************************************/
/* responsive                              */
/*******************************************/
@media screen and (max-width:767px) {
	html body #privacyBlock{
		padding: 16px;
	}
	html body #privacyBlock h2 {
		font-size: 2.4rem;
		line-height: 1.3em;
		margin-bottom: 32px;
    	padding: 16px 0;
	}
	html body #privacyBlock h2::before {
	background: url(../img/page/pageH2-star.svg) no-repeat center / 100px;
	height: 64px;
	content: "";
    position: absolute;
    top: 50%;
    left: -50.5%;
    transform: translateY(-50%);
    width: 100%;
}
html body #privacyBlock h2::after {
	background: url(../img/page/pageH2-star.svg) no-repeat center / 100px;
   	height: 64px;
	content: "";
    position: absolute;
    top: 50%;
    right: -50.5%;
    transform: translateY(-50%);
    width: 100%;
}
	html body #privacyBlock h3 {
		font-size: 3.2rem;
		margin-bottom: 1.2em;
	}
	html body #privacyBlock h4 {
		margin-bottom: 1.4em;
	}
	html body #privacyBlock h4::before{
		bottom: -16px;
	}
}
