@charset "UTF-8";

/* campaign
---------------------------------------------------------- */
.campaign {
    position: relative;
}

.wrap-campaign {
    position: relative;
    background: #f5f3f2;
}


.body-campaign {
    position: relative;
}

.body-campaign .box-wrap {
	text-align: center;
    position: relative;
    width: 100%;
    /*max-width: 1000px;*/
    padding: 0 0 0px;
    margin: 0 auto;
    z-index: 3;
}

h1.tit-img {
    position: relative;
    z-index: 9999;
    margin-bottom: 10px;
}

.list-campaign {
	display:flex; 
    flex-wrap: wrap;
    height:auto;
    width: 900px;
    margin: 0 auto 0;
    padding: 35px 70px 45px ;
    gap: 40px 80px;
    background: rgba(255,255,255,0.7);
    border-radius: 30px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.list-campaign li:nth-child(1),
.list-campaign li:nth-child(2) {
	width: 340px;
}

.list-campaign img {
    width: 100%;
}

.box-campaign-mid {
	/*background: #FFF;*/
	padding:50px 0;
}

.box-campaign-bottom {
	background: #FFF;
	padding:50px 0 0;
}


.box-campaign-mid .box,
.box-campaign-bottom .box {
	max-width: 870px;
	margin: 0 auto;
    text-align: left;
	color: #000000;
}

.box-campaign-mid .box p,
.box-campaign-bottom .box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.01em;
	text-align: left;
}

.box-campaign-bottom .box p.txt-last {
    margin-bottom: 65px;
}

.box-search-realestate {
    background: #FFF !important;
}

@media (max-width: 880px) {
    .list-campaign {
        width: 90%;
        gap: 45px 2%;
        margin: 0px auto 0;
        padding: 30px 30px 40px ;
    }

    .list-campaign li:nth-child(1),
    .list-campaign li:nth-child(2) {
        width: 49%;
    }
}


/* sp
---------------------------------------------------------- */

@media (max-width: 767px) {
    .body-campaign {
        background: none;
    }
    .body-campaign .box-wrap {
        padding: 0;
    }
    
    .campaign { }

    .wrap-campaign { }

    h1.tit-img {
        margin-bottom: 20px;
    }
    
    .body-campaign .box-wrap .txt-head {
        padding: 6% 20px 6%;
        width: 100%;
    }
    
    .body-campaign .box-wrap .txt-head img {
        width: 100%;
    }
    
    .list-campaign {
        padding: 20px ;
    }
    
    .list-campaign li:nth-child(1),
    .list-campaign li:nth-child(2) {
        width: 100%;
    }

    .box-campaign-mid {
		padding: 30px 0;
	}
	.box-campaign-bottom {
		padding: 30px 0 0;
	}
	
    .box-campaign-mid .box p,
	.box-campaign-bottom .box p {
		font-size: 14px;
        line-height: 25px;
	}
	.box-campaign-bottom .box p.txt-last {
        padding-top: 10px;
        text-align: center;
	}

}

