* {
    font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 2.4rem;
}

body {
    padding-top: 5rem;
}

main {
    padding: 3rem 1.5rem;
}

.jump-section {
    padding-top: 5rem;
}

.bg-white {
    background-color: #FFF !important;
}

.eyecatch {
    padding: 2.0rem;
    background-color: #EEE;
}

.eyecatch .title {
    text-align: center;
    font-size: 1.8rem;
}

.jumbotron {
    background-color: #EEE;
}

.jumbotron h2 {
    margin-bottom: 2rem;
}

.media h5 {
    margin-bottom: 1.4rem;
    font-weight: bold;
}

.col-leftmenu {
    padding: .5rem 1rem .5rem 2rem !important;
}

.rightbody {
    padding-right: 2rem;
}

@media (max-width:767px){
    .rightbody {
        padding: 0rem 1rem 3rem 1rem !important;
    }
    .rightbody h1 {
        font-size: 150%;
        margin-top: .6rem;
        margin-bottom: 2rem;
    }
    .card {
        margin-bottom: 1.5rem;
    }
    .navbar-brand{
        width: 50%;
    }
    .img-logo{
        width: 80%;
    }
    /*スマートフォンメニュースクロール用スタイル*/
    .nav-scroll{
        overflow-y:scroll;
        -webkit-overflow-scrolling: toutch;
    }
    .card-companyname{
        font-size: 115%;
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .navbar-brand{
        width: 80%;
    }
    .img-logo{
        width: 13%;
    }
    .card-companyname{
        font-size: 130%;
        white-space: nowrap;
    }
}

.rightbody h1 {
    margin-top: .6rem;
    margin-bottom: 2rem;
}

.meishi-data dt {
    line-height: 2.0rem !important;
}
.meishi-data dl, .meishi-data dd {
    line-height: 1.2rem !important;
}

.meishi-data dd {
    margin-bottom: .1rem;
}

h1 small {
    font-size: 50% !important;
}

.breadcrumb {
    background-color: #EEE !important;
}
a {
    color: #000000;
    font-weight: bold;
    background-color: transparent;
}
a:hover {
    color: #ff8a00;
    font-weight: bold;
    background-color: transparent;
}
.btn-login {
    color: #fff;
    background-color: #ef7f00;
    border-color: #ef7f00;
}
.btn-login:hover {
    color: #fff;
    background-color: #ffab4c;
    border-color: #ffa33a;
}
.btn-login:focus {
    color: #fff;
    background-color: #ffab4c;
    border-color: #ffa33a;
}
.bg-white {
    border-bottom: #f7931c solid 1px;
}
.rightbody h1 {
    margin-top: 2rem;
    margin-bottom: 0rem;
}

.dashboad-month {
    color: #ff8a00;
}

.q-icon {
  flex-basis: 42px;
}

.a-icon {
  flex-basis: 42px;
}

.q-icon span {
    background: #ff8a00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 42px;
    font-weight: 500;
    font-size: 1.4rem;
    width: 1.9em;
    height: 1.7em;
}

  .a-icon span {
    background: #eee;
    color: #ff8a00;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 42px;
    font-weight: 500;
    font-size: 1.4rem;
    width: 1.9em;
    height: 1.7em;
}
  
/*PCで無効*/
.pc_hid{
    display: none;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .pc_hid{
        display: block;
    }
}

