@charset "UTF-8";

/* --- フォーム入り口 --- */

#privacy h2 {
  margin-bottom:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  text-align: center;
  font-size: 18px;
}

#policy_stw { text-align: right; } 

#privacy .title {
  margin-bottom: 5px;
  padding: 7px;
  background-color: #dad7d7;
  font-size: 18px;
}

#privacy ol {
  margin-top: 5px;
  margin-bottom: 10px;
}

#privacy ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 30px;
  margin-right: 5px;
  line-height:1.5em;
}

#privacy dl {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
}

#privacy dl dt {
  font-weight: bold;
}

#privacy dl dd {
  margin-top: 2px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 5px;
}

#privacy p {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  line-height:1.5em;
}

#privacy table {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#privacy table tr th {
  padding: 5px;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: bold;
}

#privacy table tr td {
  padding: 5px;
  border: 1px solid #000000;
  font-size: 13px;
  line-height:1.5em;
}

#privacy_button {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

#privacy_button form {
  float: left;
  width: 49%;
}

#privacy_button form input {
  width: 150px;
}

/*----------------------スマホ版-----------------------*/

@media screen and (max-width: 768px) {
#privacy table {
  width:98%;
}
}