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

/*PC*/
@media print, screen and (min-width: 801px) {
#accessibility .txt{
margin-bottom: 60px;
}

#accessibility .txt2{
margin-bottom: 10px;
}

}
/*sp*/
@media only screen and (max-width: 800px) {
#accessibility .txt{
margin-bottom: 30px;
}

#accessibility .txt2{
margin-bottom: 10px;
}

}