@charset "utf-8";

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【共通　ここから】                                                */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
.bg_orange {
	background: #FFFBF6;
}


/*.privacy_box h1 {
	position: relative;
	font-size: 1.8em;
	margin: 30px auto;
	border-top: solid 4px #f38557;
	border-bottom: solid 4px #f38557;
	text-align: center;
	padding: 25px 0;
	color: #f38557;
	font-weight: bold;
}

.privacy_box h1::before,
.privacy_box h1::after {
	position: absolute;
	border-top: dotted 3px #A98C5F;
	left: 0;
	width: 100%;
	content: '';
}

.privacy_box h1::before {
	top: 6px;
}

.privacy_box h1::after {
	bottom: 6px;
}
*/



/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                  */
/*    【PCここから】                                                     */
/*                                                                  */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
@media screen and (min-width:769px){
	article {
		/*margin: 80px auto 0;*/
		display: block;
	}

	.privacy_box {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 10px;
	}
	.privacy_txt h2 {
		font-size: 26px;
		background: #698B00;
		color: #fff;
		padding: 10px 15px;
		border-radius: 5px;
		margin-top: 50px;
		margin-bottom: 20px;
	}

	.privacy_txt h3 {
	border-bottom: 2px solid #698B00;
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 15px;
		padding-bottom: 7px;
	}
.privacy_txt {

}

	p{
		font-size: 18px;
		line-height: 1.65em;
	}
	.pankuzu{
		width: 100%;
		max-width: 1080px;
		margin: 15px auto 35px auto;
	}
	
	h1{
		font-size: 36px;
		text-align: center;
		margin-bottom: 40px;
	}
	
	h1:before {
		content: " ";
		background: url("../img/privacy_policy/privacy_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 45px;
		height: 48px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.contents_wrap {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding: 35px 15px;
	}

.privacy_txt p {
	font-weight: 400;
	font-size: 18px;
	margin: 30px auto;
	width: 96%;
}

.privacy_txt p:first-of-type {
	font-weight: 400;
	font-size: 18px;
	margin: 30px auto;
	width: 100%;
}

.privacy_txt p:last-of-type {
	font-weight: 400;
	font-size: 18px;
	margin: 30px auto 50px;
	width: 96%;
}

.privacy_txt ul {
	width: 96%;
	margin: 0 auto;
	font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.privacy_txt li {
	width: 96%;
	margin: 0 auto;
	/*padding-left: 0;
	text-indent: -0.7em;
	font-size: 18px;
	line-height: 1.8em;*/
	padding-left: 1em;
    text-indent: -1em;
    margin-top: 20px;
    line-height: 1.65em;
}

.privacy_txt li::before {
	content: "●";
    color: #AABF63;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: middle;
	
}

.sub_ttl {
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 5px;
}
}
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                  */
/*    【SPここから】                                                     */
/*                                                                  */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
@media screen and (max-width:768px){
/*	article {
		margin: 70px auto 0;
	}

	.privacy_box {
		width: 100%;
		padding: 30px 10px;
	}

	.privacy_box h1 {
		margin: 0 auto;
	}
*/
.privacy_txt {

}


	p{
		font-size: 16px;
		line-height: 1.65em;
	}
	.pankuzu{
		width: 100%;
		margin: 85px auto 15px auto;
		font-size: 14px;
	}
	
	h1{
		font-size: 24px;
		text-align: center;
		margin-bottom: 40px;
	}
	
	h1:before {
		content: " ";
		background: url("../img/privacy_policy/privacy_icon.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 28px;
		height: 30px;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.contents_wrap {
		width: 100%;
		margin: 0 auto;
		padding: 35px 15px;
	}
	.privacy_txt h2 {
    font-size: 18px;
    background: #698B00;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
	}

	.privacy_txt h3 {
    border-bottom: 2px solid #698B00;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 5px;
	}
.privacy_txt p {
	font-weight: 400;
	font-size: 16px;
	margin: 15px auto;
	width: 96%;
}

.privacy_txt p:first-of-type {
	font-weight: 400;
	font-size: 16px;
	margin: 15px auto;
	width: 100%;
}

.privacy_txt p:last-of-type {
	font-weight: 400;
	font-size: 16px;
	margin: 15px auto 30px;
	width: 96%;
}

.privacy_txt ul {
	width: 96%;
	margin: 0 auto;
	font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.privacy_txt li {
	width: 96%;
	margin: 0 auto;
	/*padding-left: 0;
	text-indent: -0.7em;
	font-size: 16px;
	line-height: 1.8em;*/
	padding-left: 1em;
    text-indent: -1em;
    margin-top: 20px;
    line-height: 1.65em;
}

.privacy_txt li::before {
	content: "●";
    color: #AABF63;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: middle;
	
}

.sub_ttl {
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 5px;
}	
	
.sub_ttl {
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 5px;
}	
	
}