@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  margin: 0px;
  background-color: #F0F0F0;
}

/*box-shadow*/
.box-shadow--2dp, nav.navbar, .p-card-colored, .p-card-post {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow--3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow--4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.box-shadow--6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.box-shadow--8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.box-shadow--12dp {
  box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.14), 0 4px 22px 3px rgba(0, 0, 0, 0.12), 0 6px 7px -4px rgba(0, 0, 0, 0.4);
}

.box-shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.box-shadow--24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}

/*
 *transition
 *============================================================================*/
/*
*Fonts
*=================================================================*/
/*text_color*/
@media (max-width: 1024px) {
  a.link-text:active, .p-card-post__category a:active, ul.p-card-post__tag li a:active, .post-category a:active, ul.post-tag li a:active {
    color: #007bff;
  }
}
@media (min-width: 1025px) {
  a.link-text:hover, .p-card-post__category a:hover, ul.p-card-post__tag li a:hover, .post-category a:hover, ul.post-tag li a:hover {
    color: #007bff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-timing-function: ease-out;
  }
}

.logo-font, .footer-top__col--info h3 {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.jp--primary, .jp--primary--700, .post-title, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .jp--primary--500, .p-card-post__title, .wp-block-button__link, .jp--primary--300, .post-content p, .post-content ol li, .post-content ul li, .post-content .list__title span, .post-content table td, .post-content figure figcaption, .jp--primary--200, .footer-top__col--info p {
  font-family: source-han-sans-japanese, sans-serif;
}

.jp--primary--200, .footer-top__col--info p {
  font-weight: 200;
  font-style: normal;
}

.jp--primary--300, .post-content p, .post-content ol li, .post-content ul li, .post-content .list__title span, .post-content table td, .post-content figure figcaption {
  font-weight: 300;
  font-style: normal;
}

.jp--primary--500, .p-card-post__title, .wp-block-button__link {
  font-weight: 500;
  font-style: normal;
}

.jp--primary--700, .post-title, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  font-weight: 700;
  font-style: normal;
}

.en--primary, .en--primary--700, ul.m-pagenation__body li.-current a, .home-section__headline, .en--primary--400, ul.navbar-nav > li.nav-item > a.nav-link, .m-pagenation a, .p-card-post__category a, .post-category, .post-date, .post-content .list__title span, .post-content table td, .footer_headline, .footer-bottom__col--copyright p {
  font-family: soleil, source-han-sans-japanese, sans-serif;
}

.en--primary--400, ul.navbar-nav > li.nav-item > a.nav-link, .m-pagenation a, .p-card-post__category a, .post-category, .post-date, .post-content .list__title span, .post-content table td, .footer_headline, .footer-bottom__col--copyright p {
  font-weight: 400;
  font-style: normal;
}

.en--primary--700, ul.m-pagenation__body li.-current a, .home-section__headline {
  font-weight: 700;
  font-style: normal;
}

.code--primary, .code--primary--400, .post-content div.list ol li:before, ol.code-writer li, ol.code-writer li > span {
  font-family: roboto-mono, source-han-sans-japanese, monospace, sans-serif;
}

.code--primary--400, .post-content div.list ol li:before, ol.code-writer li, ol.code-writer li > span {
  font-weight: 300;
  font-style: normal;
}

.font-size--h1, .post-title {
  font-size: 28px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .font-size--h1, .post-title {
    font-size: 1.7rem;
  }
}

.font-size--h2, .p-card-colored__overlay h3, .home-section__headline, .post-content h2 {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .font-size--h2, .p-card-colored__overlay h3, .home-section__headline, .post-content h2 {
    font-size: 1.6rem;
  }
}

.fontsize--h3, .m-pagenation a, ul.m-pagenation__body li.notNumbering a, h3.comment-reply-title, .post-content h3, .post-content .list__title span {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .fontsize--h3, .m-pagenation a, ul.m-pagenation__body li.notNumbering a, h3.comment-reply-title, .post-content h3, .post-content .list__title span {
    font-size: 1.6rem;
  }
}

