/* line 9, csr.scss */
.csr_wrap {
  background-image: url(/common/img/csr/bk_01.jpg);
  background-repeat: no-repeat;
  width: 900px;
  height: 493px;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  padding: 20px 25px;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    /* line 9, csr.scss */
    .csr_wrap {
      width: auto;
      font-size: 62%;
      padding: 40px 15px 15px; } }
  /* line 28, csr.scss */
  .csr_wrap p {
    line-height: 1.5em;
    color: #FFF; }
    @media only screen and (max-width: 767px) {
      /* line 28, csr.scss */
      .csr_wrap p {
        line-height: 1.5em; } }

/* line 38, csr.scss */
.csr_main {
  left: 0;
  bottom: 0; }
  /* line 42, csr.scss */
  .csr_main div {
    font-size: 55%;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      /* line 42, csr.scss */
      .csr_main div {
        font-size: 60%;
        margin-top: 10px; } }

/* line 53, csr.scss */
.csr_table_pc {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    /* line 53, csr.scss */
    .csr_table_pc {
      display: none; } }

/* line 61, csr.scss */
.csr_table_sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    /* line 61, csr.scss */
    .csr_table_sp {
      display: block;
      margin-top: 60px; } }

/* line 70, csr.scss */
.csr_table_title {
  font-size: 110%;
  margin: 0 0 10px 50px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    /* line 70, csr.scss */
    .csr_table_title {
      font-size: 100%;
      margin: 0 0 10px 0; } }

/* line 81, csr.scss */
.csr_table_title span {
  font-size: 70%;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    /* line 81, csr.scss */
    .csr_table_title span {
      font-size: 60%;
      display: block; } }

/* line 91, csr.scss */
table {
  width: 900px;
  border: solid 1px #CCC;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
  font-size: 90%; }
  @media only screen and (max-width: 767px) {
    /* line 91, csr.scss */
    table {
      font-size: 80%;
      width: 100%; } }

/* line 105, csr.scss */
table th {
  border: solid 1px #CCC;
  background: #F2F2F2;
  padding: 5px 20px; }
  @media only screen and (max-width: 767px) {
    /* line 105, csr.scss */
    table th {
      padding: 5px 10px; } }

/* line 115, csr.scss */
table th span {
  font-weight: bold; }

/* line 118, csr.scss */
table tr {
  border: solid 1px #CCC;
  padding: 10px 20px; }
  @media only screen and (max-width: 767px) {
    /* line 118, csr.scss */
    table tr {
      padding: 5px 10px; } }

/* line 127, csr.scss */
table td {
  border: solid 1px #CCC;
  vertical-align: middle;
  padding: 5px 10px; }
  @media only screen and (max-width: 767px) {
    /* line 127, csr.scss */
    table td {
      padding: 1px 5px;
      width: 50%; } }

/* line 138, csr.scss */
table td span {
  font-weight: bold; }

/* line 141, csr.scss */
.csr_table_sub {
  margin: 10px 0 0 50px;
  font-size: 70%; }
  @media only screen and (max-width: 767px) {
    /* line 141, csr.scss */
    .csr_table_sub {
      font-size: 60%;
      margin: 10px 0 0 0; } }

/*# sourceMappingURL=csr.css.map */
