.pane-landingpage-contents {
    background: #FFF;
    border: 1px solid #eee;
}
.action-buttons {
    margin-bottom: 40px;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

#wrapper2{
  max-width:750px;
  margin:0 auto;
}
.cv_f {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.6);
  text-align:center;
}
.cv_f img{
  max-width:678px;
  width:90.4%;
  margin:0 auto;
}

.cv{
  position:relative;
}
.cv a{
  position:absolute;
  display:block;
  width:67.73%;
  right:5%;
  bottom:6.4%;
}
.cv a:hover{
  opacity:.8;
}

/*footer small {
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 5px 0;
  background-color: #005d01;
  color: #ffffff;
}*/
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }

}
