@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 768px) {
	.c-itbusiness01 { }
	.c-itbusiness01_text { border: 1px solid #000; padding: 10px; text-align: center; border-radius: 9999px; font-size: 2.6rem; font-weight: 700; margin: 80px 0; position: relative; }
	.c-itbusiness01_text::before { width: 40px; height: 40px; position: absolute; content: ""; left: 0; right: 0; margin: auto; background: url("/common/img/icon_plus_blue.svg") no-repeat; top: -60px; }
}
@media screen and (max-width: 767px) {
	.c-itbusiness01_text { border: 0.2vw solid #000; padding: 1vw; text-align: center; border-radius: 9999px; font-size: 4.3vw; font-weight: 700; margin: 12vw 0; position: relative; }
	.c-itbusiness01_text::before { width: 6vw; height: 6vw; position: absolute; content: ""; left: 0; right: 0; margin: auto; background: url("/common/img/icon_plus_blue.svg") no-repeat 0 0 / contain; top: -9vw; }
}

