@charset "UTF-8";
/*** THEME ***/
/*
================================================================================

個人情報保護方針

================================================================================
*/
.policy h2.p-ttl {
  font-size: 1.4285714286rem;
  margin-top: 2.8571428571rem;
  margin-bottom: 0.7142857143rem;
}
.policy h2.p-ttl.first {
  margin-top: 0;
}
.policy h3 {
  text-align: left;
  font-size: 1.2857142857rem;
  margin-top: 2.1428571429rem;
  margin-bottom: 0.7142857143rem;
}
.policy ul {
  margin-left: 1.4285714286rem;
}
.policy ul li {
  list-style: disc;
}
.policy dl dt {
  font-size: 1.1428571429rem;
  margin-top: 0.7142857143rem;
}
.policy .p-table table {
  border-collapse: collapse;
}
.policy .p-table table th, .policy .p-table table td {
  border: solid 0.0714285714rem #999;
  padding: 0.7142857143rem;
  width: 50%;
}
.policy .p-table table th {
  background: #f1f1f1;
  font-size: 1.0714285714rem;
}
.policy .p-table table td {
  vertical-align: middle;
}
.policy .policy_table {
  width: 100%;
  margin-left: 0;
  margin-bottom: 7.1428571429rem;
}
@media only screen and (max-width: 736px) {
  .policy .policy_table {
    width: 100%;
    margin-left: 0;
  }
}
.policy .policy_table tr {
  border-bottom: 1px solid #ccc;
}
.policy .policy_table tr th {
  width: 20%;
  padding: 0.7142857143rem 0.3571428571rem;
  background: #f1f1f1;
  text-align: left;
}
@media only screen and (max-width: 736px) {
  .policy .policy_table tr th {
    line-height: 1.8;
    font-size: 0.9285714286rem;
  }
}
.policy .policy_table tr td {
  font-size: 0.8571428571rem;
  padding: 0.7142857143rem 0.3571428571rem;
  line-height: 1.8;
}
.policy .policy_table tr td .a-txt {
  text-decoration: underline;
}
.policy .rewrite {
  text-align: right;
  margin-top: 3.5714285714rem;
}

#form_area .p_policy h2.p-ttl {
  font-size: 1.1428571429rem;
  margin-top: 1.4285714286rem;
  margin-bottom: 0.7142857143rem;
  text-align: left;
}
#form_area .p_policy h2.p-ttl.first {
  margin-top: 0;
}
#form_area .p_policy h3 {
  text-align: left;
  font-size: 1.0714285714rem;
  margin-top: 1.4285714286rem;
  margin-bottom: 0.7142857143rem;
}
#form_area .p_policy dd {
  line-height: 1.5;
}
#form_area .p_policy tr td {
  line-height: 1.5;
}
#form_area .p_policy .rewrite {
  margin-top: 2.1428571429rem;
}