@media (max-width: 979px) {

/*====================================================*/
/* contents */
/*====================================================*/
.err_title.right_title:after{/*エラー*/
 background:url("../../images/p/error/lcr_contents_title_bg.png") no-repeat left center;;
}

/*====================================================*/
/* errorページ */
/*====================================================*/
#err_table {
  margin-bottom: 10px;
  padding-bottom:10px;
  text-align:center;
}

#err_table h2{
border-bottom:solid 2px red;
margin-bottom:10px;
font-weight:bold;
}

.err_table {
    font-size: 14px;
    margin: 0px auto 0px auto;
}
.err_table th, .err_table td {
    border-bottom: 2px solid #ffd200;
    padding: 1px 1px;
}
.err_table th {
    text-align: left;
}
.err_table td img{ vertical-align:middle; margin-right:5px;}
.err_table p {margin: 10px auto;}


.login_btn{
  max-width:80%;
  display: block;
    margin: auto;
}
}
@media (max-width: 499px) {
.right_title:after{/*お知らせ*/
 background-size:100% auto !important;
}
}