/* corporate特有のCSS設定はこちらに
#corporateをbodyに付与しているので、上書きしたいCSS要素に#corporateを設定してください。
*/
/* sample */
/* #corporate .l_footer {
  background: yellow;
  text-align: center;
  color: #fff;
} */


/*
 各カテゴリーのメイン画像
=====================================================================================*/
#corporate .l_mainImg.ctg_other {
  height: 240px;
  background-image: url(/images/corporate/main_pc.png);
  background-position: center;
  background-size: cover;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  #corporate .l_mainImg.ctg_other {
    background-image: url(/images/corporate/main_pc.png);
    background-position: center;
    background-size: cover;
    background-color: #000;
  }
}
@media screen and (max-width: 375px) {
  #corporate .l_mainImg.ctg_other {
    background-image: url(/images/corporate/main_sp.png);
    background-position: center;
    background-size: cover;
    background-color: #000;
  }
}

/*
 l_footer
=====================================================================================*/
#corporate .l_footer {
  background: #222222;
}
@media (max-width: 2200px) and (min-width: 768px) {
  #corporate .l_footerNav li:nth-of-type(1) {
    padding-left: 0;
  }
}
/* smp */
@media screen and (max-width: 767px) {
  #corporate .l_footerNav ul .sp {
    display: none;
  }
  #corporate .l_footerNav ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  #corporate .l_footerNav li:last-child {
    margin-left: 0;
    grid-column: auto;
  }
}


/*
 underlayer_wrapper
=====================================================================================*/

/* l_cntTitle */
#corporate .l_cntTitle .el_title {
  color: #fff;
}
.l_cntTitle .el_title span {
  padding: 8px 24px;
}
#corporate .l_cntTitle .el_title span::before {
  background: #000;
}


/*
 el_closeBtn
=====================================================================================*/
.el_closeBtn{
  color: #222;
  text-align: center;
  display: block;
  width: 240px;
  height: 44px;
  margin: 80px auto;
  padding: 12px;
  border: 2px solid currentColor;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
}
.el_closeBtn:hover{
  background: #222;
  color: #fff;
  border: 2px solid #222;
}
@media screen and (max-width: 767px) {

}
