@charset "UTF-8";



/* ----------プライバシーポリシー---------- */

/* 説明文 */

#privacy p {
	margin-bottom: 37px;
}



/* -----共通----- */

#privacy ul:not(:last-of-type) {
	margin-bottom: 25px;
}

/* 見出し */

#privacy ul:not(:last-of-type) li:first-child h2 {
	font-weight: bold;
	font-size: 16px;
	color: #abcd03;
	margin: 0;
}



/* -----お問い合わせ----- */

/* 全体 */

.privacy_contact {
	margin-top: 65px;
}

/* 見出し */

.privacy_contact li:first-child h2 {
	color: #9e882d;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}

/* 2行目 */

.privacy_contact li:nth-child(2) {
	margin-bottom: 10px;
}

/* 3行目 */

.privacy_contact li:nth-child(3) {
	margin-bottom: -5px;
}

/* 4行目 */

.privacy_contact li:nth-child(4) {
	font-size: 12px;
	margin-bottom: 6px;
}



/* -----お問い合わせボタン----- */

.contact_button {
	display: block;
	width: 325px;
	height: 55px;
	border: solid 2px #cfc191;
	padding: 3px;
	color: white;
	text-align: center;
}

.contact_button p {
	height: 100%;
	line-height: 55px;
	background: #9e882d;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* ----------プライバシーポリシー---------- */

/* 説明文 */

#privacy p {
	margin-bottom: 7vw;
}



/* -----共通----- */

#privacy ul:not(:last-of-type) {
	margin-bottom: 7vw;
}

/* 見出し */

#privacy ul:not(:last-of-type) li:first-child h2 {
	margin-bottom: 2px;
	text-align: center;
}



/* -----お問い合わせ----- */

/* 全体 */

.privacy_contact {
	margin-top: 15vw;
	text-align: center;
}

/* 見出し */

.privacy_contact li:first-child h2 {
	margin-bottom: 2px;
}

/* 3行目 */

.privacy_contact li:nth-child(3) {
	margin-bottom: -2px;
}



/* -----お問い合わせボタン----- */

.contact_button {
	margin: 0 auto;
	width: 250px;
}

.contact_button p {
	line-height: 55px;
}



}