.fontsize--h4, .post-content h4 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .fontsize--h4, .post-content h4 {
    font-size: 1.5rem;
  }
}

.fontsize--h5, .post-content h5 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .fontsize--h5, .post-content h5 {
    font-size: 1.5rem;
  }
}

.font-seize--text, .post-date, .post-content p, .post-content ol li, .post-content ul li, .post-content .list__title span, .font-size--text, .post-category, ul.post-tag li {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .font-seize--text, .post-date, .post-content p, .post-content ol li, .post-content ul li, .post-content .list__title span, .font-size--text, .post-category, ul.post-tag li {
    font-size: 14px;
  }
}

.font-size--comments, form.comment-form label, form.comment-form p, section.comments-list a, section.comments-list p, section.comments-list span, section.comments-list cite {
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .font-size--comments, form.comment-form label, form.comment-form p, section.comments-list a, section.comments-list p, section.comments-list span, section.comments-list cite {
    font-size: 1.2rem;
  }
}

.fontsize--figcaption, .post-content figure figcaption, ol.code-writer:after, ol.code-writer li, ol.code-writer li > span, .font-size--figcaption, section.comments-list li.comment .comment-body .comment-meta a, .p-card-colored__overlay span, .post-content table td {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .fontsize--figcaption, .post-content figure figcaption, ol.code-writer:after, ol.code-writer li, ol.code-writer li > span, .font-size--figcaption, section.comments-list li.comment .comment-body .comment-meta a, .p-card-colored__overlay span, .post-content table td {
    font-size: 0.9rem;
  }
}

html {
  font-size: 62.5%;
}

p, span,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, span,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  color: #333;
}

a:link {
  text-decoration: none;
  color: auto;
}

a:visited {
  color: auto;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.clearfix::after, section.comments-list li.comment::after {
  content: "";
  display: block;
  clear: both;
}

.btn, form.comment-form input.submit, section.comments-list li.comment .comment-body div.reply a, .is-style-std-btn {
  display: block;
  text-align: center;
}
@media (min-width: 1025px) {
  .btn:hover, form.comment-form input.submit:hover, section.comments-list li.comment .comment-body div.reply a:hover, .is-style-std-btn:hover {
    background-color: #777;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-timing-function: ease-in;
  }
}

.btn-color--primary, form.comment-form input.submit, section.comments-list li.comment .comment-body div.reply a, .is-style-std-btn {
  color: #FFF;
  background-color: #333;
  border: none;
}

.btn-size--S, form.comment-form input.submit, section.comments-list li.comment .comment-body div.reply a, .is-style-std-btn {
  font-size: 1.2rem;
  border-radius: 25px;
  padding: 0.2rem 1.6rem 0.4rem 1.6rem;
}

.btn, .is-style-std-btn {
  display: block;
  text-align: center;
}
@media (min-width: 1025px) {
  .btn:hover, .is-style-std-btn:hover {
    background-color: #777;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-timing-function: ease-in;
  }
}

.btn-color--primary, .is-style-std-btn {
  color: #FFF;
  background-color: #333;
  border: none;
}

.btn-size--S, .is-style-std-btn {
  font-size: 1.2rem;
  border-radius: 25px;
  padding: 0.2rem 1.6rem 0.4rem 1.6rem;
}

.is-style-std-btn {
  background-color: #FFF;
  color: #FFF;
  display: none;
  line-height: 1;
}

.is-style-std-btn--zoom {
  background-color: #FFF;
  color: #FFF;
  display: none;
  line-height: 1;
}

#footer {
  width: 100%;
  margin-top: 4rem;
}
#footer span, #footer a, #footer h3, #footer h4, #footer p {
  color: #FFF;
}
#footer svg {
  fill: #FFF;
}

