@charset "UTF-8";

/*
 *  resources/sass/article.scssで定義
 */

.article {
  line-height: 1.8;
}

.article .title {
  font-size: 2rem;
}

.article .date {
  margin: 25px 0;
  color: #95999c;
}

.article .eye_catch {
  margin-bottom: 30px;
}

.article .content p {
  font-size: 1rem;
}

.article .content a {
  color: #1d68a7;
}

.article .content a:hover {
  opacity: 0.7;
}

.article .content figure {
  padding: 50px;
}

.article .content html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.article .content *,
.article .content *::before,
.article .content *::after {
  box-sizing: inherit;
}

.article .content * {
  margin: 0;
  padding: 0;
  outline: none;
}

.article .content audio,
.article .content canvas,
.article .content video,
.article .content progress,
.article .content iframe {
  display: block;
  vertical-align: baseline;
}

.article .content fieldset,
.article .content iframe,
.article .content img {
  border: 0;
}

.article .content embed,
.article .content object,
.article .content audio,
.article .content img,
.article .content video {
  max-width: 100%;
  height: auto;
}

.article .content button,
.article .content [type=submit] {
  -webkit-appearance: button;
}

.article .content [type=radio],
.article .content [type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15em;
  margin-right: 2px;
}

.article .content input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}

.article .content ::-moz-focus-inner {
  border: none;
  padding: 0;
}

.article .content html {
  font-size: 24px;
}

.article .content body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #31363a;
}

.article .content h1 + *,
.article .content h2 + *,
.article .content h3 + *,
.article .content h4 + *,
.article .content h5 + *,
.article .content h6 + * {
  margin-top: 0.75rem;
}

.article .content p + h2,
.article .content ul + h2,
.article .content ol + h2,
.article .content blockquote + h2,
.article .content figure + h2,
.article .content pre + h2,
.article .content table + h2,
.article .content dl + h2,
.article .content address + h2 {
  margin-top: 2rem;
}

.article .content p + h3,
.article .content ul + h3,
.article .content ol + h3,
.article .content blockquote + h3,
.article .content figure + h3,
.article .content pre + h3,
.article .content table + h3,
.article .content dl + h3,
.article .content address + h3 {
  margin-top: 1rem;
}

.article .content p + h4,
.article .content ul + h4,
.article .content ol + h4,
.article .content blockquote + h4,
.article .content figure + h4,
.article .content pre + h4,
.article .content table + h4,
.article .content dl + h4,
.article .content address + h4 {
  margin-top: 1rem;
}

.article .content p + h5,
.article .content ul + h5,
.article .content ol + h5,
.article .content blockquote + h5,
.article .content figure + h5,
.article .content pre + h5,
.article .content table + h5,
.article .content dl + h5,
.article .content address + h5 {
  margin-top: 1rem;
}

.article .content p + h6,
.article .content ul + h6,
.article .content ol + h6,
.article .content blockquote + h6,
.article .content figure + h6,
.article .content pre + h6,
.article .content table + h6,
.article .content dl + h6,
.article .content address + h6 {
  margin-top: 1rem;
}

.article .content p + *,
.article .content ul + *,
.article .content ol + *,
.article .content blockquote + *,
.article .content figure + *,
.article .content pre + *,
.article .content table + *,
.article .content dl + *,
.article .content address + * {
  margin-top: 1rem;
}

.article .content h1 + h2 {
  margin-top: 2rem;
}

.article .content h2 + h3 {
  margin-top: 1rem;
}

.article .content h3 + h4 {
  margin-top: 1rem;
}

.article .content h4 + h5 {
  margin-top: 1rem;
}

.article .content h5 + h6 {
  margin-top: 1rem;
}

.article .content a {
  color: #1740b4;
}

.article .content h1,
.article .content h2,
.article .content h3,
.article .content h4,
.article .content h5,
.article .content h6 {
  text-align: unset;
  font-family: inherit;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #0d1317;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
}

.article .content h1 a,
.article .content h2 a,
.article .content h3 a,
.article .content h4 a,
.article .content h5 a,
.article .content h6 a {
  color: inherit;
  text-decoration: none;
}

