@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  font-size: 20px;
}

body {
  word-wrap: break-word;
  height: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

section,
article {
  display: block;
}

img {
  vertical-align: top;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

li {
  list-style-type: none;
}

a {
  color: #0066cc;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
}

a:hover {
  color: #0099cc;
  text-decoration: none;
}

footer {
  background-color: #ffffff;
  font-size: 0.6rem;
}

/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}

/*　トップページ*/
.top_img {
  position: relative;
}

.top_img p {
  text-align: left;
  position: absolute;
  background-color: #ffffff;
  bottom: 0%;
  left: 0;
  color: #009fff;
}

.top_img span {
  display: block;
  font-size: 1.5rem;
  color: #000000;
}

.top_p_01 {
  font-size: 1rem;
  padding-top: 90px;
  margin-top: -90px;
}

.info_blue {
  color: #004da8;
  font-size: 1.5rem;
}

/*　フッター　*/
.footer_p {
  font-size: 0.8rem;
}

#page_top {
  width: 50px;
  height: 50px;
  background: #00abeb;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

footer {
  border-bottom: solid #00abeb 10px;
}

/*　トップ文字　*/
.top_p01 {
  font-weight: bold;
  color: #004da8;
  font-size: 1.2rem;
}

h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

h2 span {
  border-bottom: 3px solid;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  color: #009fff;
  display: inline;
}

.info{
  font-weight: bold;
  font-size: 1.8rem;
}