@charset "UTF-8";
/* CSS Document */
body {
  margin: 0px;
  background-color: #FFF5F5;
}
#head {
  color: white;
  background-color: #E39797;
  padding: 10px;
  padding-right: 213px;
  position: sticky;
  top: 0;
  z-index: 999;
  margin: 0px;
}
#co {
  font-size: 9px;
}
#ac {
  font-size: 17px;
}
#en {
  font-size: 7px;
}
#de {
  font-size: 19px;
}
#gakka {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#midashi {
  position: relative;
}
#totr {
  position: absolute;
  top: 800px;
  left: 300px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 30px;
  border-color: transparent transparent transparent #F0C1C1;
}
#titr {
  position: absolute;
  top: 1050px;
  left: 46px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 30px 9px 0;
  border-color: transparent #F0C1C1 transparent transparent;
}
.cr {
  width: 30px;
  height: 30px;
  background-color: #F0C1C1;
  border-radius: 100px;
  margin-left: 172px;
  margin-top: 30px;
  margin-bottom: 70px;
}
#gi {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  color: #2E2B2B;
}
#om {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin-left: 70px;
  margin-right: 70px;
  color: #2E2B2B;
  border: solid;
  border-bottom-color: #F0C1C1;
  border-left: none;
  border-top: none;
  border-right: none;
}
.to {
  font-family: Arial, Helvetica, "sans-serif";
  width: 245px;
  height: 100px;
  border-radius: 50%;
  background-color: #F0C1C1;
  text-align: center;
  margin: 63px;
  padding-top: 80px;
  color: #2E2B2B;
}
#ko {
  font-family: Arial, Helvetica, "sans-serif";
  color: #2E2B2B;
  text-align: center;
  font-size: 20px;
  margin-bottom: 70px;
  margin: 40px;
  padding-bottom: 10px;
  border: solid;
  border-bottom-color: #F0C1C1;
  border-left: none;
  border-top: none;
  border-right: none;
}
h1 {
  font-family: Arial, Helvetica, "sans-serif";
  background-color: #F0C1C1;
  padding: 30px;
  margin: 30px;
  margin-top: 50px;
  margin-bottom: 0px;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  color: #2E2B2B;
  font-weight: normal;
}
.tr {
  margin-top: 0px;
  margin-left: 167px;
  margin-bottom: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #F0C1C1 transparent transparent transparent;
}
/*ベース*/
.toggle {
  display: none;
}
.Label { /*タイトル*/
  padding: 1em;
  display: block;
  color: #fff;
  background: #E39797;
  border-bottom: 1px solid #FFF5F5;
  font-family: Arial, Helvetica, "sans-serif";
}
.Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.Label, .content {
  margin: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0px;
  overflow: hidden;
  margin: 0px;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
a {
  text-decoration: none;
  color: #2E2B2B;
}
p {
  font-family: Arial, Helvetica, "sans-serif";
  background-color: #F0C1C1;
  margin: 0px;
  margin_bottom: 5px;
  padding: 15px;
  border-bottom: 1px solid #2E2B2B;
  text-decoration: none;
}
#footer {
  background-color: #E8AAAA;
  margin: 0px;
  padding: 20px;
}
.si {
  color: #FFF5F5;
  margin-bottom: 10px;
}