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

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

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

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

body{
  background-color: rgb(0,0,0,0.7);
  overflow: scroll;
  height: 100vh;
  width: auto;
}

.proj10_pc .proj10_sp .proj10_md{
  overflow: hidden;
}

a.back_icon:hover{
  opacity: 0.7;
}


/* Cell Phone version */
.img_proj10_sp{
  width: 410px;
  height: auto;
  display: block;
  position: relative;
  top: 100px;
  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;
}

.part10_sp{
  width: 25px;
  height: 90px;
  position: absolute;
  left: 33px;
  top: 360px;
}

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

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

/* Middle version */
.img_proj10_md{
  width: 420px;
  height: auto;
  position: relative;
  left: 170px;
  top: 35px;
}

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

a.items_md:hover{
  opacity: 0.7;
}

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

a.icon_md:hover{
  opacity: 0.7;
}

.part10_md{
  width: 20px;
  height: 90px;
  position: relative;
  right: 218px;
  bottom: 15px;
}

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

.text_md{
  color: white;
  font-size: 20px;
  width: 50vw;
  position: relative;
  left: 300px;
  top: 20px;
}

/* PC version */
.img_proj10_pc{
  width: 650px;
  height: auto;
  position: relative;
  left: 370px;
  top: 20px;
}

.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;
}

.part10_pc{
  width: 40px;
  height: 150px;
  position: absolute;
  left: 420px;
  top: 430px;
}

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

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