@charset "utf-8";

.concept-title-decaretion-box .title04 {
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 1.2945)), 38px);
}

.concept-title-decaretion-box {
    max-width: 685px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 13px 47px;
    background: url(/system_panel/uploads/images/concept-decoration.png) center / contain no-repeat;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 544px) {

	.concept-title-decaretion-box {
		background: url(/system_panel/uploads/images/concept-decoration.png) center / cover no-repeat;
	}

}

/* min-width: 544px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

	.concept-title-decaretion-box {
		padding: 40px 30px 47px;
	}

    .cptReadTit br {
        display: none;
    }

    .cptFlTit br{
        display: none;
    }
}

/* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

	.cptFlTit {
		font-size: 24px !important;
	}

}

/* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1100px) {

	.cptFlTit {
		font-size: 28px !important;
	}

}

/* min-width: 1100px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */