body.privacy h1{
width:88%;
margin: 0 auto;
padding: 50px 0 50px 0;
}

body.term-of-use h1{
width:88%;
margin: 0 auto;
padding: 50px 0 50px 0;
}


/*About専用*/
#privacy_term_of_use{
position: relative;
z-index: 1;
width:88%;
margin: 0 auto;
padding: 0 0 50px 0;
}






#privacy_term_of_use p{
margin: 0 0 20px 0;

/*FONT 375px計算*/
font-size: 11px;
font-size: 2.9333333vw;
font-size: clamp(10px, 2.9333333vw, 12.0px);

line-height: 1.8;
letter-spacing: 0.01em;
}




#privacy_term_of_use h1{
margin: 0 0 20px 0;
padding: 0;

/*FONT 375px計算*/
font-size: 13px;
font-size: 3.4666666vw;
font-size: clamp(12px, 3.4666666vw, 14.0px);

line-height: 1.5;
letter-spacing: 0.01em;
}


#privacy_term_of_use h2{
margin: 20px 0 20px 0;

/*FONT 375px計算*/
font-size: 13px;
font-size: 3.4666666vw;
font-size: clamp(12px, 3.4666666vw, 14.0px);

line-height: 1.5;
letter-spacing: 0.01em;
}

#privacy_term_of_use h3{
margin: 20px 0 20px 0;


/*FONT 375px計算*/
font-size: 13px;
font-size: 3.4666666vw;
font-size: clamp(12px, 3.4666666vw, 14.0px);


line-height: 1.5;
letter-spacing: 0.01em;
}

#privacy_term_of_use h4{
margin: 20px 0 20px 0;

/*FONT 375px計算*/
font-size: 13px;
font-size: 3.4666666vw;
font-size: clamp(12px, 3.4666666vw, 14.0px);

line-height: 1.5;
letter-spacing: 0.01em;
}

#privacy_term_of_use h5{
margin: 20px 0 20px 0;

/*FONT 375px計算*/
font-size: 13px;
font-size: 3.4666666vw;
font-size: clamp(12px, 3.4666666vw, 14.0px);

line-height: 1.5;
letter-spacing: 0.01em;
}






/*スマホ終了
--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {


body.privacy h1{
position: relative;
width: 54%;
margin: 80px 6% 0px 40%;
max-width: 900px;
padding: 0 0 0 0;
}

body.term-of-use h1{
position: relative;
width: 54%;
margin: 80px 6% 0px 40%;
max-width: 900px;
padding: 0 0 0 0;
}



#privacy_term_of_use{
position: relative;
width: 54%;
margin: 50px 6% 0 40%;
max-width: 900px;
padding: 0 0 0 0;
}


#privacy_term_of_use h1{
margin: 0 0 40px 0;
padding: 0;

font-size: 14px;;
line-height: 1.5;
letter-spacing: 0.01em;
}



#privacy_term_of_use h2{
margin: 40px 0 20px 0;

font-size: 14px;
line-height: 1.5;
letter-spacing: .0em;
}

#privacy_term_of_use h3{
margin: 40px 0 20px 0;

font-size: 14px;
line-height: 1.5;
letter-spacing: 0.01em;
}

#privacy_term_of_use h4{
margin: 0 0 20px 0;

font-size: 14px;;
line-height: 1.5;
letter-spacing: 0.01em;
}

#privacy_term_of_use h5{
margin: 0 0 20px 0;

font-size: 14px;
line-height: 1.5;
letter-spacing: 0.01em;
}



#privacy_term_of_use p{
margin: 0 0 15px 0;

font-size: 14px;
line-height: 1.7;
letter-spacing: 0.01em;
}







}/*PC 終了括弧*/
