/*全体の設定*/
body{
  margin: 0px;
  padding: 0px;
}
/*全体の設定*/

/*container1の中の編集開始*/
.top{
  background-image: url(../images/top-image.jpg);
  height: 10vh;
  text-align: center;
}

.top h1{
  font-size: 3rem;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  letter-spacing: 3px;
  text-shadow    :
     5px  5px 1px black,
    -5px  5px 1px black,
     5px -5px 1px black,
    -5px -5px 1px black,
     5px  0px 1px black,
     0px  5px 1px black,
    -5px  0px 1px black,
     0px -5px 1px black;
}

.top p{
  color: white;
  font-size: 1.25rem;
  text-shadow    :
     1px  1px 1px black,
    -1px  1px 1px black,
     1px -1px 1px black,
    -1px -1px 1px black,
     1px  0px 1px black,
     0px  1px 1px black,
    -1px  0px 1px black,
     0px -1px 1px black;
}

/*container1の中の編集終了*/

/*container2の中の編集開始*/
.container2{
    display: grid;
    align-items: flex-start;
    flex-wrap: nowrap;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    margin-right: 5%;
    margin-left: 5%;
}
.container2 img{
  height: 50px;
  width: 50px;
}
.con2img{
  padding-top: 20px;
  padding-bottom: 20px;
}

.item2{
  position: relative;
  text-align: center;
  border-left: 1px solid #e0ffff;
  font-weight: bolder;
}

.item2eng{
  color: #24396e;
  text-shadow:1px 0 1px black;
}

.solid{
  border-right: 1px solid #e0ffff;
}

.item2 a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}

.item2 :hover{
  background-color: rgb(224, 255, 255, 0.2);
  border-bottom: 3px solid rgb(76, 245, 245, 0.4) ;
}
/*container2の中の編集終了*/

/*container3開始*/
.container3 h2{
  font-size: 2.8rem;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
  text-decoration-color: #ffa340;
}

.container3 h3{
  text-align:center;
  position: relative;
  padding-left: 25px;
  font-size: 2.8rem;
}

.container3 span{
  font-family: 'Reggae One', cursive;
}
/*container3終了*/

/*container4の開始*/
.container4 img{
  width: 35px;
  height: 35px;
}

.container4 h2{
  font-size: 2.5rem;
}

.title4{
  padding-bottom: 0px;
  border-bottom: 5px dashed #e0ffff;
  margin-bottom: 3%;
}
.content4{
  margin-left: 10%;
  width: 80%;
  margin-bottom: 5%;
}

.content4 p{
  font-size: 2rem;
}

.container4{
  margin-bottom: 10%;
}
/*container4の終了*/

/*footerの中の編集開始*/
.footer{
  height: 10vh;
  background-color: #e3fcff;
}

.footer p{
  text-align: center;
  padding-top:3vh;
  padding-bottom: 3vh;
}
/*footerの中の編集終了*/
