@charset "UTF-8";
@media print, screen and (min-width: 767px) {
  article h1 {
    margin-bottom: 30px !important;
  }
  section.csr {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 60px;
  }
  section.csr .sp-br {
    display: none;
  }
  section.csr .intro_copy {
    max-width: 650px;
    margin: 0 auto 60px;
  }
  section.csr .intro_copy .mail_img {
    height: .9em;
  }
  section.csr .intro_copy p {
    font-size: 1.2em;
    line-height: 1.75em;
  }
  section.csr .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.csr .flex .space_item {
    width: 47.5%;
    position: relative;
    margin-bottom: 45px;
  }
  section.csr .flex .space_item dt {
    font-size: 1.6em;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    text-align: center;
  }
  section.csr .flex .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 .flex .space_item figure img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  section.csr .flex .space_item table {
    width: 100%;
    margin-bottom: 10px;
  }
  section.csr .flex .space_item table th, section.csr .flex .space_item table td {
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 1em;
    background: #fff;
  }
  section.csr .flex .space_item table th {
    text-align: center;
  }
  section.csr .flex .space_item table td {
    text-align: right;
  }
  section.csr .flex .space_item p {
    padding: 0 10px;
  }
  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 {
    position: absolute;
    left: 0;
    top: -20px;
  }
  section.csr .sec_title__img01:before {
    content: url(../../image/csr/index/csr_h3.png);
  }
  section.csr .sec_title__img02:before {
    content: url(../../image/csr/index/csr_h3_02.png);
  }
  section.csr .map {
    display: block;
    background: #fff;
    padding: 50px;
    margin: 0 0 60px;
    border: 1px solid #c2bfbe;
    position: relative;
    width: 100%;
  }
  section.csr .map img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  section.csr .sec_application {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  section.csr .sec_application figure {
    width: 30%;
  }
  section.csr .sec_application figure img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  section.csr .sec_application figure figcaption {
    font-family: "游ゴシック Medium", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.csr .sec_attention {
    padding: 20px;
    margin-bottom: 60px;
    background: #e9e5e2;
  }
  section.csr .sec_event_contact {
    display: block;
    max-width: 600px;
    width: 90%;
    height: 45px;
    background: #9ccc1d;
    font-size: 1.2em;
    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;
  }
  section.csr .sec_event_contact:before, section.csr .sec_event_contact:after {
    position: absolute;
    top: -25px;
  }
  section.csr .sec_event_contact:before {
    content: url(../../image/charactor/img02.png);
    left: 5px;
  }
  section.csr .sec_event_contact:after {
    content: url(../../image/charactor/img07.png);
    right: 5px;
  }
}
