@charset 'UTF-8';
@font-face {
    font-family: 'utm';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/utm.ttf?n840h1') format('truetype'), url('../fonts/utm.woff?n840h1') format('woff'), url('../fonts/utm.svg?n840h1#utm') format('svg');
}
[class^='icon -'], [class*=' icon -'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'utm' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon.-antenna:before {
    content: '\e916';
}

.icon.-app:before {
    content: '\e900';
}

.icon.-arrowLeftDown:before {
    content: '\e901';
}

.icon.-arrowRightUp:before {
    content: '\e902';
}

.icon.-block:before {
    content: '\e903';
}

.icon.-bug:before {
    content: '\e904';
}

.icon.-chevronLeft:before {
    content: '\e905';
}

.icon.-chevronRight:before {
    content: '\e906';
}

.icon.-comment:before {
    content: '\e907';
}

.icon.-comment2:before {
    content: '\e908';
}

.icon.-cross:before {
    content: '\e909';
}

.icon.-filter:before {
    content: '\e90a';
}

.icon.-forward:before {
    content: '\e90b';
}

.icon.-gear:before {
    content: '\e90c';
}

.icon.-global:before {
    content: '\e90d';
}

.icon.-grid:before {
    content: '\e90e';
}

.icon.-hummer:before {
    content: '\e90f';
}

.icon.-meter:before {
    content: '\e910';
}

.icon.-pdf:before {
    content: '\e911';
}

.icon.-people:before {
    content: '\e912';
}

.icon.-shield:before {
    content: '\e913';
}

.icon.-triangleDown:before {
    content: '\e914';
}

.icon.-triangleUp:before {
    content: '\e915';
}

.icon.-antenna:before {
    content: '\e916';
}

.icon.-lock:before {
    content: '\e917';
}

.icon.-person:before {
    content: '\e918';
}

.icon.-mail:before {
    content: '\e919';
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */

    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    overflow: visible; /* 2 */
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
            text-decoration: underline; /* 2 */
            text-decoration: underline dotted; /* 2 */
    border-bottom: none; /* 1 */

    -webkit-text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.3; /* このままだと全角の下線が出ないため */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    display: table; /* 1 */
    box-sizing: border-box; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
    color: inherit; /* 2 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    font: inherit; /* 2 */

    -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}
*::before, *::after {
    box-sizing: border-box;
}

:root {
    font: 62.5%/1 sans-serif;
    box-sizing: border-box;

    text-rendering: optimizeLegibility;
}

html {
    background-color: #fff;
}

body {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4285714286;
    word-wrap: break-word;
    color: #4e4e4e;

    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    text-rendering: auto;
    overflow-wrap: break-word;
}
@media screen and (max-width: 1279px) {
    body {
        font-size: 1.09375vw;
    }
}

a {
    text-decoration: none;
    color: inherit;
}

img, svg {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    vertical-align: middle;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}
input::-moz-placeholder {
    opacity: 1;
    color: rgba(78, 78, 78, .4);
}
input::placeholder {
    opacity: 1;
    color: rgba(78, 78, 78, .4);
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

textarea {
    resize: vertical;
}

ul, ol {
    list-style: none;
}

address {
    font-style: normal;
}

.clearfix::after {
    display: table;
    clear: both;
    content: '';
}

.l-header {
    display: flex;
    height: 58px;
    padding: 0 18px 0 30px;
    background-color: #1a2338;

    align-items: center;
}
@media screen and (max-width: 1279px) {
    .l-header {
        height: 4.53125vw;
        padding: 0 1.40625vw 0 2.34375vw;
    }
}

.l-header_head {
    flex: 0 0 auto;
}

.l-header_body {
    flex: 1 1 auto;
}

.logo {
    margin-right: 35px;

    flex: 0 0 156px;
}
@media screen and (max-width: 1279px) {
    .logo {
        margin-right: 2.734375vw;

        flex: 0 0 12.1875vw;
    }
}

.productLogo {
    flex: 0 0 165px;
}
@media screen and (max-width: 1279px) {
    .productLogo {
        flex: 0 0 12.890625vw;
    }
}

.headerNav {
    display: flex;
    margin-left: auto;
}
.headerNav_item {
    margin-left: 15px;
}
@media screen and (max-width: 1279px) {
    .headerNav_item {
        margin-left: 1.171875vw;
    }
}

.companyLogo {
    margin-left: 25px;

    flex: 0 0 120px;
}
@media screen and (max-width: 1279px) {
    .companyLogo {
        margin-left: 1.953125vw;

        flex: 0 0 9.375vw;
    }
}

.l-contents {
    display: flex;
    overflow: hidden;
    min-height: calc(100vh - 58px);
}
@media screen and (max-width: 1279px) {
    .l-contents {
        min-height: calc(100vh - 4.53125vw);
    }
}

.l-main {
    width: calc(100% - 294px);
    min-height: calc(100vh - 58px);
}
@media screen and (max-width: 1279px) {
    .l-main {
        width: calc(100% - 22.96875vw);
        min-height: calc(100vh - 4.53125vw);
    }
}

.l-side {
    width: 294px;
    min-width: 294px;
    min-height: calc(100vh - 58px);
}
@media screen and (max-width: 1279px) {
    .l-side {
        width: 22.96875vw;
        min-width: 22.96875vw;
        min-height: calc(100vh - 4.53125vw);
    }
}

.l-main {
    padding: 20px 30px 75px;
    background-color: #eceff3;
}
@media screen and (max-width: 1279px) {
    .l-main {
        padding: 1.5625vw 2.34375vw 5.859375vw;
    }
}
.l-main:only-child {
    position: relative;
    overflow: auto;
    width: 100%;
    min-height: 100vh;
}

.l-side {
    position: relative;
    box-shadow: 9px 0 20px 0 rgba(0, 0, 0, .06);
}
@media screen and (max-width: 1279px) {
    .l-side {
        box-shadow: .703125vw 0 1.5625vw 0 rgba(0, 0, 0, .06);
    }
}

.menu_item a {
    display: block;
    padding: 24px 35px 24px 54px;
    border-bottom: 1px solid #949ea4;
}
@media screen and (max-width: 1279px) {
    .menu_item a {
        padding: 1.875vw 2.734375vw 1.875vw 4.21875vw;
    }
}
.menu_item a:hover {
    color: #1344c7;
}
.menu_item a span {
    position: relative;
    margin-right: 14px;
}
@media screen and (max-width: 1279px) {
    .menu_item a span {
        margin-right: 1.09375vw;
    }
}
.menu_item a .icon {
    font-size: 2rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    display: inline-block;
    margin: auto;

    align-items: center;
}
.menu_item a .icon.-meter {
    font-size: 2rem;
}
.menu_item a .icon.-bug {
    font-size: 2.3rem;
    right: -2px;
}
.menu_item a .icon.-shield {
    font-size: 2rem;
}
.menu_item a .icon.-global {
    font-size: 1.9rem;
}
.menu_item a .icon.-app {
    font-size: 1.9rem;
}
.menu_item a .icon.-filter {
    font-size: 1.8rem;
}
.menu_item a .icon.-grid {
    font-size: 1.7rem;
}
.menu_item a .icon.-people {
    font-size: 2rem;
}
.menu_item a .icon.-comment {
    font-size: 1.8rem;
}
.menu_item a .icon.-gear {
    font-size: 2.1rem;
}
@media screen and (max-width: 1279px) {
    .menu_item a .icon {
        font-size: 1.5625vw;
    }
    .menu_item a .icon.-meter {
        font-size: 1.5625vw;
    }
    .menu_item a .icon.-bug {
        font-size: 1.796875vw;
        right: -.15625vw;
    }
    .menu_item a .icon.-shield {
        font-size: 1.5625vw;
    }
    .menu_item a .icon.-global {
        font-size: 1.484375vw;
    }
    .menu_item a .icon.-app {
        font-size: 1.484375vw;
    }
    .menu_item a .icon.-filter {
        font-size: 1.40625vw;
    }
    .menu_item a .icon.-grid {
        font-size: 1.328125vw;
    }
    .menu_item a .icon.-people {
        font-size: 1.5625vw;
    }
    .menu_item a .icon.-comment {
        font-size: 1.40625vw;
    }
    .menu_item a .icon.-gear {
        font-size: 1.640625vw;
    }
}
.menu_item.-admin {
    position: relative;
}
.menu_item.-admin a::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 25px 25px 0 0;
    border-style: solid;
    border-color: #66bae9 transparent transparent transparent;
}
@media screen and (max-width: 1279px) {
    .menu_item.-admin a::after {
        border-width: 1.953125vw 1.953125vw 0 0;
    }
}
.menu_item.-admin a::before {
    font-family: 'utm' !important;
    font-size: .9rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 3px;
    content: '\e90f';
    text-transform: none;
    color: #fff;

    speak: none;
}
@media screen and (max-width: 1279px) {
    .menu_item.-admin a::before {
        top: .3125vw;
        left: .234375vw;
    }
}
@media screen and (max-width: 1279px) {
    .menu_item.-admin a::before {
        font-size: .703125vw;
    }
}
.menu_item.is-current a {
    color: #fff;
    border-bottom: 1px solid #1344c7;
    background-color: #1344c7;
}

/*! jQuery UI - v1.12.1 - 2019-08-07
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.ui-helper-reset {
    font-size: 100%;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    display: table;
    border-collapse: collapse;
    content: '';
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;

    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: -.25em;
    vertical-align: middle;
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    display: block;
    margin-left: -8px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    display: none;
    width: 17em;
    padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    font-size: .9em;
    width: 100%;
    margin: 0 0 .4em;
    border-collapse: collapse;
}

.ui-datepicker th {
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
    border: 0;
}

.ui-datepicker td {
    padding: 1px;
    border: 0;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    overflow: visible;
    width: auto;
    margin: .5em .2em .4em;
    padding: .2em .6em .3em .6em;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    font-size: 0;
    clear: both;
    width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    right: auto;
    left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    right: auto;
    left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    top: .3em;
    left: .5em;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-datepicker {
    width: auto;
    margin-top: 11px;
    padding: 0;
    border: 2px solid #4e4e4e;
    background-color: #fff;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker {
        margin-top: .859375vw;
        border: .15625vw solid #4e4e4e;
    }
}
.ui-datepicker::before, .ui-datepicker::after {
    position: absolute;
    z-index: 1;
    top: -20px;
    right: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-width: 0 19px 20px 19px;
    border-style: solid;
    border-color: transparent transparent #4e4e4e transparent;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker::before, .ui-datepicker::after {
        top: -1.5625vw;
        border-width: 0 1.484375vw 1.5625vw 1.484375vw;
    }
}
.ui-datepicker::after {
    z-index: 2;
    top: -17px;
    border-color: transparent transparent #1344c7 transparent;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker::after {
        top: -1.328125vw;
    }
}
.ui-datepicker .ui-datepicker-header {
    padding: 13px 0;
    color: #fff;
    background-color: #1344c7;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-header {
        padding: 1.015625vw 0;
    }
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 16px;
    width: auto;
    height: auto;
    cursor: pointer;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        top: 1.25vw;
    }
}
.ui-datepicker .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-next::before {
    font-family: 'utm' !important;
    font-size: 1.3rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #fff;

    speak: none;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-next::before {
        font-size: 1.015625vw;
    }
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
    display: none;
}
.ui-datepicker .ui-datepicker-prev {
    left: 25px;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-prev {
        left: 1.953125vw;
    }
}
.ui-datepicker .ui-datepicker-prev::before {
    content: '\e905';
}
.ui-datepicker .ui-datepicker-next {
    right: 25px;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-next {
        right: 1.953125vw;
    }
}
.ui-datepicker .ui-datepicker-next::before {
    content: '\e906';
}
.ui-datepicker .ui-datepicker-month {
    margin-right: 43px;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-month {
        margin-right: 3.359375vw;
    }
}
.ui-datepicker .ui-datepicker-month b {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 5px 0 25px;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-month b {
        font-size: 1.875vw;
        margin: 0 .390625vw 0 1.953125vw;
    }
}
.ui-datepicker .ui-datepicker-year {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4rem;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-year {
        font-size: 1.09375vw;
    }
}
.ui-datepicker .ui-datepicker-calendar {
    width: auto;
    margin: 17px 14px 14px;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-calendar {
        margin: 1.328125vw 1.09375vw 1.09375vw;
    }
}
.ui-datepicker .ui-datepicker-calendar thead th {
    padding: 4px 6px 6px;
}
.ui-datepicker .ui-datepicker-calendar thead th:first-child {
    color: #e61f19;
}
.ui-datepicker .ui-datepicker-calendar thead th:last-child {
    color: #3eb8fd;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-calendar thead th {
        padding: .3125vw .46875vw .46875vw;
    }
}
.ui-datepicker .ui-datepicker-calendar thead th span {
    font-size: 1.2rem;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-calendar thead th span {
        font-size: .9375vw;
        line-height: 2.34375vw;
        width: 2.34375vw;
        height: 2.34375vw;
    }
}
.ui-datepicker .ui-datepicker-calendar tbody {
    /*.ui-datepicker-today a {
  	color: $yellow;
  	font-weight: 700;
  }*/
}
.ui-datepicker .ui-datepicker-calendar tbody td {
    padding: 4px 6px 6px;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-calendar tbody td {
        padding: .3125vw .46875vw .46875vw;
    }
}
.ui-datepicker .ui-datepicker-calendar tbody td a, .ui-datepicker .ui-datepicker-calendar tbody td span {
    font-size: 1.4rem;
    line-height: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    transition: all .2s ease;
    text-align: center;
    border-radius: 100%;
}
@media screen and (max-width: 1279px) {
    .ui-datepicker .ui-datepicker-calendar tbody td a, .ui-datepicker .ui-datepicker-calendar tbody td span {
        font-size: 1.09375vw;
        line-height: 2.34375vw;
        width: 2.34375vw;
        height: 2.34375vw;
    }
}
.ui-datepicker .ui-datepicker-calendar tbody td a:hover {
    background-color: rgba(19, 68, 199, .1);
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-current-day a {
    color: #fff;
    background-color: #1344c7;
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-unselectable {
    color: rgba(78, 78, 78, .4);
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.18
 *
 * Included libraries:
 *   DataTables 1.10.18
 */
/*
 * Table styles
 */
table.dataTable {
    clear: both;
    width: 100%;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: separate;
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
    outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;

    *cursor: hand;
}

table.dataTable tbody tr {
    background-color: #fff;
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
    padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;

    *zoom: 1;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em;
}

.dataTables_wrapper .dataTables_info {
    float: left;
    clear: both;
    padding-top: .755em;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding-top: .25em;
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    box-sizing: border-box;
    min-width: 1.5em;
    margin-left: 2px;
    padding: .5em 1em;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;

    *cursor: hand;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* FF3.6+ */
    /* IE10+ */
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    background-color: white;
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* FF3.6+ */
    /* IE10+ */
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    background-color: #585858;
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* FF3.6+ */
    /* IE10+ */
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    background-color: #2b2b2b;
    /* W3C */
    box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-top: -25px;
    margin-left: -50%;
    padding-top: 20px;
    text-align: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background-color: white;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
    overflow: hidden;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em;
    }
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em;
    }
}
/*-- Chart --*/
.c3 svg {
    font: 10px sans-serif;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c3 path, .c3 line {
    fill: none;
    stroke: #000;
}

.c3 text {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
    shape-rendering: crispEdges;
}

.c3-chart-arc path {
    stroke: #fff;
}

.c3-chart-arc rect {
    stroke: white;
    stroke-width: 1;
}

.c3-chart-arc text {
    font-size: 13px;

    fill: #fff;
}

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
    stroke: #aaa;
}

.c3-grid text {
    fill: #aaa;
}

.c3-xgrid, .c3-ygrid {
    stroke-dasharray: 3 3;
}

/*-- Text on Chart --*/
.c3-text.c3-empty {
    font-size: 2em;

    fill: #808080;
}

/*-- Line --*/
.c3-line {
    stroke-width: 1px;
}

/*-- Point --*/
.c3-circle {
    fill: currentColor;
}

.c3-circle._expanded_ {
    stroke-width: 1px;
    stroke: white;
}

.c3-selected-circle {
    fill: white;
    stroke-width: 2px;
}

/*-- Bar --*/
.c3-bar {
    stroke-width: 0;
}

.c3-bar._expanded_ {
    fill-opacity: 1;
    fill-opacity: .75;
}

/*-- Focus --*/
.c3-target.c3-focused {
    opacity: 1;
}

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
    stroke-width: 2px;
}

