body {font-family:sans-serif; font-size:1em;}
p {font-size:0.8em; margin-top:15px; margin-left:10px; margin-right:10px;}
.menu{
  margin-right:15px;
  text-align: right;
}
div {font-size:1em; margin-top:10px; margin-left:10px; margin-right:10px; margin-bottom:10px;}
a {text-decoration:none; color: grey;}
input#submit_button{
      -webkit-appearance: none;
      width: 253px;
      height: 55px;
      font-size: 0.8em;
      background-color: #888;
      color: #fff;
      border-style: none;
      text-align: center;
      margin-left:10px;
	}
  .back_button{
        -webkit-appearance: none;
        width: 253px;
        height: 55px;
        font-size: 0.8em;
        background-color: #888;
        color: #fff;
        border-style: none;
        text-align: center;
    }
  .photo {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #999;
    background-color: #fff;
    color: #999;
    margin-left:10px;
    font-size: 0.8em;
    padding-top: 17px;
    height: 40px;
    width: 250px;
    border-radius: 3px;
  }

  .photo input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
  }

  .archiveimg {
  width: 250px;
  height: 250px;
  object-fit: cover; /* この一行を追加するだけ！ */
  }
  @media screen and (max-width:480px) {

    .archiveimg {
    width: 75px;
    height: 75px;
    object-fit: cover; /* この一行を追加するだけ！ */
    }

    img {
	  max-width: 100%;
	  height: auto;
    }

  }
  .same-width-list {
  width: 210px;
  }

  .same-width-list2 {
  width: 205px;
  }

  .same-width-list3 {
  width: 208px;
  }

  .same-width-list4 {
  width: 200px;
  }

  .class1 {
  position: relative;
  margin: 50px;
  width: 750px;
  height: 900px;
  background-image:url("background4.jpg");
}

.class11 {
position: relative;
margin: 50px;
width: 900px;
height: 1000px;
background-image:url("background.jpg");
}

.class2 {
  position: absolute;
  top: 350px;
  left: -40px;
  width: 80px;
  height: 80px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border-radius: 50%;
}

.class22 {
  position: absolute;
  top: 430px;
  left: 30px;
  width: 80px;
  height: 80px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border-radius: 50%;
}

.class3 {
  position: absolute;
  top: 350px;
  left: -40px;
  width: 50px;
  height: 50px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border-radius: 50%;
  opacity: 0;
  animation: fadeIn 1s linear;
  animation-fill-mode: both;
}

.class33 {
  position: absolute;
  top: 350px;
  left: -40px;
  width: 75px;
  height: 75px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border-radius: 50%;
  opacity: 0;
  animation: fadeIn 1s linear;
  animation-fill-mode: both;
}

.class333 {
  position: absolute;
  top: 350px;
  left: -40px;
  width: 50px;
  height: 50px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border-radius: 50%;
  opacity: 0;
  animation: fadeIn 2s linear;
  animation-fill-mode: both;
}

.class3333 {
  position: absolute;
  top: 350px;
  left: -40px;
  width: 50px;
  height: 50px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border-radius: 50%;
  opacity: 0;
  animation: fadeIn 4s linear;
  animation-fill-mode: both;
}

.delay1{
  animation-delay: 1.5s;
}

.delay2{
  animation-delay: 3s;
}

.delay3{
  animation-delay: 4.5s;
}

.class4 {
position: relative;
width: 400px;
}

.class5 {
position: relative;
margin-left: 50px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
  }
  100% {
    opacity: 1;
  }
}
