@charset "utf-8";
/* CSS Document */
body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

body#esbody {
    min-width: 1200px;
}

.oc-header * {
    font-family: "メイリオ",Helvetica, "hiragino kaku gothic pro","ms pgothic",sans-serif;
}

.oc-header {
    background: #fff;
}

.header-border {
    width: 100%;
    height: 2px;
    background: url(/images/img_main-dot.jpg) repeat;
}

.oc-header.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 21;
}

/*oc-headmember*/
.oc-headmember {
    background: url(/images/img_main-dot.jpg) repeat;
    padding: 3px 0;
}
.headmember-list {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0 20px;
}

.headmember-list__item:not(:last-child) {
    margin: 0 3px 0 0;
}

.oc-header__inner {
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oc-headinfo__upper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.oc-headinfo__box:first-child {
    margin-right: 12px;
}

.oc-headinfo__tel {
    text-align: right;
    margin: 0 0 6px;
}

.oc-time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.oc-time__list {
    margin-left: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
[class*="oc-time__list--"] {
    font-size: 12px;
    color: #6b6b6b;
}

.oc-headcount__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 6px 0 0;
}

.oc-headcount__item {
    width: 70px;
    height: 46px;
}

.oc-headcount__item:first-child {
    margin-right: 3px;
}

.oc-headcount__item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
    .oc-headcount__item a:hover {
        opacity: .8;
        transition: opacity 0.1s linear 0s;
    }


.oc-headcount__his {
    background: url(/images/img_bg-his.png) no-repeat center;
}

.oc-headcount__fav {
    background: url(/images/img_bg-fav.png) no-repeat center;
}

.headcount-data {
    font-size: 20px;
    color: #fff;
    padding: 4px 0 0 32px;
    display: block;
}

.oc-headinfo__lower {
    margin: 15px 0 0;
}

.oc-nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.oc-nav__item {
    position: relative;
}

.oc-dropmenu-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    transition: .3s ease;
    transform: translateY(-10px);
    z-index: 1;
}

.oc-nav__item:hover .oc-dropmenu-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.oc-dropmenu-list__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    width: 140px;
    height: 40px;
    background: url(/images/img_main-dot.jpg) repeat;
    border-bottom: 1px solid #fff;
}

.oc-dropmenu-list__item:last-child a {
    border: none;
}

.oc-dropmenu-list__item a:hover {
    opacity: .8;
}

/*スマホ切り替えボタン*/
body p.smp_button {
    -webkit-text-size-adjust: auto;
}

body p.smp_button a {
    font-family: meiryo UI,Helvetica, "hiragino kaku gothic pro","ms pgothic",sans-serif;
    padding: 20px 0;
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #333;
    background: url(/images/img_mainhalf-dot.jpg);
    text-decoration: none;
}