.footer-top {
  width: 100%;
  background-color: #333;
  padding-bottom: 1rem;
}

.footer-top__col {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.footer_headline {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .footer-top__col--info {
    order: 3;
  }
}
.footer-top__col--info h3 {
  margin-top: 2rem;
  text-align: center;
  font-size: 3rem;
}
.footer-top__col--info p {
  line-height: 2;
  text-align: center;
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
.footer-top__col--info p.catchphrase {
  margin-bottom: 1rem;
}
.footer-top__col--info svg.at {
  height: 1rem;
  width: auto;
}

@media (max-width: 767px) {
  .footer-top__col--social {
    order: 1;
  }
  .footer-top__col--social h4, .footer-top__col--social p {
    text-align: center;
  }
}
.footer-top__col--social a.icon {
  margin: 0 2rem;
}
.footer-top__col--social svg {
  height: 3rem;
  width: auto;
}

.footer-bottom {
  width: 100%;
  background-color: #333;
  border-top: 1px solid #777;
}

.footer-bottom__col {
  margin: 1rem 0;
}

.footer-bottom__col--copyright p {
  font-size: 1.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-bottom__col--copyright {
    order: 2;
  }
}

.footer-bottom__col--other {
  text-align: center;
}
.footer-bottom__col--other ul {
  list-style-type: none;
}
.footer-bottom__col--other ul li {
  display: inline;
}
@media (max-width: 767px) {
  .footer-bottom__col--other {
    order: 1;
  }
}

@media (min-width: 992px) {
  .top-margin, .container--single {
    margin-top: 12rem;
  }
}
@media (max-width: 991px) {
  .top-margin, .container--single {
    margin-top: 7rem;
  }
}

.container--single {
  background-color: #EEE;
}

.article {
  background-color: #FFF;
  padding: 3rem;
}
@media (min-width: 768px) {
  .article {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .article {
    padding: 8rem 6rem;
  }
}

.post-category {
  color: #777;
}
.post-category a {
  color: #777;
}

.post-date {
  color: #777;
}

.post-title {
  margin: 2rem 0rem;
}

ul.post-tag li {
  display: inline-block;
  margin-right: 1.4rem;
}
ul.post-tag li a {
  color: #777;
}

.post-social {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.post-social .social-button {
  float: left;
  margin-bottom: 1.8rem;
  margin-right: 12px;
}
.post-social .tw {
  margin-bottom: calc(1rem - 1px);
}
@media (min-width: 768px) {
  .post-thumbnail {
    margin: 4rem -6rem;
  }
}
@media (max-width: 767px) {
  .post-thumbnail {
    margin: 4rem -3rem;
  }
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}

.post-content h2 {
  margin-top: 5rem;
}
.post-content h3 {
  margin-top: 5rem;
}
.post-content h4 {
  margin-top: 5rem;
}
.post-content h5 {
  margin-top: 5rem;
}
.post-content p {
  margin: 1.8rem 0 3rem 0;
}
.post-content svg {
  height: 1.6rem;
  margin: 0 0.2rem;
  width: auto;
}
.post-content a:link {
  text-decoration: underline;
}
.post-content ol, .post-content ul {
  margin: 3rem 0 3rem 2rem;
}
.post-content ol li, .post-content ul li {
  line-height: 1.8;
}
.post-content ul {
  list-style: square;
}
.post-content div.list {
  border: 3px solid #333;
}
.post-content div.list ol {
  list-style: decimal;
  margin: 6rem 2rem 3rem 3rem;
}
@media (min-width: 769px) {
  .post-content div.list ol {
    margin: 6rem 3rem 3rem 6rem;
  }
}
.post-content div.list ol li {
  margin-bottom: 3rem;
}
.post-content div.list ol li ul, .post-content div.list ol li ol {
  margin-top: 1.6rem;
}
.post-content div.list ol li ul li, .post-content div.list ol li ol li {
  margin-bottom: 1.5rem;
}
.post-content div.list ol li:before {
  color: #ef5350;
}
.post-content div.list ol a {
  color: #333;
}
.post-content div.list ol a:link {
  text-decoration: underline;
}
.post-content .list__title {
  float: left;
  padding: 0 0.6rem 0 0.3rem;
  background-color: #333;
}
.post-content .list__title span {
  color: #FFF;
  vertical-align: middle;
  padding-bottom: 3px;
}
.post-content table {
  width: 100%;
  border-spacing: 0;
}
.post-content table.fixed {
  table-layout: fixed;
}
.post-content table th {
  border-bottom: solid 2px #333;
  padding: 10px 0;
}
.post-content table td {
  border-bottom: solid 2px #ddd;
  text-align: center;
  padding: 1rem 0.3rem;
  line-height: 1.8;
}
.post-content table td.red {
  background-color: #ffebee;
}
.post-content table td.blue {
  background-color: #e3f2fd;
}
.post-content table td.green {
  background-color: #e8f5e9;
}
.post-content table td.yellow {
  background-color: #fff9c4;
}
.post-content figure {
  margin-top: 1.8rem;
  margin-bottom: 3.6rem;
}
.post-content figure .wp-block-image {
  text-align: center;
}
.post-content figure .wp-block-image img {
  height: auto;
}
.post-content figure img {
  display: block;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 575px) {
  .post-content figure img {
    margin-left: -3rem;
    max-width: 100vw;
  }
}
.post-content figure figcaption {
  padding: 0 3rem;
  text-align: center;
  color: #777;
  line-height: 1.8;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .post-content figure figcaption {
    padding: 0;
  }
}
.post-content span.red {
  color: #ef5350;
}
.post-content span.green {
  color: #66bb6a;
}
.post-content span.blue {
  color: #42a5f5;
}
.post-content span.yellow {
  color: #fdd835;
}

ol.code-writer {
  /* クラス名は任意（以下同）*/
  position: relative;
  margin: 3rem auto 6rem 0px;
  padding: 30px 20px 10px 45px;
  border: none;
  background: #2F3437;
}
@media (max-width: 575px) {
  ol.code-writer {
    width: 100vw;
    margin-left: -3rem;
  }
}

ol.code-writer:after {
  /* 左上のラベル部分 */
  position: absolute;
  font-family: FontAwesome, "Quicksand", "Avenir", "Arial", sans-serif;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px 10px;
  background: #969998;
  line-height: 1;
  color: #fff;
}

ol.code-writer li {
  /* 行番号とコードの間のライン */
  padding-left: 15px;
  border-left: 1.5px solid #000000;
  color: #fff;
	overflow:hidden
}

ol.code-writer li > span {
  /* 行番号とコードの間のライン */
}

@media (max-width: 575px) {
  .hcb_wrap {
    width: 100vw;
    margin-left: -3rem;
  }

  .hcb_wrap pre::before {
    padding: 0 16px 0 10px;
  }
}
.btn {
  display: block;
  text-align: center;
}
@media (min-width: 1025px) {
  .btn:hover {
    background-color: #777;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-timing-function: ease-in;
  }
}

.btn-color--primary {
  color: #FFF;
  background-color: #333;
  border: none;
}

.btn-size--S {
  font-size: 1.2rem;
  border-radius: 25px;
  padding: 0.2rem 1.6rem 0.4rem 1.6rem;
}

.home-section--cover {
  margin-top: 4.6rem;
}
@media (min-width: 992px) {
  .home-section--cover {
    margin-top: 9.3rem;
  }
}
@media (max-width: 991px) {
  .home-section--cover {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .home-section--cover .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.topcover {
  width: 100%;
}
@media (max-width: 991px) {
  .topcover {
    padding-right: 0;
    padding-left: 0;
  }
}
.topcover img {
  width: 100%;
  height: auto;
}

.home-section {
  margin: 6rem auto 8rem auto;
}

.home-section__headline {
  margin-bottom: 4rem;
  text-align: center;
  text-decoration: underline;
}

.home-section__headline--word {
  font-size: calc(2rem + 1vw);
  letter-spacing: 0.5rem;
  text-decoration: none;
}

/*記事一覧カード*/
.p-card-post {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
  padding: 1.8rem;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 1024px) {
  .p-card-post:active {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1025px) {
  .p-card-post:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.67, 0.02, 0.54, 0.49);
  }
}

.p-card-post__boxlink {
  margin: 0;
  padding: 0;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-card-post__elemnt {
  width: 100%;
}

.p-card-post__category a {
  font-size: 1.4rem;
  color: #9e9e9e;
}

.p-card-post__thumbnail {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
}
.p-card-post__thumbnail img {
  width: 100%;
  height: auto;
}

.p-card-post__title {
  font-size: 1.7rem;
  line-height: 1.6;
}

ul.p-card-post__tag {
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
ul.p-card-post__tag li {
  display: inline-block;
  margin-right: 0.6rem;
  line-height: 1.8;
}
ul.p-card-post__tag li a {
  color: #777;
}

.p-card-post__date {
  margin-top: auto;
  height: 1rem;
  font-size: 1.2rem;
  color: #9e9e9e;
  padding-bottom: 1.6rem;
}

.p-card-colored {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 256px;
}
@media (max-width: 1024px) {
  .p-card-colored:active {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1025px) {
  .p-card-colored:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.67, 0.02, 0.54, 0.49);
  }
}

.p-card-colored__image {
  margin-top: -256px;
  width: 100%;
  height: 100%;
}
.p-card-colored__image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.p-card-colored__overlay {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 2.4rem 6rem 2.8rem 2.4rem;
  background: #555;
  background: linear-gradient(0deg, #555555 30%, rgba(85, 85, 85, 0.7) 45%, rgba(85, 85, 85, 0.2) 60%, rgba(85, 85, 85, 0) 70%);
}
.p-card-colored__overlay h3 {
  padding-bottom: 0.4rem;
  color: #FFF;
}
.p-card-colored__overlay span {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) {
  .col-lg-6 > .p-card-colored {
    height: 360px;
  }

  .col-lg-6 > .p-card-colored > .p-card-colored__image {
    margin-top: -360px;
  }
}
.p-card-colored__overlay--purple {
  background: #5E2C4C;
  background: linear-gradient(0deg, #5e2c4c 30%, rgba(94, 44, 76, 0.7) 40%, rgba(94, 44, 76, 0.2) 54%, rgba(94, 44, 76, 0) 60%);
}

.p-card-colored__overlay--blue {
  background: #205070;
  background: linear-gradient(0deg, #205070 30%, rgba(32, 80, 112, 0.7) 40%, rgba(32, 80, 112, 0.2) 54%, rgba(32, 80, 112, 0) 60%);
}

.p-card-colored__overlay--bluegrey {
  background: #2C465A;
  background: linear-gradient(0deg, #2c465a 30%, rgba(44, 70, 90, 0.7) 40%, rgba(44, 70, 90, 0.2) 54%, rgba(44, 70, 90, 0) 60%);
}

.p-card-colored__overlay--green {
  background: #0F4833;
  background: linear-gradient(0deg, #0f4833 30%, rgba(15, 72, 51, 0.7) 40%, rgba(15, 72, 51, 0.2) 54%, rgba(15, 72, 51, 0) 60%);
}

.p-card-colored__overlay--yellow {
  background: #856226;
  background: linear-gradient(0deg, #856226 30%, rgba(133, 98, 38, 0.7) 40%, rgba(133, 98, 38, 0.2) 54%, rgba(133, 98, 38, 0) 60%);
}

.p-card-colored__overlay--red {
  background: #81281B;
  background: linear-gradient(0deg, #81281b 30%, rgba(129, 40, 27, 0.7) 40%, rgba(129, 40, 27, 0.2) 54%, rgba(129, 40, 27, 0) 60%);
}

.comments-list__headline {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .comments-list__headline {
    margin-left: 1.8rem;
  }
}

section.comments-list {
  margin-top: 3rem;
  display: block;
  float: left;
}
@media (max-width: 575px) {
  section.comments-list {
    margin-left: -3rem;
    width: 100vw;
  }
}
section.comments-list ol > li.comment {
  margin-top: 2rem;
}
section.comments-list a, section.comments-list p, section.comments-list span, section.comments-list cite {
  color: #333;
  font-style: normal;
}
section.comments-list em {
  position: relative;
  color: #999;
  display: block;
  float: left;
  margin-left: 150px;
  margin-top: -54px;
  height: 0;
  font-size: 2px;
  line-height: 1.6;
}
section.comments-list .even {
  background-color: #F0F0F0;
}
section.comments-list .odd {
  background-color: #FFF;
  border: 1px solid #DADADA;
}
section.comments-list li.even > ul.children > li.odd {
  border: none;
}
section.comments-list li.even > ul.children > li.even {
  border: 1px solid #DADADA;
}
section.comments-list li.comment {
  margin-top: 2rem;
  border-radius: 4px;
  padding: 16px 16px;
  display: block;
  float: left;
  width: 100%;
}
section.comments-list li.comment .comment-body .comment-meta {
  margin-top: -34px;
  margin-left: 5rem;
  float: left;
}
section.comments-list li.comment .comment-body .comment-meta a {
  color: #AAA;
}
section.comments-list li.comment .comment-body .comment-author {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
section.comments-list li.comment .comment-body .comment-author img, section.comments-list li.comment .comment-body .comment-author cite, section.comments-list li.comment .comment-body .comment-author span {
  float: left;
}
section.comments-list li.comment .comment-body .comment-author cite {
  font-weight: 400;
}
section.comments-list li.comment .comment-body .comment-author .avatar {
  border-radius: 50%;
  margin-right: 1rem;
}
section.comments-list li.comment .comment-body p {
  width: 100%;
  float: left;
}
section.comments-list li.comment .comment-body div.reply {
  margin-top: 2rem;
  width: 100%;
  float: left;
}
section.comments-list li.comment .comment-body div.reply a {
  float: right;
}

ul.children > li {
  margin-left: 4px;
  margin-right: 4px;
}

.comment-respond {
  margin-top: 4rem;
  border-top: 1px solid #DADADA;
  width: 100%;
  float: left;
}

h3.comment-reply-title {
  margin-top: 2rem;
}

form.comment-form p {
  margin-bottom: 2rem;
}
form.comment-form label, form.comment-form p {
  color: #333;
}
form.comment-form span.required {
  color: #e53935;
}
form.comment-form textarea#comment, form.comment-form input#author, form.comment-form input#email, form.comment-form input#url {
  display: block;
  width: 100%;
  border: none;
  background-color: #F0F0F0;
  padding: 1rem;
}
@media (max-width: 1200px) {
  form.comment-form .comment-form-cookies-consent {
    display: block;
    float: left;
  }
  form.comment-form .comment-form-cookies-consent input, form.comment-form .comment-form-cookies-consent label {
    display: block;
    float: left;
  }
  form.comment-form .comment-form-cookies-consent input {
    width: 3rem;
    margin-top: 8px;
  }
  form.comment-form .comment-form-cookies-consent label {
    width: calc(100% - 3.0rem);
  }
}
.m-pagenation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.m-pagenation a {
  display: block;
  text-align: center;
  color: #FFF;
  height: 100%;
  width: 100%;
}

ul.m-pagenation__body {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
ul.m-pagenation__body li {
  display: inline-block;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  margin: 8px;
  background-color: #333;
}
ul.m-pagenation__body a {
  line-height: 44px;
}
ul.m-pagenation__body li.notNumbering {
  background-color: transparent;
  height: auto;
  width: auto;
  margin: auto 4px;
}
ul.m-pagenation__body li.notNumbering a {
  color: #333;
  line-height: 48px;
}
ul.m-pagenation__body li.-current {
  background-color: #FFF;
  border: 3px solid #333;
}
ul.m-pagenation__body li.-current a {
  margin-top: -3px;
  color: #333;
}

.m-pagenation__next, .m-pagenation__prev {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  margin: 10px;
  background-color: #333;
}
.m-pagenation__next a, .m-pagenation__prev a {
  display: flex;
  justify-content: center;
  width: 46px;
  font-size: 20px;
  line-height: 44px;
}
.m-pagenation__next svg, .m-pagenation__prev svg {
  height: 100%;
  width: 14px;
}
.m-pagenation__next .fa-angle-left, .m-pagenation__prev .fa-angle-left {
  float: left;
  margin-right: -14px;
}
.m-pagenation__next .fa-angle-right, .m-pagenation__prev .fa-angle-right {
  float: right;
  margin-left: -16px;
}

@media (max-width: 767px) {
  .m-pagenation__prev {
    order: 8;
  }

  .m-pagenation__next {
    order: 9;
  }
}
@media (max-width: 320px) {
  ul.m-pagenation__body li {
    width: 42px;
    height: 42px;
    margin: 6px;
  }
  ul.m-pagenation__body a {
    line-height: 40px;
  }
}
/*
 *Bootstrab4-NavMenu
 */
nav.navbar {
  padding: 0;
  margin: 0;
  background-color: #FFF;
}
@media (min-width: 992px) {
  nav.navbar {
    box-shadow: 0 -3px 0 0 white, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-top: 5.2rem;
  }
}

header {
  z-index: 1030;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
}

.container--header {
  background-color: #fff;
}
@media (max-width: 991px) {
  .container--header {
    visibility: hidden;
    height: 0;
    width: 0;
  }
}

div.is_user_logged_in {
  margin-top: 32px;
}
nav.is_user_logged_in {
  margin-top: calc(32px + 5.5rem);
}
@media (max-width: 991px) {
  nav.is_user_logged_in {
    margin-top: 32px;
  }
}
@media (max-width: 781px) {
  nav.is_user_logged_in {
    margin-top: 46px;
  }
}
@media (max-width: 600px) {
  nav.is_user_logged_in {
    margin-top: 0;
  }
}

span.display-name {
  color: #FFF;
}

ul.navbar-nav {
  width: 100%;
  justify-content: space-around;
}

li.nav-item {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 1024px) {
  li.nav-item:active {
    background-color: #eeeeee;
  }
}
@media (min-width: 1025px) {
  li.nav-item:hover {
    background-color: #eeeeee;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.67, 0.02, 0.54, 0.49);
  }
}

ul.navbar-nav > li.nav-item > a.nav-link {
  color: #777;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.2rem 0;
}
@media (max-width: 991px) {
  ul.navbar-nav > li.nav-item > a.nav-link {
    padding: 2rem 0;
  }
}

.navbar-logo a {
  color: #777;
}

@media (max-width: 991px) {
  .navbar-logo--lg {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
@media (min-width: 992px) {
  .navbar-logo--lg {
    margin-top: 1.3rem;
    text-align: center;
    font-size: 2.2rem;
    height: 4rem;
  }
}

@media (max-width: 991px) {
  .navbar-logo--md {
    margin: 0 auto;
    padding-right: 6rem;
    font-size: 1.8rem;
    color: #777;
  }
}
@media (min-width: 992px) {
  .navbar-logo--md {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.36)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-light .navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  font-size: 2.4rem;
  background-color: #FFF;
}

.u-mb-6rem {
  margin-bottom: 6rem;
}

/**
* Foundation
* ========================== */
/**
* Layout
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Project ------------ */
/* Utility ------------ */

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