
@charset;

/*idea*/
.service-text {
    margin-top: 30px;
    font-size: 1em;
    font-weight: 300!important;
    color: #5c5c5c;
    line-height: 220%;
    text-align: left!important;
}

/*banner*/
.banner {
    width: 100%;
    padding: 0 0!important;
    height: 250px;
    margin-top: 60px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url('../img/about/banner.jpg');
    background-size: cover;
    background-position: center center;
    visibility: inherit;
    opacity: 1;

}

.banner-img {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 80px;
    text-align: center;
    box-sizing: border-box;
}



/*service*/

.divider-vertical {
    width: 1px;
    background: #898989;
    height: 40px;
    margin: 25px auto;
}

.inspiro-container {
    background: #fff;
}

.inspiro-container {
    margin-top: 50px;
}

.content-logo {
    height: auto;
    max-width: 100%;
    /*background-color: #fd689a;*/
}

.text-center > h5 {
    font-weight:600;
}

.rounded-left {
    width: 50px;
    height: 50px;
    color: #fff;
    position: relative;
    float: left;
    display: table;
    text-align: center;
    font-size: 19px;
    margin: 0 0;
    left: -10px;
}

.rounded-right {
    width: 50px;
    height: 50px;
    color: #fff;
    position: relative;
    float: left;
    display: table;
    text-align: center;
    font-size: 19px;
    margin: 0 0;
    left: -10px;
}

.icon-left-mine {
    float:right!important;
    position: relative;
    top: 50px;
    /*left: 30px;*/
}

.icon-right-mine {
    float:left;
    position: relative;
    top: 50px;
    /*right: 50px;*/
}

.glyphicon-ok {
    font-size: 30px!important;
    color: #fb8787;
}
/*.delay-service {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}*/


/*introduce*/
.introduce {
    padding-left: 30px!important;
    padding-right: 30px!important;
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 30px;
    box-sizing: border-box;
}

.subtitle-small-introduce {
    font-size: 15px;
    font-weight: 600;
}


@media(max-width: 991px) {
    .content-logo {
        height: auto;
        margin-top: -40px;
        max-width: 100%;
    }

    .content-logo img {
        width: 180px;
    }

}

@media(max-width: 767px) {
    .content-logo {
        margin: 40px 0;
        height: auto;
        max-width: 100%;
    }

}

/*
!*idea*!
.service-text {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300!important;
    color: #5c5c5c;
    line-height: 28px;
    text-align: left!important;
}

!*banner*!
.banner {
    width: 100%;
    padding: 0 0!important;
    height: 250px;
    margin-top: 60px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url('https://www.nms.ac.jp/recruit/nurse/sites/all/themes/yunik/images/bg77.jpg');
    background-size: cover;
    background-position: center center;
    visibility: inherit;
    opacity: 1;

}

.banner-img {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 80px;
    text-align: center;
    box-sizing: border-box;
}



!*service*!

.divider-vertical {
    width: 1px;
    background: #898989;
    height: 40px;
    margin: 25px auto;
}

.inspiro-container {
    background: #fff;
}

.inspiro-container {
    margin-top: 50px;
}

.content-logo {
    height: auto;
    max-width: 100%;
    !*background-color: #fd689a;*!
}
.rounded-left {
     width: 50px;
     height: 50px;
     color: #fff;
     position: relative;
     float: left;
     display: table;
    text-align: center;
    font-size: 19px;
    margin: 0 0;
    left: -10px;
}

.rounded-right {
     width: 50px;
     height: 50px;
     color: #fff;
     position: relative;
     float: left;
     display: table;
    text-align: center;
    font-size: 19px;
    margin: 0 0;
    left: -10px;
}

.icon-left-mine {
    float:right!important;
    position: relative;
    top: 50px;
    !*left: 30px;*!
}

.icon-right-mine {
    float:left;
    position: relative;
    top: 50px;
    !*right: 50px;*!
}

.glyphicon-ok {
    font-size: 30px!important;
    color: #fb8787;
}
!*.delay-service {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}*!


!*introduce*!
.introduce {
    padding-left: 30px!important;
    padding-right: 30px!important;
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 30px;
    box-sizing: border-box;
}

.subtitle-small-introduce {
    font-size: 15px;
    font-weight: 600;
}


@media(max-width: 991px) {
    .content-logo {
        height: auto;
        margin-top: -40px;
        max-width: 100%;
    }

    .content-logo img {
        width: 180px;
    }

}

@media(max-width: 767px) {
    .content-logo {
        margin: 40px 0;
        height: auto;
        max-width: 100%;
    }


}


*/
