@charset "UTF-8";

.contents_btn01 a:after, main form .submit span:after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    top: calc(50% - 2.5px);
    right: 14%;
    transform: rotate(45deg);
    border-top: 1px solid #121b2d !important;
    border-right: 1px solid #121b2d !important;
}

/*---------------スタッフmorebutton_hover----------------*/
@media screen and (max-width: 768px) {
    .widget_staff01 .hidetgl a:hover {
        background: transparent !important;
    }
}