@charset "euc-jp";

.list_privacypolicy >li{
    margin-bottom: 2.7em;
    font-size: 1rem;
    line-height: 2;
}

.list_privacypolicy >li:last-of-type{
    margin-bottom: 0;
}

.list_privacypolicy li .ttl{
   font-size: 1.125rem;
   color: #346a54;
   margin-bottom: 1rem;
}

.list_sub_policy li{
    padding-left:1em;
    text-indent:-1em;
}

.list_sub_policy li span{
    color: #346a54;
}

address{
    font-size: .875rem;
}

address p{
    margin-bottom: .5rem;
}
address p:last-of-type{
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .list_privacypolicy li{
        font-size: .8rem;
    }
    .list_privacypolicy li .ttl{
        font-size: 1rem;
        margin-bottom: .8rem;
     }

  }

  .table_policy{
    width: 100%;
    max-width: 450px;
  }

  .table_policy th{
    width: 25%;
    font-size: .875rem;
    font-weight: 400;
    vertical-align:top;
  }
  .table_policy td{
    width: 75%;
    font-size: .875rem;
  }
