/*
###############################################################################
Date: 2021/3/13
contributor: Saito Harutaka
Contact: saito.harutaka@mat.eng.osaka-u.ac.jp
How to Modify: ======= >> see /Newweb/README
###############################################################################
*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.proj3_pc { display: block !important; }
.proj3_sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .proj3_pc { display: none !important; }
    .proj3_sp { display: block !important; }
}

body{
  background-color: #D3D3D3;
  overflow: scroll;
  height: 100vh;
  width: auto;
}

.proj3_pc .proj3_sp{
  overflow-x: hidden;
}

.proj3_pc{
  overflow: hidden;
}

a.back_icon:hover{
  opacity: 0.7;
}


/* Cell Phone version */
.img_proj3_sp{
  width: 80vw;
  height: auto;
  display: block;
  position: relative;
  top: 10vh;
  margin-left: auto;
  margin-right: auto;
}

.items_sp{
  width: 85px;
  height: auto;
  position: fixed;
  left: 50px;
  bottom: 10px;
}

a.items_sp:hover{
  opacity: 0.7;
}

.icon_sp{
  width: 75px;
  height: auto;
  position: fixed;
  right: 170px;
  bottom: 10px;
}

a.icon_sp:hover{
  opacity: 0.7;
}

.part3_sp{
  width: 20vw;
  height: 20vw;
  position: absolute;
  left: 25vw;
  top: 55vw;
}

.back_icon_sp{
    width: 75px;
    height: auto;
    position: fixed;
    right: 60px;
    bottom: 10px;
}

.text_sp{
  color: black;
  font-size: 15px;
  width: 80vw;
  position: relative;
  left: 75px;
  top: 115px;
}

/* PC version */
.img_proj3_pc{
  width: 40vw;
  height: auto;
  position: relative;
  left: 25vw;
  top: 3vw;
}

.items_pc{
  width: 10vw;
  height: auto;
  position: fixed;
  left: 0.5vw;
  bottom: 70vh;
}

a.items_pc:hover{
  opacity: 0.7;
}

.icon_pc{
  width: 8vw;
  height: auto;
  position: fixed;
  right: 90vw;
  bottom: 50vh;
}

a.icon_pc:hover{
  opacity: 0.7;
}

.part3_pc{
  width: 10vw;
  height: 11vw;
  position: relative;
  right: 10vw;
  bottom: 11vw;
}

.back_icon_pc{
  width: 8vw;
  height: auto;
  position: fixed;
  right: 90vw;
  bottom: 30vh;
}

.text_pc{
  color: black;
  font-size: 20px;
  width: 70vw;
  position: relative;
  left: 60vw;
}