.c3-target.c3-defocused {
    opacity: .3 !important;
}

/*-- Region --*/
.c3-region {
    fill: steelblue;
    fill-opacity: .1;
}

/*-- Brush --*/
.c3-brush .extent {
    fill-opacity: .1;
}

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
    font-size: 12px;
}

.c3-legend-item-hidden {
    opacity: .15;
}

.c3-legend-background {
    opacity: .75;

    fill: white;
    stroke: lightgray;
    stroke-width: 1;
}

/*-- Title --*/
.c3-title {
    font: 14px sans-serif;
}

/*-- Tooltip --*/
.c3-tooltip-container {
    z-index: 10;
}

.c3-tooltip {
    empty-cells: show;
    border-spacing: 0;
    border-collapse: collapse;
    opacity: .9;
    background-color: #fff;
    box-shadow: 7px 7px 12px -9px #777;
}

.c3-tooltip tr {
    border: 1px solid #ccc;
}

.c3-tooltip th {
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #fff;
    background-color: #aaa;
}

.c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    border-left: 1px dotted #999;
    background-color: #fff;
}

.c3-tooltip td > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
}

.c3-tooltip .value {
    text-align: right;
}

/*-- Area --*/
.c3-area {
    opacity: .2;

    stroke-width: 0;
}

