
ul,ol,li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.privacy {
  padding: 20px 0 100px;
  text-align: left; }
  .privacy__description {
    margin-bottom: 70px; }
  .privacy__text {
    margin-bottom: 70px; }
    .privacy__text__item {
      margin-top: 40px; }
      .privacy__text__item h3 {
        font-size: 18px;
        margin-bottom: 5px; }
      .privacy__text__item--decimal {
        margin-left: 0; }
        .privacy__text__item--decimal li {
          list-style-type: none;
          list-style-position: inside;
          counter-increment: cnt;
          text-indent: -1em;
          padding-left: 1em; }
          .privacy__text__item--decimal li:before {
            display: marker;
            content: counter(cnt) ") "; }
      .privacy__text__item--subtext li {
        text-indent: -1em;
        padding-left: 1em; }
        .privacy__text__item--subtext li:before {
          content: "・"; }
  .privacy__inquiry {
    border: 1px solid #D3D3D3;
    padding: 20px; }
    .privacy__inquiry__information {
      margin-bottom: 0; }
      .privacy__inquiry__information a[href^="tel:"] {
        color: #595757;
        text-decoration: none;
        cursor: default;
        pointer-events: none; }

@media only screen and (max-width: 768px) {
  .main_contwrap {
    width: 100%;
    padding: 0 10px; }
  .privacy {
    padding: 10px 0 0px;
    margin: 0 0 30ox; }
    .privacy__description {
      margin-bottom: 40px; }
    .privacy__text {
      margin-bottom: 30px; }
    .privacy__inquiry {
      margin-bottom: 30px; } }