@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-----------------------------------------
scssで制作してます。cssを変更しないでください。
-----------------------------------------*/
/*----------------------------------------
	- main
-----------------------------------------*/
.container {
  max-width: 960px;
  margin-top: 40px;
  margin-inline: auto;
  margin-bottom: 30px;
  padding: 20px;
}
.container * {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
.container .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 250px;
  margin-inline: auto;
  margin-bottom: 20px;
  float: none;
  padding: 0;
}
.container h1 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .container h1 {
    font-size: 22px;
  }
}
.container .intro {
  margin-bottom: 40px;
}
.container .content_sec h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.container .content_sec .content_block {
  margin-bottom: 36px;
}
.container .content_sec .content_block h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.container .content_sec .content_block:first-of-type p,
.container .content_sec .content_block ul li {
  padding-left: 1rem;
}
.container .content_sec .content_block:nth-of-type(2) p:first-of-type {
  margin-bottom: 20px;
}
.container .content_sec .content_block:nth-of-type(2) p:last-of-type {
  margin-left: 1rem;
}
.container .content_sec .content_block p a {
  color: #0000EE;
  text-decoration: underline;
}

footer p:first-of-type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  margin-inline: auto;
  margin-bottom: 24px;
}
footer p:last-of-type {
  color: #777;
  font-size: 12px;
  text-align: center;
  margin-bottom: 72px;
}/*# sourceMappingURL=privacy.css.map */