/***** Base *****/
* {
  box-sizing: border-box;
}

/***** Original *****/
/** 数字入力時のspinnerを表示しない **/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

/***** Attention Box *****/
.AttentionBox {
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #2c2c2f;
    background: #fff0c6;/*Background color*/
    text-align: center;
    /*width: 370px;*/
}
.AttentionBox p {
    margin: 0; 
    padding: 0;
}
/***** End *****/

/***** button *****/
button.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 40px;
  background: -moz-linear-gradient(
    top,
    #4abfe6 0%,
    #4abfe6);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#4abfe6),
    to(#4abfe6));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #4abfe6;
  -moz-box-shadow:
    0px 1px 3px rgba(074,191,230,0.5),
    inset 0px 0px 2px rgba(074,191,230,1);
  -webkit-box-shadow:
    0px 1px 3px rgba(074,191,230,0.5),
    inset 0px 0px 2px rgba(074,191,230,1);
  box-shadow:
    0px 1px 3px rgba(074,191,230,0.5),
    inset 0px 0px 2px rgba(074,191,230,1);
  text-shadow:
    0px -1px 0px rgba(255,255,255,0.2),
    0px 1px 0px rgba(255,255,255,1);
}

/***** End *****/

/***** fontloror *****/
main a {
  color:#017DA7;
}
.wysiwyg-color-red {
    color:#DC1A1A !important;
}
/*
body p, span, h1, h2, h3, h4, h5, h6 {
  color:#222222 !important;
}*/
main {
  font-size:16px !important;
  color:#222222;
}
main .button-blue {
 color:#fff !important; 
}

/***** border-left *****/
p.leftborder {
  padding: 0em 0em 0em 1em;
  border-left: inset 10px #4abfe6;
}
/***** End *****/


/***** Original Area End *****/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}

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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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;
  -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;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

*,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html body {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(10, 15, 20, 1);
  background-color: #fff;
  text-rendering: optimizeLegibility;
/*   -webkit-font-smoothing: antialiased; */
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgba(74, 191, 230, 1);
  text-decoration: none;
}

a:hover,
  a:focus {
/*     color: #1c9dc8; */
    text-decoration: none;
  }

a.disabled {
    color: #818a91;
    cursor: default;
  }

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b7bbc4;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.35;
  color: inherit;
}

.column h1 {
  margin: 0 0 calc(16px * 1.6);
}

.column h2 {
  margin: 0 0 calc(16px * 1.6);
}

.column h3 {
  margin: 0 0 calc(16px * 1.6);
}

.column h4 {
  margin: 0 0 calc(16px * 1.6);
}

.column h5 {
  margin: 0 0 calc(16px * 1.6);
}

.column h6 {
  margin: 0 0 calc(16px * 1.6);
}

.column .h1 {
  margin: 0 0 calc(16px * 1.6);
}

.column .h2 {
  margin: 0 0 calc(16px * 1.6);
}

.column .h3 {
  margin: 0 0 calc(16px * 1.6);
}

.column .h4 {
  margin: 0 0 calc(16px * 1.6);
}

.column .h5 {
  margin: 0 0 calc(16px * 1.6);
}

.column .h6 {
  margin: 0 0 calc(16px * 1.6);
}

.column p {
  margin: 0 0 calc(16px * 1.6);
}

.column ul {
  margin: 0 0 calc(16px * 1.6);
}

.column ol {
  margin: 0 0 calc(16px * 1.6);
}

.column h1 {
  font-size: calc(16px * 2.0);
}

.column .h1 {
  font-size: calc(16px * 2.0);
}

.column h2 {
  font-size: calc(16px * 1.75);
}

.column .h2 {
  font-size: calc(16px * 1.75);
}

.column h3 {
  font-size: calc(16px * 1.5);
}

.column .h3 {
  font-size: calc(16px * 1.5);
}

h4 {
  font-size: calc(16px * 1.25);
}

.column .h4 {
  font-size: calc(16px * 1.25);
}

.column h5 {
  font-size: calc(16px * 1.1);
}

.column .h5 {
  font-size: calc(16px * 1.1);
}

.column h6 {
  font-size: calc(16px * 1);
}

.column .h6 {
  font-size: calc(16px * 1);
}

b,
strong {
  font-weight: 600;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

dl {
  margin-top: 0;
  margin-bottom: calc(16px * 1.6);
}

dt {
  line-height: 1.6;
  margin-bottom: calc(16px * 1.6 / 2);
}

dd {
  line-height: 1.6;
  margin-bottom: calc(16px * 1.6 / 2);
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal:before,
  .dl-horizontal:after {
    display: table;
    content: "";
  }

.dl-horizontal:after {
    clear: both;
  }

.dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

@media (min-width: 768px) {

.dl-horizontal dt {
      width: 30%;
      float: left;
      clear: both;
      padding-right: 15px
  }
    }

@media (min-width: 768px) {

.dl-horizontal dd {
      width: 70%;
      float: right
  }
    }

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

blockquote {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #f7f7f9;
  padding: calc(16px * 1.6 / 2) calc(16px * 1.6);
  margin: 0 0 calc(16px * 1.6);
  border-left: 5px solid #eceeef;
}

blockquote.is-colored {
    border-left: 5px solid rgba(74, 191, 230, 1);
  }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
      margin-bottom: 0;
    }

code {
  border-radius: 5px !important;
  padding: 20px !important;
}

address {
  margin-bottom: calc(16px * 1.6);
  font-style: normal;
  line-height: 1.6;
}

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

.clearfix:after {
    clear: both;
  }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.is-hidden,
.hidden {
  display: none !important;
}

.vertical-offset {
  margin-bottom: calc(16px * 1.6);
}

main {
  margin-bottom: calc(16px * 1.6 * 2);
  max-width: 100%;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(16px * 1.6);
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(16px * 1.6 / 2);
  font-weight: bold;
}

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

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

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

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

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: calc(8px + 1px);
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
}

select {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .nesty-input:focus {
    border-color: #66afe9;
    outline: 0;
  }

select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .nesty-input::-moz-placeholder {
    color: $input-color-placeholder;
    opacity: 1; 
  }

select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .nesty-input:-ms-input-placeholder { 
    color: $input-color-placeholder; 
  }

select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .nesty-input::-webkit-input-placeholder { 
    color: $input-color-placeholder; 
  }

select {
  height: calc(16px * 1.6 + (8px * 2) + 2px);
}

textarea {
  resize: vertical;
  height: calc((16px * 1.6 + (8px * 2) + 2px) * 3);
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"] {
    line-height: calc(16px * 1.6 + (8px * 2) + 2px);
  }
  input[type="time"] {
    line-height: calc(16px * 1.6 + (8px * 2) + 2px);
  }
  input[type="datetime-local"] {
    line-height: calc(16px * 1.6 + (8px * 2) + 2px);
  }
  input[type="month"] {
    line-height: calc(16px * 1.6 + (8px * 2) + 2px);
  }
}

.form-field {
  margin-bottom: calc(16px * 1.6);
}

.form-field p {
    font-size: 90%;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #354f69;
  }

.form-field.required > label:after {
    content: "*";
    color: rgba(233, 81, 117, 1);
    margin-left: 2px;
  }

.form-field.boolean {
  position: relative;
  padding-left: 20px;
}

.form-field.boolean input[type="checkbox"] {
    position: absolute;
    left: 0;
  }

.form-field.boolean label {
    min-height: calc(16px * 1.6);
    margin-bottom: 0;
    cursor: pointer;
  }

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;
  }

.btn,
[role="button"],
input[type="submit"],
#user #user-password #password-submit, 
.community-recent-activity .recent-activity-controls a {
  display: inline-block;
  margin-bottom: 0;
  font-size: calc(16px - 2px);
  font-weight: bold;
  height: auto;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 8px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:focus, .btn:active:focus, [role="button"]:focus, [role="button"]:active:focus, input[type="submit"]:focus, input[type="submit"]:active:focus, #user #user-password #password-submit:focus, #user #user-password #password-submit:active:focus, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:active:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

.btn:hover,
  .btn:focus,
  [role="button"]:hover,
  [role="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  #user #user-password #password-submit:hover,
  #user #user-password #password-submit:focus,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus {
    color: rgba(74, 191, 230, 1);
    text-decoration: none;
  }

.btn:active, [role="button"]:active, input[type="submit"]:active, #user #user-password #password-submit:active, .community-recent-activity .recent-activity-controls a:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

.btn-default,
.btn--default,
[role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down),
.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe,
.post-follow .post-subscribe,
.post-follow .post-unsubscribe,
.community-recent-activity .recent-activity-controls a,
.profile-header__options [data-action="edit-profile"],
.article-subscribe,
.article-unsubscribe {
  color: rgba(74, 191, 230, 1);
  background-color: transparent;
  border-color: rgba(74, 191, 230, 1);
}

.btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):hover,
  [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):focus,
  [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):active,
  .topic-controls__item--subscribe .dropdown-toggle:hover,
  .topic-controls__item--subscribe .dropdown-toggle:focus,
  .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:hover,
  .topic-controls__item--subscribe .topic-unsubscribe:focus,
  .topic-controls__item--subscribe .topic-unsubscribe:active,
  .post-follow .post-subscribe:hover,
  .post-follow .post-subscribe:focus,
  .post-follow .post-subscribe:active,
  .post-follow .post-unsubscribe:hover,
  .post-follow .post-unsubscribe:focus,
  .post-follow .post-unsubscribe:active,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus,
  .community-recent-activity .recent-activity-controls a:active,
  .profile-header__options [data-action="edit-profile"]:hover,
  .profile-header__options [data-action="edit-profile"]:focus,
  .profile-header__options [data-action="edit-profile"]:active,
  .article-subscribe:hover,
  .article-subscribe:focus,
  .article-subscribe:active,
  .article-unsubscribe:hover,
  .article-unsubscribe:focus,
  .article-unsubscribe:active {
   color: #1da7d5;
   background-color: transparent;
       border-color: #1da7d5;
  }

.btn-default:active, .btn--default:active, [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):active, .topic-controls__item--subscribe .dropdown-toggle:active, .topic-controls__item--subscribe .topic-unsubscribe:active, .post-follow .post-subscribe:active, .post-follow .post-unsubscribe:active, .community-recent-activity .recent-activity-controls a:active, .profile-header__options [data-action="edit-profile"]:active, .article-subscribe:active, .article-unsubscribe:active {
   background-image: none;
  }