.article .content h1 a:hover,
.article .content h2 a:hover,
.article .content h3 a:hover,
.article .content h4 a:hover,
.article .content h5 a:hover,
.article .content h6 a:hover {
  transition: all 0.2s linear;
  color: inherit;
  opacity: 0.8;
  text-decoration: underline;
}

.article .content h1 {
  font-size: 39px;
  line-height: 1.2;
}

.article .content h2 {
  font-size: 25px;
  line-height: 1.3;
}

.article .content h3 {
  font-size: 18px;
  line-height: 1.5;
}

.article .content h3::after {
  display: none;
}

.article .content ul,
.article .content ol {
  margin-left: 20px;
  font-size: 1rem;
}

.article .content li li {
  font-size: 1em;
}

.article .content nav ul,
.article .content nav ol {
  margin-left: 0;
  list-style: none;
}

.article .content dt {
  font-weight: bold;
}

.article .content dd + dt {
  margin-top: 0.25em;
  font-size: 1rem;
}

.article .content pre {
  overflow: auto;
  white-space: pre;
  font-family: monospace;
  font-size: 90%;
  line-height: 1.5;
  color: #31363a;
  background-color: #f6f6f6;
  padding: 0.75rem;
  border: 1px solid rgba(207, 208, 209, 0.85);
}

.article .content pre code {
  padding: 0;
  border: 0;
  background: none;
  font-size: 100%;
  display: block;
  line-height: inherit;
}

.article .content blockquote {
  color: #31363a;
  font-style: italic;
  font-weight: normal;
  padding: 0;
  background: transparent;
}

.article .content blockquote p {
  color: #31363a;
  font-size: 100%;
  line-height: 1.5;
}

.article .content blockquote p + p {
  margin-top: 0.25rem;
}

.article .content blockquote cite,
.article .content figcaption cite {
  font-style: inherit;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(49, 54, 58, 0.7);
}

.article .content caption {
  text-align: left;
  font-style: normal;
}

.article .content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  empty-cells: show;
}

.article .content td,
.article .content th {
  text-align: left;
  vertical-align: top;
  font-size: 95%;
  line-height: 1.5;
  padding: 0.75em 0;
  border-bottom: 1px solid rgba(207, 208, 209, 0.4);
}

.article .content th {
  font-weight: normal;
}

.article .content thead th {
  font-weight: bold;
}

.article .content address {
  font-style: normal;
}

.article .content dfn,
.article .content abbr {
  font-size: 95%;
}

.article .content time,
.article .content cite,
.article .content small,
.article .content var,
.article .content samp,
.article .content kbd,
.article .content code {
  font-size: 85%;
}

.article .content sup,
.article .content sub {
  font-size: 65%;
}

.article .content var,
.article .content code,
.article .content kbd,
.article .content samp {
  display: inline-block;
  font-family: monospace;
  font-style: normal;
  line-height: 1;
  color: rgba(13, 19, 23, 0.85);
  vertical-align: baseline;
}

.article .content samp,
.article .content kbd,
.article .content code {
  border-radius: 2px;
}

.article .content kbd {
  border: 1px solid rgba(13, 19, 23, 0.15);
  padding: 0.2em 0.4em;
}

.article .content code {
  border: 1px solid transparent;
  background-color: #f6f6f6;
  padding: 0.2em 0.4em;
}

.article .content mark {
  background-color: yellow;
  color: black;
}

.article .content b,
.article .content strong {
  font-weight: 600;
}

.article .content dfn[title],
.article .content abbr[title] {
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  cursor: help;
}

.article .content cite {
  font-style: italic;
}

.article .content sub,
.article .content sup {
  line-height: 1;
  margin-left: 2px;
}

.article .content sub {
  vertical-align: sub;
}

.article .content sup {
  vertical-align: super;
}

.article .content label {
  display: block;
  font-size: 16px;
  margin-bottom: 0.125rem;
}

.article .content label.checkbox,
.article .content label .hint,
.article .content label .success,
.article .content label .error {
  text-transform: none;
  font-weight: normal;
}

