@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
#privacy_outer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  min-width: 1070px;
  display: none;
  position: fixed;
  transform: translateZ(0);
	font-family: 'Noto Sans JP', sans-serif;
}
/*プライバシーポリシー*/
#container_privacy {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  min-width: 1070px;
  display: block;
  position: relative;
  overflow-y: scroll;
  background: white;
}
#container_privacy_contents {
  width: 100vw;
  height: 100vh;
  min-width: 1070px;
  min-height: 1244px;
  position: absolute;
}
/*バツ画像*/
#privacy_close img {
  margin-top: 62px;
  width: 26px;
}
/*題名*/
#privacy1 {
  position: relative;
  width: 1006px;
  height: auto;
  margin: auto;
}
/*内容*/
#privacy2 {
  position: relative;
  width: 1006px;
  margin: auto;
}
#privacy_close {
  width: 30px;
  left: 0px;
  right: -1030px;
  margin: auto;
  position: fixed;
}
/*テキストサイズ*/
.privacy_size {
  font-size: 23px;
  color: black;
  margin: 100px auto 0px auto;
  line-height: 34px;
  width: 1006px;
  height: auto;
  font-weight: 500;
}
.privacy_contents_size {
  font-size: 13px;
  color: black;
  margin: 50px auto 0px auto;
  line-height: 30px;
  width: 1006px;
  font-weight: 200;
}
/*ボタン*/
.btn3 {
  display: inline-block;
  cursor: pointer;
}
a1{
  text-decoration: none;
  cursor: pointer;
  display: block;
}