
.btn-primary {
    color: #007bff!important;
    background-color: rgb(230,243,255);
    border-color: rgb(230,243,255);
}

.btn-primary:hover {
    color: #007bff!important;
    background-color: rgb(243, 249, 255);
    border-color: rgb(243, 249, 255);
}

body.introducer_service main section#service_company .content .table tbody tr{
    background-image: linear-gradient(to right, #353535, #353535 2px, transparent 0px, transparent 0px) !important;
}

body.introducer_service main a{
    text-decoration: none;
}

.copy{
    color: rgb(32,32,32);
}

body, h1, h2, h3, p, .text-sans{
    font-family: "Noto Sans JP", sans-serif !important;
}

.text-tsuku{
    font-family: "TsukuBRdGothic-Regular", "Noto Sans JP", sans-serif !important;
}

.text-serif{
    font-family: "YuMincho", "Noto Serif JP", serif !important;
}

.text-en{
    font-family: "P22 Underground", "Noto Sans JP", sans-serif !important;
}