.article .content label.checkbox {
  cursor: pointer;
  color: inherit;
  font-size: 100%;
}

.article .content figure > img,
.article .content figure > iframe,
.article .content figure > pre,
.article .content figure > div {
  vertical-align: middle;
}

.article .content figure figcaption {
  display: block;
  font-style: normal;
  margin-top: 0.125rem;
  font-size: 12px;
  line-height: 1.5;
}

.article .content hr {
  position: relative;
  line-height: 1;
  background: none;
  border: none;
  text-align: left;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 10px;
}

.article .content hr:before {
  content: "";
  position: absolute;
  top: 50%;
}

.article .content hr:before {
  width: 100%;
  max-width: 100%;
  margin-top: -0.5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(207, 208, 209, 0.6);
}

.article .content button,
.article .content a.button,
.article .content .button {
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-family: inherit;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  line-height: 1.25;
  font-size: 16px;
  font-weight: normal;
  color: #31363a;
  padding: 0.4em 24px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.article .content .button [class^=fa-] + span,
.article .content .button [class*=" fa-"] + span,
.article .content .button [class^=icon-] + span,
.article .content .button [class*=" icon-"] + span {
  margin-left: 4px;
}

.article .content .button span + [class^=fa-],
.article .content .button span + [class*=" fa-"],
.article .content .button span + [class^=icon-],
.article .content .button span + [class*=" icon-"] {
  margin-left: 4px;
  margin-right: -2px;
}

.article .content .button:hover,
.article .content .button:focus {
  outline: none;
  text-decoration: none;
}

.article .content .button:disabled {
  cursor: default;
  opacity: 0.5;
}

.article .content .button {
  font-weight: normal;
  text-transform: none;
  color: #31363a;
  border: 1px solid #cfd0d1;
  background-color: #ffffff;
  background-image: none;
}

.article .content .button:hover {
  color: #31363a;
  border: 1px solid #cfd0d1;
  background-color: #f6f6f6;
  background-image: none;
}

.article .content .button:disabled {
  color: #31363a;
  border: 1px solid #cfd0d1;
  background-color: #ffffff;
  background-image: none;
}

.article .content .button.button-primary {
  font-weight: normal;
  text-transform: none;
  color: #f1f9f5;
  border: 1px solid transparent;
  background-color: #1a4cdc;
  background-image: none;
}

.article .content .button.button-primary:hover {
  color: #f1f9f5;
  border: 1px solid transparent;
  background-color: #1740b4;
  background-image: none;
}

.article .content .button.button-primary:disabled {
  color: rgba(241, 249, 245, 0.75);
  border: 1px solid transparent;
  background-color: #112452;
  background-image: none;
  opacity: 0.4;
}

.article .content .button {
  font-size: 16px;
  border-radius: 4px;
  padding: 0.4em 24px;
  height: 42px;
}

.article .content .button.button-large {
  font-size: 16px;
  border-radius: 4px;
  padding: 0.4em 30px;
  height: 48px;
}

.article .content ::-moz-placeholder {
  color: rgba(13, 19, 23, 0.4);
  opacity: 1;
}

.article .content :-ms-input-placeholder {
  color: rgba(13, 19, 23, 0.4);
  opacity: 1;
}

.article .content ::-ms-input-placeholder {
  color: rgba(13, 19, 23, 0.4);
  opacity: 1;
}

.article .content ::placeholder {
  color: rgba(13, 19, 23, 0.4);
  opacity: 1;
}

.article .content :-ms-input-placeholder {
  color: rgba(13, 19, 23, 0.4);
}

.article .content ::-ms-input-placeholder {
  color: rgba(13, 19, 23, 0.4);
}

.article .content input,
.article .content textarea,
.article .content select {
  display: block;
  width: 100%;
  font-family: inherit;
  vertical-align: middle;
  font-weight: normal;
}

.article .content input:disabled,
.article .content textarea:disabled,
.article .content select:disabled {
  resize: none;
  opacity: 0.6;
  cursor: default;
}

.article .content input,
.article .content textarea,
.article .content select {
  color: #31363a;
  border: 1px solid #cfd0d1;
  background-color: #ffffff;
  box-shadow: none;
}

.article .content input:focus,
.article .content textarea:focus,
.article .content select:focus {
  border-color: rgba(26, 76, 220, 0.5);
  box-shadow: 0 0 2px rgba(26, 76, 220, 0.3);
}

.article .content .input-error {
  color: #e84855;
  border-color: rgba(232, 72, 85, 0.5);
  box-shadow: 0 0 2px rgba(232, 72, 85, 0.3);
}

.article .content .input-error:focus {
  border-color: #e84855;
}

.article .content input,
.article .content textarea,
.article .content select {
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 0.3em 0.5em;
  height: 42px;
}

.article .content .input-large {
  font-size: 18px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 0.3em 0.65em;
  height: 48px;
}

.article .content textarea {
  resize: vertical;
  height: auto;
  vertical-align: top;
}

.article .content select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg height="10" viewBox="0 0 9 10" width="9" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(0, 0, 0, .6)" d="m3.27162899.66658308.8-.70211699 4 3.51058495-.8.70211699-3.2-2.80846796-3.2 2.80846796-.8-.70211699zm0 8.59576602-3.2-2.80846795.8-.70211699 3.2 2.80846796 3.2-2.80846796.8.70211699-4 3.51058494z" /></svg>');
  background-repeat: no-repeat;
  background-position: right 0.65em center;
  padding-right: 28px;
}

