.photobox2 {
  margin:  1.2em auto auto 2em;
  height: 18.2em;
  width: auto;
  position: relative;
  background: #e9e9e9;
  padding: 1em;
  float: left;
  font-size: 0.8em;
  color: #474747;
  text-align: center;
  line-height: 1.3em;
  border-bottom: none;
  }
.photobox2:before {
  content: '';
  z-index: 1;
  position: absolute;
  border: 1px dashed #bbb;
  top: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  right: 0.5em;
  -moz-box-shadow: 0 0 0 1px #eee;
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
}
.photobox2 img {
  display: block;
  margin-left: auto;
  margin-right :auto;
  margin-bottom: 0.8em;
}
.photobox2 span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  letter-spacing: 0.2em;
}
p.click {
  margin: 0.5em auto 2em 2em;
  font-size: 0.8em;
}
.baibaicatch {
	font-size: 0.8em;
  padding: 0.5em 1em;
  margin: 3em 1.5em 1em 1.5em;
  color: #6091d3;
  width: auto;
  border: solid 2.5px #6091d3;
  border-radius: 10px;
}
.baibaicatch p {
    margin: 0;
    padding: 0;
}
.baibaicatch span {
	display: inline-block;
  width: auto;
}
.shodanchu {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px 0;
  width: 50px;
  vertical-align: middle;
  background-color: #E2263A;
  color: #FFD700;
  font-size: 12px;
  z-index: 1;
  }
.shodanchu:after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #E2263A;
  border-right: 25px solid #E2263A;
  border-bottom: 10px solid transparent;
  }
.yachinhyoji {
    color: #0085C9;
    font-weight: 300;
    font-size: 1.2em;
    margin-top: 0.2em;
    letter-spacing: 0.05em
  }
.kyoekihi {
    color: #474747;
    font-size: 0.9em;
    font-weight: 100 !important;
}
.onegai {
    position: relative;
    background: rgba(129,208,203,0.2);
    padding: 0.25em 0.5em;
    border-left: solid 2em #81d0cb;
    width: auto;
    border-bottom: none;
    color: #619D99;
}
.onegai:before {
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    position: absolute;
    padding: 0em;
    color: white;
    font-weight: 900;
    left: -1.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.onegai:hover{
    color: #eeb918;
}
.onegaibunsho {
    margin: 0.5em auto 0em 1.5em;
}

@media screen and (max-width: 480px){
  .photobox2 {
    height: 20em;
  }
}
