@charset "UTF-8";

#gNav .gNav__menu__mailError{
  background-color: #ffffe4;
  box-shadow: 0px 0px 2px 0px #999 inset;
}


.mailErrorOuter{
  padding: 0 15px;
}
.mailError{
  max-width: 960px;
  margin: auto;
  margin-top: 60px;
}
.mailError__txt{
    margin: 15px 0 0 0;
    font-size: 1.6rem;
}
.contentArea{
  background-image: url("../../../../commons/img/content_bg_wood.jpg")
}
.contentArea a{
  text-decoration: underline;
}
.mailError__category:first-child{
  margin: 0;
}
.mailError__category {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  border-bottom: 1px solid #999;
  border-radius: 0.25rem;
}
.mailError__categoryHeading{
  padding-bottom: 15px;
  border-bottom: 2px dotted #333;
  font-size: 2.5rem;
}
.mailError__categorySubHeading{
  margin-top: 40px;
  padding: 15px;
  line-height: 30px;
  border-left: 6px solid #ff8484;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  background-color: #fff2f2;
  color: #333;
  font-size: 2rem;
}
.mailError__categorySubSubHeading{
  margin-top: 40px;
}
.mailError__category .contactTel__freeDialLogo {
  height: 14px;
  margin: auto 0.4rem 0.2rem auto;
  background-color: #333;
}
.mailError__category .table{
  max-width: 600px;
}
.mediaList{
  margin: 15px 0 0 0;
  padding-left: 20px;
}



/* Extra small devices (スマホ縦画面, 575.98px以下への指定) */
@media (max-width: 575.98px) {
  #gNav .gNav__menu__mailError{
    background-color: #ffffe4;
    box-shadow: none;
  }
  .mailErrorOuter{
    padding: 0;
  }
  .contentArea{
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    border-radius: 0;
  }
  .mailError__category .table,
  .mailError__category .thead,
  .mailError__category .tbody,
  .mailError__category .tfoot,
  .mailError__category .tr,
  .mailError__category .td{
    display: block;
  }
  .mailError__category .table{
    border: none;
  }
  .mailError__category .tr{
    margin-bottom: 20px;
  }
  .mailError__category .td:first-child{
    padding: 5px;
    border: 1px solid #333;
    border-bottom: 1px dotted #333;
    background-color: #ffffe4;
  }
  .mailError__category .td:last-child{
    padding: 5px;
    border: 1px solid #333;
    border-top: none;
  }
}
/* Small devices (スマホ横画面 576px　～　767.98pxへの指定) */
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* Medium devices (タブレット, 768px　～　991.98px以下への指定) */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Large devices (デスクトップ, 992px以上への指定) */
@media (min-width: 992px) {
}
/* Extra large devices (デスクトップ大画面, 1200px以上への指定) */
@media (min-width: 1200px) {
}
