@charset "utf-8";

/* -----------------------------------------------

　共通設定

----------------------------------------------- */

/*
　Webフォント
----------------------------------------------- */

@font-face {
    font-family: 'Original Yu Gothic';
    src: local('Yu Gothic Medium');
    font-weight: 100;
}
@font-face {
    font-family: 'Original Yu Gothic';
    src: local('Yu Gothic Medium');
    font-weight: 200;
}
@font-face {
    font-family: 'Original Yu Gothic';
    src: local('Yu Gothic Medium');
    font-weight: 300;
}
@font-face {
    font-family: 'Original Yu Gothic';
    src: local('Yu Gothic Medium');
    font-weight: 400;
}
@font-face {
    font-family: 'Original Yu Gothic';
    src: local('Yu Gothic Bold');
    font-weight: bold;
}

/*
　ページレイアウト
----------------------------------------------- */

body,
html {
    background-color: #f2f2f2;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans CJK JP', 'Original Yu Gothic', 'Yu Gothic', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
}

header,
footer {
    background-color: #333;
    height: 60px;
    width: 100%;
}

header {
    align-items: center;
    justify-content: center;
    color: #fff;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 10;
}
header > div {
    margin: 0 20px;
}
header a {
    color: #fff;
}
header a:hover {
    color: #fff;
    text-decoration: none;
}
header .logo {
    font-size: 1.2em;
    text-align: center;
}
header .login-user {
    display: none;
    margin-right: 20px;
}
header .login-user div {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
}

footer {
    align-items: center;
    justify-content: center;
    bottom: 0;
    color: #fff;
    display: flex;
    position: fixed;
}

.copyright {
    font-size: 0.9em;
    opacity: 0.5;
}

#main {
    height: auto !important;
    height: calc(100% - 120px) %;
    min-height: calc(100% - 120px) %;
    position: relative;
    width: 100%;
}

.container-fluid {
    padding: 20px 0 !important;
}

.contents {
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin: 139px auto 148px;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}

.small-contents {
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin: 0 auto 60px;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}

