@charset "UTF-8";
body {
    background-color: #ffffff;
    /* background-image: url(images/star02.png); */
    /* background-repeat: repeat;
    background-size: 80%; */
}
.taitoru {
    color: #0bd;
    font-size: 50px;
    font-family: "sans-serif";
    font-weight: 700;
    font-style: normal;
    padding: 20px;
    text-align: light;
}
.title{
    display: flex;
}
header {
    background-color: #fff56c;
}


section.gaiyo {
    padding: 10px;
    margin: 50px;
    background-color: #fff;
    text-align: center;
}
h2.gaiyo {
    font-size: 2rem;
    color: #143046;
    margin: 20px;
}
img.gaiyo{
    height: 400px;
    text-align: center;
    margin: 20px
}
p.gaiyo {
    color: #143046;
    font-size: 1rem;
    font-family: "sans-serif";
    text-align: justify;
    padding: 5px 100px 5px 100px;
}


section {
    background-color: #feffd2;
    border-radius: 20px;
    padding: 10px;
    margin: 50px;
}
h2 {
    font-size: 2rem;
    text-align: light;
    color: #0bd;
    margin: 10px;
}

section.taikensya{
    background-color: #feffd2;
    border-radius: 20px;
    padding: 10px;
    margin: 50px;
}
.t_item img {
    width: 100%;
    height: auto;
    max-width: 200%;
    display: block;
    margin: 0;
}
h3{
    font-family: "sans-serif";
    color: #143046;
    padding: 50px 50px 5px 50px;
}
p.taikensya {
    color: #143046;
    font-size: 1rem;
    font-family: "sans-serif";
    text-align: justify;
    padding: 0 50px 50px 50px;
}
.taikensya {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.t_item {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
    min-width: 300px;
    min-width: 500px;
}

ul {
    color: #143046;
    font-size: 1rem;
    font-family: "sans-serif";
    list-style-type: circle;
    list-style-position: inside;
    padding: 20px;
}


.Form-Item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Form-Item-Label {
  border-top: 1px solid #ddd;
  margin: 10px;
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.Form-Item-Input {
  height: 48px;
  width: 100%;
  background: #fff;
  font-size: 18px;
}
.radio,.check {
    list-style: none;
    padding: 0;
    margin: 0; 
}
.Form-Item-Textarea {
  height: 216px;
  width: 100%;
  background: #fff;
  font-size: 18px;
}
.Form-Btn {
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 5px;
  width: 280px;
  letter-spacing: 0.05em;
  background: #0bd;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}



table, th, td {
    color: #143046;
    font-family: "san-serif";
    font-size: 1rem;
    border: 1px solid #333;
    padding: auto;
}
a {
    color: #143046;
    font-size: 1rem;
    font-family: "sans-serif";
    text-align: center;
    padding: 50px 20px 20px 20px;
    border-radius: 20px;
}
.item {
    background: #0bd;
    color: #fff;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    font-size: 1rem;
    font-family: "sans-serif";
}
/* .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    height: 30vh;
} */
 .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-rows: 100px 100px;
 }


 footer {
    background-color: #fff56c;
    padding: 50px;
 }