/*-- Arc --*/
.c3-chart-arcs-title {
    font-size: 1.3em;

    dominant-baseline: middle;
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: #fff;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    font-size: 16px;

    fill: #000;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777;
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777;
}

.c3-chart-arc .c3-gauge-value {
    fill: #000;
    /*  font-size: 28px !important;*/
}

.c3-chart-arc.c3-target g path {
    opacity: 1;
}

.c3-chart-arc.c3-target.c3-focused g path {
    opacity: 1;
}

/*-- Zoom --*/
.c3-drag-zoom.enabled {
    visibility: visible;
    pointer-events: all !important;
}

.c3-drag-zoom.disabled {
    visibility: hidden;
    pointer-events: none !important;
}

.c3-drag-zoom .extent {
    fill-opacity: .1;
}

.loginLogo {
    position: absolute;
    top: 35px;
    left: 50px;
    width: 123px;
}
@media screen and (max-width: 1279px) {
    .loginLogo {
        top: 2.734375vw;
        left: 3.90625vw;
        width: 9.609375vw;
    }
}

.loginForm {
    position: absolute;
    top: 22.5201072386vh;
    left: 50%;
    width: 323px;
    transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
    .loginForm {
        width: 25.234375vw;
    }
}
.loginForm_logo {
    padding: 0 55px 26px;
}
@media screen and (max-width: 1279px) {
    .loginForm_logo {
        padding: 0 4.296875vw 2.03125vw;
    }
}
.loginForm_productLogo {
    padding: 0 55px 26px;
}
@media screen and (max-width: 1279px) {
    .loginForm_productLogo {
        padding: 0 4.296875vw 2.03125vw;
    }
}
.loginForm_inputs {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #aaa;
    border-radius: 5px;
}
@media screen and (max-width: 1279px) {
    .loginForm_inputs {
        margin-bottom: 1.5625vw;
        border-radius: .390625vw;
    }
}
.loginForm_input {
    position: relative;
}
.loginForm_input .icon {
    font-size: 1.7rem;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: rgba(78, 78, 78, .4);
}
@media screen and (max-width: 1279px) {
    .loginForm_input .icon {
        font-size: 1.328125vw;
        left: 1.171875vw;
    }
}
.loginForm_input input {
    width: 100%;
    height: 46px;
    padding: 0 15px 0 40px;
    border: none;
}
@media screen and (max-width: 1279px) {
    .loginForm_input input {
        height: 3.59375vw;
        padding: 0 1.171875vw 0 3.125vw;
    }
}
.loginForm_input + .loginForm_input {
    border-top: 1px solid #aaa;
}

.button {
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background-color: #777;
}
@media screen and (max-width: 1279px) {
    .button {
        border-radius: .390625vw;
    }
}
.button:hover {
    transition: all .2s ease;
}
.button[data-disabled], .button.disabled, .button:disabled {
    pointer-events: none;
    opacity: .4;
}
.button.-loginForm {
    font-size: 1.6rem;
    font-weight: 700;
    width: 100%;
    padding: 14px 0 16px;
    background-color: #1344c7;
}
.button.-loginForm:hover {
    background-color: #0f3498;
}
@media screen and (max-width: 1279px) {
    .button.-loginForm {
        font-size: 1.25vw;
        padding: 1.09375vw 0 1.25vw;
    }
}
.button.-headerNav {
    font-size: 1.2rem;
    min-width: 95px;
    padding: 5px 18px;
    border: 1px solid #fff;
    background-color: transparent;
}
@media screen and (max-width: 1279px) {
    .button.-headerNav {
        font-size: .9375vw;
        min-width: 7.421875vw;
        padding: .390625vw 1.40625vw;
    }
}
.button.-headerNav:hover {
    color: #1a2338;
    background-color: #fff;
}
.button.-reportTerm {
    font-size: 1.3rem;
    padding: 7px 19px;
    border-radius: 100px;
    background-color: #9ac718;
}
@media screen and (max-width: 1279px) {
    .button.-reportTerm {
        font-size: 1.015625vw;
        padding: .546875vw 1.484375vw;
    }
}
.button.-reportTerm:hover {
    background-color: #83a914;
}
.button.-reportTerm .icon {
    margin-right: 5px;
}
@media screen and (max-width: 1279px) {
    .button.-reportTerm .icon {
        margin-right: .390625vw;
    }
}
.button.-balloon {
    font-size: 1.2rem;
    min-width: 87px;
    padding: 4px;
    background-color: #1344c7;
}
@media screen and (max-width: 1279px) {
    .button.-balloon {
        font-size: .9375vw;
        min-width: 6.796875vw;
        padding: .3125vw;
    }
}
.button.-form {
    font-size: 1.6rem;
    font-weight: 700;
    width: 100%;
    padding: 14px 0 16px;
    background-color: #1344c7;
}
@media screen and (max-width: 1279px) {
    .button.-form {
        font-size: 1.25vw;
        padding: 1.09375vw 0 1.25vw;
    }
}
.button.-form:hover {
    background-color: #0f3498;
}
.button.-form.-small {
    width: 33%;
}
.button.-form.-middle {
    width: 50%;
}
.button.-form.-inline {
    display: inline-block;
}
.button.-mini {
    padding: 2px 4px;
}
@media screen and (max-width: 1279px) {
    .button.-mini {
        padding: .15625vw .3125vw;
    }
}
.button.-red {
    background-color: #e9000b;
}
.button.-blue {
    background-color: #1344c7;
}
.button.-green {
    background-color: #9ac718;
}

.inputText.-reportTerm {
    font-size: 1.2rem;
    max-width: 187px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #aaa;
    border-radius: 6px;
}
@media screen and (max-width: 1279px) {
    .inputText.-reportTerm {
        font-size: .9375vw;
        max-width: 14.609375vw;
        height: 2.34375vw;
        padding: 0 .78125vw;
        border-radius: .46875vw;
    }
}
.inputText.-reportTerm::-moz-placeholder {
    opacity: 1;
    color: #b8bfc3;
}
.inputText.-reportTerm::placeholder {
    opacity: 1;
    color: #b8bfc3;
}
.inputText.-reportTerm:-ms-input-placeholder {
    opacity: 1;
    color: #b8bfc3;
}
.inputText.-reportTerm::-ms-input-placeholder {
    opacity: 1;
    color: #b8bfc3;
}

.appTable {
    padding: 0 20px;
}
@media screen and (max-width: 1279px) {
    .appTable {
        padding: 0 1.5625vw;
    }
}
.appTable .appTable_table {
    width: 100%;
    border-collapse: separate;
}
.appTable .appTable_thead th {
    border-bottom: 1px solid #98a2a7;
    background-color: #fff;
}
.appTable .appTable_thead th {
    padding: 14px 0;
}
@media screen and (max-width: 1279px) {
    .appTable .appTable_thead th {
        padding: 1.09375vw 0;
    }
}
.appTable .appTable_thead th:first-child, .appTable .appTable_thead th:last-child {
    position: relative;
}
.appTable .appTable_thead th:first-child::before, .appTable .appTable_thead th:last-child::before {
    position: absolute;
    bottom: -1px;
    left: -20px;
    display: block;
    width: 20px;
    content: '';
    border-bottom: 1px solid #98a2a7;
}
@media screen and (max-width: 1279px) {
    .appTable .appTable_thead th:first-child::before, .appTable .appTable_thead th:last-child::before {
        bottom: -.078125vw;
        left: -1.5625vw;
        width: 1.5625vw;
    }
}
.appTable .appTable_thead th:last-child::before {
    right: -20px;
    left: auto;
}
@media screen and (max-width: 1279px) {
    .appTable .appTable_thead th:last-child::before {
        right: -1.5625vw;
    }
}
.appTable .appTable_tbody td {
    padding: 11px 0;
}
@media screen and (max-width: 1279px) {
    .appTable .appTable_tbody td {
        padding: .859375vw 0;
    }
}
.appTable .appTable_tbody tr:not(:last-child) td {
    border-bottom: 1px solid #98a2a7;
}
.appTable .appTable_tbody img {
    margin-right: 10px;
    vertical-align: text-top;
}
@media screen and (max-width: 1279px) {
    .appTable .appTable_tbody img {
        margin-right: .78125vw;
    }
}
.appTable .appTable_tfoot td {
    padding: 16px 0;
    border-top: 1px solid #98a2a7;
    background-color: #fff;
}
@media screen and (max-width: 1279px) {
    .appTable .appTable_tfoot td {
        padding: 1.25vw 0;
    }
}
.appTable .appTable_tfoot td:first-child, .appTable .appTable_tfoot td:last-child {
    position: relative;
}
.appTable .appTable_tfoot td:first-child::before, .appTable .appTable_tfoot td:last-child::before {
    position: absolute;
    top: -1px;
    left: -20px;
    display: block;
    width: 20px;
    content: '';
    border-bottom: 1px solid #98a2a7;
}
@media screen and (max-width: 1279px) {
    .appTable .appTable_tfoot td:first-child::before, .appTable .appTable_tfoot td:last-child::before {
        top: -.078125vw;
        left: -1.5625vw;
        width: 1.5625vw;
    }
}
.appTable .appTable_tfoot td:last-child::before {
    right: -20px;
    left: auto;
}
@media screen and (max-width: 1279px) {
    .appTable .appTable_tfoot td:last-child::before {
        right: -1.5625vw;
    }
}
.appTable th, .appTable td {
    font-size: 1.2rem;
    text-align: left;
}
@media screen and (max-width: 1279px) {
    .appTable th, .appTable td {
        font-size: .9375vw;
    }
}
.appTable img {
    width: 20px;
    height: auto;
}
@media screen and (max-width: 1279px) {
    .appTable img {
        width: 1.5625vw;
    }
}
.appTable .appTable_size {
    font-size: 1.1rem;
    text-align: right;
}
@media screen and (max-width: 1279px) {
    .appTable .appTable_size {
        font-size: .859375vw;
    }
}
.appTable .appTable_size b {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    margin-right: 7px;
    color: #1344c7;
}
@media screen and (max-width: 1279px) {
    .appTable .appTable_size b {
        font-size: 1.25vw;
        margin-right: .625vw;
    }
}
.appTable[data-datatables] {
    padding: 0 0 0 20px;
}
@media screen and (max-width: 1279px) {
    .appTable[data-datatables] {
        padding: 0 0 0 1.5625vw;
    }
}
.appTable[data-datatables] .dataTables_scrollHead, .appTable[data-datatables] .dataTables_scrollFoot {
    overflow: visible !important;
}
.appTable[data-datatables] .dataTables_scrollBody {
    overflow: scroll !important;
    overflow-x: hidden !important;
    border-bottom: none;
}
.appTable[data-datatables] .dataTables_scrollBody::-webkit-scrollbar {
    width: 20px;
}
@media screen and (max-width: 1279px) {
    .appTable[data-datatables] .dataTables_scrollBody::-webkit-scrollbar {
        width: 1.5625vw;
    }
}
.appTable[data-datatables] .dataTables_scrollBody::-webkit-scrollbar-thumb {
    border: 8px solid transparent;
    border-radius: 10px;
    background: #a3a3a3;
    background-clip: content-box;
}
@media screen and (max-width: 1279px) {
    .appTable[data-datatables] .dataTables_scrollBody::-webkit-scrollbar-thumb {
        border: .625vw solid transparent;
        border-radius: .78125vw;
    }
}
.appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting, .appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting_asc, .appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting_desc {
    background-image: none;
}
.appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting::after, .appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting_asc::after, .appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting_desc::after {
    font-family: 'utm' !important;
    font-size: .8rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-left: 8px;
    content: '\e914';
    text-transform: none;

    speak: none;
}
@media screen and (max-width: 1279px) {
    .appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting::after, .appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting_asc::after, .appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting_desc::after {
        font-size: .625vw;
        margin-left: .625vw;
    }
}
.appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting_asc {
    color: #1344c7;
}
.appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting_asc::after {
    content: '\e915';
}
.appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting_desc {
    color: #1344c7;
}
.appTable[data-datatables] .dataTables_scrollHead .appTable_thead .sorting_desc::after {
    content: '\e914';
}
.appTable[data-datatables] .appTable_tfoot .appTable_size {
    font-weight: 700;
}
.appTable[data-datatables] .appTable_tfoot .appTable_size b {
    font-size: 1.8rem;
}
@media screen and (max-width: 1279px) {
    .appTable[data-datatables] .appTable_tfoot .appTable_size b {
        font-size: 1.40625vw;
    }
}
.appTable.-appReport .appTable_thead th:nth-child(2), .appTable.-appReport .appTable_thead td:nth-child(2), .appTable.-appReport .appTable_tbody th:nth-child(2), .appTable.-appReport .appTable_tbody td:nth-child(2), .appTable.-appReport .appTable_tfoot th:nth-child(2), .appTable.-appReport .appTable_tfoot td:nth-child(2) {
    padding-left: 17px;
}
@media screen and (max-width: 1279px) {
    .appTable.-appReport .appTable_thead th:nth-child(2), .appTable.-appReport .appTable_thead td:nth-child(2), .appTable.-appReport .appTable_tbody th:nth-child(2), .appTable.-appReport .appTable_tbody td:nth-child(2), .appTable.-appReport .appTable_tfoot th:nth-child(2), .appTable.-appReport .appTable_tfoot td:nth-child(2) {
        padding-left: 1.328125vw;
    }
}
.appTable.-appReport .appTable_thead th:last-child {
    padding-right: 6px;
}
@media screen and (max-width: 1279px) {
    .appTable.-appReport .appTable_thead th:last-child {
        padding-right: .46875vw;
    }
}
.appTable.-appReport .appTable_tbody td:last-child, .appTable.-appReport .appTable_tfoot td:last-child {
    padding-right: 8px;
}
@media screen and (max-width: 1279px) {
    .appTable.-appReport .appTable_tbody td:last-child, .appTable.-appReport .appTable_tfoot td:last-child {
        padding-right: .625vw;
    }
}
.appTable.-blockApp .appTable_thead th:nth-child(2), .appTable.-blockApp .appTable_thead td:nth-child(2), .appTable.-blockApp .appTable_tbody th:nth-child(2), .appTable.-blockApp .appTable_tbody td:nth-child(2) {
    padding-right: 50px;
    padding-left: 20px;
}
@media screen and (max-width: 1279px) {
    .appTable.-blockApp .appTable_thead th:nth-child(2), .appTable.-blockApp .appTable_thead td:nth-child(2), .appTable.-blockApp .appTable_tbody th:nth-child(2), .appTable.-blockApp .appTable_tbody td:nth-child(2) {
        padding-right: 3.90625vw;
        padding-left: 1.5625vw;
    }
}
.appTable.-blockApp .appTable_tbody td {
    padding-top: 13px;
    padding-bottom: 13px;
}
@media screen and (max-width: 1279px) {
    .appTable.-blockApp .appTable_tbody td {
        padding-top: 1.015625vw;
        padding-bottom: 1.015625vw;
    }
}
.appTable.-virus .appTable_thead th:nth-child(2), .appTable.-virus .appTable_thead td:nth-child(2), .appTable.-virus .appTable_tbody th:nth-child(2), .appTable.-virus .appTable_tbody td:nth-child(2) {
    padding-right: 110px;
    padding-left: 75px;
}
@media screen and (max-width: 1279px) {
    .appTable.-virus .appTable_thead th:nth-child(2), .appTable.-virus .appTable_thead td:nth-child(2), .appTable.-virus .appTable_tbody th:nth-child(2), .appTable.-virus .appTable_tbody td:nth-child(2) {
        padding-right: 8.59375vw;
        padding-left: 5.859375vw;
    }
}
.appTable.-virus .appTable_tbody td {
    padding-top: 14px;
    padding-bottom: 14px;
}
@media screen and (max-width: 1279px) {
    .appTable.-virus .appTable_tbody td {
        padding-top: 1.09375vw;
        padding-bottom: 1.09375vw;
    }
}
.appTable.-antennaRank .appTable_thead th:last-child {
    padding-right: 6px;
}
@media screen and (max-width: 1279px) {
    .appTable.-antennaRank .appTable_thead th:last-child {
        padding-right: .46875vw;
    }
}
.appTable.-antennaRank .appTable_tbody td:last-child, .appTable.-antennaRank .appTable_tfoot td:last-child {
    padding-right: 8px;
}
@media screen and (max-width: 1279px) {
    .appTable.-antennaRank .appTable_tbody td:last-child, .appTable.-antennaRank .appTable_tfoot td:last-child {
        padding-right: .625vw;
    }
}
.appTable.-blockSite .appTable_thead th:nth-child(2), .appTable.-blockSite .appTable_thead td:nth-child(2), .appTable.-blockSite .appTable_tbody th:nth-child(2), .appTable.-blockSite .appTable_tbody td:nth-child(2) {
    padding-right: 50px;
    padding-left: 20px;
}
@media screen and (max-width: 1279px) {
    .appTable.-blockSite .appTable_thead th:nth-child(2), .appTable.-blockSite .appTable_thead td:nth-child(2), .appTable.-blockSite .appTable_tbody th:nth-child(2), .appTable.-blockSite .appTable_tbody td:nth-child(2) {
        padding-right: 3.90625vw;
        padding-left: 1.5625vw;
    }
}
.appTable.-blockSite .appTable_tbody td {
    padding-top: 13px;
    padding-bottom: 13px;
}
@media screen and (max-width: 1279px) {
    .appTable.-blockSite .appTable_tbody td {
        padding-top: 1.015625vw;
        padding-bottom: 1.015625vw;
    }
}
.appTable.-antennaUsage .appTable_thead th:last-child {
    padding-right: 6px;
}
@media screen and (max-width: 1279px) {
    .appTable.-antennaUsage .appTable_thead th:last-child {
        padding-right: .46875vw;
    }
}
.appTable.-antennaUsage .appTable_tbody td:last-child, .appTable.-antennaUsage .appTable_tfoot td:last-child {
    padding-right: 8px;
}
@media screen and (max-width: 1279px) {
    .appTable.-antennaUsage .appTable_tbody td:last-child, .appTable.-antennaUsage .appTable_tfoot td:last-child {
        padding-right: .625vw;
    }
}
.appTable.-antennaUsage .appTable_tbody td:nth-child(1) {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4rem;
}
@media screen and (max-width: 1279px) {
    .appTable.-antennaUsage .appTable_tbody td:nth-child(1) {
        font-size: 1.09375vw;
    }
}
.appTable.-antennaUsage .appTable_tbody td:nth-child(3) {
    padding-right: 42px;
    padding-left: 42px;
}
@media screen and (max-width: 1279px) {
    .appTable.-antennaUsage .appTable_tbody td:nth-child(3) {
        padding-right: 3.28125vw;
        padding-left: 3.28125vw;
    }
}
.appTable.-antennaUsage .appTable_tbody td {
    padding-top: 14px;
    padding-bottom: 14px;
}
@media screen and (max-width: 1279px) {
    .appTable.-antennaUsage .appTable_tbody td {
        padding-top: 1.09375vw;
        padding-bottom: 1.09375vw;
    }
}
.appTable.-antennaUsage .appTable_tfoot td:nth-child(1) {
    font-weight: 700;
}

