@charset "UTF-8";
/* CSS Document */


/*PC*/
@media print, screen and (min-width: 768px) {

/* privacy
--------------------------------------------*/
#privacy{
position:relative;
}

#privacy .section_wrap{
width: 1000px;
position: relative;
margin: 0 auto 140px;
}

#privacy .section_wrap .txt{
margin-bottom: 30px;
}

#privacy .section_wrap dl{
margin-bottom: 30px;
}

#privacy .section_wrap dl dt{
margin-bottom: 5px;
}

}
/*sp*/
@media only screen and (max-width: 767px) {

/* privacy
--------------------------------------------*/
#privacy{
position:relative;
padding-top: 60px;
box-sizing: border-box;
}

#privacy .section_wrap{
width: 90%;
position: relative;
margin: 0 auto 60px;
}

#privacy .section_wrap .txt{
margin-bottom: 30px;
}

#privacy .section_wrap dl{
margin-bottom: 30px;
}

#privacy .section_wrap dl dt{
margin-bottom: 5px;
}

}