@charset "utf-8";
/* CSS Document */
.show_pc {
  display: block;
}
.show_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .show_pc {
    display: none;
  }
  .show_sp {
    display: block;
  }
  #contents table {
    width: 100%;
  }
  #contents td {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  #contents h1 {
    line-height: 2.7rem;
  }
  #contents #privacy h2 {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 12px;
    background: url(/img/150625/csr_bg.gif) no-repeat 0px 20px;
    background-size: 6px 20px;
    color: #595959;
    border-bottom: 1px solid #ecebeb;
  }
  #contents #privacy p {
    line-height: 2.7rem;
  }

  #privacy ol.paren_ol {
    font-size: 1.6rem!important;
    padding-top: 20px !important;
  }

  #privacy .dot_mark {
    width: 1.4em!important;
    line-height: 2.7rem!important;
  }
  #privacy .dot_text {
    line-height: 2.7rem!important;
  }
  #privacy ol.dot_ol {
    margin: 10px 0 0 20px !important;
    padding: 0;
  }
  #privacy ol.dot_ol .dot_title {
    padding-top: 10px;
  }
  #privacy .circ_mark{
    line-height: 2.7rem!important;
    width: 1.4em!important;
  }
  #privacy .circ_text{
    line-height: 2.7rem!important;
  }
  #privacy .paren_text {
    line-height: 2.7rem!important;
  }
  #privacy .paren_mark {
    line-height: 2.7rem!important;
  }
  #privacy .contact_label {
    width: 4.5em!important;;
  }
  #privacy .contact_item {
    margin-bottom: 20px!important;
    line-height: 2.7rem!important;
  }
  #privacy .contact_item2 {
    flex-direction: column;
    margin-bottom: 20px!important;
    line-height: 2.7rem!important;
  }
  #privacy .box_area {
    font-size: 1.3rem;
  }
  #privacy .box_area p {
    font-size: 1.3rem;
  }
  #privacy .box_area .text {
    line-height: 2.7rem!important;
    margin-bottom: 20px;
  }
  .link_entry {
    font-weight: normal;
    font-size: 1.8rem;
  }
}