.login {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.login:hover,
  .login:focus,
  .login:active {
   color: #e0e0e0;
   background-color: transparent;
       border-color: #e0e0e0;
  }

.login:active {
   background-image: none;
  }

.btn-primary,
.btn--primary,
.search-box--with-button input[type="submit"] {
  color: #fff;
  background-color: rgba(74, 191, 230, 1);
  border-color: #34b7e3;
}

.btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active,
  .search-box--with-button input[type="submit"]:hover,
  .search-box--with-button input[type="submit"]:focus,
  .search-box--with-button input[type="submit"]:active {
   color: #e0e0e0;
   background-color: #1faede;
       border-color: #1a96bf;
  }

.btn-primary:active, .btn--primary:active, .search-box--with-button input[type="submit"]:active {
   background-image: none;
  }

.btn-info,
.btn--info {
  color: #fff;
  background-color: rgba(74, 191, 230, 1);
  border-color: #34b7e3;
}

.btn-info:hover,
  .btn-info:focus,
  .btn-info:active,
  .btn--info:hover,
  .btn--info:focus,
  .btn--info:active {
   color: #e0e0e0;
   background-color: #1faede;
       border-color: #1a96bf;
  }

.btn-info:active, .btn--info:active {
   background-image: none;
  }

.btn-warning,
.btn--warning {
  color: #fff;
  background-color: rgba(240, 209, 82, 1);
  border-color: #eecb3b;
}

.btn-warning:hover,
  .btn-warning:focus,
  .btn-warning:active,
  .btn--warning:hover,
  .btn--warning:focus,
  .btn--warning:active {
   color: #e0e0e0;
   background-color: #ecc523;
       border-color: #d9b213;
  }

.btn-warning:active, .btn--warning:active {
   background-image: none;
  }

.btn-danger,
.btn--danger,
.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: rgba(233, 81, 117, 1);
  border-color: #e63a63;
}

.btn-danger:hover,
  .btn-danger:focus,
  .btn-danger:active,
  .btn--danger:hover,
  .btn--danger:focus,
  .btn--danger:active,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:hover,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:focus,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
   color: #e0e0e0;
   background-color: #e32451;
       border-color: #ca1a43;
  }

.btn-danger:active, .btn--danger:active, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
   background-image: none;
  }

.btn-success,
.btn--success,
input[type="submit"],
#user #user-password #password-submit,
.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: rgba(96, 223, 82, 1);
  border-color: #4cdb3c;
}

.btn-success:hover,
  .btn-success:focus,
  .btn-success:active,
  .btn--success:hover,
  .btn--success:focus,
  .btn--success:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  #user #user-password #password-submit:hover,
  #user #user-password #password-submit:focus,
  #user #user-password #password-submit:active,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:hover,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:focus,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
   color: #e0e0e0;
   background-color: #39d628;
       border-color: #31b822;
  }

.btn-success:active, .btn--success:active, input[type="submit"]:active, #user #user-password #password-submit:active, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
   background-image: none;
  }

.logo {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  display: block;
  max-height: 32px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.column--xs-1 {
  width: 8.33333%;
}

.column--xs-2 {
  width: 16.66667%;
}

.column--xs-3 {
  width: 25%;
}

.column--xs-4 {
  width: 33.33333%;
}

.column--xs-5 {
  width: 41.66667%;
}

.column--xs-6 {
  width: 50%;
}

.column--xs-7 {
  width: 58.33333%;
}

.column--xs-8 {
  width: 66.66667%;
}

.column--xs-9 {
  width: 75%;
}

.column--xs-10 {
  width: 83.33333%;
}

.column--xs-11 {
  width: 91.66667%;
}

.column--xs-12 {
  width: 100%;
}

.column--xs-pull-0 {
  right: auto;
}

.column--xs-pull-1 {
  right: 8.33333%;
}

.column--xs-pull-2 {
  right: 16.66667%;
}

.column--xs-pull-3 {
  right: 25%;
}

.column--xs-pull-4 {
  right: 33.33333%;
}

.column--xs-pull-5 {
  right: 41.66667%;
}

.column--xs-pull-6 {
  right: 50%;
}

.column--xs-pull-7 {
  right: 58.33333%;
}

.column--xs-pull-8 {
  right: 66.66667%;
}

.column--xs-pull-9 {
  right: 75%;
}

.column--xs-pull-10 {
  right: 83.33333%;
}

.column--xs-pull-11 {
  right: 91.66667%;
}

.column--xs-pull-12 {
  right: 100%;
}

.column--xs-push-0 {
  left: auto;
}

.column--xs-push-1 {
  left: 8.33333%;
}

.column--xs-push-2 {
  left: 16.66667%;
}

.column--xs-push-3 {
  left: 25%;
}

.column--xs-push-4 {
  left: 33.33333%;
}

.column--xs-push-5 {
  left: 41.66667%;
}

.column--xs-push-6 {
  left: 50%;
}

.column--xs-push-7 {
  left: 58.33333%;
}

.column--xs-push-8 {
  left: 66.66667%;
}

.column--xs-push-9 {
  left: 75%;
}

.column--xs-push-10 {
  left: 83.33333%;
}

.column--xs-push-11 {
  left: 91.66667%;
}

.column--xs-push-12 {
  left: 100%;
}

.column--xs-offset-0 {
  margin-left: 0%;
}

.column--xs-offset-1 {
  margin-left: 8.33333%;
}

.column--xs-offset-2 {
  margin-left: 16.66667%;
}

.column--xs-offset-3 {
  margin-left: 25%;
}

.column--xs-offset-4 {
  margin-left: 33.33333%;
}

.column--xs-offset-5 {
  margin-left: 41.66667%;
}

.column--xs-offset-6 {
  margin-left: 50%;
}

.column--xs-offset-7 {
  margin-left: 58.33333%;
}

.column--xs-offset-8 {
  margin-left: 66.66667%;
}

.column--xs-offset-9 {
  margin-left: 75%;
}

.column--xs-offset-10 {
  margin-left: 83.33333%;
}

.column--xs-offset-11 {
  margin-left: 91.66667%;
}

.column--xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }
  .column--sm-2 {
    width: 16.66667%;
  }
  .column--sm-3 {
    width: 25%;
  }
  .column--sm-4 {
    width: 33.33333%;
  }
  .column--sm-5 {
    width: 41.66667%;
  }
  .column--sm-6 {
    width: 50%;
  }
  .column--sm-7 {
    width: 58.33333%;
  }
  .column--sm-8 {
    width: 66.66667%;
  }
  .column--sm-9 {
    width: 75%;
  }
  .column--sm-10 {
    width: 83.33333%;
  }
  .column--sm-11 {
    width: 91.66667%;
  }
  .column--sm-12 {
    width: 100%;
  }
  .column--sm-pull-0 {
    right: auto;
  }
  .column--sm-pull-1 {
    right: 8.33333%;
  }
  .column--sm-pull-2 {
    right: 16.66667%;
  }
  .column--sm-pull-3 {
    right: 25%;
  }
  .column--sm-pull-4 {
    right: 33.33333%;
  }
  .column--sm-pull-5 {
    right: 41.66667%;
  }
  .column--sm-pull-6 {
    right: 50%;
  }
  .column--sm-pull-7 {
    right: 58.33333%;
  }
  .column--sm-pull-8 {
    right: 66.66667%;
  }
  .column--sm-pull-9 {
    right: 75%;
  }
  .column--sm-pull-10 {
    right: 83.33333%;
  }
  .column--sm-pull-11 {
    right: 91.66667%;
  }
  .column--sm-pull-12 {
    right: 100%;
  }
  .column--sm-push-0 {
    left: auto;
  }
  .column--sm-push-1 {
    left: 8.33333%;
  }
  .column--sm-push-2 {
    left: 16.66667%;
  }
  .column--sm-push-3 {
    left: 25%;
  }
  .column--sm-push-4 {
    left: 33.33333%;
  }
  .column--sm-push-5 {
    left: 41.66667%;
  }
  .column--sm-push-6 {
    left: 50%;
  }
  .column--sm-push-7 {
    left: 58.33333%;
  }
  .column--sm-push-8 {
    left: 66.66667%;
  }
  .column--sm-push-9 {
    left: 75%;
  }
  .column--sm-push-10 {
    left: 83.33333%;
  }
  .column--sm-push-11 {
    left: 91.66667%;
  }
  .column--sm-push-12 {
    left: 100%;
  }
  .column--sm-offset-0 {
    margin-left: 0%;
  }
  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }
  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }
  .column--sm-offset-3 {
    margin-left: 25%;
  }
  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }
  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }
  .column--sm-offset-6 {
    margin-left: 50%;
  }
  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }
  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }
  .column--sm-offset-9 {
    margin-left: 75%;
  }
  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }
  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }
  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }
  .column--md-2 {
    width: 16.66667%;
  }
  .column--md-3 {
    width: 25%;
  }
  .column--md-4 {
    width: 33.33333%;
  }
  .column--md-5 {
    width: 41.66667%;
  }
  .column--md-6 {
    width: 50%;
  }
  .column--md-7 {
    width: 58.33333%;
  }
  .column--md-8 {
    width: 66.66667%;
  }
  .column--md-9 {
    width: 75%;
  }
  .column--md-10 {
    width: 83.33333%;
  }
  .column--md-11 {
    width: 91.66667%;
  }
  .column--md-12 {
    width: 100%;
  }
  .column--md-pull-0 {
    right: auto;
  }
  .column--md-pull-1 {
    right: 8.33333%;
  }
  .column--md-pull-2 {
    right: 16.66667%;
  }
  .column--md-pull-3 {
    right: 25%;
  }
  .column--md-pull-4 {
    right: 33.33333%;
  }
  .column--md-pull-5 {
    right: 41.66667%;
  }
  .column--md-pull-6 {
    right: 50%;
  }
  .column--md-pull-7 {
    right: 58.33333%;
  }
  .column--md-pull-8 {
    right: 66.66667%;
  }
  .column--md-pull-9 {
    right: 75%;
  }
  .column--md-pull-10 {
    right: 83.33333%;
  }
  .column--md-pull-11 {
    right: 91.66667%;
  }
  .column--md-pull-12 {
    right: 100%;
  }
  .column--md-push-0 {
    left: auto;
  }
  .column--md-push-1 {
    left: 8.33333%;
  }
  .column--md-push-2 {
    left: 16.66667%;
  }
  .column--md-push-3 {
    left: 25%;
  }
  .column--md-push-4 {
    left: 33.33333%;
  }
  .column--md-push-5 {
    left: 41.66667%;
  }
  .column--md-push-6 {
    left: 50%;
  }
  .column--md-push-7 {
    left: 58.33333%;
  }
  .column--md-push-8 {
    left: 66.66667%;
  }
  .column--md-push-9 {
    left: 75%;
  }
  .column--md-push-10 {
    left: 83.33333%;
  }
  .column--md-push-11 {
    left: 91.66667%;
  }
  .column--md-push-12 {
    left: 100%;
  }
  .column--md-offset-0 {
    margin-left: 0%;
  }
  .column--md-offset-1 {
    margin-left: 8.33333%;
  }
  .column--md-offset-2 {
    margin-left: 16.66667%;
  }
  .column--md-offset-3 {
    margin-left: 25%;
  }
  .column--md-offset-4 {
    margin-left: 33.33333%;
  }
  .column--md-offset-5 {
    margin-left: 41.66667%;
  }
  .column--md-offset-6 {
    margin-left: 50%;
  }
  .column--md-offset-7 {
    margin-left: 58.33333%;
  }
  .column--md-offset-8 {
    margin-left: 66.66667%;
  }
  .column--md-offset-9 {
    margin-left: 75%;
  }
  .column--md-offset-10 {
    margin-left: 83.33333%;
  }
  .column--md-offset-11 {
    margin-left: 91.66667%;
  }
  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }
  .column--lg-2 {
    width: 16.66667%;
  }
  .column--lg-3 {
    width: 25%;
  }
  .column--lg-4 {
    width: 33.33333%;
  }
  .column--lg-5 {
    width: 41.66667%;
  }
  .column--lg-6 {
    width: 50%;
  }
  .column--lg-7 {
    width: 58.33333%;
  }
  .column--lg-8 {
    width: 66.66667%;
  }
  .column--lg-9 {
    width: 75%;
  }
  .column--lg-10 {
    width: 83.33333%;
  }
  .column--lg-11 {
    width: 91.66667%;
  }
  .column--lg-12 {
    width: 100%;
  }
  .column--lg-pull-0 {
    right: auto;
  }
  .column--lg-pull-1 {
    right: 8.33333%;
  }
  .column--lg-pull-2 {
    right: 16.66667%;
  }
  .column--lg-pull-3 {
    right: 25%;
  }
  .column--lg-pull-4 {
    right: 33.33333%;
  }
  .column--lg-pull-5 {
    right: 41.66667%;
  }
  .column--lg-pull-6 {
    right: 50%;
  }
  .column--lg-pull-7 {
    right: 58.33333%;
  }
  .column--lg-pull-8 {
    right: 66.66667%;
  }
  .column--lg-pull-9 {
    right: 75%;
  }
  .column--lg-pull-10 {
    right: 83.33333%;
  }
  .column--lg-pull-11 {
    right: 91.66667%;
  }
  .column--lg-pull-12 {
    right: 100%;
  }
  .column--lg-push-0 {
    left: auto;
  }
  .column--lg-push-1 {
    left: 8.33333%;
  }
  .column--lg-push-2 {
    left: 16.66667%;
  }
  .column--lg-push-3 {
    left: 25%;
  }
  .column--lg-push-4 {
    left: 33.33333%;
  }
  .column--lg-push-5 {
    left: 41.66667%;
  }
  .column--lg-push-6 {
    left: 50%;
  }
  .column--lg-push-7 {
    left: 58.33333%;
  }
  .column--lg-push-8 {
    left: 66.66667%;
  }
  .column--lg-push-9 {
    left: 75%;
  }
  .column--lg-push-10 {
    left: 83.33333%;
  }
  .column--lg-push-11 {
    left: 91.66667%;
  }
  .column--lg-push-12 {
    left: 100%;
  }
  .column--lg-offset-0 {
    margin-left: 0%;
  }
  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }
  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }
  .column--lg-offset-3 {
    margin-left: 25%;
  }
  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }
  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }
  .column--lg-offset-6 {
    margin-left: 50%;
  }
  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }
  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }
  .column--lg-offset-9 {
    margin-left: 75%;
  }
  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }
  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }
  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

