@charset "UTF-8";

.contents_btn01 a:before, main form .submit span:before {
    content: "";
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 20px;
    top: calc(50% - 8.5px);
    right: 1.5%;
    border: 1px solid #333;
}

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