.article .content select[multiple] {
  background-image: none;
  height: auto;
}

.article .content input[type=file] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}

.article .content input[type=radio],
.article .content input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
  box-shadow: none;
  padding: 0;
}

.article .content .link-stretched:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.article .content .link-dark {
  color: #0d1317;
}

.article .content .link-dark:hover {
  transition: all 0.2s linear;
  color: rgba(13, 19, 23, 0.6);
}

.article .content .text-nowrap,
.article .content .text-nowrap td,
.article .content .text-nowrap th {
  white-space: nowrap;
}

.article .content .text-icon {
  display: inline-block;
  width: auto;
  height: 1em;
  vertical-align: middle;
  margin-top: -0.2em;
}

.article .content .text-large + * {
  margin-top: 0.75rem;
}

.article .content .text-success {
  color: #2c8d65;
}

.article .content .text-error {
  color: #bc3d48;
}

.article .content .text-small {
  font-size: 12px;
  line-height: 1.5;
}

.article .content .text-medium {
  font-size: 14px;
  line-height: 1.5;
}

.article .content .text-regular {
  font-size: 16px;
  line-height: 1.5;
}

.article .content .text-large {
  font-size: 20px;
  line-height: 1.5;
}

.article .content .form-checkboxes label.checkbox {
  display: inline-block;
  margin-bottom: 0;
}

.article .content .form-checkboxes label.checkbox + label.checkbox {
  margin-left: 0.5rem;
}

.article .content .list-inline {
  list-style: none;
  margin-left: 0;
}

.article .content .list-inline li {
  display: inline;
  white-space: nowrap;
  margin-right: 0.25em;
}

.article .content .list-unstyled {
  margin-left: 0;
  list-style: none;
}

.article .content .table-scrollable {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.article .content .hint {
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(49, 54, 58, 0.55);
}

.article .content .hint-success {
  color: #2c8d65;
}

.article .content .hint-error {
  color: #bc3d48;
}

.article .content .embed-responsive {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.article .content .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article .content .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
}

.article .content .grid + .grid {
  margin-top: 1rem;
}

.article .content .grid-gutterless {
  grid-column-gap: 0;
}

.article .content .grid-gapless {
  grid-row-gap: 0;
}

.article .content .grid-gapless + .grid {
  margin-top: 0;
}

.article .content .grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}

.article .content .column-1 {
  grid-column: span 1;
}

.article .content .column-2 {
  grid-column: span 2;
}

.article .content .column-3 {
  grid-column: span 3;
}

.article .content .column-4 {
  grid-column: span 4;
}

.article .content .column-5 {
  grid-column: span 5;
}

