 <a href="index2.html"> <a href="index2.html">@charset "UTF-8";
nav {
  background-color: #1EAAF0;
}
form {
  text-align: center;
}
img {
  text-align: center;
}
body {
  font-family: "遊ゴシック", "ヒラギノ角ゴシック W3"
}
h1 {
  text-align: center;
  line-height: 50px;
  tborder-bottom: solid 5px black;
  margin-top: 50px;
  margin-bottom: 30px;
}
p {
  text-align: center;
	  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.text-center {
  text-align: center;
  margin-left: 15px;
  margin-right: 10px;
}
.text-center p {
  display: inline-block;
  text-align: left;
}
.img {
	margin-top: 50px;
  margin-left: 50px;}
.img2 {
	margin-top: 100px;
  margin-left: 70px;}
.img3 {
  position: relative;
  top: 250px;
  left: 200px;
}
.img4 {
	margin-top: 150px;
  margin-left: 50px;}
.img5 {
	margin-top: 150px;
  margin-left: 70px;}
h2 {
  text-align: center;
  tborder-bottom: solid 5px black;
  margin-top: 50px;
}
.container2 {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  grid-template-rows: 100px 100px;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.container3 {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  grid-template-rows: 10px 10px;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.container1 {
  display: grid;
  grid-template-columns: 100px 100px;
  grid-template-rows: 100px;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
figure {
  justify-content: center;
  margin-top: 200px;
  margin-bottom: 200px;
}
figcaption {
  text-align: center;
  margin-top: 10px;
}
.figure-caption {
  font-size: 10pt;
  color: rgba(0, 0, 0, 1.00);
}
nav {
  text-align: left;
  background-color: #1EAAF0;
}
.flex-column {
  margin-top: 100px;
}
a:link {
  color: rgba(255, 255, 255, 1.00);
  margin: 5px;
  margin-left: 60px;
}
.sns {
  position: relative;
  left: 250px;
  bottom: 180px;
}
.rogo {
  position: relative;
  left: 140px;
  bottom: 105px;
}
.tyo {
  position: relative;
  left: 10px;
  bottom: 55px;
}
a:hover {
  color: #0000ee;
  text-decoration: underline;
}