.topbar {
  position: relative;
  z-index: 10;
  color: rgba(10, 15, 20, 1);
  background-color: $topbar_bg;
  border-bottom: 1px solid #EAEAEA;
}

@media (max-width: 767px) {
.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
}

.topbar__inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.topbar__col {
  padding-right: 16px;
}

@media (max-width: 767px) {
  .topbar__col {
    padding-right: 8px;
    font-size: calc(16px - 4px)
  }
}

@media (max-width: 767px) {
.topbar__controls > * {
    display: block;
	}
}

@media (min-width: 768px) {

.topbar__controls > * {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
	}
}

.topbar__controls > *:not(.login) {
  padding-right: 0;
}

.topbar__menu.is-opened {
    display: block;
  	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  	padding: 12px;
	  background: linear-gradient(-45deg, rgba(74,191,230,1.0), rgba(96,223,82,1.0) 100%);
}

@media (max-width: 767px) {
  @keyframes show{
      from{
          opacity: 0;
      }
      to{
          opacity: 1;
      }
  }

  .topbar__menu{
      display: none;
  }

  .topbar__menu.is-opened{
      display: block;
      animation: show 0.4s ease 0s;
  }  
}

@media (max-width: 767px) {
  .topbar__menu.is-opened .topbar__controls{
    width:100%;
  }
}

.topbar a:not([role="button"]) {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
.topbar__head {
    display: table;
    width: 100%
	}
}

@media (max-width: 767px) {
  .topbar__button {
      display: table-cell;
      text-align: right;
      vertical-align: top
      position:relative;
      top:-5px;
  }
}

@media (min-width: 768px) {
  .topbar a:not([role="button"]):not([role="menuitem"]):hover,
  .topbar .btn.with-image.dropdown-toggle:hover {
    color: #e0e0e0;
  }

  /*.topbar__inner {
    display: flex;
    align-items: center;
  }

  .topbar__col {
    padding-right: 20px;
  }

  .topbar__controls {
    float: right;
  }

  .topbar__menu {
    display: table-cell !important;
  }*/
}

.topbar-link {
  font-weight: bold;
  color: #fff;
}

.topbar .language-selector .dropdown-toggle {
    font-weight: bold;
  }

@media (max-width: 767px) {
    .topbar .language-selector .dropdown-menu {
      position: static;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      margin: 0;
    }
    .topbar .language-selector .dropdown-menu [role="menuitem"] {
      padding-left: 0;
      padding-right: 0;
    }
  }

.topbar .logo a {
  display: block;
}

.header {
  position: relative;
  font-size: 14px;
  /*background: linear-gradient(-45deg, rgba(74,191,230,1.0), rgba(96,223,82,1.0) 100%),url(/hc/theming_assets/01HZM76NBQ60Q45HG444W2B2S1);*/
  background-image: url($assets-bg_hero-png);
  background-position: 50% 50%;
  background-size: cover;
/*   margin-bottom: calc(16px * 1.6); */
  color: #fff;
}

@media (min-width: 768px) {

.header {
/*     margin-bottom: calc(16px * 1.6 * 3) */
}
  }

.header:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 1;
    content: "";
/*     background-color: rgba(74, 191, 230, 1); */
    opacity: 0.9;
  }

.header .container-inner {
    position: relative;
    z-index: 2;
  }

.header a {
    color: #fff;
  }

.header a:hover {
      color: #f2f2f2;
    }

.header a[role="button"] {
    color: #fff;
  }

.header a[role="button"]:hover {
      color: #f2f2f2;
    }

.dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
  font-size: calc(16px - 2px);
  overflow: hidden;
}

.dropdown-menu [role="menuitem"] {
    padding: 8px 16px;
  }

.dropdown-menu [role="menuitem"][aria-selected=true]:after {
      display: inline-block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 10px;
      content: '\f00c';
    }

.dropdown-menu [role=separator] {
    font-size: 16px;
    color: rgba(10, 15, 20, 1);
    margin: 0;
    padding: 0;
    border-color: #b7bbc4;
  }

@media (min-width: 768px) {

.topbar .dropdown-menu [role="menuitem"] {
    color: rgba(10, 15, 20, 1)
}
  }

.topbar .dropdown-toggle:after {
  color: inherit;
}

@media (max-width: 767px) {

.section-subscribe .dropdown-menu {
    left: 0;
    right: auto
}
  }

.comment-actions .dropdown-menu {
  left: auto;
  right: 0;
}

#user .dropdown-toggle {
  padding: 0;
  border: 0;
  color: inherit;
}

@media (max-width: 767px) {

#user .dropdown-toggle:after {
      display: none
  }
    }

#user #user-dropdown {
  background: #fff;
}

@media (max-width: 767px) {

#user #user-dropdown {
    display: block !important;
    background: transparent;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none
}

    #user #user-dropdown:before,
    #user #user-dropdown:after {
      display: none;
    }
  }

@media (max-width: 767px) {
  #user #user-dropdown [role="menuitem"] {
    padding-left: 0;
    padding-right: 0;
  }

  #user #user-dropdown [role="menuitem"]:hover {
    background-color: transparent;
  }
}

@media (max-width: 991px) {
    #user-menu [role=separator] {
      display: none;
    }
  }

#user-name {
  font-size: calc(16px - 2px);
  font-weight: bold;
}

#user #user-password #password-form {
  padding: 0 16px 16px 16px;
}

#user #user-password #password-form,
#user #user-password #password-form label,
#user #user-password #password-form ul {
 font-size: 16px;
}

#user #user-password #password-form ul li {
  margin-bottom: 0;
}

#user #user-password #password-submit {
  float: none !important;
  margin: 0 !important;
}

#user #user-profile {
  padding: 0 0 16px 0;
}

#user #user-profile dt {
    opacity: 1;
    text-align: left;
    padding: 4px 0 0 16px;
    font-size: 16px;
  }

#user #user-profile label {
    font-weight: 400;
    margin-bottom: 0; 
  }

#user #user-profile dd {
    margin-left: 105px;
    padding: 2px;
  }

#user #profile-photo-wrapper {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

#user #profile-photo img {
  max-height: 20px;
}

#user-password [role=separator], #user-profile [role=separator] {
    padding: 8px 16px;
    margin-bottom: 16px;
  }

@media (max-width: 767px) {

#user-password {
    background-color: #fff;
    border-radius: 4px;
    min-width: 1px !important;
    border: 1px solid #b7bbc4
}

#user-profile {
    background-color: #fff;
    border-radius: 4px;
    min-width: 1px !important;
    border: 1px solid #b7bbc4
}
  }

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
    #user-dropdown,
    #user-dropdown[aria-expanded="false"] {
      opacity: 0;
    }

    #user-dropdown[aria-expanded="true"] {
      display: inline;
      opacity: 1;
      -webkit-animation: bounce .3s ease-out;
              animation: bounce .3s ease-out;
    }
  }

#user .dropdown-toggle {
  color: #fff;
}

.search input[type="submit"] {
    display: none;
  }

.search-box {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: none;
}

.search-box--without-button {
  padding-top: 32px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
}

@media (min-width: 768px) {

  .search-box--without-button {
      padding-top: 32px;
		  padding-bottom: 0px;
        width: 70%;
        margin: 0 auto;
  }
}

.search-box--without-button .search:before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: calc(20px / -2);
    font-size: 20px;
    color: #a5a1a1;
    content: "\f002";
    padding-right: 0;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.search-box--without-button .search {
    position: relative;
  }

.search-box--without-button input[type="submit"] {
    display: none;
  }

.search-box--without-button #query {
    padding-left: calc(36px + 16px);
    padding-right: 16px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: solid 1px #B3B3B3;
    border-radius: 50px;
    color: #4a4b4e;
  }

.search-box--without-button #query::-moz-placeholder {
      color: #a5a1a1;
      opacity: 1;
    }

.search-box--without-button #query:-ms-input-placeholder { 
      color: #a5a1a1; 
    }

.search-box--without-button #query::-webkit-input-placeholder  { 
      color: #a5a1a1; 
    }

@media (min-width: 768px) {

.search-box--without-button #query {
      height: 40px
  }
    }

.search-box--without-button #query:focus {
      -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
              box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
    }

@media (max-width: 767px) {

.search-box-small {
    margin-bottom: calc(16px * 1.6 * 1.5)
}
  }

.category h2 > a {
      color: inherit;
    }

@media (max-width: 767px) {

.category {
    padding-bottom: calc(16px * 1.6 / 2)
}
  }

.category + .category {
  border-top: 1px dotted #b7bbc4;
  padding-top: calc(16px * 1.6 * 2);
}

.section h3 > a {
  color: inherit;
}

.section:nth-of-type(1n) {
    clear: none;
  }

.section:nth-of-type(2n+1) {
    clear: both;
  }

@media (min-width: 768px) {

#category-list {
    margin-bottom: calc(16px * 1.6)
}
  }

