/*全体の設定*/
body{
  margin: 0px;
  padding: 0px;
}
/*全体の設定*/

/*container1の中の編集開始*/
.top{
  background-image: url(../images/top-image.jpg);
  height: auto;
  text-align: center;
  padding-bottom: 50px;
}

.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%;
    height: auto;
}
.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の中の編集*/
.back3{
  background-color: rgb(220, 220, 220,0.2);
}
.container3 a{
  text-decoration: none;
  color: black
}

.item3:hover{
  background-color: rgb(224, 255, 255, 0.2);
  border-bottom: 3px solid rgb(76, 245, 245, 0.4) ;
}
.item3 p{
  font-size: 1.25rem;
}
.container3{
  padding-top: 15px;
  height: auto;
  display: grid;
  align-items: flex-start;
  flex-wrap: nowrap;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin-right: 5%;
  margin-left: 5%;
}

.item3{
  border-left: 3px dashed #e0ffff;
}
.dashed{
border-right: 3px dashed #e0ffff;
}
/*container3の中画像の編集*/
.image3 img{
  height: 100px;
  width: 100px;
}
/*container3の中画像の編集*/
/*container3の中の終了*/

/*container4の中の編集開始*/
.container4{
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding-right: 20px;
}

.item4{
  padding-top: 5%;
}

.item4 h2{
  text-align:center;
  padding-right: 10%;
  font-size: 2rem;
}

.item4 p{
  font-size: 20px;
}

.con4_button{
  font-size: 1.3rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 3px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 3px;
  background-color: #2d54b5;
  width: 25%;
  border-radius: 10px;
}

.con4_button p{
  color: #fff;
}

.con4_button a{
    text-decoration: none;
}

.con4_button:hover{
  cursor: pointer;
  transform: scale(1.1, 1.1);
  background-color: #627ab5;
}
.long_image{
  padding: auto;
}
.long_image img{
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20%;
  padding-left: 18%;
  padding-right: auto;
  padding-bottom: 5px;
}
/*container4の中の編集終了*/

/*container5の中の編集開始*/


.container5_contents{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.container5_contents_reverse{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-around;
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.container5 h2{
  padding-top: 0%;
  text-align: center;
  font-size: 2rem;
}

.item5{
  width:50%;
}

.item5_papa{
  width: 100%;
}
.item5_mama{
  max-width: 50%;
}

.item5_mama h3{
  text-align: center;
}

.item5_mama h2{
  text-align: center;
}

.item5_mama p{
  text-align: center;
}
#special{
  text-align: left;
}
.item5 h3{
  text-align: center;
}
/*container5の中画像の編集*/
.image5_papa img{
  width: 400px;
  height: auto;
}

.image5_mama img{
  width: 400px;
  height: auto;
}
/*container5の中画像の編集*/

/*container5の中の編集終了*/

/*footerの中の編集開始*/
.footer{
  height: 10vh;
  background-color: #e3fcff;
}

.footer p{
  text-align: center;
  padding-top:3vh;
  padding-bottom: 3vh;
}
/*footerの中の編集終了*/
