@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');
#link_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_link {
  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;
}
#container_link_contents {
  width: 100vw;
  height: 100vh;
  min-width: 1070px;
  min-height: 800px;
  background: white;
  position: absolute;
}
#container_link_contents img {
  width: 18px;
  margin-top: 62px
}
/*題名*/
#link1 {
  width: 1006px;
  height: auto;
  margin: auto;
}
/*内容*/
#link2 {
  width: 1006px;
  height: auto;
  margin: auto;
}
#container_link_close {
  width: 30px;
  left: 0px;
  right: -985px;
  margin: auto;
  position: fixed;
}
/*バツ画像*/
#container_link_close img {
  width: 26px;
  margin-top: 62px;
  margin-left: 100%;
}
.link_contents_size img {
  margin-bottom: -4px;
}
/*フォントサイズ*/
.link_size {
  color: black;
  font-size: 23px;
  margin-top: 145px;
  line-height: 34px;
  min-width: 1006px;
  font-weight: 500;
}
.link_contents_size {
  font-size: 13px;
  color: black;
  margin-top: 10px;
  line-height: 24px;
  min-width: 1006px;
  font-weight: 400;
}
/*ボタン*/
.btn4 {
  display: inline-block;
  margin: 20px;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: black;
}