html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: none;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
img {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form,
fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}
input,
select,
label,
textarea {
  vertical-align: middle;
  border: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.login {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url("./bg-login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.login .login-form {
  position: absolute;
  box-sizing: border-box;
  width: 400px;
  /* height: 620px; */
  border-radius: 8px;
  background-color: #fff;
  margin: auto;
  top: 48px;
  left: 0;
  right: 0;
  padding: 40px 40px 80px 40px;
}
.login .login-form .login-language {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.login .login-form .logo {
  display: flex;
  align-items: center;
}
.login .login-form .logo img {
  width: 136px;
  height: auto;
  margin-right: 16px;
}
.login .login-form .logo .company-name {
  font-size: 12px;
}
.login .login-form .copy {
  font-size: 16px;
  font-weight: bold;
}
.login .login-form h4 {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.login .login-form .auth-login {
  height: 40px;
  line-height: 38px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  background: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.login .login-form .auth-login:hover {
  transition: background-color 0.2s;
  background: #ddd;
}
.login .login-form .form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 4px;
}
.login .login-form .form input[type="text"] {
  border: 1px solid #bbb;
}
.login .login-form .form input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
.login .login-form .form input[type="text"]::-moz-placeholder {
  color: #999;
}
.login .login-form .form input[type="text"]:-ms-input-placeholder {
  color: #999;
}
.login .login-form .form input[type="text"]::-ms-input-placeholder {
  color: #999;
}
.login .login-form .form input[type="text"]::placeholder {
  color: #999;
}
.login .login-form .form input[type="text"]:focus {
  border: 1px solid #666;
}
.login .login-form .form .submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 4px;
  background: #f27318;
  color: #fff;
}
.login .login-form .form .submit:hover {
  transition: background-color 0.2s;
  background: #e66000;
}
.login .login-form .description {
  margin-bottom: 26px;
}
.login .login-form .description p {
  font-size: 12px;
  color: #444;
  margin-bottom: 8px;
}
.login .login-form .signup {
  text-align: center;
}
.login .login-form .signup a {
  font-size: 14px;
  color: #0073e6;
  cursor: pointer;
  text-decoration: underline;
}
.login .login-form .signup a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .login {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    background: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .login .login-header {
    width: 100%;
    height: 160px;
    background-image: url("./bg-login.jpg");
    background-size: cover;
    background-position: center;
  }
  .login .login-form {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    /* height: 400px; */
    border-radius: 8px;
    background-color: #fff;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px;
  }
  .login .login-form .logo {
    display: block;
    height: auto;
  }
  .login .login-form .logo img {
    width: 136px;
    margin: 0 auto;
    padding: 8px 0;
  }
  .login .login-form .logo .company-name {
    text-align: center;
  }
  .login .login-form .copy {
    text-align: center;
  }
  .login .login-form h4 {
    text-align: center;
  }
  .login .login-form .auth-login {
    height: 48px;
    line-height: 46px;
  }
  .login .login-form .form input {
    height: 48px;
    line-height: 46px;
  }
  .login .login-form .form .submit {
    height: 48px;
    line-height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .parts .page__contents {
    padding-left: 0;
  }
}
@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 400;
  src: local("./../lib/font/Noto Sans CJK JP"),
    local("./../lib/font/NotoSansCJKjp-Regular"),
    local("./../lib/font/NotoSansJP-Regular"),
    url("./../lib/font/NotoSansCJKjp-Regular.woff2") format("woff2"),
    url("./../lib/font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 700;
  src: local("./../lib/font/NotoSansCJKjp-Bold"),
    local("./../lib/font/NotoSansJP-Bold"),
    url("./../lib/font/NotoSansCJKjp-Bold.woff2") format("woff2"),
    url("./../lib/font/NotoSansCJKjp-Bold.woff") format("woff");
}
body,
button,
select,
input {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Noto Sans", "Noto Sans CJK JP",
    "Noto Sans CJK JP Subset", sans-serif;
}
body {
  font-size: 16px;
  line-height: 21px;
  color: #333;
  font-weight: 500;
  background: #fff;
  margin: 0 auto;
  min-width: 320px;
  position: relative;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}
/* a:link,
a:visited {
  color: inherit;
  text-decoration: none;
} */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-64 {
  margin-bottom: 64px;
}
.org-new {
  display: inline-block;
}
.org-new::before {
  content: "NEW";
  display: block;
  background: #f27318;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.25em;
  color: #fff;
  border-radius: 2px;
  margin-right: 2px;
}
.breadcrumbs {
  display: flex;
  padding: 8px 20px;
  border-bottom: 1px solid #ddd;
}
.breadcrumbs .breadcrumb {
  color: #666;
  margin-right: 8px;
  font-size: 12px;
}
.breadcrumbs .breadcrumb::after {
  content: ">";
  display: inline-block;
  margin-left: 8px;
}
.breadcrumbs .breadcrumb:last-child::after {
  content: "";
}
.org-selector {
  position: relative;
  display: inline-block;
}
.org-selector::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 32px;
  background-image: url("./../images/icon-selector.svg");
  background-size: contain;
}
.org-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 240px;
  max-width: calc(100% - 20px);
  height: 36px;
  line-height: 34px;
  background: #fff;
  border: 1px solid #aaa;
  padding: 0 24px 0 8px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
.org-input-text {
  display: block;
  width: 400px;
  max-width: calc(100% - 20px);
  height: 36px;
  border: 1px solid #ddd;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.org-input-text:focus {
  border: 1px solid #666;
}
.org-input-text.error {
  border: 1px solid #e60026;
  background: #fff7f9;
}
.org-input-text.error + .error-text {
  color: #e60026;
  font-size: 12px;
  padding: 4px 0;
}
.org-checkbox {
  cursor: pointer;
}
.org-checkbox input {
  display: none;
}
.org-checkbox input:checked + .org-checkbox__parts {
  color: #aaa;
}
.org-checkbox input:checked + .org-checkbox__parts::before {
  background: #00994d;
  border: 1px solid #00994d;
}
.org-checkbox input:checked + .org-checkbox__parts::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.org-checkbox .org-checkbox__parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.org-checkbox .org-checkbox__parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #aaa;
  border-radius: 2px;
}
.org-textarea {
  display: block;
  width: 400px;
  max-width: calc(100% - 20px);
  height: 72px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}
.org-textarea:focus {
  border: 1px solid #666;
}
.org-warning {
  position: relative;
  padding: 20px;
  border: 1px solid #f7b500;
  background: #fff8e6;
  border-radius: 4px;
}
.org-warning .title {
  display: flex;
  align-items: center;
}
.org-warning .title::before {
  content: "";
  width: 24px;
  height: 20px;
  background-image: url("./../images/icon-warning.svg");
  background-size: cover;
  margin-right: 8px;
}
.org-warning ul li {
  font-size: 14px;
  list-style: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.org-warning button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 144px;
  height: 36px;
  line-height: 36px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.org-warning button:hover {
  transition: background-color 0.2s;
  background: #ddd;
}
.org-warning button.download-pdf::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 22px;
  background-image: url("./../images/icon-pdf.svg");
  background-size: contain;
  margin-right: 8px;
}
.org-error {
  border: 1px solid #e60026;
  background: #fff7f9;
  color: #e60026;
  font-size: 14px;
  padding: 16px;
  border-radius: 4px;
}
.org-error .title {
  display: flex;
  align-items: center;
}
.org-error .title img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.org-error .title h4 {
  font-size: 16px;
  font-weight: bold;
}
.org-error ul {
  padding-left: 4px;
}
.org-error ul li {
  font-size: 14px;
  list-style: inside;
  padding-left: 1em;
  text-indent: -1.25em;
}
.org-annotation {
  position: relative;
  padding: 20px;
  border: 1px solid #0073e6;
  background: #f2f9ff;
  border-radius: 4px;
}
.org-annotation.has-button {
  padding-right: 180px;
}
.org-annotation .title {
  display: flex;
  align-items: center;
}
.org-annotation .title::before {
  content: "";
  width: 24px;
  height: 20px;
  background-image: url("./../images/icon-warning.svg");
  background-size: cover;
  margin-right: 8px;
}
.org-annotation ul li {
  font-size: 14px;
  list-style: inside;
  padding-left: 1em;
  text-indent: -1.25em;
}
.org-annotation button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 144px;
  height: 36px;
  line-height: 36px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.org-annotation button:hover {
  transition: background-color 0.2s;
  background: #ddd;
}
.org-annotation button.download-pdf::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 22px;
  background-image: url("./../images/icon-pdf.svg");
  background-size: contain;
  margin-right: 8px;
}
.org-tabs {
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  overflow-x: auto;
}
.org-tabs .org-tab {
  box-sizing: border-box;
  width: auto;
  min-width: 96px;
  height: 48px;
  padding: 0 16px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  font-weight: bold;
}
.org-tabs .org-tab:hover {
  transition: background-color 0.2s;
  background: #ddd;
}
.org-tabs .org-tab .num {
  padding: 2px 4px;
  margin-left: 4px;
  color: #fff;
  background: #666;
  font-size: 12px;
  border-radius: 4px;
}
.org-tabs .org-tab.active {
  border-bottom: 4px solid #f27318;
}
.org-tabs .org-tab.active .num {
  background: #f27318;
}
.flow {
  display: flex;
}
.flow .popup {
  position: fixed;
  width: 300px;
  bottom: auto;
}
.flow .popup h6 {
  font-weight: normal;
  font-size: 14px;
}
.flow .popup h6:last-of-type {
  margin-bottom: 16px;
}
.flow .popup .email {
  color: #0073e6;
  text-decoration: underline;
}
.flow__column {
  position: relative;
  padding-right: 24px;
}
.flow__column:not(:last-of-type)::before {
  position: absolute;
  top: 80px;
  right: 0;
  content: "";
  width: 24px;
  height: 8px;
  background-image: url("./../images/icon-flow-arrow.svg");
  background-size: contain;
}
.flow__column:last-of-type {
  padding-right: 96px;
}
.flow__condition {
  box-sizing: border-box;
  width: 48px;
  height: 16px;
  margin: 0 auto 8px;
  line-height: 14px;
  border-radius: 4px;
  font-size: 12px;
}
.flow__condition.state-or {
  color: #222;
  border: 1px solid #222;
  text-align: center;
}
.flow__condition.state-or::before {
  content: "OR";
}
.flow__condition.state-and {
  color: #fff;
  background: #00994d;
  border: 1px solid #00994d;
  text-align: center;
}
.flow__condition.state-and::before {
  content: "AND";
}
.flow__item {
  position: relative;
  width: 96px;
  height: 120px;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
}
.flow__item.state-done {
  position: relative;
}
.flow__item.state-done::after {
  position: absolute;
  top: 32px;
  left: 16px;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("./../images/icon-status-done.svg");
  background-size: contain;
}
.flow__item.state-cc {
  position: relative;
}
.flow__item.state-cc::after {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 38px;
  height: 16px;
  display: block;
  background-image: url("./../images/icon-status-cc.svg");
  background-size: contain;
}
.flow__item.state-current {
  border: 1px solid #f27318;
  background: #fff7f2;
}
.flow__item.state-revert {
  position: relative;
}
.flow__item.state-revert::after {
  position: absolute;
  top: 32px;
  left: 16px;
  content: "";
  width: 24px;
  height: 21px;
  display: block;
  background-image: url("./../images/icon-status-revert.svg");
  background-size: contain;
}
.flow__item img {
  width: auto;
  height: 34px;
  margin: 0 auto 12px;
}
.flow__item p {
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
}
.popup-wrapper {
  position: relative;
}
.popup {
  position: absolute;
  display: none;
  bottom: 40px;
  left: -21px;
  box-sizing: border-box;
  width: 240px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 5000;
}
.popup.left-2 {
  left: -2px;
}
.popup.bottom-30 {
  bottom: 30px;
}
.popup.bottom-50 {
  bottom: 50px;
}
.popup.is-shown-popup {
  display: block;
}
.popup .popup-inner {
  position: relative;
  z-index: 1003;
  padding: 16px;
  background: #fff;
  font-weight: normal;
  font-size: 14px;
}
.popup .popup-inner h6 {
  margin-bottom: 4px;
}
.popup .popup-inner p {
  text-align: left;
}
.popup::before,
.popup::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -6px;
  left: 20px;
  transform: rotate(45deg) skew(8deg, 8deg) translateZ(-1px);
}
.popup::before {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-45deg, #fff 51%, transparent 51%);
  z-index: 1001;
}
.popup::after {
  z-index: 1002;
}
.popup.center-pick::before,
.popup.center-pick::after {
  left: 0;
  right: 0;
  margin: auto;
}
.org-steps {
  position: relative;
  display: flex;
}
.org-steps .button-wrapper {
  padding: 0;
}
.org-steps .button-wrapper .prev,
.org-steps .button-wrapper .draft,
.org-steps .button-wrapper .next {
  width: 120px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  background: #f7f7f7;
}
.org-steps .button-wrapper .prev:hover,
.org-steps .button-wrapper .draft:hover {
  transition: background-color 0.2s;
  background: #ddd;
}
.org-steps .button-wrapper .next {
  background: #f27318;
  border: 1px solid #f27318;
  color: #fff;
}
.org-steps .button-wrapper .next:hover {
  transition: background-color 0.2s;
  background: #e66000;
  border: 1px solid #e66000;
}
.org-steps .button-wrapper .next.inactive {
  background: #ddd;
  border: 1px solid #ddd;
  cursor: default;
  pointer-events: none;
}
.org-steps .step {
  display: flex;
}
.org-steps .step:not(:last-child)::after {
  content: "";
  width: 32px;
  height: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0 8px;
}
.org-steps .step .num {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  background: #ccc;
  color: #fff;
  border-radius: 32px;
  margin: 0 auto 4px;
}
.org-steps .step .text {
  color: #ccc;
  font-size: 14px;
}
.org-steps .step.current .num {
  background: #f27318;
}
.org-steps .step.current .text {
  color: #f27318;
}
.org-steps .step.currented {
  opacity: 0.5;
}
.org-steps .step.currented .num {
  background: #f27318;
}
.org-steps .step.currented .text {
  color: #f27318;
}
.org-steps .step.currented:not(:last-child)::after {
  border-bottom: 1px solid #f27318;
}
.org-tags {
  display: flex;
  overflow-x: auto;
  overflow-y: visible;
}
.org-tags .tag-inner {
  display: flex;
  min-width: 500px;
}
.org-tags .tag {
  display: inline-block;
  background: #ddd;
  min-width: 32px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 14px;
}
.org-tags .tag .tag-parts {
  padding: 0 8px;
  border-radius: 24px;
}
.org-tags .tag input {
  display: none;
}
.org-tags .tag input:checked + .tag-parts {
  background: #f27318;
  color: #fff;
  display: flex;
  align-items: center;
}
.org-tags .tag input:checked + .tag-parts:hover {
  transition: background-color 0.2s;
  background: #e66000;
}
.org-tags .tag input + .tag-parts::before {
  content: "";
  width: 16px;
  height: 12px;
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.org-tags .tag input:checked + .tag-parts::before {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("./../images/icon-check.svg");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.org-tags .tag:hover {
  transition: background-color 0.2s;
  background: #ccc;
}

@media screen and (max-width: 768px) {
  .org-tags .tag-inner {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  .org-tags .tag {
    margin-top: 8px;
  }
}

.org-assessment-buttons {
  display: flex;
  position: absolute;
  padding: 16px 20px;
}
.org-assessment-buttons button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
}
.org-assessment-buttons button:hover {
  transition: background-color 0.2s;
  background: #ddd;
}
.org-assessment-buttons button::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 19px;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.org-assessment-buttons button.good {
  padding-left: 28px;
}
.org-assessment-buttons button.good::before {
  background-image: url("./../images/icon-good.svg");
}
.org-assessment-buttons button.bad {
  padding-left: 28px;
}
.org-assessment-buttons button.bad::before {
  background-image: url("./../images/icon-bad.svg");
}
.org-assessment-buttons button.report {
  padding-left: 12px;
  border: none;
  text-decoration: underline;
  color: #f27318;
}
.org-assessment-buttons button.report:hover {
  transition: background-color 0.2s;
  background: none;
}
.org-assessment-buttons button.report::before {
  width: 15px;
  height: 17px;
  background-image: url("./../images/icon-flag-orange.svg");
}
.org-assessment-buttons button.active {
  color: #f27318;
  border: 1px solid #f27318;
  background: #fff7f2;
}
.org-assessment-buttons button.active:hover {
  transition: background-color 0.2s;
  background: #ffe9d9;
}
.org-assessment-buttons button.active.good::before {
  background-image: url("./../images/icon-good-orange.svg");
}
.org-assessment-buttons button.active.bad::before {
  background-image: url("./../images/icon-bad-orange.svg");
}
.org-hash-tags {
  display: flex;
}
.org-hash-tags .hash-tag {
  color: #0073e6;
  margin-right: 16px;
  font-size: 14px;
  text-decoration: underline;
}
.org-hash-tags .hash-tag:hover {
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sp-element {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-element {
    display: block;
  }
}

/* SHAREX Portal additional custom */
.footer {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #444;
  margin-bottom: 40px;
}