@charset "utf-8";
/* CSS Document */

.pageTitle {
  background-image: url(/privacypolicy/img/bg_head_privacypolicy_01.png);
}
/* SP用スタイルシート */
@media (max-width: 767px) {
  /* ===================================
	#contents
	=================================== */
  #contents h2 {
    padding: 0 0 40px 0;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.6;
  }
  #contents > dl {
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.6;
  }
  #contents > dl > dt {
    padding-bottom: 5px;
    font-weight: bold;
  }
  #contents > dl > dd {
    padding-bottom: 22px;
  }
  #contents > dl > dd:last-child {
    padding-bottom: 0;
  }
  #contents > dl > dd dl {
    padding: 0 10px;
  }
  #contents > dl > dd dl dt {
    padding: 20px 0 5px 0;
    font-weight: bold;
  }
  #contents a {
    color: #264cbd;
    text-decoration: underline;
  }
  #contents a:hover {
    text-decoration: none;
  }
}

/* PC用スタイルシート */
@media (min-width: 768px) {
  /* ===================================
	#head
	=================================== */
  #head {
    background-image: url(../img/bg_head_01.png);
    background-position: center top;
    background-repeat: repeat-x;
  }

  /* ===================================
	#contents
	=================================== */
  #contents {
    background: #fff;
    margin-top: 30px;
    padding: 20px;
  }
  #contents h2 {
    padding: 15px 10px 25px 10px;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.6;
  }
  #contents > dl {
    padding: 0 10px;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.6;
  }
  #contents > dl > dt {
    padding-bottom: 10px;
    font-weight: bold;
  }
  #contents > dl > dd {
    padding: 0 0 40px 0;
  }
  #contents > dl > dd dl {
    padding: 0 20px;
  }
  #contents > dl > dd dl dt {
    padding: 20px 0 5px 0;
    font-weight: bold;
  }
  #contents a {
    color: #264cbd;
    text-decoration: underline;
  }
  #contents a:hover {
    text-decoration: none;
  }
}
