@charset "utf-8";

.contactText02 br {
	display: none;
}

.contactLineLink::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    left: auto;
    bottom: auto;
    max-width: 32px;
    width: 100%;
    height: 32px;
    background: url(/system_panel/uploads/images/maru_arrow_brown.svg) no-repeat;
    background-size: contain;
    z-index: 1;
    transition: all .2s;
}

.contactLineLink:hover::after {
    right: -5px;
    transition: all .2s;
}

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

    .contactLineLink::after {
        top: 0;
        bottom: 0;
        max-width: 40px;
        height: 40px;
    }

	.contactText02 br {
		display: block;
	}

}

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

    .contactLineLink::after {
        max-width: 40px;
        height: 40px;
    }

}


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

    .contactLinkArea {
        flex-wrap: wrap;
        justify-content: space-around !important;
    }

    .contactLinkBox {
        max-width: 420px !important;
    }

}

@media (min-width: 1024px) {
    .contactLinkItem {
        width: 80%;
        margin-inline: auto;
    }
}

