@charset "UTF-8";
/* texts */
/* colors */
/* spaces */
/* border-radius */
/* forms */
/* states */
/* btn */
/* panel */
/* screen */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html,
body {
  color: #798183;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "Meiryo UI", sans-serif; }

svg {
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

h2 {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #bbbfc0; }

pre,
code {
  font-family: monospace;
  background: #EDF3F3;
  border: 1px solid #bbbfc0; }
  .panel-heading pre, .panel-heading
  code {
    color: #798183;
    font-weight: normal; }

code {
  padding: 0.125rem 0.25rem;
  margin: 0.125rem 0.25rem; }
  pre code {
    border: none;
    padding: 0;
    margin: 0; }

pre {
  padding: 0.5rem 1rem; }

ul {
  padding-left: 0; }

li {
  margin-bottom: 0.125rem;
  list-style: disc; }

dl {
  margin: 0; }

dt {
  margin-top: 1.5rem;
  font-weight: bold; }
  dd + dt {
    margin-top: 1.5rem; }

dd {
  margin-left: 0; }

.dl-inline {
  margin-top: 0.5rem; }
  .dl-inline dt,
  .dl-inline dd {
    display: inline-block;
    vertical-align: top; }
  .dl-inline dt {
    margin-top: 0; }
  .dl-inline dd {
    margin-left: 1rem; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.316rem;
  font-size: 1.41rem;
  line-height: inherit;
  color: #798183;
  border: 0;
  border-bottom: 1px solid #bbbfc0; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

.form-control {
  display: block;
  width: 100%;
  height: 1.9rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.94rem;
  line-height: 1.4;
  color: #939a9c;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bbbfc0;
  border-radius: 0.25rem; }
  .form-control::-moz-placeholder {
    color: #aeb3b4;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #aeb3b4; }
  .form-control::-webkit-input-placeholder {
    color: #aeb3b4; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(121, 129, 131, 0.1);
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 1.9rem; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 1.6rem; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 2.3rem; } }
.form-group {
  margin-bottom: 0.125rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 1.316rem;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  min-height: 2.256rem; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 1.6rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.1;
  border-radius: 2px; }

select.input-sm {
  height: 1.6rem;
  line-height: 1.6rem; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 1.6rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.1;
  border-radius: 2px; }
.form-group-sm select.form-control {
  height: 1.6rem;
  line-height: 1.6rem; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 1.6rem;
  min-height: 2.116rem;
  padding: 1.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.1; }

.input-lg {
  height: 2.3rem;
  padding: 1.5rem 3rem;
  font-size: 1.41rem;
  line-height: 1.8;
  border-radius: 0.5rem; }

select.input-lg {
  height: 2.3rem;
  line-height: 2.3rem; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 2.3rem;
  padding: 1.5rem 3rem;
  font-size: 1.41rem;
  line-height: 1.8;
  border-radius: 0.5rem; }
.form-group-lg select.form-control {
  height: 2.3rem;
  line-height: 2.3rem; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 2.3rem;
  min-height: 2.726rem;
  padding: 2.5rem 3rem;
  font-size: 1.41rem;
  line-height: 1.8; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 2.375rem; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #5cb85c; }
.has-success .form-control {
  border-color: #5cb85c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #449d44;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3; }
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: transparent; }
.has-success .form-control-feedback {
  color: #5cb85c; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #f0ad4e; }
.has-warning .form-control {
  border-color: #f0ad4e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #ec971f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac; }
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: transparent; }
.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #d9534f; }
.has-error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #c9302c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3; }
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: transparent; }
.has-error .form-control-feedback {
  color: #d9534f; }

.has-feedback label ~ .form-control-feedback {
  top: 6.316rem; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bbbfc0; }

@media (min-width: 481px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/ne/ne.eot?160725");
  src: url("/fonts/ne/ne.eot?160725#iefix") format("embedded-opentype"), url("/fonts/ne/ne.ttf?160725") format("truetype"), url("/fonts/ne/ne.woff?160725") format("woff"), url("/fonts/ne/ne.svg?160725#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bar-horizontal:before {
  content: "\e905"; }

.icon-donuts:before {
  content: "\e906"; }

.icon-cross:before {
  content: "\e907"; }

.icon-table:before {
  content: "\e908"; }

.icon-info-circle-o:before {
  content: "\e909"; }

.icon-exclamation-triangle-o:before {
  content: "\e90a"; }

.icon-exclamation-circle-o:before {
  content: "\e90b"; }

.icon-check-circle-o:before {
  content: "\e90c"; }

.icon-user:before {
  content: "\f007"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-edit:before {
  content: "\f044"; }

.icon-comment:before {
  content: "\f075"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-pie:before {
  content: "\e900"; }

.icon-bar:before {
  content: "\e902"; }

.icon-bar-percentage:before {
  content: "\e904"; }

.icon-band:before {
  content: "\e901"; }

.icon-guru:before {
  content: "\e903"; }

.row {
  min-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1200px) {
    .row {
      min-width: 1200px;
      width: 1200px; } }

.flex {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch; }

.flex-column {
  flex-direction: column;
  width: 100%; }

.flex-row {
  flex-direction: row; }

.flex-center.flex-column {
  align-content: center; }
.flex-center.flex-row {
  align-items: center; }

.table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #bbbfc0; }
  .table tbody > tr {
    border-top: 1px solid #bbbfc0; }
  .table tr.inactive {
    background: rgba(121, 129, 131, 0.1); }
  .table td,
  .table th {
    padding: 0.5rem 1rem;
    vertical-align: top;
    border-left: 1px solid #bbbfc0; }
    .table td:first-child,
    .table th:first-child {
      border-left: 0; }
  .table th {
    background: #798183;
    color: #ffffff;
    text-align: center; }
  .table tfoot td,
  .table tfoot th {
    border-top: 2px solid #bbbfc0; }

.cell-sm {
  width: 20%; }

.cell-md {
  width: 50%; }

.cell-lg {
  width: 100%; }

.nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-tab {
  padding: 0.5rem 1rem; }

.nav-tab-item {
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1;
  cursor: pointer;
  color: #aeb3b4;
  border-bottom: 3px solid transparent; }
  .nav-tab-item:hover, .nav-tab-item:active {
    border-bottom-color: #aeb3b4;
    color: #798183; }
  .nav-tab-item.active {
    color: #798183;
    border-bottom-color: #aeb3b4; }

.nav-stacked-item-heading {
  margin-top: 1.5rem;
  font-weight: bold;
  opacity: .65;
  font-size: 0.8rem; }

.nav-stacked-item {
  background: #798183;
  color: #ffffff;
  padding: 0.25rem 1rem;
  cursor: pointer; }
  .nav-stacked-item:hover, .nav-stacked-item:active {
    background: #bbbfc0; }
  .nav-stacked-item.active {
    background: #aeb3b4; }
  .nav-stacked-item a {
    color: #ffffff;
    text-decoration: none; }
    .nav-stacked-item a:hover, .nav-stacked-item a:active {
      color: #ffffff;
      text-decoration: none; }

.btn {
  display: inline-block;
  margin: 0.125rem 0.25rem;
  padding: 0.5rem 1rem;
  background: transparent;
  color: #798183;
  border: 1px solid #bbbfc0;
  border-radius: 0.25rem;
  cursor: pointer; }
  .btn:hover, .btn:active {
    background: rgba(121, 129, 131, 0.1); }
  .btn.disabled {
    color: rgba(121, 129, 131, 0.5);
    background: rgba(121, 129, 131, 0.1);
    cursor: default; }
    .btn.disabled:hover, .btn.disabled:active {
      color: rgba(121, 129, 131, 0.5);
      background: rgba(121, 129, 131, 0.1); }
  .btn.inactive {
    color: rgba(121, 129, 131, 0.5);
    background: rgba(121, 129, 131, 0.1); }
    .btn.inactive:hover, .btn.inactive:active {
      background: transparent;
      color: #798183; }

a.btn:hover, a.btn:active {
  text-decoration: none; }

.btn-block {
  display: block;
  text-align: center; }

.btn-image {
  line-height: 1; }

.btn-inverse {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5); }
  .btn-inverse:hover, .btn-inverse:active {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff; }

.btn-lg {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem; }

.btn-xs {
  padding: 0.125rem 0.25rem;
  font-size: 0.8rem; }

.btn-primary {
  background: #3bcacb;
  color: #ffffff;
  border-color: #31b9bb; }
  .btn-primary:hover, .btn-primary:active {
    background: #77DADB;
    border-color: #63d5d6; }

.btn-success:hover, .btn-success:active {
  background: rgba(0, 0, 0, 0.25); }

.btn-info:hover, .btn-info:active {
  background: rgba(0, 0, 0, 0.25); }

.btn-warning:hover, .btn-warning:active {
  background: rgba(0, 0, 0, 0.25); }

.btn-danger:hover, .btn-danger:active {
  background: rgba(0, 0, 0, 0.25); }

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn {
    margin: 0;
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.label {
  display: inline-block;
  margin-bottom: 0.125rem;
  font-size: 0.8rem;
  padding: 0.125rem 0.25rem;
  border: 1px solid #bbbfc0; }

.label-success {
  border-color: #5cb85c;
  color: #5cb85c; }

.label-info {
  border-color: #5bc0de;
  color: #5bc0de; }

.label-warning {
  border-color: #f0ad4e;
  color: #f0ad4e; }

.label-danger {
  border-color: #d9534f;
  color: #d9534f; }

.panel {
  display: block;
  margin: 0.5rem 0; }

.panel-heading {
  display: block;
  padding: 0.5rem 1rem;
  background: transparent;
  color: #ffffff;
  font-weight: bold; }
  .panel-success .panel-heading {
    background: transparent; }
  .panel-info .panel-heading {
    background: transparent; }
  .panel-warning .panel-heading {
    background: transparent; }
  .panel-danger .panel-heading {
    background: transparent; }

.panel-body {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid transparent; }
  .panel-success .panel-body {
    border-color: transparent; }
  .panel-info .panel-body {
    border-color: transparent; }
  .panel-warning .panel-body {
    border-color: transparent; }
  .panel-danger .panel-body {
    border-color: transparent; }

.alert {
  margin: 1.5rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid #bbbfc0; }

.alert-symbol {
  flex: 0 0 auto;
  font-size: 2.115rem;
  margin-right: 1.5rem; }

.alert-main {
  flex: 1 1 auto; }

.alert-success {
  border-color: #5cb85c;
  color: #5cb85c; }

.alert-info {
  border-color: #5bc0de;
  color: #5bc0de; }

.alert-warning {
  border-color: #f0ad4e;
  color: #f0ad4e; }

.alert-danger {
  border-color: #d9534f;
  color: #d9534f; }

.tooltip {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: #798183;
  color: #ffffff;
  font-size: 0.8rem;
  width: 150px;
  border-radius: 0.25rem;
  z-index: 2;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25); }
  .tooltip:hover, .tooltip:active, .tooltip.active {
    opacity: 1;
    cursor: pointer; }
  .tooltip .tooltip-title {
    font-weight: bold; }

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0; }

.strong {
  font-weight: bold; }

.text-sm {
  font-size: 0.8rem; }

.text-lg {
  font-size: 1.41rem; }

.text-sm-computed {
  font-size: 11.2px; }

.text-lg-computed {
  font-size: 19.74px; }

.text-light {
  color: #aeb3b4; }

.text-success {
  color: #3d8b3d; }

.text-info {
  color: #28a1c5; }

.text-warning {
  color: #df8a13; }

.text-danger {
  color: #b52b27; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.list-unstyled li {
  list-style: none; }

.list-kome {
  list-style: none; }
  .list-kome:before {
    content: '※';
    display: inline-block;
    margin-right: 0.5rem; }

.nowrap {
  white-space: nowrap; }

.modal-backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(187, 191, 192, 0.5);
  z-index: 1000; }

.modal {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 10%;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  z-index: 1010;
  padding: 0.5rem 1rem; }

.modal-header {
  padding: 0.5rem 1rem;
  font-size: 1.41rem;
  font-weight: 100; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }
  .modal-header + .modal-body {
    border-top: 1px solid #bbbfc0; }

.modal-title {
  float: left; }

.modal-close {
  padding: .5rem;
  margin: -.5rem;
  float: right;
  cursor: pointer; }
  .modal-close:hover, .modal-close:active {
    color: #aeb3b4; }

.modal-body {
  padding: 0.5rem 1rem; }
  .modal-body + .modal-footer {
    border-top: 1px solid #bbbfc0; }

.modal-footer {
  padding: 0.5rem 1rem; }

.modal-success {
  border: 1px solid #5cb85c; }

.modal-info {
  border: 1px solid #5bc0de; }

.modal-warning {
  border: 1px solid #f0ad4e; }

.modal-danger {
  border: 1px solid #d9534f; }

a {
  text-decoration: none;
  color: #aeb3b4; }
  a:hover, a:active {
    color: #d6d8d9;
    text-decoration: underline; }

header {
  background: #77DADB;
  padding: 0.625rem 3rem;
  line-height: 1; }
  header a {
    color: #ffffff; }
    header a:hover, header a:active {
      color: #ffffff; }
  header .header-brand {
    flex: 0 0 auto; }
    header .header-brand a:hover, header .header-brand a:active {
      opacity: .75; }
  header .header-menu {
    flex: 1 1 auto;
    text-align: right; }
    header .header-menu a {
      display: inline-block;
      margin-left: 1rem; }

.content-header {
  padding: 0.625rem 3rem;
  background: #EDF3F3;
  color: #798183; }

.content-header-symbol {
  color: #77DADB;
  font-size: 8.5rem;
  line-height: 1;
  margin-right: 1.5rem; }

.content-header-main {
  flex: 1 1 auto; }

.content-header-title {
  flex: 1 1 auto; }
  .content-header-title h1 {
    margin: 0;
    font-size: 2.115rem;
    line-height: 1.1; }

.content-header-share-btn-group {
  margin-top: 0.5rem;
  margin-bottom: -0.5rem; }

.content-header-footer {
  flex: 0 0 auto; }
  .content-header-footer a {
    display: inline-block; }
    .content-header-footer a + a {
      margin-left: 1rem; }

.content-header-btn-vote {
  flex: 0 0 auto; }
  .content-header-btn-vote a.btn {
    padding: 1.5rem 3.75rem;
    font-size: 1.7625rem;
    color: #798183;
    border-color: #798183;
    border-radius: 0.5rem; }
    .content-header-btn-vote a.btn:hover, .content-header-btn-vote a.btn:active {
      color: #798183; }

/*--------------------------------------------

enquete

--------------------------------------------*/
.content-chart {
  padding: 1.5rem 3rem; }

.change-chart [class^=icon-] {
  display: inline-block;
  font-size: 1.41rem;
  line-height: 1;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.chart-block-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.chart-block {
  width: 600px;
  height: 600px;
  position: relative;
  flex: 0 0 auto; }

.chart-block .chart-item {
  transition: .15s;
  cursor: pointer; }
  .chart-block .chart-item:hover, .chart-block .chart-item:active, .chart-block .chart-item.active {
    opacity: .5;
    cursor: pointer; }

.chart-block-spacer,
.chart-legend-block {
  flex: 1 1 auto;
  width: 50%; }

.chart-text-total {
  color: #2ca5a6;
  font-size: 1.41rem; }
  .chart-text-total .text-lg {
    font-size: 2.82rem; }

.chart-legend-block {
  padding-left: 1rem; }

.chart-legend-thumb {
  flex: 0 0 auto;
  width: 3rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  border: 1px solid #bbbfc0; }

.chart-legend-text {
  flex: 1 1 auto;
  display: block;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem; }

.content-ad {
  padding: 1.5rem 0;
  text-align: center; }

.content-comment {
  background: #EDF3F3;
  padding: 0.625rem 3rem; }

.comment-symbol-block {
  flex: 0 0 auto;
  position: relative; }

.comment-total {
  color: #ffffff;
  display: block;
  width: 3.8775rem;
  line-height: 1;
  height: 1.41rem;
  position: absolute;
  font-size: 1.41rem;
  text-align: center;
  margin-top: -1rem;
  margin-left: -2.5rem;
  left: 50%;
  top: 50%; }

.comment-title {
  flex: 1 1 auto;
  font-size: 1.692rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: none; }

.comment-header {
  padding-left: 1rem;
  padding-right: 1rem; }
  .comment-header .icon-comment {
    display: inline-block;
    color: #77DADB;
    font-size: 3.8775rem;
    margin-right: 1rem; }

.comment-close {
  flex: 0 0 auto;
  display: inline-block;
  width: 4.23rem;
  height: 4.23rem;
  line-height: 0;
  border-radius: 50%;
  border: 1px solid #aeb3b4;
  cursor: pointer;
  position: relative; }
  .comment-close:hover, .comment-close:focus {
    border-color: #798183; }
    .comment-close:hover .comment-close1,
    .comment-close:hover .comment-close2, .comment-close:focus .comment-close1,
    .comment-close:focus .comment-close2 {
      background: #798183; }
  .comment-close.close .comment-close2 {
    transform: rotate(90deg); }
  .comment-close .comment-close1,
  .comment-close .comment-close2 {
    display: inline-block;
    width: 2.82rem;
    height: 1px;
    position: absolute;
    top: 2.115rem;
    left: 0.705rem;
    background: #aeb3b4; }

.add-answer-form-block,
.comment-edit-form-block,
.comment-form-block {
  border-top: 1px solid #bbbfc0;
  padding: 1.5rem 1rem; }
  .add-answer-form-block .form-group,
  .comment-edit-form-block .form-group,
  .comment-form-block .form-group {
    margin-bottom: 0.5rem; }
  .add-answer-form-block .form-label,
  .comment-edit-form-block .form-label,
  .comment-form-block .form-label {
    flex: 0 0 auto;
    width: 8rem;
    font-weight: bold; }
  .add-answer-form-block input,
  .add-answer-form-block textarea,
  .comment-edit-form-block input,
  .comment-edit-form-block textarea,
  .comment-form-block input,
  .comment-form-block textarea {
    flex: 1 1 auto; }
  .add-answer-form-block input[type="text"],
  .add-answer-form-block input[type="password"],
  .comment-edit-form-block input[type="text"],
  .comment-edit-form-block input[type="password"],
  .comment-form-block input[type="text"],
  .comment-form-block input[type="password"] {
    width: 20rem; }
  .add-answer-form-block textarea,
  .comment-edit-form-block textarea,
  .comment-form-block textarea {
    height: 7rem; }

.comment-submit-block {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.comments {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.comment {
  margin-bottom: 1.5rem;
  background: #ffffff; }

.comment-body {
  padding: 1.5rem 1rem; }

.comment-footer {
  background: #798183;
  color: #ffffff; }

.comment-footer-main {
  flex: 0 0 auto;
  position: relative; }
  .comment-footer-main:after {
    content: '';
    position: relative;
    top: -1px;
    margin-left: 1rem;
    display: inline-block;
    width: 36px;
    height: 2.41rem;
    background: url(/images/fukidashi.svg) no-repeat top left; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .comment-footer-main:after {
    top: -7px; }

  /* for IE11 */ }
.comment-answer {
  padding: 0.5rem 1rem;
  font-size: 1.41rem;
  line-height: 1; }

.comment-name {
  line-height: 1;
  margin-left: 1.5rem;
  color: rgba(255, 255, 255, 0.75); }

.comment-footer-aside {
  flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.75); }

.comment-date {
  flex: 1 1 auto;
  margin-right: 1rem;
  text-align: right; }

.comment-btn-block {
  flex: 0 0 auto;
  margin-right: 1rem; }
  .comment-btn-block .btn {
    margin-left: 0.25rem;
    padding: 0.125rem 0.5rem; }

/*--------------------------------------------

vote_form

--------------------------------------------*/
.vote-list-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 3rem 0 0; }
  .vote-list-card .card {
    flex: 0 0 auto;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 1.5rem;
    border: 1px solid #bbbfc0;
    box-sizing: border-box;
    font-size: 1.081rem;
    cursor: pointer; }
    .vote-list-card .card:nth-child(3n+1) {
      margin-left: 0; }
    .vote-list-card .card:hover .card-inner, .vote-list-card .card:active .card-inner {
      background: rgba(255, 255, 255, 0.9); }
    .vote-list-card .card:hover .icon-check-circle-o, .vote-list-card .card:active .icon-check-circle-o {
      color: #77DADB; }
    .vote-list-card .card input[type=radio] {
      display: none;
      height: 0;
      line-height: 0; }
  .vote-list-card .card-inner {
    flex: 1 1 auto;
    background: #ffffff;
    position: relative; }
    .vote-list-card .card-inner .icon-check-circle-o {
      flex: 0 0 auto;
      margin-left: 3rem;
      margin-right: 1rem;
      font-size: 2.82rem;
      color: #EDF3F3; }
    .vote-list-card .card-inner .card-text {
      flex: 1 1 auto;
      margin: 1.5rem 3rem;
      margin-left: 0; }

.vote-form-submit {
  margin: 4.5rem;
  font-size: 1.41rem; }
  .vote-form-submit .btn {
    display: inline-block;
    width: 50%; }

.card-inner.vote-selected {
  background: rgba(255, 255, 255, 0.9); }
  .card-inner.vote-selected .icon-check-circle-o {
    color: #77DADB; }

/*--------------------------------------------

answer_make

--------------------------------------------*/
.add-answer-form-block {
  border-top: 0;
  text-align: center; }
  .add-answer-form-block form {
    display: inline-block;
    text-align: left; }

.colorpicker-wrapper {
  width: 195px;
  height: 195px;
  margin: 1.5rem auto 0.5rem; }

.modal-colorpicker {
  width: 300px;
  margin-left: -150px; }

#colorpicker-result {
  width: 195px;
  margin: 0.5rem auto 1.5rem; }

/*--------------------------------------------

comment_edit

--------------------------------------------*/
.comment-edit-form-block {
  border-top: 0; }

/*--------------------------------------------

comment_delete

--------------------------------------------*/
.comment-delete {
  margin: 1.5rem auto;
  width: 80%; }
  .comment-delete .comment-body {
    background: #EDF3F3; }
  .comment-delete .comment-footer-main:after {
    background: url(/images/fukidashi2.svg) no-repeat top left; }

.comment-delete-form-block {
  margin: 3rem 0;
  text-align: center; }
  .comment-delete-form-block form {
    display: inline-block;
    text-align: left; }
  .comment-delete-form-block .form-label {
    display: inline-block;
    width: 7rem; }

/*# sourceMappingURL=styles.css.map */
