@charset "UTF-8";

/* top画像 */
#page-title {
	background: url("../images/common/img_top01.jpg") no-repeat;
	background-size: cover;
	background-position: bottom;
}

/* main
---------------------------------------------------*/
#gnavi ul li:nth-child(8) a {
	color: #f8b500;
}

#main {
	padding-bottom: 2em;
}

/* privacy
---------------------------------------------------*/
#privacy {
	position: relative;
	width: 100%;
	max-width: 1080px;
	height: auto;
	margin: 1em auto 2em;
	padding: 0 2em;
}

#privacy .section01 p,
#privacy .section01 ol {
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 1em;
}

#privacy .section01 ol {
	padding-left: 2em !important;
}

/* 768px以下 */
@media screen and (min-width: 1px) and (max-width: 768px) {
	#page-title {
		background-position: center;
	}

	#main {
		padding-bottom: 15.625vw;
	}

	#privacy {
		margin-bottom: 0;
		height: auto;
	}

	#privacy .section01 p,
	#privacy .section01 ol {
		font-size: 3.75vw;
		margin-left: 1.5625vw;
		line-height: 1.6em;
	}
}

/* privacy-link
---------------------------------------------------*/
#privacy-link {}

#privacy-link .link-btn01 {
	margin: 0 auto;
}