.article .content .column-6 {
  grid-column: span 6;
}

.article .content .column-7 {
  grid-column: span 7;
}

.article .content .column-8 {
  grid-column: span 8;
}

.article .content .column-9 {
  grid-column: span 9;
}

.article .content .column-10 {
  grid-column: span 10;
}

.article .content .column-11 {
  grid-column: span 11;
}

.article .content .column-12 {
  grid-column: span 12;
}

@media only screen and (max-width: 1023px) {
  .article .content .grid-1-md {
    grid-template-columns: repeat(1, 1fr);
  }

  .article .content .grid-2-md {
    grid-template-columns: repeat(2, 1fr);
  }

  .article .content .grid-3-md {
    grid-template-columns: repeat(3, 1fr);
  }

  .article .content .grid-4-md {
    grid-template-columns: repeat(4, 1fr);
  }

  .article .content .grid-5-md {
    grid-template-columns: repeat(5, 1fr);
  }

  .article .content .grid-6-md {
    grid-template-columns: repeat(6, 1fr);
  }

  .article .content .grid-7-md {
    grid-template-columns: repeat(7, 1fr);
  }

  .article .content .grid-8-md {
    grid-template-columns: repeat(8, 1fr);
  }

  .article .content .grid-9-md {
    grid-template-columns: repeat(9, 1fr);
  }

  .article .content .grid-10-md {
    grid-template-columns: repeat(10, 1fr);
  }

  .article .content .grid-11-md {
    grid-template-columns: repeat(11, 1fr);
  }

  .article .content .grid-12-md {
    grid-template-columns: repeat(12, 1fr);
  }

  .article .content .column-1-md {
    grid-column: span 1;
  }

  .article .content .column-2-md {
    grid-column: span 2;
  }

  .article .content .column-3-md {
    grid-column: span 3;
  }

  .article .content .column-4-md {
    grid-column: span 4;
  }

  .article .content .column-5-md {
    grid-column: span 5;
  }

  .article .content .column-6-md {
    grid-column: span 6;
  }

  .article .content .column-7-md {
    grid-column: span 7;
  }

  .article .content .column-8-md {
    grid-column: span 8;
  }

  .article .content .column-9-md {
    grid-column: span 9;
  }

  .article .content .column-10-md {
    grid-column: span 10;
  }

  .article .content .column-11-md {
    grid-column: span 11;
  }

  .article .content .column-12-md {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 767px) {
  .article .content .grid,
  .article .content .grid-auto {
    grid-template-columns: repeat(1, 1fr);
  }

  .article .content .column {
    grid-column: span 1;
  }

  .article .content .column:empty {
    display: none;
  }

  .article .content .grid-1-sm {
    grid-template-columns: repeat(1, 1fr);
  }

  .article .content .grid-2-sm {
    grid-template-columns: repeat(2, 1fr);
  }

  .article .content .grid-3-sm {
    grid-template-columns: repeat(3, 1fr);
  }

  .article .content .grid-4-sm {
    grid-template-columns: repeat(4, 1fr);
  }

  .article .content .grid-5-sm {
    grid-template-columns: repeat(5, 1fr);
  }

  .article .content .grid-6-sm {
    grid-template-columns: repeat(6, 1fr);
  }

  .article .content .grid-7-sm {
    grid-template-columns: repeat(7, 1fr);
  }

  .article .content .grid-8-sm {
    grid-template-columns: repeat(8, 1fr);
  }

  .article .content .grid-9-sm {
    grid-template-columns: repeat(9, 1fr);
  }

  .article .content .grid-10-sm {
    grid-template-columns: repeat(10, 1fr);
  }

  .article .content .grid-11-sm {
    grid-template-columns: repeat(11, 1fr);
  }

  .article .content .grid-12-sm {
    grid-template-columns: repeat(12, 1fr);
  }

  .article .content .column-1-sm {
    grid-column: span 1;
  }

  .article .content .column-2-sm {
    grid-column: span 2;
  }

  .article .content .column-3-sm {
    grid-column: span 3;
  }

  .article .content .column-4-sm {
    grid-column: span 4;
  }

  .article .content .column-5-sm {
    grid-column: span 5;
  }

  .article .content .column-6-sm {
    grid-column: span 6;
  }

  .article .content .column-7-sm {
    grid-column: span 7;
  }

  .article .content .column-8-sm {
    grid-column: span 8;
  }

  .article .content .column-9-sm {
    grid-column: span 9;
  }

  .article .content .column-10-sm {
    grid-column: span 10;
  }

  .article .content .column-11-sm {
    grid-column: span 11;
  }

  .article .content .column-12-sm {
    grid-column: span 12;
  }
}

@media all and (-ms-high-contrast: none) {
  .article .content {
    display: flex;
    margin-left: -1.25rem;
  }

  .article .content .column {
    flex: 1;
    margin-left: 1.25rem;
    margin-bottom: 1rem;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .article .content {
    display: block;
    margin-left: 0;
  }

  .article .content .column {
    margin-left: 0;
  }
}

.article .content .entry {
  margin: 0;
  padding: 26px;
  background-color: #ffffff;
}

.article .content div + p,
.article .content div + blockquote,
.article .content div + table,
.article .content div + ul,
.article .content div + ol,
.article .content div + dl,
.article .content div + pre,
.article .content div + pre,
.article .content div + h1,
.article .content div + h2,
.article .content div + h3,
.article .content div + h4,
.article .content div + h5,
.article .content div + h6,
.article .content div + figure {
  margin-top: 1rem;
}

.article .content .card {
  background-color: #f6f6f6;
  padding: 1rem;
  border-radius: 2px;
}

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

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

.article .content .align-center img {
  margin-left: auto;
  margin-right: auto;
}

.article .content .align-center figcaption {
  text-align: center;
}

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

.article .content .align-right img {
  margin-left: auto;
}

.article .content .align-right figcaption {
  text-align: right;
}

.article .content .align-justify {
  text-align: justify;
}

.article .content .valign-top {
  align-items: start;
}

.article .content .valign-middle {
  align-items: center;
}

.article .content .valign-bottom {
  align-items: end;
}

.article .content .outset-right {
  position: relative;
  width: calc(100% + 26px);
  max-width: calc(100% + 26px);
  transform: translateX(26px) translate3d(0, 0, 0);
  left: calc(26px * -1);
}

.article .content .outset-left {
  width: calc(100% + 26px);
  max-width: calc(100% + 26px);
  transform: translateX(calc(26px * -1)) translate3d(0, 0, 0);
}

.article .content .outset-both {
  position: relative;
  width: calc(100% + 26px + 26px);
  max-width: calc(100% + 26px + 26px);
  transform: translateX(-50%) translate3d(0, 0, 0);
  left: 50%;
}

.article .content html.noscroll,
.article .content html.noscroll body {
  overflow: hidden !important;
  height: 100% !important;
}

.article .content .noscroll-x {
  overflow-x: hidden;
}

.article .content .hidden {
  display: none;
}

.article .content .visible {
  display: block !important;
}

.article .content .visible-lg,
.article .content .visible-md,
.article .content .visible-sm {
  display: none;
}

@media only screen and (min-width: 1442px) {
  .article .content .visible-lg {
    display: block;
  }

  .article .content .hidden-lg {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .article .content .visible-md {
    display: block;
  }

  .article .content .hidden-md {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .article .content .visible-sm {
    display: block;
  }

  .article .content .hidden-sm {
    display: none;
  }
}

.article .content .width-20 {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}

.article .content .width-25 {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}

.article .content .width-33 {
  width: 33%;
  min-width: 33%;
  max-width: 33%;
}

.article .content .width-40 {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}

.article .content .width-50 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.article .content .width-60 {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.article .content .width-67 {
  width: 67%;
  min-width: 67%;
  max-width: 67%;
}

.article .content .width-75 {
  width: 75%;
  min-width: 75%;
  max-width: 75%;
}

.article .content .width-80 {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
}

.article .content .width-100 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1023px) {
  .article .content .width-100-md {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .article .content .width-100-sm {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .article .content figure {
    padding: 0;
  }
}

