@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400&display=swap');

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
}

.shonir {
    border: 1px solid #F51216;
}

.padding_zero {
    padding-left: 0px;
    padding-right: 0px;
}

.padding_5 {
    padding-left: 5px;
    padding-right: 5px;
}

/*top css start*/
.top_bg {
    background: #fff;
    background: url('../image/logo_bg.png');
}

.top_text {
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    padding: 15px 0px 15px 0px;
}

.top_number {
    font-weight: normal;
    color: #2c2c2c !important;
    font-size: 24px;
    padding: 10px;
    0px 10px 0px
}

.top_number a {
    color: #009af5 !important;
}

/*menu css start*/
.icone_size {
    font-size: 18px;
}

.menu_bg {
    background: #52bf72;
}

.menu {
    float: left;
    width: 100%;
}

.menu ul {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu ul li {
    float: left;
    background: url(image/li.png) no-repeat right;
}

.menu ul li:last-child {
    background: none;
}

.menu ul li a {
    float: right;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 10px 15px 10px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

.menu ul li a:hover {
    color: #FFFFFF;
    background: #009af5;
}

.menu ul li ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: auto;
    background: #3B3B3B;
    position: absolute;
    display: none;
}

.menu ul li ul a:hover {
    background: #cfcfcf;
    width: auto;
}

.menu ul li:hover ul {
    display: block;
}

.menu ul ul li {
    width: 100%;
    float: left;
}

.menu ul li ul li a {
    float: left;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

.menu ul li ul li a:hover {
    background: #3B3B3B;
}

.navbar-toggle {
    border: 1px solid #009af5;
    float: right;
}

.navbar-toggle .icon-bar {
    border-bottom: 1px solid #009af5;
}

@media only screen and (min-width:320px) and (max-width:800px) {
    .menu {
        width: 100%;
    }

    .menu ul li {
        float: left;
        width: 100%;
        background: none;
        border-bottom: 0px solid #FFF;
    }

    .menu ul li:last-child {
        border: none;
    }

    .menu ul {
        float: left;
        width: 100%;
    }

    .menu ul li a {
        float: left;
        width: 100%;
        padding: 11px 10px;
        margin: 0px;
        color: #050000;
    }

    .menu ul li a:hover {
        width: 100%;
        border: none;
    }

    .menu ul li ul {
        width: 100% !important;
    }

    .menu ul li ul li a:hover {
        width: 100% !important;
    }

    .menu ul li ul li {
        float: left;
        width: 100% !important;
        background: none;
        border-bottom: 1px solid #FFF;
    }

    .menu ul li ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 300px;
        background: #242424;
        position: relative;
        display: none;
    }
}

/*menu css end*/

.logo_bg {
    border-bottom: 5px solid #009af5;
}

.top_call_area {
    background: url('../image/top_call_img.png') no-repeat left;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 7px 0px 7px 0px;
    padding-left: 60px;
}

.top_call_area span {
    color: #00a0ee;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.top_mail_area {
    background: url('../image/top_mail_img.png') no-repeat left;
    line-height: 30px;
    color: #000;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 7px 0px 7px 0px;
    padding-left: 60px;
}

.top_mail_area span {
    color: #00a0ee;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.top_mail_area a {
    color: #2c2c2c !important;
}

.top_mail_area a:hover {
    color: #009af5;
}

.tittle_heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #009af5;
    text-align: center;
    padding: 30px 5px 5px 5px;
    text-transform: uppercase;
}

.tittle_heading span {
    color: #777777;
}

.tittle_sub {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #777777;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.sami_img {
    padding-bottom: 35px;
}

.tittle_home_abut {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 25px;
    color: #2875b1;
    font-weight: 400;
}

.tittle_home_abut span {
    color: #777777;
}

.abut_img {
    margin-top: 15px;
}

.tittle_home_abut_des {
    font-size: 14px;
    color: #777777;
}

.servicr_bg {
    background: #efefef;
}

.servicr_in_name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px 0px 0px;
    text-transform: uppercase;
    color: #000;
}

.servicr_in_des {
    font-size: 14px;
    color: #777777;
    margin-bottom: 20px;
    text-align: center;
}

.space_foem_top {
    padding: 25px 0px 15px 0px;
}

.last_futter_bg {
    background: #009af5
}

.shonircopytxt {
    color: #fff;
    height: 40px;
    margin-top: 20px;
}

.shonircopytxt1 {
    color: #fff;
    height: 40px;
    margin-top: 20px;
    text-align: right;
}

a.shonircopylnk {
    text-decoration: none;
    color: #fff;
}

a.shonircopylnk:hover {
    color: #2d2d2d;
    text-decoration: underline;
}

a.shonirnamelnk {
    text-decoration: none;
    color: #fff;
}

a.shonirnamelnk:hover {
    color: #fff;
}

.tittle_home_abut_des_service {
    ont-size: 14px;
    color: #777777;
    margin-bottom: 20px;
}