.barGraph {
    display: flex;

    align-items: center;
}
.barGraph_text {
    font-size: 1.4rem;
    padding-right: 13px;
}
@media screen and (max-width: 1279px) {
    .barGraph_text {
        font-size: 1.09375vw;
        padding-right: 1.015625vw;
    }
}
.barGraph_text.-detect {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: right;
    color: #1344c7;

    flex: 0 0 40px;
}
@media screen and (max-width: 1279px) {
    .barGraph_text.-detect {
        flex: 0 0 3.125vw;
    }
}
.barGraph_text.-comm {
    font-size: 1.1rem;

    flex: 0 0 115px;
}
@media screen and (max-width: 1279px) {
    .barGraph_text.-comm {
        font-size: .859375vw;

        flex: 0 0 8.984375vw;
    }
}
.barGraph_text.-comm b {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    margin-right: 8px;
    color: #1344c7;
}
@media screen and (max-width: 1279px) {
    .barGraph_text.-comm b {
        font-size: 1.25vw;
        margin-right: .625vw;
    }
}
.barGraph_inner {
    display: flex;
    height: 6px;

    align-items: center;
    flex: 1 1 auto;
}
@media screen and (max-width: 1279px) {
    .barGraph_inner {
        height: .46875vw;
    }
}
.barGraph_body {
    width: 100%;
    min-width: 2px;
    height: 100%;
    background-color: #9ac718;
}
.barGraph_body[style^='width: calc((0 /'], .barGraph_body[style^='width:calc((0 /'], .barGraph_body[style^='width: calc(0 /'], .barGraph_body[style^='width:calc(0 /'] {
    min-width: auto;
}
.barGraph_body.-green {
    background-color: #9ac718;
}
.barGraph_body.-red {
    background-color: #e50012;
}
.barGraph_body.-blue {
    background-color: #1344c7;
}