.category-item {
  position: relative;
  display: table;
  margin-bottom: calc(16px * 1.6);
  height: 76px;
}

@media (min-width: 768px) {

.category-item {
    height: 150px
}
  }

.category-item__link {
  display: table-cell;
  vertical-align: middle;
  border: 2px solid rgba(74, 191, 230, 1);
  border-radius: 4px;
  padding: 0 10px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: rgba(74, 191, 230, 1);
}

.category-item__link:active,
  .category-item__link:focus{
    background-color: rgba(74, 191, 230, 1);
    color: #fff;
    text-decoration: none;
  }
.category-item__link:hover{
    text-decoration: underline;
}

.category-item__link h4 {
    margin-bottom: 0;
  }

.category-item__title {
  font-size: calc(16px * 1.1);
  margin-bottom: 0;
}

.section {
  margin-bottom: calc(16px * 1.6 * 2);
}

@media (min-width: 768px) {

.section-header {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.section-header__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.section-header__col--main {
    width: 100%;
    padding-right: 16px
}
  }

@media (max-width: 767px) {

.section-header__col--button {
	  margin-top:20px;
    margin-bottom:  12px;
}
  }

@media (min-width: 768px) {

.section-header__col--button {
    padding: 32px 0 0 0
}
  }

.article-promoted span {
  font-size: calc(16px - 4px);
  color: rgba(240, 209, 82, 1);
  vertical-align: middle;
}

.article-list {
  margin-bottom: calc(16px * 1.6 / 2);
}

.article-list li {
    margin-bottom: calc(16px * 1.6 / 2);
  }

.footer {
  color: #999;
  font-size: calc(16px - 2px);
  line-height: 1.1;
  padding: calc(16px * 1.6) 0;
  background-color: #fff;
}

.footer a {
    color: #999;
  }

.footer a:hover {
/*      color: #8c8c8c; */
    }

.footer .footer-social-link {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    width: 24px;
    height: 24px;
    font-size: 24px !important;
    line-height: 24px !important;
  }

.footer .footer-social-link + .footer .footer-social-link {
      margin: 0 0 0 10px;
    }

.footer__inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {

.footer__inner {
    display: table
}
  }

.footer__col {
  position: relative;
}

@media (min-width: 768px) {

.footer__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.footer__col--social-links {
    text-align: right
}
  }

.copyright a {
  color: #999;
}

.footer .container-inner {
  border-top: 1px solid #e1e3e6;
  padding-top: calc(16px * 1.6);
}

.breadcrumbs {
  padding: 8px 0;
  margin-bottom: calc(16px * 1.6);
  list-style: none;
  background-color: transparent;
}

.breadcrumbs > li {
    display: inline;
  }

.breadcrumbs > li + li:before {
      content: "› ";
      padding: 0 0.5rem;
      color: #ccc;
    }

@media (max-width: 767px) {

.search-results-column {
    margin-bottom: calc(16px * 1.6)
}
  }

@media (min-width: 768px) {

  .search-results-column {
      float: left;
      width: 100%;
      padding-right: 16px
  }
}

.search-result {
  margin: 0 0 calc(16px * 1.6) 0;
}

.search-result-meta {
  margin: 0 0 calc(16px * 1.6 / 4) 0;
  font-size: calc(16px - 2px);
  color: #979797;
}

.search-result-meta a {
    color: #979797;
  }

.search-result-link {
  margin-bottom: 0 0 calc(16px * 1.6 / 4) 0;
  font-size: calc(16px * 1.25);
}

.search-result-description em {
    padding: 0 3px;
    font-style: normal;
    font-weight: bold;
    background-color: #fff3ca;
    border-radius: 3px;
  }

.search-result-votes {
  color: rgba(96, 223, 82, 1);
}

.search-result-votes:before {
  margin-right: 2px;
}

.note {
  position: relative;
  padding: 0 16px;
  margin-bottom: calc(16px * 1.6);
  color: #2c4258;
  border-left: 4px solid transparent;
}

.note p:last-child {
    margin-bottom: 0;
  }

.note-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.note-default {
  border-color: #818a91;
}

.note--default {
  border-color: #818a91;
}

.note-default .note-title {
    color: #818a91;
  }

.note--default .note-title {
    color: #818a91;
  }

.note-info, 
.note--info {
  border-color: rgba(74, 191, 230, 1);
}

.note-info .note-title, .note--info .note-title {
    color: rgba(74, 191, 230, 1);
  }

.note-warning,
.note--warning {
  border-color: rgba(240, 209, 82, 1);
}

.note-warning .note-title, .note--warning .note-title {
    color: rgba(240, 209, 82, 1);
  }

.note-success,
.note--success {
  border-color: rgba(96, 223, 82, 1);
}

.note-success .note-title, .note--success .note-title {
    color: rgba(96, 223, 82, 1);
  }

.note-danger,
.note--danger {
  border-color: rgba(233, 81, 117, 1);
}

.note-danger .note-title, .note--danger .note-title {
    color: rgba(233, 81, 117, 1);
  }

.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 calc(16px * 1.6) 0;
  }

.pagination ul > li {
      display: inline-block;
      margin-right: 6px;
    }

.pagination ul > li > a {
        display: block;
        position: relative;
        padding: 8px 16px;
        line-height: 1.6;
        text-decoration: none;
        color: rgba(74, 191, 230, 1);
        background-color: #fff;
        border-radius: 4px;
      }

.pagination ul > li > span {
        display: block;
        position: relative;
        padding: 8px 16px;
        line-height: 1.6;
        text-decoration: none;
        color: rgba(74, 191, 230, 1);
        background-color: #fff;
        border-radius: 4px;
      }

.pagination ul > li > a:hover {
        color: #1c9dc8;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > li > a:focus {
        color: #1c9dc8;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > li > span:hover {
        color: #1c9dc8;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > li > span:focus {
        color: #1c9dc8;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > .pagination-current > span,
      .pagination ul > .pagination-current > span:hover,
      .pagination ul > .pagination-current > span:focus {
        z-index: 2;
        color: #fff;
        background-color: rgba(74, 191, 230, 1);
        border-color: rgba(74, 191, 230, 1);
        cursor: default;
      }

main .container {
    padding-left: 16px;
    padding-right: 16px;
}

main,
.container-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.menu-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border-radius: calc(2rem / 15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {

.menu-button {
    display: none
}
  }

.menu-button:hover {
    opacity: 1;
  }

.menu-button:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0;
    transition: 0;
  }

.menu-button:focus {
    outline: 0;
  }

.menu-button__lines {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 0.13333rem;
  background: #fff;
  border-radius: 0.13333rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-button__lines:before,
  .menu-button__lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: calc(2rem / 14) center;
            transform-origin: calc(2rem / 14) center;
    display: inline-block;
    width: 2rem;
    height: 0.13333rem;
    background: #fff;
    border-radius: 0.13333rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

.menu-button__lines:before {
    top: calc(2rem / 4);
  }

.menu-button__lines:after {
    top: calc(2rem / -4);
  }

.menu-button.is-pressed {
/*   -webkit-transform: scale3d(0.8, 0.8, 0.8); */
/*           transform: scale3d(0.8, 0.8, 0.8); */
}

.menu-button.is-pressed .menu-button__lines {
/*     background: transparent; */
  }

.menu-button.is-pressed .menu-button__lines:before,
    .menu-button.is-pressed .menu-button__lines:after {
/*       top: 0;
      width: 2rem;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; */
    }

.menu-button.is-pressed .menu-button__lines:before {
/*       -webkit-transform: rotate3d(0, 0, 1, 45deg); */
/*               transform: rotate3d(0, 0, 1, 45deg); */
    }

.menu-button.is-pressed .menu-button__lines:after {
/*       -webkit-transform: rotate3d(0, 0, 1, -45deg); */
/*               transform: rotate3d(0, 0, 1, -45deg); */
    }


/*modal内アイコン*/

.menu-button-modal {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
  position: absolute;
  right: 16px;
  display: block;
  z-index:9999;
}

.menu-button-modal .menu-button__lines {
    background: transparent;
  }

.menu-button-modal .menu-button__lines:before,
.menu-button-modal .menu-button__lines:after {
    top: 0;
 		width: 3rem;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    }

.menu-button-modal .menu-button__lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg);
    }

.menu-button-modal .menu-button__lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg);
    }

@media (min-width: 768px) {
.menu-button-modal {
  display: none;
  }
}

/* modal内アイコン END*/

.help-center-name {
  display: inline-block;
  margin: 0 0 0 calc(16px / 2);
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

.intro-title {
  position: relative;

  margin-bottom: calc(16px * 1.6);
  font-size: calc(16px * 1.25);
  font-weight: 500;
  color: #fff;
}

@media (min-width: 768px) {

.intro-title {
    margin-bottom: 32px;
    font-size: calc(16px * 1.75)
}
  }

.meta {
  font-size: calc(16px - 2px);
  color: #979797;
}

.meta__item {
  display: inline-block;
  margin-right: calc(16px / 2);
}

.meta__item + .meta__item:before {
    margin-right: calc(16px / 2);
    font-size: 10px;
    content: "\2022";
  }

.meta--profile {
  margin-bottom: 0;
}

.meta--profile .meta__item {
    margin-bottom: 0;
  }

.avatar {
  position: relative;
}

.avatar--agent:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -4px;
    margin-bottom: -4px;

    font-size: calc(16px * 0.85);
    color: rgba(74, 191, 230, 1);
    content: "\f19d";
  }

.user-avatar {
  border-radius: 100%;
}

.user-avatar--default {
  width: 32px;
  height: 32px;
}

#user .user-avatar {
  width: 32px;
  height: 32px;
}

.user-avatar--profile {
  width: 65px;
  height: 65px;
}

.comment-avatar-agent:after,
.question-avatar-agent:after,
.answer-avatar-agent:after {
  position: absolute;
}

.comment-avatar-agent:after {
  left:  calc(32px - (16px / 2));
  top: 0;
}

.question-avatar-agent:after,
.answer-avatar-agent:after {
  left:  calc(32px - (16px / 2));
}

.user-avatar,
.article-avatar img,
.comment-avatar img,
.question-avatar img,
.answer-avatar img {
  border-radius: 100%;
}

.user-avatar,
.article-avatar img,
.comment-avatar img,
.question-avatar img,
.answer-avatar img {
  width: 32px;
  height: 32px;
}

.comment-avatar-agent:after,
.question-avatar-agent:after,
.answer-avatar-agent:after {
  color: rgba(74, 191, 230, 1);
}

.comments__callout {
  font-size: calc(16px * 0.85);
  color: #979797;
}

.comments__callout:empty {
    display: none;
  }

.comments__list {
  padding-left: 0;
  list-style: none;
}

.comment-list-header {
  margin-bottom: calc(16px * 1.6);
  border-bottom: 1px solid #b7bbc4;
  padding-bottom: calc(16px * 1.6 / 2);
}

.comment-list-heading {
  margin-bottom: 0;
  font-size: calc(16px * 1.1);
  font-weight: bold;
}

.comment-sorter {
  margin-bottom: calc(16px * 1.6 * 1.25);
  border-bottom: 1px dotted #b7bbc4;
  padding-bottom: calc(16px * 1.6);
}

