/***********************************************************************
 SP
***********************************************************************/
/*共通*/
	#privacy{
		margin-left: auto;
		margin-right: auto;
}
.access__main__ttl {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "游明朝", YuMincho;
	transform: rotate(.03deg);
	-webkit-transform: rotate(.03deg);
	font-weight: 600;
}
.sub-ttl {
    text-align: center;
    margin-bottom: 3.5rem;
}
.sub-ttl .form__ttl-txt {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}
.sub-ttl .form__ttl_sub-txt {
    font-size: 1.2rem;
    color: #a99452;
    display: block;
}
.privacy__contents {
	font-size: 1.2rem;
	ont-size: 1.2rem;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
	margin-bottom: 8.545rem;
}
h3{
	margin-top: 2em;
}



/***********************************************************************
 TABLET
***********************************************************************/
@media screen and (min-width:767px) {
}

/* TAB_END */

/***********************************************************************
 PC
***********************************************************************/
@media screen and (min-width:960px) {
	.privacy__contents{
		width: 750px;
		margin-top: 7rem;
	}
	.privacy__contents{
		font-size: 14px;
	}
	.privacy__contents{
		line-height: 2;
	}
}

/* PC_END */

/***********************************************************************
 横幅1000px以上
***********************************************************************/

@media screen and (min-width:1000px) {
}

/***********************************************************************
 iphone5系以下
***********************************************************************/
@media screen and (max-height:569px) {
}
