.scene-wrap-inner {
  margin-bottom: 100px; }

.scene-main {
  margin-bottom: 60px; }

.page-ttl-pc {
  margin-bottom: 20px; }

.scene-link {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .scene-link:hover {
    opacity: .7; }

/*popup*/
.popup-wrap {
  width: 480px;
  height: auto;
  margin: 0 auto;
  background-color: #e5ecf5;
  border-radius: 10px;
  padding: 10px; }
  .popup-wrap .popup-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 30px;
    border-radius: 10px;
    border: 4px solid #8fb1d8;
    background-color: #fff;
    position: relative; }
    .popup-wrap .popup-inner .mfp-close {
      position: absolute;
      top: 10px;
      left: 440px;
      width: 10px;
      height: 10px;
      opacity: 1;
      background: url("/common/img/icn/pop-close.png") no-repeat top right;
      background-size: 10px auto;
      cursor: pointer; }
    .popup-wrap .popup-inner .popup-main-txt {
      font-size: 2.4em;
      font-weight: bold;
      margin-bottom: 15px;
      color: #00479d;
      text-align: center; }
    .popup-wrap .popup-inner .popup-cap {
      font-size: 1.8em;
      line-height: 1.5;
      margin-bottom: 15px; }

a.page-anchor-link {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6em;
  color: #00479d;
  border: 1px solid #00479d;
  background-size: 7px;
  background-position: 98% 89%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  a.page-anchor-link:hover {
    color: #fff;
    background-color: #00479d;
    background-size: 7px;
    background-position: 98% 89%; }

.mfp-bg {
  background: none; }

.scene-content-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 40px 30px;
  border: 1px solid #bbb; }
  .scene-content-wrap .scene-content-ttl {
    font-size: 2em;
    font-weight: bold;
    color: #00479d;
    margin-bottom: 25px;
    padding: 5px 15px;
    border-left: 5px solid #00479d; }
  .scene-content-wrap .scene-content-cap {
    font-size: 1.6em;
    line-height: 1.8;
    margin-bottom: 15px;
    margin-right: 20px; }
  .scene-content-wrap a.page-anchor-link {
    font-weight: bold;
    margin: 0 auto 0 0; }

/****************************************************************


SP


*****************************************************************/
@media only screen and (max-width: 640px) {
  .scene-wrap-inner {
    margin-bottom: 50px; }
  .scene-main {
    width: 100%;
    margin-bottom: 30px; }
    .scene-main .main-img {
      width: 100%; }
  .page-ttl-sp {
    margin-bottom: 25px; }
  .scene-content-wrap {
    margin-bottom: 20px;
    padding: 20px 15px; }
    .scene-content-wrap .scene-content-inner-l img {
      margin: 0 auto 17px;
      width: 75%; }
    .scene-content-wrap .scene-content-ttl {
      font-size: 1.5em;
      margin-bottom: 20px;
      padding: 0 8px;
      border-width: 0 0 0 2.5px; }
    .scene-content-wrap .scene-content-cap {
      font-size: 1.3em;
      line-height: 1.5;
      margin-right: 0; }
    .scene-content-wrap a.page-anchor-link {
      font-size: 1.3em; } }

/*max-width: 640px*/
