@charset "UTF-8";

#gNav .gNav__menu__company{
  background-color: #ffffe4;
  box-shadow: 0px 0px 2px 0px #999 inset;
}


.companyOuter{
  padding: 0 15px;
}
.company{
  max-width: 960px;
  margin: auto;
  margin-top: 60px;
}
.contentArea{
  background-image: url("../../../../commons/img/content_bg_wood.jpg")
}
.contentArea a{
  text-decoration: underline;
}
.company__category:first-child{
  margin: 0;
  padding: 0;
}
.company__category {
  padding: 12%;
  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;
}
.company__category .imgOverview{
  width: 100%;
}
.company__categoryHeading{
    text-align: center;
    font-size: 3.5rem;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.company__category .contactTel__freeDialLogo {
  height: 14px;
  margin: auto 0.4rem 0.2rem auto;
  background-color: #333;
}
.company__category .table{
  max-width: 600px;
}
.mediaList{
  padding-left: 20px;
}

.applyInfoHeading{
    margin: 30px auto 5px;
    font-weight: 600;
    color: #e51873;
    font-size: 2.5rem;
}
.applyInfoTxt{
  margin-bottom: 15px;
  font-size: 1.5rem;
}
}
.importantTxt{
  color: #e51873;
  background-color: #f5f287;
}
.cautionTxt{
  font-weight: 600;
  background-color: #f5f287;
  color: #c30d23;
  padding: 15px;
}
.applyInfoNum{
  font-weight: 600;
  color: #e51873;
  font-size: 3rem;
}
.noteHeading{
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 2.5rem;
  margin: 30px auto 5px;
  background-color: #e51873;
}


/* Extra small devices (スマホ縦画面, 575.98px以下への指定) */
@media (max-width: 575.98px) {
  #gNav .gNav__menu__company{
    background-color: #ffffe4;
    box-shadow: none;
  }
  .pageHeading{
    display: none;
  }
  .company{
    margin-top: 0;
  }
  .companyOuter{
    padding: 0;
  }
  .contentArea{
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .company__category .table,
  .company__category .thead,
  .company__category .tbody,
  .company__category .tfoot,
  .company__category .tr,
  .company__category .td{
    display: block;
  }
  .company__category .table{
    border: none;
  }
  .company__category .tr{
    margin-bottom: 20px;
  }
  .company__category .td:first-child{
    padding: 5px;
    border: 1px solid #333;
    border-bottom: 1px dotted #333;
    background-color: #ffffe4;
  }
  .company__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) {
}