.levelBarGraph {
    position: relative;
    height: 6px;
    background-color: #ededed;
}
@media screen and (max-width: 1279px) {
    .levelBarGraph {
        height: .46875vw;
    }
}
.levelBarGraph::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    content: '';
}
.levelBarGraph[data-size='1']::before {
    width: 33.3333333333%;
    background-color: #f3bd0f;
}
.levelBarGraph[data-size='2']::before {
    width: 66.6666666667%;
    background-color: #fe7c13;
}
.levelBarGraph[data-size='3']::before {
    width: 100%;
    background-color: #e9000b;
}

.function {
    overflow: hidden;
    margin-top: 20px;
    background-color: #fff;
}
@media screen and (max-width: 1279px) {
    .function {
        margin-top: 1.5625vw;
    }
}
.function_title {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 15px 20px;
    color: #fff;
    background-color: #1344c7;
}
@media screen and (max-width: 1279px) {
    .function_title {
        font-size: 1.09375vw;
        padding: 1.171875vw 1.5625vw;
    }
}
.function_title .icon {
    font-size: 2rem;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-2px);
    vertical-align: middle;
}
@media screen and (max-width: 1279px) {
    .function_title .icon {
        font-size: 1.5625vw;
        margin-right: .78125vw;
        transform: translateY(-.15625vw);
    }
}
.function_title .icon.-antenna {
    font-size: 2.6rem;
    margin-bottom: -5px;
    transform: translateY(-4px);
}
@media screen and (max-width: 1279px) {
    .function_title .icon.-antenna {
        font-size: 2.03125vw;
        margin-bottom: -.390625vw;
        transform: translateY(-.3125vw);
    }
}
.funcFeature {
    margin-left: -20px;
}
.funcFeature::after {
    display: table;
    clear: both;
    content: '';
}
@media screen and (max-width: 1279px) {
    .funcFeature {
        margin-left: -1.5625vw;
    }
}
.funcFeature_item {
    float: left;
    width: calc((100% - 40px) / 2 - .1px);
    margin: 20px 0 0 20px;
    border-top: 3px solid #1344c7;
    background-color: #fff;
}
@media screen and (max-width: 1279px) {
    .funcFeature_item {
        width: calc((100% - (3.125vw * (2 - 1))) / 2 - .1px);
        margin: 1.5625vw 0 0 1.5625vw;
        border-top: .234375vw solid #1344c7;
    }
}
.funcFeature_item.-right {
    float: right;
}
.funcFeature_title {
    position: relative;
}
.funcFeature_title a {
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    padding: 14px 40px 14px 52px;
    transition: all .2s ease;
    color: #1344c7;
    border-bottom: 1px solid #b8bfc3;
}
@media screen and (max-width: 1279px) {
    .funcFeature_title a {
        font-size: 1.09375vw;
        padding: 1.09375vw 3.125vw 1.09375vw 4.0625vw;
    }
}
.funcFeature_title a:hover {
    color: #fff;
    background-color: #1344c7;
}
.funcFeature_title .icon {
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.funcFeature_title .icon.-bug {
    font-size: 2.3rem;
}
.funcFeature_title .icon.-shield {
    font-size: 2.1rem;
}
.funcFeature_title .icon.-global {
    font-size: 1.8rem;
}
.funcFeature_title .icon.-app {
    font-size: 2.3rem;
}
.funcFeature_title .icon.-filter {
    font-size: 1.8rem;
}
.funcFeature_title .icon.-grid {
    font-size: 1.7rem;
}
.funcFeature_title .icon.-chevronRight {
    font-size: 1.2rem;
    right: 17px;
    left: auto;
}
@media screen and (max-width: 1279px) {
    .funcFeature_title .icon {
        font-size: 1.40625vw;
        left: 1.5625vw;
    }
    .funcFeature_title .icon.-bug {
        font-size: 1.796875vw;
    }
    .funcFeature_title .icon.-shield {
        font-size: 1.640625vw;
    }
    .funcFeature_title .icon.-global {
        font-size: 1.40625vw;
    }
    .funcFeature_title .icon.-app {
        font-size: 1.796875vw;
    }
    .funcFeature_title .icon.-filter {
        font-size: 1.40625vw;
    }
    .funcFeature_title .icon.-grid {
        font-size: 1.328125vw;
    }
    .funcFeature_title .icon.-chevronRight {
        font-size: .9375vw;
        right: 1.328125vw;
    }
}
.funcFeature_body {
    padding: 10px 20px 11px;
}
@media screen and (max-width: 1279px) {
    .funcFeature_body {
        padding: .78125vw 1.5625vw .859375vw;
    }
}
.funcFeature_status {
    font-size: 1.2rem;
    display: flex;

    align-items: flex-end;
    justify-content: space-between;
}
@media screen and (max-width: 1279px) {
    .funcFeature_status {
        font-size: .9375vw;
    }
}
.funcFeature_status:not(:first-child) {
    margin-top: 12px;
}
@media screen and (max-width: 1279px) {
    .funcFeature_status:not(:first-child) {
        margin-top: .9375vw;
    }
}
.funcFeature_statusText {
    line-height: 1;
    display: flex;
    overflow: hidden;

    align-items: baseline;
}
.funcFeature_statusText span, .funcFeature_statusText b {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #1344c7;
}
.funcFeature_statusText span {
    font-size: 1.4rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1279px) {
    .funcFeature_statusText span {
        font-size: 1.09375vw;
    }
}
.funcFeature_statusText b {
    font-size: 3.2rem;
    font-weight: 400;
    margin: 0 8px 0 12px;
}
@media screen and (max-width: 1279px) {
    .funcFeature_statusText b {
        font-size: 2.5vw;
        margin: 0 .625vw 0 .9375vw;
    }
}
.funcFeature .icon.-arrowLeftDown {
    font-size: 1rem;
    margin-left: 10px;
    color: #9ac718;
}
@media screen and (max-width: 1279px) {
    .funcFeature .icon.-arrowLeftDown {
        font-size: .78125vw;
        margin-left: .78125vw;
    }
}
.funcFeature .icon.-arrowRightUp {
    font-size: 1rem;
    margin-left: 10px;
    color: #e50012;
}
@media screen and (max-width: 1279px) {
    .funcFeature .icon.-arrowRightUp {
        font-size: .78125vw;
        margin-left: .78125vw;
    }
}

.reportTerm {
    display: flex;
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
}
@media screen and (max-width: 1279px) {
    .reportTerm {
        border-radius: .46875vw;
    }
}
.reportTerm_title {
    line-height: 50px;
    padding: 0 22px;
    color: #fff;
    background-color: #1a2338;

    flex: 0 0 auto;
}
@media screen and (max-width: 1279px) {
    .reportTerm_title {
        line-height: 3.90625vw;
        padding: 0 1.71875vw;
    }
}
.reportTerm_body {
    display: flex;
    padding: 9px 30px;

    flex: 1 1 auto;
    align-items: center;
}
@media screen and (max-width: 1279px) {
    .reportTerm_body {
        padding: .703125vw 2.34375vw;
    }
}
.reportTerm_pager {
    display: flex;
    margin-right: auto;
    margin-left: 5px;
}
@media screen and (max-width: 1279px) {
    .reportTerm_pager {
        margin-left: .390625vw;
    }
}
.reportTerm_pager a {
    color: #1344c7;
}
.reportTerm_pager a:hover {
    color: #7b9aeb;
}
.reportTerm_pager li {
    line-height: 1.2;
    padding: 0 15px;
}
@media screen and (max-width: 1279px) {
    .reportTerm_pager li {
        padding: 0 1.171875vw;
    }
}
.reportTerm_pager li + li {
    border-left: 1px solid #4e4e4e;
}
.reportTerm_input {
    display: flex;

    align-items: center;
}
.reportTerm .icon.-forward {
    font-size: 2.6rem;
    margin: 0 20px;
}
@media screen and (max-width: 1279px) {
    .reportTerm .icon.-forward {
        font-size: 2.03125vw;
        margin: 0 1.5625vw;
    }
}

.status {
    display: flex;
    margin: 20px -30px 0;
    padding: 20px 83px;
    color: #fff;

    align-items: center;
}
@media screen and (max-width: 1279px) {
    .status {
        margin: 1.5625vw -2.34375vw 0;
        padding: 1.5625vw 6.484375vw;
    }
}
.status.-safe {
    background-color: #1344c7;
}
.status.-caution {
    background-color: #f3bd0f;
}
.status.-warning {
    background-color: #e50012;
}
.status_image {
    margin-right: 37px;

    flex: 0 0 97px;
}
@media screen and (max-width: 1279px) {
    .status_image {
        margin-right: 2.890625vw;

        flex: 0 0 7.578125vw;
    }
}
.status_title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    padding: 25px 50px;
    white-space: nowrap;
    border-left: 1px solid #fff;
}
@media screen and (max-width: 1279px) {
    .status_title {
        font-size: 1.875vw;
        padding: 1.953125vw 3.90625vw;
    }
}

