*:focus {
  outline: none; }

/*-----------------------------------*/
.wrapper .privacy {
  margin-top: 60px;
  padding-bottom: 100px; }
  .wrapper .privacy .ttl {
    margin-bottom: 60px; }
  .wrapper .privacy p.tx {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e7e7e7; }
  .wrapper .privacy p.year {
    text-align: right;
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.5; }
  .wrapper .privacy p.tx02 {
    font-size: 16px;
    margin-top: 30px; }
  .wrapper .privacy ul {
    margin-bottom: 15px; }
    .wrapper .privacy ul li:first-child {
      font-size: 16px; }
    .wrapper .privacy ul li:last-child {
      font-size: 14px;
      margin-top: 3px;
      padding-left: 15px;
      line-height: 1.5; }
  .wrapper .privacy .contact {
    margin: 50px auto 0;
    width: 745px;
    padding: 15px 40px;
    border: 2px solid #e7e7e7; }
    .wrapper .privacy .contact p.ttl {
      float: left;
      font-weight: bold;
      font-size: 18px;
      padding: 5px 0;
      padding-right: 40px;
      margin-bottom: 0; }
    .wrapper .privacy .contact p.name {
      float: right;
      padding-left: 30px;
      border-left: 2px solid #e7e7e7; }
@media screen and (max-width: 1000px) {
  .wrapper .privacy {
    width: 94%;
    margin: 8% 3% 12%;
    padding-bottom: 0; }
    .wrapper .privacy .ttl {
      margin-bottom: 5%; }
    .wrapper .privacy p.tx {
      padding-bottom: 4%;
      margin-bottom: 4%; }
    .wrapper .privacy p.year {
      margin-top: 5%; }
    .wrapper .privacy p.tx02 {
      margin-top: 0; }
    .wrapper .privacy ul {
      margin-bottom: 3%; }
      .wrapper .privacy ul li:last-child {
        margin-top: 3px;
        padding-left: 3%; }
    .wrapper .privacy .contact {
      margin-top: 5%;
      width: 60%;
      padding: 2% 5%;
      border: 2px solid #e7e7e7; }
      .wrapper .privacy .contact p.ttl {
        float: none;
        padding: 0; }
      .wrapper .privacy .contact p.name {
        float: none;
        padding: 0;
        border-left: none;
        border-top: 2px solid #e7e7e7;
        margin-top: 2%;
        padding-top: 2%; } }
@media screen and (max-width: 767px) {
  .wrapper .privacy {
    margin-bottom: 0;
    padding-bottom: 20%; }
    .wrapper .privacy .ttl {
      margin-bottom: 10%; }
      .wrapper .privacy .ttl h1 {
        font-size: 18px; }
    .wrapper .privacy p.tx {
      font-size: 14px;
      padding-bottom: 6%;
      margin-bottom: 6%; }
    .wrapper .privacy ul {
      margin-bottom: 5%; }
    .wrapper .privacy .contact {
      padding: 5%;
      width: 100%; }
      .wrapper .privacy .contact p.ttl {
        font-size: 16px; }
      .wrapper .privacy .contact p.name {
        margin-top: 3%;
        padding-top: 3%; } }
