#sec .ttl_wrap{
  width: 1052px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 60px;
}
#sec .ttl_wrap .sec_ttl{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #ac9268;
  padding-bottom: 0.2em;
  padding-right: 4em;
}
#sec .ttl_wrap .sec_ttl::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../../common/img/line_03.png);
  background-size: 100% 100%;
}
#sec .inner{
  padding-top: 95px;
  padding-bottom: 110px;
  background: #f3efe8;
}
#sec .inner .conte{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 1052px;
  margin-left: auto;
  margin-right: auto;
}
#sec .inner .conte .wrap{
  width: 48.5%;
  background: #FFF;
}
#sec .inner .conte .wrap:nth-child(n+3){
  margin-top: 3%;
}
#sec .inner .conte .wrap .wrap_ttl{
  text-align: center;
  color: #FFF;
  background: #ac9268;
  font-size: 26px;
  padding: .2em 0;
}
#sec .inner .conte .wrap .wrap_txt{
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 0.01em;
  padding: 2em;
}
#sec .inner .price_btn{
  position: relative;
  display: block;
  width: 321px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1000px;
  background: #f08300;
  color: #fff;
  text-align: center;
  font-size: 19px;
  padding: .8em 0;
  margin-top: 80px;
}
#sec .inner .price_btn::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 10px;
  height: 15px;
  background: url(../../common/img/arrow_06.svg);
  background-size: 100% 100%;
}

@media(max-width:1600px){
  #sec .ttl_wrap{
    width: 65.75vw;
    margin-top: 5vw;
    margin-bottom: 3.75vw;
  }
  #sec .ttl_wrap .sec_ttl{
    font-size: 1.87vw;
  }
  #sec .inner{
    padding-top: 5.93vw;
    padding-bottom: 6.87vw;
  }
  #sec .inner .conte{
    width: 65.75vw;
  }
  #sec .inner .conte .wrap .wrap_ttl{
    font-size: 1.62vw;
  }
  #sec .inner .conte .wrap .wrap_txt{
    font-size: 1vw;
  }
  #sec .inner .price_btn{
    width: 20.06vw;
    font-size: 1.18vw;
    margin-top: 5vw;
  }
  #sec .inner .price_btn::after{
    right: 1.87vw;
    width: 0.62vw;
    height: 0.93vw;
  }
}

@media(max-width:750px){
  #sec .ttl_wrap{
    width: 86.66vw;
    margin-top: 20vw;
    margin-bottom: 15vw;
  }
  #sec .ttl_wrap .sec_ttl{
    font-size: 5.33vw;
    padding-right: 2em;
  }
  #sec .ttl_wrap .sec_ttl::after{
    height: 1px;
  }
  #sec .inner{
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
  #sec .inner .conte{
    flex-direction: column;
    gap: 2%;
    width: 86.66vw;
  }
  #sec .inner .conte .wrap{
    width: 100%;
  }
  #sec .inner .conte .wrap:nth-child(n+2){
    margin-top: 7.46vw;
  }
  #sec .inner .conte .wrap:nth-child(n+3){
    margin-top: 7.46vw;
  }
  #sec .inner .conte .wrap .wrap_ttl{
    font-size: 4.4vw;
    padding: .3em 0;
  }
  #sec .inner .conte .wrap .wrap_txt{
    font-size: 3.46vw;
    line-height: 1.6;
    padding: 1em;
  }
  #sec .inner .price_btn{
    width: 78.66vw;
    font-size: 3.46vw;
    padding: 1em 0;
    margin-top: 13.33vw;
  }
  #sec .inner .price_btn::after{
    right: 5vw;
    width: 1.6vw;
    height: 3.2vw;
  }
}