#appRepoChart {
    margin: -6px 0 0;
}
@media screen and (max-width: 1279px) {
    #appRepoChart {
        margin: -.46875vw 0 0;
    }
}
#appRepoChart.chart .chart_inner {
    position: relative;
    text-align: center;
}
.ie #appRepoChart.chart .chart_body {
    height: 252px;
}
@media screen and (max-width: 1279px) {
    .ie #appRepoChart.chart .chart_body {
        height: 19.6875vw;
    }
}
#appRepoChart.chart .chart_body svg {
    transform: rotate(20deg);
}
@media screen and (max-width: 1279px) {
    #appRepoChart.chart .chart_body svg {
        width: 19.6875vw;
    }
}
#appRepoChart.chart .chart_body .c3-arc {
    stroke-width: 0;
}
#appRepoChart.chart .chart_body .c3-chart-arcs circle {
    fill: #f8f8f8;
}
#appRepoChart .chartStatus {
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 4px 0 0 8px;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: rgba(34, 34, 34, .6);
}
@media screen and (max-width: 1279px) {
    #appRepoChart .chartStatus {
        padding: .3125vw 0 0 .625vw;
    }
}
#appRepoChart .chartStatus_title {
    font-size: .9rem;
    margin-bottom: 6px;
}
@media screen and (max-width: 1279px) {
    #appRepoChart .chartStatus_title {
        font-size: .703125vw;
        margin-bottom: .46875vw;
    }
}
#appRepoChart .chartStatus_text {
    font-size: 1.2rem;
}
@media screen and (max-width: 1279px) {
    #appRepoChart .chartStatus_text {
        font-size: .9375vw;
    }
}
#appRepoChart .chartStatus_text b {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    margin-right: 15px;
    color: #1344c7;
}
@media screen and (max-width: 1279px) {
    #appRepoChart .chartStatus_text b {
        font-size: 2.5vw;
        margin-right: 1.171875vw;
    }
}
#appRepoChart .chartLegend {
    display: flex;
    margin-top: 2px;
    margin-bottom: 1px;

    justify-content: center;
}
@media screen and (max-width: 1279px) {
    #appRepoChart .chartLegend {
        margin-top: .15625vw;
        margin-bottom: .078125vw;
    }
}
#appRepoChart .chartLegend_inner {
    display:     grid;
    display: -ms-grid;

    grid-template-columns: max-content max-content;
    -ms-grid-rows: max-content max-content max-content max-content max-content max-content;
    -ms-grid-columns: max-content max-content;
}
#appRepoChart .chartLegend_item {
    cursor: pointer;

    align-self: center;
}
#appRepoChart .chartLegend_item:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 9px;
}
@media screen and (max-width: 1279px) {
    #appRepoChart .chartLegend_item:not(:nth-child(1)):not(:nth-child(2)) {
        margin-top: .703125vw;
    }
}
#appRepoChart .chartLegend_item:nth-child(odd) {
    padding-right: 16px;
}
@media screen and (max-width: 1279px) {
    #appRepoChart .chartLegend_item:nth-child(odd) {
        padding-right: 1.25vw;
    }
}
#appRepoChart .chartLegend_item:nth-child(even) {
    padding-left: 16px;
}
@media screen and (max-width: 1279px) {
    #appRepoChart .chartLegend_item:nth-child(even) {
        padding-left: 1.25vw;
    }
}
#appRepoChart .chartLegend_item:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_item:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
}
#appRepoChart .chartLegend_value {
    display: inline-block;
    width: 55px;
    margin: 0 15px 0 0;
    text-align: right;
}
@media screen and (max-width: 1279px) {
    #appRepoChart .chartLegend_value {
        width: 4.296875vw;
        margin: 0 1.171875vw 0 0;
    }
}
#appRepoChart .chartLegend_icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 3px;
}
@media screen and (max-width: 1279px) {
    #appRepoChart .chartLegend_icon {
        width: .9375vw;
        height: .9375vw;
        border-radius: .234375vw;
    }
}
#appRepoChart .c3-tooltip-container .c3-tooltip {
    opacity: 1;
}
#appRepoChart .c3-tooltip-container .c3-tooltip tr {
    border: 1px solid #b8bfc3;
}
#appRepoChart .c3-tooltip-container .c3-tooltip .name {
    font-size: .9rem;
    padding: 7px 9px;
    color: rgba(34, 34, 34, .6);
}
#appRepoChart .c3-tooltip-container .c3-tooltip .name span {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    border-radius: 3px;
}
#appRepoChart .c3-tooltip-container .c3-tooltip .value {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: .9rem;
    padding: 0 11px;
    color: #1344c7;
    border-left: 1px solid #b8bfc3;
}

.lineChartWrap {
    padding: 15px 24px 23px;
}
@media screen and (max-width: 1279px) {
    .lineChartWrap {
        padding: 1.171875vw 1.875vw 1.796875vw;
    }
}
.lineChartWrap_title {
    font-size: 1.2rem;
    line-height: 1.6666666667;
}
@media screen and (max-width: 1279px) {
    .lineChartWrap_title {
        font-size: .9375vw;
    }
}
.lineChartWrap_title .icon {
    font-size: 1rem;
    margin-left: 10px;
}
@media screen and (max-width: 1279px) {
    .lineChartWrap_title .icon {
        font-size: .78125vw;
        margin-left: .78125vw;
    }
}
.lineChartWrap_title .icon.-arrowLeftDown {
    color: #9ac718;
}
.lineChartWrap_title .icon.-arrowRightUp {
    color: #e50012;
}
.lineChartWrap + .lineChartWrap {
    margin-top: -5px;
    padding-top: 0;
}
@media screen and (max-width: 1279px) {
    .lineChartWrap + .lineChartWrap {
        margin-top: -.390625vw;
    }
}

