/*common*/
a {
    text-decoration: none;
}
ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
/*card*/
.card .card-link::after{
    content: '\F4FE';
    font-family: 'bootstrap-icons';
    vertical-align: sub;
    margin-left: 5px;
    font-weight: 900;
    font-size: 20px;
}
.card .card-header {
    border-color: #eee;
}

/*header*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.logo {
    font-weight: 900;
    font-size: 26px;
}
.navbar-white .logo {
    color:#fff;
}
.navbar-white .logo:hover, .navbar-white .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,0.5)!important;
}
.logo img {
    height: 30px;
    vertical-align: text-top;
}
.navbar-white .navbar-nav .nav-link {
    color: #fff!important;
    padding: 0.3125rem 1rem;
}
.login {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.login img {
    width: 20px;
    margin-bottom: 2px;
}

/*main img*/
.main {
    background: url(/common/images/main_bg.jpg) no-repeat top left;
    background-size: cover;
    height: 760px;
    padding-top: 185px;
}
.main .slogun {
    word-break: keep-all;
    margin-top: 100px;
}
.main .slogun h3 {
    color: #fff;
    letter-spacing: -.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.main .slogun p {
    color: rgba(255,255,255,0.7);
    font-size: 20px;
    font-weight: 300;
}

/*main subtitle*/
.main-subtitle {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #fff;
    font-weight: bold;
}
.main-subtitle span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e2c0be;
    margin-right: 10px;
}

/*main content*/
.main-cont {
    background-color:#f5f5f5;
}
.main-cont .cont-title {
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: center;
    word-break: keep-all;
}
.main-cont .cont-title span {
    color:#6768ab;
    letter-spacing: .1rem;
    margin-bottom: 20px;
    display: block;
}
.main-cont .cont-title h4 {
    font-size:40px;
    font-weight:600;
}
.main-cont .cont-title p {
    font-size:20px;
    color:#434343;
    font-weight: 300;
}

/*main card*/
.main-cont .cont-card {
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    border: 0;
    height: 250px;
}
.main-cont .cont-card .card-body {
    padding: 1.5rem 1.5rem;
    position: relative;
}
.main-cont .cont-card img {
    height:60px;
}
.main-cont .cont-card .card-title {
    font-weight: 600;
    margin-bottom:0;
}
.main-cont .cont-card .card-text {
    color:#434343;
}
.main-cont .cont-card .card-link {
    color:#6768ab;
    position: absolute;
    bottom: 1rem;
}
.main-cont .cont-card .list-group-item {
    color:#434343;
    padding: 0.2rem 0;
}

/*footer*/
.footer {
    border-top: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    /*margin-top: 80px;*/
}
.footer .copyright {
    color:#707070;
    font-size: 14px;
    font-weight: 300;
}


/*media*/
@media (min-width: 992px) {
    .navbar-nav {
        flex-direction: row;
    }

    .main .slogun h3 {
        font-size: 56px;
    }

    .headline h3 {
        font-size: 40px !important;
    }

    .cont-table>:not(caption)>*>* {
        padding: 15px 25px;
    }

    .business-img01 {
        background-position-y: 39% !important;
    }
}
@media (min-width: 767px) {
    .menu-btn {
        display: none;
    }

    .mes-item {
        display: flex !important;
    }
}
@media (min-width: 485px) {
    .mes-list .mes-item:nth-child(-n+2) {
        display: flex;
    }
}