@charset "utf-8";
/* CSS Document */
/* 背景画像の読み込み */
.titlebox_wrapper {
    background: url("../img/main-remove.jpg") no-repeat center top;
    background-size: auto auto;
    background-size: 100% 100%;
    background-size: contain;
    position: relative;
}


.remove-content_wrapper{
	}

.remove-content li{
	background-color: #fcd59a;
	border-radius: 3px;
	color: #111;
	font-size: 1.6rem;
	padding: 6px 15px;
	margin-bottom: 20px
	}
.remove-content li:last-child{
	background-color: #ff9900;
	}

.remove-content-attention{
	
}