.lineChart {
    margin: 0 -20px 0 -6px;
}
@media screen and (max-width: 1279px) {
    .lineChart {
        margin: 0 -1.5625vw 0 -.46875vw;
    }
}
.lineChart .c3-grid line {
    stroke: #767b88;
    stroke-dasharray: 0;
}
.lineChart .c3-line {
    stroke-width: 2px;
}
.lineChart .c3-axis-x text {
    font-size: 1.2rem;

    fill: #4e4e4e;
}
.lineChart .c3-axis-x .domain {
    stroke: #767b88;
}
.lineChart .c3-axis-x .tick line {
    stroke: #767b88;
}
.lineChart .c3-axis-x .tick text {
    transform: translateY(20px);
}
.lineChart .c3-axis-x .tick:last-of-type text {
    transform: translateX(-10px) translateY(20px);
}
.lineChart .c3-axis-y {
    transform: translateX(-25px);
}
.lineChart .c3-axis-y .domain {
    opacity: 0;
}
.lineChart .c3-axis-y text {
    font-size: 1.2rem;

    fill: #4e4e4e;
}
.lineChart .c3-axis-y .tick line {
    opacity: 0;
}
.lineChart .c3-axis-y .tick:nth-last-of-type(2n) text {
    opacity: 0;
}

.balloon_comment {
    font-size: 1.2rem;
    position: fixed;
    z-index: 99;
    bottom: 0;
    display: flex;
    width: 100%;
    padding: 12px 80px 12px;
    color: #fff;
    background-color: #1a2338;

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1279px) {
    .balloon_comment {
        font-size: .9375vw;
        padding: .9375vw 6.25vw .9375vw;
    }
}
.balloon_comment .button {
    margin: 0 25px 0 30px;
}
@media screen and (max-width: 1279px) {
    .balloon_comment .button {
        margin: 0 1.953125vw 0 2.34375vw;
    }
}
.balloon_comment .balloon_time {
    word-break: keep-all;
}
.balloon_comment .balloon_time + .balloon_text {
    padding-left: 20px;
}
@media screen and (max-width: 1279px) {
    .balloon_comment .balloon_time + .balloon_text {
        padding-left: 1.5625vw;
    }
}
.balloon_close {
    position: absolute;
    top: 50%;
    right: 52px;
    transform: translateY(-50%);
}
@media screen and (max-width: 1279px) {
    .balloon_close {
        right: 4.0625vw;
    }
}
.balloon_close .icon {
    font-size: 1.6rem;
    color: #f3bd0f;
}
@media screen and (max-width: 1279px) {
    .balloon_close .icon {
        font-size: 1.25vw;
    }
}
.balloon_switch {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 0;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100%;
    background-color: #1a2338;
}
@media screen and (max-width: 1279px) {
    .balloon_switch {
        right: 2.34375vw;
        width: 4.6875vw;
        height: 4.6875vw;
    }
}
.balloon_switch .icon {
    font-size: 3rem;
    line-height: 60px;
    color: #f3bd0f;
}
@media screen and (max-width: 1279px) {
    .balloon_switch .icon {
        font-size: 2.34375vw;
        line-height: 4.6875vw;
    }
}
.balloon.is-open .balloon_comment {
    transform: translateY(100%);
    animation: balloonOpen .8s ease 1s forwards;
}
.balloon.is-open .balloon_switch {
    visibility: hidden;
    opacity: 0;
}
.balloon.is-close .balloon_comment {
    transform: translateY(100%);
}
.balloon.is-close .balloon_switch {
    visibility: hidden;
    animation: balloonSwitchOpen .5s ease 1s forwards;
    opacity: 0;
}
.balloon.is-clickOpen .balloon_comment {
    animation: balloonOpen .8s ease .5s forwards;
}
.balloon.is-clickOpen .balloon_switch {
    animation: balloonSwitchClose .5s ease 0s forwards;
}
.balloon.is-clickClose .balloon_comment {
    animation: balloonClose .8s ease 0s forwards;
}
.balloon.is-clickClose .balloon_switch {
    animation: balloonSwitchOpen .5s ease .8s forwards;
}

@keyframes balloonOpen {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes balloonClose {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(100%);
    }
}
@keyframes balloonSwitchOpen {
    0% {
        visibility: visible;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
@keyframes balloonSwitchClose {
    0% {
        visibility: visible;
        opacity: 1;
    }
    99% {
        visibility: visible;
        opacity: 0;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}
#progressbar-wrapper {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(60, 60, 60, .9);
}
#progressbar-wrapper #progressbar {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.form {
    padding: 20px 40px;
}

.radio, .checkbox {
    display: flex;
    margin-bottom: 10px;
    padding: 9px 0;

    flex-wrap: wrap;
}

.radio-item input {
    display: none;
}
.radio-item input + label {
    position: relative;
    margin-right: 30px;
    padding-left: 23px;
}
.radio-item input + label::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    content: '';
    border: 1px solid rgba(78, 78, 78, .2);
    border-radius: 100%;
    background-color: #fff;
}
.radio-item input:checked + label::before {
    border: 0;
    background-color: #1344c7;
}
.radio-item input:checked + label::after {
    position: absolute;
    top: 10px;
    left: 6px;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 100%;
    background-color: #fff;
}

.checkbox-item input {
    display: none;
}
.checkbox-item input + label {
    position: relative;
    margin-right: 30px;
    padding-left: 23px;
}
.checkbox-item input + label::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    content: '';
    border: 1px solid rgba(78, 78, 78, .2);
    border-radius: 2px;
    background-color: #fff;
}
.checkbox-item input:checked + label::before {
    border: 0;
    background-color: #1344c7;
}
.checkbox-item input:checked + label::after {
    position: absolute;
    top: 8px;
    left: 4px;
    display: block;
    width: 10px;
    height: 6px;
    content: '';
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.radio.is-error, .checkbox.is-error {
    border: 0;
}
.radio.is-error .radio-item input + label::before, .radio.is-error .checkbox-item input + label::before, .checkbox.is-error .radio-item input + label::before, .checkbox.is-error .checkbox-item input + label::before {
    border: 1px solid #f00;
}

.input {
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .06);
}
.input::-moz-placeholder {
    opacity: 1;
    color: #b8bfc3;
}
.input::placeholder {
    opacity: 1;
    color: #b8bfc3;
}

.textarea {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .06);
}
.textarea::-moz-placeholder {
    opacity: 1;
    color: #b8bfc3;
}
.textarea::placeholder {
    opacity: 1;
    color: #b8bfc3;
}

.select {
    min-width: 342px;
    padding: 0 15px 0 15px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background: #fff url(../images/select_icon.png) center right 20px no-repeat;
    background-size: 14px auto;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .06);
}
.select.placeholder {
    color: #b8bfc3;
}
.select option {
    color: #b8bfc3;
}
.select:not([multiple])::-ms-expand {
    display: none;
}
.select:not([multiple]) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.selects {
    display: flex;
    margin-bottom: 11px;

    flex-wrap: wrap;
}
.selects .select {
    font-size: 1.4rem;
    min-width: 152px;
    padding: 12px 40px 12px 14px;
    background: #fff url(../images/select_icon.png) center right 15px no-repeat;
    background-size: 10px auto;
}
.selects .select:not(:last-child) {
    margin-right: 15px;
}

.u-center {
    text-align: center !important;
}

.u-left {
    text-align: left !important;
}

.u-right {
    text-align: right !important;
}

.u-hidden {
    display: none !important;
}