@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-family: "游ゴッシク体", Yugothic, "游ゴッシク体", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  text-shadow: 0 0 1px #cccccc,0 0 5px #6fbdd8;
}
li {
  list-style: none;
}
.wrap {
  width: 960px;
  margin: auto;
}
.inner{
  width: 1100px;
  margin: 0 auto;
}
header {
  border-bottom: 2px solid #cccccc;
  position: fixed;
  z-index:10;
  width: 100%;
  top:0;
  left:0;
  background: rgba(0, 0, 0, 0.1);
}
header section.top {
  background-color: #06b7f2;
  display: flow-root;
}
header section.top h1 {
  font-size: 0.9em;
  float: left;
  width: 50%;
}
header section.top h1 a {
  display: flex;
  align-items: center;
  color: white;
}
header section.top img {
  width: 8%;
  margin-right: 0.5em;
}
header section.top form {
  float: right;
  margin-top: 18px;
}
header ul {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
header li {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #c61e7b;
}
header li span {
  display: block;
  font-size: 1.2em;
  color:#edf9ff;
  font-style:oblique;
  font-family:cursive;
  text-shadow: 0 0 8px #53c9f1,0 0 10px black;
  transition: 0.3s;
  border-top: 0.5px solid #0d97e8e8;
}
header li a:hover,
header li a:hover span {
  color: #fef844f0;
}
main h4{
  font-style:strong;

}
main h2{
color: #14c8e4;
text-shadow: 0 0 5px #53c9f1;
}
main article h2{
  padding: 4% 0;
}
main section h2{
  text-align: center;
  font-size: 3.2em;
  color: #0a94aa;
}
footer{
  background: #06b7f2;
  color: #ffffff;
  text-align: center;
  padding: 0.8em 0;
}
