@charset "utf-8";
/* CSS Document */
/* .sp_img,
.sp_br {
  display: block;
} */

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .emp_nav {
    background-color: #f6f6f6;
    padding: 30px 0px 30px 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  .pc_br {
    display: none;
  }
  .csr_tit:first-of-type {
    background-size: 5px 60px !important;
    padding-left: 15px !important;
    line-height: 3rem;
  }
  p {
    line-height: 2.7rem !important;
  }
  .emp .left {
    width: 100%;
  }
  b {
    font-weight: normal;
    font-size: 1.8rem;
    display: block;
    margin-bottom: -15px;
  }

  .hyou {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .left img {
    position: relative !important;
  }
  .mb5 {
    margin-bottom: 5px;
  }

  .mb0 {
    margin-bottom: 0;
  }

  .right {
    float: none;
    margin: 0px auto 0;
  }
  .right img {
    /* margin-top: 30px; */
  }
  .txt_12 {
    font-size: 1.4rem;
  }
  .emp_nav li a {
    color: inherit;
  }
  .link_btn {
    font-size: 1.4rem;
    text-align: right;
    background-position: 155px;
    margin-bottom: 10px !important;
  }
  .emp .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .emp .right p {
    width: 48.5%;
  }

  .pc_br,
  .pc_img {
    display: none !important;
  }
  #contents h2 {
    margin-bottom: 10px;
    background-position: 3px -30px;
    padding-top: 0px;
  }
  .img_center {
    justify-content: space-evenly !important;
    padding-top: 30px;
  }
}
