@charset "UTF-8";
/* --

 post.css

 ------------------------------------
-- */
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap&subset=japanese);
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotationx {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes rotationx {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*-----------------------------------

	$contents

-----------------------------------*/
/* --

 post.css

 ------------------------------------
-- */
/**======================================
	setting
======================================**/
.contents__lead {
  text-align: center;
  margin-bottom: clamp(3rem, 2.9282576867vw, 4rem);
}
.contents__title {
  font-size: clamp(2.4rem, 2.635431918vw, 3.6rem);
  line-height: 1.4;
}
.contents__title span {
  display: block;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  font-weight: 500;
}
.contents__box {
  padding: clamp(3rem, 4.39238653vw, 6rem) clamp(2rem, 4.39238653vw, 6rem);
  background: #fff;
  border-radius: 3rem;
}

.banner {
  width: 100%;
  max-width: 90rem;
  text-align: center;
  margin: clamp(4rem, 5.8565153734vw, 8rem) auto 0;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner__text {
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  margin-bottom: 1rem;
}
.banner__text br {
  display: none;
}
.banner__text::before {
  content: "▼";
  margin-right: 0.25em;
}
@media screen and (max-width: 640px) {
  .banner__text {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  .banner__text br {
    display: block;
  }
  .banner__text::before {
    display: none;
  }
  .banner__text::after {
    content: "▼";
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 840px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
    position: relative;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

/*-----------------------------------

	$contents

-----------------------------------*/
/*-----------------------------------

	$post

-----------------------------------*/
.post__wrap {
  background: #fff;
  padding: clamp(2rem, 2.9282576867vw, 4rem);
  border-radius: 3rem;
  margin-bottom: clamp(3rem, 2.9282576867vw, 4rem);
}
.post__header {
  padding-bottom: 2em;
}
.post__header h1 {
  font-size: clamp(2.2rem, 1.756954612vw, 2.4rem);
  font-weight: 700;
  line-height: 1.6;
}
.post__meta {
  padding-bottom: 0.5em;
}
.post__date {
  color: #828286;
  margin-right: 0.5em;
}
.post__cate {
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 10rem;
  padding: 0.5em 0.25em;
  width: 10rem;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  background: #444;
  color: #fff;
  margin-left: 0.5em;
}
.post__cate.cate-info {
  background: #2a8297;
}
.post__cate.cate-memorial {
  background: #d586b6;
}
.post__cate.cate-monthly {
  background: #f5dc75;
  color: #444;
}
.post__thumbnail .image {
  aspect-ratio: 64/44;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post__thumbnail .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.post__thumbnail.slider {
  padding-top: 0 !important;
  margin-bottom: clamp(6rem, 5.8565153734vw, 8rem) !important;
}
.post__thumbnail.slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 3rem !important;
  height: 3rem !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.post__thumbnail.slider .slick-arrow::before {
  color: #f5dc75;
  font-size: 3rem;
  opacity: 1;
  left: 0 !important;
}
.post__thumbnail.slider .slick-arrow.slick-prev {
  left: -1.5rem !important;
}
.post__thumbnail.slider .slick-arrow.slick-next {
  right: -1.5rem !important;
}
.post__thumbnail.slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 0.25rem;
}
.post__thumbnail.slider .slick-dots li:only-child {
  display: none;
}
.post__thumbnail.slider .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.post__thumbnail.slider .slick-dots button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 100%;
}
.post__thumbnail.slider .slick-dots .slick-active button::before {
  background: #f5dc75;
}
.post__body {
  line-height: 1.8;
}
.post__body h1, .post__body h2, .post__body h3, .post__body h4, .post__body h5, .post__body h6 {
  line-height: 1.4;
  margin-bottom: 1.2em;
  font-weight: 500;
}
.post__body h1 {
  font-size: clamp(2.2rem, 1.756954612vw, 2.4rem);
  color: #2a8297;
  font-weight: 700;
  border-bottom: 1px solid #2a8297;
  padding-bottom: 0.25em;
}
.post__body h2 {
  font-size: clamp(1.8rem, 1.4641288433vw, 2rem);
  color: #2a8297;
  font-weight: 700;
  margin-bottom: 1em;
}
.post__body h3 {
  font-size: clamp(1.8rem, 1.4641288433vw, 2rem);
  padding: 0.5em;
  background: #f7f7f7;
  border-radius: 6px;
}
.post__body h4 {
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  color: #2a8297;
}
.post__body h5, .post__body h6 {
  font-size: clamp(1.5rem, 1.1713030747vw, 1.6rem);
  color: #2a8297;
}
.post__body p:not(:last-child) {
  padding-bottom: 2.4em;
}
.post__body a {
  text-decoration: underline;
}
.post__body a:hover {
  color: #2a8297;
}
.post__body a::before {
  text-decoration: none;
}
.post__body a[href$=".pdf"], .post__body a[href$=".doc"], .post__body a[href$=".xls"] {
  text-decoration: none;
}
.post__body a[href$=".pdf"]::before {
  display: inline-block;
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.25em;
}
.post__body a[href$=".doc"]::before {
  display: inline-block;
  content: "\f1c2";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.25em;
}
.post__body a[href$=".xls"]::before {
  display: inline-block;
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.25em;
}
.post__body ul:not(:last-child) {
  margin-bottom: 3em;
}
.post__body ul li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.post__body ul li:not(:last-child) {
  padding-bottom: 0.25em;
}
.post__body ul li::before {
  content: "・";
}
.post__body img {
  display: block;
}
.post__body .size-full,
.post__body .size-large {
  width: auto;
  max-width: 100%;
  height: auto;
}
.post__body .alignright {
  float: right;
  margin: 0 0 3% 5%;
  max-width: 40%;
  height: auto;
}
.post__body .alignleft {
  float: left;
  margin: 0 5% 3% 0;
  max-width: 40%;
  height: auto;
}
.post__body .aligncenter {
  margin: 0 auto 3%;
}
.post__body hr {
  margin-bottom: 2em;
}
.post .btn-01 {
  text-align: center;
}

.div_center1 a {
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  background: #2a8297;
  border-radius: 200px;
  display: inline-block;
  padding: 0.25em 1.5em;
  text-align: center;
}
.div_center1 a::before {
  display: inline-block;
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}
.div_center1 a:active, .div_center1 a:hover {
  background: #ededd3;
  color: #444;
}
@media screen and (max-width: 640px) {
  .div_center1 a {
    font-size: 1.4rem;
  }
}

/*-----------------------------------

	$contents

-----------------------------------*/
/*-----------------------------------

	$archive

-----------------------------------*/
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.news__unit a {
  display: block;
  background: #fff;
  border-radius: 2rem;
  padding: clamp(1.5rem, 1.4641288433vw, 2rem);
}
.news__unit a:hover {
  background: #f5ebc0;
}
.news__date {
  color: #828286;
}
.news__cate {
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 10rem;
  padding: 0.5em 0.25em;
  width: 10rem;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  background: #444;
  color: #fff;
  margin-left: 0.5em;
}
.news__cate.cate-info {
  background: #2a8297;
}
.news__cate.cate-memorial {
  background: #d586b6;
}
.news__cate.cate-monthly {
  background: #f5dc75;
  color: #444;
}
.news__body {
  font-weight: 500;
}

.navigation {
  margin-top: 4rem;
  text-align: center;
}
.navigation .pager-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.navigation a, .navigation span {
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2em;
  aspect-ratio: 1/1;
  color: #fff;
}
.navigation a {
  background: #ccc;
  text-decoration: none;
}
.navigation a:hover {
  background: #d586b6;
}
.navigation span.dots {
  color: #ccc;
}
.navigation .current {
  background: #2a8297;
}
.navigation .prev,
.navigation .next {
  text-indent: -9999em;
}
.navigation .prev::before,
.navigation .next::before {
  text-indent: 0;
}
.navigation .prev::before {
  content: "«";
}
.navigation .next::before {
  content: "»";
}

/*-----------------------------------

	$contents

-----------------------------------*/
/*-----------------------------------

	$message

-----------------------------------*/
.message {
  margin-bottom: clamp(6rem, 8.78477306vw, 12rem);
}
.post .message {
  margin-bottom: clamp(2rem, 2.9282576867vw, 4rem);
}
.message__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(1.4rem, 2.9282576867vw, 4rem);
}
.message__header .common__title-01 {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .message__header {
    display: block;
  }
  .message__header .btn-01 {
    display: none;
  }
}
.message__list {
  margin-bottom: 4rem !important;
}
.message__list .slick-dots {
  bottom: -3rem !important;
}
.post .message__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 4%;
}
@media screen and (max-width: 640px) {
  .post .message__list {
    gap: 2rem 4%;
  }
}
.message__slide {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  margin: 0 0.2%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .message__slide {
    margin: 0 3rem;
  }
}
.message__slide a {
  text-decoration: none;
}
.post .message__slide {
  width: 48%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .post .message__slide {
    width: 90%;
    margin: auto;
  }
}
.message__image {
  position: relative;
  margin-bottom: clamp(1.8rem, 1.4641288433vw, 2rem);
}
@media screen and (max-width: 640px) {
  .message__image {
    margin-bottom: clamp(1.8rem, 5.3333333333vw, 2rem);
  }
}
.message__face {
  width: clamp(8rem, 7.3206442167vw, 10rem);
  aspect-ratio: 1;
  position: absolute;
  top: -3rem;
  left: -3rem;
  border-radius: 100%;
  overflow: hidden;
}
.message__face img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message__card {
  aspect-ratio: 64/44;
}
.message__card img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.message .btn-01 {
  text-align: center;
  margin-top: 2rem;
}
.message .slick-list {
  padding-top: 1rem !important;
}
.message .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.message .slick-arrow::before {
  color: #444;
  opacity: 1;
}
.message .slick-arrow.slick-prev {
  left: 0.5rem;
}
.message .slick-arrow.slick-next {
  right: 0.5rem;
}
.message .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 0.25rem;
}
.message .slick-dots li:only-child {
  display: none;
}
.message .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.message .slick-dots button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 100%;
}
.message .slick-dots .slick-active button::before {
  background: #f5dc75;
}
.message .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.message .slick-slide {
  height: auto !important;
}

/*-----------------------------------

	$contents

-----------------------------------*/
/*-----------------------------------

	$sidebar

-----------------------------------*/
.sidebar__bg {
  background: #fff;
  padding: clamp(2rem, 2.9282576867vw, 4rem) clamp(1rem, 2.196193265vw, 3rem);
  border-radius: 2rem;
}
.sidebar .widget:not(:last-child) {
  margin-bottom: 4em;
}
.sidebar .widget-title {
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  line-height: 1;
}
.sidebar .widget-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #f5dc75;
  margin: 0.75em 0;
}
.sidebar .widget .menu-category-list-container li, .sidebar .widget_categories li {
  padding-bottom: 0.25em;
}
.sidebar .widget .menu-category-list-container li a, .sidebar .widget_categories li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-left: 1em;
  font-size: 1.4rem;
}
.sidebar .widget .menu-category-list-container li a::before, .sidebar .widget_categories li a::before {
  display: inline-block;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f5dc75;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.sidebar .widget_archive li {
  padding-bottom: 0.25em;
}
.sidebar .widget_archive li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-left: 1em;
  font-size: 1.4rem;
}
.sidebar .widget_archive li a::before {
  display: inline-block;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #f5dc75;
}
.sidebar .widget_recent_entries li {
  padding-bottom: 0.25em;
}
.sidebar .widget_recent_entries li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-left: 1em;
  font-size: 1.4rem;
}
.sidebar .widget_recent_entries li a::before {
  display: inline-block;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f5dc75;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .sidebar__bg {
    padding: 0;
    background: none;
    border-radius: 0;
    max-width: 90%;
    margin: auto;
  }
  .sidebar .widget:not(:last-child) {
    margin-bottom: 2em;
  }
}