@media (min-width: 768px) {

.comment-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.comment-sorter__col {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

.comment-sorter__col--main {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

@media (min-width: 768px) {

.comment-sorter__col--main {
    padding-right: 16px
}
  }

@media (min-width: 768px) {

.comment-sorter__col--filters {
    text-align: right
}
  }

.comment-sorter__item.is-active {
    font-weight: bold;
  }

.comment-sorter__item + .comment-sorter__item:before {
    margin: 0 calc(16px / 2);
    font-size: 10px;
    content: '\2022';
  }

.comment {
  margin-bottom: calc(16px * 1.6 * 1.25);
  border-bottom: 1px dotted #b7bbc4;
  padding-bottom: calc(16px * 1.6 * 1.25);
}

.comment__inner {
  position: relative;
  padding-right: calc(40px + 16px);
}

.comments__content {
  position: relative;
  padding-right: 16px;
}

.comment__header {
  position: relative;
  margin-bottom: calc(16px * 1.6);
}

.comment__voting-and-actions {
  position: absolute;
  right: 0;
  top: calc(16px * 1.6 * -0.375);
  width: 40px;
  text-align: center;
}

.comment__voting-and-actions .dropdown-toggle:after {
    margin-left: 0;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f013';
  }

.comment__official-heading {
  position: absolute;
  right: calc(16px * 3);
  top: 0;
  width: auto;
  padding: 1px calc(16px / 2);
  font-size: calc(16px * 0.85);
  color: #fff;
  background-color: rgba(74, 191, 230, 1);
  border-radius: 0 0 4px 4px;
}

.comment--official .comment__inner {
    position: relative;
    border: 1px solid rgba(74, 191, 230, 1);
    border-radius: 4px;
    background-color: #fff;
    padding-top: calc(16px * 1.6);
    padding-bottom: calc(16px * 1.6);
    padding-left: calc(16px * 2);
    padding-right: calc(16px * 2);
  }

.comment__body ul {
    margin-left: 16px;
  }

.comment__body ol {
    margin-left: 16px;
  }

.comment__body ul {
    list-style-type: disc;
  }

.comment__body ol {
    list-style-type: decimal;
  }

.comment-form {
  position: relative;
  margin-bottom: calc(16px * 1.6);
}

@media (min-width: 768px) {

.comment-form {
    padding-left: calc(32px + 16px)
}
  }

.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {

.comment-form__avatar {
    display: none
}
  }

.comment-form__body {
  margin-bottom: calc(16px * 1.6);
}

.comment-form__attachments {
  margin-bottom: calc(16px * 1.6);
}

.comment-form__mark-as-solved {
  position: relative;
}

.comment-form__comment-ccs ul {
    margin-bottom: 0;
  }

.promoted-articles__list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* 2020_0206 記述ここから*/
.promoted-articles__title a {
  color:#000 !important;
}
.promoted-articles__title a:hover {
  text-decoration: underline;
}
/* 2020_0206 記述ここまで*/

.promoted-articles__title,
.column h2.promoted-articles__title{
  font-size: calc(16px * 1.4);
  margin-bottom: calc(16px * 1.6);
  margin-left:12px;
}

.promoted-articles-item__title {
  display: block;
  font-size: calc(16px * 1.1);
  margin-bottom: calc(16px * 1.6 / 4);
}

.promoted-articles-item__desc {
  margin-top: 0;
}

.promoted-articles.academy {
  margin-top: 40px;
}

.error-page {
  padding: 0;
  margin-bottom: calc(16px * 1.6 * 2);
}

.error-page h2 {
    font-size: calc(16px * 1.25);
  }

.satisfaction-box {
  background-color: #eee;
  border-radius: 4px;
  padding: calc(8px * 2) 16px;
  border: 1px solid #b7bbc4;
  margin: 0 0 calc(16px * 1.6) 0;
}

.satisfaction-box h4 {
    font-weight: bold;
  }

.satisfaction-box h4:last-child {
      margin-bottom: 0;
    }

.satisfaction-box input[type=radio] ~ label {
  letter-spacing: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 0;
  border: inherit;
  border-radius: ;
  padding: 8px 8px;
}

.satisfaction-box input[type=radio][checked=checked][value=good] + label:not([class="disabled"]) {
  background: rgba(96, 223, 82, 1) !important;
}

.satisfaction-box input[type=radio][checked=checked][value=bad] + label:not([class="disabled"]) {
  background: rgba(233, 81, 117, 1) !important;
}

.satisfaction-box input[type=radio][checked=checked] + label:not([class="disabled"]) {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.satisfaction-box label.disabled {
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  margin-bottom: calc(16px * 1.6) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
 color: rgba(96, 223, 82, 1) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
 color: rgba(233, 81, 117, 1) !important;
}

.satisfaction-comment {
  margin-top: calc(16px * 1.6);
}

.satisfaction-box .satisfaction-submit {
  letter-spacing: 0;
  font-size: inherit !important;
  font-weight: inherit !important;
  border-radius:  4px;
  padding: 8px 8px;
  background: rgba(96, 223, 82, 1);
  border-color: #4cdb3c;
  margin-left: calc(16px * 1.6 / 2) !important;
}

.community {
  border: 1px dotted #b7bbc4;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: calc(16px * 1.6);
}

.my-activity-item {
  padding: 8px 16px;
  margin-bottom: calc(16px * 1.6);
  border: 1px dotted #b7bbc4;
  border-radius: 4px;
}

@media (min-width: 768px) {

.my-activity-item__title {
    max-width: 70%
}
  }

.my-activity-item__meta {
  font-size: calc(16px - 2px);
  color: #979797;
}

.my-activity-item--request {
  position: relative;
}

.my-activity-item--request .request-status {
    display: inline-block;
  }

@media (max-width: 767px) {

.my-activity-item--request .request-status {
      margin-bottom: calc(16px * 1.6 / 2)
  }
    }

@media (min-width: 768px) {

.my-activity-item--request .request-status {
      position: absolute;
      top: 16px;
      right: 16px
  }
    }

.my-activities-header {
  margin-bottom: calc(16px * 1.6);
}

.my-activities-menu {
  font-weight: bold;
}

.my-activities-menu__items {
  margin-bottom: 0;
  margin-top: 0;
}

.my-activities-menu__item {
  float: left;
  margin-bottom: 0;
  color: #3d5c7a;
}

.my-activities-menu__item a {
    display: block;
  }

.my-activities-menu--main {
  margin-bottom: calc(16px * 1.6);
  overflow: hidden;
  background-color: #eff0f2;
  border-radius: 4px;
}

.my-activities-menu--main .my-activities-menu__item.is-active {
      color: #fff;
      background-color: rgba(74, 191, 230, 1);
    }

.my-activities-menu--main .my-activities-menu__item.is-active {
      padding: 16px 16px;
    }

.my-activities-menu--main .my-activities-menu__item a {
      padding: 16px 16px;
    }

@media (min-width: 768px) {
    .my-activities-menu--main .my-activities-menu__item + .my-activities-menu__item {
      border-left: 1px solid #fff;
    }
  }

.my-activities-menu--sub {
  margin-bottom: calc(16px * 1.6);
}

.my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item {
    padding-left: 16px;
  }

@media (max-width: 991px) {

#quick-search {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

@media (min-width: 992px) {

#quick-search {
    float: left;
    max-width: 300px
}
  }

@media (max-width: 991px) {

.request-filter {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

.my-activities-header {
  margin-bottom: calc(16px * 1.6);
}

.my-activities-items {
  margin-bottom: calc(16px * 1.6 * 2);
}

@media (min-width: 768px) {

.my-activities-items {
    display: table;
    width: 100%
}
  }

.my-activities-items__head {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {

.my-activities-items__head {
    display: table-header-group;
    font-size: calc(16px * 0.85);
    font-weight: bold;
    text-transform: uppercase
}
  }

@media (min-width: 768px) {

.my-activities-items__body {
    display: table-row-group
}
  }

@media (min-width: 768px) {

.my-activities-items__row {
    display: table-row
}
  }

@media (min-width: 768px) {

.my-activities-items__col {
    display: table-cell;
    padding-top: calc(16px * 1.6 / 2);
    padding-bottom: calc(16px * 1.6 / 2);
    border-bottom: 1px dotted #b7bbc4
}

    .my-activities-items__col + .my-activities-items__col {
      padding-left: 16px;
    }
  }

@media (max-width: 767px) {

.my-activities-items__request-id {
    display: inline
}
  }

@media (min-width: 768px) {

.my-activities-items__request-id {
    display: none
}
  }

.request-table-toolbar {
  padding-top: calc(8px * 2);
  padding-bottom: 8px;
  margin-bottom: calc(16px * 1.6);
  background-color: #f9f9f9;
  border-radius: 4px;
}

@media (min-width: 768px) {

.request-table-toolbar {
    padding-top: 8px;
    padding-bottom: calc(8px * 2)
}
  }

.request-table-toolbar label {
    font-size: calc(16px * 0.85);
    text-transform: uppercase;
  }

@media (min-width: 768px) {

.request-table-filters {
    display: table;
    width: 100%
}
  }

.request-table-filters__item {
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 767px) {

.request-table-filters__item {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

@media (min-width: 768px) {

.request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom
}
  }

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-organization__col--main {
  width: 100%;
}

.request-table-organization__col--button {
  padding-left: calc(16px / 2);
}

.requests-sort-symbol {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.requests-sort-symbol:after {
    font-family: FontAwesome;
    content: '\f0d7';
    display: inline-block;
    color: #979797;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 2px;
  }

.requests-link {
  white-space: nowrap;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: '\f0d8';
}

.share {
  white-space: nowrap;
}

.share li {
  position: relative;

  display: inline-block;
  vertical-align: top;
}

.share a {
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: #979797;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border: 1px solid #979797;
  border-radius: 4px;
  width: 36px;
  height: 36px;
}

.share a:before {
    position: relative;

    display: inline-block;
    width: 100%;
    text-align: center;
  }

.share-facebook:hover {
  color: #3d5b95;
}

.share-twitter:hover {
  color: #24aadd;
}

.share-linkedin:hover {
  color: #0976b4;
}

.share-googleplus:hover {
  color: #d23e30;
}

.request {
  position: relative;
}

.request-sidebar dt:first-child {
    margin-bottom: calc(16px * 1.6 / 2);
  }

.request-sidebar dd {
    margin-bottom: calc(16px * 1.6 / 2);
  }

.request-id {
  display: block;
  margin-bottom: calc(16px * 1.6 / 2);
}

.request-description {
  margin-bottom: calc(16px * 1.6);
}

.request-details {
  background-color: #f5f5f7;
  padding: calc(16px * 1.6 / 2) 15px;
}

.request-status {
  padding: calc(8px / 4) calc(16px / 4);
  font-size: calc(16px - 2px);
  color: #fff;
  border-radius: 4px;
}

.request-status.request-solved,
  .request-status.request-closed {
    background-color: rgba(96, 223, 82, 1);
  }

.request-status.request-new,
  .request-status.request-open {
    background-color: rgba(240, 209, 82, 1);
  }

.request-status.request-answered {
    background-color: rgba(233, 81, 117, 1);
  }

table {
  background-color: transparent;
  width: 100% !important;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #818a91;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(16px * 1.6);
}
th{
  padding:8px;
}

td{
  padding:8px;
}

.table th,
  .table td {
    padding: 12px;
    vertical-align: top;
  }

.table td {
    border-top: 1px solid #d3d6d8-color;
  }

.table thead th {
    vertical-align: bottom;
  }

.table tbody + tbody {
    border-top: 1px solid #d3d6d8-color;
  }

.table .table {
    background-color: #fff;
  }

.table--color-header th {
    background-color: rgba(74, 191, 230, 1);
    color: #fff;
  }

.table--striped th,
  .table--striped td,
  .table--striped thead th {
    border-color: #fff;
  }

.table--striped tbody tr:nth-child(odd) {
    background-color: rgba(74, 191, 230, 1);
    color: #fff;
  }

.table--hover tbody tr:hover {
    background-color: rgba(74, 191, 230, 1);
    color: #fff;
  }

.table--bordered {
  border: 1px solid #d3d6d8;
}

.table--bordered td {
    border-left: 1px solid #d3d6d8;
  }

.table--bordered th {
    border-left: 1px solid #d3d6d8;
  }

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {

.table-responsive {
    width: 100%;
    margin-bottom: calc(16px * 1.6 * 0.75);
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d3d6d8-color
}
    
    .table-responsive > .table {
      margin-bottom: 0;
    }
          .table-responsive > .table > thead > tr > th,
          .table-responsive > .table > thead > tr > td,
          .table-responsive > .table > tbody > tr > th,
          .table-responsive > .table > tbody > tr > td,
          .table-responsive > .table > tfoot > tr > th,
          .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
          }
  }

.embed,
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.embed img, .embed-responsive img {
    width: 100%;
  }

.embed iframe,
  .embed embed,
  .embed object,
  .embed video,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.embed:focus, .embed-responsive:focus {
    outline: none !important;
  }

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

.visibility-internal-icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f023";
}

.search-result-votes:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f164";
}

.recent-activity-item-comment span:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e5";
}

.article-vote-up:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f164";
}

.article-vote-down:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f165";
}

.vote-controls a {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vote-up:before {
  content: "\f106";
}

.vote-down:before {
  content: "\f107";
}

.share a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-facebook:before {
  content: "\f09a";
}

.share-twitter:before {
  content: "\f099";
}

.share-linkedin:before {
  content: "\f0e1";
}

.share-googleplus:before {
  content: "\f0d5";
}

.dropdown-toggle:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  margin-left: 5px;
}

.article {
  position: relative;
}

.article-header {
  margin-bottom: calc(16px * 1.6 * 2);
}

.article-header h1 {
  margin-bottom: calc(16px / 2);
}

.article-meta {
  display: table;
  margin-bottom: calc(16px * 1.6);
  width: 100%;
  display:none;
}

.article-meta__col {
  display: table-cell;
  vertical-align: top;
}

.article-meta__col--main {
  padding-right: 16px;
  width: 100%;
}

.article__body {
  margin-bottom: calc(16px * 1.6);
}

.article__body ul {
    margin-left: 16px;
  }

.article__body ol {
    margin-left: 16px;
  }

.article__body ul ul {
      margin-top: calc(16px * 1.6 / 2);
    }

.article__body ul ol {
      margin-top: calc(16px * 1.6 / 2);
    }

.article__body ol ul {
      margin-top: calc(16px * 1.6 / 2);
    }

.article__body ol ol {
      margin-top: calc(16px * 1.6 / 2);
    }

.article__body ul li {
      margin-bottom: calc(16px * 1.6 / 2);
    }

.article__body ol li {
      margin-bottom: calc(16px * 1.6 / 2);
    }

.article__body ul {
    list-style-type: disc;
  }

.article__body ol {
    list-style-type: decimal;
  }

.article__body .wysiwyg-font-size-x-large {
    font-size: calc(16px * 1.5);
  }

.article__body .wysiwyg-font-size-large {
    font-size: calc(16px * 1.25);
  }

.article__body .wysiwyg-font-size-medium {
    font-size: 16px;
  }

.article__body .wysiwyg-font-size-small {
    font-size: calc(16px * 0.85);
  }

.article__body .list-bullet,
  .article__body .list-colored {
    list-style-type: none;
  }

.article-footer {
  margin-top: calc(16px * 1.6 * 1);
  border-top: 1px dotted #b7bbc4;
}

.article-share {
  padding: calc(16px * 1.6) 0 0;
  border-top: 1px solid #b7bbc4;
}

.article-vote {
  display: table;
  margin-bottom: calc(16px * 1.6);
}

.article-vote > * {
  display: table-cell;
  vertical-align: middle;
}

.article-vote > * + * {
  padding-left: 16px;
}

.article-vote-up:hover,
  .article-vote-up.article-voted {
    color: rgba(96, 223, 82, 1) !important;
  }

.article-vote-down:hover,
  .article-vote-down.article-voted {
    color: rgba(233, 81, 117, 1) !important;
  }

.article-vote-controls {
  white-space: nowrap;
}

.article-vote-controls a {
    color: #979797;
  }

.article-vote-count {
  color: #979797;
}

.article-footer {
  margin-bottom: calc(16px * 1.6);
}

.article__attachments {
  margin-bottom: calc(16px * 1.6);
}

.article-more-questions {
  margin-bottom: calc(16px * 1.6);
  clear: both;
}

.article-more-questions a {
    white-space: nowrap;
  }

.article-vote-question {
  font-size: calc(16px - 2px);
  font-weight: 500;
  color: #979797;
}

.related-articles .article-sidebar h3 {
  margin-top: 32px;
  font-size: calc(16px * 1.25);
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.custom-blocks {
  margin-bottom: calc(16px * 1.6);
}

.custom-block {
  margin-bottom: calc(16px * 1.6);
}

.custom-block a {
    display: block;
  }

.custom-block__image {
  margin-bottom: calc(16px * 1.6);
}

.custom-block__image svg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

.custom-block__image circle {
    fill: rgba(246, 246, 246, 1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

.custom-block__title {
  font-size: 16px;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {

.custom-block__title {
    margin-bottom: calc(16px * 1.6)
}
  }

@media (max-width: 767px) {
    .topbar .language-selector .dropdown-menu {
      position: static;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      margin: 0;
    }
    .topbar .language-selector .dropdown-menu [role="menuitem"] {
      padding-left: 0;
      padding-right: 0;
    }
  }

.community-recent-activity {
  padding: calc(16px * 1.6) 16px;
  margin-bottom: calc(16px * 1.6 * 2);
  border: 1px dotted #b7bbc4;
  border-radius: 4px;
}

.community-recent-activity h4 {
    font-weight: bold;
  }

.community-recent-activity .recent-activity-header {
    display: none;
  }

.community-recent-activity .recent-activity-list {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
  }

@media (min-width: 768px) {

.community-recent-activity .recent-activity-list {
      margin-right: -15px;
      margin-left: -15px
  }
    }

@media (min-width: 768px) {

.community-recent-activity .recent-activity-item {
      display: inline-block;
      width: 50%;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: calc(16px * 1.6);
      vertical-align: top
  }
    }

.community-recent-activity .recent-activity-item-meta {
    font-size: calc(16px * 0.85);
    color: #979797;
  }

.community-recent-activity .recent-activity-item-comment span:before {
    margin-right: calc(16px / 4);
    content: "\f0e5";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.community-recent-activity .recent-activity-item-parent {
    font-weight: bold;
    color: rgba(10, 15, 20, 1);
  }

.page-header {
  position: relative;
  margin: 0 0 calc(16px * 1.6 * 1.5);
}

.page-header--with-border {
  border-bottom: 1px dotted #b7bbc4;
  padding:0 0 16px;
}

.page-description {
  margin: 0 0 calc(16px * 1.6) 0;
  color: #4e759c;
}

.page-description:empty {
  display: none;
}

.profile-header {
  margin-bottom: calc(16px * 1.6);
  border-radius: 4px;
  background-color: $brand_secondary;
  padding: calc(16px * 1.6) 15px;
  text-align: center;
  color: rgba(10, 15, 20, 1);
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: calc(16px * 1.5);
}

.profile-header__name a {
    color: rgba(10, 15, 20, 1);
  }

@media (min-width: 768px) {

.profile-header__name {
    font-size: calc(16px * 1.75);
    font-weight: 300
}
  }

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(16px * 1.6);
  background-color: rgba(74, 191, 230, 1);
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  margin-bottom: calc(16px * 1.6 / 2);
  padding-left: 0;
  list-style: none;
  font-size: calc(16px * 0.85);
  color: #979797;
}

.profile-stats__stat {
  margin-right: 16px;
  margin-bottom: calc(16px * 1.6 / 4);
}

@media (max-width: 767px) {

.profile-stats__stat {
    display: block
}
    
    .profile-stats__stat:before {
      display: none;
    }
  }

.profile-stats__label {
  margin-right: calc(16px / 2);
}

.profile-stats__value {
  color: rgba(10, 15, 20, 1);
}

.profile-nav {
  margin-bottom: calc(16px * 1.6);
  border-radius: 4px;
  background-color: #eff0f2;
  overflow: hidden;
  font-size: calc(16px * 0.85);
  font-weight: 600;
}

.profile-nav__items {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {

.profile-nav__item {
    display: inline-block;
    vertical-align: middle
}
  }

.profile-nav__item a {
    display: block;
    color: rgba(10, 15, 20, 1);
  }

.profile-nav__item.is-active {
    background-color: rgba(74, 191, 230, 1);
    color: #fff;
  }

.profile-nav__item.is-active {
    padding: calc(16px * 1.6 / 1.5) 16px;
    line-height: 1;
  }

.profile-nav__item a {
    padding: calc(16px * 1.6 / 1.5) 16px;
    line-height: 1;
  }

.profile-nav__item:after {
    right: 16px !important;
  }

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc(16px * 1.6);
}

.profile-section__title {
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: calc(16px * 1.5);
}

.profile-section__description {
  color: #979797;
  font-size: calc(16px * 0.85);
}

@media (min-width: 768px) {

.profile-section__description {
    padding-bottom: 0
}
  }

.profile-section-sorter {
  font-size: calc(16px * 0.85);
}

.profile-section-sorter .dropdown {
    display: inline-block;
  	position: relative;
	  top: 0;
  }

@media (min-width: 768px) {

.profile-section-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.profile-section-sorter {
    border-top: 0;
    padding-top: 0
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

.profile-section-sorter__col--main {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--main {
    padding-right: 16px
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--btn {
    text-align: right
}
  }

.profile-contribution {
  position: relative;

  border-radius: 4px;
  background-color: #eff0f2;
  padding: calc(16px * 1.6 / 2) 15px;

  word-wrap: break-word;
}

.profile-contribution__header {
  margin-bottom: calc(16px * 1.6 / 4);
}

.profile-contribution__status {
  margin-bottom: calc(16px * 1.6 / 4);
}

.profile-contribution__title {
  margin-top: 0;
  margin-bottom: calc(16px * 1.6 / 4);
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: calc(16px * 1.6 / 2);
}

.profile-contribution--list .profile-contribution__title:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
  }

.profile-contribution__breadcrumbs {
  margin-bottom: calc(16px * 1.6 / 2);
  padding: 0;
  font-size: (calc(16px * 0.85));
}

.profile__no-activity {
  text-align: center;
  color: #979797;
}

.profile__private-activity {
  text-align: center;
  color: #979797;
}

.profile-activity-list {
  padding-left: 0;
  list-style: none;
}

.profile-activity {
  position: relative;
  margin-bottom: calc(16px * 1.6 * 1.5);
}

.profile-activity__header {
  margin-bottom: calc(16px * 1.6 / 2);

  font-size: calc(16px * 0.85);
  font-weight: 600;
}

.profile-activity__header:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
  }

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(16px / 2);
}

.profile-activity-list--articles .profile-contribution__title:before {
  content: '\f0f6';
  margin-right: calc(16px * 1.6) / 6;
}

.profile-activity[class$="-article"] .profile-activity__header:before {
  content: '\f0f6';
  margin-right: calc(16px * 1.6) / 6;
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: '\f0e6';
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: '\f0e5';
}

.user-subscribe {
  display: inline-block;
}

.status-label {
  padding: 2px calc(16px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.status-label--pending {
  background-color: rgba(240, 209, 82, 1);
}

.status-label--with-ticket {
  background-color: rgba(74, 191, 230, 1);
}

.status-label--with-ticket:hover,
  .status-label--with-ticket:focus,
  .status-label--with-ticket:active {
    color: #fff;
  }

.status-label--solved,
.status-label--closed {
  background-color: rgba(96, 223, 82, 1);
}

.status-label--new,
.status-label--open {
  background-color: rgba(233, 81, 117, 1);
}

.status-label--answered {
  background-color: rgba(240, 209, 82, 1);
}

.status-label--official {
  background-color: rgba(74, 191, 230, 1);
}

.status-label--completed,
.status-label--answered {
  background-color: rgba(96, 223, 82, 1);
}

.status-label--planned {
  background-color: rgba(74, 191, 230, 1);
}

.status-label--not-planned {
  color: rgba(10, 15, 20, 1);
  background-color: #b7bbc4;
}

.entry-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(16px * 0.85);
  overflow: hidden;
}

.entry-info__avatar {
  padding-right: 16px;
}

.entry-info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: table-cell;
  vertical-align: top;
}

.entry-info__follow {
  float: right;
}

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: calc(16px * 0.85);
}

.attachment-list__item {
    position: relative;
    padding-left: calc(16px * 1.5);
    margin-bottom: calc(16px * 1.6 / 2);
  }

.attachment-list__item:last-child {
      margin-bottom: 0;
    }

.attachment-list__icon {
    position: absolute;
    left: 0;
    top: 4px;
  }

.callout {
  padding: calc(16px * 1.6) 20px 0;
  margin-bottom: calc(16px * 1.6);
  background-color: #eceeef;
  border-left-width: 5px;
  border-left-style: solid;
}

.callout p {
    padding-bottom: calc(16px * 1.6);
    margin-bottom: 0;
  }

.callout--transparent {
  background-color: transparent;
  border-width: 1px;
  border-color: #dedede;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  color: rgba(10, 15, 20, 1);
  background-color: #fff;
  border-color: rgba(96, 223, 82, 1);
}

.callout--success .callout__title {
    color: rgba(96, 223, 82, 1);
  }

.callout--info {
  color: rgba(10, 15, 20, 1);
  background-color: #d9f2fa;
  border-color: rgba(74, 191, 230, 1);
}

.callout--info .callout__title {
    color: rgba(74, 191, 230, 1);
  }

.callout--warning {
  color: rgba(10, 15, 20, 1);
  background-color: #fbf3d1;
  border-color: rgba(240, 209, 82, 1);
}

.callout--warning .callout__title {
    color: rgba(240, 209, 82, 1);
  }

.callout--danger {
  color: rgba(10, 15, 20, 1);
  background-color: #fdeff3;
  border-color: rgba(233, 81, 117, 1);
}

.callout--danger .callout__title {
    color: rgba(233, 81, 117, 1);
  }

.callout--primary {
  color: rgba(10, 15, 20, 1);
  background-color: #fff;
  border-color: rgba(74, 191, 230, 1);
}

.callout--primary .callout__title {
    color: rgba(74, 191, 230, 1);
  }

.callout--dashed {
  border-width: 1px;
  border-style: dashed;
}

.image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.image-with-shadow {
  -webkit-box-shadow: 0 5px 15px 2px #55595c;
          box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
  }

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
    width: 100%;
  }

.image-with-video-icon:before {
    content: '';
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 60px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    z-index: 3;
  }

.image-with-video-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }

.image-with-video-icon:active:before, .image-with-video-icon:hover:before {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
    }

.list-colored,
.list-bullet {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0;
}

.list-colored li {
    position: relative;
    padding-left: calc(30px + 16px);
    counter-increment: list;
    margin-bottom: calc(16px * 1.6 / 2) !important;
  }

.list-colored li:before {
      position: absolute;
      top: -3px;
      left: 0;
      content: counter(list);
      text-align: center;
      font-size: calc(16px * 0.85);
      width: 30px;
      height: 30px;
      background-color: rgba(74, 191, 230, 1);
      border-radius: 50%;
      z-index: 1;
      color: #fff;
      line-height: 30px;
    }

.list-colored ol {
    counter-reset: list;
    list-style-type: none;
    margin-bottom: 14px;
  }

.list-bullet li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }

.list-bullet li:before {
      position: absolute;
      left: 0;
      top: -6px;
      font-family: 'FontAwesome';
      font-size: 25px;
      font-weight: 400;
      font-style: normal;
      content: '\f05d';
      color: rgba(74, 191, 230, 1);
      vertical-align: bottom;
      width: auto;
      height: auto;
      background-color: transparent;
    }

.list-bullet ul {
    list-style: none;
    margin-bottom: 14px;
  }

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

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

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

.text-primary {
  background-color: #d0eff9;
}

.text-info {
  background-color: rgba(74, 191, 230, 1);
}

.text-warning {
  background-color: rgba(240, 209, 82, 1);
}

.text-danger {
  background-color: rgba(233, 81, 117, 1);
}

.text-success {
  background-color: rgba(96, 223, 82, 1);
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-top: 0;
  margin-bottom: calc(16px * 1.6);
  border-bottom: 0 !important;
}

.accordion__item-title {
  position: relative;
  font-size: calc(16px * 1.25);
  padding: 15px 20px 15px 52px;
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
  }

.accordion__item-title:before {
    content: '';
    position: absolute;
  }

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
    left: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid rgba(74, 191, 230, 1);
    border-left: 2px solid rgba(74, 191, 230, 1);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

.accordion--default .accordion__item-title--active {
    background-color: #f0f0f0;
  }

.accordion--default .accordion__item-title--active:before {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
    }

.accordion--colored .accordion__item-title {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

.accordion--colored .accordion__item-title:before,
    .accordion--colored .accordion__item-title:after {
      top: 50%;
    }

.accordion--colored .accordion__item-title:before {
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #818a91;
      left: 20px;
    }

.accordion--colored .accordion__item-title:after {
      content: '';
      position: absolute;
      left: 24px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      background-color: #818a91;
    }

.accordion--colored .accordion__item-title--active {
      background-color: rgba(74, 191, 230, 1);
      color: #fff;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
    }

.accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
      }

.accordion--colored .accordion__item-title--active:after {
        display: none;
      }

.tabs {
  margin-bottom: calc(16px * 1.6);
}

.tabs ul {
    margin-bottom: 0;
  }

.tabs ul:before,
    .tabs ul:after {
      display: table;
      content: "";
    }

.tabs ul:after {
      clear: both;
    }

.tabs li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px 0 0;
    color: rgba(10, 15, 20, 1);
    border-radius: 4px;
    border: 1px solid transparent;
    margin-bottom: 0;
  }

@media (min-width: 768px) {

.tabs li {
      display: block;
      float: left;
      margin: 0 0 calc(-2 * 1px) 0;
      padding: calc(8px * 2) 16px
  }
    }

@media (min-width: 768px) {

.tabs .is-active {
      border-bottom: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      background-color: #fff;
      border-color: #b7bbc4
  }
    }

.tabs li a:not([role="button"]) {
    color: #3d5c7a;
  }

.tab {
  display: block;
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: -1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (min-width: 768px) {

.tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
  }

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 8px 30px;
  color: #55595c;
  font-weight: bold;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: transparent;
}

.tabs-link:hover {
    color: #878c90;
  }

@media (max-width: 767px) {

.tabs-link {
    border-top-color: #ddd;
    border-left-color: #ddd;
    border-right-color: #ddd
}

    .tabs-link:first-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
    }
  }

@media (min-width: 768px) {

.tabs-link {
    display: inline-block
}
  }

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  border-color: #ddd;
  color: rgba(74, 191, 230, 1);
  cursor: pointer;
}

