@media screen and (max-width: 766px) {
  h1 {
    margin-bottom: 30px;
  }
  h1 img {
    width: 100%;
  }
  section.csr {
    width: 90%;
    margin: 0 auto;
  }
  section.csr .sp-br {
    display: block;
  }
  section.csr .intro_copy {
    margin-bottom: 45px;
  }
  section.csr .intro_copy p {
    font-size: 1.2em;
    line-height: 1.75em;
  }
  section.csr .intro_copy .mail_img {
    height: .9em;
  }
  section.csr .sec_title {
    font-size: 1.75em;
    margin-bottom: 45px;
    position: relative;
    width: 100%;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
  }
  section.csr .sec_title:before {
    content: url(../../image/csr/index/csr_h3_02.png);
    position: absolute;
    left: 0;
    top: -20px;
  }
  section.csr .sec_title {
    font-size: 1.5em;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    text-align: center;
  }
  section.csr .sec_title:before {
    position: absolute;
    left: 0;
    top: -20px;
  }
  section.csr .sec_title__img01:before {
    display: none;
  }
  section.csr .sec_title__img02:before {
    display: none;
  }
  section.csr .map {
    display: block;
    background: #fff;
    padding: 30px;
    margin: 0 0 20px;
    border: 1px solid #c2bfbe;
    position: relative;
    width: 100%;
  }
  section.csr .map img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  section.csr .space_item {
    margin-bottom: 45px;
  }
  section.csr .space_item dt {
    font-size: 1.3em;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    text-align: center;
  }
  section.csr .space_item dt:before {
    content: attr(data-text);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #f19601;
    text-align: center;
    margin-right: 10px;
    letter-spacing: 0;
  }
  section.csr .space_item figure img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  section.csr .space_item table {
    width: 100%;
    margin-bottom: 10px;
  }
  section.csr .space_item table th, section.csr .space_item table td {
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 1em;
    background: #fff;
  }
  section.csr .space_item table th {
    text-align: center;
  }
  section.csr .space_item table td {
    text-align: right;
  }
  section.csr .space_item p {
    padding: 0 10px;
  }
  section.csr .sec_attention {
    padding: 10px;
    margin-bottom: 30px;
    background: #e9e5e2;
  }
  section.csr .sec_application {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  section.csr .sec_application figure {
    width: 47.5%;
    position: relative;
    margin-bottom: 30px;
  }
  section.csr .sec_application figure img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  section.csr .sec_application figure figcaption {
    line-height: 1.5em;
  }
  section.csr .sec_event_contact {
    margin-bottom: 45px;
  }
  section.csr .sec_event_contact a {
    display: block;
    width: 90%;
    height: 45px;
    background: #9ccc1d;
    font-size: 1em;
    border-radius: 5px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 15px;
    cursor: pointer;
    box-shadow: 0px 5px 1px 0px #8eb42a;
    position: relative;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
  }
}
