@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
}

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

a {
  text-decoration: none;
}

input {
  outline: none;
}

.media-xs {
  display: block;
}
@media screen and (min-width: 560px) {
  .media-xs {
    display: none;
  }
}

.media-over-sm {
  display: none;
}
@media screen and (min-width: 560px) {
  .media-over-sm {
    display: block;
  }
}

.article-list-component {
  padding: 16px;
  background-color: #f2f9f5;
  border-radius: 6px;
}
.article-list-component .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
}
.article-list-component .section-title {
  font-size: 24px;
  font-weight: bold;
}
.article-list-component .article-list {
  margin-top: 8px;
}
.article-list-component .article-label {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-list-component .article-label:not(:first-child) {
  margin-top: 8px;
}
.article-list-component .article-label a {
  color: #51905f;
}
.article-list-component .article-label a:hover {
  text-decoration: underline;
}

.more-button-component {
  height: 20px;
  width: 107px;
  border: solid 1px #088736;
  border-radius: 9999px;
}
.more-button-component a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 10px;
  line-height: 1em;
  color: #088736;
}

ol.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
ol.breadcrumbs li {
  position: relative;
  text-decoration: underline;
}
ol.breadcrumbs li > a {
  color: #51905f;
}
ol.breadcrumbs li:not(:first-child) {
  padding-left: 22px;
}
ol.breadcrumbs li:not(:first-child)::after {
  content: ">";
  position: absolute;
  color: #333;
  left: 8px;
}