.tabs-link.is-active:hover {
    color: rgba(74, 191, 230, 1);
    cursor: default;
  }

@media (min-width: 768px) {

.tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
  }

.tabs--colored-1 .tab {
    background-color: #f7f7f9 !important;
  }

.tabs--colored-1 .tabs-link.is-active {
    background-color: #f7f7f9;
    border-bottom-color: #f7f7f9;
  }

.tabs--colored-2 .tabs-link {
    color: rgba(74, 191, 230, 1);
  }

.tabs--colored-2 .tabs-link:hover {
      color: #a4dff2;
    }

.tabs--colored-2 .tabs-link.is-active {
    background-color: rgba(74, 191, 230, 1);
    color: #fff;
    border-bottom-color: rgba(74, 191, 230, 1);
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

.tabs--colored-2 .tab {
    background-color: #f7f7f9 !important;
  }

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 1px solid rgba(74, 191, 230, 1);
  border-radius: 4px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 50px;
  height: 50px;
  color: rgba(74, 191, 230, 1);
}

.scroll-to-top:focus,
  .scroll-to-top:active {
    outline: 0;
  }

.scroll-to-top.is-active {
    bottom: 30px;
  }

.scroll-to-top:hover {
    color: #1c9dc8;
    border-color: #1c9dc8;
  }

