@charset "UTF-8";

/*========================================
独自CSS（各ページ単位）
========================================*/
body {
	font-family: "Noto Serif JP","Noto Serif", serif;
}

a{
	text-decoration: none;
	letter-spacing: 0.11em;
  color: #5C5C5C;
}

h1,h2,h3,h4,h5,h6{
	letter-spacing: 0.11em;
  margin: 0;
  font-weight: normal;
}

p{
	color: #5C5C5C;
	letter-spacing: 0.11em;
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  p{
    font-size: 1.4rem;
  }
}

ul{
	list-style: none;
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
  margin: 0;
  font-weight: normal;
}

li{
  font-size: 1.6rem;
  font-weight: normal;
  color: #5C5C5C;
}
@media (max-width: 600px) {
  li{
    font-size: 1.4rem;
  }
}

/*========================================
プライバシーポリシー
========================================*/

.privacy-content{
  max-width: calc(1100px + 2vw);
  width: 100%;
  margin: 0 auto 160px auto;
  padding: 0px 2vw;
}
@media (max-width: 900px) {
  .privacy-content{
    margin: 0 auto 120px auto;
  }
}

.privacy-read{
  margin-bottom: 4em;
}

.privacy-read__text{
  line-height: 2;
  margin-bottom: 1em;
}

.privacy-read__text:last-child{
  margin-bottom: 0;
}

.privacy__title-text{
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 2;
  color: #2E2C62;
  margin-bottom: .5em;
}
@media (max-width: 600px) {
  .privacy__title-text{
    font-size: 1.6rem;
  }
}

.privacy__list{
  list-style: decimal;
  padding-left: 2em;
  margin-bottom: 4em;
}

.privacy__item{
  margin-bottom: 1em;
  line-height: 2;
}

.privacy__item:last-child{
  margin-bottom: 0;
}

.privacy__in-list{
  margin-top: 1em;
  margin-left: 0;
}

.privacy__in-item{
  margin-bottom: 1em;
}

.privacy__enactment{
  text-align: right;
  line-height: 2;
}