.left-contents {
    margin: 139px 0 148px auto;
    width: 220px;
}
.left-contents.accept a {
    background-color: #fff;
    border: 2px solid #4dc5ee;
    border-radius: 30px;
    color: #4dc5ee;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.left-contents.accept a:hover,
.left-contents.accept a.selected {
    background-color: #4dc5ee;
    color: #fff;
    text-decoration: none;
}
.left-contents.sendoff a {
    background-color: #fff;
    border: 2px solid #ffbc2e;
    border-radius: 30px;
    color: #ffbc2e;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.left-contents.sendoff a:hover,
.left-contents.sendoff a.selected {
    background-color: #ffbc2e;
    color: #fff;
    text-decoration: none;
}

.left-contents a.disabled {
    border: 2px solid #ccc !important;
    color: #ccc !important;
}
.left-contents a.disabled:hover {
    background-color: #fff !important;
}

.contents.right-contents {
    margin-left: 20px;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
}

/*
　余白
----------------------------------------------- */

.mb-20 {
    margin-bottom: 20px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

/*
　見出し
----------------------------------------------- */

h1.title {
    border-top: 3px solid #5472cd;
    border-bottom: 3px solid #5472cd;
    color: #5472cd;
    font-size: 1.5em;
    font-weight: 800;
    margin: 1em auto;
    padding: 1em 0;
    text-align: center;
}

h2 {
    border-bottom: solid 3px #cce4ff;
    font-size: 1.4em;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 8px;
    position: relative;
}

h2:after {
    position: absolute;
    content: ' ';
    display: block;
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    width: 30%;
}

h2.step-title {
    position: relative;
}

h2.step-title .step {
    color: #5472cd;
    font-size: 0.8em;
    position: absolute;
    right: 0;
}

div[class^='step-box'] hr {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px dashed #cce4ff;
    border-left: 0;
}

h3 {
    background: #cce4ff;
    border-left: 5px solid #5472cd;
    color: #333;
    font-size: 1em;
    font-weight: 800;
    margin-bottom: 20px;
    padding: 0.5em;
}

.page-title-area {
    background-color: #f2f2f2;
    padding: 20px 0 0;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 10;
}

.page-title {
    background-color: #fff;
    border-top: 3px solid #007bff;
    border-bottom: 3px solid #007bff;
    color: #333;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 auto 20px;
    max-width: 1240px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.page-title.accept {
    border-top: 3px solid #4dc5ee;
    border-bottom: 3px solid #4dc5ee;
}

.page-title.sendoff {
    border-top: 3px solid #ffbc2e;
    border-bottom: 3px solid #ffbc2e;
}

/*
　ボタン
----------------------------------------------- */

.button-area-wrap {
    background-color: rgba(153, 153, 153, 0.75);
    bottom: 60px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.button-area {
    margin: 0 auto;
    max-width: 1240px;
    padding: 20px 0 !important;
    text-align: center;
    width: 100%;
}
.button-area button {
    background-color: #fff;
    border: 2px solid #007bff;
    border-radius: 30px;
    color: #007bff;
    display: inline-block;
    font-weight: 600;
    outline: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.button-area button:hover {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}

.list-button-area {
    background-color: rgba(153, 153, 153, 0.75);
    border-radius: 5px;
    width: 100%;
}
.list-button-area button,
.list-button-area a {
    background-color: #fff;
    border: 2px solid #343a40;
    border-radius: 30px;
    color: #343a40;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 0 12px;
    outline: 0;
    padding: 5px 10px;
    text-align: center;
    width: 150px;
}
.list-button-area button:hover,
.list-button-area a:hover {
    background-color: #343a40;
    color: #fff;
    text-decoration: none;
}

.list-button-title {
    background-color: #eee;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
    padding: 10px;
    position: relative;
}
.list-button-title:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 100%;
    margin-top: -15px;
    border: 10px solid transparent;
    border-left: 12px solid #eee;
}

/*
　検索条件
----------------------------------------------- */

.card-header {
    font-weight: bold;
}

.card-footer button {
    background-color: #fff;
    border: 2px solid #343a40;
    border-radius: 30px;
    color: #343a40;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    outline: 0;
    padding: 10px;
    text-align: center;
    width: 250px;
}
.card-footer button:hover {
    background-color: #343a40;
    color: #fff;
    text-decoration: none;
}

/*
　テーブル
----------------------------------------------- */

.table a {
    background-color: #fff;
    border: 2px solid #007bff;
    border-radius: 20px;
    color: #007bff;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 80px;
}
.table a:hover {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}

.table .selected {
    background-color: #343a40 !important;
    color: #fff !important;
}

.list-x-scroll {
    overflow-x: scroll;
}

.scroll {
    border: 1px solid #cce4ff;
    height: 200px;
    margin-bottom: 20px;
    overflow-y: scroll;
    width: 100%;
}
.scroll div {
    margin: 5px;
}

.calendar {
    border-top: 1px solid #c6c8ca !important;
    border-left: 1px solid #c6c8ca !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-spacing: 0 !important;
    border-collapse: separate !important;
    border-radius: 0.25rem !important;
    margin-bottom: 0;
}
.calendar th,
.calendar td {
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #c6c8ca !important;
    border-right: 1px solid #c6c8ca !important;
    padding: 0.5rem !important;
}
.calendar th {
    background-color: #d6d8d9;
    color: #1b1e21;
    font-weight: 600;
}
.calendar th div {
    width: 50px;
}

.calendar2 {
    border-top: 1px solid #ffeeba !important;
    border-left: 1px solid #ffeeba !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-spacing: 0 !important;
    border-collapse: separate !important;
    border-radius: 0.25rem !important;
    margin-bottom: 0;
}
.calendar2 th,
.calendar2 td {
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #ffeeba !important;
    border-right: 1px solid #ffeeba !important;
    padding: 0.5rem !important;
}
.calendar2 th {
    background-color: #fff3cd;
    color: #856404;
    font-weight: 600;
}
.calendar2 th div {
    width: 50px;
}

.select2-container .select2-selection--single {
    height: auto !important;
    margin: 0 0 0 5px !important;
}

.select2-selection__rendered {
    margin: 4px 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 70%;
}

.fa-caret-square-down,
.fa-caret-square-up {
    color: #777;
    font-size: 1.1em;
}
.fas.fa-caret-square-down,
.fas.fa-caret-square-up {
    color: #007bff;
}
.fa-caret-square-down:hover,
.fa-caret-square-up:hover {
    color: #007bff;
    cursor: pointer;
}
.fa-caret-square-down {
    padding-left: 10px;
}
.fa-caret-square-up {
    padding-left: 2px;
}

/*
　文章調整
----------------------------------------------- */

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

.indent2 {
    text-indent: -2em;
    padding-left: 2em;
}

/* -----------------------------------------------

　トップページ

----------------------------------------------- */

/*
　ページレイアウト
----------------------------------------------- */

.contents-wrap {
    margin: 60px auto 60px;
    max-width: 960px;
    width: 100%;
}

.accept-area {
    background-color: #fff;
    border: 5px solid #4dc5ee;
    border-radius: 12px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    width: 100%;
}
.accept-area .main-icon {
    background: #4dc5ee;
    border-radius: 50%;
    margin: 20px auto;
    height: 5em;
    width: 5em;
    position: relative;
}
.accept-area .main-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.sendoff-area {
    background-color: #fff;
    border: 5px solid #ffbc2e;
    border-radius: 12px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    margin-left: 20px;
    width: 100%;
}
.sendoff-area .main-icon {
    background: #ffbc2e;
    border-radius: 50%;
    margin: 20px auto;
    height: 5em;
    width: 5em;
    position: relative;
}
.sendoff-area .main-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.accept-area .title,
.sendoff-area .title {
    color: #333;
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
}
.accept-area .sub-title,
.sendoff-area .sub-title {
    color: #333;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

/*
　見出し
----------------------------------------------- */

h3.menu-title {
    background: #f4f4f4;
    border-radius: 15px;
    border-left: 0;
    color: #333;
    font-size: 1.2em;
    padding: 10px 10px 10px 60px;
    position: relative;
}
h3.menu-title:before {
    display: inline-block;
    position: absolute;
    padding: 0;
    color: #fff;
    background: #333;
    font-family: FontAwesome;
    font-weight: normal;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
h3.menu-title.download:before {
    content: '\f56d';
}
h3.menu-title.maintenance:before {
    content: '\f0ad';
}
h3.menu-title.info:before {
    content: '\f05a';
}
h3.menu-title.smartphone:before {
    content: '\f3cd';
}

.menu {
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 20px;
}

/*
　ボタン
----------------------------------------------- */

.accept-area .list-btn {
    border: 2px solid #4dc5ee;
    border-radius: 30px;
    color: #4dc5ee;
    font-weight: 600;
    margin: 0 auto 20px;
    padding: 10px;
    text-align: left;
    width: 200px;
}
.accept-area .list-btn:hover {
    background-color: #4dc5ee;
    color: #fff;
}

.sendoff-area .list-btn {
    border: 2px solid #ffbc2e;
    border-radius: 30px;
    color: #ffbc2e;
    font-weight: 600;
    margin: 0 auto 20px;
    padding: 10px;
    text-align: left;
    width: 200px;
}
.sendoff-area .list-btn:hover {
    background-color: #ffbc2e;
    color: #fff;
}

.accept-area a,
.sendoff-area a {
    text-decoration: none;
}

.list-btn.disabled {
    border: 2px solid #ccc !important;
    color: #ccc !important;
}
.list-btn.disabled:hover {
    background-color: #fff !important;
}
.list-btn.warning {
    border: 2px solid #f00 !important;
    color: #f00 !important;
}
.list-btn.warning:hover {
    background-color: #f00 !important;
    color: #fff !important;
}

/*
　文章調整
----------------------------------------------- */

.comment {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    margin: 0 20px 0 0;
    padding: 20px;
}

/*
　リンク
----------------------------------------------- */

a.button {
    background-color: #fff;
    border-bottom: 1px solid #007bff;
    border-left: solid 4em #007bff;
    border-right: 1px solid #007bff;
    border-top: 1px solid #007bff;
    border-radius: 5px;
    color: #007bff;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 16px 20px;
    position: relative;
    width: 100%;
}
a.button:hover {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}
a.button:before {
    color: white;
    font-family: FontAwesome;
    font-size: 1.4em;
    font-weight: normal;
    position: absolute;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.button.file:before {
    content: '\f15c';
    left: -1.8em;
}
a.button.company:before {
    content: '\f1ad';
    left: -1.85em;
}
a.button.person:before {
    content: '\f406';
    left: -1.9em;
}
a.button.setting:before {
    content: '\f4fe';
    left: -1.9em;
}
a.button.manual:before {
    content: '\f570';
    left: -1.8em;
}
a.button.qa:before {
    content: '\f059';
    left: -1.9em;
}

.logout-wrap {
    margin: 20px 0 0;
    text-align: right;
}

a.logout {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 20px;
    color: #333;
    font-weight: 600;
    display: inline-block;
    padding: 5px 12px;
}
a.logout:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

a.btn {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

/* -----------------------------------------------

　その他

----------------------------------------------- */

/*
　タブ表示
----------------------------------------------- */

.tab-content {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    padding: 20px;
}

/* -----------------------------------------------

　メディアクエリ（全スタイルよりも後に適用させる）

----------------------------------------------- */

@media (min-width: 768px) {
    header {
        justify-content: space-between;
    }

    header .login-user {
        display: block;
    }

    h1.title {
        margin: 80px auto 40px;
        width: 720px;
    }

    .small-contents {
        width: 720px;
        padding: 60px 20px 20px;
    }

    .contents {
        max-width: 1240px;
        width: 100%;
    }

    .pc-none {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .sp-none {
        display: none !important;
    }
}
