.bg-page {
  background-color: #f8f9ee;
  background-image: url(../../img/common/bg-page-l.png), url(../../img/common/bg-page-r.png);
  background-repeat: repeat-y;
  background-position: left 0 top 150px, right top;
  background-size: 18%, 17%;
  padding: 300px 0 80px 0;
}

.ft-logo {
  background-color: #f8f9ee;
}

.rounded-box {
  position: relative;
  z-index: 9;
  background: #fff;
  border: 3px solid #534741;
  border-radius: 40px;
  width: 100%;
  max-width: 710px;
  margin: auto;
  position: relative;
  padding: 80px 26px 40px 26px;
}

.rounded-box .box-ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -160px;
  text-align: center;
  text-align: center;
}

.rounded-box .box-ttl img {
  max-width: 350px;
}

.rounded-box .ttl02 {
  font-size: 15px;
  background-color: #fdf8bc;
  display: inline-block;
  font-weight: 900;
  padding: 6px 12px 6px 32px;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  position: relative;
}

.rounded-box .ttl02::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: #00b09d;
}

.rounded-box .txt {
  font-weight: 400;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .bg-page {
    background-image: url(../../img/common/bg-page-l_sp.png), url(../../img/common/bg-page-r_sp.png);
    background-position: left top 50px, right top;
    background-size: 35%, 22%;
    padding-top: 200px;
    padding-bottom: 40px;
  }
  .rounded-box {
    padding: 60px 20px 30px 20px;
  }
  .rounded-box .txt {
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .rounded-box .box-ttl {
    top: -136px;
  }
  .rounded-box .box-ttl img {
    width: 280px;
  }
  .rounded-box .ttl02 {
    font-size: 14px;
    padding: 4px 12px 4px 24px;
    margin: 16px 0;
  }
}