.pagination {
  margin: 16px 0;
}
.pagination .pagination-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.pagination .pagination-list a {
  color: #000;
  font-size: 12px;
  width: 62px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.pagination .pagination-list a:hover {
  background-color: #000;
  color: #fff;
}
.pagination .pagination-list a .pagination-last-text {
  font-size: 0;
}
.pagination .pagination-list a .pagination-last-text:before {
  font-size: 12px;
  content: "最後へ";
}
.pagination .pagination-list a .pagination-next-icon,
.pagination .pagination-list a .pagination-last-icon {
  font-size: 18px;
  padding-left: 4px;
}
.pagination .pagination-list a .pagination-prev-icon,
.pagination .pagination-list a .pagination-first-icon {
  font-size: 18px;
  padding-right: 4px;
}

header.header {
  position: relative;
  background-color: #00854c;
}
header.header .logo {
  position: absolute;
  top: 26px;
  left: 16px;
}
@media screen and (min-width: 1076px) {
  header.header .logo {
    top: 24px;
    left: calc((100% - 1076px) / 2);
  }
}
header.header .logo img {
  width: 100%;
  height: auto;
  max-width: 154px;
}
@media screen and (min-width: 960px) {
  header.header .logo img {
    max-width: 207px;
  }
}
header.header .user {
  position: absolute;
  top: 22px;
  right: 16px;
}
@media screen and (min-width: 1076px) {
  header.header .user {
    right: calc((100% - 1076px) / 2);
  }
}
header.header .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 16px;
  height: 350px;
}
@media screen and (min-width: 560px) {
  header.header .container {
    height: 295px;
  }
}
header.header .search {
  position: relative;
  max-width: 800px;
  flex-grow: 1;
  width: 100%;
}
header.header .search .input {
  padding: 16px 16px 16px 64px;
  width: 100%;
  height: 56px;
  border-style: none;
  border-radius: 12px;
}
header.header .search .input::-moz-placeholder {
  color: #9c9da1;
}
header.header .search .input:-ms-input-placeholder {
  color: #9c9da1;
}
header.header .search .input::placeholder {
  color: #9c9da1;
}
header.header .search::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
  height: 24px;
  width: 24px;
}
header.header .user {
  display: flex;
  align-items: center;
  height: 40px;
}
header.header .user .name {
  display: none;
  color: white;
}
@media screen and (min-width: 560px) {
  header.header .user .name {
    display: block;
    margin-left: 8px;
  }
}
header.header .user .img {
  height: 40px;
  width: 40px;
  border-radius: 9999px;
}
header.header .area {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 560px) {
  header.header .area {
    margin-top: 28px;
  }
}
header.header .area .text {
  color: white;
  text-align: center;
}
header.header .area .text .catch {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (min-width: 560px) {
  header.header .area .text .catch {
    font-size: 35px;
  }
}
@media screen and (min-width: 960px) {
  header.header .area .text .catch {
    font-size: 40px;
  }
}
header.header .area .text .sub {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  row-gap: 10px;
  flex-direction: column;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 560px) {
  header.header .area .text .sub {
    flex-direction: row;
    justify-content: center;
  }
}
header.header .area .text .sub > span {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
header.header .area .text .sub .highlight {
  font-weight: bold;
  display: flex;
  align-items: center;
  color: white;
  -moz-column-gap: 4px;
       column-gap: 4px;
  position: relative;
  padding-inline: 2px;
}
header.header .area .text .sub .highlight:after {
  content: "";
  display: block;
  background-color: #ffe609;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -4px;
}

.footer {
  background-color: #fafafc;
}
@media screen and (min-width: 960px) {
  .footer {
    padding: 0 16px;
  }
}
.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .footer .footer-content {
    flex-direction: row;
    gap: 8px;
    padding-block: 72px;
    max-width: 1076px;
  }
}
.footer .logo {
  padding: 56px 24px;
}
@media screen and (min-width: 960px) {
  .footer .logo {
    padding: 0;
  }
}
.footer .logo a {
  display: block;
  height: 44px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .footer .logo a {
    height: 30px;
  }
}
.footer .logo img {
  height: 100%;
  width: auto;
}
.footer .footer-nav {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .footer .footer-nav {
    width: auto;
  }
}
.footer .footer-nav .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-inline: 4px;
}
@media screen and (min-width: 960px) {
  .footer .footer-nav .list {
    gap: 24px;
    margin-inline: 0;
  }
}
.footer .footer-nav .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .footer .footer-nav .item {
    gap: 24px;
  }
  .footer .footer-nav .item:not(:last-child)::after {
    content: "";
    display: block;
    background-color: #535356;
    width: 1px;
    height: 16px;
  }
}
.footer .footer-nav .link {
  text-decoration: none;
  transition: color 0.3s;
  color: #535353;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.12px;
  padding: 16px 12px;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .footer .footer-nav .link {
    gap: 16px;
    padding: 0;
  }
}
.footer .footer-nav .link::after {
  content: "";
  display: block;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.footer .footer-copyright {
  color: #535356;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.96px;
  padding-block: 16px;
}

main.home-page .container {
  padding: 0 16px;
}
@media screen and (min-width: 1076px) {
  main.home-page .container {
    padding: 0px;
    width: 1076px;
    margin: 0 auto;
  }
}
main.home-page .attention {
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  padding: 8px 16px;
  margin-top: 40px;
  background-color: #E57422;
}
main.home-page .attention a, main.home-page .attention img {
  color: #fff;
}
main.home-page .attention a {
  text-decoration: underline;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
main.home-page .phase {
  margin-top: 64px;
}
main.home-page .phase > .title {
  font-size: 40px;
  font-weight: bold;
}
main.home-page .phase .step-overflow-wrap {
  margin-top: 32px;
  padding-top: 12px;
  overflow-y: scroll;
}
@media screen and (min-width: 1076px) {
  main.home-page .phase .step-overflow-wrap {
    overflow-y: visible;
    width: 1076px;
    margin-left: auto;
    margin-right: auto;
  }
}
main.home-page .phase .step-list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 16px;
  width: calc(299px * 5 + 19px * 4);
}
@media screen and (min-width: 1076px) {
  main.home-page .phase .step-list {
    width: 100%;
    padding: 0;
  }
}
main.home-page .phase .step-item {
  position: relative;
  width: 299px;
  height: 354px;
  border-radius: 20px 20px 6px 6px;
  background-color: #f2f9f5;
}
main.home-page .phase .step-item:not(:first-child) {
  margin-left: 19px;
}
main.home-page .phase .step-item .head {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #00a85f;
  height: 63px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
main.home-page .phase .step-item .head .title {
  font-size: 16px;
  font-weight: bold;
}
main.home-page .phase .step-item .body {
  padding: 16px;
}
main.home-page .phase .step-item .link-item {
  margin-top: 16px;
  font-size: 12px;
}
main.home-page .phase .step-item .link-item a {
  color: #51905f;
}
main.home-page .phase .step-item .link-item a:hover {
  text-decoration: underline;
}
main.home-page .phase .step-item .more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  width: 100%;
  height: 33px;
  border: 1px solid #088736;
  border-radius: 9999px;
  color: #088736;
  font-size: 12px;
  font-weight: bold;
}
main.home-page .phase .step-item .badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 46px;
  width: 46px;
  background-color: #8cc456;
  border-radius: 9999px;
  top: -11px;
  left: -11px;
  color: white;
}
main.home-page .phase .step-item .badge .step {
  font-size: 9px;
}
main.home-page .phase .step-item .badge .no {
  margin-top: -4px;
  font-size: 14px;
  font-weight: bold;
}
main.home-page .product-list {
  margin: 64px auto 0;
}
main.home-page .product-list > .title {
  font-size: 40px;
  font-weight: bold;
}
main.home-page .product-list .products {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 344px;
}
@media screen and (min-width: 560px) {
  main.home-page .product-list .products {
    width: 524px;
  }
}
@media screen and (min-width: 1076px) {
  main.home-page .product-list .products {
    width: 100%;
  }
}
main.home-page .product-list .product-button {
  width: 164px;
  height: 141px;
  border: 1px solid #088736;
  border-radius: 6px;
  background-color: #f2f9f5;
}
@media screen and (min-width: 1076px) {
  main.home-page .product-list .product-button {
    width: 166px;
  }
}
main.home-page .product-list .product-button a {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: inherit;
}
main.home-page .product-list .product-button .icon {
  margin-top: 18px;
  width: 60px;
  height: 60px;
}
main.home-page .product-list .product-button .text {
  margin-top: 20px;
}
main.home-page section.scene, main.home-page section.movie {
  margin-top: 64px;
}
main.home-page section.scene .button-wrap, main.home-page section.movie .button-wrap {
  display: flex;
  justify-content: flex-end;
}
main.home-page section.scene .title, main.home-page section.movie .title {
  font-size: 40px;
  font-weight: bold;
}
main.home-page section.scene .articles, main.home-page section.movie .articles {
  margin-top: 24px;
}
@media screen and (min-width: 560px) {
  main.home-page section.scene .articles, main.home-page section.movie .articles {
    display: flex;
    flex-wrap: wrap;
  }
}
main.home-page section.scene .article-list-component, main.home-page section.movie .article-list-component {
  width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 560px) {
  main.home-page section.scene .article-list-component, main.home-page section.movie .article-list-component {
    width: calc(50% - 8px);
  }
  main.home-page section.scene .article-list-component:nth-child(2n), main.home-page section.movie .article-list-component:nth-child(2n) {
    margin-left: 16px;
  }
}
main.home-page section.release-note {
  margin-block: 64px;
}
main.home-page section.release-note .title {
  font-size: 40px;
  font-weight: bold;
}
main.home-page section.release-note .article-list {
  margin-top: 16px;
}
main.home-page section.release-note .article:not(:first-child) {
  margin-top: 8px;
}
main.home-page section.release-note .article .label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
main.home-page section.release-note .article .label > a {
  color: #51905f;
}
main.home-page section.release-note .more-button-row {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

section.faq {
  margin-block: 40px;
}
section.faq .title {
  font-size: 40px;
  font-weight: bold;
}
section.faq .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
  gap: 20px;
}
@media screen and (min-width: 1076px) {
  section.faq .article-list {
    row-gap: 8px;
  }
}
section.faq .article {
  width: calc(50% - 10px);
}
section.faq .article .label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
section.faq .article .label > a {
  color: #51905f;
}
section.faq .more-button-row {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

main.category-page .container {
  padding: 0 16px 24px;
}
@media screen and (min-width: 1076px) {
  main.category-page .container {
    width: 1076px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 257px 712px;
    -moz-column-gap: 107px;
         column-gap: 107px;
  }
}
@media screen and (min-width: 1076px) {
  main.category-page .left {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
@media screen and (min-width: 1076px) {
  main.category-page .right {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
main.category-page section.category-list {
  margin-top: 64px;
}
main.category-page section.category-list .title {
  font-size: 40px;
  font-weight: bold;
}
main.category-page section.scene {
  margin-top: 64px;
}
main.category-page section.article-card-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
main.category-page section.article-card-list .title {
  font-size: 20px;
  font-weight: bold;
}
main.category-page section.article-card-list .article-card {
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding: 16px 16px calc(16px + 18px + 16px);
  border-radius: 6px;
  background-color: #f2f9f5;
}
@media screen and (min-width: 560px) {
  main.category-page section.article-card-list .article-card {
    width: calc(50% - 8px);
    margin-top: 0px;
  }
  main.category-page section.article-card-list .article-card:nth-child(2n) {
    margin-left: 16px;
  }
  main.category-page section.article-card-list .article-card:nth-child(n+3) {
    margin-top: 16px;
  }
}
main.category-page section.article-card-list .article-list {
  margin-top: 16px;
}
main.category-page section.article-card-list .article {
  width: 100%;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main.category-page section.article-card-list .article > a {
  color: #51905f;
}
main.category-page section.article-card-list .article > a:hover {
  text-decoration: underline;
}
main.category-page section.article-card-list .button-wrap {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
main.category-page .category-tab {
  margin-top: 104px;
}
@media screen and (min-width: 1076px) {
  main.category-page .category-tab {
    margin-top: 64px;
  }
}

main.section-page .container {
  padding: 0 16px 32px;
}
@media screen and (min-width: 1076px) {
  main.section-page .container {
    width: 1076px;
    margin: 0 auto;
  }
}
main.section-page .breadcrumbs {
  margin-top: 64px;
}
main.section-page .page-title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 64px;
}
main.section-page .section-articles {
  margin-top: 24px;
}
@media screen and (min-width: 560px) {
  main.section-page .section-articles {
    display: flex;
    flex-wrap: wrap;
  }
}
main.section-page .article-list-component:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 560px) {
  main.section-page .article-list-component {
    width: calc(50% - 8px);
  }
  main.section-page .article-list-component:not(:first-child) {
    margin-top: initial;
  }
  main.section-page .article-list-component:nth-child(n+3) {
    margin-top: 16px;
  }
  main.section-page .article-list-component:nth-child(2n) {
    margin-left: 16px;
  }
}
main.section-page section.article-flat-list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
main.section-page section.article-flat-list .title {
  width: 100%;
}
main.section-page section.article-flat-list .title:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  main.section-page section.article-flat-list .title {
    width: calc(50% - 8px);
  }
  main.section-page section.article-flat-list .title:not(:first-child) {
    margin-top: unset;
  }
  main.section-page section.article-flat-list .title:nth-child(2n) {
    margin-left: 16px;
  }
  main.section-page section.article-flat-list .title:nth-child(n+3) {
    margin-top: 16px;
  }
}
main.section-page section.article-flat-list .title > a {
  color: #51905f;
}
main.section-page section.article-flat-list .title > a:hover {
  text-decoration: underline;
}

main.article-page > .container {
  padding: 0 16px 32px;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 1076px) {
  main.article-page > .container {
    width: 1076px;
    max-width: unset;
    display: grid;
    grid-template-columns: 712px 257px;
    grid-column-gap: 107px;
  }
}
@media screen and (min-width: 1076px) {
  main.article-page .left {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
@media screen and (min-width: 1076px) {
  main.article-page .right {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
main.article-page .breadcrumbs {
  margin-top: 40px;
}
@media screen and (min-width: 1076px) {
  main.article-page .breadcrumbs {
    margin-top: 64px;
  }
}
main.article-page section.article-votes {
  margin-top: 104px;
  text-align: center;
}
main.article-page section.article-votes .question {
  line-height: 1.75em;
}
main.article-page section.article-votes .votes {
  display: flex;
  justify-content: space-between;
  width: 190px;
  margin: 16px auto 0;
}
main.article-page section.article-votes .votes .up,
main.article-page section.article-votes .votes .down {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 75px;
  height: 24px;
  border-style: none;
  border-bottom: solid 1px #333;
  color: #333;
  background-color: transparent;
}
@media screen and (min-width: 960px) {
  main.article-page section.article-votes .votes .up,
main.article-page section.article-votes .votes .down {
    cursor: pointer;
  }
}
main.article-page section.article-votes .comment {
  margin-top: 16px;
  font-size: 10px;
}
main.article-page section.related-articles {
  margin-top: 104px;
  width: 100%;
}
@media screen and (min-width: 1076px) {
  main.article-page section.related-articles {
    margin-top: 149px;
  }
}
main.article-page section.related-articles .related-articles-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75em;
}
main.article-page section.related-articles ul > li {
  margin-top: 8px;
}
main.article-page section.related-articles ul > li a {
  color: #51905f;
}
main.article-page section.related-articles ul > li a:hover {
  text-decoration: underline;
}

article.article-main {
  margin-top: 40px;
}
@media screen and (min-width: 1076px) {
  article.article-main {
    margin-top: 64px;
  }
}
article.article-main .heading-row h1 {
  font-size: 40px;
  font-weight: bold;
}
article.article-main .heading-row .edited-at {
  margin-top: 8px;
  font-size: 12px;
  color: #6f6f6f;
}
article.article-main .body {
  margin-top: 64px;
}
article.article-main .body h1,
article.article-main .body h2,
article.article-main .body h3 {
  font-weight: bold;
  margin: 16px 0;
  line-height: 1.75em;
}
article.article-main .body h1 {
  font-size: 32px;
}
article.article-main .body h2 {
  font-size: 24px;
}
article.article-main .body h3 {
  font-size: 20px;
}
article.article-main .body h4 {
  font-size: 16px;
}
article.article-main .body p {
  margin: 8px 0;
  line-height: 1.75em;
}
article.article-main .body ul,
article.article-main .body ol {
  padding-left: 38px;
  margin: 16px 0;
  line-height: 1.75em;
}
article.article-main .body li {
  padding-left: 8px;
}
article.article-main .body li::marker {
  font-weight: bold;
  margin-right: 8px;
}
article.article-main .body ul {
  list-style: disc;
}
article.article-main .body ol {
  list-style: decimal;
}
article.article-main .body strong {
  font-weight: bold;
}
article.article-main .body a {
  color: #51905f;
}
article.article-main .body a:hover {
  text-decoration: underline;
}
article.article-main .body pre {
  display: block;
  margin: 16px 0;
  padding: 16px;
  width: 100%;
  overflow-x: scroll;
  font-family: "Source Code Pro", monospace;
  background-color: #f5f5f5;
  border-radius: 6px;
  line-height: 1.75em;
}
article.article-main .body img {
  max-width: 100%;
  height: auto;
}

main.search-results-page .container {
  padding: 0 16px 16px;
  min-height: calc(100vh - 536px);
}
@media screen and (min-width: 1076px) {
  main.search-results-page .container {
    padding: 64px 0 32px;
    display: grid;
    grid-template-columns: 257px 712px;
    grid-column-gap: 107px;
    margin: 0 auto;
    width: 1076px;
    min-height: calc(100vh - 519px);
  }
}
@media screen and (min-width: 1076px) {
  main.search-results-page .left {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
@media screen and (min-width: 1076px) {
  main.search-results-page .right {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
main.search-results-page section.search-results {
  margin-top: 64px;
}
@media screen and (min-width: 1076px) {
  main.search-results-page section.search-results {
    margin-top: 0;
  }
}
main.search-results-page section.search-results > .title {
  font-size: 40px;
  font-weight: bold;
}
main.search-results-page section.search-results .articles {
  margin-top: 40px;
}
main.search-results-page section.search-results .article-item:not(:first-child) {
  margin-top: 40px;
}
main.search-results-page section.search-results .article-item .title {
  font-size: 24px;
  font-weight: bold;
}
main.search-results-page section.search-results .article-item .title > a {
  color: #51905f;
}
main.search-results-page section.search-results .article-item .title > a:hover {
  text-decoration: underline;
}
main.search-results-page section.search-results .article-item .breadcrumbs {
  font-size: 12px;
  color: #6f6f6f;
}
main.search-results-page section.search-results .article-item .breadcrumbs > a {
  color: #6f6f6f;
  text-decoration: underline;
}
main.search-results-page section.search-results .article-item .description {
  margin-top: 16px;
  font-size: 14px;
}
main.search-results-page section.search-results .article-item .description em {
  font-weight: bold;
  background-color: #fff3ca;
  padding: 0px 3px 2px;
  border-radius: 3px;
}
main.search-results-page aside.categories-bar {
  margin-top: 104px;
}
@media screen and (min-width: 1076px) {
  main.search-results-page aside.categories-bar {
    margin-top: 0;
  }
}
main.search-results-page aside.categories-bar .categories {
  margin-top: 16px;
  border-radius: 6px;
  background-color: #f2f9f5;
}
main.search-results-page aside.categories-bar .category-wrap:not(:first-child) {
  margin-top: 40px;
}
main.search-results-page aside.categories-bar .category-wrap > .title {
  font-size: 24px;
  font-weight: bold;
}
main.search-results-page aside.categories-bar .category-item > a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 8px 16px;
  border-radius: 6px;
  color: #333;
  transition: 0.3s background-color;
  line-height: 1.75em;
}
main.search-results-page aside.categories-bar .category-item > a.active, main.search-results-page aside.categories-bar .category-item > a:hover {
  background-color: #cee7d7;
}

section.error-page {
  text-align: center;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.error-page .title {
  font-size: 48px;
  font-weight: bold;
}
section.error-page .message {
  margin-top: 16px;
  line-height: 1.75em;
}
section.error-page .link {
  margin-top: 16px;
}
section.error-page .link a {
  color: #51905f;
}