@charset "utf-8";

#campaign {
	padding-top: 40px;
	margin-bottom: 140px;
}
#tour #campaign .area-title {
	position: relative;
    color: #ff5409;
	font-size: 20px;
}
#campaign .area-title span {
	font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 8px;
}
#campaign .other-button ul li a {
    background-color: #ff5409;
}
#tour #campaign .area-title:before, #tour #campaign .area-title:after{display: none;}
#tour #campaign .area-title span:before, #tour #campaign .area-title span:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 40px;
    background: url("../../common/images/icon-cpn-title.svg");
    background-size: contain;
	background-repeat: no-repeat;
    margin: 0 15px;
}
#tour #campaign .area-title span:after  {
    transform: scaleX(-1);
}