@charset "utf-8";

/*---------------------------------------------

privacyページスタイル

-----------------------------------------------*/

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

/* ▼全体PC */

/* ▼privacy PC */
#privacy .inner {
	padding: 90px 0 50px 0;
	position: relative;
	box-sizing: border-box;
}

#privacy h1 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-bottom: 100px;
}

#privacy h1 span {margin-right: 30px;}

#privacy h1 img {
	width: 357px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: -20px;
}

.pri_first {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 50px;
}

.pri_title {
	font-weight: bold;
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

.pri_txt {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 40px;
}

}

@media only screen and (max-width: 767px) {

/* ▼全体SP */

/* ▼privacy SP */
#privacy .inner {
	padding: 14vw 0 8vw 0;
	position: relative;
	box-sizing: border-box;
}

#privacy h1 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	text-align: center;
	margin-bottom: 16vw;
}

#privacy h1 span {
	display: block;
	margin-bottom: 4vw;
}

#privacy h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.pri_first {
	font-size: 3.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 10vw;
}

.pri_title {
	font-weight: bold;
	font-size: 3.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

.pri_txt {
	font-size: 3.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 8vw;
}

}
