.feature-bg{
    background: #F8F7F5;
}
.feature-sec01{
    max-width: 600px;
    width: 100%;
    margin: 0 auto 80px;
    text-align: justify;
}

.feature-sec02-txt-wrap{
      max-width: 600px;
    width: 100%;
    margin: 50px auto 80px;
    text-align: justify;  
}
.br-sp{
    display: none;
}
@media (max-width: 620px) {
    .br-sp{
    display: block;
}
    .feature-sec01{
        max-width: 100%;
    }
        .feature-sec02-txt-wrap{
            max-width: 100%;
            width: 92%;
        }
}
.feature-sec02-txt-wrap h2{
    text-align: center;
}
@media (max-width: 620px) {
   .feature-sec02-txt-wrap h2{
    font-size: 22px;
   } 
}
.feature-sec01-logo{
    width: 95px;
    margin: 0 auto 50px;
}
.feature-sec01-logo img{
    width: 100%;
}
.feature-detail {
   padding-bottom: 60px;
}
.feature-sec02-wrap{
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 1010px) {
/* .feature-sec02-wrap{
    width: 90%;
} */
}
.feature-sec02-txt{
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: -93px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 620px) {
    .feature-sec02-txt{
        max-width: 80%;
         top: -47px;
    }
}
.feature-sec02-img{
    width: 100%;
}
.feature-sec02-img img,.feature-sec02-txt img{
    width: 100%;
}
.feature-sec02-outer{
    margin-top: 180px;
}
@media (max-width: 1010px) {
 .feature-sec02-outer{
    margin-top: 100px;
}   
}
.feature-sec02-txt-wrap .mb{
    margin-bottom: 20px;
}
.l-gap{
    padding-top: 80px;
    padding-bottom: 100px;
}
.feature-txt-gold{
    color: #B49B4B;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}
.feature-sec02-ul{
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
}
@media (max-width: 1010px) {
    .feature-sec02-ul{
        display: block;
    }
}
.feature-sec02-ul.rev{
    flex-direction: row-reverse;
}
.feature-sec02-ul-txt{
    width: 50%;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    align-items: center;
    background: #F8F7F5;
}
.feature-sec02-title{
    font-size: 24px;
    font-weight: 600;
    color: #262023;
    line-height: 1.8;
    margin-bottom: 30px;
}
.feature-sec02-ul-img img{
width: 100%;
}
.feature-sec02-ul-img{
     width: 50%;
}
@media (max-width: 1010px) {
    .feature-sec02-ul-txt{
    width: 100%;
    }
    .feature-sec02-ul-img{
     width: 100%;
}
}
.feature-detail_list-spot:before {
	background-image: url(../img/feature-detail-list-spot-01.jpg)
    
}
.feature-detail_list-all:before {
    background-image: url(../img/feature-detail-list-all-01.jpg)
}
.feature-desc--img{
    max-width: 330px;
    width: 100%;
     margin-top: 10px;
}