@media (max-width: 767px) {

.scroll-to-top {
    display: none
}
  }

.scroll-to-top--fixed {
  position: fixed;

  right: 48px;
  bottom: calc(-4 * 48px);
}

.scroll-to-top--fixed.is-active {
    bottom: 48px;
  }

.recent-articles h3 {
    margin-bottom: calc(16px * 1.6 / 2);
  }

.related-articles h3 {
    margin-bottom: calc(16px * 1.6 / 2);
  }

@media (min-width: 768px) {

.recent-articles h3 {
      margin-top: calc(16px * 1.6 / 2)
  }

.related-articles h3 {
      margin-top: calc(16px * 1.6 / 2)
  }
    }

.recent-articles ul, .related-articles ul {
    list-style: none;
    padding-left: 0;
  }

.recent-articles ul > li {
      margin-bottom: calc(16px * 1.6 / 2);
    }

.related-articles ul > li {
      margin-bottom: calc(16px * 1.6 / 2);
    }

.recent-articles ul > li a {
        color: rgba(10, 15, 20, 1);
        border-bottom: 1px solid #b7bbc4;
        padding-bottom: 1px;
      }

.related-articles ul > li a {
        color: rgba(10, 15, 20, 1);
        border-bottom: 1px solid #b7bbc4;
        padding-bottom: 1px;
      }

