@charset "utf-8";
* {
    margin-right: 0px;
    padding-right: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000000;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.imgbunner:hover {
    opacity: 0.8;
}

.navbar {
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    border-width: 0px 0px 0px 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 12px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #0295dc;
    font-size: 12px;
    outline: solid 1px #0295DC;
}

.navbar-brand .img-responsive {
    padding-top: 1px;
    margin-top: -20px;
}

.nav.navbar-nav {
    float: right;
}

.no-pa>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.row-0 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.tel {
    background-color: #5DA3F7;
    float: right;
    margin-left: 15px;
}

.ma-40 {
    margin-bottom: 40px;
}

.ma-20 {
    margin-bottom: 20px;
}

.aisatsup {
    font-size: 16px;
    line-height: 2.3em;
    color: #000000;
    margin: 0px;
}

.banner:hover {
    opacity: 0.5;
}

.aisatsuptop {
    font-size: 18px;
    line-height: 2.5em;
    color: #0295dc;
    text-align: center;
    font-variant: normal;
    font-weight: bold;
    padding-bottom: 10px;
}

.syacyou {
    padding-top: 29%;
}

tbody tr td {
    line-height: 49px;
    vertical-align: middle;
    border-bottom: thin solid #D4D1D1;
}

tbody tr th {
    line-height: 49px;
    vertical-align: middle;
    border-bottom: thin solid #D4D1D1;
}

tr td p {
    line-height: 24px;
    vertical-align: middle;
}

h4 {
    padding-top: 16px;
    line-height: 36px;
    font-weight: normal;
    font-size: 16px;
}

.font14 {
    font-size: 13px;
}

h2 {
    text-align: center;
    padding-top: 23px;
    padding-bottom: 23px;
    font-weight: normal;
}

h3 {
    text-align: center;
    padding-top: 33px;
    font-weight: normal;
    font-size: 37px;
}

h1 {
    text-align: center;
    padding-top: 20px;
    font-weight: normal;
}

.foote {
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}

.informationtop {
    text-align: center;
    font-size: 11px;
    padding-top: 3px;
    line-height: 19px;
}

.ma-60 {
    margin-bottom: 60px;
    margin-top: 2px;
}

.ue40 {
    padding-top: 40px;
}

.ue50 {
    padding-top: 50px;
}

.ue60 {
    padding-top: 65px;
}

.font17 {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 26px;
}

.font10 {
    font-size: 10px;
}

small {
    color: #FFFFFF;
}

.news li {
    font-size: 10px;
    line-height: 39px;
    text-align: center;
}

ul {
    list-style: none;
}

.dropdown-backdrop {
    position: static;
}

.blurtitle {
    color: #0295DC;
    text-align: center;
    font-size: 19px;
    padding-bottom: 15px;
}

.blurtitle2 {
    background-color: #0295DC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blurtitle2 p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.blurtitle4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #0295DC;
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) {}

.blurtitle3 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #0295DC;
    height: 128px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rcuruitsetumei {
    font-size: 17px;
}

.topma-60 {
    margin-top: 60px;
}

.quession {
    font-weight: bold;
    font-size: 1.1em;
}

.centermoji {
    text-align: center;
}

.anser {
    border-bottom: 1px solid #C3BEBE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

@media only screen and (max-width: 450px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}


/*641px～PC　PC上では見えないようにする*/

@media screen and (min-width:641px) {
    .footer_area {
        display: none;
    }
}


/*スマホ～641pxの幅サイズまで*/

@media screen and (max-width:640px) {
    .footer_area {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
    }
    .nav.navbar-nav {
        float: left;
        margin-left: 30px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 12px;
        border-bottom: 1px dotted #7C7C7C;
    }
    .footer_area .footer_area_inner {
        position: relative;
        width: 90%;
        margin: 0px auto;
        padding: 5px 0;
        margin-right: 0px;
    }
    .footer_area .footer_area_inner .footer_area_inner_btn {
        width: 90%;
        padding: 7px 0;
        font-size: 20px;
        font-weight: bold;
        margin-left: 5px;
        line-height: 1.3;
    }
    .inquiry_btn {
        background-color: #0295DC;
        -webkit-border-radius: 3px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        width: 90%;
        padding: 5px 0;
        font-size: 18px;
        font-weight: bold;
    }
    .inquiry_btn:link,
    .inquiry_btn:visited {
        color: #FFFFFF !important;
    }
    .footer_area_inner span {
        color: #fff;
    }
    #siteBottom {
        margin-bottom: 85px;
    }
    .tel {
        display: none !important;
    }
    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 13px !important;
    }
}

.migi {
    float: right;
}