/*全体の設定*/
body{
  margin: 0px;
  padding: 0px;
}
/*全体の設定*/

/*container1の中の編集開始*/
.top{
  background-image: url(../images/top-image.jpg);
  height: auto;
  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;
    height: auto;
    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{
  text-align: center;
}
.container3 p{
  text-align: left;
  margin-left: 5%;
}
.for_echo p{
  text-align: left;
  margin-left: 5%;
}
/*container3終了*/

/*contactの開始*/
.contact{
  text-align: left;
  width: 95%;
  margin-left:auto;
}

.item{
margin-bottom: 5px;
}

input
{
    height: 25px;
    background-color:#fafeff;
    border: 2px solid #d4d4d4;
    border-radius: 5px;
}

textarea{
  background-color:#fafeff;
  border: 2px solid #d4d4d4;
  border-radius: 5px;
}

input[name="name"]{
  width: 15%;
}

input[name="email"],
input[name="company"],
input[name="adress"]
{
  width: 30%;
}

#button{
  width: 100px;
  font-size: 1.5rem;
  height: 50px;
  background-color: #ccffff;
  color: #6d6e6e;
  border: 2px solid #d4d4d4;
}

span{
  color: red;
}
/*contactの終了*/

/*footerの中の編集開始*/
.footer{
  height: 10vh;
  background-color: #e3fcff;
}

.footer p{
  text-align: center;
  padding-top:3vh;
  padding-bottom: 3vh;
}
/*footerの中の編集終了*/