.recent-articles h3 {
  font-size: calc(16px * 1.25);
}

.section-articles {
  margin-bottom: calc(16px * 1.6);
}

.section-articles__title {
  font-size: calc(16px * 1.25);
  margin-bottom: calc(16px * 1.6 / 2);
}

.section-articles__list {
  padding-left: 0;
  list-style: none;
}

.section-articles__item {
  margin-bottom: calc(16px * 1.6 / 2);
}

.community-nav {

}

.community-nav__item {
    float: left;
  }

.community-nav__item + .community-nav__item {
      margin-left: 16px;
    }

.community-nav__item.is-active {
      font-weight: bold;
    }

.community-nav__item--button {
    float: right;
  }

.vote {
  max-width: 40px;
  width: 100%;
}

.vote [aria-selected=true] {
    z-index: 2;
  }

.vote-sum {
  display: block;
  padding-top: calc(16px * 1.6 / 4);
  padding-bottom: calc(16px * 1.6 / 4);
  font-weight: bold;
  text-align: center;
}

.vote-control {
  position: relative;

  z-index: 1;
  display: block !important;
  padding: calc(16px * 1.6 / 6) 0 !important;
  font-size: 16px !important;
  color: rgba(10, 15, 20, 1);
  border-color: #b7bbc4;
  line-height: 1.6 !important;
}

.vote-control:hover,
  .vote-control:active {
    z-index: 2;
  }

.vote-control:hover {
    background-color: #1f5b84 !important;
    color: #fff !important;
  }

.vote-control[aria-selected=true] {
    background-color: #2b7db5 !important;
    color: #fff !important;
  }

.vote-control[aria-selected=true]:hover {
      background-color: transparent !important;
      color: #1f5b84 !important;
    }

.topic-list-item:nth-child(2n+1) {
    clear: left;
  }

.topic-list-item__box {
  padding: calc(16px * 1.6) 16px;
  margin-bottom: calc(16px * 1.6);
  border: 1px dotted #b7bbc4;
  border-radius: 4px;
}

.topic-list-item__title {
  margin-top: 0;
  margin-bottom: calc(16px * 1.6 / 2);
}

.topic {
  display: table;
  width: 100%;
  padding-bottom: calc(16px * 1.6 / 2);
  margin-bottom: calc(16px * 1.6);
  border-bottom: 1px dotted #b7bbc4;
}

.topic__col {
  display: table-cell;
  vertical-align: top;
}

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: calc(16px * 1.75);
}

.topic-filters__item {
  float: left;
  margin-right: calc(16px / 2);
}

@media (max-width: 767px) {

.topic-filters__item {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

.topic-controls {
  margin-bottom: calc(16px * 1.6 * 2);
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: calc(16px / 2);
}

@media (min-width: 768px) {

.topic-controls__item--subscribe {
    float: right;
    white-space: nowrap
}
  }

.topic-controls__item--subscribe .dropdown {
    display: inline-block;
    vertical-align: middle;
  }

@media (min-width: 768px) {

.post-page {
    margin-bottom: calc(16px * 1.6 * 2)
}
  }

.post {
  position: relative;
  margin-bottom: calc(16px * 1.6);
}

.post__title {
  font-size: calc(16px * 1.5);
  padding-right: calc(16px * 1.5);
}

@media (min-width: 768px) {

.post__title {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.post__title {
    font-size: calc(16px * 2.5)
}
  }

.post-meta {
  display: table;
  margin-bottom: calc(16px * 1.6);
  width: 100%;
}

.post-meta__col {
  display: table-cell;
  vertical-align: top;
}

.post-meta__col--main {
  padding-right: 16px;
  width: 100%;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: calc(40px + 16px);
}

.post__body ul {
    margin-left: 16px;
  }

.post__body ol {
    margin-left: 16px;
  }

.post__body ul {
    list-style-type: disc;
  }

.post__body ol {
    list-style-type: decimal;
  }

.post__voting-and-actions {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
}

.post__voting-and-actions .dropdown-toggle {
    font-size: 0;
  }

.post__voting-and-actions .dropdown-toggle:after {
    content: '\f013';
    margin-left: 0;
    font-size: 16px;
  }

.post-callout {
  background-color: #f5f5f7;
  padding: calc(16px * 1.6 / 2) 15px;
}

.post-callout__title {
  font-size: calc(16px * 1.1);
  font-weight: bold;
  margin-top: 0;
}

.post-share ul {
    margin-left: 0;
  }

.post-list-item {
  padding-bottom: calc(16px * 1.6);
  margin-bottom: calc(16px * 1.6);
  border-bottom: 1px dotted #b7bbc4;
}

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}
  }

.post-list-item__title {
  margin-top: 0;
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: calc(16px * 1.5);
}

.post-list-item__title .fa-star {
    position: relative;
    top: -4px;

    font-size: 50%;
  }

@media (min-width: 768px) {

.post-list-item__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.post-list-item__col--main {
    width: 60%
}
  }

@media (min-width: 768px) {

.post-list-item__col--side {
    width: 40%;
    text-align: right
}
  }

.post-info {
  color: #979797;
  font-size: calc(16px - 2px);
}

@media (min-width: 768px) {

.post-info {
    float: right;
    text-align: center;
    min-width: 90px;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 8px 16px
}
  }

@media (min-width: 768px) {

.post-info__count {
    display: block;
    color: rgba(10, 15, 20, 1);
    font-weight: bold
}
  }

.post-info + .post-info {
  margin-right: 16px;
}

@media (max-width: 767px) {
    .post-info + .post-info:before {
      margin-right: calc(16px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

.post-status {
  display: inline-block;
  padding: 1px calc(16px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.post-status--completed,
.post-status--answered {
  background-color: rgba(96, 223, 82, 1);
}

.post-status--planned {
  background-color: rgba(74, 191, 230, 1);
}

.post-status--not-planned {
  color: rgba(10, 15, 20, 1);
  background-color: #b7bbc4;
}

.new-post-title {
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {

.new-post-title {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.new-post-title {
    font-size: calc(16px * 2.5)
}
  }

.new-post-form {
  margin-bottom: calc(16px * 1.6);
}


/* パソコンで見たときは"#insurance_PC"がついた画像が表示される */
#insurance_PC {
  display: block !important; 
}
#insurance_SP {
  display: none !important; 
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
#insurance_PC {
  display: none !important; 
  }
#insurance_SP {
  display: block !important; 
  }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

.contents {
  margin: 32px 0;
}

@media (max-width: 767px) {
  .contents {
    margin: 32px 0;
  }
}

.nav__list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .nav__list {
    flex-direction: column;
    margin-top: 24px;
  }
}

.nav__item-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 250px; /*20211213追加*/
}

@media (max-width: 767px) {
  .nav__item-wrapper {
    padding: 8px 0;
    width: 100%;
  }
}

.nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 16px;
  border: solid 1px #B3B3B3;
  border-radius: 6px;
  padding: 16px;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: box-shadow ease-in 0.2s;
}

.nav__item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 20px;
}

@media (max-width: 767px) {
	.nav__item {
    justify-content: left;
  }
}

.nav__item--host {
  border-color: #20BE0E;
}

.nav__item--guest {
  border-color: #00B7F3;
}

.nav__icon {
  height: 36px;
  margin-right: 24px;
}

.nav__icon--large {
  height: 60px;
}

.nav__item__text {
  color: rgba(10, 15, 20, 1);
}

.nav__item__text--large {
  font-size: 20px;
}

@media (max-width: 767px) {
  .nav__item__text--large {
    font-size: 16px;
  }
}

.nav__item__subtext {
  color: rgba(10, 15, 20, 1);
  font-size: 14px;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .nav__item__subtext {
    font-size: 12px;
    margin-top: 8px;
  }
}

.frequent {
  margin-top: 0px;
}

.frequent__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 32px;
  color: #0A0F14
}

.frequent__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* margin-top: 32px; */
}

@media (max-width: 767px) {
  .frequent__list {
    flex-direction: column;
  }
}
.frequent__item {
  flex-basis: 29%;
  margin-top: 0px;
  margin-right: 2%;
  margin-bottom: 8px;
  margin-left: 2%;
  padding-bottom: 12px;
  border-bottom: 1px solid #E3E6EA;
  transition: border-color ease-in 0.2s;
  display: flex;
  flex-direction: column;
}

.frequent__itemguest:hover {
  border-color: #017DA7;
}

.frequent__item a {
  color: rgba(10, 15, 20, 1);
  margin-top: auto;
  font-size: 14px;
}
.frequent_guest a::before {
  -webkit-text-size-adjust: 100%;
  margin: auto 2% auto 0;
  content: "ゲスト";
  border-radius: 4px;
  color: #fff;
  padding: 3px;
  font-size: 7px;
  font-weight: bold;
  background-color: #059CE5;
  vertical-align: middle;
}
.frequent_host a::before {
  -webkit-text-size-adjust: 100%;
  margin: auto 2% auto 0;
  content: "ホスト";
  border-radius: 5px;
  color: #fff;
  padding: 3px;
  font-size: 7px;
  font-weight: bold;
  background-color: #228644;
  vertical-align: middle;
}
.frequent_all a::before {
  -webkit-text-size-adjust: 100%;
  margin: auto 2% auto 0;
  content: "ホスト・ゲスト";
  border-radius: 5px;
  color: #fff;
  padding: 5px;
  font-size: 10px;
  background-color: #E95175;
  vertical-align: text-bottom; 
}
.frequent_pickup a::after {
-webkit-text-size-adjust: 100%;
  margin: auto auto auto 2%;
  content: "PICK UP";
  border-radius: 5px;
  border: solid 1px;
  color: rgb(244, 98, 117);
  padding: 3px;
  font-size: 7px;
  vertical-align: middle;
}

.frequent h3 {
  font-size: 14px;
  margin: 30px 2% 10px;
  padding: 5px 10px;
  border-left: 4px solid #E3E6EA;
  color:#0A0F14
}

.inquiry {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.inquiry_category {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .inquiry .nav__item {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .inquiry .nav__item__text {
    margin: 0 auto;
  }
}

.thin-footer {
  background-color: #E3E6EA;
  margin-top: auto;
}

.thin-footer__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 0;
}

.thin-footer__item {
  padding: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .thin-footer__item {
    flex-grow: 1;
    padding: 8px;
  }
}

.thin-footer__item a {
  color: rgba(10, 15, 20, 1);
}

.subheader {
  margin-top: 16px;
}
  
.subheader .breadcrumbs {
  border: none;
}
.column.new-request .subbox ul {
    text-align: left;
}

/* おすすめの記事　非表示
#new_request .suggestion-list {
display:none;
} 
#new_request .suggestion-list label {
display:none;
} 
#new_request .suggestion-list li {
display:none;
} 
#new_request .suggestion-list li a:visited {
display:none;
} */

.formtop {
    padding: 10px;
    border-radius: 3px;
   text-align: center;
}
.formtop-ttl {
    font-size: 16px;
    margin-bottom: 16px !important;
    font-weight: bold;
}
.formtop__txt {
   font-size: 14px;
   margin-bottom: 16px !important;
}

.low-help-more {
    margin: 0 !important;
}
/* subbox*/
/*subbox-ttl*/
/* sub-box__txt */