.scene-top-container {
  padding: 60px 0 30px;
  background-color: #fafaf3;
}

.scene-top-container .scene-list > li {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.scene-top-container .scene-list > li:last-of-type {
  margin-bottom: 0;
}

.scene-top-container .scene-list > li > h2 {
  text-align: center;
  margin-bottom: 40px;
}

.scene-top-container .scene-list > li > dl > dt {
  width: 190px;
  float: right;
}

.scene-top-container .scene-list > li > dl > dd {
  width: calc(100% - 220px);
  float: left;
  padding-top: 10px;
}

.scene-top-container .scene-list > li > dl > dd > p {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
  line-height: 1.7;
  position: relative;
}

.scene-top-container .scene-list > li > dl > dd > p:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #e0e0e0;
}

.scene-top-container .scene-list > li > dl > dd > p:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
}

.scene-top-container .scene-list > li > dl > dd .btn {
  max-width: 330px;
  margin: 0 auto;
}

.scene-link-container {
  padding: 30px 0 60px;
  background-color: #fafaf3;
}

@media screen and (min-width: 768px) {
  .scene-top-container .scene-list > li:nth-of-type(even) > dl > dt {
    float: left;
  }
  .scene-top-container .scene-list > li:nth-of-type(even) > dl > dd {
    float: right;
  }
  .scene-top-container .scene-list > li:nth-of-type(even) > dl > dd > p:before {
    right: auto;
    left: -10px;
  }
  .scene-top-container .scene-list > li:nth-of-type(even) > dl > dd > p:after {
    left: 0;
    right: auto;
    border-radius: 10px 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .scene-top-container {
    padding: 35px 0 20px;
  }
  .scene-top-container .scene-list > li {
    border-radius: 6px;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .scene-top-container .scene-list > li:last-of-type {
    margin-bottom: 0;
  }
  .scene-top-container .scene-list > li > h2 {
    margin-bottom: 20px;
  }
  .scene-top-container .scene-list > li > dl > dt {
    float: none;
    width: 140px;
    margin: 0 auto 20px;
  }
  .scene-top-container .scene-list > li > dl > dd {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .scene-top-container .scene-list > li > dl > dd > p {
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 15px;
  }
  .scene-top-container .scene-list > li > dl > dd > p:before {
    right: 0;
    left: 0;
    top: -10px;
    bottom: auto;
  }
  .scene-top-container .scene-list > li > dl > dd > p:after {
    width: 100%;
    height: 18px;
    border-radius: 10px 10px 0 0;
  }
  .scene-top-container .scene-list > li > dl > dd .btn {
    max-width: 100%;
  }
  .scene-link-container {
    padding: 20px 0 35px;
  }
}
