@charset "UTF-8";
/* デスクトップPC用CSS */

.hidden-sp {
	display:inherit !important;
}
.hidden-pc {
	display:none !important;
}
.only-sp {
	display: none !important;
}
.only-pc {
	display: inherit !important;
}



.service_box:nth-child(n+4) {
    border-bottom: none;
}
.service_box:nth-child(3),
.service_box:nth-child(6) {
    border-right: none;
}
.service_box:nth-child(1)::after,
.service_box:nth-child(2)::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: #FEFBEE;
    bottom: -16px;
    right: -16px;
    z-index: 2;
}