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

  Cookie等の利用について

-------------------------------- */

.cookie-policy {
  padding: 2rem;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.cookie-policy h2 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.cookie-policy h3 {
  margin: 3rem 0 1rem;
  font-size: 1.8rem;
}

.cookie-policy h4 {
  margin: 2rem 0 1rem;
  line-height: 1.5;
  font-size: 1.6rem;
}

.cookie-policy p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cookie-policy a {
  color: #000;
  text-decoration: underline;
}

.cookie-policy a:hover {
  color: #333;
  text-decoration: none;
}

.cookie-policy ul {
  list-style-type: none;
}

.cookie-policy li {
  position: relative;
  padding-left: 1.1em;
}

.cookie-policy li::before {
  content: "●";
  display: inline-block;
  margin-right: .5em;
	margin-left: -1.5em;
  font-size: .7em;
}

.cookie-policy table {
  display: block;
  margin-top: 2rem;
}

.cookie-policy tbody,
.cookie-policy tr,
.cookie-policy th,
.cookie-policy td {
  display: block;
}

.cookie-policy tr:not(:last-child) {
  margin-bottom: .5rem;
}

.cookie-policy th,
.cookie-policy td {
  padding: 1rem 1.5rem;
}

.cookie-policy th {
  background-color: #f0f0f0;
}

.cookie-policy td {
  border-top: none;
  border: 1px solid #f0f0f0;
}

@media screen and (min-width: 768px), print {

  .cookie-policy {
    padding: 3rem;
    font-size: 1.6rem;
  }

  .cookie-policy h2 {
    margin-bottom: 3.5rem;
    padding-bottom: 2rem;
    font-size: 2.6rem;
  }

  .cookie-policy h3 {
    font-size: 2rem;
  }

  .cookie-policy h4 {
    font-size: 1.8rem;
  }

  .cookie-policy tr {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }

  .cookie-policy th,
  .cookie-policy td {
    display: table-cell;
    padding: 1.5rem 2rem;
  }

  .cookie-policy th {
    width: 30rem;
  }

  .cookie-policy td {
    border-top: 1px solid #f0f0f0;
  }

}

/* --------------------------------

  プライバシーポリシー

-------------------------------- */

.privacy-policy {
  height: 30rem;
  padding: 1.5rem;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  overflow-x: hidden;
  overflow-y: auto;
}

.privacy-policy h3 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.privacy-policy h4 {
  margin: 3rem 0 1rem;
  font-size: 1.8rem;
}

.privacy-policy ol {
	counter-reset: my-counter;
  list-style-type: none;
  margin-top: 1rem;
}

.privacy-policy li {
  position: relative;
  padding-left: 1.8em;
}

.privacy-policy li::before {
	content: counter(my-counter) ".";
	counter-increment: my-counter;
  display: block;
  position: absolute;
  left: .3em;
}

.privacy-policy ol.point-maru li {
  padding-left: 2em;
}

.privacy-policy ol.point-maru li::after {
  content: "";
  display: block;
  clear: both;
}

.privacy-policy ol.point-maru li:not(:last-child) {
  margin-bottom: .5rem;
}

.privacy-policy ol.point-maru li:before {
	content: counter(my-counter);
  position: static;
  display: inline-block;
	height: 1.5em;
	width: 1.5em;
  margin-right: .5em;
	margin-left: -2em;
	line-height: 1.5em;
  font-size: 1.4rem;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: #666;
}

.privacy-policy p:last-child {
  margin-top: 2rem;
}

.privacy-check-agree {
  margin-top: 5rem;
}

.privacy-check-agree-input {
  display: none;
}

.privacy-check-agree-input:checked + .privacy-check-agree-label .privacy-check-agree-icon {
  border-color: #999;
  background-color: #999;
}

.privacy-check-agree-input:checked + .privacy-check-agree-label .privacy-check-agree-icon::before {
  opacity: 1;
  border-color: #fff;
}

.privacy-check-agree-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
}

.privacy-check-agree-icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: -.5rem 1.5rem 0 0;
  border: 1px solid #ccc;
  background-color: #fff;
}

.privacy-check-agree-icon::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.8rem;
  margin-top: -.5rem;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  opacity: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 768px), print {

  .privacy-policy {
    padding: 3rem;
    font-size: 1.6rem;
  }

  .privacy-policy h3 {
    margin-bottom: 3.5rem;
    padding-bottom: 2rem;
    font-size: 2.6rem;
  }

  .cookie-policy h4 {
    font-size: 2rem;
  }

  .privacy-check-agree-icon {
    margin: -.35rem 1.5rem 0 -1.5rem;
  }

  .privacy-check-agree-text {
    font-size: 1.8rem;
  }

}
